Changeset 11023
- Timestamp:
- 06/10/2021 07:00:05 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns
- Files:
-
- 8 added
- 6 deleted
- 27 edited
-
Gruntfile.js (modified) (1 diff)
-
build/index.asset.php (modified) (1 diff)
-
build/index.js (modified) (284 diffs)
-
css/README.md (modified) (1 diff)
-
css/components/_category-menu.scss (deleted)
-
css/components/_category-search.scss (deleted)
-
css/components/_components.scss (modified) (2 diffs)
-
css/components/_copy-button.scss (modified) (1 diff)
-
css/components/_favorite-button.scss (modified) (1 diff)
-
css/components/_pattern-grid-menu.scss (modified) (2 diffs)
-
css/components/_pattern-grid.scss (modified) (1 diff)
-
css/components/_pattern-menu.scss (added)
-
css/components/_pattern-search.scss (added)
-
css/components/_search-form.scss (deleted)
-
css/components/_section-heading.scss (deleted)
-
css/style.css (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
package.json (modified) (3 diffs)
-
src/components/category-menu (deleted)
-
src/components/category-search (deleted)
-
src/components/copy-pattern-button/index.js (modified) (1 diff)
-
src/components/favorite-button/index.js (modified) (1 diff)
-
src/components/icons/heart-filled.js (modified) (1 diff)
-
src/components/icons/heart-outline.js (modified) (1 diff)
-
src/components/iframe/index.js (modified) (1 diff)
-
src/components/menu (added)
-
src/components/menu/default.js (added)
-
src/components/menu/index.js (added)
-
src/components/menu/mobile.js (added)
-
src/components/pattern-grid-menu/index.js (modified) (3 diffs)
-
src/components/report-pattern-button/index.js (modified) (1 diff)
-
src/components/search (added)
-
src/components/search/index.js (added)
-
src/store/reducer.js (modified) (1 diff)
-
src/store/test/fixtures/categories.js (modified) (2 diffs)
-
src/store/test/fixtures/pattern-flag-reasons.js (modified) (2 diffs)
-
src/store/test/resolvers.js (modified) (2 diffs)
-
src/store/test/utils.js (modified) (1 diff)
-
src/utils/get-pagination-list.js (modified) (1 diff)
-
src/utils/query.js (modified) (1 diff)
-
template-parts/content-grid.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/Gruntfile.js
r10882 r11023 86 86 87 87 grunt.loadNpmTasks( 'grunt-sass' ); 88 grunt.loadNpmTasks( ' grunt-postcss' );88 grunt.loadNpmTasks( '@lodder/grunt-postcss' ); 89 89 grunt.loadNpmTasks( 'grunt-sass-globbing' ); 90 90 grunt.loadNpmTasks( 'grunt-contrib-watch' ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/build/index.asset.php
r11008 r11023 1 <?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport'), 'version' => ' 88b42ada86a2ad156755b4ba7a22b674');1 <?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport'), 'version' => 'd4ad41a2e729c6aebe35a74d3892fddf'); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/build/index.js
r11008 r11023 87 87 /******/ ({ 88 88 89 /***/ "../../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js": 90 /*!***************************************************************************************************************!*\ 91 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***! 92 \***************************************************************************************************************/ 93 /*! exports provided: default */ 94 /***/ (function(module, __webpack_exports__, __webpack_require__) { 95 96 "use strict"; 97 __webpack_require__.r(__webpack_exports__); 98 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _defineProperty; }); 89 /***/ "../../../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js": 90 /*!*************************************************************************************************************!*\ 91 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! 92 \*************************************************************************************************************/ 93 /*! no static exports found */ 94 /***/ (function(module, exports) { 95 96 function _arrayLikeToArray(arr, len) { 97 if (len == null || len > arr.length) len = arr.length; 98 99 for (var i = 0, arr2 = new Array(len); i < len; i++) { 100 arr2[i] = arr[i]; 101 } 102 103 return arr2; 104 } 105 106 module.exports = _arrayLikeToArray; 107 module.exports["default"] = module.exports, module.exports.__esModule = true; 108 109 /***/ }), 110 111 /***/ "../../../../node_modules/@babel/runtime/helpers/arrayWithHoles.js": 112 /*!***********************************************************************************************************!*\ 113 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! 114 \***********************************************************************************************************/ 115 /*! no static exports found */ 116 /***/ (function(module, exports) { 117 118 function _arrayWithHoles(arr) { 119 if (Array.isArray(arr)) return arr; 120 } 121 122 module.exports = _arrayWithHoles; 123 module.exports["default"] = module.exports, module.exports.__esModule = true; 124 125 /***/ }), 126 127 /***/ "../../../../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js": 128 /*!**************************************************************************************************************!*\ 129 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***! 130 \**************************************************************************************************************/ 131 /*! no static exports found */ 132 /***/ (function(module, exports, __webpack_require__) { 133 134 var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); 135 136 function _arrayWithoutHoles(arr) { 137 if (Array.isArray(arr)) return arrayLikeToArray(arr); 138 } 139 140 module.exports = _arrayWithoutHoles; 141 module.exports["default"] = module.exports, module.exports.__esModule = true; 142 143 /***/ }), 144 145 /***/ "../../../../node_modules/@babel/runtime/helpers/asyncToGenerator.js": 146 /*!*************************************************************************************************************!*\ 147 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/asyncToGenerator.js ***! 148 \*************************************************************************************************************/ 149 /*! no static exports found */ 150 /***/ (function(module, exports) { 151 152 function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { 153 try { 154 var info = gen[key](arg); 155 var value = info.value; 156 } catch (error) { 157 reject(error); 158 return; 159 } 160 161 if (info.done) { 162 resolve(value); 163 } else { 164 Promise.resolve(value).then(_next, _throw); 165 } 166 } 167 168 function _asyncToGenerator(fn) { 169 return function () { 170 var self = this, 171 args = arguments; 172 return new Promise(function (resolve, reject) { 173 var gen = fn.apply(self, args); 174 175 function _next(value) { 176 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); 177 } 178 179 function _throw(err) { 180 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); 181 } 182 183 _next(undefined); 184 }); 185 }; 186 } 187 188 module.exports = _asyncToGenerator; 189 module.exports["default"] = module.exports, module.exports.__esModule = true; 190 191 /***/ }), 192 193 /***/ "../../../../node_modules/@babel/runtime/helpers/defineProperty.js": 194 /*!***********************************************************************************************************!*\ 195 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/defineProperty.js ***! 196 \***********************************************************************************************************/ 197 /*! no static exports found */ 198 /***/ (function(module, exports) { 199 99 200 function _defineProperty(obj, key, value) { 100 201 if (key in obj) { … … 112 213 } 113 214 114 /***/ }), 115 116 /***/ "../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js": 117 /*!************************************************************************************************************************!*\ 118 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js ***! 119 \************************************************************************************************************************/ 120 /*! exports provided: default */ 121 /***/ (function(module, __webpack_exports__, __webpack_require__) { 122 123 "use strict"; 124 __webpack_require__.r(__webpack_exports__); 125 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _objectWithoutProperties; }); 126 /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutPropertiesLoose */ "../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"); 215 module.exports = _defineProperty; 216 module.exports["default"] = module.exports, module.exports.__esModule = true; 217 218 /***/ }), 219 220 /***/ "../../../../node_modules/@babel/runtime/helpers/extends.js": 221 /*!****************************************************************************************************!*\ 222 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/extends.js ***! 223 \****************************************************************************************************/ 224 /*! no static exports found */ 225 /***/ (function(module, exports) { 226 227 function _extends() { 228 module.exports = _extends = Object.assign || function (target) { 229 for (var i = 1; i < arguments.length; i++) { 230 var source = arguments[i]; 231 232 for (var key in source) { 233 if (Object.prototype.hasOwnProperty.call(source, key)) { 234 target[key] = source[key]; 235 } 236 } 237 } 238 239 return target; 240 }; 241 242 module.exports["default"] = module.exports, module.exports.__esModule = true; 243 return _extends.apply(this, arguments); 244 } 245 246 module.exports = _extends; 247 module.exports["default"] = module.exports, module.exports.__esModule = true; 248 249 /***/ }), 250 251 /***/ "../../../../node_modules/@babel/runtime/helpers/iterableToArray.js": 252 /*!************************************************************************************************************!*\ 253 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/iterableToArray.js ***! 254 \************************************************************************************************************/ 255 /*! no static exports found */ 256 /***/ (function(module, exports) { 257 258 function _iterableToArray(iter) { 259 if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); 260 } 261 262 module.exports = _iterableToArray; 263 module.exports["default"] = module.exports, module.exports.__esModule = true; 264 265 /***/ }), 266 267 /***/ "../../../../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js": 268 /*!*****************************************************************************************************************!*\ 269 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! 270 \*****************************************************************************************************************/ 271 /*! no static exports found */ 272 /***/ (function(module, exports) { 273 274 function _iterableToArrayLimit(arr, i) { 275 var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); 276 277 if (_i == null) return; 278 var _arr = []; 279 var _n = true; 280 var _d = false; 281 282 var _s, _e; 283 284 try { 285 for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { 286 _arr.push(_s.value); 287 288 if (i && _arr.length === i) break; 289 } 290 } catch (err) { 291 _d = true; 292 _e = err; 293 } finally { 294 try { 295 if (!_n && _i["return"] != null) _i["return"](); 296 } finally { 297 if (_d) throw _e; 298 } 299 } 300 301 return _arr; 302 } 303 304 module.exports = _iterableToArrayLimit; 305 module.exports["default"] = module.exports, module.exports.__esModule = true; 306 307 /***/ }), 308 309 /***/ "../../../../node_modules/@babel/runtime/helpers/nonIterableRest.js": 310 /*!************************************************************************************************************!*\ 311 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/nonIterableRest.js ***! 312 \************************************************************************************************************/ 313 /*! no static exports found */ 314 /***/ (function(module, exports) { 315 316 function _nonIterableRest() { 317 throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); 318 } 319 320 module.exports = _nonIterableRest; 321 module.exports["default"] = module.exports, module.exports.__esModule = true; 322 323 /***/ }), 324 325 /***/ "../../../../node_modules/@babel/runtime/helpers/nonIterableSpread.js": 326 /*!**************************************************************************************************************!*\ 327 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/nonIterableSpread.js ***! 328 \**************************************************************************************************************/ 329 /*! no static exports found */ 330 /***/ (function(module, exports) { 331 332 function _nonIterableSpread() { 333 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); 334 } 335 336 module.exports = _nonIterableSpread; 337 module.exports["default"] = module.exports, module.exports.__esModule = true; 338 339 /***/ }), 340 341 /***/ "../../../../node_modules/@babel/runtime/helpers/objectWithoutProperties.js": 342 /*!********************************************************************************************************************!*\ 343 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/objectWithoutProperties.js ***! 344 \********************************************************************************************************************/ 345 /*! no static exports found */ 346 /***/ (function(module, exports, __webpack_require__) { 347 348 var objectWithoutPropertiesLoose = __webpack_require__(/*! ./objectWithoutPropertiesLoose.js */ "../../../../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js"); 127 349 128 350 function _objectWithoutProperties(source, excluded) { 129 351 if (source == null) return {}; 130 var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(source, excluded);352 var target = objectWithoutPropertiesLoose(source, excluded); 131 353 var key, i; 132 354 … … 145 367 } 146 368 147 /***/ }), 148 149 /***/ "../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js": 150 /* !*****************************************************************************************************************************!*\151 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js ***! 152 \*****************************************************************************************************************************/ 153 /*! exports provided: default */154 /***/ (function(module, __webpack_exports__, __webpack_require__) { 155 156 "use strict"; 157 __webpack_require__.r(__webpack_exports__); 158 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _objectWithoutPropertiesLoose; }); 369 module.exports = _objectWithoutProperties; 370 module.exports["default"] = module.exports, module.exports.__esModule = true; 371 372 /***/ }), 373 374 /***/ "../../../../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js": 375 /*!*************************************************************************************************************************!*\ 376 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js ***! 377 \*************************************************************************************************************************/ 378 /*! no static exports found */ 379 /***/ (function(module, exports) { 380 159 381 function _objectWithoutPropertiesLoose(source, excluded) { 160 382 if (source == null) return {}; … … 172 394 } 173 395 396 module.exports = _objectWithoutPropertiesLoose; 397 module.exports["default"] = module.exports, module.exports.__esModule = true; 398 399 /***/ }), 400 401 /***/ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js": 402 /*!**********************************************************************************************************!*\ 403 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/slicedToArray.js ***! 404 \**********************************************************************************************************/ 405 /*! no static exports found */ 406 /***/ (function(module, exports, __webpack_require__) { 407 408 var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../../../../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); 409 410 var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../../../../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); 411 412 var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); 413 414 var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../../../../node_modules/@babel/runtime/helpers/nonIterableRest.js"); 415 416 function _slicedToArray(arr, i) { 417 return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); 418 } 419 420 module.exports = _slicedToArray; 421 module.exports["default"] = module.exports, module.exports.__esModule = true; 422 423 /***/ }), 424 425 /***/ "../../../../node_modules/@babel/runtime/helpers/toConsumableArray.js": 426 /*!**************************************************************************************************************!*\ 427 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/toConsumableArray.js ***! 428 \**************************************************************************************************************/ 429 /*! no static exports found */ 430 /***/ (function(module, exports, __webpack_require__) { 431 432 var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../../../../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); 433 434 var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../../../../node_modules/@babel/runtime/helpers/iterableToArray.js"); 435 436 var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); 437 438 var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread.js */ "../../../../node_modules/@babel/runtime/helpers/nonIterableSpread.js"); 439 440 function _toConsumableArray(arr) { 441 return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); 442 } 443 444 module.exports = _toConsumableArray; 445 module.exports["default"] = module.exports, module.exports.__esModule = true; 446 447 /***/ }), 448 449 /***/ "../../../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js": 450 /*!***********************************************************************************************************************!*\ 451 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***! 452 \***********************************************************************************************************************/ 453 /*! no static exports found */ 454 /***/ (function(module, exports, __webpack_require__) { 455 456 var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); 457 458 function _unsupportedIterableToArray(o, minLen) { 459 if (!o) return; 460 if (typeof o === "string") return arrayLikeToArray(o, minLen); 461 var n = Object.prototype.toString.call(o).slice(8, -1); 462 if (n === "Object" && o.constructor) n = o.constructor.name; 463 if (n === "Map" || n === "Set") return Array.from(o); 464 if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); 465 } 466 467 module.exports = _unsupportedIterableToArray; 468 module.exports["default"] = module.exports, module.exports.__esModule = true; 469 174 470 /***/ }), 175 471 … … 183 479 "use strict"; 184 480 __webpack_require__.r(__webpack_exports__); 185 /* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ "../../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js"); 186 /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutProperties */ "../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"); 187 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 188 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__); 189 190 191 192 function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } 193 194 function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__["default"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } 195 481 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 482 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 196 483 /** 197 484 * WordPress dependencies … … 210 497 */ 211 498 212 function Icon(_ref) { 213 var icon = _ref.icon, 214 _ref$size = _ref.size, 215 size = _ref$size === void 0 ? 24 : _ref$size, 216 props = Object(_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__["default"])(_ref, ["icon", "size"]); 217 218 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["cloneElement"])(icon, _objectSpread({ 499 function Icon({ 500 icon, 501 size = 24, 502 ...props 503 }) { 504 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["cloneElement"])(icon, { 219 505 width: size, 220 height: size 221 }, props)); 506 height: size, 507 ...props 508 }); 222 509 } 223 510 … … 231 518 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/index.js ***! 232 519 \*********************************************************************************************************/ 233 /*! exports provided: Icon, a lignCenter, alignJustify, alignLeft, alignRight, archive, arrowDown, arrowLeft, arrowRight, arrowUp, atSymbol, aspectRatio, audio, backup, blockDefault, blockTable, box, brush, button, buttons, calendar, camera, cancelCircleFilled, capturePhoto, captureVideo, category, chartBar, chartLine, check, chevronBackIOS, chevronDown, chevronLeft, chevronRight, chevronUp, classic, closeCircleFilled, close, closeSmall, cloudUpload, cloud, code, cog, column, columns, comment, controlsRepeat, cover, create, crop, currencyDollar, currencyEuro, currencyPound, customPostType, desktop, dragHandle, download, edit, expand, external, file, flipHorizontal, flipVertical, formatBold, formatCapitalize, formatIndent, formatIndentRTL, formatItalic, formatListBullets, formatListBulletsRTL, formatListNumbered, formatListNumberedRTL, formatLtr, formatLowercase, formatOutdent, formatOutdentRTL, formatRtl, formatStrikethrough, formatUnderline, formatUppercase, fullscreen, gallery, globe, grid, group, handle, heading, help, inbox, institution, home, html, image, info, insertAfter, insertBefore, justifyLeft, justifyCenter, justifyRight, justifySpaceBetween, keyboardClose, keyboardReturn, layout, lifesaver, link, linkOff, list, listView, lock, loop, mapMarker, media, mediaAndText, megaphone, menu, minus, mobile, more, moreHorizontal, moreHorizontalMobile, moreVertical, navigation, overlayText, pageBreak, customLink, page, pages, paragraph, payment, percent, positionCenter, positionLeft, positionRight, pencil, people, pin, plugins, plusCircleFilled, plusCircle, plus, postCategories, postComments, postCommentsCount, postCommentsForm, postDate, postExcerpt, postFeaturedImage, postList, postTitle, previous, next, preformatted, pullLeft, pullRight, pullquote, queryPagination, queryPaginationNext, queryPaginationNumbers, queryPaginationPrevious, quote, receipt, redo, replace, resizeCornerNE, reusableBlock, rotateLeft, rotateRight, rss, search, separator, settings, share, shortcode, stack, starEmpty, starFilled, starHalf, store, stretchFullWidth, shipping, stretchWide, subscript, superscript, tableColumnAfter, tableColumnBefore, tableColumnDelete, tableRowAfter, tableRowBefore, tableRowDelete, table, tag, footer, header, sidebar, textColor, tablet, title, tool, trash, typography, undo, ungroup, update, upload, verse, video, warning, widget, wordpress */520 /*! exports provided: Icon, addSubmenu, alignCenter, alignJustify, alignLeft, alignRight, archive, archiveTitle, arrowDown, arrowLeft, arrowRight, arrowUp, atSymbol, aspectRatio, audio, backup, blockDefault, blockTable, box, brush, button, buttons, calendar, cancelCircleFilled, capturePhoto, captureVideo, category, chartBar, check, chevronDown, chevronLeft, chevronRight, chevronUp, classic, close, closeSmall, cloudUpload, cloud, code, cog, column, columns, comment, cover, create, crop, currencyDollar, currencyEuro, currencyPound, customPostType, desktop, dragHandle, download, edit, external, file, flipHorizontal, flipVertical, formatBold, formatCapitalize, formatIndent, formatIndentRTL, formatItalic, formatListBullets, formatListBulletsRTL, formatListNumbered, formatListNumberedRTL, formatLtr, formatLowercase, formatOutdent, formatOutdentRTL, formatRtl, formatStrikethrough, formatUnderline, formatUppercase, fullscreen, gallery, globe, grid, group, handle, heading, help, inbox, institution, home, html, image, info, insertAfter, insertBefore, justifyLeft, justifyCenter, justifyRight, justifySpaceBetween, keyboardClose, keyboardReturn, layout, lifesaver, link, linkOff, list, listView, lock, login, loop, mapMarker, media, mediaAndText, megaphone, menu, minus, mobile, more, moreHorizontal, moreHorizontalMobile, moreVertical, moveTo, navigation, overlayText, pageBreak, customLink, page, pages, paragraph, payment, percent, positionCenter, positionLeft, positionRight, pencil, people, pin, plugins, plusCircleFilled, plusCircle, plus, postCategories, postContent, postComments, postCommentsCount, postCommentsForm, postDate, postExcerpt, postFeaturedImage, postList, postTitle, previous, next, preformatted, pullLeft, pullRight, pullquote, queryPagination, queryPaginationNext, queryPaginationNumbers, queryPaginationPrevious, quote, receipt, redo, replace, resizeCornerNE, reusableBlock, rotateLeft, rotateRight, rss, search, separator, settings, share, siteLogo, shortcode, stack, starEmpty, starFilled, starHalf, store, stretchFullWidth, shipping, stretchWide, subscript, superscript, swatch, tableColumnAfter, tableColumnBefore, tableColumnDelete, tableRowAfter, tableRowBefore, tableRowDelete, table, tag, termDescription, footer, header, sidebar, textColor, tablet, title, tool, trash, typography, undo, ungroup, update, upload, verse, video, warning, widget, wordpress */ 234 521 /***/ (function(module, __webpack_exports__, __webpack_require__) { 235 522 … … 239 526 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Icon", function() { return _icon__WEBPACK_IMPORTED_MODULE_0__["default"]; }); 240 527 241 /* harmony import */ var _library_a lign_center__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./library/align-center */ "../../../../node_modules/@wordpress/icons/build-module/library/align-center.js");242 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a lignCenter", function() { return _library_align_center__WEBPACK_IMPORTED_MODULE_1__["default"]; });243 244 /* harmony import */ var _library_align_ justify__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./library/align-justify */ "../../../../node_modules/@wordpress/icons/build-module/library/align-justify.js");245 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "align Justify", function() { return _library_align_justify__WEBPACK_IMPORTED_MODULE_2__["default"]; });246 247 /* harmony import */ var _library_align_ left__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./library/align-left */ "../../../../node_modules/@wordpress/icons/build-module/library/align-left.js");248 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "align Left", function() { return _library_align_left__WEBPACK_IMPORTED_MODULE_3__["default"]; });249 250 /* harmony import */ var _library_align_ right__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./library/align-right */ "../../../../node_modules/@wordpress/icons/build-module/library/align-right.js");251 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "align Right", function() { return _library_align_right__WEBPACK_IMPORTED_MODULE_4__["default"]; });252 253 /* harmony import */ var _library_a rchive__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./library/archive */ "../../../../node_modules/@wordpress/icons/build-module/library/archive.js");254 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a rchive", function() { return _library_archive__WEBPACK_IMPORTED_MODULE_5__["default"]; });255 256 /* harmony import */ var _library_ar row_down__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./library/arrow-down */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-down.js");257 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ar rowDown", function() { return _library_arrow_down__WEBPACK_IMPORTED_MODULE_6__["default"]; });258 259 /* harmony import */ var _library_ar row_left__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./library/arrow-left */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-left.js");260 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ar rowLeft", function() { return _library_arrow_left__WEBPACK_IMPORTED_MODULE_7__["default"]; });261 262 /* harmony import */ var _library_arrow_ right__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./library/arrow-right */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-right.js");263 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrow Right", function() { return _library_arrow_right__WEBPACK_IMPORTED_MODULE_8__["default"]; });264 265 /* harmony import */ var _library_arrow_ up__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./library/arrow-up */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-up.js");266 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrow Up", function() { return _library_arrow_up__WEBPACK_IMPORTED_MODULE_9__["default"]; });267 268 /* harmony import */ var _library_a t_symbol__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./library/at-symbol */ "../../../../node_modules/@wordpress/icons/build-module/library/at-symbol.js");269 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a tSymbol", function() { return _library_at_symbol__WEBPACK_IMPORTED_MODULE_10__["default"]; });270 271 /* harmony import */ var _library_a spect_ratio__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./library/aspect-ratio */ "../../../../node_modules/@wordpress/icons/build-module/library/aspect-ratio.js");272 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a spectRatio", function() { return _library_aspect_ratio__WEBPACK_IMPORTED_MODULE_11__["default"]; });273 274 /* harmony import */ var _library_a udio__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./library/audio */ "../../../../node_modules/@wordpress/icons/build-module/library/audio.js");275 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a udio", function() { return _library_audio__WEBPACK_IMPORTED_MODULE_12__["default"]; });276 277 /* harmony import */ var _library_ backup__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./library/backup */ "../../../../node_modules/@wordpress/icons/build-module/library/backup.js");278 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " backup", function() { return _library_backup__WEBPACK_IMPORTED_MODULE_13__["default"]; });279 280 /* harmony import */ var _library_ block_default__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./library/block-default */ "../../../../node_modules/@wordpress/icons/build-module/library/block-default.js");281 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " blockDefault", function() { return _library_block_default__WEBPACK_IMPORTED_MODULE_14__["default"]; });282 283 /* harmony import */ var _library_b lock_table__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./library/block-table */ "../../../../node_modules/@wordpress/icons/build-module/library/block-table.js");284 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "b lockTable", function() { return _library_block_table__WEBPACK_IMPORTED_MODULE_15__["default"]; });285 286 /* harmony import */ var _library_b ox__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./library/box */ "../../../../node_modules/@wordpress/icons/build-module/library/box.js");287 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "b ox", function() { return _library_box__WEBPACK_IMPORTED_MODULE_16__["default"]; });288 289 /* harmony import */ var _library_b rush__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./library/brush */ "../../../../node_modules/@wordpress/icons/build-module/library/brush.js");290 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "b rush", function() { return _library_brush__WEBPACK_IMPORTED_MODULE_17__["default"]; });291 292 /* harmony import */ var _library_b utton__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./library/button */ "../../../../node_modules/@wordpress/icons/build-module/library/button.js");293 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "b utton", function() { return _library_button__WEBPACK_IMPORTED_MODULE_18__["default"]; });294 295 /* harmony import */ var _library_b uttons__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./library/buttons */ "../../../../node_modules/@wordpress/icons/build-module/library/buttons.js");296 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "b uttons", function() { return _library_buttons__WEBPACK_IMPORTED_MODULE_19__["default"]; });297 298 /* harmony import */ var _library_ calendar__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./library/calendar */ "../../../../node_modules/@wordpress/icons/build-module/library/calendar.js");299 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " calendar", function() { return _library_calendar__WEBPACK_IMPORTED_MODULE_20__["default"]; });300 301 /* harmony import */ var _library_ camera__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./library/camera */ "../../../../node_modules/@wordpress/icons/build-module/library/camera.js");302 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " camera", function() { return _library_camera__WEBPACK_IMPORTED_MODULE_21__["default"]; });303 304 /* harmony import */ var _library_ca ncel_circle_filled__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./library/cancel-circle-filled */ "../../../../node_modules/@wordpress/icons/build-module/library/cancel-circle-filled.js");305 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ca ncelCircleFilled", function() { return _library_cancel_circle_filled__WEBPACK_IMPORTED_MODULE_22__["default"]; });306 307 /* harmony import */ var _library_ca pture_photo__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./library/capture-photo */ "../../../../node_modules/@wordpress/icons/build-module/library/capture-photo.js");308 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ca pturePhoto", function() { return _library_capture_photo__WEBPACK_IMPORTED_MODULE_23__["default"]; });309 310 /* harmony import */ var _library_capture_ video__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./library/capture-video */ "../../../../node_modules/@wordpress/icons/build-module/library/capture-video.js");311 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "capture Video", function() { return _library_capture_video__WEBPACK_IMPORTED_MODULE_24__["default"]; });312 313 /* harmony import */ var _library_ca tegory__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./library/category */ "../../../../node_modules/@wordpress/icons/build-module/library/category.js");314 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ca tegory", function() { return _library_category__WEBPACK_IMPORTED_MODULE_25__["default"]; });315 316 /* harmony import */ var _library_c hart_bar__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./library/chart-bar */ "../../../../node_modules/@wordpress/icons/build-module/library/chart-bar.js");317 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c hartBar", function() { return _library_chart_bar__WEBPACK_IMPORTED_MODULE_26__["default"]; });318 319 /* harmony import */ var _library_chart_ line__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./library/chart-line */ "../../../../node_modules/@wordpress/icons/build-module/library/chart-line.js");320 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chart Line", function() { return _library_chart_line__WEBPACK_IMPORTED_MODULE_27__["default"]; });528 /* harmony import */ var _library_add_submenu__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./library/add-submenu */ "../../../../node_modules/@wordpress/icons/build-module/library/add-submenu.js"); 529 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "addSubmenu", function() { return _library_add_submenu__WEBPACK_IMPORTED_MODULE_1__["default"]; }); 530 531 /* harmony import */ var _library_align_center__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./library/align-center */ "../../../../node_modules/@wordpress/icons/build-module/library/align-center.js"); 532 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "alignCenter", function() { return _library_align_center__WEBPACK_IMPORTED_MODULE_2__["default"]; }); 533 534 /* harmony import */ var _library_align_justify__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./library/align-justify */ "../../../../node_modules/@wordpress/icons/build-module/library/align-justify.js"); 535 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "alignJustify", function() { return _library_align_justify__WEBPACK_IMPORTED_MODULE_3__["default"]; }); 536 537 /* harmony import */ var _library_align_left__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./library/align-left */ "../../../../node_modules/@wordpress/icons/build-module/library/align-left.js"); 538 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "alignLeft", function() { return _library_align_left__WEBPACK_IMPORTED_MODULE_4__["default"]; }); 539 540 /* harmony import */ var _library_align_right__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./library/align-right */ "../../../../node_modules/@wordpress/icons/build-module/library/align-right.js"); 541 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "alignRight", function() { return _library_align_right__WEBPACK_IMPORTED_MODULE_5__["default"]; }); 542 543 /* harmony import */ var _library_archive__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./library/archive */ "../../../../node_modules/@wordpress/icons/build-module/library/archive.js"); 544 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "archive", function() { return _library_archive__WEBPACK_IMPORTED_MODULE_6__["default"]; }); 545 546 /* harmony import */ var _library_archive_title__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./library/archive-title */ "../../../../node_modules/@wordpress/icons/build-module/library/archive-title.js"); 547 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "archiveTitle", function() { return _library_archive_title__WEBPACK_IMPORTED_MODULE_7__["default"]; }); 548 549 /* harmony import */ var _library_arrow_down__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./library/arrow-down */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-down.js"); 550 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrowDown", function() { return _library_arrow_down__WEBPACK_IMPORTED_MODULE_8__["default"]; }); 551 552 /* harmony import */ var _library_arrow_left__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./library/arrow-left */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-left.js"); 553 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrowLeft", function() { return _library_arrow_left__WEBPACK_IMPORTED_MODULE_9__["default"]; }); 554 555 /* harmony import */ var _library_arrow_right__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./library/arrow-right */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-right.js"); 556 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrowRight", function() { return _library_arrow_right__WEBPACK_IMPORTED_MODULE_10__["default"]; }); 557 558 /* harmony import */ var _library_arrow_up__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./library/arrow-up */ "../../../../node_modules/@wordpress/icons/build-module/library/arrow-up.js"); 559 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "arrowUp", function() { return _library_arrow_up__WEBPACK_IMPORTED_MODULE_11__["default"]; }); 560 561 /* harmony import */ var _library_at_symbol__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./library/at-symbol */ "../../../../node_modules/@wordpress/icons/build-module/library/at-symbol.js"); 562 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "atSymbol", function() { return _library_at_symbol__WEBPACK_IMPORTED_MODULE_12__["default"]; }); 563 564 /* harmony import */ var _library_aspect_ratio__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./library/aspect-ratio */ "../../../../node_modules/@wordpress/icons/build-module/library/aspect-ratio.js"); 565 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "aspectRatio", function() { return _library_aspect_ratio__WEBPACK_IMPORTED_MODULE_13__["default"]; }); 566 567 /* harmony import */ var _library_audio__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./library/audio */ "../../../../node_modules/@wordpress/icons/build-module/library/audio.js"); 568 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "audio", function() { return _library_audio__WEBPACK_IMPORTED_MODULE_14__["default"]; }); 569 570 /* harmony import */ var _library_backup__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./library/backup */ "../../../../node_modules/@wordpress/icons/build-module/library/backup.js"); 571 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "backup", function() { return _library_backup__WEBPACK_IMPORTED_MODULE_15__["default"]; }); 572 573 /* harmony import */ var _library_block_default__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./library/block-default */ "../../../../node_modules/@wordpress/icons/build-module/library/block-default.js"); 574 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "blockDefault", function() { return _library_block_default__WEBPACK_IMPORTED_MODULE_16__["default"]; }); 575 576 /* harmony import */ var _library_block_table__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./library/block-table */ "../../../../node_modules/@wordpress/icons/build-module/library/block-table.js"); 577 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "blockTable", function() { return _library_block_table__WEBPACK_IMPORTED_MODULE_17__["default"]; }); 578 579 /* harmony import */ var _library_box__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./library/box */ "../../../../node_modules/@wordpress/icons/build-module/library/box.js"); 580 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "box", function() { return _library_box__WEBPACK_IMPORTED_MODULE_18__["default"]; }); 581 582 /* harmony import */ var _library_brush__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./library/brush */ "../../../../node_modules/@wordpress/icons/build-module/library/brush.js"); 583 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "brush", function() { return _library_brush__WEBPACK_IMPORTED_MODULE_19__["default"]; }); 584 585 /* harmony import */ var _library_button__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./library/button */ "../../../../node_modules/@wordpress/icons/build-module/library/button.js"); 586 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "button", function() { return _library_button__WEBPACK_IMPORTED_MODULE_20__["default"]; }); 587 588 /* harmony import */ var _library_buttons__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./library/buttons */ "../../../../node_modules/@wordpress/icons/build-module/library/buttons.js"); 589 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "buttons", function() { return _library_buttons__WEBPACK_IMPORTED_MODULE_21__["default"]; }); 590 591 /* harmony import */ var _library_calendar__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./library/calendar */ "../../../../node_modules/@wordpress/icons/build-module/library/calendar.js"); 592 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "calendar", function() { return _library_calendar__WEBPACK_IMPORTED_MODULE_22__["default"]; }); 593 594 /* harmony import */ var _library_cancel_circle_filled__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./library/cancel-circle-filled */ "../../../../node_modules/@wordpress/icons/build-module/library/cancel-circle-filled.js"); 595 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cancelCircleFilled", function() { return _library_cancel_circle_filled__WEBPACK_IMPORTED_MODULE_23__["default"]; }); 596 597 /* harmony import */ var _library_capture_photo__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./library/capture-photo */ "../../../../node_modules/@wordpress/icons/build-module/library/capture-photo.js"); 598 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "capturePhoto", function() { return _library_capture_photo__WEBPACK_IMPORTED_MODULE_24__["default"]; }); 599 600 /* harmony import */ var _library_capture_video__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./library/capture-video */ "../../../../node_modules/@wordpress/icons/build-module/library/capture-video.js"); 601 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "captureVideo", function() { return _library_capture_video__WEBPACK_IMPORTED_MODULE_25__["default"]; }); 602 603 /* harmony import */ var _library_category__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./library/category */ "../../../../node_modules/@wordpress/icons/build-module/library/category.js"); 604 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "category", function() { return _library_category__WEBPACK_IMPORTED_MODULE_26__["default"]; }); 605 606 /* harmony import */ var _library_chart_bar__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./library/chart-bar */ "../../../../node_modules/@wordpress/icons/build-module/library/chart-bar.js"); 607 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chartBar", function() { return _library_chart_bar__WEBPACK_IMPORTED_MODULE_27__["default"]; }); 321 608 322 609 /* harmony import */ var _library_check__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./library/check */ "../../../../node_modules/@wordpress/icons/build-module/library/check.js"); 323 610 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "check", function() { return _library_check__WEBPACK_IMPORTED_MODULE_28__["default"]; }); 324 611 325 /* harmony import */ var _library_chevron_ back_ios__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./library/chevron-back-ios */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-back-ios.js");326 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevron BackIOS", function() { return _library_chevron_back_ios__WEBPACK_IMPORTED_MODULE_29__["default"]; });327 328 /* harmony import */ var _library_chevron_ down__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./library/chevron-down */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-down.js");329 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevron Down", function() { return _library_chevron_down__WEBPACK_IMPORTED_MODULE_30__["default"]; });330 331 /* harmony import */ var _library_chevron_ left__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./library/chevron-left */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-left.js");332 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevron Left", function() { return _library_chevron_left__WEBPACK_IMPORTED_MODULE_31__["default"]; });333 334 /* harmony import */ var _library_chevron_ right__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./library/chevron-right */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-right.js");335 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevron Right", function() { return _library_chevron_right__WEBPACK_IMPORTED_MODULE_32__["default"]; });336 337 /* harmony import */ var _library_c hevron_up__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./library/chevron-up */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-up.js");338 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c hevronUp", function() { return _library_chevron_up__WEBPACK_IMPORTED_MODULE_33__["default"]; });339 340 /* harmony import */ var _library_cl assic__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./library/classic */ "../../../../node_modules/@wordpress/icons/build-module/library/classic.js");341 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cl assic", function() { return _library_classic__WEBPACK_IMPORTED_MODULE_34__["default"]; });342 343 /* harmony import */ var _library_close_ circle_filled__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./library/close-circle-filled */ "../../../../node_modules/@wordpress/icons/build-module/library/close-circle-filled.js");344 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "close CircleFilled", function() { return _library_close_circle_filled__WEBPACK_IMPORTED_MODULE_35__["default"]; });345 346 /* harmony import */ var _library_clo se__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./library/close */ "../../../../node_modules/@wordpress/icons/build-module/library/close.js");347 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "clo se", function() { return _library_close__WEBPACK_IMPORTED_MODULE_36__["default"]; });348 349 /* harmony import */ var _library_clo se_small__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./library/close-small */ "../../../../node_modules/@wordpress/icons/build-module/library/close-small.js");350 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "clo seSmall", function() { return _library_close_small__WEBPACK_IMPORTED_MODULE_37__["default"]; });351 352 /* harmony import */ var _library_c loud_upload__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./library/cloud-upload */ "../../../../node_modules/@wordpress/icons/build-module/library/cloud-upload.js");353 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c loudUpload", function() { return _library_cloud_upload__WEBPACK_IMPORTED_MODULE_38__["default"]; });354 355 /* harmony import */ var _library_c loud__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./library/cloud */ "../../../../node_modules/@wordpress/icons/build-module/library/cloud.js");356 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c loud", function() { return _library_cloud__WEBPACK_IMPORTED_MODULE_39__["default"]; });357 358 /* harmony import */ var _library_co de__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./library/code */ "../../../../node_modules/@wordpress/icons/build-module/library/code.js");359 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "co de", function() { return _library_code__WEBPACK_IMPORTED_MODULE_40__["default"]; });360 361 /* harmony import */ var _library_co g__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./library/cog */ "../../../../node_modules/@wordpress/icons/build-module/library/cog.js");362 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "co g", function() { return _library_cog__WEBPACK_IMPORTED_MODULE_41__["default"]; });363 364 /* harmony import */ var _library_co lumn__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./library/column */ "../../../../node_modules/@wordpress/icons/build-module/library/column.js");365 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "co lumn", function() { return _library_column__WEBPACK_IMPORTED_MODULE_42__["default"]; });366 367 /* harmony import */ var _library_co lumns__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./library/columns */ "../../../../node_modules/@wordpress/icons/build-module/library/columns.js");368 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "co lumns", function() { return _library_columns__WEBPACK_IMPORTED_MODULE_43__["default"]; });369 370 /* harmony import */ var _library_c omment__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./library/comment */ "../../../../node_modules/@wordpress/icons/build-module/library/comment.js");371 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c omment", function() { return _library_comment__WEBPACK_IMPORTED_MODULE_44__["default"]; });372 373 /* harmony import */ var _library_c ontrols_repeat__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./library/controls-repeat */ "../../../../node_modules/@wordpress/icons/build-module/library/controls-repeat.js");374 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c ontrolsRepeat", function() { return _library_controls_repeat__WEBPACK_IMPORTED_MODULE_45__["default"]; });375 376 /* harmony import */ var _library_c over__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./library/cover */ "../../../../node_modules/@wordpress/icons/build-module/library/cover.js");377 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c over", function() { return _library_cover__WEBPACK_IMPORTED_MODULE_46__["default"]; });378 379 /* harmony import */ var _library_c reate__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./library/create */ "../../../../node_modules/@wordpress/icons/build-module/library/create.js");380 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c reate", function() { return _library_create__WEBPACK_IMPORTED_MODULE_47__["default"]; });381 382 /* harmony import */ var _library_c rop__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./library/crop */ "../../../../node_modules/@wordpress/icons/build-module/library/crop.js");383 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "c rop", function() { return _library_crop__WEBPACK_IMPORTED_MODULE_48__["default"]; });384 385 /* harmony import */ var _library_cu rrency_dollar__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./library/currency-dollar */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-dollar.js");386 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cu rrencyDollar", function() { return _library_currency_dollar__WEBPACK_IMPORTED_MODULE_49__["default"]; });387 388 /* harmony import */ var _library_ currency_euro__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./library/currency-euro */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-euro.js");389 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " currencyEuro", function() { return _library_currency_euro__WEBPACK_IMPORTED_MODULE_50__["default"]; });390 391 /* harmony import */ var _library_ currency_pound__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./library/currency-pound */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-pound.js");392 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " currencyPound", function() { return _library_currency_pound__WEBPACK_IMPORTED_MODULE_51__["default"]; });393 394 /* harmony import */ var _library_ custom_post_type__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./library/custom-post-type */ "../../../../node_modules/@wordpress/icons/build-module/library/custom-post-type.js");395 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " customPostType", function() { return _library_custom_post_type__WEBPACK_IMPORTED_MODULE_52__["default"]; });396 397 /* harmony import */ var _library_ desktop__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./library/desktop */ "../../../../node_modules/@wordpress/icons/build-module/library/desktop.js");398 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " desktop", function() { return _library_desktop__WEBPACK_IMPORTED_MODULE_53__["default"]; });399 400 /* harmony import */ var _library_ drag_handle__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./library/drag-handle */ "../../../../node_modules/@wordpress/icons/build-module/library/drag-handle.js");401 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " dragHandle", function() { return _library_drag_handle__WEBPACK_IMPORTED_MODULE_54__["default"]; });402 403 /* harmony import */ var _library_ download__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./library/download */ "../../../../node_modules/@wordpress/icons/build-module/library/download.js");404 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " download", function() { return _library_download__WEBPACK_IMPORTED_MODULE_55__["default"]; });405 406 /* harmony import */ var _library_ edit__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./library/edit */ "../../../../node_modules/@wordpress/icons/build-module/library/edit.js");407 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " edit", function() { return _library_edit__WEBPACK_IMPORTED_MODULE_56__["default"]; });408 409 /* harmony import */ var _library_ expand__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./library/expand */ "../../../../node_modules/@wordpress/icons/build-module/library/expand.js");410 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " expand", function() { return _library_expand__WEBPACK_IMPORTED_MODULE_57__["default"]; });411 412 /* harmony import */ var _library_ external__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./library/external */ "../../../../node_modules/@wordpress/icons/build-module/library/external.js");413 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " external", function() { return _library_external__WEBPACK_IMPORTED_MODULE_58__["default"]; });414 415 /* harmony import */ var _library_f ile__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./library/file */ "../../../../node_modules/@wordpress/icons/build-module/library/file.js");416 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "f ile", function() { return _library_file__WEBPACK_IMPORTED_MODULE_59__["default"]; });417 418 /* harmony import */ var _library_f lip_horizontal__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./library/flip-horizontal */ "../../../../node_modules/@wordpress/icons/build-module/library/flip-horizontal.js");419 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "f lipHorizontal", function() { return _library_flip_horizontal__WEBPACK_IMPORTED_MODULE_60__["default"]; });420 421 /* harmony import */ var _library_f lip_vertical__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./library/flip-vertical */ "../../../../node_modules/@wordpress/icons/build-module/library/flip-vertical.js");422 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "f lipVertical", function() { return _library_flip_vertical__WEBPACK_IMPORTED_MODULE_61__["default"]; });423 424 /* harmony import */ var _library_format_ bold__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./library/format-bold */ "../../../../node_modules/@wordpress/icons/build-module/library/format-bold.js");425 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Bold", function() { return _library_format_bold__WEBPACK_IMPORTED_MODULE_62__["default"]; });426 427 /* harmony import */ var _library_format_ capitalize__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ./library/format-capitalize */ "../../../../node_modules/@wordpress/icons/build-module/library/format-capitalize.js");428 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Capitalize", function() { return _library_format_capitalize__WEBPACK_IMPORTED_MODULE_63__["default"]; });429 430 /* harmony import */ var _library_format_ indent__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ./library/format-indent */ "../../../../node_modules/@wordpress/icons/build-module/library/format-indent.js");431 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Indent", function() { return _library_format_indent__WEBPACK_IMPORTED_MODULE_64__["default"]; });432 433 /* harmony import */ var _library_format_ indent_rtl__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ./library/format-indent-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-indent-rtl.js");434 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format IndentRTL", function() { return _library_format_indent_rtl__WEBPACK_IMPORTED_MODULE_65__["default"]; });435 436 /* harmony import */ var _library_format_ italic__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ./library/format-italic */ "../../../../node_modules/@wordpress/icons/build-module/library/format-italic.js");437 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Italic", function() { return _library_format_italic__WEBPACK_IMPORTED_MODULE_66__["default"]; });438 439 /* harmony import */ var _library_format_l ist_bullets__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ./library/format-list-bullets */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-bullets.js");440 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatL istBullets", function() { return _library_format_list_bullets__WEBPACK_IMPORTED_MODULE_67__["default"]; });441 442 /* harmony import */ var _library_format_l ist_bullets_rtl__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ./library/format-list-bullets-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-bullets-rtl.js");443 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatL istBulletsRTL", function() { return _library_format_list_bullets_rtl__WEBPACK_IMPORTED_MODULE_68__["default"]; });444 445 /* harmony import */ var _library_format_ list_numbered__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ./library/format-list-numbered */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-numbered.js");446 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format ListNumbered", function() { return _library_format_list_numbered__WEBPACK_IMPORTED_MODULE_69__["default"]; });447 448 /* harmony import */ var _library_format_ list_numbered_rtl__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ./library/format-list-numbered-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-numbered-rtl.js");449 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format ListNumberedRTL", function() { return _library_format_list_numbered_rtl__WEBPACK_IMPORTED_MODULE_70__["default"]; });450 451 /* harmony import */ var _library_format_ ltr__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./library/format-ltr */ "../../../../node_modules/@wordpress/icons/build-module/library/format-ltr.js");452 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Ltr", function() { return _library_format_ltr__WEBPACK_IMPORTED_MODULE_71__["default"]; });453 454 /* harmony import */ var _library_format_ lowercase__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./library/format-lowercase */ "../../../../node_modules/@wordpress/icons/build-module/library/format-lowercase.js");455 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Lowercase", function() { return _library_format_lowercase__WEBPACK_IMPORTED_MODULE_72__["default"]; });456 457 /* harmony import */ var _library_format_ outdent__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./library/format-outdent */ "../../../../node_modules/@wordpress/icons/build-module/library/format-outdent.js");458 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format Outdent", function() { return _library_format_outdent__WEBPACK_IMPORTED_MODULE_73__["default"]; });459 460 /* harmony import */ var _library_format_ outdent_rtl__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ./library/format-outdent-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-outdent-rtl.js");461 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "format OutdentRTL", function() { return _library_format_outdent_rtl__WEBPACK_IMPORTED_MODULE_74__["default"]; });462 463 /* harmony import */ var _library_f ormat_rtl__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ./library/format-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-rtl.js");464 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "f ormatRtl", function() { return _library_format_rtl__WEBPACK_IMPORTED_MODULE_75__["default"]; });465 466 /* harmony import */ var _library_ format_strikethrough__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./library/format-strikethrough */ "../../../../node_modules/@wordpress/icons/build-module/library/format-strikethrough.js");467 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " formatStrikethrough", function() { return _library_format_strikethrough__WEBPACK_IMPORTED_MODULE_76__["default"]; });468 469 /* harmony import */ var _library_ format_underline__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./library/format-underline */ "../../../../node_modules/@wordpress/icons/build-module/library/format-underline.js");470 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " formatUnderline", function() { return _library_format_underline__WEBPACK_IMPORTED_MODULE_77__["default"]; });471 472 /* harmony import */ var _library_ format_uppercase__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./library/format-uppercase */ "../../../../node_modules/@wordpress/icons/build-module/library/format-uppercase.js");473 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " formatUppercase", function() { return _library_format_uppercase__WEBPACK_IMPORTED_MODULE_78__["default"]; });474 475 /* harmony import */ var _library_ fullscreen__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./library/fullscreen */ "../../../../node_modules/@wordpress/icons/build-module/library/fullscreen.js");476 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " fullscreen", function() { return _library_fullscreen__WEBPACK_IMPORTED_MODULE_79__["default"]; });477 478 /* harmony import */ var _library_ gallery__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./library/gallery */ "../../../../node_modules/@wordpress/icons/build-module/library/gallery.js");479 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " gallery", function() { return _library_gallery__WEBPACK_IMPORTED_MODULE_80__["default"]; });480 481 /* harmony import */ var _library_ globe__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./library/globe */ "../../../../node_modules/@wordpress/icons/build-module/library/globe.js");482 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " globe", function() { return _library_globe__WEBPACK_IMPORTED_MODULE_81__["default"]; });483 484 /* harmony import */ var _library_ grid__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./library/grid */ "../../../../node_modules/@wordpress/icons/build-module/library/grid.js");485 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " grid", function() { return _library_grid__WEBPACK_IMPORTED_MODULE_82__["default"]; });486 487 /* harmony import */ var _library_ group__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./library/group */ "../../../../node_modules/@wordpress/icons/build-module/library/group.js");488 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " group", function() { return _library_group__WEBPACK_IMPORTED_MODULE_83__["default"]; });489 490 /* harmony import */ var _library_ handle__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./library/handle */ "../../../../node_modules/@wordpress/icons/build-module/library/handle.js");491 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " handle", function() { return _library_handle__WEBPACK_IMPORTED_MODULE_84__["default"]; });492 493 /* harmony import */ var _library_h eading__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./library/heading */ "../../../../node_modules/@wordpress/icons/build-module/library/heading.js");494 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "h eading", function() { return _library_heading__WEBPACK_IMPORTED_MODULE_85__["default"]; });495 496 /* harmony import */ var _library_h elp__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./library/help */ "../../../../node_modules/@wordpress/icons/build-module/library/help.js");497 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "h elp", function() { return _library_help__WEBPACK_IMPORTED_MODULE_86__["default"]; });498 499 /* harmony import */ var _library_i nbox__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./library/inbox */ "../../../../node_modules/@wordpress/icons/build-module/library/inbox.js");500 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "i nbox", function() { return _library_inbox__WEBPACK_IMPORTED_MODULE_87__["default"]; });501 502 /* harmony import */ var _library_in stitution__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./library/institution */ "../../../../node_modules/@wordpress/icons/build-module/library/institution.js");503 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "in stitution", function() { return _library_institution__WEBPACK_IMPORTED_MODULE_88__["default"]; });504 505 /* harmony import */ var _library_ home__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./library/home */ "../../../../node_modules/@wordpress/icons/build-module/library/home.js");506 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " home", function() { return _library_home__WEBPACK_IMPORTED_MODULE_89__["default"]; });507 508 /* harmony import */ var _library_ html__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./library/html */ "../../../../node_modules/@wordpress/icons/build-module/library/html.js");509 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " html", function() { return _library_html__WEBPACK_IMPORTED_MODULE_90__["default"]; });510 511 /* harmony import */ var _library_ image__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./library/image */ "../../../../node_modules/@wordpress/icons/build-module/library/image.js");512 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " image", function() { return _library_image__WEBPACK_IMPORTED_MODULE_91__["default"]; });513 514 /* harmony import */ var _library_ info__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./library/info */ "../../../../node_modules/@wordpress/icons/build-module/library/info.js");515 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " info", function() { return _library_info__WEBPACK_IMPORTED_MODULE_92__["default"]; });516 517 /* harmony import */ var _library_ insert_after__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./library/insert-after */ "../../../../node_modules/@wordpress/icons/build-module/library/insert-after.js");518 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " insertAfter", function() { return _library_insert_after__WEBPACK_IMPORTED_MODULE_93__["default"]; });519 520 /* harmony import */ var _library_ insert_before__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./library/insert-before */ "../../../../node_modules/@wordpress/icons/build-module/library/insert-before.js");521 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " insertBefore", function() { return _library_insert_before__WEBPACK_IMPORTED_MODULE_94__["default"]; });522 523 /* harmony import */ var _library_ justify_left__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./library/justify-left */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-left.js");524 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " justifyLeft", function() { return _library_justify_left__WEBPACK_IMPORTED_MODULE_95__["default"]; });525 526 /* harmony import */ var _library_ justify_center__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./library/justify-center */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-center.js");527 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " justifyCenter", function() { return _library_justify_center__WEBPACK_IMPORTED_MODULE_96__["default"]; });528 529 /* harmony import */ var _library_ justify_right__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./library/justify-right */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-right.js");530 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " justifyRight", function() { return _library_justify_right__WEBPACK_IMPORTED_MODULE_97__["default"]; });531 532 /* harmony import */ var _library_ justify_space_between__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./library/justify-space-between */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-space-between.js");533 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " justifySpaceBetween", function() { return _library_justify_space_between__WEBPACK_IMPORTED_MODULE_98__["default"]; });534 535 /* harmony import */ var _library_ keyboard_close__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./library/keyboard-close */ "../../../../node_modules/@wordpress/icons/build-module/library/keyboard-close.js");536 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " keyboardClose", function() { return _library_keyboard_close__WEBPACK_IMPORTED_MODULE_99__["default"]; });537 538 /* harmony import */ var _library_ keyboard_return__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./library/keyboard-return */ "../../../../node_modules/@wordpress/icons/build-module/library/keyboard-return.js");539 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " keyboardReturn", function() { return _library_keyboard_return__WEBPACK_IMPORTED_MODULE_100__["default"]; });540 541 /* harmony import */ var _library_l ayout__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./library/layout */ "../../../../node_modules/@wordpress/icons/build-module/library/layout.js");542 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "l ayout", function() { return _library_layout__WEBPACK_IMPORTED_MODULE_101__["default"]; });543 544 /* harmony import */ var _library_li fesaver__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./library/lifesaver */ "../../../../node_modules/@wordpress/icons/build-module/library/lifesaver.js");545 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "li fesaver", function() { return _library_lifesaver__WEBPACK_IMPORTED_MODULE_102__["default"]; });546 547 /* harmony import */ var _library_l ink__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./library/link */ "../../../../node_modules/@wordpress/icons/build-module/library/link.js");548 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "l ink", function() { return _library_link__WEBPACK_IMPORTED_MODULE_103__["default"]; });549 550 /* harmony import */ var _library_l ink_off__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./library/link-off */ "../../../../node_modules/@wordpress/icons/build-module/library/link-off.js");551 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "l inkOff", function() { return _library_link_off__WEBPACK_IMPORTED_MODULE_104__["default"]; });552 553 /* harmony import */ var _library_l ist__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./library/list */ "../../../../node_modules/@wordpress/icons/build-module/library/list.js");554 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "l ist", function() { return _library_list__WEBPACK_IMPORTED_MODULE_105__["default"]; });555 556 /* harmony import */ var _library_ list_view__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./library/list-view */ "../../../../node_modules/@wordpress/icons/build-module/library/list-view.js");557 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " listView", function() { return _library_list_view__WEBPACK_IMPORTED_MODULE_106__["default"]; });558 559 /* harmony import */ var _library_ lock__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./library/lock */ "../../../../node_modules/@wordpress/icons/build-module/library/lock.js");560 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " lock", function() { return _library_lock__WEBPACK_IMPORTED_MODULE_107__["default"]; });561 562 /* harmony import */ var _library_ loop__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./library/loop */ "../../../../node_modules/@wordpress/icons/build-module/library/loop.js");563 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " loop", function() { return _library_loop__WEBPACK_IMPORTED_MODULE_108__["default"]; });564 565 /* harmony import */ var _library_m ap_marker__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./library/map-marker */ "../../../../node_modules/@wordpress/icons/build-module/library/map-marker.js");566 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m apMarker", function() { return _library_map_marker__WEBPACK_IMPORTED_MODULE_109__["default"]; });567 568 /* harmony import */ var _library_me dia__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./library/media */ "../../../../node_modules/@wordpress/icons/build-module/library/media.js");569 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "me dia", function() { return _library_media__WEBPACK_IMPORTED_MODULE_110__["default"]; });570 571 /* harmony import */ var _library_m edia_and_text__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./library/media-and-text */ "../../../../node_modules/@wordpress/icons/build-module/library/media-and-text.js");572 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m ediaAndText", function() { return _library_media_and_text__WEBPACK_IMPORTED_MODULE_111__["default"]; });573 574 /* harmony import */ var _library_m egaphone__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./library/megaphone */ "../../../../node_modules/@wordpress/icons/build-module/library/megaphone.js");575 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m egaphone", function() { return _library_megaphone__WEBPACK_IMPORTED_MODULE_112__["default"]; });576 577 /* harmony import */ var _library_m enu__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./library/menu */ "../../../../node_modules/@wordpress/icons/build-module/library/menu.js");578 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m enu", function() { return _library_menu__WEBPACK_IMPORTED_MODULE_113__["default"]; });579 580 /* harmony import */ var _library_m inus__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./library/minus */ "../../../../node_modules/@wordpress/icons/build-module/library/minus.js");581 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m inus", function() { return _library_minus__WEBPACK_IMPORTED_MODULE_114__["default"]; });582 583 /* harmony import */ var _library_mo bile__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./library/mobile */ "../../../../node_modules/@wordpress/icons/build-module/library/mobile.js");584 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mo bile", function() { return _library_mobile__WEBPACK_IMPORTED_MODULE_115__["default"]; });585 586 /* harmony import */ var _library_more_ _WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./library/more */ "../../../../node_modules/@wordpress/icons/build-module/library/more.js");587 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "more ", function() { return _library_more__WEBPACK_IMPORTED_MODULE_116__["default"]; });588 589 /* harmony import */ var _library_mo re_horizontal__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./library/more-horizontal */ "../../../../node_modules/@wordpress/icons/build-module/library/more-horizontal.js");590 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mo reHorizontal", function() { return _library_more_horizontal__WEBPACK_IMPORTED_MODULE_117__["default"]; });591 592 /* harmony import */ var _library_ more_horizontal_mobile__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./library/more-horizontal-mobile */ "../../../../node_modules/@wordpress/icons/build-module/library/more-horizontal-mobile.js");593 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " moreHorizontalMobile", function() { return _library_more_horizontal_mobile__WEBPACK_IMPORTED_MODULE_118__["default"]; });594 595 /* harmony import */ var _library_ more_vertical__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./library/more-vertical */ "../../../../node_modules/@wordpress/icons/build-module/library/more-vertical.js");596 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " moreVertical", function() { return _library_more_vertical__WEBPACK_IMPORTED_MODULE_119__["default"]; });597 598 /* harmony import */ var _library_ navigation__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./library/navigation */ "../../../../node_modules/@wordpress/icons/build-module/library/navigation.js");599 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " navigation", function() { return _library_navigation__WEBPACK_IMPORTED_MODULE_120__["default"]; });600 601 /* harmony import */ var _library_ overlay_text__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./library/overlay-text */ "../../../../node_modules/@wordpress/icons/build-module/library/overlay-text.js");602 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " overlayText", function() { return _library_overlay_text__WEBPACK_IMPORTED_MODULE_121__["default"]; });603 604 /* harmony import */ var _library_page_ break__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./library/page-break */ "../../../../node_modules/@wordpress/icons/build-module/library/page-break.js");605 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "page Break", function() { return _library_page_break__WEBPACK_IMPORTED_MODULE_122__["default"]; });606 607 /* harmony import */ var _library_ custom_link__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./library/custom-link */ "../../../../node_modules/@wordpress/icons/build-module/library/custom-link.js");608 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " customLink", function() { return _library_custom_link__WEBPACK_IMPORTED_MODULE_123__["default"]; });609 610 /* harmony import */ var _library_pa ge__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./library/page */ "../../../../node_modules/@wordpress/icons/build-module/library/page.js");611 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pa ge", function() { return _library_page__WEBPACK_IMPORTED_MODULE_124__["default"]; });612 613 /* harmony import */ var _library_pa ges__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./library/pages */ "../../../../node_modules/@wordpress/icons/build-module/library/pages.js");614 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pa ges", function() { return _library_pages__WEBPACK_IMPORTED_MODULE_125__["default"]; });615 616 /* harmony import */ var _library_p aragraph__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./library/paragraph */ "../../../../node_modules/@wordpress/icons/build-module/library/paragraph.js");617 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p aragraph", function() { return _library_paragraph__WEBPACK_IMPORTED_MODULE_126__["default"]; });618 619 /* harmony import */ var _library_p ayment__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./library/payment */ "../../../../node_modules/@wordpress/icons/build-module/library/payment.js");620 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p ayment", function() { return _library_payment__WEBPACK_IMPORTED_MODULE_127__["default"]; });621 622 /* harmony import */ var _library_p ercent__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./library/percent */ "../../../../node_modules/@wordpress/icons/build-module/library/percent.js");623 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p ercent", function() { return _library_percent__WEBPACK_IMPORTED_MODULE_128__["default"]; });624 625 /* harmony import */ var _library_position_ center__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./library/position-center */ "../../../../node_modules/@wordpress/icons/build-module/library/position-center.js");626 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "position Center", function() { return _library_position_center__WEBPACK_IMPORTED_MODULE_129__["default"]; });627 628 /* harmony import */ var _library_p osition_left__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./library/position-left */ "../../../../node_modules/@wordpress/icons/build-module/library/position-left.js");629 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p ositionLeft", function() { return _library_position_left__WEBPACK_IMPORTED_MODULE_130__["default"]; });630 631 /* harmony import */ var _library_p osition_right__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./library/position-right */ "../../../../node_modules/@wordpress/icons/build-module/library/position-right.js");632 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p ositionRight", function() { return _library_position_right__WEBPACK_IMPORTED_MODULE_131__["default"]; });633 634 /* harmony import */ var _library_p encil__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./library/pencil */ "../../../../node_modules/@wordpress/icons/build-module/library/pencil.js");635 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p encil", function() { return _library_pencil__WEBPACK_IMPORTED_MODULE_132__["default"]; });636 637 /* harmony import */ var _library_p eople__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./library/people */ "../../../../node_modules/@wordpress/icons/build-module/library/people.js");638 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p eople", function() { return _library_people__WEBPACK_IMPORTED_MODULE_133__["default"]; });639 640 /* harmony import */ var _library_p in__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./library/pin */ "../../../../node_modules/@wordpress/icons/build-module/library/pin.js");641 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p in", function() { return _library_pin__WEBPACK_IMPORTED_MODULE_134__["default"]; });642 643 /* harmony import */ var _library_plu gins__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./library/plugins */ "../../../../node_modules/@wordpress/icons/build-module/library/plugins.js");644 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plu gins", function() { return _library_plugins__WEBPACK_IMPORTED_MODULE_135__["default"]; });645 646 /* harmony import */ var _library_plus_ circle_filled__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./library/plus-circle-filled */ "../../../../node_modules/@wordpress/icons/build-module/library/plus-circle-filled.js");647 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plus CircleFilled", function() { return _library_plus_circle_filled__WEBPACK_IMPORTED_MODULE_136__["default"]; });648 649 /* harmony import */ var _library_p lus_circle__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./library/plus-circle */ "../../../../node_modules/@wordpress/icons/build-module/library/plus-circle.js");650 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p lusCircle", function() { return _library_plus_circle__WEBPACK_IMPORTED_MODULE_137__["default"]; });651 652 /* harmony import */ var _library_p lus__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./library/plus */ "../../../../node_modules/@wordpress/icons/build-module/library/plus.js");653 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p lus", function() { return _library_plus__WEBPACK_IMPORTED_MODULE_138__["default"]; });654 655 /* harmony import */ var _library_post_c ategories__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./library/post-categories */ "../../../../node_modules/@wordpress/icons/build-module/library/post-categories.js");656 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postC ategories", function() { return _library_post_categories__WEBPACK_IMPORTED_MODULE_139__["default"]; });657 658 /* harmony import */ var _library_post_comments_ _WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./library/post-comments */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments.js");659 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postComments ", function() { return _library_post_comments__WEBPACK_IMPORTED_MODULE_140__["default"]; });660 661 /* harmony import */ var _library_post_comments_ count__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./library/post-comments-count */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments-count.js");662 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postComments Count", function() { return _library_post_comments_count__WEBPACK_IMPORTED_MODULE_141__["default"]; });663 664 /* harmony import */ var _library_post_ comments_form__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./library/post-comments-form */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments-form.js");665 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "post CommentsForm", function() { return _library_post_comments_form__WEBPACK_IMPORTED_MODULE_142__["default"]; });666 667 /* harmony import */ var _library_post_ date__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./library/post-date */ "../../../../node_modules/@wordpress/icons/build-module/library/post-date.js");668 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "post Date", function() { return _library_post_date__WEBPACK_IMPORTED_MODULE_143__["default"]; });669 670 /* harmony import */ var _library_post_ excerpt__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./library/post-excerpt */ "../../../../node_modules/@wordpress/icons/build-module/library/post-excerpt.js");671 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "post Excerpt", function() { return _library_post_excerpt__WEBPACK_IMPORTED_MODULE_144__["default"]; });672 673 /* harmony import */ var _library_post_ featured_image__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./library/post-featured-image */ "../../../../node_modules/@wordpress/icons/build-module/library/post-featured-image.js");674 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "post FeaturedImage", function() { return _library_post_featured_image__WEBPACK_IMPORTED_MODULE_145__["default"]; });675 676 /* harmony import */ var _library_post_ list__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./library/post-list */ "../../../../node_modules/@wordpress/icons/build-module/library/post-list.js");677 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "post List", function() { return _library_post_list__WEBPACK_IMPORTED_MODULE_146__["default"]; });678 679 /* harmony import */ var _library_p ost_title__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./library/post-title */ "../../../../node_modules/@wordpress/icons/build-module/library/post-title.js");680 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p ostTitle", function() { return _library_post_title__WEBPACK_IMPORTED_MODULE_147__["default"]; });681 682 /* harmony import */ var _library_ previous__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./library/previous */ "../../../../node_modules/@wordpress/icons/build-module/library/previous.js");683 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " previous", function() { return _library_previous__WEBPACK_IMPORTED_MODULE_148__["default"]; });684 685 /* harmony import */ var _library_ next__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./library/next */ "../../../../node_modules/@wordpress/icons/build-module/library/next.js");686 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " next", function() { return _library_next__WEBPACK_IMPORTED_MODULE_149__["default"]; });687 688 /* harmony import */ var _library_p reformatted__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./library/preformatted */ "../../../../node_modules/@wordpress/icons/build-module/library/preformatted.js");689 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "p reformatted", function() { return _library_preformatted__WEBPACK_IMPORTED_MODULE_150__["default"]; });690 691 /* harmony import */ var _library_pull_ left__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./library/pull-left */ "../../../../node_modules/@wordpress/icons/build-module/library/pull-left.js");692 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pull Left", function() { return _library_pull_left__WEBPACK_IMPORTED_MODULE_151__["default"]; });693 694 /* harmony import */ var _library_pull _right__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./library/pull-right */ "../../../../node_modules/@wordpress/icons/build-module/library/pull-right.js");695 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pull Right", function() { return _library_pull_right__WEBPACK_IMPORTED_MODULE_152__["default"]; });696 697 /* harmony import */ var _library_ pullquote__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./library/pullquote */ "../../../../node_modules/@wordpress/icons/build-module/library/pullquote.js");698 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " pullquote", function() { return _library_pullquote__WEBPACK_IMPORTED_MODULE_153__["default"]; });699 700 /* harmony import */ var _library_query_pagination_ _WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./library/query-pagination */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination.js");701 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPagination ", function() { return _library_query_pagination__WEBPACK_IMPORTED_MODULE_154__["default"]; });702 703 /* harmony import */ var _library_query_pagination_n ext__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./library/query-pagination-next */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-next.js");704 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPaginationN ext", function() { return _library_query_pagination_next__WEBPACK_IMPORTED_MODULE_155__["default"]; });705 706 /* harmony import */ var _library_query_pagination_ numbers__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./library/query-pagination-numbers */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-numbers.js");707 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPagination Numbers", function() { return _library_query_pagination_numbers__WEBPACK_IMPORTED_MODULE_156__["default"]; });708 709 /* harmony import */ var _library_qu ery_pagination_previous__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./library/query-pagination-previous */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-previous.js");710 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "qu eryPaginationPrevious", function() { return _library_query_pagination_previous__WEBPACK_IMPORTED_MODULE_157__["default"]; });711 712 /* harmony import */ var _library_ quote__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./library/quote */ "../../../../node_modules/@wordpress/icons/build-module/library/quote.js");713 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " quote", function() { return _library_quote__WEBPACK_IMPORTED_MODULE_158__["default"]; });714 715 /* harmony import */ var _library_re ceipt__WEBPACK_IMPORTED_MODULE_159__ = __webpack_require__(/*! ./library/receipt */ "../../../../node_modules/@wordpress/icons/build-module/library/receipt.js");716 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "re ceipt", function() { return _library_receipt__WEBPACK_IMPORTED_MODULE_159__["default"]; });717 718 /* harmony import */ var _library_re do__WEBPACK_IMPORTED_MODULE_160__ = __webpack_require__(/*! ./library/redo */ "../../../../node_modules/@wordpress/icons/build-module/library/redo.js");719 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "re do", function() { return _library_redo__WEBPACK_IMPORTED_MODULE_160__["default"]; });720 721 /* harmony import */ var _library_re place__WEBPACK_IMPORTED_MODULE_161__ = __webpack_require__(/*! ./library/replace */ "../../../../node_modules/@wordpress/icons/build-module/library/replace.js");722 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "re place", function() { return _library_replace__WEBPACK_IMPORTED_MODULE_161__["default"]; });723 724 /* harmony import */ var _library_re size_corner_n_e__WEBPACK_IMPORTED_MODULE_162__ = __webpack_require__(/*! ./library/resize-corner-n-e */ "../../../../node_modules/@wordpress/icons/build-module/library/resize-corner-n-e.js");725 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "re sizeCornerNE", function() { return _library_resize_corner_n_e__WEBPACK_IMPORTED_MODULE_162__["default"]; });726 727 /* harmony import */ var _library_r eusable_block__WEBPACK_IMPORTED_MODULE_163__ = __webpack_require__(/*! ./library/reusable-block */ "../../../../node_modules/@wordpress/icons/build-module/library/reusable-block.js");728 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "r eusableBlock", function() { return _library_reusable_block__WEBPACK_IMPORTED_MODULE_163__["default"]; });729 730 /* harmony import */ var _library_rotate_ left__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./library/rotate-left */ "../../../../node_modules/@wordpress/icons/build-module/library/rotate-left.js");731 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "rotate Left", function() { return _library_rotate_left__WEBPACK_IMPORTED_MODULE_164__["default"]; });732 733 /* harmony import */ var _library_r otate_right__WEBPACK_IMPORTED_MODULE_165__ = __webpack_require__(/*! ./library/rotate-right */ "../../../../node_modules/@wordpress/icons/build-module/library/rotate-right.js");734 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "r otateRight", function() { return _library_rotate_right__WEBPACK_IMPORTED_MODULE_165__["default"]; });735 736 /* harmony import */ var _library_ rss__WEBPACK_IMPORTED_MODULE_166__ = __webpack_require__(/*! ./library/rss */ "../../../../node_modules/@wordpress/icons/build-module/library/rss.js");737 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, " rss", function() { return _library_rss__WEBPACK_IMPORTED_MODULE_166__["default"]; });738 739 /* harmony import */ var _library_se arch__WEBPACK_IMPORTED_MODULE_167__ = __webpack_require__(/*! ./library/search */ "../../../../node_modules/@wordpress/icons/build-module/library/search.js");740 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "se arch", function() { return _library_search__WEBPACK_IMPORTED_MODULE_167__["default"]; });741 742 /* harmony import */ var _library_se parator__WEBPACK_IMPORTED_MODULE_168__ = __webpack_require__(/*! ./library/separator */ "../../../../node_modules/@wordpress/icons/build-module/library/separator.js");743 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "se parator", function() { return _library_separator__WEBPACK_IMPORTED_MODULE_168__["default"]; });744 745 /* harmony import */ var _library_s ettings__WEBPACK_IMPORTED_MODULE_169__ = __webpack_require__(/*! ./library/settings */ "../../../../node_modules/@wordpress/icons/build-module/library/settings.js");746 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "s ettings", function() { return _library_settings__WEBPACK_IMPORTED_MODULE_169__["default"]; });747 748 /* harmony import */ var _library_s hare__WEBPACK_IMPORTED_MODULE_170__ = __webpack_require__(/*! ./library/share */ "../../../../node_modules/@wordpress/icons/build-module/library/share.js");749 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "s hare", function() { return _library_share__WEBPACK_IMPORTED_MODULE_170__["default"]; });612 /* harmony import */ var _library_chevron_down__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./library/chevron-down */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-down.js"); 613 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevronDown", function() { return _library_chevron_down__WEBPACK_IMPORTED_MODULE_29__["default"]; }); 614 615 /* harmony import */ var _library_chevron_left__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./library/chevron-left */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-left.js"); 616 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevronLeft", function() { return _library_chevron_left__WEBPACK_IMPORTED_MODULE_30__["default"]; }); 617 618 /* harmony import */ var _library_chevron_right__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./library/chevron-right */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-right.js"); 619 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevronRight", function() { return _library_chevron_right__WEBPACK_IMPORTED_MODULE_31__["default"]; }); 620 621 /* harmony import */ var _library_chevron_up__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./library/chevron-up */ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-up.js"); 622 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "chevronUp", function() { return _library_chevron_up__WEBPACK_IMPORTED_MODULE_32__["default"]; }); 623 624 /* harmony import */ var _library_classic__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./library/classic */ "../../../../node_modules/@wordpress/icons/build-module/library/classic.js"); 625 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "classic", function() { return _library_classic__WEBPACK_IMPORTED_MODULE_33__["default"]; }); 626 627 /* harmony import */ var _library_close__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./library/close */ "../../../../node_modules/@wordpress/icons/build-module/library/close.js"); 628 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "close", function() { return _library_close__WEBPACK_IMPORTED_MODULE_34__["default"]; }); 629 630 /* harmony import */ var _library_close_small__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./library/close-small */ "../../../../node_modules/@wordpress/icons/build-module/library/close-small.js"); 631 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "closeSmall", function() { return _library_close_small__WEBPACK_IMPORTED_MODULE_35__["default"]; }); 632 633 /* harmony import */ var _library_cloud_upload__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./library/cloud-upload */ "../../../../node_modules/@wordpress/icons/build-module/library/cloud-upload.js"); 634 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cloudUpload", function() { return _library_cloud_upload__WEBPACK_IMPORTED_MODULE_36__["default"]; }); 635 636 /* harmony import */ var _library_cloud__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./library/cloud */ "../../../../node_modules/@wordpress/icons/build-module/library/cloud.js"); 637 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cloud", function() { return _library_cloud__WEBPACK_IMPORTED_MODULE_37__["default"]; }); 638 639 /* harmony import */ var _library_code__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./library/code */ "../../../../node_modules/@wordpress/icons/build-module/library/code.js"); 640 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "code", function() { return _library_code__WEBPACK_IMPORTED_MODULE_38__["default"]; }); 641 642 /* harmony import */ var _library_cog__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./library/cog */ "../../../../node_modules/@wordpress/icons/build-module/library/cog.js"); 643 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cog", function() { return _library_cog__WEBPACK_IMPORTED_MODULE_39__["default"]; }); 644 645 /* harmony import */ var _library_column__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./library/column */ "../../../../node_modules/@wordpress/icons/build-module/library/column.js"); 646 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "column", function() { return _library_column__WEBPACK_IMPORTED_MODULE_40__["default"]; }); 647 648 /* harmony import */ var _library_columns__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./library/columns */ "../../../../node_modules/@wordpress/icons/build-module/library/columns.js"); 649 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "columns", function() { return _library_columns__WEBPACK_IMPORTED_MODULE_41__["default"]; }); 650 651 /* harmony import */ var _library_comment__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./library/comment */ "../../../../node_modules/@wordpress/icons/build-module/library/comment.js"); 652 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "comment", function() { return _library_comment__WEBPACK_IMPORTED_MODULE_42__["default"]; }); 653 654 /* harmony import */ var _library_cover__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./library/cover */ "../../../../node_modules/@wordpress/icons/build-module/library/cover.js"); 655 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cover", function() { return _library_cover__WEBPACK_IMPORTED_MODULE_43__["default"]; }); 656 657 /* harmony import */ var _library_create__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./library/create */ "../../../../node_modules/@wordpress/icons/build-module/library/create.js"); 658 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "create", function() { return _library_create__WEBPACK_IMPORTED_MODULE_44__["default"]; }); 659 660 /* harmony import */ var _library_crop__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./library/crop */ "../../../../node_modules/@wordpress/icons/build-module/library/crop.js"); 661 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "crop", function() { return _library_crop__WEBPACK_IMPORTED_MODULE_45__["default"]; }); 662 663 /* harmony import */ var _library_currency_dollar__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./library/currency-dollar */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-dollar.js"); 664 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "currencyDollar", function() { return _library_currency_dollar__WEBPACK_IMPORTED_MODULE_46__["default"]; }); 665 666 /* harmony import */ var _library_currency_euro__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./library/currency-euro */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-euro.js"); 667 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "currencyEuro", function() { return _library_currency_euro__WEBPACK_IMPORTED_MODULE_47__["default"]; }); 668 669 /* harmony import */ var _library_currency_pound__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./library/currency-pound */ "../../../../node_modules/@wordpress/icons/build-module/library/currency-pound.js"); 670 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "currencyPound", function() { return _library_currency_pound__WEBPACK_IMPORTED_MODULE_48__["default"]; }); 671 672 /* harmony import */ var _library_custom_post_type__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./library/custom-post-type */ "../../../../node_modules/@wordpress/icons/build-module/library/custom-post-type.js"); 673 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "customPostType", function() { return _library_custom_post_type__WEBPACK_IMPORTED_MODULE_49__["default"]; }); 674 675 /* harmony import */ var _library_desktop__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./library/desktop */ "../../../../node_modules/@wordpress/icons/build-module/library/desktop.js"); 676 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "desktop", function() { return _library_desktop__WEBPACK_IMPORTED_MODULE_50__["default"]; }); 677 678 /* harmony import */ var _library_drag_handle__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./library/drag-handle */ "../../../../node_modules/@wordpress/icons/build-module/library/drag-handle.js"); 679 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "dragHandle", function() { return _library_drag_handle__WEBPACK_IMPORTED_MODULE_51__["default"]; }); 680 681 /* harmony import */ var _library_download__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./library/download */ "../../../../node_modules/@wordpress/icons/build-module/library/download.js"); 682 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "download", function() { return _library_download__WEBPACK_IMPORTED_MODULE_52__["default"]; }); 683 684 /* harmony import */ var _library_edit__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./library/edit */ "../../../../node_modules/@wordpress/icons/build-module/library/edit.js"); 685 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "edit", function() { return _library_edit__WEBPACK_IMPORTED_MODULE_53__["default"]; }); 686 687 /* harmony import */ var _library_external__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./library/external */ "../../../../node_modules/@wordpress/icons/build-module/library/external.js"); 688 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "external", function() { return _library_external__WEBPACK_IMPORTED_MODULE_54__["default"]; }); 689 690 /* harmony import */ var _library_file__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./library/file */ "../../../../node_modules/@wordpress/icons/build-module/library/file.js"); 691 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "file", function() { return _library_file__WEBPACK_IMPORTED_MODULE_55__["default"]; }); 692 693 /* harmony import */ var _library_flip_horizontal__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./library/flip-horizontal */ "../../../../node_modules/@wordpress/icons/build-module/library/flip-horizontal.js"); 694 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "flipHorizontal", function() { return _library_flip_horizontal__WEBPACK_IMPORTED_MODULE_56__["default"]; }); 695 696 /* harmony import */ var _library_flip_vertical__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./library/flip-vertical */ "../../../../node_modules/@wordpress/icons/build-module/library/flip-vertical.js"); 697 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "flipVertical", function() { return _library_flip_vertical__WEBPACK_IMPORTED_MODULE_57__["default"]; }); 698 699 /* harmony import */ var _library_format_bold__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./library/format-bold */ "../../../../node_modules/@wordpress/icons/build-module/library/format-bold.js"); 700 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatBold", function() { return _library_format_bold__WEBPACK_IMPORTED_MODULE_58__["default"]; }); 701 702 /* harmony import */ var _library_format_capitalize__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./library/format-capitalize */ "../../../../node_modules/@wordpress/icons/build-module/library/format-capitalize.js"); 703 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatCapitalize", function() { return _library_format_capitalize__WEBPACK_IMPORTED_MODULE_59__["default"]; }); 704 705 /* harmony import */ var _library_format_indent__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./library/format-indent */ "../../../../node_modules/@wordpress/icons/build-module/library/format-indent.js"); 706 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatIndent", function() { return _library_format_indent__WEBPACK_IMPORTED_MODULE_60__["default"]; }); 707 708 /* harmony import */ var _library_format_indent_rtl__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./library/format-indent-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-indent-rtl.js"); 709 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatIndentRTL", function() { return _library_format_indent_rtl__WEBPACK_IMPORTED_MODULE_61__["default"]; }); 710 711 /* harmony import */ var _library_format_italic__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./library/format-italic */ "../../../../node_modules/@wordpress/icons/build-module/library/format-italic.js"); 712 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatItalic", function() { return _library_format_italic__WEBPACK_IMPORTED_MODULE_62__["default"]; }); 713 714 /* harmony import */ var _library_format_list_bullets__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ./library/format-list-bullets */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-bullets.js"); 715 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatListBullets", function() { return _library_format_list_bullets__WEBPACK_IMPORTED_MODULE_63__["default"]; }); 716 717 /* harmony import */ var _library_format_list_bullets_rtl__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ./library/format-list-bullets-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-bullets-rtl.js"); 718 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatListBulletsRTL", function() { return _library_format_list_bullets_rtl__WEBPACK_IMPORTED_MODULE_64__["default"]; }); 719 720 /* harmony import */ var _library_format_list_numbered__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ./library/format-list-numbered */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-numbered.js"); 721 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatListNumbered", function() { return _library_format_list_numbered__WEBPACK_IMPORTED_MODULE_65__["default"]; }); 722 723 /* harmony import */ var _library_format_list_numbered_rtl__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ./library/format-list-numbered-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-list-numbered-rtl.js"); 724 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatListNumberedRTL", function() { return _library_format_list_numbered_rtl__WEBPACK_IMPORTED_MODULE_66__["default"]; }); 725 726 /* harmony import */ var _library_format_ltr__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ./library/format-ltr */ "../../../../node_modules/@wordpress/icons/build-module/library/format-ltr.js"); 727 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatLtr", function() { return _library_format_ltr__WEBPACK_IMPORTED_MODULE_67__["default"]; }); 728 729 /* harmony import */ var _library_format_lowercase__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ./library/format-lowercase */ "../../../../node_modules/@wordpress/icons/build-module/library/format-lowercase.js"); 730 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatLowercase", function() { return _library_format_lowercase__WEBPACK_IMPORTED_MODULE_68__["default"]; }); 731 732 /* harmony import */ var _library_format_outdent__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ./library/format-outdent */ "../../../../node_modules/@wordpress/icons/build-module/library/format-outdent.js"); 733 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatOutdent", function() { return _library_format_outdent__WEBPACK_IMPORTED_MODULE_69__["default"]; }); 734 735 /* harmony import */ var _library_format_outdent_rtl__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ./library/format-outdent-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-outdent-rtl.js"); 736 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatOutdentRTL", function() { return _library_format_outdent_rtl__WEBPACK_IMPORTED_MODULE_70__["default"]; }); 737 738 /* harmony import */ var _library_format_rtl__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./library/format-rtl */ "../../../../node_modules/@wordpress/icons/build-module/library/format-rtl.js"); 739 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatRtl", function() { return _library_format_rtl__WEBPACK_IMPORTED_MODULE_71__["default"]; }); 740 741 /* harmony import */ var _library_format_strikethrough__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./library/format-strikethrough */ "../../../../node_modules/@wordpress/icons/build-module/library/format-strikethrough.js"); 742 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatStrikethrough", function() { return _library_format_strikethrough__WEBPACK_IMPORTED_MODULE_72__["default"]; }); 743 744 /* harmony import */ var _library_format_underline__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./library/format-underline */ "../../../../node_modules/@wordpress/icons/build-module/library/format-underline.js"); 745 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatUnderline", function() { return _library_format_underline__WEBPACK_IMPORTED_MODULE_73__["default"]; }); 746 747 /* harmony import */ var _library_format_uppercase__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ./library/format-uppercase */ "../../../../node_modules/@wordpress/icons/build-module/library/format-uppercase.js"); 748 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "formatUppercase", function() { return _library_format_uppercase__WEBPACK_IMPORTED_MODULE_74__["default"]; }); 749 750 /* harmony import */ var _library_fullscreen__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ./library/fullscreen */ "../../../../node_modules/@wordpress/icons/build-module/library/fullscreen.js"); 751 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "fullscreen", function() { return _library_fullscreen__WEBPACK_IMPORTED_MODULE_75__["default"]; }); 752 753 /* harmony import */ var _library_gallery__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./library/gallery */ "../../../../node_modules/@wordpress/icons/build-module/library/gallery.js"); 754 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "gallery", function() { return _library_gallery__WEBPACK_IMPORTED_MODULE_76__["default"]; }); 755 756 /* harmony import */ var _library_globe__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./library/globe */ "../../../../node_modules/@wordpress/icons/build-module/library/globe.js"); 757 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "globe", function() { return _library_globe__WEBPACK_IMPORTED_MODULE_77__["default"]; }); 758 759 /* harmony import */ var _library_grid__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./library/grid */ "../../../../node_modules/@wordpress/icons/build-module/library/grid.js"); 760 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "grid", function() { return _library_grid__WEBPACK_IMPORTED_MODULE_78__["default"]; }); 761 762 /* harmony import */ var _library_group__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./library/group */ "../../../../node_modules/@wordpress/icons/build-module/library/group.js"); 763 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "group", function() { return _library_group__WEBPACK_IMPORTED_MODULE_79__["default"]; }); 764 765 /* harmony import */ var _library_handle__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./library/handle */ "../../../../node_modules/@wordpress/icons/build-module/library/handle.js"); 766 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "handle", function() { return _library_handle__WEBPACK_IMPORTED_MODULE_80__["default"]; }); 767 768 /* harmony import */ var _library_heading__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./library/heading */ "../../../../node_modules/@wordpress/icons/build-module/library/heading.js"); 769 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "heading", function() { return _library_heading__WEBPACK_IMPORTED_MODULE_81__["default"]; }); 770 771 /* harmony import */ var _library_help__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./library/help */ "../../../../node_modules/@wordpress/icons/build-module/library/help.js"); 772 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "help", function() { return _library_help__WEBPACK_IMPORTED_MODULE_82__["default"]; }); 773 774 /* harmony import */ var _library_inbox__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./library/inbox */ "../../../../node_modules/@wordpress/icons/build-module/library/inbox.js"); 775 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "inbox", function() { return _library_inbox__WEBPACK_IMPORTED_MODULE_83__["default"]; }); 776 777 /* harmony import */ var _library_institution__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./library/institution */ "../../../../node_modules/@wordpress/icons/build-module/library/institution.js"); 778 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "institution", function() { return _library_institution__WEBPACK_IMPORTED_MODULE_84__["default"]; }); 779 780 /* harmony import */ var _library_home__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./library/home */ "../../../../node_modules/@wordpress/icons/build-module/library/home.js"); 781 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "home", function() { return _library_home__WEBPACK_IMPORTED_MODULE_85__["default"]; }); 782 783 /* harmony import */ var _library_html__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./library/html */ "../../../../node_modules/@wordpress/icons/build-module/library/html.js"); 784 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "html", function() { return _library_html__WEBPACK_IMPORTED_MODULE_86__["default"]; }); 785 786 /* harmony import */ var _library_image__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./library/image */ "../../../../node_modules/@wordpress/icons/build-module/library/image.js"); 787 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "image", function() { return _library_image__WEBPACK_IMPORTED_MODULE_87__["default"]; }); 788 789 /* harmony import */ var _library_info__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./library/info */ "../../../../node_modules/@wordpress/icons/build-module/library/info.js"); 790 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "info", function() { return _library_info__WEBPACK_IMPORTED_MODULE_88__["default"]; }); 791 792 /* harmony import */ var _library_insert_after__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./library/insert-after */ "../../../../node_modules/@wordpress/icons/build-module/library/insert-after.js"); 793 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "insertAfter", function() { return _library_insert_after__WEBPACK_IMPORTED_MODULE_89__["default"]; }); 794 795 /* harmony import */ var _library_insert_before__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./library/insert-before */ "../../../../node_modules/@wordpress/icons/build-module/library/insert-before.js"); 796 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "insertBefore", function() { return _library_insert_before__WEBPACK_IMPORTED_MODULE_90__["default"]; }); 797 798 /* harmony import */ var _library_justify_left__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./library/justify-left */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-left.js"); 799 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "justifyLeft", function() { return _library_justify_left__WEBPACK_IMPORTED_MODULE_91__["default"]; }); 800 801 /* harmony import */ var _library_justify_center__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./library/justify-center */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-center.js"); 802 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "justifyCenter", function() { return _library_justify_center__WEBPACK_IMPORTED_MODULE_92__["default"]; }); 803 804 /* harmony import */ var _library_justify_right__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./library/justify-right */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-right.js"); 805 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "justifyRight", function() { return _library_justify_right__WEBPACK_IMPORTED_MODULE_93__["default"]; }); 806 807 /* harmony import */ var _library_justify_space_between__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./library/justify-space-between */ "../../../../node_modules/@wordpress/icons/build-module/library/justify-space-between.js"); 808 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "justifySpaceBetween", function() { return _library_justify_space_between__WEBPACK_IMPORTED_MODULE_94__["default"]; }); 809 810 /* harmony import */ var _library_keyboard_close__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./library/keyboard-close */ "../../../../node_modules/@wordpress/icons/build-module/library/keyboard-close.js"); 811 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "keyboardClose", function() { return _library_keyboard_close__WEBPACK_IMPORTED_MODULE_95__["default"]; }); 812 813 /* harmony import */ var _library_keyboard_return__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./library/keyboard-return */ "../../../../node_modules/@wordpress/icons/build-module/library/keyboard-return.js"); 814 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "keyboardReturn", function() { return _library_keyboard_return__WEBPACK_IMPORTED_MODULE_96__["default"]; }); 815 816 /* harmony import */ var _library_layout__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./library/layout */ "../../../../node_modules/@wordpress/icons/build-module/library/layout.js"); 817 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "layout", function() { return _library_layout__WEBPACK_IMPORTED_MODULE_97__["default"]; }); 818 819 /* harmony import */ var _library_lifesaver__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./library/lifesaver */ "../../../../node_modules/@wordpress/icons/build-module/library/lifesaver.js"); 820 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "lifesaver", function() { return _library_lifesaver__WEBPACK_IMPORTED_MODULE_98__["default"]; }); 821 822 /* harmony import */ var _library_link__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./library/link */ "../../../../node_modules/@wordpress/icons/build-module/library/link.js"); 823 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "link", function() { return _library_link__WEBPACK_IMPORTED_MODULE_99__["default"]; }); 824 825 /* harmony import */ var _library_link_off__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./library/link-off */ "../../../../node_modules/@wordpress/icons/build-module/library/link-off.js"); 826 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "linkOff", function() { return _library_link_off__WEBPACK_IMPORTED_MODULE_100__["default"]; }); 827 828 /* harmony import */ var _library_list__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./library/list */ "../../../../node_modules/@wordpress/icons/build-module/library/list.js"); 829 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "list", function() { return _library_list__WEBPACK_IMPORTED_MODULE_101__["default"]; }); 830 831 /* harmony import */ var _library_list_view__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./library/list-view */ "../../../../node_modules/@wordpress/icons/build-module/library/list-view.js"); 832 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "listView", function() { return _library_list_view__WEBPACK_IMPORTED_MODULE_102__["default"]; }); 833 834 /* harmony import */ var _library_lock__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./library/lock */ "../../../../node_modules/@wordpress/icons/build-module/library/lock.js"); 835 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "lock", function() { return _library_lock__WEBPACK_IMPORTED_MODULE_103__["default"]; }); 836 837 /* harmony import */ var _library_login__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./library/login */ "../../../../node_modules/@wordpress/icons/build-module/library/login.js"); 838 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "login", function() { return _library_login__WEBPACK_IMPORTED_MODULE_104__["default"]; }); 839 840 /* harmony import */ var _library_loop__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./library/loop */ "../../../../node_modules/@wordpress/icons/build-module/library/loop.js"); 841 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "loop", function() { return _library_loop__WEBPACK_IMPORTED_MODULE_105__["default"]; }); 842 843 /* harmony import */ var _library_map_marker__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./library/map-marker */ "../../../../node_modules/@wordpress/icons/build-module/library/map-marker.js"); 844 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mapMarker", function() { return _library_map_marker__WEBPACK_IMPORTED_MODULE_106__["default"]; }); 845 846 /* harmony import */ var _library_media__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./library/media */ "../../../../node_modules/@wordpress/icons/build-module/library/media.js"); 847 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "media", function() { return _library_media__WEBPACK_IMPORTED_MODULE_107__["default"]; }); 848 849 /* harmony import */ var _library_media_and_text__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./library/media-and-text */ "../../../../node_modules/@wordpress/icons/build-module/library/media-and-text.js"); 850 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mediaAndText", function() { return _library_media_and_text__WEBPACK_IMPORTED_MODULE_108__["default"]; }); 851 852 /* harmony import */ var _library_megaphone__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./library/megaphone */ "../../../../node_modules/@wordpress/icons/build-module/library/megaphone.js"); 853 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "megaphone", function() { return _library_megaphone__WEBPACK_IMPORTED_MODULE_109__["default"]; }); 854 855 /* harmony import */ var _library_menu__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./library/menu */ "../../../../node_modules/@wordpress/icons/build-module/library/menu.js"); 856 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "menu", function() { return _library_menu__WEBPACK_IMPORTED_MODULE_110__["default"]; }); 857 858 /* harmony import */ var _library_minus__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./library/minus */ "../../../../node_modules/@wordpress/icons/build-module/library/minus.js"); 859 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "minus", function() { return _library_minus__WEBPACK_IMPORTED_MODULE_111__["default"]; }); 860 861 /* harmony import */ var _library_mobile__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./library/mobile */ "../../../../node_modules/@wordpress/icons/build-module/library/mobile.js"); 862 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mobile", function() { return _library_mobile__WEBPACK_IMPORTED_MODULE_112__["default"]; }); 863 864 /* harmony import */ var _library_more__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./library/more */ "../../../../node_modules/@wordpress/icons/build-module/library/more.js"); 865 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "more", function() { return _library_more__WEBPACK_IMPORTED_MODULE_113__["default"]; }); 866 867 /* harmony import */ var _library_more_horizontal__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./library/more-horizontal */ "../../../../node_modules/@wordpress/icons/build-module/library/more-horizontal.js"); 868 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "moreHorizontal", function() { return _library_more_horizontal__WEBPACK_IMPORTED_MODULE_114__["default"]; }); 869 870 /* harmony import */ var _library_more_horizontal_mobile__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./library/more-horizontal-mobile */ "../../../../node_modules/@wordpress/icons/build-module/library/more-horizontal-mobile.js"); 871 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "moreHorizontalMobile", function() { return _library_more_horizontal_mobile__WEBPACK_IMPORTED_MODULE_115__["default"]; }); 872 873 /* harmony import */ var _library_more_vertical__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./library/more-vertical */ "../../../../node_modules/@wordpress/icons/build-module/library/more-vertical.js"); 874 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "moreVertical", function() { return _library_more_vertical__WEBPACK_IMPORTED_MODULE_116__["default"]; }); 875 876 /* harmony import */ var _library_move_to__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./library/move-to */ "../../../../node_modules/@wordpress/icons/build-module/library/move-to.js"); 877 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "moveTo", function() { return _library_move_to__WEBPACK_IMPORTED_MODULE_117__["default"]; }); 878 879 /* harmony import */ var _library_navigation__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./library/navigation */ "../../../../node_modules/@wordpress/icons/build-module/library/navigation.js"); 880 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "navigation", function() { return _library_navigation__WEBPACK_IMPORTED_MODULE_118__["default"]; }); 881 882 /* harmony import */ var _library_overlay_text__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./library/overlay-text */ "../../../../node_modules/@wordpress/icons/build-module/library/overlay-text.js"); 883 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "overlayText", function() { return _library_overlay_text__WEBPACK_IMPORTED_MODULE_119__["default"]; }); 884 885 /* harmony import */ var _library_page_break__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./library/page-break */ "../../../../node_modules/@wordpress/icons/build-module/library/page-break.js"); 886 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pageBreak", function() { return _library_page_break__WEBPACK_IMPORTED_MODULE_120__["default"]; }); 887 888 /* harmony import */ var _library_custom_link__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./library/custom-link */ "../../../../node_modules/@wordpress/icons/build-module/library/custom-link.js"); 889 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "customLink", function() { return _library_custom_link__WEBPACK_IMPORTED_MODULE_121__["default"]; }); 890 891 /* harmony import */ var _library_page__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./library/page */ "../../../../node_modules/@wordpress/icons/build-module/library/page.js"); 892 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "page", function() { return _library_page__WEBPACK_IMPORTED_MODULE_122__["default"]; }); 893 894 /* harmony import */ var _library_pages__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./library/pages */ "../../../../node_modules/@wordpress/icons/build-module/library/pages.js"); 895 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pages", function() { return _library_pages__WEBPACK_IMPORTED_MODULE_123__["default"]; }); 896 897 /* harmony import */ var _library_paragraph__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./library/paragraph */ "../../../../node_modules/@wordpress/icons/build-module/library/paragraph.js"); 898 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "paragraph", function() { return _library_paragraph__WEBPACK_IMPORTED_MODULE_124__["default"]; }); 899 900 /* harmony import */ var _library_payment__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./library/payment */ "../../../../node_modules/@wordpress/icons/build-module/library/payment.js"); 901 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "payment", function() { return _library_payment__WEBPACK_IMPORTED_MODULE_125__["default"]; }); 902 903 /* harmony import */ var _library_percent__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./library/percent */ "../../../../node_modules/@wordpress/icons/build-module/library/percent.js"); 904 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "percent", function() { return _library_percent__WEBPACK_IMPORTED_MODULE_126__["default"]; }); 905 906 /* harmony import */ var _library_position_center__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./library/position-center */ "../../../../node_modules/@wordpress/icons/build-module/library/position-center.js"); 907 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "positionCenter", function() { return _library_position_center__WEBPACK_IMPORTED_MODULE_127__["default"]; }); 908 909 /* harmony import */ var _library_position_left__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./library/position-left */ "../../../../node_modules/@wordpress/icons/build-module/library/position-left.js"); 910 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "positionLeft", function() { return _library_position_left__WEBPACK_IMPORTED_MODULE_128__["default"]; }); 911 912 /* harmony import */ var _library_position_right__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./library/position-right */ "../../../../node_modules/@wordpress/icons/build-module/library/position-right.js"); 913 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "positionRight", function() { return _library_position_right__WEBPACK_IMPORTED_MODULE_129__["default"]; }); 914 915 /* harmony import */ var _library_pencil__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./library/pencil */ "../../../../node_modules/@wordpress/icons/build-module/library/pencil.js"); 916 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pencil", function() { return _library_pencil__WEBPACK_IMPORTED_MODULE_130__["default"]; }); 917 918 /* harmony import */ var _library_people__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./library/people */ "../../../../node_modules/@wordpress/icons/build-module/library/people.js"); 919 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "people", function() { return _library_people__WEBPACK_IMPORTED_MODULE_131__["default"]; }); 920 921 /* harmony import */ var _library_pin__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./library/pin */ "../../../../node_modules/@wordpress/icons/build-module/library/pin.js"); 922 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pin", function() { return _library_pin__WEBPACK_IMPORTED_MODULE_132__["default"]; }); 923 924 /* harmony import */ var _library_plugins__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./library/plugins */ "../../../../node_modules/@wordpress/icons/build-module/library/plugins.js"); 925 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plugins", function() { return _library_plugins__WEBPACK_IMPORTED_MODULE_133__["default"]; }); 926 927 /* harmony import */ var _library_plus_circle_filled__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./library/plus-circle-filled */ "../../../../node_modules/@wordpress/icons/build-module/library/plus-circle-filled.js"); 928 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plusCircleFilled", function() { return _library_plus_circle_filled__WEBPACK_IMPORTED_MODULE_134__["default"]; }); 929 930 /* harmony import */ var _library_plus_circle__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./library/plus-circle */ "../../../../node_modules/@wordpress/icons/build-module/library/plus-circle.js"); 931 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plusCircle", function() { return _library_plus_circle__WEBPACK_IMPORTED_MODULE_135__["default"]; }); 932 933 /* harmony import */ var _library_plus__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./library/plus */ "../../../../node_modules/@wordpress/icons/build-module/library/plus.js"); 934 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "plus", function() { return _library_plus__WEBPACK_IMPORTED_MODULE_136__["default"]; }); 935 936 /* harmony import */ var _library_post_categories__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./library/post-categories */ "../../../../node_modules/@wordpress/icons/build-module/library/post-categories.js"); 937 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postCategories", function() { return _library_post_categories__WEBPACK_IMPORTED_MODULE_137__["default"]; }); 938 939 /* harmony import */ var _library_post_content__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./library/post-content */ "../../../../node_modules/@wordpress/icons/build-module/library/post-content.js"); 940 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postContent", function() { return _library_post_content__WEBPACK_IMPORTED_MODULE_138__["default"]; }); 941 942 /* harmony import */ var _library_post_comments__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./library/post-comments */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments.js"); 943 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postComments", function() { return _library_post_comments__WEBPACK_IMPORTED_MODULE_139__["default"]; }); 944 945 /* harmony import */ var _library_post_comments_count__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./library/post-comments-count */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments-count.js"); 946 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postCommentsCount", function() { return _library_post_comments_count__WEBPACK_IMPORTED_MODULE_140__["default"]; }); 947 948 /* harmony import */ var _library_post_comments_form__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./library/post-comments-form */ "../../../../node_modules/@wordpress/icons/build-module/library/post-comments-form.js"); 949 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postCommentsForm", function() { return _library_post_comments_form__WEBPACK_IMPORTED_MODULE_141__["default"]; }); 950 951 /* harmony import */ var _library_post_date__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./library/post-date */ "../../../../node_modules/@wordpress/icons/build-module/library/post-date.js"); 952 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postDate", function() { return _library_post_date__WEBPACK_IMPORTED_MODULE_142__["default"]; }); 953 954 /* harmony import */ var _library_post_excerpt__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./library/post-excerpt */ "../../../../node_modules/@wordpress/icons/build-module/library/post-excerpt.js"); 955 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postExcerpt", function() { return _library_post_excerpt__WEBPACK_IMPORTED_MODULE_143__["default"]; }); 956 957 /* harmony import */ var _library_post_featured_image__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./library/post-featured-image */ "../../../../node_modules/@wordpress/icons/build-module/library/post-featured-image.js"); 958 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postFeaturedImage", function() { return _library_post_featured_image__WEBPACK_IMPORTED_MODULE_144__["default"]; }); 959 960 /* harmony import */ var _library_post_list__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./library/post-list */ "../../../../node_modules/@wordpress/icons/build-module/library/post-list.js"); 961 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postList", function() { return _library_post_list__WEBPACK_IMPORTED_MODULE_145__["default"]; }); 962 963 /* harmony import */ var _library_post_title__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./library/post-title */ "../../../../node_modules/@wordpress/icons/build-module/library/post-title.js"); 964 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "postTitle", function() { return _library_post_title__WEBPACK_IMPORTED_MODULE_146__["default"]; }); 965 966 /* harmony import */ var _library_previous__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./library/previous */ "../../../../node_modules/@wordpress/icons/build-module/library/previous.js"); 967 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "previous", function() { return _library_previous__WEBPACK_IMPORTED_MODULE_147__["default"]; }); 968 969 /* harmony import */ var _library_next__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./library/next */ "../../../../node_modules/@wordpress/icons/build-module/library/next.js"); 970 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "next", function() { return _library_next__WEBPACK_IMPORTED_MODULE_148__["default"]; }); 971 972 /* harmony import */ var _library_preformatted__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./library/preformatted */ "../../../../node_modules/@wordpress/icons/build-module/library/preformatted.js"); 973 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "preformatted", function() { return _library_preformatted__WEBPACK_IMPORTED_MODULE_149__["default"]; }); 974 975 /* harmony import */ var _library_pull_left__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./library/pull-left */ "../../../../node_modules/@wordpress/icons/build-module/library/pull-left.js"); 976 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pullLeft", function() { return _library_pull_left__WEBPACK_IMPORTED_MODULE_150__["default"]; }); 977 978 /* harmony import */ var _library_pull_right__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./library/pull-right */ "../../../../node_modules/@wordpress/icons/build-module/library/pull-right.js"); 979 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pullRight", function() { return _library_pull_right__WEBPACK_IMPORTED_MODULE_151__["default"]; }); 980 981 /* harmony import */ var _library_pullquote__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./library/pullquote */ "../../../../node_modules/@wordpress/icons/build-module/library/pullquote.js"); 982 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pullquote", function() { return _library_pullquote__WEBPACK_IMPORTED_MODULE_152__["default"]; }); 983 984 /* harmony import */ var _library_query_pagination__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./library/query-pagination */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination.js"); 985 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPagination", function() { return _library_query_pagination__WEBPACK_IMPORTED_MODULE_153__["default"]; }); 986 987 /* harmony import */ var _library_query_pagination_next__WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./library/query-pagination-next */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-next.js"); 988 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPaginationNext", function() { return _library_query_pagination_next__WEBPACK_IMPORTED_MODULE_154__["default"]; }); 989 990 /* harmony import */ var _library_query_pagination_numbers__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./library/query-pagination-numbers */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-numbers.js"); 991 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPaginationNumbers", function() { return _library_query_pagination_numbers__WEBPACK_IMPORTED_MODULE_155__["default"]; }); 992 993 /* harmony import */ var _library_query_pagination_previous__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./library/query-pagination-previous */ "../../../../node_modules/@wordpress/icons/build-module/library/query-pagination-previous.js"); 994 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "queryPaginationPrevious", function() { return _library_query_pagination_previous__WEBPACK_IMPORTED_MODULE_156__["default"]; }); 995 996 /* harmony import */ var _library_quote__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./library/quote */ "../../../../node_modules/@wordpress/icons/build-module/library/quote.js"); 997 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "quote", function() { return _library_quote__WEBPACK_IMPORTED_MODULE_157__["default"]; }); 998 999 /* harmony import */ var _library_receipt__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./library/receipt */ "../../../../node_modules/@wordpress/icons/build-module/library/receipt.js"); 1000 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "receipt", function() { return _library_receipt__WEBPACK_IMPORTED_MODULE_158__["default"]; }); 1001 1002 /* harmony import */ var _library_redo__WEBPACK_IMPORTED_MODULE_159__ = __webpack_require__(/*! ./library/redo */ "../../../../node_modules/@wordpress/icons/build-module/library/redo.js"); 1003 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "redo", function() { return _library_redo__WEBPACK_IMPORTED_MODULE_159__["default"]; }); 1004 1005 /* harmony import */ var _library_replace__WEBPACK_IMPORTED_MODULE_160__ = __webpack_require__(/*! ./library/replace */ "../../../../node_modules/@wordpress/icons/build-module/library/replace.js"); 1006 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "replace", function() { return _library_replace__WEBPACK_IMPORTED_MODULE_160__["default"]; }); 1007 1008 /* harmony import */ var _library_resize_corner_n_e__WEBPACK_IMPORTED_MODULE_161__ = __webpack_require__(/*! ./library/resize-corner-n-e */ "../../../../node_modules/@wordpress/icons/build-module/library/resize-corner-n-e.js"); 1009 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "resizeCornerNE", function() { return _library_resize_corner_n_e__WEBPACK_IMPORTED_MODULE_161__["default"]; }); 1010 1011 /* harmony import */ var _library_reusable_block__WEBPACK_IMPORTED_MODULE_162__ = __webpack_require__(/*! ./library/reusable-block */ "../../../../node_modules/@wordpress/icons/build-module/library/reusable-block.js"); 1012 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "reusableBlock", function() { return _library_reusable_block__WEBPACK_IMPORTED_MODULE_162__["default"]; }); 1013 1014 /* harmony import */ var _library_rotate_left__WEBPACK_IMPORTED_MODULE_163__ = __webpack_require__(/*! ./library/rotate-left */ "../../../../node_modules/@wordpress/icons/build-module/library/rotate-left.js"); 1015 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "rotateLeft", function() { return _library_rotate_left__WEBPACK_IMPORTED_MODULE_163__["default"]; }); 1016 1017 /* harmony import */ var _library_rotate_right__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./library/rotate-right */ "../../../../node_modules/@wordpress/icons/build-module/library/rotate-right.js"); 1018 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "rotateRight", function() { return _library_rotate_right__WEBPACK_IMPORTED_MODULE_164__["default"]; }); 1019 1020 /* harmony import */ var _library_rss__WEBPACK_IMPORTED_MODULE_165__ = __webpack_require__(/*! ./library/rss */ "../../../../node_modules/@wordpress/icons/build-module/library/rss.js"); 1021 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "rss", function() { return _library_rss__WEBPACK_IMPORTED_MODULE_165__["default"]; }); 1022 1023 /* harmony import */ var _library_search__WEBPACK_IMPORTED_MODULE_166__ = __webpack_require__(/*! ./library/search */ "../../../../node_modules/@wordpress/icons/build-module/library/search.js"); 1024 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "search", function() { return _library_search__WEBPACK_IMPORTED_MODULE_166__["default"]; }); 1025 1026 /* harmony import */ var _library_separator__WEBPACK_IMPORTED_MODULE_167__ = __webpack_require__(/*! ./library/separator */ "../../../../node_modules/@wordpress/icons/build-module/library/separator.js"); 1027 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "separator", function() { return _library_separator__WEBPACK_IMPORTED_MODULE_167__["default"]; }); 1028 1029 /* harmony import */ var _library_settings__WEBPACK_IMPORTED_MODULE_168__ = __webpack_require__(/*! ./library/settings */ "../../../../node_modules/@wordpress/icons/build-module/library/settings.js"); 1030 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "settings", function() { return _library_settings__WEBPACK_IMPORTED_MODULE_168__["default"]; }); 1031 1032 /* harmony import */ var _library_share__WEBPACK_IMPORTED_MODULE_169__ = __webpack_require__(/*! ./library/share */ "../../../../node_modules/@wordpress/icons/build-module/library/share.js"); 1033 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "share", function() { return _library_share__WEBPACK_IMPORTED_MODULE_169__["default"]; }); 1034 1035 /* harmony import */ var _library_site_logo__WEBPACK_IMPORTED_MODULE_170__ = __webpack_require__(/*! ./library/site-logo */ "../../../../node_modules/@wordpress/icons/build-module/library/site-logo.js"); 1036 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "siteLogo", function() { return _library_site_logo__WEBPACK_IMPORTED_MODULE_170__["default"]; }); 750 1037 751 1038 /* harmony import */ var _library_shortcode__WEBPACK_IMPORTED_MODULE_171__ = __webpack_require__(/*! ./library/shortcode */ "../../../../node_modules/@wordpress/icons/build-module/library/shortcode.js"); … … 782 1069 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "superscript", function() { return _library_superscript__WEBPACK_IMPORTED_MODULE_181__["default"]; }); 783 1070 784 /* harmony import */ var _library_table_column_after__WEBPACK_IMPORTED_MODULE_182__ = __webpack_require__(/*! ./library/table-column-after */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-after.js"); 785 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnAfter", function() { return _library_table_column_after__WEBPACK_IMPORTED_MODULE_182__["default"]; }); 786 787 /* harmony import */ var _library_table_column_before__WEBPACK_IMPORTED_MODULE_183__ = __webpack_require__(/*! ./library/table-column-before */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-before.js"); 788 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnBefore", function() { return _library_table_column_before__WEBPACK_IMPORTED_MODULE_183__["default"]; }); 789 790 /* harmony import */ var _library_table_column_delete__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(/*! ./library/table-column-delete */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-delete.js"); 791 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnDelete", function() { return _library_table_column_delete__WEBPACK_IMPORTED_MODULE_184__["default"]; }); 792 793 /* harmony import */ var _library_table_row_after__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(/*! ./library/table-row-after */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-after.js"); 794 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowAfter", function() { return _library_table_row_after__WEBPACK_IMPORTED_MODULE_185__["default"]; }); 795 796 /* harmony import */ var _library_table_row_before__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(/*! ./library/table-row-before */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-before.js"); 797 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowBefore", function() { return _library_table_row_before__WEBPACK_IMPORTED_MODULE_186__["default"]; }); 798 799 /* harmony import */ var _library_table_row_delete__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(/*! ./library/table-row-delete */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-delete.js"); 800 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowDelete", function() { return _library_table_row_delete__WEBPACK_IMPORTED_MODULE_187__["default"]; }); 801 802 /* harmony import */ var _library_table__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(/*! ./library/table */ "../../../../node_modules/@wordpress/icons/build-module/library/table.js"); 803 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "table", function() { return _library_table__WEBPACK_IMPORTED_MODULE_188__["default"]; }); 804 805 /* harmony import */ var _library_tag__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(/*! ./library/tag */ "../../../../node_modules/@wordpress/icons/build-module/library/tag.js"); 806 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tag", function() { return _library_tag__WEBPACK_IMPORTED_MODULE_189__["default"]; }); 807 808 /* harmony import */ var _library_footer__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(/*! ./library/footer */ "../../../../node_modules/@wordpress/icons/build-module/library/footer.js"); 809 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "footer", function() { return _library_footer__WEBPACK_IMPORTED_MODULE_190__["default"]; }); 810 811 /* harmony import */ var _library_header__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(/*! ./library/header */ "../../../../node_modules/@wordpress/icons/build-module/library/header.js"); 812 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "header", function() { return _library_header__WEBPACK_IMPORTED_MODULE_191__["default"]; }); 813 814 /* harmony import */ var _library_sidebar__WEBPACK_IMPORTED_MODULE_192__ = __webpack_require__(/*! ./library/sidebar */ "../../../../node_modules/@wordpress/icons/build-module/library/sidebar.js"); 815 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "sidebar", function() { return _library_sidebar__WEBPACK_IMPORTED_MODULE_192__["default"]; }); 816 817 /* harmony import */ var _library_text_color__WEBPACK_IMPORTED_MODULE_193__ = __webpack_require__(/*! ./library/text-color */ "../../../../node_modules/@wordpress/icons/build-module/library/text-color.js"); 818 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "textColor", function() { return _library_text_color__WEBPACK_IMPORTED_MODULE_193__["default"]; }); 819 820 /* harmony import */ var _library_tablet__WEBPACK_IMPORTED_MODULE_194__ = __webpack_require__(/*! ./library/tablet */ "../../../../node_modules/@wordpress/icons/build-module/library/tablet.js"); 821 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tablet", function() { return _library_tablet__WEBPACK_IMPORTED_MODULE_194__["default"]; }); 822 823 /* harmony import */ var _library_title__WEBPACK_IMPORTED_MODULE_195__ = __webpack_require__(/*! ./library/title */ "../../../../node_modules/@wordpress/icons/build-module/library/title.js"); 824 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "title", function() { return _library_title__WEBPACK_IMPORTED_MODULE_195__["default"]; }); 825 826 /* harmony import */ var _library_tool__WEBPACK_IMPORTED_MODULE_196__ = __webpack_require__(/*! ./library/tool */ "../../../../node_modules/@wordpress/icons/build-module/library/tool.js"); 827 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tool", function() { return _library_tool__WEBPACK_IMPORTED_MODULE_196__["default"]; }); 828 829 /* harmony import */ var _library_trash__WEBPACK_IMPORTED_MODULE_197__ = __webpack_require__(/*! ./library/trash */ "../../../../node_modules/@wordpress/icons/build-module/library/trash.js"); 830 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "trash", function() { return _library_trash__WEBPACK_IMPORTED_MODULE_197__["default"]; }); 831 832 /* harmony import */ var _library_typography__WEBPACK_IMPORTED_MODULE_198__ = __webpack_require__(/*! ./library/typography */ "../../../../node_modules/@wordpress/icons/build-module/library/typography.js"); 833 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "typography", function() { return _library_typography__WEBPACK_IMPORTED_MODULE_198__["default"]; }); 834 835 /* harmony import */ var _library_undo__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(/*! ./library/undo */ "../../../../node_modules/@wordpress/icons/build-module/library/undo.js"); 836 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "undo", function() { return _library_undo__WEBPACK_IMPORTED_MODULE_199__["default"]; }); 837 838 /* harmony import */ var _library_ungroup__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(/*! ./library/ungroup */ "../../../../node_modules/@wordpress/icons/build-module/library/ungroup.js"); 839 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ungroup", function() { return _library_ungroup__WEBPACK_IMPORTED_MODULE_200__["default"]; }); 840 841 /* harmony import */ var _library_update__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(/*! ./library/update */ "../../../../node_modules/@wordpress/icons/build-module/library/update.js"); 842 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "update", function() { return _library_update__WEBPACK_IMPORTED_MODULE_201__["default"]; }); 843 844 /* harmony import */ var _library_upload__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(/*! ./library/upload */ "../../../../node_modules/@wordpress/icons/build-module/library/upload.js"); 845 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "upload", function() { return _library_upload__WEBPACK_IMPORTED_MODULE_202__["default"]; }); 846 847 /* harmony import */ var _library_verse__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(/*! ./library/verse */ "../../../../node_modules/@wordpress/icons/build-module/library/verse.js"); 848 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "verse", function() { return _library_verse__WEBPACK_IMPORTED_MODULE_203__["default"]; }); 849 850 /* harmony import */ var _library_video__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(/*! ./library/video */ "../../../../node_modules/@wordpress/icons/build-module/library/video.js"); 851 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "video", function() { return _library_video__WEBPACK_IMPORTED_MODULE_204__["default"]; }); 852 853 /* harmony import */ var _library_warning__WEBPACK_IMPORTED_MODULE_205__ = __webpack_require__(/*! ./library/warning */ "../../../../node_modules/@wordpress/icons/build-module/library/warning.js"); 854 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "warning", function() { return _library_warning__WEBPACK_IMPORTED_MODULE_205__["default"]; }); 855 856 /* harmony import */ var _library_widget__WEBPACK_IMPORTED_MODULE_206__ = __webpack_require__(/*! ./library/widget */ "../../../../node_modules/@wordpress/icons/build-module/library/widget.js"); 857 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "widget", function() { return _library_widget__WEBPACK_IMPORTED_MODULE_206__["default"]; }); 858 859 /* harmony import */ var _library_wordpress__WEBPACK_IMPORTED_MODULE_207__ = __webpack_require__(/*! ./library/wordpress */ "../../../../node_modules/@wordpress/icons/build-module/library/wordpress.js"); 860 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "wordpress", function() { return _library_wordpress__WEBPACK_IMPORTED_MODULE_207__["default"]; }); 1071 /* harmony import */ var _library_swatch__WEBPACK_IMPORTED_MODULE_182__ = __webpack_require__(/*! ./library/swatch */ "../../../../node_modules/@wordpress/icons/build-module/library/swatch.js"); 1072 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "swatch", function() { return _library_swatch__WEBPACK_IMPORTED_MODULE_182__["default"]; }); 1073 1074 /* harmony import */ var _library_table_column_after__WEBPACK_IMPORTED_MODULE_183__ = __webpack_require__(/*! ./library/table-column-after */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-after.js"); 1075 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnAfter", function() { return _library_table_column_after__WEBPACK_IMPORTED_MODULE_183__["default"]; }); 1076 1077 /* harmony import */ var _library_table_column_before__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(/*! ./library/table-column-before */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-before.js"); 1078 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnBefore", function() { return _library_table_column_before__WEBPACK_IMPORTED_MODULE_184__["default"]; }); 1079 1080 /* harmony import */ var _library_table_column_delete__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(/*! ./library/table-column-delete */ "../../../../node_modules/@wordpress/icons/build-module/library/table-column-delete.js"); 1081 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableColumnDelete", function() { return _library_table_column_delete__WEBPACK_IMPORTED_MODULE_185__["default"]; }); 1082 1083 /* harmony import */ var _library_table_row_after__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(/*! ./library/table-row-after */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-after.js"); 1084 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowAfter", function() { return _library_table_row_after__WEBPACK_IMPORTED_MODULE_186__["default"]; }); 1085 1086 /* harmony import */ var _library_table_row_before__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(/*! ./library/table-row-before */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-before.js"); 1087 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowBefore", function() { return _library_table_row_before__WEBPACK_IMPORTED_MODULE_187__["default"]; }); 1088 1089 /* harmony import */ var _library_table_row_delete__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(/*! ./library/table-row-delete */ "../../../../node_modules/@wordpress/icons/build-module/library/table-row-delete.js"); 1090 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tableRowDelete", function() { return _library_table_row_delete__WEBPACK_IMPORTED_MODULE_188__["default"]; }); 1091 1092 /* harmony import */ var _library_table__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(/*! ./library/table */ "../../../../node_modules/@wordpress/icons/build-module/library/table.js"); 1093 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "table", function() { return _library_table__WEBPACK_IMPORTED_MODULE_189__["default"]; }); 1094 1095 /* harmony import */ var _library_tag__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(/*! ./library/tag */ "../../../../node_modules/@wordpress/icons/build-module/library/tag.js"); 1096 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tag", function() { return _library_tag__WEBPACK_IMPORTED_MODULE_190__["default"]; }); 1097 1098 /* harmony import */ var _library_term_description__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(/*! ./library/term-description */ "../../../../node_modules/@wordpress/icons/build-module/library/term-description.js"); 1099 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "termDescription", function() { return _library_term_description__WEBPACK_IMPORTED_MODULE_191__["default"]; }); 1100 1101 /* harmony import */ var _library_footer__WEBPACK_IMPORTED_MODULE_192__ = __webpack_require__(/*! ./library/footer */ "../../../../node_modules/@wordpress/icons/build-module/library/footer.js"); 1102 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "footer", function() { return _library_footer__WEBPACK_IMPORTED_MODULE_192__["default"]; }); 1103 1104 /* harmony import */ var _library_header__WEBPACK_IMPORTED_MODULE_193__ = __webpack_require__(/*! ./library/header */ "../../../../node_modules/@wordpress/icons/build-module/library/header.js"); 1105 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "header", function() { return _library_header__WEBPACK_IMPORTED_MODULE_193__["default"]; }); 1106 1107 /* harmony import */ var _library_sidebar__WEBPACK_IMPORTED_MODULE_194__ = __webpack_require__(/*! ./library/sidebar */ "../../../../node_modules/@wordpress/icons/build-module/library/sidebar.js"); 1108 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "sidebar", function() { return _library_sidebar__WEBPACK_IMPORTED_MODULE_194__["default"]; }); 1109 1110 /* harmony import */ var _library_text_color__WEBPACK_IMPORTED_MODULE_195__ = __webpack_require__(/*! ./library/text-color */ "../../../../node_modules/@wordpress/icons/build-module/library/text-color.js"); 1111 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "textColor", function() { return _library_text_color__WEBPACK_IMPORTED_MODULE_195__["default"]; }); 1112 1113 /* harmony import */ var _library_tablet__WEBPACK_IMPORTED_MODULE_196__ = __webpack_require__(/*! ./library/tablet */ "../../../../node_modules/@wordpress/icons/build-module/library/tablet.js"); 1114 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tablet", function() { return _library_tablet__WEBPACK_IMPORTED_MODULE_196__["default"]; }); 1115 1116 /* harmony import */ var _library_title__WEBPACK_IMPORTED_MODULE_197__ = __webpack_require__(/*! ./library/title */ "../../../../node_modules/@wordpress/icons/build-module/library/title.js"); 1117 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "title", function() { return _library_title__WEBPACK_IMPORTED_MODULE_197__["default"]; }); 1118 1119 /* harmony import */ var _library_tool__WEBPACK_IMPORTED_MODULE_198__ = __webpack_require__(/*! ./library/tool */ "../../../../node_modules/@wordpress/icons/build-module/library/tool.js"); 1120 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tool", function() { return _library_tool__WEBPACK_IMPORTED_MODULE_198__["default"]; }); 1121 1122 /* harmony import */ var _library_trash__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(/*! ./library/trash */ "../../../../node_modules/@wordpress/icons/build-module/library/trash.js"); 1123 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "trash", function() { return _library_trash__WEBPACK_IMPORTED_MODULE_199__["default"]; }); 1124 1125 /* harmony import */ var _library_typography__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(/*! ./library/typography */ "../../../../node_modules/@wordpress/icons/build-module/library/typography.js"); 1126 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "typography", function() { return _library_typography__WEBPACK_IMPORTED_MODULE_200__["default"]; }); 1127 1128 /* harmony import */ var _library_undo__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(/*! ./library/undo */ "../../../../node_modules/@wordpress/icons/build-module/library/undo.js"); 1129 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "undo", function() { return _library_undo__WEBPACK_IMPORTED_MODULE_201__["default"]; }); 1130 1131 /* harmony import */ var _library_ungroup__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(/*! ./library/ungroup */ "../../../../node_modules/@wordpress/icons/build-module/library/ungroup.js"); 1132 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ungroup", function() { return _library_ungroup__WEBPACK_IMPORTED_MODULE_202__["default"]; }); 1133 1134 /* harmony import */ var _library_update__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(/*! ./library/update */ "../../../../node_modules/@wordpress/icons/build-module/library/update.js"); 1135 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "update", function() { return _library_update__WEBPACK_IMPORTED_MODULE_203__["default"]; }); 1136 1137 /* harmony import */ var _library_upload__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(/*! ./library/upload */ "../../../../node_modules/@wordpress/icons/build-module/library/upload.js"); 1138 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "upload", function() { return _library_upload__WEBPACK_IMPORTED_MODULE_204__["default"]; }); 1139 1140 /* harmony import */ var _library_verse__WEBPACK_IMPORTED_MODULE_205__ = __webpack_require__(/*! ./library/verse */ "../../../../node_modules/@wordpress/icons/build-module/library/verse.js"); 1141 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "verse", function() { return _library_verse__WEBPACK_IMPORTED_MODULE_205__["default"]; }); 1142 1143 /* harmony import */ var _library_video__WEBPACK_IMPORTED_MODULE_206__ = __webpack_require__(/*! ./library/video */ "../../../../node_modules/@wordpress/icons/build-module/library/video.js"); 1144 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "video", function() { return _library_video__WEBPACK_IMPORTED_MODULE_206__["default"]; }); 1145 1146 /* harmony import */ var _library_warning__WEBPACK_IMPORTED_MODULE_207__ = __webpack_require__(/*! ./library/warning */ "../../../../node_modules/@wordpress/icons/build-module/library/warning.js"); 1147 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "warning", function() { return _library_warning__WEBPACK_IMPORTED_MODULE_207__["default"]; }); 1148 1149 /* harmony import */ var _library_widget__WEBPACK_IMPORTED_MODULE_208__ = __webpack_require__(/*! ./library/widget */ "../../../../node_modules/@wordpress/icons/build-module/library/widget.js"); 1150 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "widget", function() { return _library_widget__WEBPACK_IMPORTED_MODULE_208__["default"]; }); 1151 1152 /* harmony import */ var _library_wordpress__WEBPACK_IMPORTED_MODULE_209__ = __webpack_require__(/*! ./library/wordpress */ "../../../../node_modules/@wordpress/icons/build-module/library/wordpress.js"); 1153 /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "wordpress", function() { return _library_wordpress__WEBPACK_IMPORTED_MODULE_209__["default"]; }); 1154 1155 861 1156 862 1157 … … 1069 1364 1070 1365 //# sourceMappingURL=index.js.map 1366 1367 /***/ }), 1368 1369 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/add-submenu.js": 1370 /*!***********************************************************************************************************************!*\ 1371 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/add-submenu.js ***! 1372 \***********************************************************************************************************************/ 1373 /*! exports provided: default */ 1374 /***/ (function(module, __webpack_exports__, __webpack_require__) { 1375 1376 "use strict"; 1377 __webpack_require__.r(__webpack_exports__); 1378 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 1379 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 1380 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 1381 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 1382 1383 1384 /** 1385 * WordPress dependencies 1386 */ 1387 1388 const addSubmenu = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1389 xmlns: "http://www.w3.org/2000/svg", 1390 viewBox: "0 0 24 24" 1391 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1392 d: "M2 12c0 3.6 2.4 5.5 6 5.5h.5V19l3-2.5-3-2.5v2H8c-2.5 0-4.5-1.5-4.5-4s2-4.5 4.5-4.5h3.5V6H8c-3.6 0-6 2.4-6 6zm19.5-1h-8v1.5h8V11zm0 5h-8v1.5h8V16zm0-10h-8v1.5h8V6z" 1393 })); 1394 /* harmony default export */ __webpack_exports__["default"] = (addSubmenu); 1395 //# sourceMappingURL=add-submenu.js.map 1071 1396 1072 1397 /***/ }), … … 1091 1416 */ 1092 1417 1093 varalignCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1418 const alignCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1094 1419 xmlns: "http://www.w3.org/2000/svg", 1095 1420 viewBox: "0 0 24 24" … … 1121 1446 */ 1122 1447 1123 varalignJustify = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1448 const alignJustify = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1124 1449 xmlns: "https://www.w3.org/2000/svg", 1125 1450 viewBox: "0 0 24 24" 1126 1451 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1127 d: "M 3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"1452 d: "M4 12.8h16v-1.5H4v1.5zm0 7h12.4v-1.5H4v1.5zM4 4.3v1.5h16V4.3H4z" 1128 1453 })); 1129 1454 /* harmony default export */ __webpack_exports__["default"] = (alignJustify); … … 1151 1476 */ 1152 1477 1153 varalignLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1478 const alignLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1154 1479 xmlns: "http://www.w3.org/2000/svg", 1155 1480 viewBox: "0 0 24 24" … … 1181 1506 */ 1182 1507 1183 varalignRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1508 const alignRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1184 1509 xmlns: "http://www.w3.org/2000/svg", 1185 1510 viewBox: "0 0 24 24" … … 1189 1514 /* harmony default export */ __webpack_exports__["default"] = (alignRight); 1190 1515 //# sourceMappingURL=align-right.js.map 1516 1517 /***/ }), 1518 1519 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/archive-title.js": 1520 /*!*************************************************************************************************************************!*\ 1521 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/archive-title.js ***! 1522 \*************************************************************************************************************************/ 1523 /*! exports provided: default */ 1524 /***/ (function(module, __webpack_exports__, __webpack_require__) { 1525 1526 "use strict"; 1527 __webpack_require__.r(__webpack_exports__); 1528 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 1529 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 1530 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 1531 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 1532 1533 1534 /** 1535 * WordPress dependencies 1536 */ 1537 1538 const archiveTitle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1539 viewBox: "0 0 24 24", 1540 xmlns: "http://www.w3.org/2000/svg" 1541 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1542 stroke: "#1E1E1E", 1543 strokeWidth: "1.5", 1544 d: "M4 19.25h9M4 15.25h16" 1545 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1546 d: "M8.994 10.103H6.08L5.417 12H4l2.846-8h1.383l2.845 8H9.657l-.663-1.897zm-.457-1.28l-.994-2.857-1.006 2.857h2z", 1547 fill: "#1E1E1E" 1548 })); 1549 /* harmony default export */ __webpack_exports__["default"] = (archiveTitle); 1550 //# sourceMappingURL=archive-title.js.map 1191 1551 1192 1552 /***/ }), … … 1211 1571 */ 1212 1572 1213 vararchive = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1573 const archive = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1214 1574 viewBox: "0 0 24 24", 1215 1575 xmlns: "http://www.w3.org/2000/svg" … … 1241 1601 */ 1242 1602 1243 vararrowDown = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1244 xmlns: "http://www.w3.org/2000/svg", 1245 viewBox: " -2 -224 24"1246 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1247 d: "M 9 2h2v12l4-4 2 1-7 7-7-7 2-1 4 4V2z"1603 const arrowDown = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1604 xmlns: "http://www.w3.org/2000/svg", 1605 viewBox: "0 0 24 24" 1606 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1607 d: "M16.2 13.2l-4 4V4h-1.5v13.3l-4.5-4.1-1 1.1 6.2 5.8 5.8-5.8-1-1.1z" 1248 1608 })); 1249 1609 /* harmony default export */ __webpack_exports__["default"] = (arrowDown); … … 1271 1631 */ 1272 1632 1273 vararrowLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1633 const arrowLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1274 1634 xmlns: "http://www.w3.org/2000/svg", 1275 1635 viewBox: "0 0 24 24" 1276 1636 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1277 d: "M 9.737 18.011L3.98 12.255l5.734-6.28 1.107 1.012-4.103 4.494h13.3v1.5H6.828l3.97 3.97-1.06 1.06z"1637 d: "M20 10.8H6.7l4.1-4.5-1.1-1.1-5.8 6.3 5.8 5.8 1.1-1.1-4-3.9H20z" 1278 1638 })); 1279 1639 /* harmony default export */ __webpack_exports__["default"] = (arrowLeft); … … 1301 1661 */ 1302 1662 1303 vararrowRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1304 xmlns: "http://www.w3.org/2000/svg", 1305 viewBox: " -2 -224 24"1306 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1307 d: "M 2 11V9h12l-4-4 1-2 7 7-7 7-1-2 4-4H2z"1663 const arrowRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1664 xmlns: "http://www.w3.org/2000/svg", 1665 viewBox: "0 0 24 24" 1666 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1667 d: "M14.3 6.7l-1.1 1.1 4 4H4v1.5h13.3l-4.1 4.4 1.1 1.1 5.8-6.3z" 1308 1668 })); 1309 1669 /* harmony default export */ __webpack_exports__["default"] = (arrowRight); … … 1331 1691 */ 1332 1692 1333 vararrowUp = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1334 xmlns: "http://www.w3.org/2000/svg", 1335 viewBox: " -2 -224 24"1336 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1337 d: "M1 1 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z"1693 const arrowUp = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1694 xmlns: "http://www.w3.org/2000/svg", 1695 viewBox: "0 0 24 24" 1696 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1697 d: "M12.5 3.9L6.7 9.7l1.1 1.1 4-4V20h1.4V6.7l4.5 4.1 1.1-1.1z" 1338 1698 })); 1339 1699 /* harmony default export */ __webpack_exports__["default"] = (arrowUp); … … 1361 1721 */ 1362 1722 1363 varaspectRatio = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1723 const aspectRatio = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1364 1724 xmlns: "http://www.w3.org/2000/svg", 1365 1725 viewBox: "0 0 24 24" … … 1391 1751 */ 1392 1752 1393 varatSymbol = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1753 const atSymbol = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1394 1754 width: "24", 1395 1755 height: "24", … … 1423 1783 */ 1424 1784 1425 varaudio = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1785 const audio = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1426 1786 viewBox: "0 0 24 24", 1427 1787 xmlns: "http://www.w3.org/2000/svg" … … 1453 1813 */ 1454 1814 1455 varbackup = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1815 const backup = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1456 1816 xmlns: "http://www.w3.org/2000/svg", 1457 1817 viewBox: "0 0 24 24" … … 1483 1843 */ 1484 1844 1485 varblockDefault = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1845 const blockDefault = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1486 1846 xmlns: "http://www.w3.org/2000/svg", 1487 1847 viewBox: "0 0 24 24" … … 1513 1873 */ 1514 1874 1515 varblockTable = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1875 const blockTable = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1516 1876 viewBox: "0 0 24 24", 1517 1877 xmlns: "http://www.w3.org/2000/svg" … … 1543 1903 */ 1544 1904 1545 varbox = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1905 const box = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1546 1906 xmlns: "http://www.w3.org/2000/svg", 1547 1907 viewBox: "0 0 24 24" … … 1575 1935 */ 1576 1936 1577 varbrush = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1578 xmlns: "http://www.w3.org/2000/svg", 1579 viewBox: " -2 -224 24"1580 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1581 d: "M 18.33 3.57s.27-.8-.31-1.36c-.53-.52-1.22-.24-1.22-.24-.61.3-5.76 3.47-7.67 5.57-.86.96-2.06 3.79-1.09 4.82.92.98 3.96-.17 4.79-1 2.06-2.06 5.21-7.17 5.5-7.79zM1.4 17.65c2.37-1.56 1.46-3.41 3.23-4.64.93-.65 2.22-.62 3.08.29.63.67.8 2.57-.16 3.46-1.57 1.45-4 1.55-6.15.89z"1937 const brush = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1938 xmlns: "http://www.w3.org/2000/svg", 1939 viewBox: "0 0 24 24" 1940 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 1941 d: "M4 20h8v-1.5H4V20zM18.9 3.5c-.6-.6-1.5-.6-2.1 0l-7.2 7.2c-.4-.1-.7 0-1.1.1-.5.2-1.5.7-1.9 2.2-.4 1.7-.8 2.2-1.1 2.7-.1.1-.2.3-.3.4l-.6 1.1H6c2 0 3.4-.4 4.7-1.4.8-.6 1.2-1.4 1.3-2.3 0-.3 0-.5-.1-.7L19 5.7c.5-.6.5-1.6-.1-2.2zM9.7 14.7c-.7.5-1.5.8-2.4 1 .2-.5.5-1.2.8-2.3.2-.6.4-1 .8-1.1.5-.1 1 .1 1.3.3.2.2.3.5.2.8 0 .3-.1.9-.7 1.3z" 1582 1942 })); 1583 1943 /* harmony default export */ __webpack_exports__["default"] = (brush); … … 1605 1965 */ 1606 1966 1607 varbutton = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1967 const button = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1608 1968 viewBox: "0 0 24 24", 1609 1969 xmlns: "http://www.w3.org/2000/svg" … … 1635 1995 */ 1636 1996 1637 varbuttons = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1997 const buttons = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1638 1998 viewBox: "0 0 24 24", 1639 1999 xmlns: "http://www.w3.org/2000/svg" … … 1665 2025 */ 1666 2026 1667 varcalendar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2027 const calendar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1668 2028 viewBox: "0 0 24 24", 1669 2029 xmlns: "http://www.w3.org/2000/svg" … … 1673 2033 /* harmony default export */ __webpack_exports__["default"] = (calendar); 1674 2034 //# sourceMappingURL=calendar.js.map 1675 1676 /***/ }),1677 1678 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/camera.js":1679 /*!******************************************************************************************************************!*\1680 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/camera.js ***!1681 \******************************************************************************************************************/1682 /*! exports provided: default */1683 /***/ (function(module, __webpack_exports__, __webpack_require__) {1684 1685 "use strict";1686 __webpack_require__.r(__webpack_exports__);1687 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");1688 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);1689 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");1690 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);1691 1692 1693 /**1694 * WordPress dependencies1695 */1696 1697 var camera = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1698 xmlns: "http://www.w3.org/2000/svg",1699 viewBox: "-2 -2 24 24"1700 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {1701 d: "M6 5V3H3v2h3zm12 10V4H9L7 6H2v9h16zm-7-8c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"1702 }));1703 /* harmony default export */ __webpack_exports__["default"] = (camera);1704 //# sourceMappingURL=camera.js.map1705 2035 1706 2036 /***/ }), … … 1725 2055 */ 1726 2056 1727 varcancelCircleFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2057 const cancelCircleFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1728 2058 viewBox: "0 0 24 24", 1729 2059 xmlns: "http://www.w3.org/2000/svg" … … 1755 2085 */ 1756 2086 1757 varcapturePhoto = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2087 const capturePhoto = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1758 2088 viewBox: "0 0 24 24", 1759 2089 xmlns: "http://www.w3.org/2000/svg" … … 1785 2115 */ 1786 2116 1787 varcaptureVideo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2117 const captureVideo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1788 2118 viewBox: "0 0 24 24", 1789 2119 xmlns: "http://www.w3.org/2000/svg" … … 1815 2145 */ 1816 2146 1817 varcategory = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2147 const category = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1818 2148 viewBox: "0 0 24 24", 1819 2149 xmlns: "http://www.w3.org/2000/svg" … … 1847 2177 */ 1848 2178 1849 varchartBar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2179 const chartBar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1850 2180 xmlns: "http://www.w3.org/2000/svg", 1851 2181 viewBox: "0 0 24 24" … … 1857 2187 /* harmony default export */ __webpack_exports__["default"] = (chartBar); 1858 2188 //# sourceMappingURL=chart-bar.js.map 1859 1860 /***/ }),1861 1862 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/chart-line.js":1863 /*!**********************************************************************************************************************!*\1864 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/chart-line.js ***!1865 \**********************************************************************************************************************/1866 /*! exports provided: default */1867 /***/ (function(module, __webpack_exports__, __webpack_require__) {1868 1869 "use strict";1870 __webpack_require__.r(__webpack_exports__);1871 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");1872 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);1873 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");1874 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);1875 1876 1877 /**1878 * WordPress dependencies1879 */1880 1881 var chartLine = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1882 xmlns: "http://www.w3.org/2000/svg",1883 viewBox: "-2 -2 24 24"1884 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {1885 d: "M18 3.5c0 .62-.38 1.16-.92 1.38v13.11H1.99l4.22-6.73c-.13-.23-.21-.48-.21-.76C6 9.67 6.67 9 7.5 9S9 9.67 9 10.5c0 .13-.02.25-.05.37l1.44.63c.27-.3.67-.5 1.11-.5.18 0 .35.04.51.09l3.58-6.41c-.36-.27-.59-.7-.59-1.18 0-.83.67-1.5 1.5-1.5.19 0 .36.04.53.1l.05-.09v.11c.54.22.92.76.92 1.38zm-1.92 13.49V5.85l-3.29 5.89c.13.23.21.48.21.76 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5l.01-.07-1.63-.72c-.25.18-.55.29-.88.29-.18 0-.35-.04-.51-.1l-3.2 5.09h12.29z"1886 }));1887 /* harmony default export */ __webpack_exports__["default"] = (chartLine);1888 //# sourceMappingURL=chart-line.js.map1889 2189 1890 2190 /***/ }), … … 1909 2209 */ 1910 2210 1911 varcheck = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2211 const check = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1912 2212 xmlns: "http://www.w3.org/2000/svg", 1913 2213 viewBox: "0 0 24 24" … … 1917 2217 /* harmony default export */ __webpack_exports__["default"] = (check); 1918 2218 //# sourceMappingURL=check.js.map 1919 1920 /***/ }),1921 1922 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/chevron-back-ios.js":1923 /*!****************************************************************************************************************************!*\1924 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/chevron-back-ios.js ***!1925 \****************************************************************************************************************************/1926 /*! exports provided: default */1927 /***/ (function(module, __webpack_exports__, __webpack_require__) {1928 1929 "use strict";1930 __webpack_require__.r(__webpack_exports__);1931 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");1932 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);1933 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");1934 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);1935 1936 1937 /**1938 * WordPress dependencies1939 */1940 1941 var chevronBackIOS = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {1942 width: "12",1943 height: "21",1944 viewBox: "0 0 12 21",1945 xmlns: "http://www.w3.org/2000/SVG"1946 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {1947 d: "M9.62586 20.5975C9.89618 20.8579 10.2253 21 10.6014 21C11.3888 21 12 20.3844 12 19.6032C12 19.2125 11.8472 18.8574 11.5769 18.5851L3.34966 10.4882L11.5769 2.41488C11.8472 2.14262 12 1.77565 12 1.39684C12 0.615558 11.3888 0 10.6014 0C10.2253 0 9.89618 0.142052 9.63761 0.40248L0.493634 9.3991C0.164545 9.70688 0 10.0857 0 10.5C0 10.9143 0.164545 11.2694 0.48188 11.5891L9.62586 20.5975Z"1948 }));1949 /* harmony default export */ __webpack_exports__["default"] = (chevronBackIOS);1950 //# sourceMappingURL=chevron-back-ios.js.map1951 2219 1952 2220 /***/ }), … … 1971 2239 */ 1972 2240 1973 varchevronDown = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2241 const chevronDown = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 1974 2242 viewBox: "0 0 24 24", 1975 2243 xmlns: "http://www.w3.org/2000/svg" … … 2001 2269 */ 2002 2270 2003 varchevronLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2271 const chevronLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2004 2272 xmlns: "http://www.w3.org/2000/svg", 2005 2273 viewBox: "0 0 24 24" … … 2031 2299 */ 2032 2300 2033 varchevronRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2301 const chevronRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2034 2302 xmlns: "http://www.w3.org/2000/svg", 2035 2303 viewBox: "0 0 24 24" … … 2061 2329 */ 2062 2330 2063 varchevronUp = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2331 const chevronUp = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2064 2332 viewBox: "0 0 24 24", 2065 2333 xmlns: "http://www.w3.org/2000/svg" … … 2091 2359 */ 2092 2360 2093 varclassic = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2361 const classic = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2094 2362 viewBox: "0 0 24 24", 2095 2363 xmlns: "http://www.w3.org/2000/svg" … … 2099 2367 /* harmony default export */ __webpack_exports__["default"] = (classic); 2100 2368 //# sourceMappingURL=classic.js.map 2101 2102 /***/ }),2103 2104 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/close-circle-filled.js":2105 /*!*******************************************************************************************************************************!*\2106 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/close-circle-filled.js ***!2107 \*******************************************************************************************************************************/2108 /*! exports provided: default */2109 /***/ (function(module, __webpack_exports__, __webpack_require__) {2110 2111 "use strict";2112 __webpack_require__.r(__webpack_exports__);2113 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");2114 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);2115 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");2116 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);2117 2118 2119 /**2120 * WordPress dependencies2121 */2122 2123 var closeCircleFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2124 xmlns: "http://www.w3.org/2000/svg",2125 viewBox: "-2 -2 24 24"2126 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {2127 d: "M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm5 11l-3-3 3-3-2-2-3 3-3-3-2 2 3 3-3 3 2 2 3-3 3 3z"2128 }));2129 /* harmony default export */ __webpack_exports__["default"] = (closeCircleFilled);2130 //# sourceMappingURL=close-circle-filled.js.map2131 2369 2132 2370 /***/ }), … … 2151 2389 */ 2152 2390 2153 varcloseSmall = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2391 const closeSmall = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2154 2392 xmlns: "http://www.w3.org/2000/svg", 2155 2393 viewBox: "0 0 24 24" 2156 2394 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2157 d: "M1 3 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"2395 d: "M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z" 2158 2396 })); 2159 2397 /* harmony default export */ __webpack_exports__["default"] = (closeSmall); … … 2181 2419 */ 2182 2420 2183 varclose = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2421 const close = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2184 2422 xmlns: "http://www.w3.org/2000/svg", 2185 2423 viewBox: "0 0 24 24" … … 2211 2449 */ 2212 2450 2213 varcloudUpload = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2214 xmlns: "http://www.w3.org/2000/svg", 2215 viewBox: " -2 -224 24"2216 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2217 d: "M1 4.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16H8v-3H5l4.5-4.5L14 13h-3v3h3.5c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5z"2451 const cloudUpload = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2452 xmlns: "http://www.w3.org/2000/svg", 2453 viewBox: "0 0 24 24" 2454 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2455 d: "M17.3 10.1c0-2.5-2.1-4.4-4.8-4.4-2.2 0-4.1 1.4-4.6 3.3h-.2C5.7 9 4 10.7 4 12.8c0 2.1 1.7 3.8 3.7 3.8h9c1.8 0 3.2-1.5 3.2-3.3.1-1.6-1.1-2.9-2.6-3.2zm-.5 5.1h-4v-2.4L14 14l1-1-3-3-3 3 1 1 1.2-1.2v2.4H7.7c-1.2 0-2.2-1.1-2.2-2.3s1-2.4 2.2-2.4H9l.3-1.1c.4-1.3 1.7-2.2 3.2-2.2 1.8 0 3.3 1.3 3.3 2.9v1.3l1.3.2c.8.1 1.4.9 1.4 1.8 0 1-.8 1.8-1.7 1.8z" 2218 2456 })); 2219 2457 /* harmony default export */ __webpack_exports__["default"] = (cloudUpload); … … 2241 2479 */ 2242 2480 2243 varcloud = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2244 xmlns: "http://www.w3.org/2000/svg", 2245 viewBox: " -2 -224 24"2246 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2247 d: "M1 4.9 9c1.8.2 3.1 1.7 3.1 3.5 0 1.9-1.6 3.5-3.5 3.5h-10C2.6 16 1 14.4 1 12.5 1 10.7 2.3 9.3 4.1 9 4 8.9 4 8.7 4 8.5 4 7.1 5.1 6 6.5 6c.3 0 .7.1.9.2C8.1 4.9 9.4 4 11 4c2.2 0 4 1.8 4 4 0 .4-.1.7-.1 1z"2481 const cloud = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2482 xmlns: "http://www.w3.org/2000/svg", 2483 viewBox: "0 0 24 24" 2484 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2485 d: "M17.3 10.1c0-2.5-2.1-4.4-4.8-4.4-2.2 0-4.1 1.4-4.6 3.3h-.2C5.7 9 4 10.7 4 12.8c0 2.1 1.7 3.8 3.7 3.8h9c1.8 0 3.2-1.5 3.2-3.3.1-1.6-1.1-2.9-2.6-3.2zm-.5 5.1h-9c-1.2 0-2.2-1.1-2.2-2.3s1-2.4 2.2-2.4h1.3l.3-1.1c.4-1.3 1.7-2.2 3.2-2.2 1.8 0 3.3 1.3 3.3 2.9v1.3l1.3.2c.8.1 1.4.9 1.4 1.8-.1 1-.9 1.8-1.8 1.8z" 2248 2486 })); 2249 2487 /* harmony default export */ __webpack_exports__["default"] = (cloud); … … 2271 2509 */ 2272 2510 2273 varcode = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2511 const code = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2274 2512 viewBox: "0 0 24 24", 2275 2513 xmlns: "http://www.w3.org/2000/svg" … … 2301 2539 */ 2302 2540 2303 varcog = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2541 const cog = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2304 2542 xmlns: "http://www.w3.org/2000/svg", 2305 2543 viewBox: "0 0 24 24" … … 2333 2571 */ 2334 2572 2335 varcolumn = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2573 const column = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2336 2574 xmlns: "http://www.w3.org/2000/svg", 2337 2575 viewBox: "0 0 24 24" … … 2363 2601 */ 2364 2602 2365 varcolumns = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2603 const columns = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2366 2604 viewBox: "0 0 24 24", 2367 2605 xmlns: "http://www.w3.org/2000/svg" … … 2393 2631 */ 2394 2632 2395 varcomment = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2633 const comment = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2396 2634 viewBox: "0 0 24 24", 2397 2635 xmlns: "http://www.w3.org/2000/svg" … … 2401 2639 /* harmony default export */ __webpack_exports__["default"] = (comment); 2402 2640 //# sourceMappingURL=comment.js.map 2403 2404 /***/ }),2405 2406 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/controls-repeat.js":2407 /*!***************************************************************************************************************************!*\2408 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/controls-repeat.js ***!2409 \***************************************************************************************************************************/2410 /*! exports provided: default */2411 /***/ (function(module, __webpack_exports__, __webpack_require__) {2412 2413 "use strict";2414 __webpack_require__.r(__webpack_exports__);2415 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");2416 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);2417 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");2418 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);2419 2420 2421 /**2422 * WordPress dependencies2423 */2424 2425 var controlsRepeat = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2426 xmlns: "http://www.w3.org/2000/svg",2427 viewBox: "-2 -2 24 24"2428 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {2429 d: "M5 7v3l-2 1.5V5h11V3l4 3.01L14 9V7H5zm10 6v-3l2-1.5V15H6v2l-4-3.01L6 11v2h9z"2430 }));2431 /* harmony default export */ __webpack_exports__["default"] = (controlsRepeat);2432 //# sourceMappingURL=controls-repeat.js.map2433 2641 2434 2642 /***/ }), … … 2453 2661 */ 2454 2662 2455 varcover = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2663 const cover = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2456 2664 xmlns: "http://www.w3.org/2000/svg", 2457 2665 viewBox: "0 0 24 24" … … 2483 2691 */ 2484 2692 2485 varcreate = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2693 const create = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2486 2694 xmlns: "http://www.w3.org/2000/svg", 2487 2695 viewBox: "0 0 24 24" … … 2513 2721 */ 2514 2722 2515 varcrop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2723 const crop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2516 2724 xmlns: "http://www.w3.org/2000/svg", 2517 2725 viewBox: "0 0 24 24" 2518 2726 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 2519 d: "M1 7.5 7v8H19V7c0-1.1-.9-2-2-2H9v1.5h8c.3 0 .5.2.5.5zM7 17.5c-.3 0-.5-.2-.5-.5V1H5v4H1v1.5h4V17c0 1.1.9 2 2 2h10.5v4H19v-4h4v-1.5H7z"2727 d: "M16.5 7.8v7H18v-7c0-1-.8-1.8-1.8-1.8h-7v1.5h7c.2 0 .3.1.3.3zm-8.7 8.7c-.1 0-.2-.1-.2-.2V2H6v4H2v1.5h4v8.8c0 1 .8 1.8 1.8 1.8h8.8v4H18v-4h4v-1.5H7.8z" 2520 2728 })); 2521 2729 /* harmony default export */ __webpack_exports__["default"] = (crop); … … 2543 2751 */ 2544 2752 2545 varcurrencyDollar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2753 const currencyDollar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2546 2754 xmlns: "http://www.w3.org/2000/svg", 2547 2755 viewBox: "0 0 24 24" … … 2573 2781 */ 2574 2782 2575 varcurrencyEuro = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2783 const currencyEuro = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2576 2784 xmlns: "http://www.w3.org/2000/svg", 2577 2785 viewBox: "0 0 24 24" … … 2603 2811 */ 2604 2812 2605 varcurrencyPound = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2813 const currencyPound = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2606 2814 xmlns: "http://www.w3.org/2000/svg", 2607 2815 viewBox: "0 0 24 24" … … 2634 2842 */ 2635 2843 2636 varcustomLink = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2844 const customLink = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2637 2845 xmlns: "https://www.w3.org/2000/svg", 2638 2846 viewBox: "0 0 24 24" … … 2664 2872 */ 2665 2873 2666 varcustomPostType = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2874 const customPostType = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2667 2875 xmlns: "http://www.w3.org/2000/svg", 2668 2876 viewBox: "0 0 24 24" … … 2694 2902 */ 2695 2903 2696 vardesktop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2904 const desktop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2697 2905 xmlns: "http://www.w3.org/2000/svg", 2698 2906 viewBox: "0 0 24 24" … … 2724 2932 */ 2725 2933 2726 vardownload = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2934 const download = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2727 2935 xmlns: "http://www.w3.org/2000/svg", 2728 2936 viewBox: "0 0 24 24" … … 2754 2962 */ 2755 2963 2756 vardragHandle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2964 const dragHandle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2757 2965 width: "18", 2758 2966 height: "18", … … 2786 2994 /***/ }), 2787 2995 2788 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/expand.js":2789 /*!******************************************************************************************************************!*\2790 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/expand.js ***!2791 \******************************************************************************************************************/2792 /*! exports provided: default */2793 /***/ (function(module, __webpack_exports__, __webpack_require__) {2794 2795 "use strict";2796 __webpack_require__.r(__webpack_exports__);2797 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");2798 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);2799 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives");2800 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__);2801 2802 2803 /**2804 * WordPress dependencies2805 */2806 2807 var expand = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {2808 xmlns: "http://www.w3.org/2000/svg",2809 viewBox: "-2 -2 24 24"2810 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], {2811 d: "M7 8h6v4H7zm-5 5v4h4l-1.2-1.2L7 12l-3.8 2.2M14 17h4v-4l-1.2 1.2L13 12l2.2 3.8M14 3l1.3 1.3L13 8l3.8-2.2L18 7V3M6 3H2v4l1.2-1.2L7 8 4.7 4.3"2812 }));2813 /* harmony default export */ __webpack_exports__["default"] = (expand);2814 //# sourceMappingURL=expand.js.map2815 2816 /***/ }),2817 2818 2996 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/external.js": 2819 2997 /*!********************************************************************************************************************!*\ … … 2835 3013 */ 2836 3014 2837 varexternal = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3015 const external = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2838 3016 xmlns: "http://www.w3.org/2000/svg", 2839 3017 viewBox: "0 0 24 24" … … 2865 3043 */ 2866 3044 2867 varfile = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3045 const file = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2868 3046 viewBox: "0 0 24 24", 2869 3047 xmlns: "http://www.w3.org/2000/svg" … … 2895 3073 */ 2896 3074 2897 varflipHorizontal = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3075 const flipHorizontal = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2898 3076 xmlns: "http://www.w3.org/2000/svg", 2899 3077 viewBox: "0 0 24 24" … … 2925 3103 */ 2926 3104 2927 varflipVertical = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3105 const flipVertical = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2928 3106 xmlns: "http://www.w3.org/2000/svg", 2929 3107 viewBox: "0 0 24 24" … … 2955 3133 */ 2956 3134 2957 varfooter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3135 const footer = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2958 3136 xmlns: "http://www.w3.org/2000/svg", 2959 3137 viewBox: "0 0 24 24" … … 2986 3164 */ 2987 3165 2988 varformatBold = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3166 const formatBold = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 2989 3167 xmlns: "http://www.w3.org/2000/svg", 2990 3168 viewBox: "0 0 24 24" … … 3016 3194 */ 3017 3195 3018 varformatCapitalize = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3196 const formatCapitalize = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3019 3197 xmlns: "http://www.w3.org/2000/svg", 3020 3198 viewBox: "0 0 24 24" … … 3046 3224 */ 3047 3225 3048 varformatIndentRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3226 const formatIndentRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3049 3227 xmlns: "http://www.w3.org/2000/svg", 3050 3228 viewBox: "0 0 24 24" … … 3076 3254 */ 3077 3255 3078 varformatIndent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3256 const formatIndent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3079 3257 xmlns: "http://www.w3.org/2000/svg", 3080 3258 viewBox: "0 0 24 24" … … 3106 3284 */ 3107 3285 3108 varformatItalic = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3286 const formatItalic = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3109 3287 xmlns: "http://www.w3.org/2000/svg", 3110 3288 viewBox: "0 0 24 24" … … 3136 3314 */ 3137 3315 3138 varformatListBulletsRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3316 const formatListBulletsRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3139 3317 xmlns: "http://www.w3.org/2000/svg", 3140 3318 viewBox: "0 0 24 24" … … 3166 3344 */ 3167 3345 3168 varformatListBullets = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3346 const formatListBullets = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3169 3347 xmlns: "http://www.w3.org/2000/svg", 3170 3348 viewBox: "0 0 24 24" … … 3196 3374 */ 3197 3375 3198 varformatListNumberedRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3376 const formatListNumberedRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3199 3377 xmlns: "http://www.w3.org/2000/svg", 3200 3378 viewBox: "0 0 24 24" … … 3226 3404 */ 3227 3405 3228 varformatListNumbered = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3406 const formatListNumbered = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3229 3407 xmlns: "http://www.w3.org/2000/svg", 3230 3408 viewBox: "0 0 24 24" … … 3256 3434 */ 3257 3435 3258 varformatLowercase = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3436 const formatLowercase = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3259 3437 xmlns: "http://www.w3.org/2000/svg", 3260 3438 viewBox: "0 0 24 24" 3261 3439 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 3262 d: "M1 0.8 16.8c-.1-.1-.2-.3-.3-.5v-2.6c0-.9-.1-1.7-.3-2.2-.2-.5-.5-.9-.9-1.1-.4-.3-.9-.4-1.6-.4-.5 0-1 .1-1.5.2s-.9.3-1.2.6l.3 1.2c.4-.3.7-.4 1.1-.5.3-.1.7-.2 1-.2.6 0 1 .1 1.3.4.3.2.4.7.4 1.4-1.2 0-2.3.2-3.3.7s-1.4 1.1-1.4 2.1c0 .7.2 1.2.7 1.6.4.4 1 .6 1.8.6.9 0 1.7-.4 2.4-1.2.1.3.2.5.4.7.1.2.3.3.6.4.3.1.6.1 1.1.1h.1l.2-1.2h-.1c-.5.1-.7 0-.8-.1zM9.1 16c-.2.3-.5.6-.9.8-.4.1-.7.2-1.1.2-.4 0-.7-.1-.9-.3-.2-.2-.3-.5-.3-.9 0-.6.2-1 .7-1.3.5-.3 1.3-.4 2.5-.5v2zm10.5-3.9c-.3-.6-.7-1.1-1.2-1.5-.5-.4-1.2-.6-1.9-.6-.5 0-.9.1-1.4.3-.4.2-.8.5-1.1.8V6h-1.4v12h1.3l.2-1c.2.4.6.6 1 .8.4.2.9.3 1.4.3.7 0 1.2-.2 1.8-.5.5-.4 1-.9 1.3-1.5.3-.6.5-1.3.5-2.1 0-.6-.2-1.3-.5-1.9zm-1.6 4c-.4.5-.9.8-1.6.8s-1.2-.2-1.7-.7c-.5-.5-.7-1.2-.7-2.1 0-.9.2-1.6.7-2.1.4-.5 1-.7 1.7-.7s1.2.3 1.6.8c.4.5.6 1.2.6 2s-.2 1.4-.6 2z"3440 d: "M11 16.8c-.1-.1-.2-.3-.3-.5v-2.6c0-.9-.1-1.7-.3-2.2-.2-.5-.5-.9-.9-1.2-.4-.2-.9-.3-1.6-.3-.5 0-1 .1-1.5.2s-.9.3-1.2.6l.2 1.2c.4-.3.7-.4 1.1-.5.3-.1.7-.2 1-.2.6 0 1 .1 1.3.4.3.2.4.7.4 1.4-1.2 0-2.3.2-3.3.7s-1.4 1.1-1.4 2.1c0 .7.2 1.2.7 1.6.4.4 1 .6 1.8.6.9 0 1.7-.4 2.4-1.2.1.3.2.5.4.7.1.2.3.3.6.4.3.1.6.1 1.1.1h.1l.2-1.2h-.1c-.4.1-.6 0-.7-.1zM9.2 16c-.2.3-.5.6-.9.8-.3.1-.7.2-1.1.2-.4 0-.7-.1-.9-.3-.2-.2-.3-.5-.3-.9 0-.6.2-1 .7-1.3.5-.3 1.3-.4 2.5-.5v2zm10.6-3.9c-.3-.6-.7-1.1-1.2-1.5-.6-.4-1.2-.6-1.9-.6-.5 0-.9.1-1.4.3-.4.2-.8.5-1.1.8V6h-1.4v12h1.3l.2-1c.2.4.6.6 1 .8.4.2.9.3 1.4.3.7 0 1.2-.2 1.8-.5.5-.4 1-.9 1.3-1.5.3-.6.5-1.3.5-2.1-.1-.6-.2-1.3-.5-1.9zm-1.7 4c-.4.5-.9.8-1.6.8s-1.2-.2-1.7-.7c-.4-.5-.7-1.2-.7-2.1 0-.9.2-1.6.7-2.1.4-.5 1-.7 1.7-.7s1.2.3 1.6.8c.4.5.6 1.2.6 2s-.2 1.4-.6 2z" 3263 3441 })); 3264 3442 /* harmony default export */ __webpack_exports__["default"] = (formatLowercase); … … 3286 3464 */ 3287 3465 3288 varformatLtr = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3466 const formatLtr = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3289 3467 xmlns: "http://www.w3.org/2000/svg", 3290 3468 viewBox: "-2 -2 24 24" … … 3316 3494 */ 3317 3495 3318 varformatOutdentRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3496 const formatOutdentRTL = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3319 3497 xmlns: "http://www.w3.org/2000/svg", 3320 3498 viewBox: "0 0 24 24" … … 3346 3524 */ 3347 3525 3348 varformatOutdent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3526 const formatOutdent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3349 3527 xmlns: "http://www.w3.org/2000/svg", 3350 3528 viewBox: "0 0 24 24" … … 3376 3554 */ 3377 3555 3378 varformatRtl = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3556 const formatRtl = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3379 3557 xmlns: "http://www.w3.org/2000/svg", 3380 3558 viewBox: "-2 -2 24 24" … … 3406 3584 */ 3407 3585 3408 varformatStrikethrough = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3586 const formatStrikethrough = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3409 3587 xmlns: "http://www.w3.org/2000/svg", 3410 3588 viewBox: "0 0 24 24" … … 3436 3614 */ 3437 3615 3438 varformatUnderline = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3616 const formatUnderline = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3439 3617 xmlns: "http://www.w3.org/2000/svg", 3440 3618 viewBox: "0 0 24 24" … … 3466 3644 */ 3467 3645 3468 varformatUppercase = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3646 const formatUppercase = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3469 3647 xmlns: "http://www.w3.org/2000/svg", 3470 3648 viewBox: "0 0 24 24" … … 3496 3674 */ 3497 3675 3498 varfullscreen = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3676 const fullscreen = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3499 3677 xmlns: "http://www.w3.org/2000/svg", 3500 3678 viewBox: "0 0 24 24" … … 3527 3705 */ 3528 3706 3529 vargallery = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3707 const gallery = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3530 3708 viewBox: "0 0 24 24", 3531 3709 xmlns: "http://www.w3.org/2000/svg" … … 3557 3735 */ 3558 3736 3559 varglobe = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3737 const globe = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3560 3738 xmlns: "http://www.w3.org/2000/svg", 3561 3739 viewBox: "-2 -2 24 24" … … 3587 3765 */ 3588 3766 3589 vargrid = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3767 const grid = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3590 3768 xmlns: "http://www.w3.org/2000/svg", 3591 3769 viewBox: "0 0 24 24" … … 3619 3797 */ 3620 3798 3621 vargroup = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3799 const group = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3622 3800 viewBox: "0 0 24 24", 3623 3801 xmlns: "http://www.w3.org/2000/svg" … … 3649 3827 */ 3650 3828 3651 varhandle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3829 const handle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3652 3830 viewBox: "0 0 24 24", 3653 3831 xmlns: "http://www.w3.org/2000/svg" … … 3679 3857 */ 3680 3858 3681 varheader = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3859 const header = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3682 3860 xmlns: "http://www.w3.org/2000/svg", 3683 3861 viewBox: "0 0 24 24" … … 3709 3887 */ 3710 3888 3711 varheading = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3889 const heading = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3712 3890 xmlns: "http://www.w3.org/2000/svg", 3713 3891 viewBox: "0 0 24 24" … … 3739 3917 */ 3740 3918 3741 varhelp = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3919 const help = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3742 3920 xmlns: "http://www.w3.org/2000/svg", 3743 3921 viewBox: "0 0 24 24" … … 3769 3947 */ 3770 3948 3771 varhome = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3949 const home = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3772 3950 xmlns: "http://www.w3.org/2000/svg", 3773 3951 viewBox: "0 0 24 24" … … 3799 3977 */ 3800 3978 3801 varhtml = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {3979 const html = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3802 3980 viewBox: "0 0 24 24", 3803 3981 xmlns: "http://www.w3.org/2000/svg" … … 3829 4007 */ 3830 4008 3831 varimage = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4009 const image = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3832 4010 viewBox: "0 0 24 24", 3833 4011 xmlns: "http://www.w3.org/2000/svg" … … 3859 4037 */ 3860 4038 3861 varinbox = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4039 const inbox = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3862 4040 xmlns: "http://www.w3.org/2000/svg", 3863 4041 viewBox: "0 0 24 24" … … 3891 4069 */ 3892 4070 3893 varinfo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4071 const info = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3894 4072 xmlns: "http://www.w3.org/2000/svg", 3895 4073 viewBox: "0 0 24 24" … … 3921 4099 */ 3922 4100 3923 varinsertAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4101 const insertAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3924 4102 xmlns: "http://www.w3.org/2000/svg", 3925 4103 viewBox: "-2 -2 24 24" … … 3951 4129 */ 3952 4130 3953 varinsertBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4131 const insertBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3954 4132 xmlns: "http://www.w3.org/2000/svg", 3955 4133 viewBox: "-2 -2 24 24" … … 3981 4159 */ 3982 4160 3983 varinstitute = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4161 const institute = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 3984 4162 xmlns: "http://www.w3.org/2000/svg", 3985 4163 viewBox: "0 0 24 24" … … 4013 4191 */ 4014 4192 4015 varjustifyCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4193 const justifyCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4016 4194 xmlns: "http://www.w3.org/2000/svg", 4017 4195 viewBox: "0 0 24 24" … … 4043 4221 */ 4044 4222 4045 varjustifyLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4223 const justifyLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4046 4224 xmlns: "http://www.w3.org/2000/svg", 4047 4225 viewBox: "0 0 24 24" … … 4073 4251 */ 4074 4252 4075 varjustifyRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4253 const justifyRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4076 4254 xmlns: "http://www.w3.org/2000/svg", 4077 4255 viewBox: "0 0 24 24" … … 4103 4281 */ 4104 4282 4105 varjustifySpaceBetween = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4283 const justifySpaceBetween = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4106 4284 xmlns: "http://www.w3.org/2000/svg", 4107 4285 viewBox: "0 0 24 24" … … 4133 4311 */ 4134 4312 4135 varkeyboardClose = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4313 const keyboardClose = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4136 4314 xmlns: "http://www.w3.org/2000/svg", 4137 4315 viewBox: "-2 -2 24 24" … … 4163 4341 */ 4164 4342 4165 varkeyboardReturn = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4343 const keyboardReturn = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4166 4344 xmlns: "http://www.w3.org/2000/svg", 4167 4345 viewBox: "-2 -2 24 24" … … 4193 4371 */ 4194 4372 4195 varlayout = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4373 const layout = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4196 4374 xmlns: "http://www.w3.org/2000/svg", 4197 4375 viewBox: "0 0 24 24" … … 4223 4401 */ 4224 4402 4225 varlifesaver = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4403 const lifesaver = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4226 4404 xmlns: "http://www.w3.org/2000/svg", 4227 4405 viewBox: "0 0 24 24" … … 4255 4433 */ 4256 4434 4257 varlinkOff = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4435 const linkOff = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4258 4436 xmlns: "http://www.w3.org/2000/svg", 4259 4437 viewBox: "0 0 24 24" … … 4285 4463 */ 4286 4464 4287 varlink = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4465 const link = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4288 4466 xmlns: "http://www.w3.org/2000/svg", 4289 4467 viewBox: "0 0 24 24" … … 4315 4493 */ 4316 4494 4317 varlistView = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4495 const listView = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4318 4496 viewBox: "0 0 24 24", 4319 4497 xmlns: "http://www.w3.org/2000/svg" … … 4345 4523 */ 4346 4524 4347 varlist = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4525 const list = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4348 4526 viewBox: "0 0 24 24", 4349 4527 xmlns: "http://www.w3.org/2000/svg" … … 4375 4553 */ 4376 4554 4377 varlock = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4555 const lock = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4378 4556 viewBox: "0 0 24 24", 4379 4557 xmlns: "http://www.w3.org/2000/svg" … … 4383 4561 /* harmony default export */ __webpack_exports__["default"] = (lock); 4384 4562 //# sourceMappingURL=lock.js.map 4563 4564 /***/ }), 4565 4566 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/login.js": 4567 /*!*****************************************************************************************************************!*\ 4568 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/login.js ***! 4569 \*****************************************************************************************************************/ 4570 /*! exports provided: default */ 4571 /***/ (function(module, __webpack_exports__, __webpack_require__) { 4572 4573 "use strict"; 4574 __webpack_require__.r(__webpack_exports__); 4575 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 4576 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 4577 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 4578 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 4579 4580 4581 /** 4582 * WordPress dependencies 4583 */ 4584 4585 const login = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4586 xmlns: "http://www.w3.org/2000/svg", 4587 viewBox: "0 0 24 24" 4588 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 4589 d: "M11 14.5l1.1 1.1 3-3 .5-.5-.6-.6-3-3-1 1 1.7 1.7H5v1.5h7.7L11 14.5zM16.8 5h-7c-1.1 0-2 .9-2 2v1.5h1.5V7c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v10c0 .3-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5v-1.5H7.8V17c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z" 4590 })); 4591 /* harmony default export */ __webpack_exports__["default"] = (login); 4592 //# sourceMappingURL=login.js.map 4385 4593 4386 4594 /***/ }), … … 4405 4613 */ 4406 4614 4407 varloop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4615 const loop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4408 4616 viewBox: "0 0 24 24", 4409 4617 xmlns: "http://www.w3.org/2000/svg" … … 4435 4643 */ 4436 4644 4437 varmapMarker = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4645 const mapMarker = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4438 4646 xmlns: "https://www.w3.org/2000/svg", 4439 4647 viewBox: "0 0 24 24" … … 4465 4673 */ 4466 4674 4467 varmediaAndText = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4675 const mediaAndText = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4468 4676 xmlns: "http://www.w3.org/2000/svg", 4469 4677 viewBox: "0 0 24 24" 4470 4678 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 4471 d: "M 4 17h7V6H4v11zm9-10v1.5h7V7h-7zm0 5.5h7V11h-7v1.5zm0 4h7V15h-7v1.5z"4679 d: "M3 18h8V6H3v12zM14 7.5V9h7V7.5h-7zm0 5.3h7v-1.5h-7v1.5zm0 3.7h7V15h-7v1.5z" 4472 4680 })); 4473 4681 /* harmony default export */ __webpack_exports__["default"] = (mediaAndText); … … 4495 4703 */ 4496 4704 4497 varmedia = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4705 const media = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4498 4706 xmlns: "http://www.w3.org/2000/svg", 4499 4707 viewBox: "0 0 24 24" … … 4525 4733 */ 4526 4734 4527 varmegaphone = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4735 const megaphone = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4528 4736 xmlns: "http://www.w3.org/2000/svg", 4529 4737 viewBox: "0 0 24 24" … … 4557 4765 */ 4558 4766 4559 varmenu = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4767 const menu = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4560 4768 xmlns: "http://www.w3.org/2000/svg", 4561 4769 viewBox: "0 0 24 24" 4562 4770 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 4563 d: "M5 5 .5V7h14V5.5H5zM5 13h14v-1.5H5V13zm0 6h14v-1.5H5V19z"4771 d: "M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z" 4564 4772 })); 4565 4773 /* harmony default export */ __webpack_exports__["default"] = (menu); … … 4587 4795 */ 4588 4796 4589 varminus = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4797 const minus = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4590 4798 xmlns: "http://www.w3.org/2000/svg", 4591 4799 viewBox: "-2 -2 24 24" … … 4617 4825 */ 4618 4826 4619 vardesktop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4827 const desktop = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4620 4828 xmlns: "http://www.w3.org/2000/svg", 4621 4829 viewBox: "0 0 24 24" … … 4647 4855 */ 4648 4856 4649 varmoreHorizontalMobile = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4857 const moreHorizontalMobile = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4650 4858 viewBox: "0 0 24 24", 4651 4859 xmlns: "http://www.w3.org/2000/svg" … … 4681 4889 */ 4682 4890 4683 varmoreHorizontal = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4891 const moreHorizontal = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4684 4892 xmlns: "http://www.w3.org/2000/svg", 4685 4893 viewBox: "0 0 24 24" … … 4711 4919 */ 4712 4920 4713 varmoreVertical = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4921 const moreVertical = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4714 4922 xmlns: "http://www.w3.org/2000/svg", 4715 4923 viewBox: "0 0 24 24" … … 4741 4949 */ 4742 4950 4743 varmore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {4951 const more = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4744 4952 viewBox: "0 0 24 24", 4745 4953 xmlns: "http://www.w3.org/2000/svg" … … 4749 4957 /* harmony default export */ __webpack_exports__["default"] = (more); 4750 4958 //# sourceMappingURL=more.js.map 4959 4960 /***/ }), 4961 4962 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/move-to.js": 4963 /*!*******************************************************************************************************************!*\ 4964 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/move-to.js ***! 4965 \*******************************************************************************************************************/ 4966 /*! exports provided: default */ 4967 /***/ (function(module, __webpack_exports__, __webpack_require__) { 4968 4969 "use strict"; 4970 __webpack_require__.r(__webpack_exports__); 4971 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 4972 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 4973 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 4974 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 4975 4976 4977 /** 4978 * WordPress dependencies 4979 */ 4980 4981 const moveTo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4982 xmlns: "http://www.w3.org/2000/svg", 4983 viewBox: "0 0 24 24" 4984 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 4985 d: "M19.75 9c0-1.257-.565-2.197-1.39-2.858-.797-.64-1.827-1.017-2.815-1.247-1.802-.42-3.703-.403-4.383-.396L11 4.5V6l.177-.001c.696-.006 2.416-.02 4.028.356.887.207 1.67.518 2.216.957.52.416.829.945.829 1.688 0 .592-.167.966-.407 1.23-.255.281-.656.508-1.236.674-1.19.34-2.82.346-4.607.346h-.077c-1.692 0-3.527 0-4.942.404-.732.209-1.424.545-1.935 1.108-.526.579-.796 1.33-.796 2.238 0 1.257.565 2.197 1.39 2.858.797.64 1.827 1.017 2.815 1.247 1.802.42 3.703.403 4.383.396L13 19.5h.714V22L18 18.5 13.714 15v3H13l-.177.001c-.696.006-2.416.02-4.028-.356-.887-.207-1.67-.518-2.216-.957-.52-.416-.829-.945-.829-1.688 0-.592.167-.966.407-1.23.255-.281.656-.508 1.237-.674 1.189-.34 2.819-.346 4.606-.346h.077c1.692 0 3.527 0 4.941-.404.732-.209 1.425-.545 1.936-1.108.526-.579.796-1.33.796-2.238z" 4986 })); 4987 /* harmony default export */ __webpack_exports__["default"] = (moveTo); 4988 //# sourceMappingURL=move-to.js.map 4751 4989 4752 4990 /***/ }), … … 4771 5009 */ 4772 5010 4773 varnavigation = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5011 const navigation = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4774 5012 viewBox: "0 0 24 24", 4775 5013 xmlns: "http://www.w3.org/2000/svg" … … 4801 5039 */ 4802 5040 4803 varnext = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5041 const next = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4804 5042 xmlns: "http://www.w3.org/2000/svg", 4805 5043 viewBox: "0 0 24 24" … … 4831 5069 */ 4832 5070 4833 varoverlayText = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5071 const overlayText = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4834 5072 xmlns: "http://www.w3.org/2000/svg", 4835 5073 viewBox: "0 0 24 24" 4836 5074 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 4837 d: "M1 5.3 14.5c-.1-.1-.2-.2-.2-.4v-2.8c0-1.2-.2-2-.7-2.5-.5-.5-1.2-.8-2.1-.8-1 0-1.9.2-2.7.7l.2 1.4c.4-.2.8-.4 1.1-.5.3-.1.7-.2 1-.2.5 0 .9.1 1.1.3.2.2.3.6.4 1.1-.7 0-1.3.1-2 .3-.7.2-1.2.5-1.7.9s-.7.9-.7 1.6c0 .7.2 1.2.6 1.7.4.4 1 .6 1.6.6.5 0 .9-.1 1.3-.3.4-.2.8-.4 1-.7.2.3.4.6.7.7.3.2.7.2 1.2.2h.5l.2-1.4h-.2c-.3.2-.5.2-.6.1zm-2-.6c-.2.2-.4.4-.7.5-.3.1-.5.2-.8.2-.7 0-1.1-.3-1.1-1 0-.5.2-.8.7-1.1.5-.2 1.1-.4 1.9-.4v1.8zm5-9.9H5.7C4.8 4 4 4.8 4 5.7v12.5c0 1 .8 1.7 1.7 1.7h12.5c1 0 1.7-.8 1.7-1.7V5.7c.1-.9-.7-1.7-1.6-1.7zm.2 14.3c0 .1-.1.2-.2.2H5.7c-.1 0-.2-.1-.2-.2V5.7c0-.1.1-.2.2-.2h12.5c.1 0 .2.1.2.2v12.6z"5075 d: "M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12-9.8c.4 0 .8-.3.9-.7l1.1-3h3.6l.5 1.7h1.9L13 9h-2.2l-3.4 9.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v12H20V6c0-1.1-.9-2-2-2zm-6 7l1.4 3.9h-2.7L12 11z" 4838 5076 })); 4839 5077 /* harmony default export */ __webpack_exports__["default"] = (overlayText); … … 4861 5099 */ 4862 5100 4863 varpageBreak = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5101 const pageBreak = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4864 5102 xmlns: "http://www.w3.org/2000/svg", 4865 5103 viewBox: "0 0 24 24" … … 4891 5129 */ 4892 5130 4893 varpage = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5131 const page = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4894 5132 xmlns: "http://www.w3.org/2000/svg", 4895 5133 viewBox: "0 0 24 24" … … 4921 5159 */ 4922 5160 4923 varpages = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5161 const pages = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4924 5162 xmlns: "http://www.w3.org/2000/svg", 4925 5163 viewBox: "0 0 24 24" … … 4951 5189 */ 4952 5190 4953 varparagraph = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5191 const paragraph = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4954 5192 xmlns: "http://www.w3.org/2000/svg", 4955 5193 viewBox: "0 0 24 24" … … 4981 5219 */ 4982 5220 4983 varpayment = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5221 const payment = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 4984 5222 xmlns: "http://www.w3.org/2000/svg", 4985 5223 viewBox: "0 0 24 24" … … 5013 5251 */ 5014 5252 5015 varpencil = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5253 const pencil = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5016 5254 xmlns: "http://www.w3.org/2000/svg", 5017 5255 viewBox: "0 0 24 24" … … 5043 5281 */ 5044 5282 5045 varpeople = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5283 const people = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5046 5284 xmlns: "http://www.w3.org/2000/svg", 5047 5285 viewBox: "0 0 24 24" … … 5073 5311 */ 5074 5312 5075 varpercent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5313 const percent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5076 5314 xmlns: "http://www.w3.org/2000/svg", 5077 5315 viewBox: "0 0 24 24" … … 5105 5343 */ 5106 5344 5107 varpin = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5345 const pin = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5108 5346 xmlns: "http://www.w3.org/2000/svg", 5109 5347 viewBox: "-2 -2 24 24" … … 5135 5373 */ 5136 5374 5137 varplugins = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5375 const plugins = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5138 5376 xmlns: "http://www.w3.org/2000/svg", 5139 5377 viewBox: "0 0 24 24" … … 5165 5403 */ 5166 5404 5167 varplusCircleFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5405 const plusCircleFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5168 5406 xmlns: "http://www.w3.org/2000/svg", 5169 5407 viewBox: "0 0 24 24" … … 5195 5433 */ 5196 5434 5197 varplusCircle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5435 const plusCircle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5198 5436 xmlns: "http://www.w3.org/2000/svg", 5199 5437 viewBox: "-2 -2 24 24" … … 5225 5463 */ 5226 5464 5227 varplus = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5465 const plus = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5228 5466 xmlns: "http://www.w3.org/2000/svg", 5229 5467 viewBox: "0 0 24 24" … … 5255 5493 */ 5256 5494 5257 varpositionCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5495 const positionCenter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5258 5496 xmlns: "http://www.w3.org/2000/svg", 5259 5497 viewBox: "0 0 24 24" … … 5285 5523 */ 5286 5524 5287 varpositionLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5525 const positionLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5288 5526 xmlns: "http://www.w3.org/2000/svg", 5289 5527 viewBox: "0 0 24 24" … … 5315 5553 */ 5316 5554 5317 varpositionRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5555 const positionRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5318 5556 xmlns: "http://www.w3.org/2000/svg", 5319 5557 viewBox: "0 0 24 24" … … 5345 5583 */ 5346 5584 5347 varpostCategories = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5585 const postCategories = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5348 5586 viewBox: "0 0 24 24", 5349 5587 xmlns: "http://www.w3.org/2000/svg" … … 5377 5615 */ 5378 5616 5379 varpostCommentsCount = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5617 const postCommentsCount = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5380 5618 xmlns: "http://www.w3.org/2000/svg", 5381 5619 viewBox: "0 0 24 24" … … 5407 5645 */ 5408 5646 5409 varpostCommentsForm = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5647 const postCommentsForm = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5410 5648 xmlns: "http://www.w3.org/2000/svg", 5411 5649 viewBox: "0 0 24 24" … … 5437 5675 */ 5438 5676 5439 varpostComments = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5677 const postComments = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5440 5678 xmlns: "http://www.w3.org/2000/svg", 5441 5679 viewBox: "0 0 24 24" … … 5445 5683 /* harmony default export */ __webpack_exports__["default"] = (postComments); 5446 5684 //# sourceMappingURL=post-comments.js.map 5685 5686 /***/ }), 5687 5688 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/post-content.js": 5689 /*!************************************************************************************************************************!*\ 5690 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/post-content.js ***! 5691 \************************************************************************************************************************/ 5692 /*! exports provided: default */ 5693 /***/ (function(module, __webpack_exports__, __webpack_require__) { 5694 5695 "use strict"; 5696 __webpack_require__.r(__webpack_exports__); 5697 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 5698 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 5699 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 5700 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 5701 5702 5703 /** 5704 * WordPress dependencies 5705 */ 5706 5707 const postContent = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5708 xmlns: "https://www.w3.org/2000/svg", 5709 viewBox: "0 0 24 24" 5710 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 5711 d: "M4 20h16v-1.5H4V20zm0-4.8h16v-1.5H4v1.5zm0-6.4v1.5h16V8.8H4zM16 4H4v1.5h12V4z" 5712 })); 5713 /* harmony default export */ __webpack_exports__["default"] = (postContent); 5714 //# sourceMappingURL=post-content.js.map 5447 5715 5448 5716 /***/ }), … … 5467 5735 */ 5468 5736 5469 varpostDate = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5737 const postDate = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5470 5738 xmlns: "http://www.w3.org/2000/svg", 5471 5739 viewBox: "0 0 24 24" … … 5499 5767 */ 5500 5768 5501 varpostExcerpt = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5769 const postExcerpt = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5502 5770 xmlns: "http://www.w3.org/2000/svg", 5503 5771 viewBox: "0 0 24 24" … … 5529 5797 */ 5530 5798 5531 varpostFeaturedImage = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5799 const postFeaturedImage = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5532 5800 xmlns: "http://www.w3.org/2000/svg", 5533 5801 viewBox: "0 0 24 24" … … 5559 5827 */ 5560 5828 5561 varpostList = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5829 const postList = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5562 5830 viewBox: "0 0 24 24", 5563 5831 xmlns: "http://www.w3.org/2000/svg" … … 5589 5857 */ 5590 5858 5591 varpostTitle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5859 const postTitle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5592 5860 viewBox: "0 0 24 24", 5593 5861 xmlns: "http://www.w3.org/2000/svg" … … 5619 5887 */ 5620 5888 5621 varpreformatted = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5889 const preformatted = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5622 5890 viewBox: "0 0 24 24", 5623 5891 xmlns: "http://www.w3.org/2000/svg" … … 5649 5917 */ 5650 5918 5651 varprevious = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5919 const previous = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5652 5920 xmlns: "http://www.w3.org/2000/svg", 5653 5921 viewBox: "0 0 24 24" … … 5679 5947 */ 5680 5948 5681 varpullLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5949 const pullLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5682 5950 xmlns: "http://www.w3.org/2000/svg", 5683 5951 viewBox: "0 0 24 24" 5684 5952 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 5685 d: "M4 18h6V6H4v12zm9- 10v1.5h7V8h-7zm0 7.5h7V14h-7v1.5z"5953 d: "M4 18h6V6H4v12zm9-9.5V10h7V8.5h-7zm0 7h7V14h-7v1.5z" 5686 5954 })); 5687 5955 /* harmony default export */ __webpack_exports__["default"] = (pullLeft); … … 5709 5977 */ 5710 5978 5711 varpullRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {5979 const pullRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5712 5980 xmlns: "http://www.w3.org/2000/svg", 5713 5981 viewBox: "0 0 24 24" 5714 5982 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 5715 d: "M14 6v12h6V6h-6zM4 9.5h7V8H4v1.5zm0 6h7V14H4v1.5z"5983 d: "M14 6v12h6V6h-6zM4 10h7V8.5H4V10zm0 5.5h7V14H4v1.5z" 5716 5984 })); 5717 5985 /* harmony default export */ __webpack_exports__["default"] = (pullRight); … … 5739 6007 */ 5740 6008 5741 varpullquote = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6009 const pullquote = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5742 6010 viewBox: "0 0 24 24", 5743 6011 xmlns: "http://www.w3.org/2000/svg" … … 5769 6037 */ 5770 6038 5771 varqueryPaginationNext = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6039 const queryPaginationNext = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5772 6040 xmlns: "http://www.w3.org/2000/svg", 5773 6041 viewBox: "0 0 24 24" … … 5815 6083 */ 5816 6084 5817 varqueryPaginationNumbers = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6085 const queryPaginationNumbers = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5818 6086 xmlns: "http://www.w3.org/2000/svg", 5819 6087 viewBox: "0 0 24 24" … … 5856 6124 */ 5857 6125 5858 varqueryPaginationPrevious = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6126 const queryPaginationPrevious = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5859 6127 xmlns: "http://www.w3.org/2000/svg", 5860 6128 viewBox: "0 0 24 24" … … 5904 6172 */ 5905 6173 5906 varqueryPagination = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6174 const queryPagination = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5907 6175 xmlns: "http://www.w3.org/2000/svg", 5908 6176 viewBox: "0 0 24 24" … … 5953 6221 */ 5954 6222 5955 varquote = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6223 const quote = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5956 6224 viewBox: "0 0 24 24", 5957 6225 xmlns: "http://www.w3.org/2000/svg" … … 5983 6251 */ 5984 6252 5985 varreceipt = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6253 const receipt = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 5986 6254 xmlns: "http://www.w3.org/2000/svg", 5987 6255 viewBox: "0 0 24 24" … … 6015 6283 */ 6016 6284 6017 varredo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6285 const redo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6018 6286 xmlns: "http://www.w3.org/2000/svg", 6019 6287 viewBox: "0 0 24 24" … … 6045 6313 */ 6046 6314 6047 varreplace = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6315 const replace = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6048 6316 xmlns: "http://www.w3.org/2000/svg", 6049 6317 viewBox: "0 0 24 24" … … 6075 6343 */ 6076 6344 6077 varresizeCornerNE = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6345 const resizeCornerNE = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6078 6346 viewBox: "0 0 24 24", 6079 6347 xmlns: "http://www.w3.org/2000/svg" … … 6105 6373 */ 6106 6374 6107 varreusableBlock = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6375 const reusableBlock = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6108 6376 xmlns: "http://www.w3.org/2000/svg", 6109 6377 viewBox: "0 0 24 24" … … 6135 6403 */ 6136 6404 6137 varrotateLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6405 const rotateLeft = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6138 6406 xmlns: "http://www.w3.org/2000/svg", 6139 6407 viewBox: "0 0 24 24" … … 6165 6433 */ 6166 6434 6167 varrotateRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6435 const rotateRight = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6168 6436 xmlns: "http://www.w3.org/2000/svg", 6169 6437 viewBox: "0 0 24 24" … … 6195 6463 */ 6196 6464 6197 varrss = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6465 const rss = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6198 6466 xmlns: "http://www.w3.org/2000/svg", 6199 6467 viewBox: "0 0 24 24" … … 6225 6493 */ 6226 6494 6227 varsearch = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6495 const search = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6228 6496 xmlns: "http://www.w3.org/2000/svg", 6229 6497 viewBox: "0 0 24 24" … … 6255 6523 */ 6256 6524 6257 varseparator = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6525 const separator = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6258 6526 viewBox: "0 0 24 24", 6259 6527 xmlns: "http://www.w3.org/2000/svg" … … 6285 6553 */ 6286 6554 6287 varsettings = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6555 const settings = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6288 6556 xmlns: "http://www.w3.org/2000/svg", 6289 6557 viewBox: "0 0 24 24" … … 6315 6583 */ 6316 6584 6317 varshare = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6585 const share = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6318 6586 viewBox: "0 0 24 24", 6319 6587 xmlns: "http://www.w3.org/2000/svg" … … 6345 6613 */ 6346 6614 6347 varshipping = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6615 const shipping = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6348 6616 xmlns: "http://www.w3.org/2000/svg", 6349 6617 viewBox: "0 0 24 24" … … 6375 6643 */ 6376 6644 6377 varshortcode = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6645 const shortcode = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6378 6646 viewBox: "0 0 24 24", 6379 6647 xmlns: "http://www.w3.org/2000/svg" … … 6405 6673 */ 6406 6674 6407 varsidebar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6675 const sidebar = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6408 6676 xmlns: "http://www.w3.org/2000/svg", 6409 6677 viewBox: "0 0 24 24" … … 6413 6681 /* harmony default export */ __webpack_exports__["default"] = (sidebar); 6414 6682 //# sourceMappingURL=sidebar.js.map 6683 6684 /***/ }), 6685 6686 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/site-logo.js": 6687 /*!*********************************************************************************************************************!*\ 6688 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/site-logo.js ***! 6689 \*********************************************************************************************************************/ 6690 /*! exports provided: default */ 6691 /***/ (function(module, __webpack_exports__, __webpack_require__) { 6692 6693 "use strict"; 6694 __webpack_require__.r(__webpack_exports__); 6695 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 6696 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 6697 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 6698 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 6699 6700 6701 /** 6702 * WordPress dependencies 6703 */ 6704 6705 const siteLogo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6706 xmlns: "http://www.w3.org/2000/svg", 6707 viewBox: "0 0 24 24" 6708 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 6709 d: "M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 1.5c4.1 0 7.5 3.4 7.5 7.5v.1c-1.4-.8-3.3-1.7-3.4-1.8-.2-.1-.5-.1-.8.1l-2.9 2.1L9 11.3c-.2-.1-.4 0-.6.1l-3.7 2.2c-.1-.5-.2-1-.2-1.5 0-4.2 3.4-7.6 7.5-7.6zm0 15c-3.1 0-5.7-1.9-6.9-4.5l3.7-2.2 3.5 1.2c.2.1.5 0 .7-.1l2.9-2.1c.8.4 2.5 1.2 3.5 1.9-.9 3.3-3.9 5.8-7.4 5.8z" 6710 })); 6711 /* harmony default export */ __webpack_exports__["default"] = (siteLogo); 6712 //# sourceMappingURL=site-logo.js.map 6415 6713 6416 6714 /***/ }), … … 6435 6733 */ 6436 6734 6437 varstack = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6735 const stack = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6438 6736 xmlns: "http://www.w3.org/2000/svg", 6439 6737 viewBox: "0 0 24 24" … … 6465 6763 */ 6466 6764 6467 varstarEmpty = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6765 const starEmpty = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6468 6766 xmlns: "http://www.w3.org/2000/svg", 6469 6767 viewBox: "0 0 24 24" … … 6497 6795 */ 6498 6796 6499 varstarFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6797 const starFilled = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6500 6798 xmlns: "http://www.w3.org/2000/svg", 6501 6799 viewBox: "0 0 24 24" … … 6527 6825 */ 6528 6826 6529 varstarHalf = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6827 const starHalf = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6530 6828 xmlns: "http://www.w3.org/2000/svg", 6531 6829 viewBox: "0 0 24 24" … … 6557 6855 */ 6558 6856 6559 varstore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6857 const store = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6560 6858 xmlns: "http://www.w3.org/2000/svg", 6561 6859 viewBox: "0 0 24 24" … … 6589 6887 */ 6590 6888 6591 varstretchFullWidth = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6889 const stretchFullWidth = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6592 6890 xmlns: "http://www.w3.org/2000/svg", 6593 6891 viewBox: "0 0 24 24" … … 6619 6917 */ 6620 6918 6621 varstretchWide = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6919 const stretchWide = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6622 6920 xmlns: "http://www.w3.org/2000/svg", 6623 6921 viewBox: "0 0 24 24" … … 6649 6947 */ 6650 6948 6651 varsubscript = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6949 const subscript = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6652 6950 xmlns: "http://www.w3.org/2000/svg", 6653 6951 viewBox: "0 0 24 24" … … 6679 6977 */ 6680 6978 6681 varsuperscript = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {6979 const superscript = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6682 6980 xmlns: "http://www.w3.org/2000/svg", 6683 6981 viewBox: "0 0 24 24" … … 6687 6985 /* harmony default export */ __webpack_exports__["default"] = (superscript); 6688 6986 //# sourceMappingURL=superscript.js.map 6987 6988 /***/ }), 6989 6990 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/swatch.js": 6991 /*!******************************************************************************************************************!*\ 6992 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/swatch.js ***! 6993 \******************************************************************************************************************/ 6994 /*! exports provided: default */ 6995 /***/ (function(module, __webpack_exports__, __webpack_require__) { 6996 6997 "use strict"; 6998 __webpack_require__.r(__webpack_exports__); 6999 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 7000 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 7001 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 7002 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 7003 7004 7005 /** 7006 * WordPress dependencies 7007 */ 7008 7009 const swatch = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7010 xmlns: "http://www.w3.org/2000/svg", 7011 viewBox: "0 0 24 24" 7012 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 7013 d: "M5 17.7c.4.5.8.9 1.2 1.2l1.1-1.4c-.4-.3-.7-.6-1-1L5 17.7zM5 6.3l1.4 1.1c.3-.4.6-.7 1-1L6.3 5c-.5.4-.9.8-1.3 1.3zm.1 7.8l-1.7.5c.2.6.4 1.1.7 1.6l1.5-.8c-.2-.4-.4-.8-.5-1.3zM4.8 12v-.7L3 11.1v1.8l1.7-.2c.1-.2.1-.5.1-.7zm3 7.9c.5.3 1.1.5 1.6.7l.5-1.7c-.5-.1-.9-.3-1.3-.5l-.8 1.5zM19 6.3c-.4-.5-.8-.9-1.2-1.2l-1.1 1.4c.4.3.7.6 1 1L19 6.3zm-.1 3.6l1.7-.5c-.2-.6-.4-1.1-.7-1.6l-1.5.8c.2.4.4.8.5 1.3zM5.6 8.6l-1.5-.8c-.3.5-.5 1-.7 1.6l1.7.5c.1-.5.3-.9.5-1.3zm2.2-4.5l.8 1.5c.4-.2.8-.4 1.3-.5l-.5-1.7c-.6.2-1.1.4-1.6.7zm8.8 13.5l1.1 1.4c.5-.4.9-.8 1.2-1.2l-1.4-1.1c-.2.3-.5.6-.9.9zm1.8-2.2l1.5.8c.3-.5.5-1.1.7-1.6l-1.7-.5c-.1.5-.3.9-.5 1.3zm2.6-4.3l-1.7.2v1.4l1.7.2V12v-.9zM11.1 3l.2 1.7h1.4l.2-1.7h-1.8zm3 2.1c.5.1.9.3 1.3.5l.8-1.5c-.5-.3-1.1-.5-1.6-.7l-.5 1.7zM12 19.2h-.7l-.2 1.8h1.8l-.2-1.7c-.2-.1-.5-.1-.7-.1zm2.1-.3l.5 1.7c.6-.2 1.1-.4 1.6-.7l-.8-1.5c-.4.2-.8.4-1.3.5z" 7014 })); 7015 /* harmony default export */ __webpack_exports__["default"] = (swatch); 7016 //# sourceMappingURL=swatch.js.map 6689 7017 6690 7018 /***/ }), … … 6709 7037 */ 6710 7038 6711 vartableColumnAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7039 const tableColumnAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6712 7040 xmlns: "http://www.w3.org/2000/svg", 6713 7041 viewBox: "-2 -2 24 24" … … 6739 7067 */ 6740 7068 6741 vartableColumnBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7069 const tableColumnBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6742 7070 xmlns: "http://www.w3.org/2000/svg", 6743 7071 viewBox: "-2 -2 24 24" … … 6769 7097 */ 6770 7098 6771 vartableColumnDelete = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7099 const tableColumnDelete = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6772 7100 xmlns: "http://www.w3.org/2000/svg", 6773 7101 viewBox: "-2 -2 24 24" … … 6799 7127 */ 6800 7128 6801 vartableRowAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7129 const tableRowAfter = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6802 7130 xmlns: "http://www.w3.org/2000/svg", 6803 7131 viewBox: "-2 -2 24 24" … … 6829 7157 */ 6830 7158 6831 vartableRowBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7159 const tableRowBefore = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6832 7160 xmlns: "http://www.w3.org/2000/svg", 6833 7161 viewBox: "-2 -2 24 24" … … 6859 7187 */ 6860 7188 6861 vartableRowDelete = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7189 const tableRowDelete = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6862 7190 xmlns: "http://www.w3.org/2000/svg", 6863 7191 viewBox: "-2 -2 24 24" … … 6889 7217 */ 6890 7218 6891 vartable = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7219 const table = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6892 7220 xmlns: "http://www.w3.org/2000/svg", 6893 7221 viewBox: "0 0 24 24" … … 6919 7247 */ 6920 7248 6921 vartablet = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7249 const tablet = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6922 7250 xmlns: "http://www.w3.org/2000/svg", 6923 7251 viewBox: "0 0 24 24" … … 6949 7277 */ 6950 7278 6951 vartag = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7279 const tag = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6952 7280 xmlns: "http://www.w3.org/2000/svg", 6953 7281 viewBox: "0 0 24 24" … … 6957 7285 /* harmony default export */ __webpack_exports__["default"] = (tag); 6958 7286 //# sourceMappingURL=tag.js.map 7287 7288 /***/ }), 7289 7290 /***/ "../../../../node_modules/@wordpress/icons/build-module/library/term-description.js": 7291 /*!****************************************************************************************************************************!*\ 7292 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/@wordpress/icons/build-module/library/term-description.js ***! 7293 \****************************************************************************************************************************/ 7294 /*! exports provided: default */ 7295 /***/ (function(module, __webpack_exports__, __webpack_require__) { 7296 7297 "use strict"; 7298 __webpack_require__.r(__webpack_exports__); 7299 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 7300 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 7301 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/primitives */ "@wordpress/primitives"); 7302 /* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__); 7303 7304 7305 /** 7306 * WordPress dependencies 7307 */ 7308 7309 const tag = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7310 xmlns: "http://www.w3.org/2000/svg", 7311 viewBox: "0 0 24 24" 7312 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 7313 stroke: "#1E1E1E", 7314 strokeWidth: "1.5", 7315 d: "M9 19.25h6M4 19.25h4M12 15.25h8M4 15.25h7" 7316 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 7317 d: "M8.994 10.103H6.08L5.417 12H4l2.846-8h1.383l2.845 8H9.657l-.663-1.897zm-.457-1.28l-.994-2.857-1.006 2.857h2z", 7318 fill: "#1E1E1E" 7319 })); 7320 /* harmony default export */ __webpack_exports__["default"] = (tag); 7321 //# sourceMappingURL=term-description.js.map 6959 7322 6960 7323 /***/ }), … … 6979 7342 */ 6980 7343 6981 vartextColor = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7344 const textColor = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 6982 7345 xmlns: "http://www.w3.org/2000/svg", 6983 7346 viewBox: "0 0 24 24" … … 7009 7372 */ 7010 7373 7011 vartitle = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7374 const title = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7012 7375 xmlns: "https://www.w3.org/2000/svg", 7013 7376 viewBox: "0 0 24 24" … … 7039 7402 */ 7040 7403 7041 vartool = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7404 const tool = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7042 7405 xmlns: "http://www.w3.org/2000/svg", 7043 7406 viewBox: "0 0 24 24" … … 7069 7432 */ 7070 7433 7071 vartrash = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7072 xmlns: "http://www.w3.org/2000/svg", 7073 viewBox: " -2 -224 24"7074 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 7075 d: "M 12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z"7434 const trash = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7435 xmlns: "http://www.w3.org/2000/svg", 7436 viewBox: "0 0 24 24" 7437 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["Path"], { 7438 d: "M20 5h-5.7c0-1.3-1-2.3-2.3-2.3S9.7 3.7 9.7 5H4v2h1.5v.3l1.7 11.1c.1 1 1 1.7 2 1.7h5.7c1 0 1.8-.7 2-1.7l1.7-11.1V7H20V5zm-3.2 2l-1.7 11.1c0 .1-.1.2-.3.2H9.1c-.1 0-.3-.1-.3-.2L7.2 7h9.6z" 7076 7439 })); 7077 7440 /* harmony default export */ __webpack_exports__["default"] = (trash); … … 7099 7462 */ 7100 7463 7101 vartypography = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7464 const typography = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7102 7465 xmlns: "http://www.w3.org/2000/svg", 7103 7466 viewBox: "0 0 24 24" … … 7129 7492 */ 7130 7493 7131 varundo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7494 const undo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7132 7495 xmlns: "http://www.w3.org/2000/svg", 7133 7496 viewBox: "0 0 24 24" … … 7159 7522 */ 7160 7523 7161 varungroup = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7524 const ungroup = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7162 7525 xmlns: "http://www.w3.org/2000/svg", 7163 7526 viewBox: "0 0 24 24" … … 7189 7552 */ 7190 7553 7191 varupdate = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7554 const update = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7192 7555 xmlns: "http://www.w3.org/2000/svg", 7193 7556 viewBox: "-2 -2 24 24" … … 7219 7582 */ 7220 7583 7221 varupload = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7584 const upload = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7222 7585 xmlns: "http://www.w3.org/2000/svg", 7223 7586 viewBox: "0 0 24 24" … … 7249 7612 */ 7250 7613 7251 varverse = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7614 const verse = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7252 7615 viewBox: "0 0 24 24", 7253 7616 xmlns: "http://www.w3.org/2000/svg" … … 7279 7642 */ 7280 7643 7281 varvideo = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7644 const video = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7282 7645 viewBox: "0 0 24 24", 7283 7646 xmlns: "http://www.w3.org/2000/svg" … … 7309 7672 */ 7310 7673 7311 varwarning = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7674 const warning = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7312 7675 xmlns: "http://www.w3.org/2000/svg", 7313 7676 viewBox: "-2 -2 24 24" … … 7339 7702 */ 7340 7703 7341 varwidget = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7704 const widget = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7342 7705 viewBox: "0 0 24 24", 7343 7706 xmlns: "http://www.w3.org/2000/svg" … … 7369 7732 */ 7370 7733 7371 varwordpress = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], {7734 const wordpress = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_1__["SVG"], { 7372 7735 xmlns: "http://www.w3.org/2000/svg", 7373 7736 viewBox: "-2 -2 24 24" … … 7380 7743 /***/ }), 7381 7744 7382 /***/ "./node_modules/@babel/runtime/helpers/arrayLikeToArray.js": 7383 /*!*****************************************************************!*\ 7384 !*** ./node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! 7385 \*****************************************************************/ 7386 /*! no static exports found */ 7387 /***/ (function(module, exports) { 7388 7389 function _arrayLikeToArray(arr, len) { 7390 if (len == null || len > arr.length) len = arr.length; 7391 7392 for (var i = 0, arr2 = new Array(len); i < len; i++) { 7393 arr2[i] = arr[i]; 7394 } 7395 7396 return arr2; 7397 } 7398 7399 module.exports = _arrayLikeToArray; 7400 module.exports["default"] = module.exports, module.exports.__esModule = true; 7401 7402 /***/ }), 7403 7404 /***/ "./node_modules/@babel/runtime/helpers/arrayWithHoles.js": 7405 /*!***************************************************************!*\ 7406 !*** ./node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! 7407 \***************************************************************/ 7408 /*! no static exports found */ 7409 /***/ (function(module, exports) { 7410 7411 function _arrayWithHoles(arr) { 7412 if (Array.isArray(arr)) return arr; 7413 } 7414 7415 module.exports = _arrayWithHoles; 7416 module.exports["default"] = module.exports, module.exports.__esModule = true; 7417 7418 /***/ }), 7419 7420 /***/ "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js": 7421 /*!******************************************************************!*\ 7422 !*** ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***! 7423 \******************************************************************/ 7424 /*! no static exports found */ 7425 /***/ (function(module, exports, __webpack_require__) { 7426 7427 var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "./node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); 7428 7429 function _arrayWithoutHoles(arr) { 7430 if (Array.isArray(arr)) return arrayLikeToArray(arr); 7431 } 7432 7433 module.exports = _arrayWithoutHoles; 7434 module.exports["default"] = module.exports, module.exports.__esModule = true; 7435 7436 /***/ }), 7437 7438 /***/ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js": 7439 /*!*****************************************************************!*\ 7440 !*** ./node_modules/@babel/runtime/helpers/asyncToGenerator.js ***! 7441 \*****************************************************************/ 7442 /*! no static exports found */ 7443 /***/ (function(module, exports) { 7444 7445 function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { 7446 try { 7447 var info = gen[key](arg); 7448 var value = info.value; 7449 } catch (error) { 7450 reject(error); 7451 return; 7452 } 7453 7454 if (info.done) { 7455 resolve(value); 7456 } else { 7457 Promise.resolve(value).then(_next, _throw); 7458 } 7459 } 7460 7461 function _asyncToGenerator(fn) { 7462 return function () { 7463 var self = this, 7464 args = arguments; 7465 return new Promise(function (resolve, reject) { 7466 var gen = fn.apply(self, args); 7467 7468 function _next(value) { 7469 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); 7470 } 7471 7472 function _throw(err) { 7473 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); 7474 } 7475 7476 _next(undefined); 7477 }); 7478 }; 7479 } 7480 7481 module.exports = _asyncToGenerator; 7482 module.exports["default"] = module.exports, module.exports.__esModule = true; 7483 7484 /***/ }), 7485 7486 /***/ "./node_modules/@babel/runtime/helpers/defineProperty.js": 7487 /*!***************************************************************!*\ 7488 !*** ./node_modules/@babel/runtime/helpers/defineProperty.js ***! 7489 \***************************************************************/ 7490 /*! no static exports found */ 7491 /***/ (function(module, exports) { 7492 7493 function _defineProperty(obj, key, value) { 7494 if (key in obj) { 7495 Object.defineProperty(obj, key, { 7496 value: value, 7497 enumerable: true, 7498 configurable: true, 7499 writable: true 7500 }); 7501 } else { 7502 obj[key] = value; 7503 } 7504 7505 return obj; 7506 } 7507 7508 module.exports = _defineProperty; 7509 module.exports["default"] = module.exports, module.exports.__esModule = true; 7510 7511 /***/ }), 7512 7513 /***/ "./node_modules/@babel/runtime/helpers/extends.js": 7514 /*!********************************************************!*\ 7515 !*** ./node_modules/@babel/runtime/helpers/extends.js ***! 7516 \********************************************************/ 7517 /*! no static exports found */ 7518 /***/ (function(module, exports) { 7519 7520 function _extends() { 7521 module.exports = _extends = Object.assign || function (target) { 7522 for (var i = 1; i < arguments.length; i++) { 7523 var source = arguments[i]; 7524 7525 for (var key in source) { 7526 if (Object.prototype.hasOwnProperty.call(source, key)) { 7527 target[key] = source[key]; 7528 } 7529 } 7530 } 7531 7532 return target; 7533 }; 7534 7535 module.exports["default"] = module.exports, module.exports.__esModule = true; 7536 return _extends.apply(this, arguments); 7537 } 7538 7539 module.exports = _extends; 7540 module.exports["default"] = module.exports, module.exports.__esModule = true; 7541 7542 /***/ }), 7543 7544 /***/ "./node_modules/@babel/runtime/helpers/iterableToArray.js": 7545 /*!****************************************************************!*\ 7546 !*** ./node_modules/@babel/runtime/helpers/iterableToArray.js ***! 7547 \****************************************************************/ 7548 /*! no static exports found */ 7549 /***/ (function(module, exports) { 7550 7551 function _iterableToArray(iter) { 7552 if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); 7553 } 7554 7555 module.exports = _iterableToArray; 7556 module.exports["default"] = module.exports, module.exports.__esModule = true; 7557 7558 /***/ }), 7559 7560 /***/ "./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js": 7561 /*!*********************************************************************!*\ 7562 !*** ./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! 7563 \*********************************************************************/ 7564 /*! no static exports found */ 7565 /***/ (function(module, exports) { 7566 7567 function _iterableToArrayLimit(arr, i) { 7568 var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); 7569 7570 if (_i == null) return; 7571 var _arr = []; 7572 var _n = true; 7573 var _d = false; 7574 7575 var _s, _e; 7576 7577 try { 7578 for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { 7579 _arr.push(_s.value); 7580 7581 if (i && _arr.length === i) break; 7582 } 7583 } catch (err) { 7584 _d = true; 7585 _e = err; 7586 } finally { 7587 try { 7588 if (!_n && _i["return"] != null) _i["return"](); 7589 } finally { 7590 if (_d) throw _e; 7591 } 7592 } 7593 7594 return _arr; 7595 } 7596 7597 module.exports = _iterableToArrayLimit; 7598 module.exports["default"] = module.exports, module.exports.__esModule = true; 7599 7600 /***/ }), 7601 7602 /***/ "./node_modules/@babel/runtime/helpers/nonIterableRest.js": 7603 /*!****************************************************************!*\ 7604 !*** ./node_modules/@babel/runtime/helpers/nonIterableRest.js ***! 7605 \****************************************************************/ 7606 /*! no static exports found */ 7607 /***/ (function(module, exports) { 7608 7609 function _nonIterableRest() { 7610 throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); 7611 } 7612 7613 module.exports = _nonIterableRest; 7614 module.exports["default"] = module.exports, module.exports.__esModule = true; 7615 7616 /***/ }), 7617 7618 /***/ "./node_modules/@babel/runtime/helpers/nonIterableSpread.js": 7619 /*!******************************************************************!*\ 7620 !*** ./node_modules/@babel/runtime/helpers/nonIterableSpread.js ***! 7621 \******************************************************************/ 7622 /*! no static exports found */ 7623 /***/ (function(module, exports) { 7624 7625 function _nonIterableSpread() { 7626 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); 7627 } 7628 7629 module.exports = _nonIterableSpread; 7630 module.exports["default"] = module.exports, module.exports.__esModule = true; 7631 7632 /***/ }), 7633 7634 /***/ "./node_modules/@babel/runtime/helpers/objectWithoutProperties.js": 7635 /*!************************************************************************!*\ 7636 !*** ./node_modules/@babel/runtime/helpers/objectWithoutProperties.js ***! 7637 \************************************************************************/ 7638 /*! no static exports found */ 7639 /***/ (function(module, exports, __webpack_require__) { 7640 7641 var objectWithoutPropertiesLoose = __webpack_require__(/*! ./objectWithoutPropertiesLoose.js */ "./node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js"); 7642 7643 function _objectWithoutProperties(source, excluded) { 7644 if (source == null) return {}; 7645 var target = objectWithoutPropertiesLoose(source, excluded); 7646 var key, i; 7647 7648 if (Object.getOwnPropertySymbols) { 7649 var sourceSymbolKeys = Object.getOwnPropertySymbols(source); 7650 7651 for (i = 0; i < sourceSymbolKeys.length; i++) { 7652 key = sourceSymbolKeys[i]; 7653 if (excluded.indexOf(key) >= 0) continue; 7654 if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; 7655 target[key] = source[key]; 7656 } 7657 } 7658 7659 return target; 7660 } 7661 7662 module.exports = _objectWithoutProperties; 7663 module.exports["default"] = module.exports, module.exports.__esModule = true; 7664 7665 /***/ }), 7666 7667 /***/ "./node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js": 7668 /*!*****************************************************************************!*\ 7669 !*** ./node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js ***! 7670 \*****************************************************************************/ 7671 /*! no static exports found */ 7672 /***/ (function(module, exports) { 7673 7674 function _objectWithoutPropertiesLoose(source, excluded) { 7675 if (source == null) return {}; 7676 var target = {}; 7677 var sourceKeys = Object.keys(source); 7678 var key, i; 7679 7680 for (i = 0; i < sourceKeys.length; i++) { 7681 key = sourceKeys[i]; 7682 if (excluded.indexOf(key) >= 0) continue; 7683 target[key] = source[key]; 7684 } 7685 7686 return target; 7687 } 7688 7689 module.exports = _objectWithoutPropertiesLoose; 7690 module.exports["default"] = module.exports, module.exports.__esModule = true; 7691 7692 /***/ }), 7693 7694 /***/ "./node_modules/@babel/runtime/helpers/slicedToArray.js": 7695 /*!**************************************************************!*\ 7696 !*** ./node_modules/@babel/runtime/helpers/slicedToArray.js ***! 7697 \**************************************************************/ 7698 /*! no static exports found */ 7699 /***/ (function(module, exports, __webpack_require__) { 7700 7701 var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "./node_modules/@babel/runtime/helpers/arrayWithHoles.js"); 7702 7703 var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); 7704 7705 var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); 7706 7707 var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "./node_modules/@babel/runtime/helpers/nonIterableRest.js"); 7708 7709 function _slicedToArray(arr, i) { 7710 return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); 7711 } 7712 7713 module.exports = _slicedToArray; 7714 module.exports["default"] = module.exports, module.exports.__esModule = true; 7715 7716 /***/ }), 7717 7718 /***/ "./node_modules/@babel/runtime/helpers/toConsumableArray.js": 7719 /*!******************************************************************!*\ 7720 !*** ./node_modules/@babel/runtime/helpers/toConsumableArray.js ***! 7721 \******************************************************************/ 7722 /*! no static exports found */ 7723 /***/ (function(module, exports, __webpack_require__) { 7724 7725 var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); 7726 7727 var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "./node_modules/@babel/runtime/helpers/iterableToArray.js"); 7728 7729 var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); 7730 7731 var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread.js */ "./node_modules/@babel/runtime/helpers/nonIterableSpread.js"); 7732 7733 function _toConsumableArray(arr) { 7734 return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); 7735 } 7736 7737 module.exports = _toConsumableArray; 7738 module.exports["default"] = module.exports, module.exports.__esModule = true; 7739 7740 /***/ }), 7741 7742 /***/ "./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js": 7743 /*!***************************************************************************!*\ 7744 !*** ./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***! 7745 \***************************************************************************/ 7746 /*! no static exports found */ 7747 /***/ (function(module, exports, __webpack_require__) { 7748 7749 var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "./node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); 7750 7751 function _unsupportedIterableToArray(o, minLen) { 7752 if (!o) return; 7753 if (typeof o === "string") return arrayLikeToArray(o, minLen); 7754 var n = Object.prototype.toString.call(o).slice(8, -1); 7755 if (n === "Object" && o.constructor) n = o.constructor.name; 7756 if (n === "Map" || n === "Set") return Array.from(o); 7757 if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); 7758 } 7759 7760 module.exports = _unsupportedIterableToArray; 7761 module.exports["default"] = module.exports, module.exports.__esModule = true; 7762 7763 /***/ }), 7764 7765 /***/ "./node_modules/classnames/index.js": 7766 /*!******************************************!*\ 7767 !*** ./node_modules/classnames/index.js ***! 7768 \******************************************/ 7769 /*! no static exports found */ 7770 /***/ (function(module, exports, __webpack_require__) { 7771 7772 var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! 7773 Copyright (c) 2018 Jed Watson. 7774 Licensed under the MIT License (MIT), see 7775 http://jedwatson.github.io/classnames 7776 */ 7777 /* global define */ 7778 7779 (function () { 7780 'use strict'; 7781 7782 var hasOwn = {}.hasOwnProperty; 7783 7784 function classNames() { 7785 var classes = []; 7786 7787 for (var i = 0; i < arguments.length; i++) { 7788 var arg = arguments[i]; 7789 if (!arg) continue; 7790 7791 var argType = typeof arg; 7792 7793 if (argType === 'string' || argType === 'number') { 7794 classes.push(arg); 7795 } else if (Array.isArray(arg)) { 7796 if (arg.length) { 7797 var inner = classNames.apply(null, arg); 7798 if (inner) { 7799 classes.push(inner); 7800 } 7801 } 7802 } else if (argType === 'object') { 7803 if (arg.toString === Object.prototype.toString) { 7804 for (var key in arg) { 7805 if (hasOwn.call(arg, key) && arg[key]) { 7806 classes.push(key); 7807 } 7808 } 7809 } else { 7810 classes.push(arg.toString()); 7811 } 7812 } 7813 } 7814 7815 return classes.join(' '); 7816 } 7817 7818 if ( true && module.exports) { 7819 classNames.default = classNames; 7820 module.exports = classNames; 7821 } else if (true) { 7822 // register as 'classnames', consistent with npm package name 7823 !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { 7824 return classNames; 7825 }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), 7826 __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); 7827 } else {} 7828 }()); 7829 7830 7831 /***/ }), 7832 7833 /***/ "./node_modules/react-use-gesture/dist/reactusegesture.esm.js": 7834 /*!********************************************************************!*\ 7835 !*** ./node_modules/react-use-gesture/dist/reactusegesture.esm.js ***! 7836 \********************************************************************/ 7745 /***/ "../../../../node_modules/react-use-gesture/dist/reactusegesture.esm.js": 7746 /*!****************************************************************************************************************!*\ 7747 !*** /Users/ryelle/Projects/Work/pattern-directory/node_modules/react-use-gesture/dist/reactusegesture.esm.js ***! 7748 \****************************************************************************************************************/ 7837 7749 /*! exports provided: addV, rubberbandIfOutOfBounds, subV, useDrag, useGesture, useHover, useMove, usePinch, useScroll, useWheel */ 7838 7750 /***/ (function(module, __webpack_exports__, __webpack_require__) { … … 10730 10642 /***/ }), 10731 10643 10644 /***/ "./node_modules/classnames/index.js": 10645 /*!******************************************!*\ 10646 !*** ./node_modules/classnames/index.js ***! 10647 \******************************************/ 10648 /*! no static exports found */ 10649 /***/ (function(module, exports, __webpack_require__) { 10650 10651 var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! 10652 Copyright (c) 2018 Jed Watson. 10653 Licensed under the MIT License (MIT), see 10654 http://jedwatson.github.io/classnames 10655 */ 10656 /* global define */ 10657 10658 (function () { 10659 'use strict'; 10660 10661 var hasOwn = {}.hasOwnProperty; 10662 10663 function classNames() { 10664 var classes = []; 10665 10666 for (var i = 0; i < arguments.length; i++) { 10667 var arg = arguments[i]; 10668 if (!arg) continue; 10669 10670 var argType = typeof arg; 10671 10672 if (argType === 'string' || argType === 'number') { 10673 classes.push(arg); 10674 } else if (Array.isArray(arg)) { 10675 if (arg.length) { 10676 var inner = classNames.apply(null, arg); 10677 if (inner) { 10678 classes.push(inner); 10679 } 10680 } 10681 } else if (argType === 'object') { 10682 if (arg.toString === Object.prototype.toString) { 10683 for (var key in arg) { 10684 if (hasOwn.call(arg, key) && arg[key]) { 10685 classes.push(key); 10686 } 10687 } 10688 } else { 10689 classes.push(arg.toString()); 10690 } 10691 } 10692 } 10693 10694 return classes.join(' '); 10695 } 10696 10697 if ( true && module.exports) { 10698 classNames.default = classNames; 10699 module.exports = classNames; 10700 } else if (true) { 10701 // register as 'classnames', consistent with npm package name 10702 !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { 10703 return classNames; 10704 }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), 10705 __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); 10706 } else {} 10707 }()); 10708 10709 10710 /***/ }), 10711 10732 10712 /***/ "./src/components/category-context-bar/index.js": 10733 10713 /*!******************************************************!*\ … … 10739 10719 "use strict"; 10740 10720 __webpack_require__.r(__webpack_exports__); 10741 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");10721 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 10742 10722 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 10743 10723 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 10961 10941 /***/ }), 10962 10942 10963 /***/ "./src/components/category-menu/default.js":10964 /*!*************************************************!*\10965 !*** ./src/components/category-menu/default.js ***!10966 \*************************************************/10967 /*! exports provided: default */10968 /***/ (function(module, __webpack_exports__, __webpack_require__) {10969 10970 "use strict";10971 __webpack_require__.r(__webpack_exports__);10972 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");10973 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);10974 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ "./node_modules/classnames/index.js");10975 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);10976 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");10977 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__);10978 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/viewport */ "@wordpress/viewport");10979 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__);10980 10981 10982 /**10983 * External dependencies10984 */10985 10986 /**10987 * WordPress dependencies10988 */10989 10990 10991 10992 10993 var DefaultMenu = function DefaultMenu(_ref) {10994 var currentCategory = _ref.currentCategory,10995 options = _ref.options,10996 onClick = _ref.onClick,10997 isLoading = _ref.isLoading;10998 10999 if (!isLoading && !options.length) {11000 return null;11001 }11002 11003 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("h2", {11004 className: "screen-reader-text"11005 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Main Menu', 'wporg-patterns')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("ul", {11006 className: classnames__WEBPACK_IMPORTED_MODULE_1___default()({11007 'category-menu': true,11008 'category-menu--is-loading': isLoading11009 })11010 }, options.map(function (i) {11011 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("li", {11012 key: i.value11013 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("a", {11014 className: classnames__WEBPACK_IMPORTED_MODULE_1___default()({11015 'category-menu--is-active': currentCategory === i.slug11016 }),11017 href: i.value,11018 onClick: onClick,11019 "aria-current": currentCategory === i.slug ? 'page' : undefined11020 }, i.label));11021 })));11022 }; // Will only render if the viewport is >= medium11023 11024 11025 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__["ifViewportMatches"])('>= medium')(DefaultMenu));11026 11027 /***/ }),11028 11029 /***/ "./src/components/category-menu/index.js":11030 /*!***********************************************!*\11031 !*** ./src/components/category-menu/index.js ***!11032 \***********************************************/11033 /*! exports provided: default */11034 /***/ (function(module, __webpack_exports__, __webpack_require__) {11035 11036 "use strict";11037 __webpack_require__.r(__webpack_exports__);11038 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");11039 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);11040 /* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./default */ "./src/components/category-menu/default.js");11041 /* harmony import */ var _mobile__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mobile */ "./src/components/category-menu/mobile.js");11042 11043 11044 /**11045 * Internal dependencies11046 */11047 11048 11049 11050 var CategoryMenu = function CategoryMenu(props) {11051 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_default__WEBPACK_IMPORTED_MODULE_1__["default"], props), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_mobile__WEBPACK_IMPORTED_MODULE_2__["default"], props));11052 };11053 11054 /* harmony default export */ __webpack_exports__["default"] = (CategoryMenu);11055 11056 /***/ }),11057 11058 /***/ "./src/components/category-menu/mobile.js":11059 /*!************************************************!*\11060 !*** ./src/components/category-menu/mobile.js ***!11061 \************************************************/11062 /*! exports provided: default */11063 /***/ (function(module, __webpack_exports__, __webpack_require__) {11064 11065 "use strict";11066 __webpack_require__.r(__webpack_exports__);11067 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js");11068 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__);11069 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");11070 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__);11071 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");11072 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__);11073 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/viewport */ "@wordpress/viewport");11074 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__);11075 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components");11076 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_4__);11077 11078 11079 11080 /**11081 * External dependencies11082 */11083 11084 11085 11086 11087 11088 var MobileMenu = function MobileMenu(_ref) {11089 var _onClick = _ref.onClick,11090 options = _ref.options;11091 11092 var _useState = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useState"])(false),11093 _useState2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState, 2),11094 isOpen = _useState2[0],11095 setIsOpen = _useState2[1];11096 11097 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_4__["PanelBody"], {11098 className: "category-menu__mobile",11099 title: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Browse categories', 'wporg-patterns'),11100 initialOpen: isOpen,11101 opened: isOpen,11102 onToggle: function onToggle() {11103 return setIsOpen(!isOpen);11104 }11105 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])("ul", null, options.map(function (i) {11106 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])("li", {11107 key: i.value11108 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])("a", {11109 href: i.value,11110 onClick: function onClick(event) {11111 setIsOpen(false);11112 11113 _onClick(event);11114 }11115 }, i.label));11116 })));11117 }; // Will only render if the viewport is < medium11118 11119 11120 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__["ifViewportMatches"])('< medium')(MobileMenu));11121 11122 /***/ }),11123 11124 /***/ "./src/components/category-search/index.js":11125 /*!*************************************************!*\11126 !*** ./src/components/category-search/index.js ***!11127 \*************************************************/11128 /*! exports provided: default */11129 /***/ (function(module, __webpack_exports__, __webpack_require__) {11130 11131 "use strict";11132 __webpack_require__.r(__webpack_exports__);11133 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");11134 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__);11135 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");11136 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__);11137 /* harmony import */ var _wordpress_icons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/icons */ "../../../../node_modules/@wordpress/icons/build-module/index.js");11138 11139 11140 /**11141 * External dependencies11142 */11143 11144 11145 11146 var CategorySearch = function CategorySearch(_ref) {11147 var defaultValue = _ref.defaultValue,11148 isLoading = _ref.isLoading,11149 isVisible = _ref.isVisible,11150 onUpdate = _ref.onUpdate,11151 onSubmit = _ref.onSubmit;11152 11153 if (isLoading) {11154 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("span", {11155 className: "category-search--is-loading"11156 });11157 }11158 11159 if (!isVisible) {11160 return null;11161 }11162 11163 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("form", {11164 method: "get",11165 action: "/",11166 className: "category-search",11167 onSubmit: onSubmit11168 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("label", {11169 htmlFor: "pattern-search",11170 className: "screen-reader-text"11171 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search for:', 'wporg-patterns')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("input", {11172 onChange: onUpdate,11173 defaultValue: defaultValue,11174 id: "pattern-search",11175 type: "search",11176 placeholder: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search patterns', 'wporg-patterns')11177 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("button", {11178 type: "submit",11179 className: "category-search__button"11180 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("span", {11181 className: "screen-reader-text"11182 }, " ", Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search patterns', 'wporg-patterns')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_icons__WEBPACK_IMPORTED_MODULE_2__["Icon"], {11183 icon: _wordpress_icons__WEBPACK_IMPORTED_MODULE_2__["search"]11184 })));11185 };11186 11187 /* harmony default export */ __webpack_exports__["default"] = (CategorySearch);11188 11189 /***/ }),11190 11191 10943 /***/ "./src/components/copy-pattern-button/index.js": 11192 10944 /*!*****************************************************!*\ … … 11198 10950 "use strict"; 11199 10951 __webpack_require__.r(__webpack_exports__); 11200 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"); 11201 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 11202 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11203 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__); 11204 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! classnames */ "./node_modules/classnames/index.js"); 11205 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_2__); 11206 /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! lodash */ "lodash"); 11207 /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_3__); 11208 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 11209 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__); 11210 /* harmony import */ var _wordpress_a11y__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @wordpress/a11y */ "@wordpress/a11y"); 11211 /* harmony import */ var _wordpress_a11y__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_wordpress_a11y__WEBPACK_IMPORTED_MODULE_5__); 11212 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); 11213 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_6__); 11214 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils */ "./src/utils/index.js"); 11215 10952 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 10953 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 10954 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ "./node_modules/classnames/index.js"); 10955 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__); 10956 /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! lodash */ "lodash"); 10957 /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_2__); 10958 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 10959 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__); 10960 /* harmony import */ var _wordpress_a11y__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/a11y */ "@wordpress/a11y"); 10961 /* harmony import */ var _wordpress_a11y__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_a11y__WEBPACK_IMPORTED_MODULE_4__); 10962 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); 10963 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_5__); 10964 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils */ "./src/utils/index.js"); 11216 10965 11217 10966 … … 11235 10984 11236 10985 11237 var CopyPatternButton = function CopyPatternButton(_ref) { 11238 var _ref$isSmall = _ref.isSmall, 11239 isSmall = _ref$isSmall === void 0 ? false : _ref$isSmall, 11240 _ref$onSuccess = _ref.onSuccess, 11241 onSuccess = _ref$onSuccess === void 0 ? lodash__WEBPACK_IMPORTED_MODULE_3__["noop"] : _ref$onSuccess, 11242 content = _ref.content; 11243 11244 var _useState = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useState"])(false), 11245 _useState2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState, 2), 11246 copied = _useState2[0], 11247 setCopied = _useState2[1]; 10986 const CopyPatternButton = ({ 10987 isSmall = false, 10988 onSuccess = lodash__WEBPACK_IMPORTED_MODULE_2__["noop"], 10989 content 10990 }) => { 10991 const [copied, setCopied] = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useState"])(false); 11248 10992 11249 10993 if (!content) { 11250 10994 // Grab the pattern markup from hidden input 11251 varblockData = document.getElementById('block-data');10995 const blockData = document.getElementById('block-data'); 11252 10996 content = JSON.parse(decodeURIComponent(blockData.value)); 11253 10997 } 11254 10998 11255 var handleClick = function handleClick(_ref2) { 11256 var target = _ref2.target; 11257 var success = Object(_utils__WEBPACK_IMPORTED_MODULE_7__["copyToClipboard"])(content); 10999 const handleClick = ({ 11000 target 11001 }) => { 11002 const success = Object(_utils__WEBPACK_IMPORTED_MODULE_6__["copyToClipboard"])(content); 11258 11003 setCopied(success); // Make sure we reset focus in case it was lost in the 'copy' command. 11259 11004 … … 11266 11011 }; 11267 11012 11268 Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["useEffect"])(function (){11013 Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useEffect"])(() => { 11269 11014 if (!copied) { 11270 11015 return; 11271 11016 } 11272 11017 11273 Object(_wordpress_a11y__WEBPACK_IMPORTED_MODULE_5__["speak"])(Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__["__"])('Copied pattern to clipboard.', 'wporg-patterns')); 11274 var timer = setTimeout(function () { 11275 return setCopied(false); 11276 }, 20000); 11277 return function () { 11018 Object(_wordpress_a11y__WEBPACK_IMPORTED_MODULE_4__["speak"])(Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__["__"])('Copied pattern to clipboard.', 'wporg-patterns')); 11019 const timer = setTimeout(() => setCopied(false), 20000); 11020 return () => { 11278 11021 clearTimeout(timer); 11279 11022 }; 11280 11023 }, [copied]); 11281 11024 11282 var label = Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__["__"])('Copy Pattern', 'wporg-patterns');11025 let label = Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__["__"])('Copy Pattern', 'wporg-patterns'); 11283 11026 11284 11027 if (isSmall) { 11285 label = copied ? Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_ 4__["__"])('Copied', 'wporg-patterns') : Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__["__"])('Copy', 'wporg-patterns');11028 label = copied ? Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__["__"])('Copied', 'wporg-patterns') : Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__["__"])('Copy', 'wporg-patterns'); 11286 11029 } 11287 11030 11288 var classes = classnames__WEBPACK_IMPORTED_MODULE_2___default()({11289 'pattern __copy-button': true,11031 const classes = classnames__WEBPACK_IMPORTED_MODULE_1___default()({ 11032 'pattern-copy-button': true, 11290 11033 'is-small-label': isSmall 11291 11034 }); 11292 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_6__["Button"], {11035 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_5__["Button"], { 11293 11036 className: classes, 11294 11037 isPrimary: true, … … 11345 11088 11346 11089 11347 var FavoriteButton = function FavoriteButton(_ref) { 11348 var _ref$showLabel = _ref.showLabel, 11349 showLabel = _ref$showLabel === void 0 ? true : _ref$showLabel, 11350 patternId = _ref.patternId; 11351 11352 var _useSelect = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_4__["useSelect"])(function (select) { 11090 const FavoriteButton = ({ 11091 showLabel = true, 11092 patternId 11093 }) => { 11094 const { 11095 hasPermission, 11096 isFavorite 11097 } = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_4__["useSelect"])(select => { 11353 11098 // Fetch favorites so that the state is synced. 11354 11099 select(_store__WEBPACK_IMPORTED_MODULE_7__["store"]).getFavorites(); … … 11358 11103 isFavorite: select(_store__WEBPACK_IMPORTED_MODULE_7__["store"]).isFavorite(patternId) 11359 11104 }; 11360 }), 11361 hasPermission = _useSelect.hasPermission, 11362 isFavorite = _useSelect.isFavorite; 11363 11364 var _useDispatch = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_4__["useDispatch"])(_store__WEBPACK_IMPORTED_MODULE_7__["store"]), 11365 addFavorite = _useDispatch.addFavorite, 11366 removeFavorite = _useDispatch.removeFavorite; 11367 11368 var onClick = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useCallback"])(function () { 11105 }); 11106 const { 11107 addFavorite, 11108 removeFavorite 11109 } = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_4__["useDispatch"])(_store__WEBPACK_IMPORTED_MODULE_7__["store"]); 11110 const onClick = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useCallback"])(() => { 11369 11111 if (isFavorite) { 11370 11112 removeFavorite(patternId); … … 11378 11120 } 11379 11121 11380 var buttonClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()('button button-link pattern__favorite-button', {11122 const buttonClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()('button button-link pattern-favorite-button', { 11381 11123 'is-favorited': isFavorite, 11382 11124 'has-label': showLabel 11383 11125 }); 11384 varlabelClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({11126 const labelClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({ 11385 11127 'screen-reader-text': !showLabel 11386 11128 }); … … 11410 11152 "use strict"; 11411 11153 __webpack_require__.r(__webpack_exports__); 11412 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ ". /node_modules/@babel/runtime/helpers/extends.js");11154 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ "../../../../node_modules/@babel/runtime/helpers/extends.js"); 11413 11155 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__); 11414 11156 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 11444 11186 "use strict"; 11445 11187 __webpack_require__.r(__webpack_exports__); 11446 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ ". /node_modules/@babel/runtime/helpers/extends.js");11188 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ "../../../../node_modules/@babel/runtime/helpers/extends.js"); 11447 11189 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__); 11448 11190 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 11478 11220 "use strict"; 11479 11221 __webpack_require__.r(__webpack_exports__); 11480 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ ". /node_modules/@babel/runtime/helpers/extends.js");11222 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ "../../../../node_modules/@babel/runtime/helpers/extends.js"); 11481 11223 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__); 11482 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"); 11483 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__); 11484 /* harmony import */ var _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */ "./node_modules/@babel/runtime/helpers/objectWithoutProperties.js"); 11485 /* harmony import */ var _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__); 11486 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11487 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__); 11488 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 11489 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_4__); 11490 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @wordpress/compose */ "@wordpress/compose"); 11491 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_wordpress_compose__WEBPACK_IMPORTED_MODULE_5__); 11492 11493 11494 11495 11496 11497 function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } 11498 11499 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } 11500 11501 function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } 11224 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11225 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__); 11226 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 11227 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__); 11228 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/compose */ "@wordpress/compose"); 11229 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_compose__WEBPACK_IMPORTED_MODULE_3__); 11230 11231 11502 11232 11503 11233 /** … … 11511 11241 */ 11512 11242 11513 varBODY_CLASS_NAME = 'editor-styles-wrapper';11243 const BODY_CLASS_NAME = 'editor-styles-wrapper'; 11514 11244 /** 11515 11245 * Bubbles some event types (keydown, keypress, and dragover) to parent document … … 11524 11254 11525 11255 function bubbleEvents(doc) { 11526 var defaultView = doc.defaultView; 11527 var frameElement = defaultView.frameElement; 11256 const { 11257 defaultView 11258 } = doc; 11259 const { 11260 frameElement 11261 } = defaultView; 11528 11262 11529 11263 function bubbleEvent(event) { 11530 varprototype = Object.getPrototypeOf(event);11531 varconstructorName = prototype.constructor.name;11532 varConstructor = window[constructorName];11533 varinit = {};11534 11535 for ( varkey in event) {11264 const prototype = Object.getPrototypeOf(event); 11265 const constructorName = prototype.constructor.name; 11266 const Constructor = window[constructorName]; 11267 const init = {}; 11268 11269 for (const key in event) { 11536 11270 init[key] = event[key]; 11537 11271 } 11538 11272 11539 11273 if (event instanceof defaultView.MouseEvent) { 11540 varrect = frameElement.getBoundingClientRect();11274 const rect = frameElement.getBoundingClientRect(); 11541 11275 init.clientX += rect.left; 11542 11276 init.clientY += rect.top; 11543 11277 } 11544 11278 11545 varnewEvent = new Constructor(event.type, init);11546 varcancelled = !frameElement.dispatchEvent(newEvent);11279 const newEvent = new Constructor(event.type, init); 11280 const cancelled = !frameElement.dispatchEvent(newEvent); 11547 11281 11548 11282 if (cancelled) { … … 11551 11285 } 11552 11286 11553 var eventTypes = ['keydown', 'keypress', 'dragover']; 11554 11555 for (var _i = 0, _eventTypes = eventTypes; _i < _eventTypes.length; _i++) { 11556 var name = _eventTypes[_i]; 11287 const eventTypes = ['keydown', 'keypress', 'dragover']; 11288 11289 for (const name of eventTypes) { 11557 11290 doc.addEventListener(name, bubbleEvent); 11558 11291 } … … 11574 11307 doc.body.className = BODY_CLASS_NAME; 11575 11308 11576 var _iterator = _createForOfIteratorHelper(document.body.classList), 11577 _step; 11578 11579 try { 11580 for (_iterator.s(); !(_step = _iterator.n()).done;) { 11581 var name = _step.value; 11582 11583 if (name.startsWith('admin-color-')) { 11584 doc.body.classList.add(name); 11585 } 11309 for (const name of document.body.classList) { 11310 if (name.startsWith('admin-color-')) { 11311 doc.body.classList.add(name); 11586 11312 } 11587 } catch (err) {11588 _iterator.e(err);11589 } finally {11590 _iterator.f();11591 11313 } 11592 11314 } … … 11604 11326 } 11605 11327 11606 function Iframe(_ref, ref) { 11607 var contentRef = _ref.contentRef, 11608 children = _ref.children, 11609 head = _ref.head, 11610 headHTML = _ref.headHTML, 11611 themeSlug = _ref.themeSlug, 11612 props = _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2___default()(_ref, ["contentRef", "children", "head", "headHTML", "themeSlug"]); 11613 11614 var _useState = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__["useState"])(), 11615 _useState2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState, 2), 11616 iframeDocument = _useState2[0], 11617 setIframeDocument = _useState2[1]; 11618 11328 function Iframe({ 11329 contentRef, 11330 children, 11331 head, 11332 headHTML, 11333 themeSlug, 11334 ...props 11335 }, ref) { 11336 const [iframeDocument, setIframeDocument] = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useState"])(); 11619 11337 headHTML += '<style>body{pointer-events:none;display: flex;align-items: center;justify-content: center;min-height: 100vh;} body > div {width: 100%}</style>'; 11620 11338 11621 11339 if (themeSlug) { 11622 headHTML += "<link rel=\"stylesheet\" href=\"https://wp-themes.com/wp-content/themes/".concat(themeSlug, "/style.css\" media=\"all\" />");11340 headHTML += `<link rel="stylesheet" href="https://wp-themes.com/wp-content/themes/${themeSlug}/style.css" media="all" />`; 11623 11341 } else { 11624 11342 headHTML += '<link rel="stylesheet" href="https://wp-themes.com/wp-content/themes/twentytwentyone/style.css" media="all" />'; 11625 11343 } 11626 11344 11627 var setRef = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__["useCallback"])(function (node){11345 const setRef = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useCallback"])(node => { 11628 11346 if (!node) { 11629 11347 return; … … 11631 11349 11632 11350 function setDocumentIfReady() { 11633 var contentDocument = node.contentDocument; 11634 var readyState = contentDocument.readyState, 11635 body = contentDocument.body; 11351 const { 11352 contentDocument 11353 } = node; 11354 const { 11355 readyState, 11356 body 11357 } = contentDocument; 11636 11358 11637 11359 if (readyState !== 'interactive' && readyState !== 'complete') { … … 11658 11380 11659 11381 11660 node.addEventListener('load', function (){11382 node.addEventListener('load', () => { 11661 11383 setDocumentIfReady(); 11662 11384 }); 11663 11385 }, []); 11664 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 3__["createElement"])("iframe", _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default()({11665 title: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_ 4__["__"])('Pattern Preview', 'wporg-patterns'),11386 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])("iframe", _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default()({ 11387 title: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Pattern Preview', 'wporg-patterns'), 11666 11388 tabIndex: "-1" 11667 11389 }, props, { 11668 ref: Object(_wordpress_compose__WEBPACK_IMPORTED_MODULE_5__["useMergeRefs"])([ref, setRef]) 11669 }), iframeDocument && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__["createPortal"])(children, iframeDocument.body), iframeDocument && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__["createPortal"])(head, iframeDocument.head)); 11670 } 11671 11672 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__["forwardRef"])(Iframe)); 11390 ref: Object(_wordpress_compose__WEBPACK_IMPORTED_MODULE_3__["useMergeRefs"])([ref, setRef]) 11391 }), iframeDocument && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createPortal"])(children, iframeDocument.body), iframeDocument && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createPortal"])(head, iframeDocument.head)); 11392 } 11393 11394 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["forwardRef"])(Iframe)); 11395 11396 /***/ }), 11397 11398 /***/ "./src/components/menu/default.js": 11399 /*!****************************************!*\ 11400 !*** ./src/components/menu/default.js ***! 11401 \****************************************/ 11402 /*! exports provided: default */ 11403 /***/ (function(module, __webpack_exports__, __webpack_require__) { 11404 11405 "use strict"; 11406 __webpack_require__.r(__webpack_exports__); 11407 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11408 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 11409 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ "./node_modules/classnames/index.js"); 11410 /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__); 11411 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 11412 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__); 11413 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/viewport */ "@wordpress/viewport"); 11414 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__); 11415 11416 11417 /** 11418 * External dependencies 11419 */ 11420 11421 /** 11422 * WordPress dependencies 11423 */ 11424 11425 11426 11427 11428 const DefaultMenu = ({ 11429 current, 11430 isLoading, 11431 label = Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Main Menu', 'wporg-patterns'), 11432 onClick, 11433 options 11434 }) => { 11435 if (!isLoading && !options.length) { 11436 return null; 11437 } 11438 11439 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("h2", { 11440 className: "screen-reader-text" 11441 }, label), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("ul", { 11442 className: classnames__WEBPACK_IMPORTED_MODULE_1___default()({ 11443 'pattern-menu': true, 11444 'is-loading': isLoading 11445 }) 11446 }, options.map(i => Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("li", { 11447 key: i.value 11448 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("a", { 11449 className: classnames__WEBPACK_IMPORTED_MODULE_1___default()({ 11450 'pattern-menu__item': true, 11451 'is-active': current === i.slug 11452 }), 11453 href: i.value, 11454 onClick: onClick, 11455 "aria-current": current === i.slug ? 'page' : undefined 11456 }, i.label))))); 11457 }; // Will only render if the viewport is >= medium 11458 11459 11460 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_3__["ifViewportMatches"])('>= medium')(DefaultMenu)); 11461 11462 /***/ }), 11463 11464 /***/ "./src/components/menu/index.js": 11465 /*!**************************************!*\ 11466 !*** ./src/components/menu/index.js ***! 11467 \**************************************/ 11468 /*! exports provided: default */ 11469 /***/ (function(module, __webpack_exports__, __webpack_require__) { 11470 11471 "use strict"; 11472 __webpack_require__.r(__webpack_exports__); 11473 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11474 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 11475 /* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./default */ "./src/components/menu/default.js"); 11476 /* harmony import */ var _mobile__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mobile */ "./src/components/menu/mobile.js"); 11477 11478 11479 /** 11480 * Internal dependencies 11481 */ 11482 11483 11484 11485 const Menu = props => { 11486 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_default__WEBPACK_IMPORTED_MODULE_1__["default"], props), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_mobile__WEBPACK_IMPORTED_MODULE_2__["default"], props)); 11487 }; 11488 11489 /* harmony default export */ __webpack_exports__["default"] = (Menu); 11490 11491 /***/ }), 11492 11493 /***/ "./src/components/menu/mobile.js": 11494 /*!***************************************!*\ 11495 !*** ./src/components/menu/mobile.js ***! 11496 \***************************************/ 11497 /*! exports provided: default */ 11498 /***/ (function(module, __webpack_exports__, __webpack_require__) { 11499 11500 "use strict"; 11501 __webpack_require__.r(__webpack_exports__); 11502 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 11503 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 11504 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 11505 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__); 11506 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/viewport */ "@wordpress/viewport"); 11507 /* harmony import */ var _wordpress_viewport__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_2__); 11508 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); 11509 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_3__); 11510 11511 11512 /** 11513 * External dependencies 11514 */ 11515 11516 11517 11518 11519 11520 const MobileMenu = ({ 11521 onClick, 11522 options, 11523 label = Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Browse categories', 'wporg-patterns') 11524 }) => { 11525 const [isOpen, setIsOpen] = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useState"])(false); 11526 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_3__["PanelBody"], { 11527 className: "pattern-menu is-mobile", 11528 title: label, 11529 initialOpen: isOpen, 11530 opened: isOpen, 11531 onToggle: () => setIsOpen(!isOpen) 11532 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("ul", null, options.map(i => Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("li", { 11533 key: i.value 11534 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("a", { 11535 href: i.value, 11536 onClick: event => { 11537 setIsOpen(false); 11538 onClick(event); 11539 } 11540 }, i.label))))); 11541 }; // Will only render if the viewport is < medium 11542 11543 11544 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_viewport__WEBPACK_IMPORTED_MODULE_2__["ifViewportMatches"])('< medium')(MobileMenu)); 11673 11545 11674 11546 /***/ }), … … 11691 11563 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/data */ "@wordpress/data"); 11692 11564 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_data__WEBPACK_IMPORTED_MODULE_3__); 11693 /* harmony import */ var _category_ menu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../category-menu */ "./src/components/category-menu/index.js");11694 /* harmony import */ var _ category_search__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../category-search */ "./src/components/category-search/index.js");11695 /* harmony import */ var _ category_context_bar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../category-context-bar */ "./src/components/category-context-bar/index.js");11696 /* harmony import */ var _ utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils */ "./src/utils/index.js");11565 /* harmony import */ var _category_context_bar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../category-context-bar */ "./src/components/category-context-bar/index.js"); 11566 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils */ "./src/utils/index.js"); 11567 /* harmony import */ var _menu__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../menu */ "./src/components/menu/index.js"); 11568 /* harmony import */ var _search__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../search */ "./src/components/search/index.js"); 11697 11569 /* harmony import */ var _store__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../store */ "./src/store/index.js"); 11698 11570 /* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/index.js"); … … 11719 11591 */ 11720 11592 11721 var DEBOUNCE_MS = 300; 11722 11723 var PatternGridMenu = function PatternGridMenu() { 11724 var _useRoute = Object(_hooks__WEBPACK_IMPORTED_MODULE_9__["useRoute"])(), 11725 path = _useRoute.path, 11726 updatePath = _useRoute.update; 11727 11728 var categorySlug = Object(_utils__WEBPACK_IMPORTED_MODULE_7__["getCategoryFromPath"])(path); 11729 11730 var _useSelect = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_3__["useSelect"])(function (select) { 11731 var _select = select(_store__WEBPACK_IMPORTED_MODULE_8__["store"]), 11732 getCategories = _select.getCategories, 11733 isLoadingCategories = _select.isLoadingCategories, 11734 hasLoadedCategories = _select.hasLoadedCategories; 11735 11593 const DEBOUNCE_MS = 300; 11594 11595 const PatternGridMenu = () => { 11596 const { 11597 path, 11598 update: updatePath 11599 } = Object(_hooks__WEBPACK_IMPORTED_MODULE_9__["useRoute"])(); 11600 const categorySlug = Object(_utils__WEBPACK_IMPORTED_MODULE_5__["getCategoryFromPath"])(path); 11601 const { 11602 categories, 11603 isLoading, 11604 hasLoaded 11605 } = Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_3__["useSelect"])(select => { 11606 const { 11607 getCategories, 11608 isLoadingCategories, 11609 hasLoadedCategories 11610 } = select(_store__WEBPACK_IMPORTED_MODULE_8__["store"]); 11736 11611 return { 11737 11612 categories: getCategories(), … … 11739 11614 hasLoaded: hasLoadedCategories() 11740 11615 }; 11741 }), 11742 categories = _useSelect.categories, 11743 isLoading = _useSelect.isLoading, 11744 hasLoaded = _useSelect.hasLoaded; 11745 11746 var handleUpdatePath = function handleUpdatePath(value) { 11747 var updatedPath = Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_1__["addQueryArgs"])(path, { 11616 }); 11617 11618 const handleUpdatePath = value => { 11619 const updatedPath = Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_1__["addQueryArgs"])(path, { 11748 11620 search: value 11749 11621 }); … … 11751 11623 }; 11752 11624 11753 vardebouncedHandleUpdate = Object(_wordpress_compose__WEBPACK_IMPORTED_MODULE_2__["useDebounce"])(handleUpdatePath, DEBOUNCE_MS);11625 const debouncedHandleUpdate = Object(_wordpress_compose__WEBPACK_IMPORTED_MODULE_2__["useDebounce"])(handleUpdatePath, DEBOUNCE_MS); 11754 11626 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("nav", { 11755 11627 className: "pattern-grid-menu" 11756 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_ category_menu__WEBPACK_IMPORTED_MODULE_4__["default"], {11757 current Category: categorySlug,11758 options: categories ? categories.map( function (record){11628 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_menu__WEBPACK_IMPORTED_MODULE_6__["default"], { 11629 current: categorySlug, 11630 options: categories ? categories.map(record => { 11759 11631 return { 11760 value: "/".concat(Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_1__["getPath"])(record.link) || ''),11632 value: `/${Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_1__["getPath"])(record.link) || ''}`, 11761 11633 slug: record.slug, 11762 11634 label: record.name 11763 11635 }; 11764 11636 }) : [], 11765 onClick: function onClick(event){11637 onClick: event => { 11766 11638 event.preventDefault(); 11767 11639 updatePath(event.target.pathname); 11768 11640 }, 11769 11641 isLoading: isLoading 11770 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_ category_search__WEBPACK_IMPORTED_MODULE_5__["default"], {11642 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_search__WEBPACK_IMPORTED_MODULE_7__["default"], { 11771 11643 isLoading: isLoading, 11772 11644 isVisible: hasLoaded, 11773 11645 defaultValue: Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_1__["getQueryArg"])(window.location.href, 'search'), 11774 onUpdate: function onUpdate(event){11646 onUpdate: event => { 11775 11647 event.preventDefault(); 11776 11648 debouncedHandleUpdate(event.target.value); 11777 11649 }, 11778 onSubmit: function onSubmit(event){11650 onSubmit: event => { 11779 11651 event.preventDefault(); 11780 11652 debouncedHandleUpdate(event.target.elements[0].value); 11781 11653 } 11782 })), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_category_context_bar__WEBPACK_IMPORTED_MODULE_ 6__["default"], null));11654 })), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_category_context_bar__WEBPACK_IMPORTED_MODULE_4__["default"], null)); 11783 11655 }; 11784 11656 … … 12090 11962 "use strict"; 12091 11963 __webpack_require__.r(__webpack_exports__); 12092 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");11964 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 12093 11965 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 12094 11966 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 12203 12075 "use strict"; 12204 12076 __webpack_require__.r(__webpack_exports__); 12205 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ ". /node_modules/@babel/runtime/helpers/extends.js");12077 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ "../../../../node_modules/@babel/runtime/helpers/extends.js"); 12206 12078 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__); 12207 /* harmony import */ var _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */ ". /node_modules/@babel/runtime/helpers/objectWithoutProperties.js");12079 /* harmony import */ var _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */ "../../../../node_modules/@babel/runtime/helpers/objectWithoutProperties.js"); 12208 12080 /* harmony import */ var _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__); 12209 12081 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 12210 12082 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__); 12211 /* harmony import */ var react_use_gesture__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-use-gesture */ ". /node_modules/react-use-gesture/dist/reactusegesture.esm.js");12083 /* harmony import */ var react_use_gesture__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-use-gesture */ "../../../../node_modules/react-use-gesture/dist/reactusegesture.esm.js"); 12212 12084 /* harmony import */ var _wordpress_keycodes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/keycodes */ "@wordpress/keycodes"); 12213 12085 /* harmony import */ var _wordpress_keycodes__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_keycodes__WEBPACK_IMPORTED_MODULE_4__); … … 12277 12149 "use strict"; 12278 12150 __webpack_require__.r(__webpack_exports__); 12279 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ ". /node_modules/@babel/runtime/helpers/toConsumableArray.js");12151 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "../../../../node_modules/@babel/runtime/helpers/toConsumableArray.js"); 12280 12152 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__); 12281 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");12153 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 12282 12154 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__); 12283 12155 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 12433 12305 "use strict"; 12434 12306 __webpack_require__.r(__webpack_exports__); 12435 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");12307 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 12436 12308 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 12437 12309 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 12675 12547 "use strict"; 12676 12548 __webpack_require__.r(__webpack_exports__); 12677 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ ". /node_modules/@babel/runtime/helpers/defineProperty.js");12549 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../../../../node_modules/@babel/runtime/helpers/defineProperty.js"); 12678 12550 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__); 12679 12551 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 12766 12638 "use strict"; 12767 12639 __webpack_require__.r(__webpack_exports__); 12768 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"); 12769 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 12770 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 12771 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__); 12772 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); 12773 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__); 12774 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 12775 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__); 12776 /* harmony import */ var _wordpress_icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/icons */ "../../../../node_modules/@wordpress/icons/build-module/index.js"); 12777 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @wordpress/url */ "@wordpress/url"); 12778 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_wordpress_url__WEBPACK_IMPORTED_MODULE_5__); 12779 /* harmony import */ var _report_pattern_modal__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../report-pattern-modal */ "./src/components/report-pattern-modal/index.js"); 12780 12640 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 12641 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 12642 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); 12643 /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_1__); 12644 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 12645 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__); 12646 /* harmony import */ var _wordpress_icons__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/icons */ "../../../../node_modules/@wordpress/icons/build-module/index.js"); 12647 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @wordpress/url */ "@wordpress/url"); 12648 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_url__WEBPACK_IMPORTED_MODULE_4__); 12649 /* harmony import */ var _report_pattern_modal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../report-pattern-modal */ "./src/components/report-pattern-modal/index.js"); 12781 12650 12782 12651 … … 12795 12664 12796 12665 12797 var ReportPatternButton = function ReportPatternButton(_ref) { 12798 var postId = _ref.postId, 12799 loggedIn = _ref.loggedIn, 12800 userHasReported = _ref.userHasReported; 12801 12802 var _useState = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useState"])(false), 12803 _useState2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState, 2), 12804 showModal = _useState2[0], 12805 setShowModal = _useState2[1]; 12806 12807 var _useState3 = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["useState"])(false), 12808 _useState4 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3, 2), 12809 hasSubmitted = _useState4[0], 12810 setHasSubmitted = _useState4[1]; 12811 12812 var alreadySubmitted = userHasReported || hasSubmitted; 12666 const ReportPatternButton = ({ 12667 postId, 12668 loggedIn, 12669 userHasReported 12670 }) => { 12671 const [showModal, setShowModal] = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useState"])(false); 12672 const [hasSubmitted, setHasSubmitted] = Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["useState"])(false); 12673 const alreadySubmitted = userHasReported || hasSubmitted; 12813 12674 12814 12675 if (alreadySubmitted) { 12815 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])("p", {12676 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("p", { 12816 12677 className: "pattern-report-button__copy" 12817 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])(_wordpress_icons__WEBPACK_IMPORTED_MODULE_4__["Icon"], {12818 icon: _wordpress_icons__WEBPACK_IMPORTED_MODULE_ 4__["check"]12819 }), Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_ 3__["__"])("You've reported this pattern", 'wporg-patterns'));12678 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_icons__WEBPACK_IMPORTED_MODULE_3__["Icon"], { 12679 icon: _wordpress_icons__WEBPACK_IMPORTED_MODULE_3__["check"] 12680 }), Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])("You've reported this pattern", 'wporg-patterns')); 12820 12681 } 12821 12682 12822 12683 if (!loggedIn) { 12823 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])("p", {12684 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("p", { 12824 12685 className: "pattern-report-button__copy" 12825 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])("a", {12826 href: Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_ 5__["addQueryArgs"])('/wp-login.php', {12686 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("a", { 12687 href: Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_4__["addQueryArgs"])('/wp-login.php', { 12827 12688 redirect_to: window.location.pathname 12828 12689 }) 12829 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_ 3__["__"])('Login to report this pattern', 'wporg-patterns')));12690 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Login to report this pattern', 'wporg-patterns'))); 12830 12691 } 12831 12692 12832 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_ 1__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__["Button"], {12693 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_components__WEBPACK_IMPORTED_MODULE_1__["Button"], { 12833 12694 className: "pattern-report-button", 12834 12695 isLink: true, 12835 onClick: function onClick() { 12836 return setShowModal(true); 12837 } 12838 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_3__["__"])('Report this pattern', 'wporg-patterns')), showModal && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__["createElement"])(_report_pattern_modal__WEBPACK_IMPORTED_MODULE_6__["default"], { 12696 onClick: () => setShowModal(true) 12697 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__["__"])('Report this pattern', 'wporg-patterns')), showModal && Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_report_pattern_modal__WEBPACK_IMPORTED_MODULE_5__["default"], { 12839 12698 postId: postId, 12840 onClose: function onClose(submitted){12699 onClose: submitted => { 12841 12700 setShowModal(false); 12842 12701 setHasSubmitted(submitted); … … 12858 12717 "use strict"; 12859 12718 __webpack_require__.r(__webpack_exports__); 12860 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");12719 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 12861 12720 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 12862 12721 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 13053 12912 /***/ }), 13054 12913 12914 /***/ "./src/components/search/index.js": 12915 /*!****************************************!*\ 12916 !*** ./src/components/search/index.js ***! 12917 \****************************************/ 12918 /*! exports provided: default */ 12919 /***/ (function(module, __webpack_exports__, __webpack_require__) { 12920 12921 "use strict"; 12922 __webpack_require__.r(__webpack_exports__); 12923 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 12924 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 12925 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 12926 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__); 12927 /* harmony import */ var _wordpress_icons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/icons */ "../../../../node_modules/@wordpress/icons/build-module/index.js"); 12928 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @wordpress/compose */ "@wordpress/compose"); 12929 /* harmony import */ var _wordpress_compose__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_compose__WEBPACK_IMPORTED_MODULE_3__); 12930 12931 12932 /** 12933 * External dependencies 12934 */ 12935 12936 12937 12938 12939 const Search = ({ 12940 defaultValue, 12941 isLoading, 12942 isVisible, 12943 onUpdate, 12944 onSubmit 12945 }) => { 12946 const instanceId = Object(_wordpress_compose__WEBPACK_IMPORTED_MODULE_3__["useInstanceId"])(Search); 12947 12948 if (isLoading) { 12949 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("span", { 12950 className: "search is-loading" 12951 }); 12952 } 12953 12954 if (!isVisible) { 12955 return null; 12956 } 12957 12958 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("form", { 12959 method: "get", 12960 action: "/", 12961 className: "pattern-search", 12962 onSubmit: onSubmit 12963 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("label", { 12964 htmlFor: `search-${instanceId}`, 12965 className: "screen-reader-text" 12966 }, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search for:', 'wporg-patterns')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("input", { 12967 onChange: onUpdate, 12968 defaultValue: defaultValue, 12969 id: `search-${instanceId}`, 12970 type: "search", 12971 placeholder: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search patterns', 'wporg-patterns') 12972 }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("button", { 12973 type: "submit", 12974 className: "pattern-search__button" 12975 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("span", { 12976 className: "screen-reader-text" 12977 }, " ", Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Search patterns', 'wporg-patterns')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])(_wordpress_icons__WEBPACK_IMPORTED_MODULE_2__["Icon"], { 12978 icon: _wordpress_icons__WEBPACK_IMPORTED_MODULE_2__["search"] 12979 }))); 12980 }; 12981 12982 /* harmony default export */ __webpack_exports__["default"] = (Search); 12983 12984 /***/ }), 12985 13055 12986 /***/ "./src/hooks/index.js": 13056 12987 /*!****************************!*\ … … 13082 13013 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RouteProvider", function() { return RouteProvider; }); 13083 13014 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "useRoute", function() { return useRoute; }); 13084 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ ". /node_modules/@babel/runtime/helpers/defineProperty.js");13015 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../../../../node_modules/@babel/runtime/helpers/defineProperty.js"); 13085 13016 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__); 13086 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");13017 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 13087 13018 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__); 13088 13019 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 13192 13123 "use strict"; 13193 13124 __webpack_require__.r(__webpack_exports__); 13194 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ ". /node_modules/@babel/runtime/helpers/extends.js");13125 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ "../../../../node_modules/@babel/runtime/helpers/extends.js"); 13195 13126 /* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__); 13196 13127 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); … … 13567 13498 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "patternFlagReasons", function() { return patternFlagReasons; }); 13568 13499 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "favorites", function() { return favorites; }); 13569 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js"); 13570 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__); 13571 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "./node_modules/@babel/runtime/helpers/defineProperty.js"); 13572 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__); 13573 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/data */ "@wordpress/data"); 13574 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_data__WEBPACK_IMPORTED_MODULE_2__); 13575 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utils */ "./src/store/utils.js"); 13576 13577 13578 13579 function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } 13580 13581 function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1___default()(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } 13582 13500 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/data */ "@wordpress/data"); 13501 /* harmony import */ var _wordpress_data__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_data__WEBPACK_IMPORTED_MODULE_0__); 13502 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./utils */ "./src/store/utils.js"); 13583 13503 /** 13584 13504 * WordPress dependencies … … 13598 13518 */ 13599 13519 13600 function patterns() { 13601 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; 13602 var action = arguments.length > 1 ? arguments[1] : undefined; 13520 function patterns(state = {}, action) { 13603 13521 return { 13604 13522 byId: byId(state.byId, action), … … 13607 13525 } 13608 13526 13609 function byId() { 13610 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; 13611 var action = arguments.length > 1 ? arguments[1] : undefined; 13612 var patternsById = (action.patterns || []).reduce(function (acc, cur) { 13613 return _objectSpread(_objectSpread({}, acc), {}, _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1___default()({}, cur.id, cur)); 13614 }, {}); 13527 function byId(state = {}, action) { 13528 const patternsById = (action.patterns || []).reduce((acc, cur) => ({ ...acc, 13529 [cur.id]: cur 13530 }), {}); 13615 13531 13616 13532 switch (action.type) { 13617 13533 case 'LOAD_BLOCK_PATTERNS': 13618 return _objectSpread(_objectSpread({}, state), patternsById); 13534 return { ...state, 13535 ...patternsById 13536 }; 13619 13537 13620 13538 default: … … 13623 13541 } 13624 13542 13625 function queries() { 13626 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; 13627 var action = arguments.length > 1 ? arguments[1] : undefined; 13628 var patternIds = (action.patterns || []).map(function (_ref) { 13629 var id = _ref.id; 13630 return id; 13631 }); 13632 var page = action.page, 13633 total = action.total, 13634 totalPages = action.totalPages; 13543 function queries(state = {}, action) { 13544 const patternIds = (action.patterns || []).map(({ 13545 id 13546 }) => id); 13547 const { 13548 page, 13549 total, 13550 totalPages 13551 } = action; 13635 13552 13636 13553 switch (action.type) { 13637 13554 case 'LOAD_BLOCK_PATTERNS': 13638 13555 { 13639 var _queryState = _objectSpread(_objectSpread({}, state[action.query] || {}), {}, { 13640 total: total, 13641 totalPages: totalPages 13642 }); 13643 13556 const _queryState = { ...(state[action.query] || {}), 13557 total, 13558 totalPages 13559 }; 13644 13560 _queryState[page] = patternIds; 13645 return _objectSpread(_objectSpread({}, state), {}, _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1___default()({}, action.query, _queryState)); 13561 return { ...state, 13562 [action.query]: _queryState 13563 }; 13646 13564 } 13647 13565 13648 13566 case 'ERROR_BLOCK_PATTERNS': 13649 13567 { 13650 var _queryState2 = state[action.query] || {}; 13651 13652 _queryState2[page] = []; 13653 return _objectSpread(_objectSpread({}, state), {}, _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1___default()({}, action.query, _queryState2)); 13568 const _queryState = state[action.query] || {}; 13569 13570 _queryState[page] = []; 13571 return { ...state, 13572 [action.query]: _queryState 13573 }; 13654 13574 } 13655 13575 … … 13667 13587 13668 13588 13669 function categories() { 13670 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined; 13671 var action = arguments.length > 1 ? arguments[1] : undefined; 13672 13589 function categories(state = undefined, action) { 13673 13590 switch (action.type) { 13674 13591 case 'FETCH_CATEGORIES': … … 13679 13596 // Sort the categories alphabetically. 13680 13597 // See: https://github.com/WordPress/pattern-directory/pull/76#issuecomment-818330872 13681 var sorted = (action.categories || []).sort(function (a, b) { 13682 return a.name.localeCompare(b.name); 13683 }); 13684 return [Object(_utils__WEBPACK_IMPORTED_MODULE_3__["getAllCategory"])()].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(sorted)); 13598 const sorted = (action.categories || []).sort((a, b) => a.name.localeCompare(b.name)); 13599 return [Object(_utils__WEBPACK_IMPORTED_MODULE_1__["getAllCategory"])(), ...sorted]; 13685 13600 } 13686 13601 … … 13695 13610 */ 13696 13611 13697 function currentQuery() { 13698 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined; 13699 var action = arguments.length > 1 ? arguments[1] : undefined; 13700 13612 function currentQuery(state = undefined, action) { 13701 13613 switch (action.type) { 13702 13614 case 'SET_CURRENT_QUERY': … … 13714 13626 */ 13715 13627 13716 function patternFlagReasons() { 13717 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined; 13718 var action = arguments.length > 1 ? arguments[1] : undefined; 13719 13628 function patternFlagReasons(state = undefined, action) { 13720 13629 switch (action.type) { 13721 13630 case 'FETCH_PATTERN_FLAG_REASONS': … … 13723 13632 13724 13633 case 'LOAD_PATTERN_FLAG_REASONS': 13725 return _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(action.reasons);13634 return [...action.reasons]; 13726 13635 13727 13636 default: … … 13737 13646 */ 13738 13647 13739 function favorites( ) {13740 var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];13741 var action = arguments.length > 1 ? arguments[1] : undefined;13742 var patternId = action.patternId;13648 function favorites(state = [], action) { 13649 const { 13650 patternId 13651 } = action; 13743 13652 13744 13653 switch (action.type) { … … 13747 13656 13748 13657 case 'ADD_FAVORITE': 13749 return state.includes(patternId) ? state : [ ].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(state), [patternId]);13658 return state.includes(patternId) ? state : [...state, patternId]; 13750 13659 13751 13660 case 'REMOVE_FAVORITE': 13752 return state.filter(function (id) { 13753 return id !== patternId; 13754 }); 13661 return state.filter(id => id !== patternId); 13755 13662 } 13756 13663 13757 13664 return state; 13758 13665 } 13759 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_ 2__["combineReducers"])({13760 patterns : patterns,13761 categories : categories,13762 currentQuery : currentQuery,13763 patternFlagReasons : patternFlagReasons,13764 favorites : favorites13666 /* harmony default export */ __webpack_exports__["default"] = (Object(_wordpress_data__WEBPACK_IMPORTED_MODULE_0__["combineReducers"])({ 13667 patterns, 13668 categories, 13669 currentQuery, 13670 patternFlagReasons, 13671 favorites 13765 13672 })); 13766 13673 … … 13782 13689 /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "@babel/runtime/regenerator"); 13783 13690 /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); 13784 /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ ". /node_modules/@babel/runtime/helpers/asyncToGenerator.js");13691 /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../../../../node_modules/@babel/runtime/helpers/asyncToGenerator.js"); 13785 13692 /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); 13786 13693 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/url */ "@wordpress/url"); … … 14077 13984 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getFavorites", function() { return getFavorites; }); 14078 13985 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isFavorite", function() { return isFavorite; }); 14079 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ ". /node_modules/@babel/runtime/helpers/slicedToArray.js");13986 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../../../../node_modules/@babel/runtime/helpers/slicedToArray.js"); 14080 13987 /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); 14081 13988 /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./utils */ "./src/store/utils.js"); … … 14299 14206 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getQueryString", function() { return getQueryString; }); 14300 14207 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getAllCategory", function() { return getAllCategory; }); 14301 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ ". /node_modules/@babel/runtime/helpers/defineProperty.js");14208 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../../../../node_modules/@babel/runtime/helpers/defineProperty.js"); 14302 14209 /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__); 14303 14210 /* harmony import */ var _wordpress_url__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/url */ "@wordpress/url"); … … 14416 14323 __webpack_require__.r(__webpack_exports__); 14417 14324 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return getPaginationList; }); 14418 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js");14419 /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__);14420 14421 14422 14325 /** 14423 14326 * Get the collapsed list of page numbers for a given range of pages, used to paginate queries. … … 14433 14336 * @return {Array.<number|string>} Array of numbers and … used to display pagination links. 14434 14337 */ 14435 function getPaginationList(length) { 14436 var current = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1; 14437 var range = Array.from({ 14438 length: length 14439 }, function (val, i) { 14440 return i + 1; 14441 }); 14442 var list = []; 14338 function getPaginationList(length, current = 1) { 14339 const range = Array.from({ 14340 length 14341 }, (val, i) => i + 1); 14342 const list = []; 14443 14343 14444 14344 if (length <= 5) { … … 14446 14346 } 14447 14347 14448 list.push .apply(list, _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(range.slice(0, 2)));14348 list.push(...range.slice(0, 2)); 14449 14349 14450 14350 if (current > 2 && current <= length - 1) { 14451 list.push .apply(list, _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(range.slice(current - 2, current + 1)));14351 list.push(...range.slice(current - 2, current + 1)); 14452 14352 } 14453 14353 14454 list.push .apply(list, _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(range.slice(-2)));14354 list.push(...range.slice(-2)); 14455 14355 return list // Remove duplicates. 14456 .filter(function (value, i, a) { 14457 return a.indexOf(value) === i; 14458 }) // Add in … where there's a jump larger than 1. 14459 .reduce(function (acc, value, i, a) { 14356 .filter((value, i, a) => a.indexOf(value) === i) // Add in … where there's a jump larger than 1. 14357 .reduce((acc, value, i, a) => { 14460 14358 if (i === 0) { 14461 14359 acc.push(value); … … 14463 14361 } 14464 14362 14465 vardiff = Math.abs(a[i] - a[i - 1]);14363 const diff = Math.abs(a[i] - a[i - 1]); 14466 14364 14467 14365 if (diff === 0) { … … 14535 14433 */ 14536 14434 14537 var removeTrailingSlash = function removeTrailingSlash(str){14435 const removeTrailingSlash = str => { 14538 14436 return str.replace(/\/$/, ''); 14539 14437 }; … … 14546 14444 14547 14445 14548 var removeLeadingSlash = function removeLeadingSlash(str){14446 const removeLeadingSlash = str => { 14549 14447 return str.replace(/^\//, ''); 14550 14448 }; … … 14557 14455 14558 14456 14559 var removeEmptyArgs = function removeEmptyArgs(obj){14560 varcleaned = {};14561 Object.keys(obj).forEach( function (key){14562 vararg = obj[key]; // If it's not undefined or null convert it to string and check that it is not empty.14457 const removeEmptyArgs = obj => { 14458 const cleaned = {}; 14459 Object.keys(obj).forEach(key => { 14460 const arg = obj[key]; // If it's not undefined or null convert it to string and check that it is not empty. 14563 14461 // It's a bit of a "trick" to handle non-strings and strings without checking type explicitly. 14564 14462 … … 14576 14474 */ 14577 14475 14578 var removeQueryString = function removeQueryString(path){14476 const removeQueryString = path => { 14579 14477 return path.split('?')[0]; 14580 14478 }; … … 14590 14488 */ 14591 14489 14592 var getValueFromPath = function getValueFromPath(path, key){14490 const getValueFromPath = (path, key) => { 14593 14491 if (!key || !path) { 14594 14492 return ''; 14595 14493 } 14596 14494 14597 varquery = Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_0__["getQueryArgs"])(path);14495 const query = Object(_wordpress_url__WEBPACK_IMPORTED_MODULE_0__["getQueryArgs"])(path); 14598 14496 14599 14497 if (query[key]) { … … 14601 14499 } 14602 14500 14603 var_path = removeLeadingSlash(removeTrailingSlash(removeQueryString(path)));14604 14605 varparts = _path.split('/'); // Find the key section, if it exists. The next part of the URL is the value.14606 14607 14608 varindex = parts.indexOf(key);14501 const _path = removeLeadingSlash(removeTrailingSlash(removeQueryString(path))); 14502 14503 const parts = _path.split('/'); // Find the key section, if it exists. The next part of the URL is the value. 14504 14505 14506 const index = parts.indexOf(key); 14609 14507 14610 14508 if (-1 === index) { … … 14621 14519 */ 14622 14520 14623 var getCategoryFromPath = function getCategoryFromPath(path){14521 const getCategoryFromPath = path => { 14624 14522 return getValueFromPath(path, 'pattern-categories'); 14625 14523 }; … … 14631 14529 */ 14632 14530 14633 var getPageFromPath = function getPageFromPath(path){14531 const getPageFromPath = path => { 14634 14532 return Number(getValueFromPath(path, 'page') || 1); 14635 14533 }; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/README.md
r10592 r11023 1 1 # CSS Structure 2 2 3 This loosely follows [ITCSS.](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) 3 This loosely follows [ITCSS](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) in folder structure, and [Gutenberg's CSS naming scheme](https://github.com/WordPress/gutenberg/blob/trunk/docs/contributors/code/coding-guidelines.md) for class names. 4 5 Generally components will use `pattern-{kebab-case-component}` for the top-level export, and `pattern-{kebab-case-component}__{child-element}` for any children classes. Conditional classes, for loading state or active state, should use an `is-` or `has-` prefix. 4 6 5 7 ## 01 Settings -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_components.scss
r11003 r11023 22 22 @import "../../../wporg/css/components/wporg-header"; 23 23 @import "category-context-bar"; 24 @import "category-menu";25 @import "category-search";26 24 @import "copy-button"; 27 25 @import "favorite-button"; … … 30 28 @import "pattern-grid-menu"; 31 29 @import "pattern-grid"; 30 @import "pattern-menu"; 32 31 @import "pattern-pagination"; 33 32 @import "pattern-preview"; 34 33 @import "pattern-report-button"; 35 34 @import "pattern-report-modal"; 35 @import "pattern-search"; 36 36 @import "pattern"; 37 @import "search-form";38 @import "section-heading";39 37 @import "site-content"; 40 38 @import "site-header"; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_copy-button.scss
r11008 r11023 1 .pattern __copy-button {1 .pattern-copy-button { 2 2 &.is-small-label { 3 3 box-shadow: 0 1px 2px rgba($color-black, 0.15); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_favorite-button.scss
r11008 r11023 1 .pattern __favorite-button {1 .pattern-favorite-button { 2 2 position: relative; 3 3 font-size: 0.875rem; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_pattern-grid-menu.scss
r10882 r11023 7 7 align-items: center; 8 8 9 > *:first-child, 10 > *:last-child { 9 > * { 11 10 width: 100%; 12 11 } 13 12 14 > *:last-child{13 > form { 15 14 margin: $gutter-default; 16 15 width: calc(100% - #{$gutter-default * 2}); … … 21 20 flex-direction: row; 22 21 23 > *:last-child{22 > form { 24 23 margin: 0; 25 24 width: auto; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_pattern-grid.scss
r11008 r11023 57 57 } 58 58 59 .pattern __favorite-button,60 .pattern __copy-button {59 .pattern-favorite-button, 60 .pattern-copy-button { 61 61 flex-shrink: 0; 62 62 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/style.css
r11008 r11023 1 @charset "UTF-8";[class*=col-]{margin:inherit}.row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:768px){.row{flex-direction:column;flex-wrap:nowrap}}.row.gutters>.row{margin-left:-2%}@media (max-width:768px){.row.gutters>.row{margin-left:0}}.row.gutters>.row>[class*=col-]{margin-left:2%}@media (max-width:768px){.row.gutters>.row>[class*=col-]{margin-left:0}}.row.around{justify-content:space-around}.row.between{justify-content:space-between}.row.auto .col{flex-grow:1}.col-1{width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{width:25%}.offset-3{margin-left:25%}.col-4{width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{width:50%}.offset-6{margin-left:50%}.col-7{width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{width:75%}.offset-9{margin-left:75%}.col-10{width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{width:100%}.offset-12{margin-left:100%}.gutters>.col-1{width:6.33333%}.gutters>.col-1:nth-child(n+13){margin-top:2%}.gutters>.offset-1{margin-left:10.33333%!important}.gutters>.col-2{width:14.66667%}.gutters>.col-2:nth-child(n+7){margin-top:2%}.gutters>.offset-2{margin-left:18.66667%!important}.gutters>.col-3{width:23%}.gutters>.col-3:nth-child(n+5){margin-top:2%}.gutters>.offset-3{margin-left:27%!important}.gutters>.col-4{width:31.33333%}.gutters>.col-4:nth-child(n+4){margin-top:2%}.gutters>.offset-4{margin-left:35.33333%!important}.gutters>.col-5{width:39.66667%}.gutters>.offset-5{margin-left:43.66667%!important}.gutters>.col-6{width:48%}.gutters>.col-6:nth-child(n+3){margin-top:2%}.gutters>.offset-6{margin-left:52%!important}.gutters>.col-7{width:56.33333%}.gutters>.offset-7{margin-left:60.33333%!important}.gutters>.col-8{width:64.66667%}.gutters>.offset-8{margin-left:68.66667%!important}.gutters>.col-9{width:73%}.gutters>.offset-9{margin-left:77%!important}.gutters>.col-10{width:81.33333%}.gutters>.offset-10{margin-left:85.33333%!important}.gutters>.col-11{width:89.66667%}.gutters>.offset-11{margin-left:93.66667%!important}.gutters>.col-12{width:98%}.gutters>.offset-12{margin-left:102%!important}@media (max-width:768px){[class*=" offset-"],[class^=offset-]{margin-left:0}}.first{order:-1}.last{order:1}@media (max-width:768px){.row [class*=col-]{margin-left:0;width:100%}.row.gutters [class*=col-]{margin-bottom:16px}.first-sm{order:-1}.last-sm{order:1}}.gutters .column.push-left,.push-left{margin-right:auto}.gutters .column.push-right,.push-right{margin-left:auto}.gutters .column.push-center,.push-center{margin-left:auto;margin-right:auto}.gutters .column.push-middle,.push-middle{margin- top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:768px){.gutters .column.push-left-sm,.push-left-sm{margin-left:0}.gutters .column.push-center-sm,.push-center-sm{margin-left:auto;margin-right:auto}.push-top-sm{margin-top:0}}.align-middle{align-items:center}.align-right{justify-content:flex-end}.align-center{justify-content:center}@media (max-width:768px){.align-left-sm{justify-content:flex-start}}.float-right{float:right}.float-left{float:left}@media (max-width:768px){.float-left,.float-right{float:none}}.fixed{position:fixed;top:0;left:0;z-index:100;width:100%}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}optgroup{font-weight:700}table{border-spacing:0}td,th{padding:0}p{margin:1rem 0}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5rem}address{margin:0 0 1.5rem}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.6rem;max-width:100%;overflow:auto;padding:1.6rem}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote{border-left:2px solid #767676;color:#767676;margin:1rem 0;padding-left:.8rem}blockquote cite{font-size:.8rem}figure{margin:0}hr{background-color:#eee;border:0;height:2px;margin:5rem auto}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Open Sans,sans-serif;clear:both;line-height:1.5;margin:2rem 0 1rem}.h1,h1{font-size:2.44140625rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.953125rem}.h3,h3{font-size:1.5625rem;font-weight:400}.h4,h4{font-size:1.25rem;color:#32373c;font-weight:600;padding:0}.h5,h5{font-size:1rem;letter-spacing:.01rem}.h5,.h6,h5,h6{font-weight:600;text-transform:uppercase}.h6,h6{font-size:.8rem;letter-spacing:.8px}a{color:#0073aa;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}a:focus{outline:thin dotted}a:active,a:hover{outline:0}li>a,p a{text-decoration:underline}li>a:hover,p a:hover{color:#d54e21}ol,ul{margin:0 0 1.5em 1.5em;padding:0}ul{list-style:square}ol{list-style:decimal}ol.unmarked-list,ul.unmarked-list{list-style:none;padding-left:0}li>ol,li>ul{margin-bottom:0}dt{font-weight:700}dd{margin:0 1.5em 1.5em}table{border:1px solid #eee;border-collapse:collapse;font-size:.8rem;margin:0 0 1rem;padding:0;width:100%}table thead{background:#32373c;color:#fff}table td,table th{border:1px solid #eee;font-weight:400;margin:0;padding:.4rem;text-align:left;vertical-align:top}table tbody tr:nth-child(2n){background:#f7f7f7}html{font-size:100%}body,button,input,select,textarea{color:#32373c;font-family:Open Sans,sans-serif;font-size:100%;line-height:1.5}@media screen and (min-width:737px){html{font-size:1.125rem}}.custom-select{display:inline-block;box-sizing:border-box;padding:.5rem 2rem .5rem .8rem;width:auto;font-size:1em;line-height:1.3;border:1px solid #6c7782;box-shadow:none;border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A');background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.65em auto}.custom-select::-ms-expand{display:none}.custom-select:focus{box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.custom-select option{font-weight:400}html{font-size:1rem}@media screen and (min-width:737px){html{font-size:1rem}}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-content[tabindex="-1"]:focus{outline:0}.no-js .hide-if-no-js{display:none}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}@media screen and (max-width:480px){.alignleft,.alignright{display:block;float:none;margin-left:auto;margin-right:auto}}.button,.button-primary,.button-secondary,.plugin-upload-form .button-primary{border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:.8rem;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap;-webkit-appearance:none}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.button-group.button-xl .button,.button.button-xl{font-size:1rem;height:2.44140625rem;line-height:1;padding:0 1.5rem}.button-group.button-large .button,.button.button-large{height:1.953125rem;line-height:1;padding:0 1rem}.button-group.button-small .button,.button.button-small{font-size:.64rem;height:1.25rem;line-height:1;padding:0 .5rem}a.button,a.button-primary,a.button-secondary{line-height:1.5625rem}.button-group.button-large a.button,a.button.button-large{line-height:1.953125rem}.button-group.button-xl a.button,a.button.button-xl{line-height:2.44140625rem}.button-group.button-small a.button,a.button.button-small{line-height:1.25rem}.button:active,.button:focus{outline:none}.button.hidden{display:none}input[type=reset],input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover{background:none;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}p .button{vertical-align:baseline}.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link,input[type=submit].button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-link:focus{outline:1px solid #5b9dd9}.button-primary,.download-button,.plugin-upload-form .button-primary{text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.button-primary,.button-primary:visited,.download-button,.download-button:visited,.plugin-upload-form .button-primary,.plugin-upload-form .button-primary:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary.hover,.plugin-upload-form .button-primary:focus,.plugin-upload-form .button-primary:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active,.plugin-upload-form .button-primary.active,.plugin-upload-form .button-primary.active:focus,.plugin-upload-form .button-primary.active:hover,.plugin-upload-form .button-primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled],.plugin-upload-form .button-primary.disabled,.plugin-upload-form .button-primary:disabled,.plugin-upload-form .button-primary[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-primary.button.button-hero,.download-button.button.button-hero,.plugin-upload-form .button-primary.button.button-hero{box-shadow:0 2px 0 #006799}.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active,.plugin-upload-form .button-primary.button.button-hero.active,.plugin-upload-form .button-primary.button.button-hero.active:focus,.plugin-upload-form .button-primary.button.button-hero.active:hover,.plugin-upload-form .button-primary.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-primary-disabled{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-group{display:inline-block;font-size:0;position:relative;vertical-align:middle;white-space:nowrap}.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}.button-group>.button-primary{z-index:100}.button-group>.button:hover{z-index:20}.button-group>.button:first-child{border-radius:3px 0 0 3px}.button-group>.button:last-child{border-radius:0 3px 3px 0}.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:737px){.button,.button.button-large,.button.button-small,.plugin-upload-form .button-primary{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.home-below:after,.home-below:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.home-below:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}p.subheading{color:#82878c;font-weight:300;margin:-.4rem auto 2rem;text-align:center}p.intro,p.subheading{font-size:1.25rem}p.aside{font-size:.8rem}p.note{font-size:.64rem;letter-spacing:.01rem;max-width:18.1898940355rem}input,textarea{box-sizing:border-box}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}input[type=email],input[type=url]{direction:ltr}input[type=number]{height:28px;line-height:inherit}input[type=checkbox],input[type=radio]{background:#fff;border:1px solid #b4b9be;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);clear:none;color:#555;cursor:pointer;display:inline-block;height:16px;line-height:0;margin:-4px 4px 0 0;min-width:16px;outline:0;padding:0!important;text-align:center;transition:border-color .05s ease-in-out;vertical-align:middle;width:16px;-webkit-appearance:none}input[type=checkbox]:checked:before,input[type=radio]:checked:before{display:inline-block;float:left;font:normal 21px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=checkbox].disabled,input[type=checkbox].disabled:checked:before,input[type=checkbox]:disabled,input[type=checkbox]:disabled:checked:before,input[type=radio].disabled,input[type=radio].disabled:checked:before,input[type=radio]:disabled,input[type=radio]:disabled:checked:before{opacity:.7}input[type=checkbox]:checked:before{color:#1e8cbe;content:"";margin:-3px 0 0 -4px}input[type=radio]{border-radius:50%;line-height:10px;margin-right:4px}input[type=radio]:checked+label:before{color:#82878c}input[type=radio]:checked:before{background-color:#1e8cbe;border-radius:50px;content:"•";font-size:24px;height:6px;line-height:16px;margin:4px;text-indent:-9999px;width:6px}input[type=reset]:active,input[type=reset]:hover{color:#00a0d2}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{display:none}button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{border-radius:0;font-size:14px;padding:3px 5px}textarea{line-height:1.4;overflow:auto;padding:2px 6px;resize:vertical}textarea.code{line-height:1.4;padding:4px 6px 1px}label{cursor:pointer;vertical-align:middle}input,select{margin:1px;padding:3px 5px}input.code{padding-top:6px}input.readonly,input[readonly],textarea.readonly,textarea[readonly]{background-color:#eee}.wp-core-ui :-moz-placeholder,:-moz-placeholder{color:#a9a9a9}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background:hsla(0,0%,100%,.5);border-color:hsla(0,0%,87.1%,.75);box-shadow:inset 0 1px 2px rgba(0,0,0,.04);color:rgba(51,51,51,.5)}input[type=file].disabled,input[type=file]:disabled,input[type=range].disabled,input[type=range]:disabled{background:none;box-shadow:none}input.large-text,textarea.large-text{width:99%}input.regular-text{width:25em}input.small-text{padding:1px 6px;width:50px}input[type=number].small-text{width:65px}input.tiny-text{width:35px}input[type=number].tiny-text{width:45px}@media screen and (max-width:782px){textarea{-webkit-appearance:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;padding:6px 10px}input[type=number]{height:40px}input.code{padding-bottom:5px;padding-top:10px}input[type=checkbox]{-webkit-appearance:none;padding:10px}input[type=checkbox]:checked:before{font:normal 30px/1 dashicons;margin:-3px -5px}input[type=checkbox],input[type=radio]{height:25px;width:25px}input[type=radio]:checked:before{vertical-align:middle;width:9px;height:9px;margin:7px;line-height:16px}input,textarea{font-size:16px}input[type=number].small-text,input[type=password].small-text,input[type=search].small-text,input[type=text].small-text{width:auto;max-width:55px;display:inline;padding:3px 6px;margin:0 3px}input.regular-text{width:100%}label{font-size:14px}fieldset label{display:block}}a.button:active,a.button:focus,a.button:hover{text-decoration:none}.notice{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:1em 0;padding:1px 12px}.notice p{font-size:.8rem;margin:.5em 0;padding:2px}.notice.notice-alt{box-shadow:none}.notice.notice-large{padding:10px 20px}.notice.notice-success{border-left-color:#46b450}.notice.notice-success.notice-alt{background-color:#ecf7ed}.notice.notice-warning{border-left-color:#ffb900}.notice.notice-warning.notice-alt{background-color:#fff8e5}.notice.notice-error{border-left-color:#dc3232}.notice.notice-error.notice-alt{background-color:#fbeaea}.notice.notice-info{border-left-color:#00a0d2}.notice.notice-info.notice-alt{background-color:#e5f5fa}.error-404 .page-content,.error-404 .page-title{text-align:center}.error-404 .page-content .logo-swing{height:10rem;margin:6rem auto;position:relative;text-align:center;width:10rem}.error-404 .page-content .logo-swing .wp-logo{left:0;max-width:none;position:absolute;top:0;width:10rem}@keyframes hinge{10%{width:180px;height:180px;transform:rotate(0deg)}15%{width:185px;height:185px;transform:rotate(0deg)}20%{width:180px;height:180px;transform:rotate(5deg)}40%{transform-origin:top left;animation-timing-function:ease-in-out}60%{transform:rotate(40deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}.comments-area{margin-top:5em}.comments-area>:last-child{margin-bottom:0}.comments-area .comment-list+.comment-respond{border-top:1px solid #eaeaea}.comments-area .comment-list+.comment-respond,.comments-area .comment-navigation+.comment-respond{padding-top:1.6em}.comments-area .comments-title{margin-bottom:1.3333em}.comments-area .comment-list{list-style:none;margin:0}.comments-area .comment-list .pingback,.comments-area .comment-list .trackback,.comments-area .comment-list article{border-top:1px solid #eaeaea;padding:1.6em 0}.comments-area .comment-list article:not(:only-child){padding-bottom:0}.comments-area .comment-list article+.comment-respond{padding-bottom:1.6em}.comments-area .comment-list .children{list-style:none;margin:0}.comments-area .comment-list .children>li{padding-left:.8em}.comments-area .comment-list .alt{background:none}.comments-area .comment-author{color:#999;margin-bottom:.4em}.comments-area .comment-author .avatar{float:left;height:24px;margin-right:.8em;width:24px}.comments-area .comment-metadata,.comments-area .pingback .edit-link{color:#999;line-height:1.5}.comments-area .comment-metadata a,.comments-area .pingback .edit-link a{color:#777}.comments-area .comment-metadata{font-size:.8rem;margin-bottom:1.6em}.comments-area .comment-metadata .edit-link,.comments-area .pingback .edit-link{margin-left:1em}.comments-area .pingback .edit-link:before{top:5px}.comments-area .comment-content ol,.comments-area .comment-content ul{margin:0 0 1.6em 1.3333em}.comments-area .comment-content>:last-child,.comments-area .comment-content li>ol,.comments-area .comment-content li>ul{margin-bottom:0}.comments-area .comment-content .reply{font-size:12px}.comments-area .comment-content .reply a{border:1px solid #eaeaea;color:#707070;display:inline-block;font-weight:700;line-height:1;margin-top:2em;padding:.4167em .8333em;text-transform:uppercase}.comments-area .comment-content .reply a:focus,.comments-area .comment-content .reply a:hover{border-color:#333;color:#333;outline:0}.comments-area .comment-reply-title a{font-weight:inherit}.comments-area .comment-form label{font-size:.8rem;font-weight:700;display:block;letter-spacing:.04em;line-height:1.5}.comments-area .comment-form input[type=email],.comments-area .comment-form input[type=text],.comments-area .comment-form input[type=url],.comments-area .comment-form textarea{width:100%}.comments-area .comment-awaiting-moderation,.comments-area .comment-notes,.comments-area .form-allowed-tags,.comments-area .logged-in-as{font-size:1rem;line-height:1.5;margin-bottom:2em}.comments-area .no-comments{border-top:1px solid #eaeaea;color:#999;font-weight:700;padding-top:1.6em}.comments-area .comment-navigation+.no-comments{border-top:0}.comments-area .form-allowed-tags code{font-family:Inconsolata,monospace}.comments-area .form-submit{margin-bottom:0}.comments-area .required{color:#c0392b}.entry-content{hyphens:auto;word-wrap:break-word}.entry-content>p:first-child{margin-top:0}.entry-content [class*=col-]~h1,.entry-content [class*=col-]~h2,.entry-content [class*=col-]~h3,.entry-content [class*=col-]~h4,.entry-content [class*=col-]~h5,.entry-content [class*=col-]~h6{clear:none}.entry-header{position:relative}.entry-header .sticky-post{color:#999;font-size:.8rem;font-style:italic;position:absolute;top:-.8rem}.entry-meta{color:#999;font-size:.8rem;margin-bottom:1rem}.entry-meta a{color:#777}.entry-meta>span{margin-right:1rem}.entry-meta>span :last-of-type{margin:0}.entry-meta .byline,.entry-meta .updated:not(.published),.sticky .entry-meta .posted-on{display:none}.group-blog .entry-meta .byline,.single .entry-meta .byline{display:inline}.entry-summary{hyphens:auto;word-wrap:break-word}body:not(.single):not(.search) .site-main .post{margin-bottom:3.0517578125rem;max-width:40em}.gallery{margin-bottom:1.5rem}.gallery .gallery-item{display:inline-block;margin:0;text-align:center;vertical-align:top;width:100%}.gallery.gallery-columns-2 .gallery-item{max-width:50%}.gallery.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery.gallery-columns-4 .gallery-item{max-width:25%}.gallery.gallery-columns-5 .gallery-item{max-width:20%}.gallery.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery .gallery-caption{display:block}.main-navigation{background:#0073aa;clear:both;left:0;position:absolute;top:60px;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;left:-999em;position:absolute;top:1.5em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{left:auto}.main-navigation li{border-top:1px solid hsla(0,0%,100%,.2);padding:1rem}.main-navigation a{color:hsla(0,0%,100%,.8);display:block;font-size:.8rem;text-decoration:none}.main-navigation a.active,.main-navigation a:hover{color:#fff}@media screen and (min-width:737px){.main-navigation a.active{border-bottom:1px solid}}.main-navigation.toggled{z-index:1}.main-navigation.toggled ul{display:block}.menu-toggle{background:transparent;border:none;color:#fff;height:3.5rem;position:absolute;right:1rem;top:-58px;width:3.5rem}.toggled .menu-toggle:before{content:""}@media screen and (min-width:737px){.menu-toggle{display:none}.main-navigation{float:right;position:static;width:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}body.page .gutters .col-12{width:100%}body.page .entry-header{background:#0073aa;padding:1rem 0}body.page .entry-header .entry-title{color:#fff;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 auto;padding:0 1.5625rem}body.page .entry-header.home{padding:1.5625rem 1.143rem;text-align:center}@media screen and (min-width:737px){body.page .site-header+.site-main .entry-title{padding:initial}}body.page .entry-content,body.page .entry-footer{margin:0 auto;max-width:960px;padding:3.0517578125rem 1.5625rem}.post-navigation{margin:5em auto;padding:0}.post-navigation a{border-bottom:1px solid #eaeaea;color:#444;display:block;font-weight:600;padding:11px 0 12px;text-transform:none;width:100%}.post-navigation a:hover{color:#21759b}.post-navigation .nav-links{border-top:1px solid #eaeaea;hyphens:auto;word-wrap:break-word}.post-navigation .meta-nav{color:#777;display:block;font-size:13px;line-height:2;text-transform:uppercase}.post-navigation .nav-next{text-align:right}.pagination .nav-links{text-align:center}.pagination .nav-links .page-numbers{background-color:#f9f9f9;cursor:hand;display:inline-block;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.dots,.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{background:none;font-size:.9em;width:auto}.pagination .nav-links .page-numbers.dots{cursor:inherit}@media screen and (max-width:737px){.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{font-size:0;min-width:0;padding:0}.pagination .nav-links .page-numbers.next:after,.pagination .nav-links .page-numbers.prev:before{background-color:#f9f9f9;display:inline-block;font-size:1rem;line-height:1.5;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.prev:before{content:"‹"}.pagination .nav-links .page-numbers.next:after{content:"›"}}.pagination .nav-links span.page-numbers{background-color:#f7f7f7;font-weight:700}.search-form .search-field{line-height:normal;margin:0;padding:4px 5px;vertical-align:text-bottom}body.search .gutters .col-12{width:100%}body.search .site-main{margin:0 auto;max-width:960px;padding:0 1.5625rem 3.0517578125rem}.site-content{max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-content{padding:0 10px 3.0517578125rem}}@media screen and (max-width:737px){.site-content .site-main{float:none;margin:0;width:auto}}.home .site-content,.page .site-content,.site-content.page{margin:auto;max-width:none;padding:0}.site-content .page-title{font-size:1.25rem;font-weight:400}.site-content .no-results{margin:0 auto 3.0517578125rem;max-width:40em;padding:0 2rem}.site-description{color:hsla(0,0%,100%,.8);font-size:1.25rem;font-weight:300;margin:-.4rem auto 2rem;text-align:center}.site-header{background:#0073aa;padding:1rem 0;position:relative}.site-header .site-branding{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-header .site-branding{padding:0 10px}}.site-header.home{padding:1.5625rem 1.143rem;text-align:center}.site-title{display:inline-block;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 2rem 0 0;max-width:none}.site-title a{color:#fff;font-weight:300}.site-title a:active,.site-title a:focus,.site-title a:hover{text-decoration:none}.site-header.home .site-title{display:inherit;font-size:3.8146972656rem;margin:2rem 0 1rem}.widget-area{font-size:.8rem}@media screen and (min-width:480px) and (max-width:768px){.widget-area{display:flex}.widget-area .widget{width:48%}}#wporg-footer{background-color:#f7f7f7;border-top:1px solid #dfdfdf;padding:22px 14px 65px}#wporg-footer,#wporg-footer .wrapper{clear:both;margin:0 auto;overflow:auto}#wporg-footer .wrapper{max-width:930px}#wporg-footer ul{float:left;margin-bottom:20px;margin-left:24px;overflow:auto;padding-left:0;width:135px}@media screen and (min-width:960px){#wporg-footer ul:first-child{margin-left:0}}#wporg-footer ul li{color:#bbb;font-size:14px;list-style-type:none;margin-bottom:1px}#wporg-footer ul li a{text-decoration:none;text-decoration-skip-ink:none}#wporg-footer ul li a:hover{color:#0073aa;text-decoration:underline}#wporg-footer .cip{clear:both;color:#ccc;float:none;font-size:.8rem;letter-spacing:.3em;margin:35px auto 0;text-align:center;text-transform:uppercase}#wporg-footer .cip.cip-image{background:url(//s.w.org/style/images/codeispoetry.png?1=) 50% no-repeat;background-size:190px 15px;height:15px;text-indent:-9999px;width:190px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#wporg-footer .cip.cip-image{background-image:url(//s.w.org/style/images/codeispoetry-2x.png?1=)}}@media screen and (min-width:561px) and (max-width:959px){#wporg-footer .wrapper{max-width:600px}#wporg-footer ul{margin-left:2%;width:32%}#wporg-footer ul:nth-child(3n+1){margin-left:0}#wporg-footer ul:nth-child(4n){clear:both}}@media screen and (max-width:560px){#wporg-footer .wrapper{max-width:360px}#wporg-footer ul{margin-left:4%;width:48%}#wporg-footer ul:nth-child(odd){margin-left:0;clear:both}}#wporg-header{background:#23282d;height:140px;position:relative;text-align:center;width:100%}#wporg-header .wrapper{margin:0 auto;max-width:960px}#wporg-header h1{display:inline-block;margin:auto;width:303px}#wporg-header h1 a{background:url(//s.w.org/style/images/wporg-logo.svg?3=) 0 no-repeat;background-size:290px 46px;display:block;height:88px;text-indent:-9999px}#wporg-header h2.rosetta{clear:none;color:#dfdfdf;font-family:Georgia,Times New Roman,serif;font-size:30px;margin:0 0 0 60px}#wporg-header h2.rosetta a{border-bottom:none;color:#dfdfdf;display:block;height:52px;line-height:22px;padding:0}#wporg-header h2.rosetta a:hover{text-decoration:none}#wporg-header #wporg-header-menu{background:#23282d;left:-75%;list-style:none;margin:0;max-width:75%;min-width:200px;position:absolute;text-align:left;top:100%;transition:left .3s;z-index:100000}#wporg-header #wporg-header-menu.toggled{left:0}#wporg-header ul li{list-style-type:none;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:34px;line-height:34px;margin:0 4px;padding:10px 30px;text-decoration:none}#wporg-header ul li a.subcurrent{font-weight:700}@media (max-width:768px){#wporg-header ul li a{height:auto}}#wporg-header ul li.current-menu-item a,#wporg-header ul li.current_page_parent a,#wporg-header ul li a.current,#wporg-header ul li a:hover{color:#00a0d2}#wporg-header ul li#download,#wporg-header ul li.download{float:right;height:34px;margin-right:14px;overflow:hidden;padding:0 0 34px}@media screen and (max-width:767px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;margin:10px 20px 20px;padding-bottom:0;height:auto}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px;text-align:center}}#wporg-header ul li#download a,#wporg-header ul li.download a{margin:0;padding:0 16px}#wporg-header ul li#download a:hover,#wporg-header ul li.download a:hover{color:#eee}#wporg-header ul li#download.current,#wporg-header ul li#download.current-menu-item,#wporg-header ul li#download .uparrow,#wporg-header ul li.download.current,#wporg-header ul li.download.current-menu-item,#wporg-header ul li.download .uparrow{display:none}#wporg-header ul li .nav-submenu{clip:rect(1px,1px,1px,1px);height:1px;left:-2px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;z-index:99999}#wporg-header ul li .nav-submenu li a{display:inline-block;height:24px;line-height:24px;margin:0;white-space:nowrap}@media screen and (min-width:768px){#wporg-header #head-search{float:right;margin-right:14px;padding-top:30px}}#wporg-header #head-search form{border-bottom:1px solid #3f3f3f;display:inline-block;margin-left:60px;width:288px}#wporg-header #head-search form input.text{background:#191e23;border:0;border-radius:0;box-sizing:content-box;color:#b4b9be;float:left;font-family:Open Sans,sans-serif;font-size:12px;height:24px;margin:0;outline:none;padding:3px;vertical-align:top;width:256px}#wporg-header #head-search form input.text::-moz-placeholder{color:#eee}@media screen and (max-width:480px){#wporg-header #head-search form input.text{width:216px}}#wporg-header #head-search form .button{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (max-width:480px){#wporg-header #head-search form{width:248px}}@media screen and (min-width:480px){#wporg-header #head-search form{margin-left:0}}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;margin-left:0;padding:36px 27px 0}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header #wporg-header-menu{float:left;height:46px;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{height:46px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px}#wporg-header .nav-menu .focus>ul,#wporg-header .nav-menu ul li:hover>ul,#wporg-header ul.nav-menu .focus>ul,#wporg-header ul.nav-menu li:hover>ul{clip:inherit;height:inherit;overflow:inherit;width:inherit}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}.page-download #wporg-header #download,.page-parent-download #wporg-header #download{display:none}#mobile-menu-button{background:none;border:none;box-shadow:none;display:block;float:left;font-family:dashicons;font-size:16px;font-style:normal;font-weight:400;left:10px;line-height:1;padding:1px;position:absolute;text-align:center;text-decoration:inherit;text-shadow:none;top:75px;transition:color .1s ease-in;vertical-align:top;-webkit-font-smoothing:antialiased}#mobile-menu-button:before{border:none;box-sizing:border-box;color:#888;content:"";display:inline-block;float:left;font:normal 50px/1 Dashicons;margin:0;outline:none;padding:3px;text-decoration:none;vertical-align:middle;-webkit-font-smoothing:antialiased}@media screen and (min-width:768px){#mobile-menu-button{display:none}}#download-mobile{background:#f7f7f7;border-bottom:1px solid #ddd}#download-mobile .wrapper{padding:20px 0;text-align:center}#download-mobile span.download-ready{font-size:1.6em;margin:0 .25em}#download-mobile a.download-button{font-size:1.6em;height:inherit;margin:10px .25em;padding:10px 15px}.category-context-bar{margin:0 1.5rem;background:#edeff0;border-radius:2px;font-size:.8125rem;overflow:auto;transition:all .3s ease-out}@media (prefers-reduced-motion){.category-context-bar{transition:none}}.category-context-bar>div{display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width:782px){.category-context-bar{margin:0 1.5rem}}@media only screen and (min-width:960px){.category-context-bar{margin:0 auto;max-width:960px}}.category-context-bar ul{margin:0;padding:0;display:flex;justify-content:space-between}.category-context-bar ul li{list-style:none;font-size:.8125rem}.category-context-bar ul li a{display:block;padding:1.125rem .75rem;text-decoration:none}.category-context-bar ul li:last-child a{padding-right:1.5rem}.category-context-bar__copy{display:flex;align-items:center;margin:0;padding:1.125rem 1.5rem;font-size:.8125rem;font-weight:400}.category-context-bar__title{margin:0;padding-right:1.5rem;color:#555d66;font-size:.75rem;font-weight:400;text-transform:uppercase}.category-context-bar__links{display:flex;align-items:center}@media only screen and (max-width:782px){.category-context-bar__links{display:none}}.category-context-bar__spinner{display:flex;width:28px;margin:0;transition:transform .1s linear,width .15s ease-out,opacity 50ms linear 50ms;transform:scale(1)}@media (prefers-reduced-motion){.category-context-bar__spinner{transition:none}}.category-context-bar__spinner .components-spinner{margin:0}.category-context-bar__spinner--is-hidden{overflow:hidden;width:0;opacity:0;transform:scale(0)}.category-menu{margin:0;padding:0;position:relative}.category-menu li{display:inline-block;margin:0;list-style:none}.category-menu a{display:block;padding:.5rem .75rem;color:#40464d;font-size:.875rem;text-decoration:none}.category-menu a:active,.category-menu a:focus,.category-menu a:hover{color:#000}li .category-menu--is-active{color:#fff;background:#0073aa;border-radius:2px}li .category-menu--is-active:focus,li .category-menu--is-active:hover{color:#fff}.category-menu__mobile{padding:0!important;border-top:none!important}.category-menu__mobile ul{margin:0;padding:0;background:#23282d}.category-menu__mobile li{list-style:none;border-top:1px solid #32373c}.category-menu__mobile li a{display:block;padding:1rem 1.5rem;font-size:.875rem;text-decoration:none;color:#ccd0d4}.category-menu__mobile>.components-panel__body-title{margin:0!important}.category-menu__mobile>.components-panel__body-title>button{padding:1.5rem}.category-menu--is-loading{height:24px;position:relative}.category-menu--is-loading:after{content:"";position:absolute;background:#f3f4f5;border-radius:4px;width:80%;height:24px;left:0;top:calc(50% - 12px);transition:none}.category-search{display:flex;align-items:center;background:#fff;border:1px solid #6c7782;border-radius:2px}.category-search input[type=search]{flex-grow:1;margin:0;padding:.25rem .5rem;border:none;box-shadow:none;font-size:.8125rem}.category-search input[type=search]:focus{outline:1px auto #0073aa}.category-search__button{display:flex;background:transparent;border:none;color:#6c7782}.category-search__button:active{background:#d7dade}.category-search__button:focus{outline:1px auto #0073aa}.category-search--is-loading{display:block;height:24px;min-width:100%;background:#f3f4f5;border-radius:4px}@media only screen and (min-width:480px){.category-search--is-loading{width:224px!important;min-width:auto!important}}.pattern__copy-button.is-small-label{box-shadow:0 1px 2px rgba(0,0,0,.15)}.pattern__favorite-button{position:relative;font-size:.875rem;height:2.25rem;width:2.25rem;border-radius:2px;color:#555d66}.pattern__favorite-button svg{position:absolute;top:calc(50% - .75rem);left:calc(50% - .75rem);height:1.5rem;width:1.5rem;transition:all .15s ease-out}.pattern__favorite-button svg path{fill:#6c7782}.pattern__favorite-button .pattern__favorite-filled{opacity:0}.pattern__favorite-button:hover{color:#555d66;background:transparent}.pattern__favorite-button:hover svg path{fill:#555d66}.pattern__favorite-button:active{background:transparent;box-shadow:none;transform:none}.pattern__favorite-button.has-label{padding:12px 18px 12px 38px;height:auto;width:auto}.pattern__favorite-button.has-label svg{top:calc(50% - 12px);left:9px}.pattern__favorite-button.has-label svg path{fill:#000}.pattern__favorite-button.is-favorited svg path{fill:#d94f4f}.pattern__favorite-button.is-favorited .pattern__favorite-outline{opacity:0;transform:scale(2.8)}.pattern__favorite-button.is-favorited .pattern__favorite-filled{opacity:1}.pattern__favorite-button.is-favorited:hover .pattern__favorite-filled{animation:HeartBeat .9s infinite}@media (prefers-reduced-motion){.pattern__favorite-button.is-favorited:hover .pattern__favorite-filled{animation:none}}@keyframes HeartBeat{0%{transform:scale(1)}25%{transform:scale(1.2)}40%{transform:scale(1)}60%{transform:scale(1.2)}to{transform:scale(1)}}.main-navigation{float:none;position:static;width:auto}.main-navigation a{font-size:.8125rem}.main-navigation.toggled div.menu{position:absolute;top:57px;right:0;width:100%;background:#0073aa}.menu-toggle{position:static;height:auto;width:auto;font-size:1.5625rem;overflow:hidden;-webkit-appearance:none}body.page .entry-header{background:none;padding:0}body.page .entry-header .entry-title{color:inherit;margin:2rem auto 1rem;max-width:960px}@media screen and (min-width:737px){body.page .entry-header .entry-title{padding:0 10px}}.pattern-grid-menu{margin:0 auto;max-width:960px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.pattern-grid-menu>:first-child,.pattern-grid-menu>:last-child{width:100%}.pattern-grid-menu>:last-child{margin:1.5rem;width:calc(100% - 3rem)}@media only screen and (min-width:782px){.pattern-grid-menu{margin:1.5rem;flex-direction:row}.pattern-grid-menu>:last-child{margin:0;width:auto}}@media only screen and (min-width:960px){.pattern-grid-menu{margin:1.5rem auto}}.pattern-grid{max-width:960px;margin:1.5rem}@media screen and (min-width:600px){.pattern-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.pattern-grid>*{align-self:baseline}}@media screen and (min-width:960px){.pattern-grid{margin-left:auto;margin-right:auto}}.pattern-grid__pattern{position:relative;margin:0 0 1.5rem;border:1px solid #d7dade;border-radius:2px;transition:all 75ms ease-in-out}@media screen and (min-width:600px){.pattern-grid__pattern{display:inline-block;margin:0}}.pattern-grid__pattern .pattern-grid__preview{overflow:hidden}.pattern-grid__pattern .pattern-grid__actions{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;padding:.375rem;background:hsla(0,0%,100%,.8);backdrop-filter:blur(3px);opacity:0;transform:translateY(6px);transition:all 75ms ease-in-out}.pattern-grid__pattern .pattern-grid__actions .pattern-grid__title{flex-grow:1;margin:0;padding:0 .375rem 0 .75rem;font-size:.75rem;pointer-events:none}.pattern-grid__pattern .pattern-grid__actions .pattern__copy-button,.pattern-grid__pattern .pattern-grid__actions .pattern__favorite-button{flex-shrink:0}.pattern-grid__pattern .pattern-grid__actions .button+.components-button{margin-left:.375rem}.pattern-grid__pattern:focus-within .pattern-grid__actions,.pattern-grid__pattern:hover .pattern-grid__actions{opacity:1;transform:translateY(0)}.pagination{max-width:960px;margin:1.5rem}@media screen and (min-width:960px){.pagination{margin-left:auto;margin-right:auto}}.pagination__list{display:flex;margin:0;list-style:none;justify-content:center;align-items:center;gap:.75rem}@media (max-width:480px){.pagination__list{gap:.25rem}}.pagination__item,.pagination__link{display:inline-block}.pagination__link{padding:.75rem;background:#fff;border:1px solid #d7dade;border-radius:2px;line-height:1}.pagination__link,.pagination__link:active,.pagination__link:hover{text-decoration:none}.pagination__link[aria-current=page]{border:1px solid #191e23;background:#191e23;color:#fff}@media (max-width:480px){.pagination__link{padding:.5rem}}@media (max-width:600px){.pagination__item-next-page .pagination__link span[aria-hidden],.pagination__item-previous-page .pagination__link span[aria-hidden]{display:none}.pagination__item-previous-page .pagination__link:before{content:"<"}.pagination__item-next-page .pagination__link:before{content:">"}}.pattern-preview__container{padding:0;background:#f3f4f5}.pattern-preview__size-control{margin:0 auto;padding:1rem 0;max-width:12rem}.pattern-preview__size-control .components-base-control__field{margin-bottom:0}.pattern-preview__viewport{position:relative;margin:0 auto;padding:0 20px;max-width:100vw;min-width:320px}.pattern-preview__viewport .pattern-preview__viewport-iframe{background:#fff;border:1px solid #e8eaeb;vertical-align:middle;max-width:100vw}.pattern-preview__viewport:focus-within .pattern-preview__resize-help{clip:auto;clip-path:none;height:auto;margin:initial;overflow:initial;width:auto;bottom:-1rem;left:20px;right:20px;padding:8px 16px;background:#fff;border-radius:2px;border:1px solid #d7dade;text-align:center}.pattern-preview__drag-handle{position:absolute;top:0;bottom:0;width:20px}.pattern-preview__drag-handle.is-left{left:0}.pattern-preview__drag-handle.is-right{right:0}.pattern-preview__drag-handle-button{position:absolute;top:calc(50% - 50px);left:6px;padding:0;width:8px;height:100px;appearance:none;cursor:grab;outline:none;background:#7e8993;border-radius:99999px;border:none}.pattern-preview__drag-handle-button:hover{background:#6c7782}.pattern-preview__drag-handle-button:active{cursor:grabbing;background:#606a74}.pattern-preview__drag-handle-button:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.pattern-report-button{color:#23282d!important}.pattern-report-button__copy{margin:0;display:flex;justify-content:center;align-items:center}.pattern-report-button__copy svg{margin-right:.375rem}.pattern-report-modal{max-width:400px;width:100%}@media screen and (min-width:600px){.pattern-report-modal{width:400px}}.pattern-report-modal form>:first-child{padding-bottom:1.5rem}.pattern-report-modal__has-fixed-height{min-height:400px}.pattern-report-modal__copy{text-align:center;line-height:1.5}.pattern-report-modal__actions{margin-top:1.5rem;display:grid;grid-template-columns:48% 48%;column-gap:4%}.pattern-report-modal__actions button{justify-content:center}.pattern-report-modal__radio .components-radio-control__option{margin-top:.75rem}body.single-wporg-pattern{box-sizing:border-box;font-size:14px;font-weight:400;line-height:1.2}body.single-wporg-pattern .site-content{margin:auto;max-width:none;padding:0}body.single-wporg-pattern .entry-header,body.single-wporg-pattern .pattern-actions__container,body.single-wporg-pattern .pattern__meta{max-width:960px;padding:1.5rem;margin-left:auto;margin-right:auto}@media only screen and (min-width:960px){body.single-wporg-pattern .entry-header,body.single-wporg-pattern .pattern-actions__container,body.single-wporg-pattern .pattern__meta{padding-left:0;padding-right:0}}body.single-wporg-pattern .entry-header{padding-top:2.625rem;padding-bottom:1.875rem}body.single-wporg-pattern .entry-header .entry-title{margin-top:0;line-height:1.2;font-weight:600}body.single-wporg-pattern .pattern__categories a{display:inline-block;margin-right:1rem}body.single-wporg-pattern .pattern__categories a:last-of-type{margin-right:0}body.single-wporg-pattern .pattern__categories-label{margin-right:1rem;font-weight:600;font-size:.75rem;line-height:1.3333;text-transform:uppercase}body.single-wporg-pattern .pattern-actions{padding:0 1.5rem 2rem;background:#fff}body.single-wporg-pattern .pattern-actions button{margin:0}@media only screen and (min-width:960px){body.single-wporg-pattern .pattern-actions{padding-left:0;padding-right:0}}body.single-wporg-pattern .pattern-actions__container{padding:0;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5em 2em}@media (max-width:480px){body.single-wporg-pattern .pattern-actions__container{justify-content:center}}body.single-wporg-pattern .pattern-actions__notice{margin:1.5rem 0 0;height:auto;flex-basis:100%}body.single-wporg-pattern .pattern-actions__notice>*{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin:0}body.single-wporg-pattern .pattern-actions__notice>* button{margin-top:.75rem}@media only screen and (min-width:600px){body.single-wporg-pattern .pattern-actions__notice>*{align-items:center;flex-direction:row}body.single-wporg-pattern .pattern-actions__notice>* button{margin-top:0}}body.single-wporg-pattern .pattern-actions__guide{max-width:384px;height:auto;max-height:none}body.single-wporg-pattern .pattern-actions__guide-content{padding:1.5rem;line-height:1.5}body.single-wporg-pattern .pattern-actions__guide-title{margin:0}body.single-wporg-pattern .pattern-actions__guide-shortcut{background:#edeff0;box-shadow:0 0 0 1px #ccd0d4;padding:1px;font-weight:600;min-width:20px;display:inline-block;text-align:center;border-radius:2px}body.single-wporg-pattern .entry-content{max-width:960px;margin-left:auto;margin-right:auto}body.single-wporg-pattern .pattern__meta{display:flex;justify-content:flex-end}.site-header:not(.home) .search-form{display:flex;align-items:center}.site-header:not(.home) .search-form>input{flex:1;border:0;border-radius:2px 0 0 2px;display:inline-block;font-size:12px;padding:5px 10px;position:relative;width:auto;height:100%}.site-header:not(.home) .search-form button{margin:0;border-radius:0 2px 2px 0;padding:3px 12px;height:unset}.search-form--is-inline .search-form{display:flex;justify-content:space-between;background:#fff}.search-form--is-inline .search-form>label{flex:1}.search-form--is-inline .search-form input{padding:.5rem;background:transparent;border:none;box-shadow:none;width:100%;font-size:14px}@media only screen and (min-width:768px){.search-form--is-inline .search-form input{font-size:16px}}.search-form--is-inline .search-form button{background:transparent;margin-bottom:0;border:0;box-shadow:none;height:inherit;text-shadow:none;color:#32373c}.search-form--is-inline .search-form button:focus{-webkit-box-shadow:0 0 2px 1px #0073aa;box-shadow:0 0 2px 1px #0073aa}.search-form--is-centered .search-form{margin:0 auto}.search-form--is-constrained .search-form{max-width:36rem}.search-form--is-muted .search-form{border-color:#d7dade!important}.search-form--is-muted .search-form button,.search-form--is-muted .search-form input{background:#f8f9f9;color:#7e8993}.search-form--has-medium-text .search-form input{font-size:14px}.search-form--has-border .search-form{border:1px solid #7e8993}.section-heading_link,.section-heading_title{margin-bottom:0}.section-heading_title{font-weight:300}.section-heading_title .archive-title-prefix{display:block;font-size:1rem}.section-heading_link{text-decoration:underline;font-weight:600;margin-top:1.5rem!important}@media only screen and (min-width:768px){.section-heading_link{margin-top:0!important}}.section-heading_description{margin:1rem 0 0}.section-heading_description :last-child{margin-bottom:0}.section-heading--with-space{padding-bottom:16px}.site-content{margin:0 auto;max-width:none;padding:0}body.home .site-header{padding:3.75rem 1rem;text-align:left}body.home .site-branding{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr 22rem}body.home .site-branding>*{align-self:center}@media screen and (max-width:736px){body.home .site-branding{display:block}}body.home .site-title.site-title{grid-column-start:1;grid-row-start:1;margin-top:0;text-align:left;font-size:3rem;line-height:1.25}body.home .site-description{grid-column-start:1;grid-row-start:2;margin:0;font-size:1.25rem;line-height:1.6;text-align:left;color:#fff}body.home .site-callout{grid-column-start:2;grid-row-start:1;grid-row-end:span 2;margin-left:4rem;padding:1.125rem 1.5rem 1.5rem;font-size:.875rem;line-height:1.6;background:#fff;box-shadow:.75rem .75rem 0 rgba(0,0,0,.15)}body.home .site-callout h2{margin-top:0;font-size:1.125rem;line-height:1.25;font-weight:600}body.home .site-callout p:last-child{margin-bottom:0}@media screen and (max-width:736px){body.home .site-callout{margin:2rem auto 0;max-width:24rem}}body:not(.home) .site-branding{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#fff}body:not(.home) .site-branding a{color:#fff}body:not(.home) .site-branding .sep{margin-left:.5rem;margin-right:.5rem}body:not(.home) .site-branding .is-current-page{font-weight:600}.site-title a{text-decoration:none}.site-title a:active,.site-title a:focus,.site-title a:hover{color:#fff}.has-wporg-blue-color{color:#1e8cbe}.has-wporg-blue-background-color{background-color:#1e8cbe}.has-wporg-purple-color{color:#826eb4}.has-wporg-purple-background-color{background-color:#826eb4}.has-wporg-white-color{color:#fff}.has-wporg-white-background-color{background-color:#fff}.home-page .shapes{position:relative;margin:0 auto}.home-page .shapes .parallelogram p:before{font-size:64px;height:64px;left:-16px;position:relative}.home-page .shapes .parallelogram{color:#fff;display:block;margin:0 auto;opacity:.9;padding:60px 40px;text-align:center;text-decoration:none}.home-page .shapes strong{display:block;font-size:28px;font-weight:300;padding-bottom:15px;padding-top:15px}.home-page .shapes p{color:#fff;font-size:16px;font-weight:300;margin:0}.home-page .shapes u{display:block;font-size:18px;padding-top:15px}@media only screen and (min-width:768px){.home-page .shapes{height:400px}.home-page .shapes .parallelogram{width:50%;position:absolute;padding:50px 90px}}@media only screen and (min-width:960px){.home-page .shapes .parallelogram{-webkit-transform:skew(-15deg);-ms-transform:skew(-15deg);transform:skew(-15deg)}.home-page .shapes .parallelogram:before,.home-page .shapes p{-webkit-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg)}}@media only screen and (min-width:1200px){.home-page .shapes{margin:0 -60px}}.terms{font-style:italic;font-size:14px}1 @charset "UTF-8";[class*=col-]{margin:inherit}.row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:768px){.row{flex-direction:column;flex-wrap:nowrap}}.row.gutters>.row{margin-left:-2%}@media (max-width:768px){.row.gutters>.row{margin-left:0}}.row.gutters>.row>[class*=col-]{margin-left:2%}@media (max-width:768px){.row.gutters>.row>[class*=col-]{margin-left:0}}.row.around{justify-content:space-around}.row.between{justify-content:space-between}.row.auto .col{flex-grow:1}.col-1{width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{width:25%}.offset-3{margin-left:25%}.col-4{width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{width:50%}.offset-6{margin-left:50%}.col-7{width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{width:75%}.offset-9{margin-left:75%}.col-10{width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{width:100%}.offset-12{margin-left:100%}.gutters>.col-1{width:6.33333%}.gutters>.col-1:nth-child(n+13){margin-top:2%}.gutters>.offset-1{margin-left:10.33333%!important}.gutters>.col-2{width:14.66667%}.gutters>.col-2:nth-child(n+7){margin-top:2%}.gutters>.offset-2{margin-left:18.66667%!important}.gutters>.col-3{width:23%}.gutters>.col-3:nth-child(n+5){margin-top:2%}.gutters>.offset-3{margin-left:27%!important}.gutters>.col-4{width:31.33333%}.gutters>.col-4:nth-child(n+4){margin-top:2%}.gutters>.offset-4{margin-left:35.33333%!important}.gutters>.col-5{width:39.66667%}.gutters>.offset-5{margin-left:43.66667%!important}.gutters>.col-6{width:48%}.gutters>.col-6:nth-child(n+3){margin-top:2%}.gutters>.offset-6{margin-left:52%!important}.gutters>.col-7{width:56.33333%}.gutters>.offset-7{margin-left:60.33333%!important}.gutters>.col-8{width:64.66667%}.gutters>.offset-8{margin-left:68.66667%!important}.gutters>.col-9{width:73%}.gutters>.offset-9{margin-left:77%!important}.gutters>.col-10{width:81.33333%}.gutters>.offset-10{margin-left:85.33333%!important}.gutters>.col-11{width:89.66667%}.gutters>.offset-11{margin-left:93.66667%!important}.gutters>.col-12{width:98%}.gutters>.offset-12{margin-left:102%!important}@media (max-width:768px){[class*=" offset-"],[class^=offset-]{margin-left:0}}.first{order:-1}.last{order:1}@media (max-width:768px){.row [class*=col-]{margin-left:0;width:100%}.row.gutters [class*=col-]{margin-bottom:16px}.first-sm{order:-1}.last-sm{order:1}}.gutters .column.push-left,.push-left{margin-right:auto}.gutters .column.push-right,.push-right{margin-left:auto}.gutters .column.push-center,.push-center{margin-left:auto;margin-right:auto}.gutters .column.push-middle,.push-middle{margin-bottom:auto;margin-top:auto}.push-bottom{margin-top:auto}@media (max-width:768px){.gutters .column.push-left-sm,.push-left-sm{margin-left:0}.gutters .column.push-center-sm,.push-center-sm{margin-left:auto;margin-right:auto}.push-top-sm{margin-top:0}}.align-middle{align-items:center}.align-right{justify-content:flex-end}.align-center{justify-content:center}@media (max-width:768px){.align-left-sm{justify-content:flex-start}}.float-right{float:right}.float-left{float:left}@media (max-width:768px){.float-left,.float-right{float:none}}.fixed{left:0;position:fixed;top:0;width:100%;z-index:100}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}optgroup{font-weight:700}table{border-spacing:0}td,th{padding:0}p{margin:1rem 0}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5rem}address{margin:0 0 1.5rem}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.6rem;max-width:100%;overflow:auto;padding:1.6rem}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote{border-left:2px solid #767676;color:#767676;margin:1rem 0;padding-left:.8rem}blockquote cite{font-size:.8rem}figure{margin:0}hr{background-color:#eee;border:0;height:2px;margin:5rem auto}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{clear:both;font-family:Open Sans,sans-serif;line-height:1.5;margin:2rem 0 1rem}.h1,h1{font-size:2.44140625rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.953125rem}.h3,h3{font-size:1.5625rem;font-weight:400}.h4,h4{color:#32373c;font-size:1.25rem;font-weight:600;padding:0}.h5,h5{font-size:1rem;letter-spacing:.01rem}.h5,.h6,h5,h6{font-weight:600;text-transform:uppercase}.h6,h6{font-size:.8rem;letter-spacing:.8px}a{color:#0073aa;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}a:focus{outline:thin dotted}a:active,a:hover{outline:0}li>a,p a{text-decoration:underline}li>a:hover,p a:hover{color:#d54e21}ol,ul{margin:0 0 1.5em 1.5em;padding:0}ul{list-style:square}ol{list-style:decimal}ol.unmarked-list,ul.unmarked-list{list-style:none;padding-left:0}li>ol,li>ul{margin-bottom:0}dt{font-weight:700}dd{margin:0 1.5em 1.5em}table{border:1px solid #eee;border-collapse:collapse;font-size:.8rem;margin:0 0 1rem;padding:0;width:100%}table thead{background:#32373c;color:#fff}table td,table th{border:1px solid #eee;font-weight:400;margin:0;padding:.4rem;text-align:left;vertical-align:top}table tbody tr:nth-child(2n){background:#f7f7f7}html{font-size:100%}body,button,input,select,textarea{color:#32373c;font-family:Open Sans,sans-serif;font-size:100%;line-height:1.5}@media screen and (min-width:737px){html{font-size:1.125rem}}.custom-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A');background-position:right .7em top 50%;background-repeat:no-repeat;background-size:.65em auto;border:1px solid #6c7782;border-radius:.5em;box-shadow:none;box-sizing:border-box;display:inline-block;font-size:1em;line-height:1.3;padding:.5rem 2rem .5rem .8rem;width:auto}.custom-select::-ms-expand{display:none}.custom-select:focus{box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.custom-select option{font-weight:400}html{font-size:1rem}@media screen and (min-width:737px){html{font-size:1rem}}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-content[tabindex="-1"]:focus{outline:0}.no-js .hide-if-no-js{display:none}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}@media screen and (max-width:480px){.alignleft,.alignright{display:block;float:none;margin-left:auto;margin-right:auto}}.button,.button-primary,.button-secondary,.plugin-upload-form .button-primary{-webkit-appearance:none;border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:.8rem;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.button-group.button-xl .button,.button.button-xl{font-size:1rem;height:2.44140625rem;line-height:1;padding:0 1.5rem}.button-group.button-large .button,.button.button-large{height:1.953125rem;line-height:1;padding:0 1rem}.button-group.button-small .button,.button.button-small{font-size:.64rem;height:1.25rem;line-height:1;padding:0 .5rem}a.button,a.button-primary,a.button-secondary{line-height:1.5625rem}.button-group.button-large a.button,a.button.button-large{line-height:1.953125rem}.button-group.button-xl a.button,a.button.button-xl{line-height:2.44140625rem}.button-group.button-small a.button,a.button.button-small{line-height:1.25rem}.button:active,.button:focus{outline:none}.button.hidden{display:none}input[type=reset],input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover{background:none;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}p .button{vertical-align:baseline}.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link,input[type=submit].button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-link:focus{outline:1px solid #5b9dd9}.button-primary,.download-button,.plugin-upload-form .button-primary{text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.button-primary,.button-primary:visited,.download-button,.download-button:visited,.plugin-upload-form .button-primary,.plugin-upload-form .button-primary:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary.hover,.plugin-upload-form .button-primary:focus,.plugin-upload-form .button-primary:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active,.plugin-upload-form .button-primary.active,.plugin-upload-form .button-primary.active:focus,.plugin-upload-form .button-primary.active:hover,.plugin-upload-form .button-primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled],.plugin-upload-form .button-primary.disabled,.plugin-upload-form .button-primary:disabled,.plugin-upload-form .button-primary[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-primary.button.button-hero,.download-button.button.button-hero,.plugin-upload-form .button-primary.button.button-hero{box-shadow:0 2px 0 #006799}.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active,.plugin-upload-form .button-primary.button.button-hero.active,.plugin-upload-form .button-primary.button.button-hero.active:focus,.plugin-upload-form .button-primary.button.button-hero.active:hover,.plugin-upload-form .button-primary.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-primary-disabled{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-group{display:inline-block;font-size:0;position:relative;vertical-align:middle;white-space:nowrap}.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}.button-group>.button-primary{z-index:100}.button-group>.button:hover{z-index:20}.button-group>.button:first-child{border-radius:3px 0 0 3px}.button-group>.button:last-child{border-radius:0 3px 3px 0}.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:737px){.button,.button.button-large,.button.button-small,.plugin-upload-form .button-primary{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.home-below:after,.home-below:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.home-below:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}p.subheading{color:#82878c;font-weight:300;margin:-.4rem auto 2rem;text-align:center}p.intro,p.subheading{font-size:1.25rem}p.aside{font-size:.8rem}p.note{font-size:.64rem;letter-spacing:.01rem;max-width:18.1898940355rem}input,textarea{box-sizing:border-box}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}input[type=email],input[type=url]{direction:ltr}input[type=number]{height:28px;line-height:inherit}input[type=checkbox],input[type=radio]{-webkit-appearance:none;background:#fff;border:1px solid #b4b9be;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);clear:none;color:#555;cursor:pointer;display:inline-block;height:16px;line-height:0;margin:-4px 4px 0 0;min-width:16px;outline:0;padding:0!important;text-align:center;transition:border-color .05s ease-in-out;vertical-align:middle;width:16px}input[type=checkbox]:checked:before,input[type=radio]:checked:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;float:left;font:normal 21px/1 dashicons;vertical-align:middle;width:16px}input[type=checkbox].disabled,input[type=checkbox].disabled:checked:before,input[type=checkbox]:disabled,input[type=checkbox]:disabled:checked:before,input[type=radio].disabled,input[type=radio].disabled:checked:before,input[type=radio]:disabled,input[type=radio]:disabled:checked:before{opacity:.7}input[type=checkbox]:checked:before{color:#1e8cbe;content:"";margin:-3px 0 0 -4px}input[type=radio]{border-radius:50%;line-height:10px;margin-right:4px}input[type=radio]:checked+label:before{color:#82878c}input[type=radio]:checked:before{background-color:#1e8cbe;border-radius:50px;content:"•";font-size:24px;height:6px;line-height:16px;margin:4px;text-indent:-9999px;width:6px}input[type=reset]:active,input[type=reset]:hover{color:#00a0d2}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{display:none}button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{border-radius:0;font-size:14px;padding:3px 5px}textarea{line-height:1.4;overflow:auto;padding:2px 6px;resize:vertical}textarea.code{line-height:1.4;padding:4px 6px 1px}label{cursor:pointer;vertical-align:middle}input,select{margin:1px;padding:3px 5px}input.code{padding-top:6px}input.readonly,input[readonly],textarea.readonly,textarea[readonly]{background-color:#eee}.wp-core-ui :-moz-placeholder,:-moz-placeholder{color:#a9a9a9}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background:hsla(0,0%,100%,.5);border-color:hsla(0,0%,87%,.75);box-shadow:inset 0 1px 2px rgba(0,0,0,.04);color:rgba(51,51,51,.5)}input[type=file].disabled,input[type=file]:disabled,input[type=range].disabled,input[type=range]:disabled{background:none;box-shadow:none}input.large-text,textarea.large-text{width:99%}input.regular-text{width:25em}input.small-text{padding:1px 6px;width:50px}input[type=number].small-text{width:65px}input.tiny-text{width:35px}input[type=number].tiny-text{width:45px}@media screen and (max-width:782px){textarea{-webkit-appearance:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;padding:6px 10px}input[type=number]{height:40px}input.code{padding-bottom:5px;padding-top:10px}input[type=checkbox]{-webkit-appearance:none;padding:10px}input[type=checkbox]:checked:before{font:normal 30px/1 dashicons;margin:-3px -5px}input[type=checkbox],input[type=radio]{height:25px;width:25px}input[type=radio]:checked:before{height:9px;line-height:16px;margin:7px;vertical-align:middle;width:9px}input,textarea{font-size:16px}input[type=number].small-text,input[type=password].small-text,input[type=search].small-text,input[type=text].small-text{display:inline;margin:0 3px;max-width:55px;padding:3px 6px;width:auto}input.regular-text{width:100%}label{font-size:14px}fieldset label{display:block}}a.button:active,a.button:focus,a.button:hover{text-decoration:none}.notice{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:1em 0;padding:1px 12px}.notice p{font-size:.8rem;margin:.5em 0;padding:2px}.notice.notice-alt{box-shadow:none}.notice.notice-large{padding:10px 20px}.notice.notice-success{border-left-color:#46b450}.notice.notice-success.notice-alt{background-color:#ecf7ed}.notice.notice-warning{border-left-color:#ffb900}.notice.notice-warning.notice-alt{background-color:#fff8e5}.notice.notice-error{border-left-color:#dc3232}.notice.notice-error.notice-alt{background-color:#fbeaea}.notice.notice-info{border-left-color:#00a0d2}.notice.notice-info.notice-alt{background-color:#e5f5fa}.error-404 .page-content,.error-404 .page-title{text-align:center}.error-404 .page-content .logo-swing{height:10rem;margin:6rem auto;position:relative;text-align:center;width:10rem}.error-404 .page-content .logo-swing .wp-logo{left:0;max-width:none;position:absolute;top:0;width:10rem}@keyframes hinge{10%{height:180px;transform:rotate(0deg);width:180px}15%{height:185px;transform:rotate(0deg);width:185px}20%{height:180px;transform:rotate(5deg);width:180px}40%{animation-timing-function:ease-in-out;transform-origin:top left}60%{animation-timing-function:ease-in-out;transform:rotate(40deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}.comments-area{margin-top:5em}.comments-area>:last-child{margin-bottom:0}.comments-area .comment-list+.comment-respond{border-top:1px solid #eaeaea}.comments-area .comment-list+.comment-respond,.comments-area .comment-navigation+.comment-respond{padding-top:1.6em}.comments-area .comments-title{margin-bottom:1.3333em}.comments-area .comment-list{list-style:none;margin:0}.comments-area .comment-list .pingback,.comments-area .comment-list .trackback,.comments-area .comment-list article{border-top:1px solid #eaeaea;padding:1.6em 0}.comments-area .comment-list article:not(:only-child){padding-bottom:0}.comments-area .comment-list article+.comment-respond{padding-bottom:1.6em}.comments-area .comment-list .children{list-style:none;margin:0}.comments-area .comment-list .children>li{padding-left:.8em}.comments-area .comment-list .alt{background:none}.comments-area .comment-author{color:#999;margin-bottom:.4em}.comments-area .comment-author .avatar{float:left;height:24px;margin-right:.8em;width:24px}.comments-area .comment-metadata,.comments-area .pingback .edit-link{color:#999;line-height:1.5}.comments-area .comment-metadata a,.comments-area .pingback .edit-link a{color:#777}.comments-area .comment-metadata{font-size:.8rem;margin-bottom:1.6em}.comments-area .comment-metadata .edit-link,.comments-area .pingback .edit-link{margin-left:1em}.comments-area .pingback .edit-link:before{top:5px}.comments-area .comment-content ol,.comments-area .comment-content ul{margin:0 0 1.6em 1.3333em}.comments-area .comment-content>:last-child,.comments-area .comment-content li>ol,.comments-area .comment-content li>ul{margin-bottom:0}.comments-area .comment-content .reply{font-size:12px}.comments-area .comment-content .reply a{border:1px solid #eaeaea;color:#707070;display:inline-block;font-weight:700;line-height:1;margin-top:2em;padding:.4167em .8333em;text-transform:uppercase}.comments-area .comment-content .reply a:focus,.comments-area .comment-content .reply a:hover{border-color:#333;color:#333;outline:0}.comments-area .comment-reply-title a{font-weight:inherit}.comments-area .comment-form label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.04em;line-height:1.5}.comments-area .comment-form input[type=email],.comments-area .comment-form input[type=text],.comments-area .comment-form input[type=url],.comments-area .comment-form textarea{width:100%}.comments-area .comment-awaiting-moderation,.comments-area .comment-notes,.comments-area .form-allowed-tags,.comments-area .logged-in-as{font-size:1rem;line-height:1.5;margin-bottom:2em}.comments-area .no-comments{border-top:1px solid #eaeaea;color:#999;font-weight:700;padding-top:1.6em}.comments-area .comment-navigation+.no-comments{border-top:0}.comments-area .form-allowed-tags code{font-family:Inconsolata,monospace}.comments-area .form-submit{margin-bottom:0}.comments-area .required{color:#c0392b}.entry-content{word-wrap:break-word;hyphens:auto}.entry-content>p:first-child{margin-top:0}.entry-content [class*=col-]~h1,.entry-content [class*=col-]~h2,.entry-content [class*=col-]~h3,.entry-content [class*=col-]~h4,.entry-content [class*=col-]~h5,.entry-content [class*=col-]~h6{clear:none}.entry-header{position:relative}.entry-header .sticky-post{color:#999;font-size:.8rem;font-style:italic;position:absolute;top:-.8rem}.entry-meta{color:#999;font-size:.8rem;margin-bottom:1rem}.entry-meta a{color:#777}.entry-meta>span{margin-right:1rem}.entry-meta>span :last-of-type{margin:0}.entry-meta .byline,.entry-meta .updated:not(.published),.sticky .entry-meta .posted-on{display:none}.group-blog .entry-meta .byline,.single .entry-meta .byline{display:inline}.entry-summary{word-wrap:break-word;hyphens:auto}body:not(.single):not(.search) .site-main .post{margin-bottom:3.0517578125rem;max-width:40em}.gallery{margin-bottom:1.5rem}.gallery .gallery-item{display:inline-block;margin:0;text-align:center;vertical-align:top;width:100%}.gallery.gallery-columns-2 .gallery-item{max-width:50%}.gallery.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery.gallery-columns-4 .gallery-item{max-width:25%}.gallery.gallery-columns-5 .gallery-item{max-width:20%}.gallery.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery .gallery-caption{display:block}.main-navigation{background:#0073aa;clear:both;left:0;position:absolute;top:60px;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;left:-999em;position:absolute;top:1.5em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{left:auto}.main-navigation li{border-top:1px solid hsla(0,0%,100%,.2);padding:1rem}.main-navigation a{color:hsla(0,0%,100%,.8);display:block;font-size:.8rem;text-decoration:none}.main-navigation a.active,.main-navigation a:hover{color:#fff}@media screen and (min-width:737px){.main-navigation a.active{border-bottom:1px solid}}.main-navigation.toggled{z-index:1}.main-navigation.toggled ul{display:block}.menu-toggle{background:transparent;border:none;color:#fff;height:3.5rem;position:absolute;right:1rem;top:-58px;width:3.5rem}.toggled .menu-toggle:before{content:""}@media screen and (min-width:737px){.menu-toggle{display:none}.main-navigation{float:right;position:static;width:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}body.page .gutters .col-12{width:100%}body.page .entry-header{background:#0073aa;padding:1rem 0}body.page .entry-header .entry-title{color:#fff;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 auto;padding:0 1.5625rem}body.page .entry-header.home{padding:1.5625rem 1.143rem;text-align:center}@media screen and (min-width:737px){body.page .site-header+.site-main .entry-title{padding:initial}}body.page .entry-content,body.page .entry-footer{margin:0 auto;max-width:960px;padding:3.0517578125rem 1.5625rem}.post-navigation{margin:5em auto;padding:0}.post-navigation a{border-bottom:1px solid #eaeaea;color:#444;display:block;font-weight:600;padding:11px 0 12px;text-transform:none;width:100%}.post-navigation a:hover{color:#21759b}.post-navigation .nav-links{word-wrap:break-word;border-top:1px solid #eaeaea;hyphens:auto}.post-navigation .meta-nav{color:#777;display:block;font-size:13px;line-height:2;text-transform:uppercase}.post-navigation .nav-next{text-align:right}.pagination .nav-links{text-align:center}.pagination .nav-links .page-numbers{background-color:#f9f9f9;cursor:hand;display:inline-block;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.dots,.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{background:none;font-size:.9em;width:auto}.pagination .nav-links .page-numbers.dots{cursor:inherit}@media screen and (max-width:737px){.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{font-size:0;min-width:auto;padding:0}.pagination .nav-links .page-numbers.next:after,.pagination .nav-links .page-numbers.prev:before{background-color:#f9f9f9;display:inline-block;font-size:1rem;line-height:1.5;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.prev:before{content:"‹"}.pagination .nav-links .page-numbers.next:after{content:"›"}}.pagination .nav-links span.page-numbers{background-color:#f7f7f7;font-weight:700}.search-form .search-field{line-height:normal;margin:0;padding:4px 5px;vertical-align:text-bottom}body.search .gutters .col-12{width:100%}body.search .site-main{margin:0 auto;max-width:960px;padding:0 1.5625rem 3.0517578125rem}.site-content{max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-content{padding:0 10px 3.0517578125rem}}@media screen and (max-width:737px){.site-content .site-main{float:none;margin:0;width:auto}}.home .site-content,.page .site-content,.site-content.page{margin:auto;max-width:none;padding:0}.site-content .page-title{font-size:1.25rem;font-weight:400}.site-content .no-results{margin:0 auto 3.0517578125rem;max-width:40em;padding:0 2rem}.site-description{color:hsla(0,0%,100%,.8);font-size:1.25rem;font-weight:300;margin:-.4rem auto 2rem;text-align:center}.site-header{background:#0073aa;padding:1rem 0;position:relative}.site-header .site-branding{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-header .site-branding{padding:0 10px}}.site-header.home{padding:1.5625rem 1.143rem;text-align:center}.site-title{display:inline-block;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 2rem 0 0;max-width:none}.site-title a{color:#fff;font-weight:300}.site-title a:active,.site-title a:focus,.site-title a:hover{text-decoration:none}.site-header.home .site-title{display:inherit;font-size:3.8146972656rem;margin:2rem 0 1rem}.widget-area{font-size:.8rem}@media screen and (min-width:480px) and (max-width:768px){.widget-area{display:flex}.widget-area .widget{width:48%}}#wporg-footer{background-color:#f7f7f7;border-top:1px solid #dfdfdf;padding:22px 14px 65px}#wporg-footer,#wporg-footer .wrapper{clear:both;margin:0 auto;overflow:auto}#wporg-footer .wrapper{max-width:930px}#wporg-footer ul{float:left;margin-bottom:20px;margin-left:24px;overflow:auto;padding-left:0;width:135px}@media screen and (min-width:960px){#wporg-footer ul:first-child{margin-left:0}}#wporg-footer ul li{color:#bbb;font-size:14px;list-style-type:none;margin-bottom:1px}#wporg-footer ul li a{text-decoration:none;text-decoration-skip-ink:none}#wporg-footer ul li a:hover{color:#0073aa;text-decoration:underline}#wporg-footer .cip{clear:both;color:#ccc;float:none;font-size:.8rem;letter-spacing:.3em;margin:35px auto 0;text-align:center;text-transform:uppercase}#wporg-footer .cip.cip-image{background:url(//s.w.org/style/images/codeispoetry.png?1=) 50% no-repeat;background-size:190px 15px;height:15px;text-indent:-9999px;width:190px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#wporg-footer .cip.cip-image{background-image:url(//s.w.org/style/images/codeispoetry-2x.png?1=)}}@media screen and (min-width:561px) and (max-width:959px){#wporg-footer .wrapper{max-width:600px}#wporg-footer ul{margin-left:2%;width:32%}#wporg-footer ul:nth-child(3n+1){margin-left:0}#wporg-footer ul:nth-child(4n){clear:both}}@media screen and (max-width:560px){#wporg-footer .wrapper{max-width:360px}#wporg-footer ul{margin-left:4%;width:48%}#wporg-footer ul:nth-child(odd){clear:both;margin-left:0}}#wporg-header{background:#23282d;height:140px;position:relative;text-align:center;width:100%}#wporg-header .wrapper{margin:0 auto;max-width:960px}#wporg-header h1{display:inline-block;margin:auto;width:303px}#wporg-header h1 a{background:url(//s.w.org/style/images/wporg-logo.svg?3=) 0 no-repeat;background-size:290px 46px;display:block;height:88px;text-indent:-9999px}#wporg-header h2.rosetta{clear:none;color:#dfdfdf;font-family:Georgia,Times New Roman,serif;font-size:30px;margin:0 0 0 60px}#wporg-header h2.rosetta a{border-bottom:none;color:#dfdfdf;display:block;height:52px;line-height:22px;padding:0}#wporg-header h2.rosetta a:hover{text-decoration:none}#wporg-header #wporg-header-menu{background:#23282d;left:-75%;list-style:none;margin:0;max-width:75%;min-width:200px;position:absolute;text-align:left;top:100%;transition:left .3s;z-index:100000}#wporg-header #wporg-header-menu.toggled{left:0}#wporg-header ul li{list-style-type:none;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:34px;line-height:34px;margin:0 4px;padding:10px 30px;text-decoration:none}#wporg-header ul li a.subcurrent{font-weight:700}@media (max-width:768px){#wporg-header ul li a{height:auto}}#wporg-header ul li.current-menu-item a,#wporg-header ul li.current_page_parent a,#wporg-header ul li a.current,#wporg-header ul li a:hover{color:#00a0d2}#wporg-header ul li#download,#wporg-header ul li.download{float:right;height:34px;margin-right:14px;overflow:hidden;padding:0 0 34px}@media screen and (max-width:767px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;height:auto;margin:10px 20px 20px;padding-bottom:0}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px;text-align:center}}#wporg-header ul li#download a,#wporg-header ul li.download a{margin:0;padding:0 16px}#wporg-header ul li#download a:hover,#wporg-header ul li.download a:hover{color:#eee}#wporg-header ul li#download.current,#wporg-header ul li#download.current-menu-item,#wporg-header ul li#download .uparrow,#wporg-header ul li.download.current,#wporg-header ul li.download.current-menu-item,#wporg-header ul li.download .uparrow{display:none}#wporg-header ul li .nav-submenu{clip:rect(1px,1px,1px,1px);height:1px;left:-2px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;z-index:99999}#wporg-header ul li .nav-submenu li a{display:inline-block;height:24px;line-height:24px;margin:0;white-space:nowrap}@media screen and (min-width:768px){#wporg-header #head-search{float:right;margin-right:14px;padding-top:30px}}#wporg-header #head-search form{border-bottom:1px solid #3f3f3f;display:inline-block;margin-left:60px;width:288px}#wporg-header #head-search form input.text{background:#191e23;border:0;border-radius:0;box-sizing:content-box;color:#b4b9be;float:left;font-family:Open Sans,sans-serif;font-size:12px;height:24px;margin:0;outline:none;padding:3px;vertical-align:top;width:256px}#wporg-header #head-search form input.text::-moz-placeholder{color:#eee}@media screen and (max-width:480px){#wporg-header #head-search form input.text{width:216px}}#wporg-header #head-search form .button{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (max-width:480px){#wporg-header #head-search form{width:248px}}@media screen and (min-width:480px){#wporg-header #head-search form{margin-left:0}}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;margin-left:0;padding:36px 27px 0}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header #wporg-header-menu{float:left;height:46px;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{height:46px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px}#wporg-header .nav-menu .focus>ul,#wporg-header .nav-menu ul li:hover>ul,#wporg-header ul.nav-menu .focus>ul,#wporg-header ul.nav-menu li:hover>ul{clip:inherit;height:inherit;overflow:inherit;width:inherit}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}.page-download #wporg-header #download,.page-parent-download #wporg-header #download{display:none}#mobile-menu-button{background:none;box-shadow:none;display:block;font-family:dashicons;font-size:16px;font-style:normal;font-weight:400;left:10px;line-height:1;padding:1px;position:absolute;text-align:center;text-decoration:inherit;text-shadow:none;top:75px;transition:color .1s ease-in;vertical-align:top}#mobile-menu-button,#mobile-menu-button:before{-webkit-font-smoothing:antialiased;border:none;float:left}#mobile-menu-button:before{box-sizing:border-box;color:#888;content:"";display:inline-block;font:normal 50px/1 Dashicons;margin:0;outline:none;padding:3px;text-decoration:none;vertical-align:middle}@media screen and (min-width:768px){#mobile-menu-button{display:none}}#download-mobile{background:#f7f7f7;border-bottom:1px solid #ddd}#download-mobile .wrapper{padding:20px 0;text-align:center}#download-mobile span.download-ready{font-size:1.6em;margin:0 .25em}#download-mobile a.download-button{font-size:1.6em;height:inherit;margin:10px .25em;padding:10px 15px}.category-context-bar{background:#edeff0;border-radius:2px;font-size:.8125rem;margin:0 1.5rem;overflow:auto;transition:all .3s ease-out}@media (prefers-reduced-motion){.category-context-bar{transition:none}}.category-context-bar>div{align-items:center;display:flex;justify-content:space-between}@media only screen and (min-width:782px){.category-context-bar{margin:0 1.5rem}}@media only screen and (min-width:960px){.category-context-bar{margin:0 auto;max-width:960px}}.category-context-bar ul{display:flex;justify-content:space-between;margin:0;padding:0}.category-context-bar ul li{font-size:.8125rem;list-style:none}.category-context-bar ul li a{display:block;padding:1.125rem .75rem;text-decoration:none}.category-context-bar ul li:last-child a{padding-right:1.5rem}.category-context-bar__copy{align-items:center;display:flex;font-size:.8125rem;font-weight:400;margin:0;padding:1.125rem 1.5rem}.category-context-bar__title{color:#555d66;font-size:.75rem;font-weight:400;margin:0;padding-right:1.5rem;text-transform:uppercase}.category-context-bar__links{align-items:center;display:flex}@media only screen and (max-width:782px){.category-context-bar__links{display:none}}.category-context-bar__spinner{display:flex;margin:0;transform:scale(1);transition:transform .1s linear,width .15s ease-out,opacity 50ms linear 50ms;width:28px}@media (prefers-reduced-motion){.category-context-bar__spinner{transition:none}}.category-context-bar__spinner .components-spinner{margin:0}.category-context-bar__spinner--is-hidden{opacity:0;overflow:hidden;transform:scale(0);width:0}.pattern-copy-button.is-small-label{box-shadow:0 1px 2px rgba(0,0,0,.15)}.pattern-favorite-button{border-radius:2px;color:#555d66;font-size:.875rem;height:2.25rem;position:relative;width:2.25rem}.pattern-favorite-button svg{height:1.5rem;left:calc(50% - .75rem);position:absolute;top:calc(50% - .75rem);transition:all .15s ease-out;width:1.5rem}.pattern-favorite-button svg path{fill:#6c7782}.pattern-favorite-button .pattern__favorite-filled{opacity:0}.pattern-favorite-button:hover{background:transparent;color:#555d66}.pattern-favorite-button:hover svg path{fill:#555d66}.pattern-favorite-button:active{background:transparent;box-shadow:none;transform:none}.pattern-favorite-button.has-label{height:auto;padding:12px 18px 12px 38px;width:auto}.pattern-favorite-button.has-label svg{left:9px;top:calc(50% - 12px)}.pattern-favorite-button.has-label svg path{fill:#000}.pattern-favorite-button.is-favorited svg path{fill:#d94f4f}.pattern-favorite-button.is-favorited .pattern__favorite-outline{opacity:0;transform:scale(2.8)}.pattern-favorite-button.is-favorited .pattern__favorite-filled{opacity:1}.pattern-favorite-button.is-favorited:hover .pattern__favorite-filled{animation:HeartBeat .9s infinite}@media (prefers-reduced-motion){.pattern-favorite-button.is-favorited:hover .pattern__favorite-filled{animation:none}}@keyframes HeartBeat{0%{transform:scale(1)}25%{transform:scale(1.2)}40%{transform:scale(1)}60%{transform:scale(1.2)}to{transform:scale(1)}}.main-navigation{float:none;position:static;width:auto}.main-navigation a{font-size:.8125rem}.main-navigation.toggled div.menu{background:#0073aa;position:absolute;right:0;top:57px;width:100%}.menu-toggle{-webkit-appearance:none;font-size:1.5625rem;height:auto;overflow:hidden;position:static;width:auto}body.page .entry-header{background:none;padding:0}body.page .entry-header .entry-title{color:inherit;margin:2rem auto 1rem;max-width:960px}@media screen and (min-width:737px){body.page .entry-header .entry-title{padding:0 10px}}.pattern-grid-menu{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:960px}.pattern-grid-menu>*{width:100%}.pattern-grid-menu>form{margin:1.5rem;width:calc(100% - 3rem)}@media only screen and (min-width:782px){.pattern-grid-menu{flex-direction:row;margin:1.5rem}.pattern-grid-menu>form{margin:0;width:auto}}@media only screen and (min-width:960px){.pattern-grid-menu{margin:1.5rem auto}}.pattern-grid{margin:1.5rem;max-width:960px}@media screen and (min-width:600px){.pattern-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.pattern-grid>*{align-self:baseline}}@media screen and (min-width:960px){.pattern-grid{margin-left:auto;margin-right:auto}}.pattern-grid__pattern{border:1px solid #d7dade;border-radius:2px;margin:0 0 1.5rem;position:relative;transition:all 75ms ease-in-out}@media screen and (min-width:600px){.pattern-grid__pattern{display:inline-block;margin:0}}.pattern-grid__pattern .pattern-grid__preview{overflow:hidden}.pattern-grid__pattern .pattern-grid__actions{align-items:center;backdrop-filter:blur(3px);background:hsla(0,0%,100%,.8);bottom:0;display:flex;left:0;opacity:0;padding:.375rem;position:absolute;right:0;transform:translateY(6px);transition:all 75ms ease-in-out}.pattern-grid__pattern .pattern-grid__actions .pattern-grid__title{flex-grow:1;font-size:.75rem;margin:0;padding:0 .375rem 0 .75rem;pointer-events:none}.pattern-grid__pattern .pattern-grid__actions .pattern-copy-button,.pattern-grid__pattern .pattern-grid__actions .pattern-favorite-button{flex-shrink:0}.pattern-grid__pattern .pattern-grid__actions .button+.components-button{margin-left:.375rem}.pattern-grid__pattern:focus-within .pattern-grid__actions,.pattern-grid__pattern:hover .pattern-grid__actions{opacity:1;transform:translateY(0)}.pattern-menu:not(.is-mobile){margin:0;padding:0;position:relative}.pattern-menu:not(.is-mobile) li{display:inline-block;list-style:none;margin:0}.pattern-menu:not(.is-mobile) a{color:#40464d;display:block;font-size:.875rem;padding:.5rem .75rem;text-decoration:none}.pattern-menu:not(.is-mobile) a:active,.pattern-menu:not(.is-mobile) a:focus,.pattern-menu:not(.is-mobile) a:hover{color:#000}.pattern-menu .pattern-menu__item.is-active{background:#0073aa;border-radius:2px;color:#fff}.pattern-menu .pattern-menu__item.is-active:focus,.pattern-menu .pattern-menu__item.is-active:hover{color:#fff}.pattern-menu.is-mobile{border-top:none!important;padding:0!important}.pattern-menu.is-mobile ul{background:#23282d;margin:0;padding:0}.pattern-menu.is-mobile li{border-top:1px solid #32373c;list-style:none}.pattern-menu.is-mobile li a{color:#ccd0d4;display:block;font-size:.875rem;padding:1rem 1.5rem;text-decoration:none}.pattern-menu.is-mobile>.components-panel__body-title{margin:0!important}.pattern-menu.is-mobile>.components-panel__body-title>button{padding:1.5rem}.pattern-menu.is-loading{height:24px;position:relative}.pattern-menu.is-loading:after{background:#f3f4f5;border-radius:4px;content:"";height:24px;left:0;position:absolute;top:calc(50% - 12px);transition:none;width:80%}.pagination{margin:1.5rem;max-width:960px}@media screen and (min-width:960px){.pagination{margin-left:auto;margin-right:auto}}.pagination__list{align-items:center;display:flex;gap:.75rem;justify-content:center;list-style:none;margin:0}@media (max-width:480px){.pagination__list{gap:.25rem}}.pagination__item,.pagination__link{display:inline-block}.pagination__link{background:#fff;border:1px solid #d7dade;border-radius:2px;line-height:1;padding:.75rem}.pagination__link,.pagination__link:active,.pagination__link:hover{text-decoration:none}.pagination__link[aria-current=page]{background:#191e23;border:1px solid #191e23;color:#fff}@media (max-width:480px){.pagination__link{padding:.5rem}}@media (max-width:600px){.pagination__item-next-page .pagination__link span[aria-hidden],.pagination__item-previous-page .pagination__link span[aria-hidden]{display:none}.pagination__item-previous-page .pagination__link:before{content:"<"}.pagination__item-next-page .pagination__link:before{content:">"}}.pattern-preview__container{background:#f3f4f5;padding:0}.pattern-preview__size-control{margin:0 auto;max-width:12rem;padding:1rem 0}.pattern-preview__size-control .components-base-control__field{margin-bottom:0}.pattern-preview__viewport{margin:0 auto;max-width:100vw;min-width:320px;padding:0 20px;position:relative}.pattern-preview__viewport .pattern-preview__viewport-iframe{background:#fff;border:1px solid #e8eaeb;max-width:100vw;vertical-align:middle}.pattern-preview__viewport:focus-within .pattern-preview__resize-help{clip:auto;background:#fff;border:1px solid #d7dade;border-radius:2px;bottom:-1rem;clip-path:none;height:auto;left:20px;margin:initial;overflow:initial;padding:8px 16px;right:20px;text-align:center;width:auto}.pattern-preview__drag-handle{bottom:0;position:absolute;top:0;width:20px}.pattern-preview__drag-handle.is-left{left:0}.pattern-preview__drag-handle.is-right{right:0}.pattern-preview__drag-handle-button{appearance:none;background:#7e8993;border:none;border-radius:99999px;cursor:grab;height:100px;left:6px;outline:none;padding:0;position:absolute;top:calc(50% - 50px);width:8px}.pattern-preview__drag-handle-button:hover{background:#6c7782}.pattern-preview__drag-handle-button:active{background:#606a74;cursor:grabbing}.pattern-preview__drag-handle-button:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.pattern-report-button{color:#23282d!important}.pattern-report-button__copy{align-items:center;display:flex;justify-content:center;margin:0}.pattern-report-button__copy svg{margin-right:.375rem}.pattern-report-modal{max-width:400px;width:100%}@media screen and (min-width:600px){.pattern-report-modal{width:400px}}.pattern-report-modal form>:first-child{padding-bottom:1.5rem}.pattern-report-modal__has-fixed-height{min-height:400px}.pattern-report-modal__copy{line-height:1.5;text-align:center}.pattern-report-modal__actions{column-gap:4%;display:grid;grid-template-columns:48% 48%;margin-top:1.5rem}.pattern-report-modal__actions button{justify-content:center}.pattern-report-modal__radio .components-radio-control__option{margin-top:.75rem}.pattern-search{align-items:center;background:#fff;border:1px solid #6c7782;border-radius:2px;display:flex}.pattern-search input[type=search]{border:none;box-shadow:none;flex-grow:1;font-size:.8125rem;margin:0;padding:.25rem .5rem}.pattern-search input[type=search]:focus{outline:1px auto #0073aa}.pattern-search.is-loading{background:#f3f4f5;border-radius:4px;display:block;height:24px;min-width:100%}@media only screen and (min-width:480px){.pattern-search.is-loading{min-width:auto!important;width:224px!important}}.pattern-search__button{background:transparent;border:none;color:#6c7782;display:flex}.pattern-search__button:active{background:#d7dade}.pattern-search__button:focus{outline:1px auto #0073aa}body.single-wporg-pattern{box-sizing:border-box;font-size:14px;font-weight:400;line-height:1.2}body.single-wporg-pattern .site-content{margin:auto;max-width:none;padding:0}body.single-wporg-pattern .entry-header,body.single-wporg-pattern .pattern-actions__container,body.single-wporg-pattern .pattern__meta{margin-left:auto;margin-right:auto;max-width:960px;padding:1.5rem}@media only screen and (min-width:960px){body.single-wporg-pattern .entry-header,body.single-wporg-pattern .pattern-actions__container,body.single-wporg-pattern .pattern__meta{padding-left:0;padding-right:0}}body.single-wporg-pattern .entry-header{padding-bottom:1.875rem;padding-top:2.625rem}body.single-wporg-pattern .entry-header .entry-title{font-weight:600;line-height:1.2;margin-top:0}body.single-wporg-pattern .pattern__categories a{display:inline-block;margin-right:1rem}body.single-wporg-pattern .pattern__categories a:last-of-type{margin-right:0}body.single-wporg-pattern .pattern__categories-label{font-size:.75rem;font-weight:600;line-height:1.3333;margin-right:1rem;text-transform:uppercase}body.single-wporg-pattern .pattern-actions{background:#fff;padding:0 1.5rem 2rem}body.single-wporg-pattern .pattern-actions button{margin:0}@media only screen and (min-width:960px){body.single-wporg-pattern .pattern-actions{padding-left:0;padding-right:0}}body.single-wporg-pattern .pattern-actions__container{align-items:center;display:flex;flex-wrap:wrap;gap:.5em 2em;justify-content:flex-start;padding:0}@media (max-width:480px){body.single-wporg-pattern .pattern-actions__container{justify-content:center}}body.single-wporg-pattern .pattern-actions__notice{flex-basis:100%;height:auto;margin:1.5rem 0 0}body.single-wporg-pattern .pattern-actions__notice>*{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin:0}body.single-wporg-pattern .pattern-actions__notice>* button{margin-top:.75rem}@media only screen and (min-width:600px){body.single-wporg-pattern .pattern-actions__notice>*{align-items:center;flex-direction:row}body.single-wporg-pattern .pattern-actions__notice>* button{margin-top:0}}body.single-wporg-pattern .pattern-actions__guide{height:auto;max-height:none;max-width:384px}body.single-wporg-pattern .pattern-actions__guide-content{line-height:1.5;padding:1.5rem}body.single-wporg-pattern .pattern-actions__guide-title{margin:0}body.single-wporg-pattern .pattern-actions__guide-shortcut{background:#edeff0;border-radius:2px;box-shadow:0 0 0 1px #ccd0d4;display:inline-block;font-weight:600;min-width:20px;padding:1px;text-align:center}body.single-wporg-pattern .entry-content{margin-left:auto;margin-right:auto;max-width:960px}body.single-wporg-pattern .pattern__meta{display:flex;justify-content:flex-end}.site-content{margin:0 auto;max-width:none;padding:0}body.home .site-header{padding:3.75rem 1rem;text-align:left}body.home .site-branding{display:grid;grid-template-columns:1fr 22rem;grid-template-rows:auto 1fr}body.home .site-branding>*{align-self:center}@media screen and (max-width:736px){body.home .site-branding{display:block}}body.home .site-title.site-title{font-size:3rem;grid-column-start:1;grid-row-start:1;line-height:1.25;margin-top:0;text-align:left}body.home .site-description{color:#fff;font-size:1.25rem;grid-column-start:1;grid-row-start:2;line-height:1.6;margin:0;text-align:left}body.home .site-callout{background:#fff;box-shadow:.75rem .75rem 0 rgba(0,0,0,.15);font-size:.875rem;grid-column-start:2;grid-row-end:span 2;grid-row-start:1;line-height:1.6;margin-left:4rem;padding:1.125rem 1.5rem 1.5rem}body.home .site-callout h2{font-size:1.125rem;font-weight:600;line-height:1.25;margin-top:0}body.home .site-callout p:last-child{margin-bottom:0}@media screen and (max-width:736px){body.home .site-callout{margin:2rem auto 0;max-width:24rem}}body:not(.home) .site-branding{align-items:center;color:#fff;display:flex;font-size:.8125rem;justify-content:space-between}body:not(.home) .site-branding a{color:#fff}body:not(.home) .site-branding .sep{margin-left:.5rem;margin-right:.5rem}body:not(.home) .site-branding .is-current-page{font-weight:600}.site-title a{text-decoration:none}.site-title a:active,.site-title a:focus,.site-title a:hover{color:#fff}.has-wporg-blue-color{color:#1e8cbe}.has-wporg-blue-background-color{background-color:#1e8cbe}.has-wporg-purple-color{color:#826eb4}.has-wporg-purple-background-color{background-color:#826eb4}.has-wporg-white-color{color:#fff}.has-wporg-white-background-color{background-color:#fff}.home-page .shapes{margin:0 auto;position:relative}.home-page .shapes .parallelogram p:before{font-size:64px;height:64px;left:-16px;position:relative}.home-page .shapes .parallelogram{color:#fff;display:block;margin:0 auto;opacity:.9;padding:60px 40px;text-align:center;text-decoration:none}.home-page .shapes strong{display:block;font-size:28px;font-weight:300;padding-bottom:15px;padding-top:15px}.home-page .shapes p{color:#fff;font-size:16px;font-weight:300;margin:0}.home-page .shapes u{display:block;font-size:18px;padding-top:15px}@media only screen and (min-width:768px){.home-page .shapes{height:400px}.home-page .shapes .parallelogram{padding:50px 90px;position:absolute;width:50%}}@media only screen and (min-width:960px){.home-page .shapes .parallelogram{-webkit-transform:skew(-15deg);-ms-transform:skew(-15deg);transform:skew(-15deg)}.home-page .shapes .parallelogram:before,.home-page .shapes p{-webkit-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg)}}@media only screen and (min-width:1200px){.home-page .shapes{margin:0 -60px}}.terms{font-size:14px;font-style:italic} -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/functions.php
r11008 r11023 25 25 function setup() { 26 26 add_theme_support( 'post-thumbnails' ); 27 28 // Add gutenberg styling supports. 29 add_theme_support( 'align-wide' ); 30 add_theme_support( 'custom-spacing' ); 31 add_theme_support( 'custom-line-height' ); 32 add_theme_support( 'experimental-link-color' ); 27 33 28 34 // The parent wporg theme is designed for use on wordpress.org/* and assumes locale-domains are available. -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/package.json
r11008 r11023 18 18 "lint:css": "wp-scripts lint-style css", 19 19 "lint:js": "wp-scripts lint-js src", 20 "format:js": "wp-scripts format -js src",20 "format:js": "wp-scripts format src -- --config=../../../../.prettierrc.js", 21 21 "test:unit": "wp-scripts test-unit-js", 22 22 "packages-update": "wp-scripts packages-update" … … 26 26 ], 27 27 "devDependencies": { 28 "@wordpress/a11y": "2.15.2", 29 "@wordpress/api-fetch": "3.23.1", 30 "@wordpress/block-editor": "5.3.0", 31 "@wordpress/browserslist-config": "3.0.1", 32 "@wordpress/components": "13.0.0", 33 "@wordpress/compose": "3.25.0", 34 "@wordpress/core-data": "2.26.0", 35 "@wordpress/data": "4.27.0", 36 "@wordpress/data-controls": "1.21.0", 37 "@wordpress/element": "2.20.0", 38 "@wordpress/i18n": "3.19.0", 39 "@wordpress/icons": "2.10.0", 40 "@wordpress/keycodes": "2.19.0", 41 "@wordpress/primitives": "1.12.0", 42 "@wordpress/scripts": "14.0.1", 43 "@wordpress/url": "2.22.0", 44 "@wordpress/viewport": "2.26.0", 45 "autoprefixer": "9.8.6", 28 "@lodder/grunt-postcss": "3.0.1", 29 "@wordpress/a11y": "3.1.1", 30 "@wordpress/api-fetch": "5.1.1", 31 "@wordpress/block-editor": "6.1.2", 32 "@wordpress/browserslist-config": "4.0.1", 33 "@wordpress/components": "14.1.2", 34 "@wordpress/compose": "4.1.1", 35 "@wordpress/core-data": "3.1.3", 36 "@wordpress/data": "5.1.1", 37 "@wordpress/data-controls": "2.1.1", 38 "@wordpress/element": "3.1.1", 39 "@wordpress/i18n": "4.1.1", 40 "@wordpress/icons": "4.0.1", 41 "@wordpress/keycodes": "3.1.1", 42 "@wordpress/primitives": "2.1.1", 43 "@wordpress/scripts": "16.1.2", 44 "@wordpress/url": "3.1.1", 45 "@wordpress/viewport": "3.1.1", 46 "autoprefixer": "10.2.6", 46 47 "classnames": "2.3.1", 47 "cssnano": " 4.1.10",48 "grunt": "1. 3.0",48 "cssnano": "5.0.5", 49 "grunt": "1.4.1", 49 50 "grunt-contrib-watch": "1.1.0", 50 "grunt-postcss": "0.9.0",51 51 "grunt-sass": "3.1.0", 52 52 "grunt-sass-globbing": "1.5.1", 53 "grunt-webpack": "4.0. 2",53 "grunt-webpack": "4.0.3", 54 54 "lodash": "4.17.21", 55 "postcss": "8.3.0", 55 56 "react-use-gesture": "9.1.3", 56 "sass": "1.3 2.8"57 "sass": "1.34.1" 57 58 }, 58 59 "eslintConfig": { … … 63 64 } 64 65 }, 65 "prettier": "../../../../.prettierrc.js",66 66 "stylelint": { 67 67 "extends": "../../../../.stylelintrc", -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/copy-pattern-button/index.js
r11008 r11023 61 61 62 62 const classes = classnames( { 63 'pattern __copy-button': true,63 'pattern-copy-button': true, 64 64 'is-small-label': isSmall, 65 65 } ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/favorite-button/index.js
r10983 r11023 42 42 } 43 43 44 const buttonClasses = classnames( 'button button-link pattern __favorite-button', {44 const buttonClasses = classnames( 'button button-link pattern-favorite-button', { 45 45 'is-favorited': isFavorite, 46 46 'has-label': showLabel, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/icons/heart-filled.js
r10882 r11023 4 4 import { Path, SVG } from '@wordpress/primitives'; 5 5 6 export default function ( props ) {6 export default function ( props ) { 7 7 return ( 8 8 <SVG xmlns="http://www.w3.org/2000/svg" width="24" height="24" { ...props }> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/icons/heart-outline.js
r10882 r11023 4 4 import { Path, SVG } from '@wordpress/primitives'; 5 5 6 export default function ( props ) {6 export default function ( props ) { 7 7 return ( 8 8 <SVG xmlns="http://www.w3.org/2000/svg" width="24" height="24" { ...props }> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/iframe/index.js
r10930 r11023 100 100 headHTML += `<link rel="stylesheet" href="https://wp-themes.com/wp-content/themes/${ themeSlug }/style.css" media="all" />`; 101 101 } else { 102 headHTML += '<link rel="stylesheet" href="https://wp-themes.com/wp-content/themes/twentytwentyone/style.css" media="all" />'; 102 headHTML += 103 '<link rel="stylesheet" href="https://wp-themes.com/wp-content/themes/twentytwentyone/style.css" media="all" />'; 103 104 } 104 105 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/pattern-grid-menu/index.js
r11003 r11023 9 9 * Internal dependencies 10 10 */ 11 import CategoryMenu from '../category-menu';12 import CategorySearch from '../category-search';13 11 import CategoryContextBar from '../category-context-bar'; 14 12 import { getCategoryFromPath } from '../../utils'; 13 import Menu from '../menu'; 14 import Search from '../search'; 15 15 import { store as patternStore } from '../../store'; 16 16 import { useRoute } from '../../hooks'; … … 47 47 <> 48 48 <nav className="pattern-grid-menu"> 49 < CategoryMenu50 current Category={ categorySlug }49 <Menu 50 current={ categorySlug } 51 51 options={ 52 52 categories 53 53 ? categories.map( ( record ) => { 54 return {55 value: `/${ getPath( record.link ) || '' }`,56 slug: record.slug,57 label: record.name,58 };59 } )54 return { 55 value: `/${ getPath( record.link ) || '' }`, 56 slug: record.slug, 57 label: record.name, 58 }; 59 } ) 60 60 : [] 61 61 } … … 66 66 isLoading={ isLoading } 67 67 /> 68 < CategorySearch68 <Search 69 69 isLoading={ isLoading } 70 70 isVisible={ hasLoaded } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/components/report-pattern-button/index.js
r10983 r11023 30 30 return ( 31 31 <p className="pattern-report-button__copy"> 32 <a href={ addQueryArgs( '/wp-login.php', { redirect_to: window.location.pathname } ) }> 32 <a 33 href={ addQueryArgs( '/wp-login.php', { 34 redirect_to: window.location.pathname, 35 } ) } 36 > 33 37 { __( 'Login to report this pattern', 'wporg-patterns' ) } 34 38 </a> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/store/reducer.js
r11003 r11023 38 38 switch ( action.type ) { 39 39 case 'LOAD_BLOCK_PATTERNS': { 40 const _queryState = { ...( state[ action.query ] || {} ), total, totalPages }; 40 const _queryState = { 41 ...( state[ action.query ] || {} ), 42 total, 43 totalPages, 44 }; 41 45 _queryState[ page ] = patternIds; 42 46 return { ...state, [ action.query ]: _queryState }; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/store/test/fixtures/categories.js
r10924 r11023 15 15 about: [ { href: 'wp-json/wp/v2/taxonomies/wporg-pattern-category' } ], 16 16 'wp:post_type': [ { href: 'wp-json/wp/v2/wporg-pattern?pattern-categories=2' } ], 17 curies: [ { name: 'wp', href: 'https://api.w.org/{rel}', templated: true } ], 17 curies: [ 18 { 19 name: 'wp', 20 href: 'https://api.w.org/{rel}', 21 templated: true, 22 }, 23 ], 18 24 }, 19 25 }, … … 33 39 about: [ { href: 'wp-json/wp/v2/taxonomies/wporg-pattern-category' } ], 34 40 'wp:post_type': [ { href: 'wp-json/wp/v2/wporg-pattern?pattern-categories=3' } ], 35 curies: [ { name: 'wp', href: 'https://api.w.org/{rel}', templated: true } ], 41 curies: [ 42 { 43 name: 'wp', 44 href: 'https://api.w.org/{rel}', 45 templated: true, 46 }, 47 ], 36 48 }, 37 49 }, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/store/test/fixtures/pattern-flag-reasons.js
r10983 r11023 11 11 meta: [], 12 12 _links: { 13 self: [ { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason/8' } ], 14 collection: [ { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason' } ], 15 about: [ { href: 'http://localhost:8888/wp-json/wp/v2/taxonomies/wporg-pattern-flag-reason' } ], 13 self: [ 14 { 15 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason/8', 16 }, 17 ], 18 collection: [ 19 { 20 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason', 21 }, 22 ], 23 about: [ 24 { 25 href: 'http://localhost:8888/wp-json/wp/v2/taxonomies/wporg-pattern-flag-reason', 26 }, 27 ], 16 28 'wp:post_type': [ 17 { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag?wporg-pattern-flag-reason=8' }, 29 { 30 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag?wporg-pattern-flag-reason=8', 31 }, 18 32 ], 19 curies: [ { name: 'wp', href: 'https://api.w.org/{rel}', templated: true } ], 33 curies: [ 34 { 35 name: 'wp', 36 href: 'https://api.w.org/{rel}', 37 templated: true, 38 }, 39 ], 20 40 }, 21 41 }, … … 31 51 meta: [], 32 52 _links: { 33 self: [ { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason/7' } ], 34 collection: [ { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason' } ], 35 about: [ { href: 'http://localhost:8888/wp-json/wp/v2/taxonomies/wporg-pattern-flag-reason' } ], 53 self: [ 54 { 55 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason/7', 56 }, 57 ], 58 collection: [ 59 { 60 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag-reason', 61 }, 62 ], 63 about: [ 64 { 65 href: 'http://localhost:8888/wp-json/wp/v2/taxonomies/wporg-pattern-flag-reason', 66 }, 67 ], 36 68 'wp:post_type': [ 37 { href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag?wporg-pattern-flag-reason=7' }, 69 { 70 href: 'http://localhost:8888/wp-json/wp/v2/wporg-pattern-flag?wporg-pattern-flag-reason=7', 71 }, 38 72 ], 39 curies: [ { name: 'wp', href: 'https://api.w.org/{rel}', templated: true } ], 73 curies: [ 74 { 75 name: 'wp', 76 href: 'https://api.w.org/{rel}', 77 templated: true, 78 }, 79 ], 40 80 }, 41 81 }, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/store/test/resolvers.js
r11003 r11023 25 25 // Step through the promise - the response is omitted here & mocked in the next step because `Response` 26 26 // is a browser feature, not available in node. 27 const { value: awaitPromiseControl } = generator.next( { /* Response omitted */ } ); 27 const { value: awaitPromiseControl } = generator.next( { 28 /* Response omitted */ 29 } ); 28 30 expect( awaitPromiseControl ).toEqual( { 29 31 type: 'AWAIT_PROMISE', … … 32 34 33 35 // Complete the promise and return content 34 const { value: received } = generator.next( { total: 8, totalPages: 2, results: apiPatterns } ); 36 const { value: received } = generator.next( { 37 total: 8, 38 totalPages: 2, 39 results: apiPatterns, 40 } ); 35 41 expect( received ).toEqual( { 36 42 type: 'LOAD_BLOCK_PATTERNS', -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/store/test/utils.js
r10882 r11023 13 13 it( 'should convert a simple query to string', () => { 14 14 expect( getQueryString( { 'pattern-categories': 3 } ) ).toEqual( 'pattern-categories=3' ); 15 expect( getQueryString( { 'pattern-categories': 3, 'pattern-keywords': 10 } ) ).toEqual( 16 'pattern-categories=3&pattern-keywords=10' 17 ); 15 expect( 16 getQueryString( { 17 'pattern-categories': 3, 18 'pattern-keywords': 10, 19 } ) 20 ).toEqual( 'pattern-categories=3&pattern-keywords=10' ); 18 21 } ); 19 22 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/utils/get-pagination-list.js
r11003 r11023 24 24 list.push( ...range.slice( -2 ) ); 25 25 26 return list 27 // Remove duplicates. 28 .filter( ( value, i, a ) => a.indexOf( value ) === i ) 29 // Add in … where there's a jump larger than 1. 30 .reduce( ( acc, value, i, a ) => { 31 if ( i === 0 ) { 26 return ( 27 list 28 // Remove duplicates. 29 .filter( ( value, i, a ) => a.indexOf( value ) === i ) 30 // Add in … where there's a jump larger than 1. 31 .reduce( ( acc, value, i, a ) => { 32 if ( i === 0 ) { 33 acc.push( value ); 34 return acc; 35 } 36 const diff = Math.abs( a[ i ] - a[ i - 1 ] ); 37 if ( diff === 0 ) { 38 return acc; 39 } 40 if ( diff > 1 ) { 41 acc.push( '…' ); 42 } 32 43 acc.push( value ); 33 44 return acc; 34 } 35 const diff = Math.abs( a[ i ] - a[ i - 1 ] ); 36 if ( diff === 0 ) { 37 return acc; 38 } 39 if ( diff > 1 ) { 40 acc.push( '…' ); 41 } 42 acc.push( value ); 43 return acc; 44 }, [] ); 45 }, [] ) 46 ); 45 47 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/src/utils/query.js
r11003 r11023 105 105 return Number( getValueFromPath( path, 'page' ) || 1 ); 106 106 }; 107 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/template-parts/content-grid.php
r10952 r11023 20 20 <div class="pattern-grid__actions"> 21 21 <?php the_title( '<h2 class="pattern-grid__title">', '</h2>' ); ?> 22 <button class="button button-link pattern __favorite-button">22 <button class="button button-link pattern-favorite-button"> 23 23 <svg class="pattern__favorite-outline" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"> 24 24 <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.915c1.09-1.28 2.76-2.09 4.5-2.09 3.08 0 5.5 2.42 5.5 5.5 0 3.777-3.394 6.855-8.537 11.518l-.013.012-1.45 1.32-1.45-1.31-.04-.036C5.384 15.17 2 12.095 2 8.325c0-3.08 2.42-5.5 5.5-5.5 1.74 0 3.41.81 4.5 2.09zm0 13.56l.1-.1c4.76-4.31 7.9-7.16 7.9-10.05 0-2-1.5-3.5-3.5-3.5-1.54 0-3.04.99-3.56 2.36h-1.87c-.53-1.37-2.03-2.36-3.57-2.36-2 0-3.5 1.5-3.5 3.5 0 2.89 3.14 5.74 7.9 10.05l.1.1z" fill="#000"></path> … … 28 28 </svg> 29 29 </button> 30 <button class="button button-primary pattern __copy-button is-small"><?php esc_html_e( 'Copy', 'wporg-patterns' ); ?></button>30 <button class="button button-primary pattern-copy-button is-small"><?php esc_html_e( 'Copy', 'wporg-patterns' ); ?></button> 31 31 </div> 32 32 </div>
Note: See TracChangeset
for help on using the changeset viewer.