From 1e78ebcc2166f9706e918f6c5daad1086f96c232 Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Wed, 8 Dec 2021 01:58:47 +0900 Subject: [PATCH] Bundle --- build-browser/isolated-block-editor.js | 4 +- .../components/block-editor-contents/index.js | 4 +- .../block-editor-contents/index.js.map | 2 +- .../header-toolbar/index.js | 5 +- .../header-toolbar/index.js.map | 2 +- .../header-toolbar/redo.js | 4 +- .../header-toolbar/redo.js.map | 2 +- .../block-editor-toolbar/inspector/header.js | 44 ---- .../inspector/header.js.map | 1 - .../block-editor/fullscreen-mode/index.js | 46 ---- .../block-editor/fullscreen-mode/index.js.map | 1 - .../block-editor/fullscreen-mode/style.scss | 6 - build-module/components/block-editor/index.js | 23 +- .../components/block-editor/index.js.map | 2 +- .../components/avatars/index.js | 2 +- .../components/avatars/index.js.map | 2 +- .../components/collaborative-editing/index.js | 6 +- .../collaborative-editing/index.js.map | 2 +- .../use-yjs/__test-helpers__/utils.js | 76 +++++++ .../use-yjs/__test-helpers__/utils.js.map | 1 + .../use-yjs/algorithms/yjs.js | 31 +-- .../use-yjs/algorithms/yjs.js.map | 2 +- .../use-yjs/filters/block-selection/index.js | 2 +- .../filters/block-selection/index.js.map | 2 +- .../use-yjs/formats/collab-caret/index.js | 2 +- .../use-yjs/formats/collab-caret/index.js.map | 2 +- .../collaborative-editing/use-yjs/index.js | 196 +++++++----------- .../use-yjs/index.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-doc.js | 72 +++++-- .../use-yjs/yjs-doc.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-undo.js | 70 +++++++ .../use-yjs/yjs-undo.js.map | 1 + build-module/components/footer/index.js | 19 -- build-module/components/footer/index.js.map | 1 - build-module/store/blocks/actions.js | 16 +- build-module/store/blocks/actions.js.map | 2 +- build-module/store/blocks/selectors.js | 20 +- build-module/store/blocks/selectors.js.map | 2 +- .../store/{peers => collab-peers}/actions.js | 12 +- .../store/collab-peers/actions.js.map | 1 + .../store/{peers => collab-peers}/reducer.js | 4 +- .../store/collab-peers/reducer.js.map | 1 + build-module/store/collab-peers/selectors.js | 7 + .../store/collab-peers/selectors.js.map | 1 + build-module/store/collab/actions.js | 13 ++ build-module/store/collab/actions.js.map | 1 + build-module/store/collab/controls.js | 45 ++++ build-module/store/collab/controls.js.map | 1 + build-module/store/collab/reducer.js | 25 +++ build-module/store/collab/reducer.js.map | 1 + build-module/store/collab/selectors.js | 7 + build-module/store/collab/selectors.js.map | 1 + build-module/store/index.js | 25 ++- build-module/store/index.js.map | 2 +- build-module/store/peers/actions.js.map | 1 - build-module/store/peers/reducer.js.map | 1 - build-module/store/peers/selectors.js | 7 - build-module/store/peers/selectors.js.map | 1 - .../header-toolbar/index.d.ts.map | 2 +- .../header-toolbar/redo.d.ts | 2 +- .../header-toolbar/undo.d.ts | 2 +- .../inspector/header.d.ts | 7 - .../inspector/header.d.ts.map | 1 - .../block-editor/fullscreen-mode/index.d.ts | 2 - .../fullscreen-mode/index.d.ts.map | 1 - .../collaborative-editing/index.d.ts | 8 +- .../collaborative-editing/index.d.ts.map | 2 +- .../use-yjs/__test-helpers__/utils.d.ts | 16 ++ .../use-yjs/__test-helpers__/utils.d.ts.map | 1 + .../use-yjs/algorithms/yjs.d.ts | 27 ++- .../use-yjs/algorithms/yjs.d.ts.map | 2 +- .../collaborative-editing/use-yjs/index.d.ts | 14 -- .../use-yjs/index.d.ts.map | 2 +- .../use-yjs/yjs-doc.d.ts | 32 ++- .../use-yjs/yjs-doc.d.ts.map | 2 +- .../use-yjs/yjs-undo.d.ts | 10 + .../use-yjs/yjs-undo.d.ts.map | 1 + build-types/store/blocks/actions.d.ts | 16 +- build-types/store/blocks/actions.d.ts.map | 2 +- build-types/store/blocks/selectors.d.ts.map | 2 +- .../{peers => collab-peers}/actions.d.ts | 9 +- .../store/collab-peers/actions.d.ts.map | 1 + .../{peers => collab-peers}/reducer.d.ts | 0 .../store/collab-peers/reducer.d.ts.map | 1 + build-types/store/collab-peers/selectors.d.ts | 3 + .../store/collab-peers/selectors.d.ts.map | 1 + build-types/store/collab/actions.d.ts | 9 + build-types/store/collab/actions.d.ts.map | 1 + build-types/store/collab/controls.d.ts | 7 + build-types/store/collab/controls.d.ts.map | 1 + build-types/store/collab/reducer.d.ts | 3 + build-types/store/collab/reducer.d.ts.map | 1 + build-types/store/collab/selectors.d.ts | 3 + build-types/store/collab/selectors.d.ts.map | 1 + build-types/store/index.d.ts | 50 ++++- build-types/store/index.d.ts.map | 2 +- build-types/store/peers/actions.d.ts.map | 1 - build-types/store/peers/reducer.d.ts.map | 1 - build-types/store/peers/selectors.d.ts | 3 - build-types/store/peers/selectors.d.ts.map | 1 - .../components/block-editor-contents/index.js | 4 +- .../block-editor-contents/index.js.map | 2 +- .../header-toolbar/index.js | 5 +- .../header-toolbar/index.js.map | 2 +- .../header-toolbar/redo.js | 4 +- .../header-toolbar/redo.js.map | 2 +- .../block-editor-toolbar/inspector/header.js | 60 ------ .../inspector/header.js.map | 1 - .../block-editor/fullscreen-mode/index.js | 58 ------ .../block-editor/fullscreen-mode/index.js.map | 1 - .../block-editor/fullscreen-mode/style.scss | 6 - build/components/block-editor/index.js | 23 +- build/components/block-editor/index.js.map | 2 +- .../components/avatars/index.js | 2 +- .../components/avatars/index.js.map | 2 +- .../components/collaborative-editing/index.js | 6 +- .../collaborative-editing/index.js.map | 2 +- .../use-yjs/__test-helpers__/utils.js | 123 +++++++++++ .../use-yjs/__test-helpers__/utils.js.map | 1 + .../use-yjs/algorithms/yjs.js | 29 ++- .../use-yjs/algorithms/yjs.js.map | 2 +- .../use-yjs/filters/block-selection/index.js | 2 +- .../filters/block-selection/index.js.map | 2 +- .../use-yjs/formats/collab-caret/index.js | 2 +- .../use-yjs/formats/collab-caret/index.js.map | 2 +- .../collaborative-editing/use-yjs/index.js | 193 +++++++---------- .../use-yjs/index.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-doc.js | 89 +++++--- .../use-yjs/yjs-doc.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-undo.js | 81 ++++++++ .../use-yjs/yjs-undo.js.map | 1 + build/components/footer/index.js | 29 --- build/components/footer/index.js.map | 1 - build/store/blocks/actions.js | 106 ++++++++-- build/store/blocks/actions.js.map | 2 +- build/store/blocks/selectors.js | 20 +- build/store/blocks/selectors.js.map | 2 +- .../store/{peers => collab-peers}/actions.js | 19 +- build/store/collab-peers/actions.js.map | 1 + .../store/{peers => collab-peers}/reducer.js | 4 +- build/store/collab-peers/reducer.js.map | 1 + build/store/collab-peers/selectors.js | 16 ++ build/store/collab-peers/selectors.js.map | 1 + build/store/collab/actions.js | 22 ++ build/store/collab/actions.js.map | 1 + build/store/collab/controls.js | 66 ++++++ build/store/collab/controls.js.map | 1 + build/store/collab/reducer.js | 41 ++++ build/store/collab/reducer.js.map | 1 + build/store/collab/selectors.js | 16 ++ build/store/collab/selectors.js.map | 1 + build/store/index.js | 26 ++- build/store/index.js.map | 2 +- build/store/peers/actions.js.map | 1 - build/store/peers/reducer.js.map | 1 - build/store/peers/selectors.js | 16 -- build/store/peers/selectors.js.map | 1 - 157 files changed, 1339 insertions(+), 861 deletions(-) delete mode 100644 build-module/components/block-editor-toolbar/inspector/header.js delete mode 100644 build-module/components/block-editor-toolbar/inspector/header.js.map delete mode 100644 build-module/components/block-editor/fullscreen-mode/index.js delete mode 100644 build-module/components/block-editor/fullscreen-mode/index.js.map delete mode 100644 build-module/components/block-editor/fullscreen-mode/style.scss create mode 100644 build-module/components/collaborative-editing/use-yjs/__test-helpers__/utils.js create mode 100644 build-module/components/collaborative-editing/use-yjs/__test-helpers__/utils.js.map create mode 100644 build-module/components/collaborative-editing/use-yjs/yjs-undo.js create mode 100644 build-module/components/collaborative-editing/use-yjs/yjs-undo.js.map delete mode 100644 build-module/components/footer/index.js delete mode 100644 build-module/components/footer/index.js.map rename build-module/store/{peers => collab-peers}/actions.js (59%) create mode 100644 build-module/store/collab-peers/actions.js.map rename build-module/store/{peers => collab-peers}/reducer.js (91%) create mode 100644 build-module/store/collab-peers/reducer.js.map create mode 100644 build-module/store/collab-peers/selectors.js create mode 100644 build-module/store/collab-peers/selectors.js.map create mode 100644 build-module/store/collab/actions.js create mode 100644 build-module/store/collab/actions.js.map create mode 100644 build-module/store/collab/controls.js create mode 100644 build-module/store/collab/controls.js.map create mode 100644 build-module/store/collab/reducer.js create mode 100644 build-module/store/collab/reducer.js.map create mode 100644 build-module/store/collab/selectors.js create mode 100644 build-module/store/collab/selectors.js.map delete mode 100644 build-module/store/peers/actions.js.map delete mode 100644 build-module/store/peers/reducer.js.map delete mode 100644 build-module/store/peers/selectors.js delete mode 100644 build-module/store/peers/selectors.js.map delete mode 100644 build-types/components/block-editor-toolbar/inspector/header.d.ts delete mode 100644 build-types/components/block-editor-toolbar/inspector/header.d.ts.map delete mode 100644 build-types/components/block-editor/fullscreen-mode/index.d.ts delete mode 100644 build-types/components/block-editor/fullscreen-mode/index.d.ts.map create mode 100644 build-types/components/collaborative-editing/use-yjs/__test-helpers__/utils.d.ts create mode 100644 build-types/components/collaborative-editing/use-yjs/__test-helpers__/utils.d.ts.map create mode 100644 build-types/components/collaborative-editing/use-yjs/yjs-undo.d.ts create mode 100644 build-types/components/collaborative-editing/use-yjs/yjs-undo.d.ts.map rename build-types/store/{peers => collab-peers}/actions.d.ts (56%) create mode 100644 build-types/store/collab-peers/actions.d.ts.map rename build-types/store/{peers => collab-peers}/reducer.d.ts (100%) create mode 100644 build-types/store/collab-peers/reducer.d.ts.map create mode 100644 build-types/store/collab-peers/selectors.d.ts create mode 100644 build-types/store/collab-peers/selectors.d.ts.map create mode 100644 build-types/store/collab/actions.d.ts create mode 100644 build-types/store/collab/actions.d.ts.map create mode 100644 build-types/store/collab/controls.d.ts create mode 100644 build-types/store/collab/controls.d.ts.map create mode 100644 build-types/store/collab/reducer.d.ts create mode 100644 build-types/store/collab/reducer.d.ts.map create mode 100644 build-types/store/collab/selectors.d.ts create mode 100644 build-types/store/collab/selectors.d.ts.map delete mode 100644 build-types/store/peers/actions.d.ts.map delete mode 100644 build-types/store/peers/reducer.d.ts.map delete mode 100644 build-types/store/peers/selectors.d.ts delete mode 100644 build-types/store/peers/selectors.d.ts.map delete mode 100644 build/components/block-editor-toolbar/inspector/header.js delete mode 100644 build/components/block-editor-toolbar/inspector/header.js.map delete mode 100644 build/components/block-editor/fullscreen-mode/index.js delete mode 100644 build/components/block-editor/fullscreen-mode/index.js.map delete mode 100644 build/components/block-editor/fullscreen-mode/style.scss create mode 100644 build/components/collaborative-editing/use-yjs/__test-helpers__/utils.js create mode 100644 build/components/collaborative-editing/use-yjs/__test-helpers__/utils.js.map create mode 100644 build/components/collaborative-editing/use-yjs/yjs-undo.js create mode 100644 build/components/collaborative-editing/use-yjs/yjs-undo.js.map delete mode 100644 build/components/footer/index.js delete mode 100644 build/components/footer/index.js.map rename build/store/{peers => collab-peers}/actions.js (51%) create mode 100644 build/store/collab-peers/actions.js.map rename build/store/{peers => collab-peers}/reducer.js (96%) create mode 100644 build/store/collab-peers/reducer.js.map create mode 100644 build/store/collab-peers/selectors.js create mode 100644 build/store/collab-peers/selectors.js.map create mode 100644 build/store/collab/actions.js create mode 100644 build/store/collab/actions.js.map create mode 100644 build/store/collab/controls.js create mode 100644 build/store/collab/controls.js.map create mode 100644 build/store/collab/reducer.js create mode 100644 build/store/collab/reducer.js.map create mode 100644 build/store/collab/selectors.js create mode 100644 build/store/collab/selectors.js.map delete mode 100644 build/store/peers/actions.js.map delete mode 100644 build/store/peers/reducer.js.map delete mode 100644 build/store/peers/selectors.js delete mode 100644 build/store/peers/selectors.js.map diff --git a/build-browser/isolated-block-editor.js b/build-browser/isolated-block-editor.js index a041f0d7c..ca270efd3 100644 --- a/build-browser/isolated-block-editor.js +++ b/build-browser/isolated-block-editor.js @@ -1,5 +1,5 @@ /*! For license information please see isolated-block-editor.js.LICENSE.txt */ -(()=>{var e={6600:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;const o=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}))},9733:e=>{"use strict";function t(){return null}function n(){return t}t.isRequired=t,e.exports={and:n,between:n,booleanSome:n,childrenHavePropXorChildren:n,childrenOf:n,childrenOfType:n,childrenSequenceOf:n,componentWithName:n,disallowedIf:n,elementType:n,empty:n,explicitNull:n,forbidExtraProps:Object,integer:n,keysOf:n,mutuallyExclusiveProps:n,mutuallyExclusiveTrueProps:n,nChildren:n,nonNegativeInteger:t,nonNegativeNumber:n,numericString:n,object:n,or:n,predicate:n,range:n,ref:n,requiredBy:n,restrictedProp:n,sequenceOf:n,shape:n,stringEndsWith:n,stringStartsWith:n,uniqueArray:n,uniqueArrayOf:n,valuesOf:n,withShape:n}},8341:(e,t,n)=>{e.exports=n(9733)},3535:(e,t,n)=>{"use strict";var r=n(9572),o=n(3069),a=n(1391),i=n(751),s=n(8305),l=n(821);e.exports=function(){var e=l(this),t=s(a(e,"length")),n=1;arguments.length>0&&void 0!==arguments[0]&&(n=i(arguments[0]));var c=r(e,0);return o(c,e,t,0,n),c}},6650:(e,t,n)=>{"use strict";var r=n(4289),o=n(5559),a=n(3535),i=n(8981),s=i(),l=n(2131),c=o(s);r(c,{getPolyfill:i,implementation:a,shim:l}),e.exports=c},8981:(e,t,n)=>{"use strict";var r=n(3535);e.exports=function(){return Array.prototype.flat||r}},2131:(e,t,n)=>{"use strict";var r=n(4289),o=n(8981);e.exports=function(){var e=o();return r(Array.prototype,{flat:e},{flat:function(){return Array.prototype.flat!==e}}),e}},9367:function(e,t){var n,r,o;r=[e,t],n=function(e,t){"use strict";var n="function"==typeof Map?new Map:function(){var e=[],t=[];return{has:function(t){return e.indexOf(t)>-1},get:function(n){return t[e.indexOf(n)]},set:function(n,r){-1===e.indexOf(n)&&(e.push(n),t.push(r))},delete:function(n){var r=e.indexOf(n);r>-1&&(e.splice(r,1),t.splice(r,1))}}}(),r=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){r=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function o(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!n.has(e)){var t=null,o=null,a=null,i=function(){e.clientWidth!==o&&p()},s=function(t){window.removeEventListener("resize",i,!1),e.removeEventListener("input",p,!1),e.removeEventListener("keyup",p,!1),e.removeEventListener("autosize:destroy",s,!1),e.removeEventListener("autosize:update",p,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),n.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",s,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",p,!1),window.addEventListener("resize",i,!1),e.addEventListener("input",p,!1),e.addEventListener("autosize:update",p,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",n.set(e,{destroy:s,update:p}),l()}function l(){var n=window.getComputedStyle(e,null);"vertical"===n.resize?e.style.resize="none":"both"===n.resize&&(e.style.resize="horizontal"),t="content-box"===n.boxSizing?-(parseFloat(n.paddingTop)+parseFloat(n.paddingBottom)):parseFloat(n.borderTopWidth)+parseFloat(n.borderBottomWidth),isNaN(t)&&(t=0),p()}function c(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function u(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function d(){if(0!==e.scrollHeight){var n=u(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+t+"px",o=e.clientWidth,n.forEach((function(e){e.node.scrollTop=e.scrollTop})),r&&(document.documentElement.scrollTop=r)}}function p(){d();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),o="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(o{"use strict";var r=n(210),o=n(5559),a=o(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&a(e,".prototype.")>-1?o(n):n}},5559:(e,t,n)=>{"use strict";var r=n(8612),o=n(210),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||r.call(i,a),l=o("%Object.getOwnPropertyDescriptor%",!0),c=o("%Object.defineProperty%",!0),u=o("%Math.max%");if(c)try{c({},"a",{value:1})}catch(e){c=null}e.exports=function(e){var t=s(r,i,arguments);if(l&&c){var n=l(t,"length");n.configurable&&c(t,"length",{value:1+u(0,e.length-(arguments.length-1))})}return t};var d=function(){return s(r,a,arguments)};c?c(e.exports,"apply",{value:d}):e.exports.apply=d},1991:(e,t)=>{var n;!function(){"use strict";var r=function(){function e(){}function t(e,t){for(var n=t.length,r=0;r{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=l()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=l()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==c(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&u(t.prototype,n),r&&u(t,r),e}(),p=d;function m(e){return m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},m(e)}function f(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===m(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=i()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new p({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return y("action",e)}},{key:"defaultTarget",value:function(e){var t=y("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return y("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],r=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&f(t.prototype,n),r&&f(t,r),a}(o()),M=_},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var r=n(828);function o(e,t,n,r,o){var i=a.apply(this,arguments);return e.addEventListener(n,i,o),{destroy:function(){e.removeEventListener(n,i,o)}}}function a(e,t,n,o){return function(n){n.delegateTarget=r(n.target,t),n.delegateTarget&&o.call(e,n)}}e.exports=function(e,t,n,r,a){return"function"==typeof e.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return o(e,t,n,r,a)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var r=n(879),o=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(r.string(e))return function(e,t,n){return o(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var r=window.getSelection(),o=document.createRange();o.selectNodeContents(e),r.removeAllRanges(),r.addRange(o),t=r.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r{e.exports=function(e,t,n){return((n=window.getComputedStyle)?n(e):e.currentStyle)[t.replace(/-(\w)/gi,(function(e,t){return t.toUpperCase()}))]}},7734:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addEventListener:()=>c});var r=!("undefined"==typeof window||!window.document||!window.document.createElement);var o=void 0;function a(){return void 0===o&&(o=function(){if(!r)return!1;if(!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}}),n=function(){};window.addEventListener("testPassiveEventSupport",n,t),window.removeEventListener("testPassiveEventSupport",n,t)}catch(e){}return e}()),o}function i(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function s(e){this.target=e,this.events={}}s.prototype.getEventHandlers=function(e,t){var n,r=String(e)+" "+String((n=t)?!0===n?100:(n.capture<<0)+(n.passive<<1)+(n.once<<2):0);return this.events[r]||(this.events[r]={handlers:[],handleEvent:void 0},this.events[r].nextHandlers=this.events[r].handlers),this.events[r]},s.prototype.handleEvent=function(e,t,n){var r=this.getEventHandlers(e,t);r.handlers=r.nextHandlers,r.handlers.forEach((function(e){e&&e(n)}))},s.prototype.add=function(e,t,n){var r=this,o=this.getEventHandlers(e,n);i(o),0===o.nextHandlers.length&&(o.handleEvent=this.handleEvent.bind(this,e,n),this.target.addEventListener(e,o.handleEvent,n)),o.nextHandlers.push(t);var a=!0;return function(){if(a){a=!1,i(o);var s=o.nextHandlers.indexOf(t);o.nextHandlers.splice(s,1),0===o.nextHandlers.length&&(r.target&&r.target.removeEventListener(e,o.handleEvent,n),o.handleEvent=void 0)}}};var l="__consolidated_events_handlers__";function c(e,t,n,r){e[l]||(e[l]=new s(e));var o=function(e){if(e)return a()?e:!!e.capture}(r);return e[l].add(t,n,o)}},4289:(e,t,n)=>{"use strict";var r=n(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),a=Object.prototype.toString,i=Array.prototype.concat,s=Object.defineProperty,l=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),c=function(e,t,n,r){var o;(!(t in e)||"function"==typeof(o=r)&&"[object Function]"===a.call(o)&&r())&&(l?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},u=function(e,t){var n=arguments.length>2?arguments[2]:{},a=r(t);o&&(a=i.call(a,Object.getOwnPropertySymbols(t)));for(var s=0;s{"use strict";function n(){}function r(e,t,n,r,o){for(var a=0,i=t.length,s=0,l=0;ae.length?n:e})),c.value=e.join(d)}else c.value=e.join(n.slice(s,s+c.count));s+=c.count,c.added||(l+=c.count)}}var p=t[i-1];return i>1&&"string"==typeof p.value&&(p.added||p.removed)&&e.equals("",p.value)&&(t[i-2].value+=p.value,t.pop()),t}function o(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.callback;"function"==typeof n&&(a=n,n={}),this.options=n;var i=this;function s(e){return a?(setTimeout((function(){a(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var l=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,u=1,d=l+c,p=[{newPos:-1,components:[]}],m=this.extractCommon(p[0],t,e,0);if(p[0].newPos+1>=l&&m+1>=c)return s([{value:this.join(t),count:t.length}]);function f(){for(var n=-1*u;n<=u;n+=2){var a=void 0,d=p[n-1],m=p[n+1],f=(m?m.newPos:0)-n;d&&(p[n-1]=void 0);var h=d&&d.newPos+1=l&&f+1>=c)return s(r(i,a.components,t,e,i.useLongestToken));p[n]=a}else p[n]=void 0}u++}if(a)!function e(){setTimeout((function(){if(u>d)return a();f()||e()}),0)}();else for(;u<=d;){var h=f();if(h)return h}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var o=t.length,a=n.length,i=e.newPos,s=i-r,l=0;i+1{"use strict";var r;t.Kx=function(e,t,n){return o.diff(e,t,n)};var o=new(((r=n(5913))&&r.__esModule?r:{default:r}).default)},1676:e=>{"use strict";e.exports=function(e){if(arguments.length<1)throw new TypeError("1 argument is required");if("object"!=typeof e)throw new TypeError("Argument 1 (”other“) to Node.contains must be an instance of Node");var t=e;do{if(this===t)return!0;t&&(t=t.parentNode)}while(t);return!1}},2483:(e,t,n)=>{"use strict";var r=n(4289),o=n(1676),a=n(4356),i=a(),s=function(e,t){return i.apply(e,[t])};r(s,{getPolyfill:a,implementation:o,shim:n(1514)}),e.exports=s},4356:(e,t,n)=>{"use strict";var r=n(1676);e.exports=function(){if("undefined"!=typeof document){if(document.contains)return document.contains;if(document.body&&document.body.contains)try{if("boolean"==typeof document.body.contains.call(document,""))return document.body.contains}catch(e){}}return r}},1514:(e,t,n)=>{"use strict";var r=n(4289),o=n(4356);e.exports=function(){var e=o();return"undefined"!=typeof document&&(r(document,{contains:e},{contains:function(){return document.contains!==e}}),"undefined"!=typeof Element&&r(Element.prototype,{contains:e},{contains:function(){return Element.prototype.contains!==e}})),e}},9010:(e,t,n)=>{"use strict";var r=n(4657);e.exports=function(e,t,n){n=n||{},9===t.nodeType&&(t=r.getWindow(t));var o=n.allowHorizontalScroll,a=n.onlyScrollIfNeeded,i=n.alignWithTop,s=n.alignWithLeft,l=n.offsetTop||0,c=n.offsetLeft||0,u=n.offsetBottom||0,d=n.offsetRight||0;o=void 0===o||o;var p=r.isWindow(t),m=r.offset(e),f=r.outerHeight(e),h=r.outerWidth(e),g=void 0,b=void 0,v=void 0,y=void 0,_=void 0,M=void 0,k=void 0,w=void 0,E=void 0,L=void 0;p?(k=t,L=r.height(k),E=r.width(k),w={left:r.scrollLeft(k),top:r.scrollTop(k)},_={left:m.left-w.left-c,top:m.top-w.top-l},M={left:m.left+h-(w.left+E)+d,top:m.top+f-(w.top+L)+u},y=w):(g=r.offset(t),b=t.clientHeight,v=t.clientWidth,y={left:t.scrollLeft,top:t.scrollTop},_={left:m.left-(g.left+(parseFloat(r.css(t,"borderLeftWidth"))||0))-c,top:m.top-(g.top+(parseFloat(r.css(t,"borderTopWidth"))||0))-l},M={left:m.left+h-(g.left+v+(parseFloat(r.css(t,"borderRightWidth"))||0))+d,top:m.top+f-(g.top+b+(parseFloat(r.css(t,"borderBottomWidth"))||0))+u}),_.top<0||M.top>0?!0===i?r.scrollTop(t,y.top+_.top):!1===i?r.scrollTop(t,y.top+M.top):_.top<0?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top):a||((i=void 0===i||!!i)?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top)),o&&(_.left<0||M.left>0?!0===s?r.scrollLeft(t,y.left+_.left):!1===s?r.scrollLeft(t,y.left+M.left):_.left<0?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left):a||((s=void 0===s||!!s)?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left)))}},4979:(e,t,n)=>{"use strict";e.exports=n(9010)},4657:e=>{"use strict";var t=Object.assign||function(e){for(var t=1;t{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function n(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(o,a){null!==a&&"object"===t(a)&&(o=o[1]),e.call(r,o,a,n)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}],a&&n(o.prototype,a),i&&n(o,i),e}();e.exports=o},1503:(e,t,n)=>{"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator,o=n(4149),a=n(5320),i=n(8923),s=n(2636),l=function(e,t){if(null==e)throw new TypeError("Cannot call method on "+e);if("string"!=typeof t||"number"!==t&&"string"!==t)throw new TypeError('hint must be "string" or "number"');var n,r,i,s="string"===t?["toString","valueOf"]:["valueOf","toString"];for(i=0;i1&&(arguments[1]===String?n="string":arguments[1]===Number&&(n="number")),r&&(Symbol.toPrimitive?t=c(e,Symbol.toPrimitive):s(e)&&(t=Symbol.prototype.valueOf)),void 0!==t){var a=t.call(e,n);if(o(a))return a;throw new TypeError("unable to convert exotic object to primitive")}return"default"===n&&(i(e)||s(e))&&(n="string"),l(e,"default"===n?"number":n)}},2116:(e,t,n)=>{"use strict";var r=Object.prototype.toString,o=n(4149),a=n(5320),i=function(e){var t;if((t=arguments.length>1?arguments[1]:"[object Date]"===r.call(e)?String:Number)===String||t===Number){var n,i,s=t===String?["toString","valueOf"]:["valueOf","toString"];for(i=0;i1?i(e,arguments[1]):i(e)}},4149:e=>{"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},7667:function(e){e.exports=function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;na?(l=o/a,i=c,s=Math.round(i/l)):(l=a/o,s=c,i=Math.round(s/l)),(i>o||s>a||ir?-1:n===r?0:1})),m=r(p[0],5),f=m[0],h=m[1],g=m[2],b=m[3],v=m[4];return b?[Math.round(f/b),Math.round(h/b),Math.round(g/b),Math.round(b/v)]:[0,0,0,0]}},{key:"_bindImageEvents",value:function(e,t,n){var r=this,o=(n=n||{})&&n.data,a=this._getDefaultColor(n),i=function(){c(),t.call(e,r.getColor(e,n),o)},s=function(){c(),t.call(e,r._prepareResult(a,new Error("Image error")),o)},l=function(){c(),t.call(e,r._prepareResult(a,new Error("Image abort")),o)},c=function(){e.removeEventListener("load",i),e.removeEventListener("error",s),e.removeEventListener("abort",l)};e.addEventListener("load",i),e.addEventListener("error",s),e.addEventListener("abort",l)}},{key:"_prepareResult",value:function(e,t){var n=e.slice(0,3),r=[].concat(n,e[3]/255),o=this._isDark(e);return{error:t,value:e,rgb:"rgb("+n.join(",")+")",rgba:"rgba("+r.join(",")+")",hex:this._arrayToHex(n),hexa:this._arrayToHex(e),isDark:o,isLight:!o}}},{key:"_getOriginalSize",value:function(e){return e instanceof HTMLImageElement?{width:e.naturalWidth,height:e.naturalHeight}:e instanceof HTMLVideoElement?{width:e.videoWidth,height:e.videoHeight}:{width:e.width,height:e.height}}},{key:"_toHex",value:function(e){var t=e.toString(16);return 1===t.length?"0"+t:t}},{key:"_arrayToHex",value:function(e){return"#"+e.map(this._toHex).join("")}},{key:"_isDark",value:function(e){return(299*e[0]+587*e[1]+114*e[2])/1e3<128}},{key:"_makeCanvas",value:function(){return"undefined"==typeof window?new OffscreenCanvas(1,1):document.createElement("canvas")}}]),t}()}()},3316:e=>{function t(e,t,n,r){var o,a=null==(o=r)||"number"==typeof o||"boolean"==typeof o?r:n(r),i=t.get(a);return void 0===i&&(i=e.call(this,r),t.set(a,i)),i}function n(e,t,n){var r=Array.prototype.slice.call(arguments,3),o=n(r),a=t.get(o);return void 0===a&&(a=e.apply(this,r),t.set(o,a)),a}function r(e,t,n,r,o){return n.bind(t,e,r,o)}function o(e,o){return r(e,this,1===e.length?t:n,o.cache.create(),o.serializer)}function a(){return JSON.stringify(arguments)}function i(){this.cache=Object.create(null)}i.prototype.has=function(e){return e in this.cache},i.prototype.get=function(e){return this.cache[e]},i.prototype.set=function(e,t){this.cache[e]=t};var s={create:function(){return new i}};e.exports=function(e,t){var n=t&&t.cache?t.cache:s,r=t&&t.serializer?t.serializer:a;return(t&&t.strategy?t.strategy:o)(e,{cache:n,serializer:r})},e.exports.strategies={variadic:function(e,t){return r(e,this,n,t.cache.create(),t.serializer)},monadic:function(e,n){return r(e,this,t,n.cache.create(),n.serializer)}}},7648:e=>{"use strict";var t="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,r=Object.prototype.toString,o="[object Function]";e.exports=function(e){var a=this;if("function"!=typeof a||r.call(a)!==o)throw new TypeError(t+a);for(var i,s=n.call(arguments,1),l=function(){if(this instanceof i){var t=a.apply(this,s.concat(n.call(arguments)));return Object(t)===t?t:this}return a.apply(e,s.concat(n.call(arguments)))},c=Math.max(0,a.length-s.length),u=[],d=0;d{"use strict";var r=n(7648);e.exports=Function.prototype.bind||r},210:(e,t,n)=>{"use strict";var r,o=SyntaxError,a=Function,i=TypeError,s=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var c=function(){throw new i},u=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(e){return c}}}():c,d=n(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},m={},f="undefined"==typeof Uint8Array?r:p(Uint8Array),h={"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":d?p([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":m,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":d?p(p([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&d?p((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&d?p((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":d?p(""[Symbol.iterator]()):r,"%Symbol%":d?Symbol:r,"%SyntaxError%":o,"%ThrowTypeError%":u,"%TypedArray%":f,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet},g=function e(t){var n;if("%AsyncFunction%"===t)n=s("async function () {}");else if("%GeneratorFunction%"===t)n=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=s("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(n=p(o.prototype))}return h[t]=n,n},b={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},v=n(8612),y=n(7642),_=v.call(Function.call,Array.prototype.concat),M=v.call(Function.apply,Array.prototype.splice),k=v.call(Function.call,String.prototype.replace),w=v.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,L=/\\(\\)?/g,x=function(e){var t=w(e,0,1),n=w(e,-1);if("%"===t&&"%"!==n)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var r=[];return k(e,E,(function(e,t,n,o){r[r.length]=n?k(o,L,"$1"):t||e})),r},S=function(e,t){var n,r=e;if(y(b,r)&&(r="%"+(n=b[r])[0]+"%"),y(h,r)){var a=h[r];if(a===m&&(a=g(r)),void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var n=x(e),r=n.length>0?n[0]:"",a=S("%"+r+"%",t),s=a.name,c=a.value,u=!1,d=a.alias;d&&(r=d[0],M(n,_([0,1],d)));for(var p=1,m=!0;p=n.length){var v=l(c,f);c=(m=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:c[f]}else m=y(c,f),c=c[f];m&&!u&&(h[s]=c)}}return c}},1884:(e,t,n)=>{"use strict";var r=n(4289),o=n(2636),a="__ global cache key __";"function"==typeof Symbol&&o(Symbol("foo"))&&"function"==typeof Symbol.for&&(a=Symbol.for(a));var i=function(){return!0},s=function(){if(!n.g[a]){var e={};e[a]={};var t={};t[a]=i,r(n.g,e,t)}return n.g[a]},l=s(),c=function(e){return o(e)?Symbol.prototype.valueOf.call(e):typeof e+" | "+String(e)},u=function(e){if(!function(e){return null===e||"object"!=typeof e&&"function"!=typeof e}(e))throw new TypeError("key must not be an object")},d={clear:function(){delete n.g[a],l=s()},delete:function(e){return u(e),delete l[c(e)],!d.has(e)},get:function(e){return u(e),l[c(e)]},has:function(e){return u(e),c(e)in l},set:function(e,t){u(e);var n=c(e),o={};o[n]=t;var a={};return a[n]=i,r(l,o,a),d.has(e)},setIfMissingThenGet:function(e,t){if(d.has(e))return d.get(e);var n=t();return d.set(e,n),n}};e.exports=d},9948:(e,t)=>{var n={};n.parse=function(){var e=/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,t=/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,n=/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,r=/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,o=/^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,a=/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,i=/^(left|center|right|top|bottom)/i,s=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,l=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,c=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,u=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,d=/^\(/,p=/^\)/,m=/^,/,f=/^\#([0-9a-fA-F]+)/,h=/^([a-zA-Z]+)/,g=/^rgb/i,b=/^rgba/i,v=/^(([0-9]*\.[0-9]+)|([0-9]+\.?))/,y="";function _(e){var t=new Error(y+": "+e);throw t.source=y,t}function M(){var e=T(k);return y.length>0&&_("Invalid input not EOF"),e}function k(){return w("linear-gradient",e,L)||w("repeating-linear-gradient",t,L)||w("radial-gradient",n,x)||w("repeating-radial-gradient",r,x)}function w(e,t,n){return E(t,(function(t){var r=n();return r&&(I(m)||_("Missing comma before color stops")),{type:e,orientation:r,colorStops:T(z)}}))}function E(e,t){var n=I(e);if(n)return I(d)||_("Missing ("),result=t(n),I(p)||_("Missing )"),result}function L(){return B("directional",o,1)||B("angular",u,1)}function x(){var e,t,n=S();return n&&((e=[]).push(n),t=y,I(m)&&((n=S())?e.push(n):y=t)),e}function S(){var e=function(){var e=B("shape",/^(circle)/i,0);e&&(e.style=D()||A());return e}()||function(){var e=B("shape",/^(ellipse)/i,0);e&&(e.style=O()||A());return e}();if(e)e.at=function(){if(B("position",/^at/,0)){var e=C();return e||_("Missing positioning value"),e}}();else{var t=C();t&&(e={type:"default-radial",at:t})}return e}function A(){return B("extent-keyword",a,1)}function C(){var e={x:O(),y:O()};if(e.x||e.y)return{type:"position",value:e}}function T(e){var t=e(),n=[];if(t)for(n.push(t);I(m);)(t=e())?n.push(t):_("One extra comma");return n}function z(){var e=B("hex",f,1)||E(b,(function(){return{type:"rgba",value:T(N)}}))||E(g,(function(){return{type:"rgb",value:T(N)}}))||B("literal",h,0);return e||_("Expected color definition"),e.length=O(),e}function N(){return I(v)[1]}function O(){return B("%",l,1)||B("position-keyword",i,1)||D()}function D(){return B("px",s,1)||B("em",c,1)}function B(e,t,n){var r=I(t);if(r)return{type:e,value:r[n]}}function I(e){var t,n;return(n=/^[\n\r\t\s]+/.exec(y))&&P(n[0].length),(t=e.exec(y))&&P(t[0].length),t}function P(e){y=y.substr(e)}return function(e){return y=e.toString(),M()}}(),t.parse=(n||{}).parse},1405:(e,t,n)=>{"use strict";var r="undefined"!=typeof Symbol&&Symbol,o=n(5419);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},6410:(e,t,n)=>{"use strict";var r=n(5419);e.exports=function(){return r()&&!!Symbol.toStringTag}},7642:(e,t,n)=>{"use strict";var r=n(8612);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},6928:e=>{e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);Object.defineProperty(t,"combineChunks",{enumerable:!0,get:function(){return r.combineChunks}}),Object.defineProperty(t,"fillInChunks",{enumerable:!0,get:function(){return r.fillInChunks}}),Object.defineProperty(t,"findAll",{enumerable:!0,get:function(){return r.findAll}}),Object.defineProperty(t,"findChunks",{enumerable:!0,get:function(){return r.findChunks}})},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.findAll=function(e){var t=e.autoEscape,a=e.caseSensitive,i=void 0!==a&&a,s=e.findChunks,l=void 0===s?r:s,c=e.sanitize,u=e.searchWords,d=e.textToHighlight;return o({chunksToHighlight:n({chunks:l({autoEscape:t,caseSensitive:i,sanitize:c,searchWords:u,textToHighlight:d})}),totalLength:d?d.length:0})};var n=t.combineChunks=function(e){var t=e.chunks;return t=t.sort((function(e,t){return e.start-t.start})).reduce((function(e,t){if(0===e.length)return[t];var n=e.pop();if(t.start<=n.end){var r=Math.max(n.end,t.end);e.push({highlight:!1,start:n.start,end:r})}else e.push(n,t);return e}),[])},r=function(e){var t=e.autoEscape,n=e.caseSensitive,r=e.sanitize,o=void 0===r?a:r,i=e.searchWords,s=e.textToHighlight;return s=o(s),i.filter((function(e){return e})).reduce((function(e,r){r=o(r),t&&(r=r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var a=new RegExp(r,n?"g":"gi"),i=void 0;i=a.exec(s);){var l=i.index,c=a.lastIndex;c>l&&e.push({highlight:!1,start:l,end:c}),i.index===a.lastIndex&&a.lastIndex++}return e}),[])};t.findChunks=r;var o=t.fillInChunks=function(e){var t=e.chunksToHighlight,n=e.totalLength,r=[],o=function(e,t,n){t-e>0&&r.push({start:e,end:t,highlight:n})};if(0===t.length)o(0,n,!1);else{var a=0;t.forEach((function(e){o(a,e.start,!1),o(e.start,e.end,!0),a=e.end})),o(a,n,!1)}return r};function a(e){return e}}])},8679:(e,t,n)=>{"use strict";var r=n(1296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var o=m(n);o&&o!==f&&e(t,o,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var s=l(t),h=l(n),g=0;g{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,l=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,m=n?Symbol.for("react.suspense"):60113,f=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,b=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,y=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function M(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case a:case s:case i:case m:return e;default:switch(e=e&&e.$$typeof){case c:case p:case g:case h:case l:return e;default:return t}}case o:return t}}}function k(e){return M(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=c,t.ContextProvider=l,t.Element=r,t.ForwardRef=p,t.Fragment=a,t.Lazy=g,t.Memo=h,t.Portal=o,t.Profiler=s,t.StrictMode=i,t.Suspense=m,t.isAsyncMode=function(e){return k(e)||M(e)===u},t.isConcurrentMode=k,t.isContextConsumer=function(e){return M(e)===c},t.isContextProvider=function(e){return M(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return M(e)===p},t.isFragment=function(e){return M(e)===a},t.isLazy=function(e){return M(e)===g},t.isMemo=function(e){return M(e)===h},t.isPortal=function(e){return M(e)===o},t.isProfiler=function(e){return M(e)===s},t.isStrictMode=function(e){return M(e)===i},t.isSuspense=function(e){return M(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===d||e===s||e===i||e===m||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===h||e.$$typeof===l||e.$$typeof===c||e.$$typeof===p||e.$$typeof===v||e.$$typeof===y||e.$$typeof===_||e.$$typeof===b)},t.typeOf=M},1296:(e,t,n)=>{"use strict";e.exports=n(6103)},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},5320:e=>{"use strict";var t,n,r=Function.prototype.toString,o="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof o&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw n}}),n={},o((function(){throw 42}),null,t)}catch(e){e!==n&&(o=null)}else o=null;var a=/^\s*class\b/,i=function(e){try{var t=r.call(e);return a.test(t)}catch(e){return!1}},s=Object.prototype.toString,l="function"==typeof Symbol&&!!Symbol.toStringTag,c="object"==typeof document&&void 0===document.all&&void 0!==document.all?document.all:{};e.exports=o?function(e){if(e===c)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;try{o(e,null,t)}catch(e){if(e!==n)return!1}return!i(e)}:function(e){if(e===c)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;if(l)return function(e){try{return!i(e)&&(r.call(e),!0)}catch(e){return!1}}(e);if(i(e))return!1;var t=s.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},8923:(e,t,n)=>{"use strict";var r=Date.prototype.getDay,o=Object.prototype.toString,a=n(6410)();e.exports=function(e){return"object"==typeof e&&null!==e&&(a?function(e){try{return r.call(e),!0}catch(e){return!1}}(e):"[object Date]"===o.call(e))}},8420:(e,t,n)=>{"use strict";var r,o,a,i,s=n(1924),l=n(6410)();if(l){r=s("Object.prototype.hasOwnProperty"),o=s("RegExp.prototype.exec"),a={};var c=function(){throw a};i={toString:c,valueOf:c},"symbol"==typeof Symbol.toPrimitive&&(i[Symbol.toPrimitive]=c)}var u=s("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor;e.exports=l?function(e){if(!e||"object"!=typeof e)return!1;var t=d(e,"lastIndex");if(!(t&&r(t,"value")))return!1;try{o(e,i)}catch(e){return e===a}}:function(e){return!(!e||"object"!=typeof e&&"function"!=typeof e)&&"[object RegExp]"===u(e)}},2636:(e,t,n)=>{"use strict";var r=Object.prototype.toString;if(n(1405)()){var o=Symbol.prototype.toString,a=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==r.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&a.test(o.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},1465:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!("undefined"==typeof window||!("ontouchstart"in window||window.DocumentTouch&&"undefined"!=typeof document&&document instanceof window.DocumentTouch))||!("undefined"==typeof navigator||!navigator.maxTouchPoints&&!navigator.msMaxTouchPoints)},e.exports=t.default},8303:(e,t,n)=>{var r=n(1934);e.exports=function(e){var t=r(e,"line-height"),n=parseFloat(t,10);if(t===n+""){var o=e.style.lineHeight;e.style.lineHeight=t+"em",t=r(e,"line-height"),n=parseFloat(t,10),o?e.style.lineHeight=o:delete e.style.lineHeight}if(-1!==t.indexOf("pt")?(n*=4,n/=3):-1!==t.indexOf("mm")?(n*=96,n/=25.4):-1!==t.indexOf("cm")?(n*=96,n/=2.54):-1!==t.indexOf("in")?n*=96:-1!==t.indexOf("pc")&&(n*=16),n=Math.round(n),"normal"===t){var a=e.nodeName,i=document.createElement(a);i.innerHTML=" ","TEXTAREA"===a.toUpperCase()&&i.setAttribute("rows","1");var s=r(e,"font-size");i.style.fontSize=s,i.style.padding="0px",i.style.border="0px";var l=document.body;l.appendChild(i),n=i.offsetHeight,l.removeChild(i)}return n}},2705:(e,t,n)=>{var r=n(5639).Symbol;e.exports=r},4239:(e,t,n)=>{var r=n(2705),o=n(9607),a=n(2333),i=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},7561:(e,t,n)=>{var r=n(7990),o=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(o,""):e}},1957:(e,t,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},9607:(e,t,n)=>{var r=n(2705),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=a.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var o=i.call(e);return r&&(t?e[s]=n:delete e[s]),o}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},3279:(e,t,n)=>{var r=n(3218),o=n(7771),a=n(4841),i=Math.max,s=Math.min;e.exports=function(e,t,n){var l,c,u,d,p,m,f=0,h=!1,g=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function v(t){var n=l,r=c;return l=c=void 0,f=t,d=e.apply(r,n)}function y(e){return f=e,p=setTimeout(M,t),h?v(e):d}function _(e){var n=e-m;return void 0===m||n>=t||n<0||g&&e-f>=u}function M(){var e=o();if(_(e))return k(e);p=setTimeout(M,function(e){var n=t-(e-m);return g?s(n,u-(e-f)):n}(e))}function k(e){return p=void 0,b&&l?v(e):(l=c=void 0,d)}function w(){var e=o(),n=_(e);if(l=arguments,c=this,m=e,n){if(void 0===p)return y(m);if(g)return clearTimeout(p),p=setTimeout(M,t),v(m)}return void 0===p&&(p=setTimeout(M,t)),d}return t=a(t)||0,r(n)&&(h=!!n.leading,u=(g="maxWait"in n)?i(a(n.maxWait)||0,t):u,b="trailing"in n?!!n.trailing:b),w.cancel=function(){void 0!==p&&clearTimeout(p),f=0,l=m=c=p=void 0},w.flush=function(){return void 0===p?d:k(o())},w}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var r=n(4239),o=n(7005);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},6486:function(e,t,n){var r;e=n.nmd(e),function(){var o,a="Expected a function",i="__lodash_hash_undefined__",s="__lodash_placeholder__",l=16,c=32,u=64,d=128,p=256,m=1/0,f=9007199254740991,h=NaN,g=4294967295,b=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",u],["rearg",p]],v="[object Arguments]",y="[object Array]",_="[object Boolean]",M="[object Date]",k="[object Error]",w="[object Function]",E="[object GeneratorFunction]",L="[object Map]",x="[object Number]",S="[object Object]",A="[object Promise]",C="[object RegExp]",T="[object Set]",z="[object String]",N="[object Symbol]",O="[object WeakMap]",D="[object ArrayBuffer]",B="[object DataView]",I="[object Float32Array]",P="[object Float64Array]",R="[object Int8Array]",H="[object Int16Array]",W="[object Int32Array]",Y="[object Uint8Array]",j="[object Uint8ClampedArray]",q="[object Uint16Array]",F="[object Uint32Array]",V=/\b__p \+= '';/g,X=/\b(__p \+=) '' \+/g,U=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,K=RegExp($.source),J=RegExp(G.source),Z=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oe=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(oe.source),ie=/^\s+/,se=/\s/,le=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pe=/[()=,{}\[\]\/\s]/,me=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,be=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,Me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ke=/($^)/,we=/['\n\r\u2028\u2029\\]/g,Ee="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Le="\\u2700-\\u27bf",xe="a-z\\xdf-\\xf6\\xf8-\\xff",Se="A-Z\\xc0-\\xd6\\xd8-\\xde",Ae="\\ufe0e\\ufe0f",Ce="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Te="['’]",ze="[\\ud800-\\udfff]",Ne="["+Ce+"]",Oe="["+Ee+"]",De="\\d+",Be="[\\u2700-\\u27bf]",Ie="["+xe+"]",Pe="[^\\ud800-\\udfff"+Ce+De+Le+xe+Se+"]",Re="\\ud83c[\\udffb-\\udfff]",He="[^\\ud800-\\udfff]",We="(?:\\ud83c[\\udde6-\\uddff]){2}",Ye="[\\ud800-\\udbff][\\udc00-\\udfff]",je="["+Se+"]",qe="(?:"+Ie+"|"+Pe+")",Fe="(?:"+je+"|"+Pe+")",Ve="(?:['’](?:d|ll|m|re|s|t|ve))?",Xe="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ue="(?:"+Oe+"|"+Re+")"+"?",$e="[\\ufe0e\\ufe0f]?",Ge=$e+Ue+("(?:\\u200d(?:"+[He,We,Ye].join("|")+")"+$e+Ue+")*"),Ke="(?:"+[Be,We,Ye].join("|")+")"+Ge,Je="(?:"+[He+Oe+"?",Oe,We,Ye,ze].join("|")+")",Ze=RegExp(Te,"g"),Qe=RegExp(Oe,"g"),et=RegExp(Re+"(?="+Re+")|"+Je+Ge,"g"),tt=RegExp([je+"?"+Ie+"+"+Ve+"(?="+[Ne,je,"$"].join("|")+")",Fe+"+"+Xe+"(?="+[Ne,je+qe,"$"].join("|")+")",je+"?"+qe+"+"+Ve,je+"+"+Xe,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",De,Ke].join("|"),"g"),nt=RegExp("[\\u200d\\ud800-\\udfff"+Ee+Ae+"]"),rt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ot=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,it={};it[I]=it[P]=it[R]=it[H]=it[W]=it[Y]=it[j]=it[q]=it[F]=!0,it[v]=it[y]=it[D]=it[_]=it[B]=it[M]=it[k]=it[w]=it[L]=it[x]=it[S]=it[C]=it[T]=it[z]=it[O]=!1;var st={};st[v]=st[y]=st[D]=st[B]=st[_]=st[M]=st[I]=st[P]=st[R]=st[H]=st[W]=st[L]=st[x]=st[S]=st[C]=st[T]=st[z]=st[N]=st[Y]=st[j]=st[q]=st[F]=!0,st[k]=st[w]=st[O]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,ut=parseInt,dt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,pt="object"==typeof self&&self&&self.Object===Object&&self,mt=dt||pt||Function("return this")(),ft=t&&!t.nodeType&&t,ht=ft&&e&&!e.nodeType&&e,gt=ht&&ht.exports===ft,bt=gt&&dt.process,vt=function(){try{var e=ht&&ht.require&&ht.require("util").types;return e||bt&&bt.binding&&bt.binding("util")}catch(e){}}(),yt=vt&&vt.isArrayBuffer,_t=vt&&vt.isDate,Mt=vt&&vt.isMap,kt=vt&&vt.isRegExp,wt=vt&&vt.isSet,Et=vt&&vt.isTypedArray;function Lt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function xt(e,t,n,r){for(var o=-1,a=null==e?0:e.length;++o-1}function Nt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function tn(e,t){for(var n=e.length;n--&&Yt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var rn=Xt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),on=Xt({"&":"&","<":"<",">":">",'"':""","'":"'"});function an(e){return"\\"+lt[e]}function sn(e){return nt.test(e)}function ln(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function cn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,r=e.length,o=0,a=[];++n",""":'"',"'":"'"});var bn=function e(t){var n,r=(t=null==t?mt:bn.defaults(mt.Object(),t,bn.pick(mt,ot))).Array,se=t.Date,Ee=t.Error,Le=t.Function,xe=t.Math,Se=t.Object,Ae=t.RegExp,Ce=t.String,Te=t.TypeError,ze=r.prototype,Ne=Le.prototype,Oe=Se.prototype,De=t["__core-js_shared__"],Be=Ne.toString,Ie=Oe.hasOwnProperty,Pe=0,Re=(n=/[^.]+$/.exec(De&&De.keys&&De.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",He=Oe.toString,We=Be.call(Se),Ye=mt._,je=Ae("^"+Be.call(Ie).replace(oe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qe=gt?t.Buffer:o,Fe=t.Symbol,Ve=t.Uint8Array,Xe=qe?qe.allocUnsafe:o,Ue=cn(Se.getPrototypeOf,Se),$e=Se.create,Ge=Oe.propertyIsEnumerable,Ke=ze.splice,Je=Fe?Fe.isConcatSpreadable:o,et=Fe?Fe.iterator:o,nt=Fe?Fe.toStringTag:o,lt=function(){try{var e=fa(Se,"defineProperty");return e({},"",{}),e}catch(e){}}(),dt=t.clearTimeout!==mt.clearTimeout&&t.clearTimeout,pt=se&&se.now!==mt.Date.now&&se.now,ft=t.setTimeout!==mt.setTimeout&&t.setTimeout,ht=xe.ceil,bt=xe.floor,vt=Se.getOwnPropertySymbols,Rt=qe?qe.isBuffer:o,Xt=t.isFinite,vn=ze.join,yn=cn(Se.keys,Se),_n=xe.max,Mn=xe.min,kn=se.now,wn=t.parseInt,En=xe.random,Ln=ze.reverse,xn=fa(t,"DataView"),Sn=fa(t,"Map"),An=fa(t,"Promise"),Cn=fa(t,"Set"),Tn=fa(t,"WeakMap"),zn=fa(Se,"create"),Nn=Tn&&new Tn,On={},Dn=Ya(xn),Bn=Ya(Sn),In=Ya(An),Pn=Ya(Cn),Rn=Ya(Tn),Hn=Fe?Fe.prototype:o,Wn=Hn?Hn.valueOf:o,Yn=Hn?Hn.toString:o;function jn(e){if(os(e)&&!Ui(e)&&!(e instanceof Xn)){if(e instanceof Vn)return e;if(Ie.call(e,"__wrapped__"))return ja(e)}return new Vn(e)}var qn=function(){function e(){}return function(t){if(!rs(t))return{};if($e)return $e(t);e.prototype=t;var n=new e;return e.prototype=o,n}}();function Fn(){}function Vn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=o}function Xn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Un(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function ur(e,t,n,r,a,i){var s,l=1&t,c=2&t,u=4&t;if(n&&(s=a?n(e,r,a,i):n(e)),s!==o)return s;if(!rs(e))return e;var d=Ui(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ie.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return No(e,s)}else{var p=ba(e),m=p==w||p==E;if(Ji(e))return xo(e,l);if(p==S||p==v||m&&!a){if(s=c||m?{}:ya(e),!l)return c?function(e,t){return Oo(e,ga(e),t)}(e,function(e,t){return e&&Oo(t,Bs(t),e)}(s,e)):function(e,t){return Oo(e,ha(e),t)}(e,ir(s,e))}else{if(!st[p])return a?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case D:return So(e);case _:case M:return new r(+e);case B:return function(e,t){var n=t?So(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case I:case P:case R:case H:case W:case Y:case j:case q:case F:return Ao(e,n);case L:return new r;case x:case z:return new r(e);case C:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case T:return new r;case N:return o=e,Wn?Se(Wn.call(o)):{}}var o}(e,p,l)}}i||(i=new Jn);var f=i.get(e);if(f)return f;i.set(e,s),cs(e)?e.forEach((function(r){s.add(ur(r,t,n,r,e,i))})):as(e)&&e.forEach((function(r,o){s.set(o,ur(r,t,n,o,e,i))}));var h=d?o:(u?c?sa:ia:c?Bs:Ds)(e);return St(h||e,(function(r,o){h&&(r=e[o=r]),rr(s,o,ur(r,t,n,o,e,i))})),s}function dr(e,t,n){var r=n.length;if(null==e)return!r;for(e=Se(e);r--;){var a=n[r],i=t[a],s=e[a];if(s===o&&!(a in e)||!i(s))return!1}return!0}function pr(e,t,n){if("function"!=typeof e)throw new Te(a);return Da((function(){e.apply(o,n)}),t)}function mr(e,t,n,r){var o=-1,a=zt,i=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=Ot(t,Jt(n))),r?(a=Nt,i=!1):t.length>=200&&(a=Qt,i=!1,t=new Kn(t));e:for(;++o-1},$n.prototype.set=function(e,t){var n=this.__data__,r=or(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Gn.prototype.clear=function(){this.size=0,this.__data__={hash:new Un,map:new(Sn||$n),string:new Un}},Gn.prototype.delete=function(e){var t=pa(this,e).delete(e);return this.size-=t?1:0,t},Gn.prototype.get=function(e){return pa(this,e).get(e)},Gn.prototype.has=function(e){return pa(this,e).has(e)},Gn.prototype.set=function(e,t){var n=pa(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Kn.prototype.add=Kn.prototype.push=function(e){return this.__data__.set(e,i),this},Kn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.clear=function(){this.__data__=new $n,this.size=0},Jn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Jn.prototype.get=function(e){return this.__data__.get(e)},Jn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof $n){var r=n.__data__;if(!Sn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Gn(r)}return n.set(e,t),this.size=n.size,this};var fr=Io(kr),hr=Io(wr,!0);function gr(e,t){var n=!0;return fr(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function br(e,t,n){for(var r=-1,a=e.length;++r0&&n(s)?t>1?yr(s,t-1,n,r,o):Dt(o,s):r||(o[o.length]=s)}return o}var _r=Po(),Mr=Po(!0);function kr(e,t){return e&&_r(e,t,Ds)}function wr(e,t){return e&&Mr(e,t,Ds)}function Er(e,t){return Tt(t,(function(t){return es(e[t])}))}function Lr(e,t){for(var n=0,r=(t=ko(t,e)).length;null!=e&&nt}function Cr(e,t){return null!=e&&Ie.call(e,t)}function Tr(e,t){return null!=e&&t in Se(e)}function zr(e,t,n){for(var a=n?Nt:zt,i=e[0].length,s=e.length,l=s,c=r(s),u=1/0,d=[];l--;){var p=e[l];l&&t&&(p=Ot(p,Jt(t))),u=Mn(p.length,u),c[l]=!n&&(t||i>=120&&p.length>=120)?new Kn(l&&p):o}p=e[0];var m=-1,f=c[0];e:for(;++m=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Ur(e,t,n){for(var r=-1,o=t.length,a={};++r-1;)s!==e&&Ke.call(s,l,1),Ke.call(e,l,1);return e}function Gr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==a){var a=o;Ma(o)?Ke.call(e,o,1):fo(e,o)}}return e}function Kr(e,t){return e+bt(En()*(t-e+1))}function Jr(e,t){var n="";if(!e||t<1||t>f)return n;do{t%2&&(n+=e),(t=bt(t/2))&&(e+=e)}while(t);return n}function Zr(e,t){return Ba(Ca(e,t,il),e+"")}function Qr(e){return Qn(qs(e))}function eo(e,t){var n=qs(e);return Ra(n,cr(t,0,n.length))}function to(e,t,n,r){if(!rs(e))return e;for(var a=-1,i=(t=ko(t,e)).length,s=i-1,l=e;null!=l&&++aa?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=r(a);++o>>1,i=e[a];null!==i&&!ds(i)&&(n?i<=t:i=200){var c=t?null:Zo(e);if(c)return dn(c);i=!1,o=Qt,l=new Kn}else l=t?[]:s;e:for(;++r=r?e:ao(e,t,n)}var Lo=dt||function(e){return mt.clearTimeout(e)};function xo(e,t){if(t)return e.slice();var n=e.length,r=Xe?Xe(n):new e.constructor(n);return e.copy(r),r}function So(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Ao(e,t){var n=t?So(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Co(e,t){if(e!==t){var n=e!==o,r=null===e,a=e==e,i=ds(e),s=t!==o,l=null===t,c=t==t,u=ds(t);if(!l&&!u&&!i&&e>t||i&&s&&c&&!l&&!u||r&&s&&c||!n&&c||!a)return 1;if(!r&&!i&&!u&&e1?n[a-1]:o,s=a>2?n[2]:o;for(i=e.length>3&&"function"==typeof i?(a--,i):o,s&&ka(n[0],n[1],s)&&(i=a<3?o:i,a=1),t=Se(t);++r-1?a[i?t[s]:s]:o}}function jo(e){return aa((function(t){var n=t.length,r=n,i=Vn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new Te(a);if(i&&!l&&"wrapper"==ca(s))var l=new Vn([],!0)}for(r=l?r:n;++r1&&y.reverse(),m&&ul))return!1;var u=i.get(e),d=i.get(t);if(u&&d)return u==t&&d==e;var p=-1,m=!0,f=2&n?new Kn:o;for(i.set(e,t),i.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(le,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return St(b,(function(n){var r="_."+n[0];t&n[1]&&!zt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(ue):[]}(r),n)))}function Pa(e){var t=0,n=0;return function(){var r=kn(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(o,arguments)}}function Ra(e,t){var n=-1,r=e.length,a=r-1;for(t=t===o?r:t;++n1?e[t-1]:o;return n="function"==typeof n?(e.pop(),n):o,li(e,n)}));function hi(e){var t=jn(e);return t.__chain__=!0,t}function gi(e,t){return t(e)}var bi=aa((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return lr(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Xn&&Ma(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:gi,args:[a],thisArg:o}),new Vn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(o),e}))):this.thru(a)}));var vi=Do((function(e,t,n){Ie.call(e,n)?++e[n]:sr(e,n,1)}));var yi=Yo(Xa),_i=Yo(Ua);function Mi(e,t){return(Ui(e)?St:fr)(e,da(t,3))}function ki(e,t){return(Ui(e)?At:hr)(e,da(t,3))}var wi=Do((function(e,t,n){Ie.call(e,n)?e[n].push(t):sr(e,n,[t])}));var Ei=Zr((function(e,t,n){var o=-1,a="function"==typeof t,i=Gi(e)?r(e.length):[];return fr(e,(function(e){i[++o]=a?Lt(t,e,n):Nr(e,t,n)})),i})),Li=Do((function(e,t,n){sr(e,n,t)}));function xi(e,t){return(Ui(e)?Ot:Yr)(e,da(t,3))}var Si=Do((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Ai=Zr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ka(e,t[0],t[1])?t=[]:n>2&&ka(t[0],t[1],t[2])&&(t=[t[0]]),Xr(e,yr(t,1),[])})),Ci=pt||function(){return mt.Date.now()};function Ti(e,t,n){return t=n?o:t,t=e&&null==t?e.length:t,ea(e,d,o,o,o,o,t)}function zi(e,t){var n;if("function"!=typeof t)throw new Te(a);return e=bs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=o),n}}var Ni=Zr((function(e,t,n){var r=1;if(n.length){var o=un(n,ua(Ni));r|=c}return ea(e,r,t,n,o)})),Oi=Zr((function(e,t,n){var r=3;if(n.length){var o=un(n,ua(Oi));r|=c}return ea(t,r,e,n,o)}));function Di(e,t,n){var r,i,s,l,c,u,d=0,p=!1,m=!1,f=!0;if("function"!=typeof e)throw new Te(a);function h(t){var n=r,a=i;return r=i=o,d=t,l=e.apply(a,n)}function g(e){return d=e,c=Da(v,t),p?h(e):l}function b(e){var n=e-u;return u===o||n>=t||n<0||m&&e-d>=s}function v(){var e=Ci();if(b(e))return y(e);c=Da(v,function(e){var n=t-(e-u);return m?Mn(n,s-(e-d)):n}(e))}function y(e){return c=o,f&&r?h(e):(r=i=o,l)}function _(){var e=Ci(),n=b(e);if(r=arguments,i=this,u=e,n){if(c===o)return g(u);if(m)return Lo(c),c=Da(v,t),h(u)}return c===o&&(c=Da(v,t)),l}return t=ys(t)||0,rs(n)&&(p=!!n.leading,s=(m="maxWait"in n)?_n(ys(n.maxWait)||0,t):s,f="trailing"in n?!!n.trailing:f),_.cancel=function(){c!==o&&Lo(c),d=0,r=u=i=c=o},_.flush=function(){return c===o?l:y(Ci())},_}var Bi=Zr((function(e,t){return pr(e,1,t)})),Ii=Zr((function(e,t,n){return pr(e,ys(t)||0,n)}));function Pi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Te(a);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(Pi.Cache||Gn),n}function Ri(e){if("function"!=typeof e)throw new Te(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Pi.Cache=Gn;var Hi=wo((function(e,t){var n=(t=1==t.length&&Ui(t[0])?Ot(t[0],Jt(da())):Ot(yr(t,1),Jt(da()))).length;return Zr((function(r){for(var o=-1,a=Mn(r.length,n);++o=t})),Xi=Or(function(){return arguments}())?Or:function(e){return os(e)&&Ie.call(e,"callee")&&!Ge.call(e,"callee")},Ui=r.isArray,$i=yt?Jt(yt):function(e){return os(e)&&Sr(e)==D};function Gi(e){return null!=e&&ns(e.length)&&!es(e)}function Ki(e){return os(e)&&Gi(e)}var Ji=Rt||yl,Zi=_t?Jt(_t):function(e){return os(e)&&Sr(e)==M};function Qi(e){if(!os(e))return!1;var t=Sr(e);return t==k||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ss(e)}function es(e){if(!rs(e))return!1;var t=Sr(e);return t==w||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function ts(e){return"number"==typeof e&&e==bs(e)}function ns(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function rs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function os(e){return null!=e&&"object"==typeof e}var as=Mt?Jt(Mt):function(e){return os(e)&&ba(e)==L};function is(e){return"number"==typeof e||os(e)&&Sr(e)==x}function ss(e){if(!os(e)||Sr(e)!=S)return!1;var t=Ue(e);if(null===t)return!0;var n=Ie.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Be.call(n)==We}var ls=kt?Jt(kt):function(e){return os(e)&&Sr(e)==C};var cs=wt?Jt(wt):function(e){return os(e)&&ba(e)==T};function us(e){return"string"==typeof e||!Ui(e)&&os(e)&&Sr(e)==z}function ds(e){return"symbol"==typeof e||os(e)&&Sr(e)==N}var ps=Et?Jt(Et):function(e){return os(e)&&ns(e.length)&&!!it[Sr(e)]};var ms=Go(Wr),fs=Go((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Gi(e))return us(e)?fn(e):No(e);if(et&&e[et])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[et]());var t=ba(e);return(t==L?ln:t==T?dn:qs)(e)}function gs(e){return e?(e=ys(e))===m||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function bs(e){var t=gs(e),n=t%1;return t==t?n?t-n:t:0}function vs(e){return e?cr(bs(e),0,g):0}function ys(e){if("number"==typeof e)return e;if(ds(e))return h;if(rs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var n=be.test(e);return n||ye.test(e)?ut(e.slice(2),n?2:8):ge.test(e)?h:+e}function _s(e){return Oo(e,Bs(e))}function Ms(e){return null==e?"":po(e)}var ks=Bo((function(e,t){if(xa(t)||Gi(t))Oo(t,Ds(t),e);else for(var n in t)Ie.call(t,n)&&rr(e,n,t[n])})),ws=Bo((function(e,t){Oo(t,Bs(t),e)})),Es=Bo((function(e,t,n,r){Oo(t,Bs(t),e,r)})),Ls=Bo((function(e,t,n,r){Oo(t,Ds(t),e,r)})),xs=aa(lr);var Ss=Zr((function(e,t){e=Se(e);var n=-1,r=t.length,a=r>2?t[2]:o;for(a&&ka(t[0],t[1],a)&&(r=1);++n1),t})),Oo(e,sa(e),n),r&&(n=ur(n,7,ra));for(var o=t.length;o--;)fo(n,t[o]);return n}));var Hs=aa((function(e,t){return null==e?{}:function(e,t){return Ur(e,t,(function(t,n){return Ts(e,n)}))}(e,t)}));function Ws(e,t){if(null==e)return{};var n=Ot(sa(e),(function(e){return[e]}));return t=da(t),Ur(e,n,(function(e,n){return t(e,n[0])}))}var Ys=Qo(Ds),js=Qo(Bs);function qs(e){return null==e?[]:Zt(e,Ds(e))}var Fs=Ho((function(e,t,n){return t=t.toLowerCase(),e+(n?Vs(t):t)}));function Vs(e){return Qs(Ms(e).toLowerCase())}function Xs(e){return(e=Ms(e))&&e.replace(Me,rn).replace(Qe,"")}var Us=Ho((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),$s=Ho((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Gs=Ro("toLowerCase");var Ks=Ho((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Js=Ho((function(e,t,n){return e+(n?" ":"")+Qs(t)}));var Zs=Ho((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Qs=Ro("toUpperCase");function el(e,t,n){return e=Ms(e),(t=n?o:t)===o?function(e){return rt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var tl=Zr((function(e,t){try{return Lt(e,o,t)}catch(e){return Qi(e)?e:new Ee(e)}})),nl=aa((function(e,t){return St(t,(function(t){t=Wa(t),sr(e,t,Ni(e[t],e))})),e}));function rl(e){return function(){return e}}var ol=jo(),al=jo(!0);function il(e){return e}function sl(e){return Pr("function"==typeof e?e:ur(e,1))}var ll=Zr((function(e,t){return function(n){return Nr(n,e,t)}})),cl=Zr((function(e,t){return function(n){return Nr(e,n,t)}}));function ul(e,t,n){var r=Ds(t),o=Er(t,r);null!=n||rs(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Er(t,Ds(t)));var a=!(rs(n)&&"chain"in n&&!n.chain),i=es(e);return St(o,(function(n){var r=t[n];e[n]=r,i&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__),o=n.__actions__=No(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Dt([this.value()],arguments))})})),e}function dl(){}var pl=Xo(Ot),ml=Xo(Ct),fl=Xo(Pt);function hl(e){return wa(e)?Vt(Wa(e)):function(e){return function(t){return Lr(t,e)}}(e)}var gl=$o(),bl=$o(!0);function vl(){return[]}function yl(){return!1}var _l=Vo((function(e,t){return e+t}),0),Ml=Jo("ceil"),kl=Vo((function(e,t){return e/t}),1),wl=Jo("floor");var El,Ll=Vo((function(e,t){return e*t}),1),xl=Jo("round"),Sl=Vo((function(e,t){return e-t}),0);return jn.after=function(e,t){if("function"!=typeof t)throw new Te(a);return e=bs(e),function(){if(--e<1)return t.apply(this,arguments)}},jn.ary=Ti,jn.assign=ks,jn.assignIn=ws,jn.assignInWith=Es,jn.assignWith=Ls,jn.at=xs,jn.before=zi,jn.bind=Ni,jn.bindAll=nl,jn.bindKey=Oi,jn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ui(e)?e:[e]},jn.chain=hi,jn.chunk=function(e,t,n){t=(n?ka(e,t,n):t===o)?1:_n(bs(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,s=0,l=r(ht(a/t));ia?0:a+n),(r=r===o||r>a?a:bs(r))<0&&(r+=a),r=n>r?0:vs(r);n>>0)?(e=Ms(e))&&("string"==typeof t||null!=t&&!ls(t))&&!(t=po(t))&&sn(e)?Eo(fn(e),0,n):e.split(t,n):[]},jn.spread=function(e,t){if("function"!=typeof e)throw new Te(a);return t=null==t?0:_n(bs(t),0),Zr((function(n){var r=n[t],o=Eo(n,0,t);return r&&Dt(o,r),Lt(e,this,o)}))},jn.tail=function(e){var t=null==e?0:e.length;return t?ao(e,1,t):[]},jn.take=function(e,t,n){return e&&e.length?ao(e,0,(t=n||t===o?1:bs(t))<0?0:t):[]},jn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ao(e,(t=r-(t=n||t===o?1:bs(t)))<0?0:t,r):[]},jn.takeRightWhile=function(e,t){return e&&e.length?go(e,da(t,3),!1,!0):[]},jn.takeWhile=function(e,t){return e&&e.length?go(e,da(t,3)):[]},jn.tap=function(e,t){return t(e),e},jn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new Te(a);return rs(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Di(e,t,{leading:r,maxWait:t,trailing:o})},jn.thru=gi,jn.toArray=hs,jn.toPairs=Ys,jn.toPairsIn=js,jn.toPath=function(e){return Ui(e)?Ot(e,Wa):ds(e)?[e]:No(Ha(Ms(e)))},jn.toPlainObject=_s,jn.transform=function(e,t,n){var r=Ui(e),o=r||Ji(e)||ps(e);if(t=da(t,4),null==n){var a=e&&e.constructor;n=o?r?new a:[]:rs(e)&&es(a)?qn(Ue(e)):{}}return(o?St:kr)(e,(function(e,r,o){return t(n,e,r,o)})),n},jn.unary=function(e){return Ti(e,1)},jn.union=oi,jn.unionBy=ai,jn.unionWith=ii,jn.uniq=function(e){return e&&e.length?mo(e):[]},jn.uniqBy=function(e,t){return e&&e.length?mo(e,da(t,2)):[]},jn.uniqWith=function(e,t){return t="function"==typeof t?t:o,e&&e.length?mo(e,o,t):[]},jn.unset=function(e,t){return null==e||fo(e,t)},jn.unzip=si,jn.unzipWith=li,jn.update=function(e,t,n){return null==e?e:ho(e,t,Mo(n))},jn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:o,null==e?e:ho(e,t,Mo(n),r)},jn.values=qs,jn.valuesIn=function(e){return null==e?[]:Zt(e,Bs(e))},jn.without=ci,jn.words=el,jn.wrap=function(e,t){return Wi(Mo(t),e)},jn.xor=ui,jn.xorBy=di,jn.xorWith=pi,jn.zip=mi,jn.zipObject=function(e,t){return yo(e||[],t||[],rr)},jn.zipObjectDeep=function(e,t){return yo(e||[],t||[],to)},jn.zipWith=fi,jn.entries=Ys,jn.entriesIn=js,jn.extend=ws,jn.extendWith=Es,ul(jn,jn),jn.add=_l,jn.attempt=tl,jn.camelCase=Fs,jn.capitalize=Vs,jn.ceil=Ml,jn.clamp=function(e,t,n){return n===o&&(n=t,t=o),n!==o&&(n=(n=ys(n))==n?n:0),t!==o&&(t=(t=ys(t))==t?t:0),cr(ys(e),t,n)},jn.clone=function(e){return ur(e,4)},jn.cloneDeep=function(e){return ur(e,5)},jn.cloneDeepWith=function(e,t){return ur(e,5,t="function"==typeof t?t:o)},jn.cloneWith=function(e,t){return ur(e,4,t="function"==typeof t?t:o)},jn.conformsTo=function(e,t){return null==t||dr(e,t,Ds(t))},jn.deburr=Xs,jn.defaultTo=function(e,t){return null==e||e!=e?t:e},jn.divide=kl,jn.endsWith=function(e,t,n){e=Ms(e),t=po(t);var r=e.length,a=n=n===o?r:cr(bs(n),0,r);return(n-=t.length)>=0&&e.slice(n,a)==t},jn.eq=qi,jn.escape=function(e){return(e=Ms(e))&&J.test(e)?e.replace(G,on):e},jn.escapeRegExp=function(e){return(e=Ms(e))&&ae.test(e)?e.replace(oe,"\\$&"):e},jn.every=function(e,t,n){var r=Ui(e)?Ct:gr;return n&&ka(e,t,n)&&(t=o),r(e,da(t,3))},jn.find=yi,jn.findIndex=Xa,jn.findKey=function(e,t){return Ht(e,da(t,3),kr)},jn.findLast=_i,jn.findLastIndex=Ua,jn.findLastKey=function(e,t){return Ht(e,da(t,3),wr)},jn.floor=wl,jn.forEach=Mi,jn.forEachRight=ki,jn.forIn=function(e,t){return null==e?e:_r(e,da(t,3),Bs)},jn.forInRight=function(e,t){return null==e?e:Mr(e,da(t,3),Bs)},jn.forOwn=function(e,t){return e&&kr(e,da(t,3))},jn.forOwnRight=function(e,t){return e&&wr(e,da(t,3))},jn.get=Cs,jn.gt=Fi,jn.gte=Vi,jn.has=function(e,t){return null!=e&&va(e,t,Cr)},jn.hasIn=Ts,jn.head=Ga,jn.identity=il,jn.includes=function(e,t,n,r){e=Gi(e)?e:qs(e),n=n&&!r?bs(n):0;var o=e.length;return n<0&&(n=_n(o+n,0)),us(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&Yt(e,t,n)>-1},jn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:bs(n);return o<0&&(o=_n(r+o,0)),Yt(e,t,o)},jn.inRange=function(e,t,n){return t=gs(t),n===o?(n=t,t=0):n=gs(n),function(e,t,n){return e>=Mn(t,n)&&e<_n(t,n)}(e=ys(e),t,n)},jn.invoke=Os,jn.isArguments=Xi,jn.isArray=Ui,jn.isArrayBuffer=$i,jn.isArrayLike=Gi,jn.isArrayLikeObject=Ki,jn.isBoolean=function(e){return!0===e||!1===e||os(e)&&Sr(e)==_},jn.isBuffer=Ji,jn.isDate=Zi,jn.isElement=function(e){return os(e)&&1===e.nodeType&&!ss(e)},jn.isEmpty=function(e){if(null==e)return!0;if(Gi(e)&&(Ui(e)||"string"==typeof e||"function"==typeof e.splice||Ji(e)||ps(e)||Xi(e)))return!e.length;var t=ba(e);if(t==L||t==T)return!e.size;if(xa(e))return!Rr(e).length;for(var n in e)if(Ie.call(e,n))return!1;return!0},jn.isEqual=function(e,t){return Dr(e,t)},jn.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:o)?n(e,t):o;return r===o?Dr(e,t,o,n):!!r},jn.isError=Qi,jn.isFinite=function(e){return"number"==typeof e&&Xt(e)},jn.isFunction=es,jn.isInteger=ts,jn.isLength=ns,jn.isMap=as,jn.isMatch=function(e,t){return e===t||Br(e,t,ma(t))},jn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:o,Br(e,t,ma(t),n)},jn.isNaN=function(e){return is(e)&&e!=+e},jn.isNative=function(e){if(La(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ir(e)},jn.isNil=function(e){return null==e},jn.isNull=function(e){return null===e},jn.isNumber=is,jn.isObject=rs,jn.isObjectLike=os,jn.isPlainObject=ss,jn.isRegExp=ls,jn.isSafeInteger=function(e){return ts(e)&&e>=-9007199254740991&&e<=f},jn.isSet=cs,jn.isString=us,jn.isSymbol=ds,jn.isTypedArray=ps,jn.isUndefined=function(e){return e===o},jn.isWeakMap=function(e){return os(e)&&ba(e)==O},jn.isWeakSet=function(e){return os(e)&&"[object WeakSet]"==Sr(e)},jn.join=function(e,t){return null==e?"":vn.call(e,t)},jn.kebabCase=Us,jn.last=Qa,jn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r;return n!==o&&(a=(a=bs(n))<0?_n(r+a,0):Mn(a,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,a):Wt(e,qt,a,!0)},jn.lowerCase=$s,jn.lowerFirst=Gs,jn.lt=ms,jn.lte=fs,jn.max=function(e){return e&&e.length?br(e,il,Ar):o},jn.maxBy=function(e,t){return e&&e.length?br(e,da(t,2),Ar):o},jn.mean=function(e){return Ft(e,il)},jn.meanBy=function(e,t){return Ft(e,da(t,2))},jn.min=function(e){return e&&e.length?br(e,il,Wr):o},jn.minBy=function(e,t){return e&&e.length?br(e,da(t,2),Wr):o},jn.stubArray=vl,jn.stubFalse=yl,jn.stubObject=function(){return{}},jn.stubString=function(){return""},jn.stubTrue=function(){return!0},jn.multiply=Ll,jn.nth=function(e,t){return e&&e.length?Vr(e,bs(t)):o},jn.noConflict=function(){return mt._===this&&(mt._=Ye),this},jn.noop=dl,jn.now=Ci,jn.pad=function(e,t,n){e=Ms(e);var r=(t=bs(t))?mn(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Uo(bt(o),n)+e+Uo(ht(o),n)},jn.padEnd=function(e,t,n){e=Ms(e);var r=(t=bs(t))?mn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var a=En();return Mn(e+a*(t-e+ct("1e-"+((a+"").length-1))),t)}return Kr(e,t)},jn.reduce=function(e,t,n){var r=Ui(e)?Bt:Ut,o=arguments.length<3;return r(e,da(t,4),n,o,fr)},jn.reduceRight=function(e,t,n){var r=Ui(e)?It:Ut,o=arguments.length<3;return r(e,da(t,4),n,o,hr)},jn.repeat=function(e,t,n){return t=(n?ka(e,t,n):t===o)?1:bs(t),Jr(Ms(e),t)},jn.replace=function(){var e=arguments,t=Ms(e[0]);return e.length<3?t:t.replace(e[1],e[2])},jn.result=function(e,t,n){var r=-1,a=(t=ko(t,e)).length;for(a||(a=1,e=o);++rf)return[];var n=g,r=Mn(e,g);t=da(t),e-=g;for(var o=Gt(r,t);++n=i)return e;var l=n-mn(r);if(l<1)return r;var c=s?Eo(s,0,l).join(""):e.slice(0,l);if(a===o)return c+r;if(s&&(l+=c.length-l),ls(a)){if(e.slice(l).search(a)){var u,d=c;for(a.global||(a=Ae(a.source,Ms(he.exec(a))+"g")),a.lastIndex=0;u=a.exec(d);)var p=u.index;c=c.slice(0,p===o?l:p)}}else if(e.indexOf(po(a),l)!=l){var m=c.lastIndexOf(a);m>-1&&(c=c.slice(0,m))}return c+r},jn.unescape=function(e){return(e=Ms(e))&&K.test(e)?e.replace($,gn):e},jn.uniqueId=function(e){var t=++Pe;return Ms(e)+t},jn.upperCase=Zs,jn.upperFirst=Qs,jn.each=Mi,jn.eachRight=ki,jn.first=Ga,ul(jn,(El={},kr(jn,(function(e,t){Ie.call(jn.prototype,t)||(El[t]=e)})),El),{chain:!1}),jn.VERSION="4.17.21",St(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){jn[e].placeholder=jn})),St(["drop","take"],(function(e,t){Xn.prototype[e]=function(n){n=n===o?1:_n(bs(n),0);var r=this.__filtered__&&!t?new Xn(this):this.clone();return r.__filtered__?r.__takeCount__=Mn(n,r.__takeCount__):r.__views__.push({size:Mn(n,g),type:e+(r.__dir__<0?"Right":"")}),r},Xn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),St(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Xn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:da(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),St(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Xn.prototype[e]=function(){return this[n](1).value()[0]}})),St(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Xn.prototype[e]=function(){return this.__filtered__?new Xn(this):this[n](1)}})),Xn.prototype.compact=function(){return this.filter(il)},Xn.prototype.find=function(e){return this.filter(e).head()},Xn.prototype.findLast=function(e){return this.reverse().find(e)},Xn.prototype.invokeMap=Zr((function(e,t){return"function"==typeof e?new Xn(this):this.map((function(n){return Nr(n,e,t)}))})),Xn.prototype.reject=function(e){return this.filter(Ri(da(e)))},Xn.prototype.slice=function(e,t){e=bs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Xn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==o&&(n=(t=bs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Xn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Xn.prototype.toArray=function(){return this.take(g)},kr(Xn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=jn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);a&&(jn.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,l=t instanceof Xn,c=s[0],u=l||Ui(t),d=function(e){var t=a.apply(jn,Dt([e],s));return r&&p?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var p=this.__chain__,m=!!this.__actions__.length,f=i&&!p,h=l&&!m;if(!i&&u){t=h?t:new Xn(this);var g=e.apply(t,s);return g.__actions__.push({func:gi,args:[d],thisArg:o}),new Vn(g,p)}return f&&h?e.apply(this,s):(g=this.thru(d),f?r?g.value()[0]:g.value():g)})})),St(["pop","push","shift","sort","splice","unshift"],(function(e){var t=ze[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);jn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ui(o)?o:[],e)}return this[n]((function(n){return t.apply(Ui(n)?n:[],e)}))}})),kr(Xn.prototype,(function(e,t){var n=jn[t];if(n){var r=n.name+"";Ie.call(On,r)||(On[r]=[]),On[r].push({name:t,func:n})}})),On[qo(o,2).name]=[{name:"wrapper",func:o}],Xn.prototype.clone=function(){var e=new Xn(this.__wrapped__);return e.__actions__=No(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=No(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=No(this.__views__),e},Xn.prototype.reverse=function(){if(this.__filtered__){var e=new Xn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Xn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ui(e),r=t<0,o=n?e.length:0,a=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?o:this.__values__[this.__index__++]}},jn.prototype.plant=function(e){for(var t,n=this;n instanceof Fn;){var r=ja(n);r.__index__=0,r.__values__=o,t?a.__wrapped__=r:t=r;var a=r;n=n.__wrapped__}return a.__wrapped__=e,t},jn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Xn){var t=e;return this.__actions__.length&&(t=new Xn(this)),(t=t.reverse()).__actions__.push({func:gi,args:[ri],thisArg:o}),new Vn(t,this.__chain__)}return this.thru(ri)},jn.prototype.toJSON=jn.prototype.valueOf=jn.prototype.value=function(){return bo(this.__wrapped__,this.__actions__)},jn.prototype.first=jn.prototype.head,et&&(jn.prototype[et]=function(){return this}),jn}();mt._=bn,(r=function(){return bn}.call(t,n,t,e))===o||(e.exports=r)}.call(this)},7771:(e,t,n)=>{var r=n(5639);e.exports=function(){return r.Date.now()}},3493:(e,t,n)=>{var r=n(3279),o=n(3218);e.exports=function(e,t,n){var a=!0,i=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return o(n)&&(a="leading"in n?!!n.leading:a,i="trailing"in n?!!n.trailing:i),r(e,t,{leading:a,maxWait:t,trailing:i})}},4841:(e,t,n)=>{var r=n(7561),o=n(3218),a=n(3448),i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):i.test(e)?NaN:+e}},9588:e=>{e.exports=function(e,t){var n,r,o=0;function a(){var a,i,s=n,l=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(i=0;i{(e.exports=n(5177)).tz.load(n(1128))},5341:function(e,t,n){var r,o,a;!function(i,s){"use strict";e.exports?e.exports=s(n(8)):(o=[n(381)],void 0===(a="function"==typeof(r=s)?r.apply(t,o):r)||(e.exports=a))}(0,(function(e){"use strict";if(!e.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX";function n(e,n){for(var r="",o=Math.abs(e),a=Math.floor(o),i=function(e,n){for(var r,o=".",a="";n>0;)n-=1,e*=60,r=Math.floor(e+1e-6),o+=t[r],e-=r,r&&(a+=o,o="");return a}(o-a,Math.min(~~n,10));a>0;)r=t[a%60]+r,a=Math.floor(a/60);return e<0&&(r="-"+r),r&&i?r+i:(i||"-"!==r)&&(r||i)||"0"}function r(e){var t,r=[],o=0;for(t=0;ts.population||i.population===s.population&&r&&r[i.name]?l.unshift(i):l.push(i),u=!0);u||d.push([i])}for(o=0;on&&(o=t,t=n,n=o),o=0;on&&(i=Math.min(i,o+1)));return[a,i]}(e.untils,t,n),a=r.apply(e.untils,o);return a[a.length-1]=null,{name:e.name,abbrs:r.apply(e.abbrs,o),untils:a,offsets:r.apply(e.offsets,o),population:e.population,countries:e.countries}}return e.tz.pack=i,e.tz.packBase60=n,e.tz.createLinks=u,e.tz.filterYears=d,e.tz.filterLinkPack=function(e,t,n,r){var o,a,l=e.zones,c=[];for(o=0;o96?e-87:e>64?e-29:e-48}function d(e){var t=0,n=e.split("."),r=n[0],o=n[1]||"",a=1,i=0,s=1;for(45===e.charCodeAt(0)&&(t=1,s=-1);t3){var t=a[E(e)];if(t)return t;C("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}var n,r,o,i=function(){var e,t,n,r=(new Date).getFullYear()-2,o=new b(new Date(r,0,1)),a=[o];for(n=1;n<48;n++)(t=new b(new Date(r,n,1))).offset!==o.offset&&(e=y(o,t),a.push(e),a.push(new b(new Date(e.at+6e4)))),o=t;for(n=0;n<4;n++)a.push(new b(new Date(r+n,0,1))),a.push(new b(new Date(r+n,6,1)));return a}(),s=i.length,l=k(i),c=[];for(r=0;r0?c[0].zone.name:void 0}function E(e){return(e||"").toLowerCase().replace(/\//g,"_")}function L(e){var t,r,o,i;for("string"==typeof e&&(e=[e]),t=0;t= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),h.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,r=this.untils;for(t=0;tr&&T.moveInvalidForward&&(t=r),a0&&(this._z=null),z.apply(this,arguments)}),e.tz.setDefault=function(t){return(l<2||2===l&&c<9)&&C("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?x(t):null,e};var B=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(B)?(B.push("_z"),B.push("_a")):B&&(B._z=null),e}))},2786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},4130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,o,a,i){var s=t(r),l=n[e][t(r)];return 2===s&&(l=l[o?0:1]),l.replace(/%d/i,r)}},o=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(381))},6135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(381))},6440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,o,a,i){var s=n(t),l=r[e][n(t)];return 2===s&&(l=l[o?0:1]),l.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},7702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},6040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(381))},7100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},o={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,i){var s=r(t),l=o[e][r(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},1083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,r=e%100-n,o=e>=100?100:null;return e+(t[n]||t[r]||t[o])},week:{dow:1,doy:7}})}(n(381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвіліна":"хвіліну":"h"===r?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[r],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(381))},8338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(381))},6225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(381))},1560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+o({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(r(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function r(e){return e>9?r(e%10):e}function o(e,t){return 2===t?a(e):e}function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],d=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],p=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:p,fullWeekdaysParse:u,shortWeekdaysParse:d,minWeekdaysParse:p,monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:l,monthsShortStrictRegex:c,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(381))},622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5822:function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],o=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?o+(a(e)?"sekundy":"sekund"):o+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?o+(a(e)?"minuty":"minut"):o+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(a(e)?"hodiny":"hodin"):o+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?o+(a(e)?"dny":"dní"):o+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?o+(a(e)?"měsíce":"měsíců"):o+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?o+(a(e)?"roky":"let"):o+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(381))},7373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(381))},4780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},217:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},894:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9740:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(381))},837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var r=this._calendarEl[e],o=n&&n.hours();return t(r)&&(r=r.apply(n)),r.replace("{}",o%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(381))},8348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(381))},7925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},2243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},6436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},4175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(381))},6319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},1662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},2915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(381))},5251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(381))},1146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(381))},5655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?o[n][2]?o[n][2]:o[n][1]:r?o[n][0]:o[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},6959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(381))},1897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,t,n,r){var a="";switch(n){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":a=r?"sekunnin":"sekuntia";break;case"m":return r?"minuutin":"minuutti";case"mm":a=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":a=r?"tunnin":"tuntia";break;case"d":return r?"päivän":"päivä";case"dd":a=r?"päivän":"päivää";break;case"M":return r?"kuukauden":"kuukausi";case"MM":a=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":a=r?"vuoden":"vuotta"}return a=o(e,r)+" "+a}function o(e,r){return e<10?r?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},3049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(381))},2330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},4470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,r=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,o=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},9295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],r=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],o=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],a=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],r=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],o=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},8794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},7884:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(381))},3168:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(381))},5349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(381))},4206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(381))},94:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],o=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:o,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(381))},316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var o=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return o+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return o+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return o+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return o+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return o+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return o+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},1423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(381))},9218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(381))},135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,o){var a=e+" ";switch(r){case"s":return n||o?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||o?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||o?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||o?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":o?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(o?"daga":"dögum"):n?a+"dagur":a+(o?"dag":"degi");case"M":return n?"mánuður":o?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(o?"mánuði":"mánuðum"):n?a+"mánuður":a+(o?"mánuð":"mánuði");case"y":return n||o?"ár":"ári";case"yy":return t(e)?a+(n||o?"ár":"árum"):a+(n||o?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},9183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(381))},4286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(381))},2105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(381))},7772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},8758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},9282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(381))},3730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},3291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},6841:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?o[n][0]:o[n][1]}function n(e){return o(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function r(e){return o(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function o(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return o(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return o(e)}return o(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:r,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(381))},7010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"}function r(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function o(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,n,i){var s=e+" ";return 1===e?s+r(e,t,n[0],i):t?s+(o(e)?a(n)[1]:a(n)[0]):i?s+a(n)[1]:s+(o(e)?a(n)[1]:a(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(381))},7595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,o){return e+" "+n(t[o],e,r)}function o(e,r,o){return n(t[o],e,r)}function a(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:a,ss:r,m:o,mm:r,h:o,hh:r,d:o,dd:r,M:o,MM:r,y:o,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},5966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(381))},370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var o="";if(t)switch(n){case"s":o="काही सेकंद";break;case"ss":o="%d सेकंद";break;case"m":o="एक मिनिट";break;case"mm":o="%d मिनिटे";break;case"h":o="एक तास";break;case"hh":o="%d तास";break;case"d":o="एक दिवस";break;case"dd":o="%d दिवस";break;case"M":o="एक महिना";break;case"MM":o="%d महिने";break;case"y":o="एक वर्ष";break;case"yy":o="%d वर्षे"}else switch(n){case"s":o="काही सेकंदां";break;case"ss":o="%d सेकंदां";break;case"m":o="एका मिनिटा";break;case"mm":o="%d मिनिटां";break;case"h":o="एका तासा";break;case"hh":o="%d तासां";break;case"d":o="एका दिवसा";break;case"dd":o="%d दिवसां";break;case"M":o="एका महिन्या";break;case"MM":o="%d महिन्यां";break;case"y":o="एका वर्षा";break;case"yy":o="%d वर्षां"}return o.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(381))},1237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},2126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},4924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},6744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(381))},9814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(381))},4495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function o(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function a(e,t,n){var r=e+" ";switch(n){case"ss":return r+(o(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(o(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(o(e)?"godziny":"godzin");case"ww":return r+(o(e)?"tygodnie":"tygodni");case"MM":return r+(o(e)?"miesiące":"miesięcy");case"yy":return r+(o(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:a,M:"miesiąc",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(381))},9520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(381))},1793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[r],+e)}var r=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(381))},950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(381))},4249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function o(e,t,n,o){var a=e+" ";switch(n){case"s":return t||o?"pár sekúnd":"pár sekundami";case"ss":return t||o?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":o?"minútu":"minútou";case"mm":return t||o?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":o?"hodinu":"hodinou";case"hh":return t||o?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||o?"deň":"dňom";case"dd":return t||o?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||o?"mesiac":"mesiacom";case"MM":return t||o?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||o?"rok":"rokom";case"yy":return t||o?a+(r(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},4985:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return o+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return o+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return o+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return o+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return o+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return o+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},1104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},9131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(381))},8760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(381))},1172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(381))},1044:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(381))},3110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(381))},2095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(381))},9005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},5768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},9444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function r(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function o(e,t,n,r){var o=a(e);switch(n){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}function a(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),o=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),o>0&&(a+=(""!==a?" ":"")+t[o]),""===a?"pagh":a}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:r,s:"puS lup",ss:o,m:"wa’ tup",mm:o,h:"wa’ rep",hh:o,d:"wa’ jaj",dd:o,M:"wa’ jar",MM:o,y:"wa’ DIS",yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},8254:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?o[n][0]:o[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(381))},1106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(381))},7691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвилина":"хвилину":"h"===r?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[r],+e)}function r(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function o(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:r,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:o("[Сьогодні "),nextDay:o("[Завтра "),lastDay:o("[Вчора "),nextWeek:o("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return o("[Минулої] dddd [").call(this);case 1:case 2:case 4:return o("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(381))},3795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(381))},5666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},5805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(381))},3839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(381))},5726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},9807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},4152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":5655,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":5655,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":1793,"./ru.js":1793,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":1044,"./ta.js":1044,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=6700},381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,r;function o(){return t.apply(null,arguments)}function a(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function u(e){return void 0===e}function d(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function p(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function m(e,t){var n,r=[];for(n=0;n>>0;for(t=0;t0)for(n=0;n<_.length;n++)u(o=t[r=_[n]])||(e[r]=o);return e}function w(e){k(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===M&&(M=!0,o.updateOffset(this),M=!1)}function E(e){return e instanceof w||null!=e&&null!=e._isAMomentObject}function L(e){!1===o.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function x(e,t){var n=!0;return f((function(){if(null!=o.deprecationHandler&&o.deprecationHandler(null,e),n){var r,a,i,s=[];for(a=0;a=0?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}var P=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,R=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,H={},W={};function Y(e,t,n,r){var o=r;"string"==typeof r&&(o=function(){return this[r]()}),e&&(W[e]=o),t&&(W[t[0]]=function(){return I(o.apply(this,arguments),t[1],t[2])}),n&&(W[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function j(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function q(e){var t,n,r=e.match(P);for(t=0,n=r.length;t=0&&R.test(e);)e=e.replace(R,r),R.lastIndex=0,n-=1;return e}var X={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function U(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(P).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var $="Invalid date";function G(){return this._invalidDate}var K="%d",J=/\d{1,2}/;function Z(e){return this._ordinal.replace("%d",e)}var Q={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function ee(e,t,n,r){var o=this._relativeTime[n];return T(o)?o(e,t,n,r):o.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return T(n)?n(t):n.replace(/%s/i,t)}var ne={};function re(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function oe(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function ae(e){var t,n,r={};for(n in e)l(e,n)&&(t=oe(n))&&(r[t]=e[n]);return r}var ie={};function se(e,t){ie[e]=t}function le(e){var t,n=[];for(t in e)l(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function pe(e,t){return function(n){return null!=n?(fe(this,e,n),o.updateOffset(this,t),this):me(this,e)}}function me(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function he(e){return T(this[e=oe(e)])?this[e]():this}function ge(e,t){if("object"==typeof e){var n,r=le(e=ae(e));for(n=0;n68?1900:2e3)};var bt=pe("FullYear",!0);function vt(){return ce(this.year())}function yt(e,t,n,r,o,a,i){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,o,a,i),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,o,a,i),s}function _t(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Mt(e,t,n){var r=7+t-n;return-(7+_t(e,0,r).getUTCDay()-t)%7+r-1}function kt(e,t,n,r,o){var a,i,s=1+7*(t-1)+(7+n-r)%7+Mt(e,r,o);return s<=0?i=gt(a=e-1)+s:s>gt(e)?(a=e+1,i=s-gt(e)):(a=e,i=s),{year:a,dayOfYear:i}}function wt(e,t,n){var r,o,a=Mt(e.year(),t,n),i=Math.floor((e.dayOfYear()-a-1)/7)+1;return i<1?r=i+Et(o=e.year()-1,t,n):i>Et(e.year(),t,n)?(r=i-Et(e.year(),t,n),o=e.year()+1):(o=e.year(),r=i),{week:r,year:o}}function Et(e,t,n){var r=Mt(e,t,n),o=Mt(e+1,t,n);return(gt(e)-r+o)/7}function Lt(e){return wt(e,this._week.dow,this._week.doy).week}Y("w",["ww",2],"wo","week"),Y("W",["WW",2],"Wo","isoWeek"),re("week","w"),re("isoWeek","W"),se("week",5),se("isoWeek",5),Be("w",we),Be("ww",we,ye),Be("W",we),Be("WW",we,ye),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=de(e)}));var xt={dow:0,doy:6};function St(){return this._week.dow}function At(){return this._week.doy}function Ct(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Tt(e){var t=wt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function zt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Nt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ot(e,t){return e.slice(t,7).concat(e.slice(0,t))}Y("d",0,"do","day"),Y("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),Y("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),Y("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),Y("e",0,0,"weekday"),Y("E",0,0,"isoWeekday"),re("day","d"),re("weekday","e"),re("isoWeekday","E"),se("day",11),se("weekday",11),se("isoWeekday",11),Be("d",we),Be("e",we),Be("E",we),Be("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Be("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Be("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:b(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=de(e)}));var Dt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Bt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),It="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Pt=De,Rt=De,Ht=De;function Wt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ot(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Ot(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function jt(e){return!0===e?Ot(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function qt(e,t,n){var r,o,a,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=qe.call(this._weekdaysParse,i))?o:null:"ddd"===t?-1!==(o=qe.call(this._shortWeekdaysParse,i))?o:null:-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:"dddd"===t?-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._shortWeekdaysParse,i))||-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:"ddd"===t?-1!==(o=qe.call(this._shortWeekdaysParse,i))||-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:-1!==(o=qe.call(this._minWeekdaysParse,i))||-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._shortWeekdaysParse,i))?o:null}function Ft(e,t,n){var r,o,a;if(this._weekdaysParseExact)return qt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=h([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=zt(e,this.localeData()),this.add(e-t,"d")):t}function Xt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Ut(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Nt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function $t(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Pt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Rt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ht),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,r,o,a,i=[],s=[],l=[],c=[];for(t=0;t<7;t++)n=h([2e3,1]).day(t),r=Re(this.weekdaysMin(n,"")),o=Re(this.weekdaysShort(n,"")),a=Re(this.weekdays(n,"")),i.push(r),s.push(o),l.push(a),c.push(r),c.push(o),c.push(a);i.sort(e),s.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Zt(){return this.hours()%12||12}function Qt(){return this.hours()||24}function en(e,t){Y(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}Y("H",["HH",2],0,"hour"),Y("h",["hh",2],0,Zt),Y("k",["kk",2],0,Qt),Y("hmm",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)})),Y("hmmss",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)+I(this.seconds(),2)})),Y("Hmm",0,0,(function(){return""+this.hours()+I(this.minutes(),2)})),Y("Hmmss",0,0,(function(){return""+this.hours()+I(this.minutes(),2)+I(this.seconds(),2)})),en("a",!0),en("A",!1),re("hour","h"),se("hour",13),Be("a",tn),Be("A",tn),Be("H",we),Be("h",we),Be("k",we),Be("HH",we,ye),Be("hh",we,ye),Be("kk",we,ye),Be("hmm",Ee),Be("hmmss",Le),Be("Hmm",Ee),Be("Hmmss",Le),We(["H","HH"],Ue),We(["k","kk"],(function(e,t,n){var r=de(e);t[Ue]=24===r?0:r})),We(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),We(["h","hh"],(function(e,t,n){t[Ue]=de(e),b(n).bigHour=!0})),We("hmm",(function(e,t,n){var r=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r)),b(n).bigHour=!0})),We("hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o)),b(n).bigHour=!0})),We("Hmm",(function(e,t,n){var r=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r))})),We("Hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o))}));var rn=/[ap]\.?m?\.?/i,on=pe("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var sn,ln={calendar:D,longDateFormat:X,invalidDate:$,ordinal:K,dayOfMonthOrdinalParse:J,relativeTime:Q,months:tt,monthsShort:nt,week:xt,weekdays:Dt,weekdaysMin:It,weekdaysShort:Bt,meridiemParse:rn},cn={},un={};function dn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0;){if(r=fn(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&dn(o,n)>=t-1)break;t--}a++}return sn}function fn(t){var r=null;if(void 0===cn[t]&&e&&e.exports)try{r=sn._abbr,n(6700)("./"+t),hn(r)}catch(e){cn[t]=null}return cn[t]}function hn(e,t){var n;return e&&((n=u(t)?vn(e):gn(e,t))?sn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),sn._abbr}function gn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=cn[e])C("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=fn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new O(N(r,t)),un[e]&&un[e].forEach((function(e){gn(e.name,e.config)})),hn(e),cn[e]}return delete cn[e],null}function bn(e,t){if(null!=t){var n,r,o=ln;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(N(cn[e]._config,t)):(null!=(r=fn(e))&&(o=r._config),t=N(o,t),null==r&&(t.abbr=e),(n=new O(t)).parentLocale=cn[e],cn[e]=n),hn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===hn()&&hn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return sn;if(!i(e)){if(t=fn(e))return t;e=[e]}return mn(e)}function yn(){return S(cn)}function _n(e){var t,n=e._a;return n&&-2===b(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[Xe]<1||n[Xe]>et(n[Fe],n[Ve])?Xe:n[Ue]<0||n[Ue]>24||24===n[Ue]&&(0!==n[$e]||0!==n[Ge]||0!==n[Ke])?Ue:n[$e]<0||n[$e]>59?$e:n[Ge]<0||n[Ge]>59?Ge:n[Ke]<0||n[Ke]>999?Ke:-1,b(e)._overflowDayOfYear&&(tXe)&&(t=Xe),b(e)._overflowWeeks&&-1===t&&(t=Je),b(e)._overflowWeekday&&-1===t&&(t=Ze),b(e).overflow=t),e}var Mn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,wn=/Z|[+-]\d\d(?::?\d\d)?/,En=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Ln=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],xn=/^\/?Date\((-?\d+)/i,Sn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,An={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Cn(e){var t,n,r,o,a,i,s=e._i,l=Mn.exec(s)||kn.exec(s);if(l){for(b(e).iso=!0,t=0,n=En.length;tgt(a)||0===e._dayOfYear)&&(b(e)._overflowDayOfYear=!0),n=_t(a,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[Xe]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=r[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Ue]&&0===e._a[$e]&&0===e._a[Ge]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Ue]=0),e._d=(e._useUTC?_t:yt).apply(null,i),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Ue]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(b(e).weekdayMismatch=!0)}}function Wn(e){var t,n,r,o,a,i,s,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(a=1,i=4,n=Pn(t.GG,e._a[Fe],wt(Gn(),1,4).year),r=Pn(t.W,1),((o=Pn(t.E,1))<1||o>7)&&(l=!0)):(a=e._locale._week.dow,i=e._locale._week.doy,c=wt(Gn(),a,i),n=Pn(t.gg,e._a[Fe],c.year),r=Pn(t.w,c.week),null!=t.d?((o=t.d)<0||o>6)&&(l=!0):null!=t.e?(o=t.e+a,(t.e<0||t.e>6)&&(l=!0)):o=a),r<1||r>Et(n,a,i)?b(e)._overflowWeeks=!0:null!=l?b(e)._overflowWeekday=!0:(s=kt(n,r,o,a,i),e._a[Fe]=s.year,e._dayOfYear=s.dayOfYear)}function Yn(e){if(e._f!==o.ISO_8601)if(e._f!==o.RFC_2822){e._a=[],b(e).empty=!0;var t,n,r,a,i,s,l=""+e._i,c=l.length,u=0;for(r=V(e._f,e._locale).match(P)||[],t=0;t0&&b(e).unusedInput.push(i),l=l.slice(l.indexOf(n)+n.length),u+=n.length),W[a]?(n?b(e).empty=!1:b(e).unusedTokens.push(a),je(a,n,e)):e._strict&&!n&&b(e).unusedTokens.push(a);b(e).charsLeftOver=c-u,l.length>0&&b(e).unusedInput.push(l),e._a[Ue]<=12&&!0===b(e).bigHour&&e._a[Ue]>0&&(b(e).bigHour=void 0),b(e).parsedDateParts=e._a.slice(0),b(e).meridiem=e._meridiem,e._a[Ue]=jn(e._locale,e._a[Ue],e._meridiem),null!==(s=b(e).era)&&(e._a[Fe]=e._locale.erasConvertYear(s,e._a[Fe])),Hn(e),_n(e)}else Bn(e);else Cn(e)}function jn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function qn(e){var t,n,r,o,a,i,s=!1;if(0===e._f.length)return b(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;othis?this:e:y()}));function Zn(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Gn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function kr(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),(t=Xn(t))._a?(e=t._isUTC?h(t._a):Gn(t._a),this._isDSTShifted=this.isValid()&&cr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wr(){return!!this.isValid()&&!this._isUTC}function Er(){return!!this.isValid()&&this._isUTC}function Lr(){return!!this.isValid()&&this._isUTC&&0===this._offset}o.updateOffset=function(){};var xr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Sr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ar(e,t){var n,r,o,a=e,i=null;return sr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(i=xr.exec(e))?(n="-"===i[1]?-1:1,a={y:0,d:de(i[Xe])*n,h:de(i[Ue])*n,m:de(i[$e])*n,s:de(i[Ge])*n,ms:de(lr(1e3*i[Ke]))*n}):(i=Sr.exec(e))?(n="-"===i[1]?-1:1,a={y:Cr(i[2],n),M:Cr(i[3],n),w:Cr(i[4],n),d:Cr(i[5],n),h:Cr(i[6],n),m:Cr(i[7],n),s:Cr(i[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(o=zr(Gn(a.from),Gn(a.to)),(a={}).ms=o.milliseconds,a.M=o.months),r=new ir(a),sr(e)&&l(e,"_locale")&&(r._locale=e._locale),sr(e)&&l(e,"_isValid")&&(r._isValid=e._isValid),r}function Cr(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Tr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function zr(e,t){var n;return e.isValid()&&t.isValid()?(t=mr(t,e),e.isBefore(t)?n=Tr(e,t):((n=Tr(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Nr(e,t){return function(n,r){var o;return null===r||isNaN(+r)||(C(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=r,r=o),Or(this,Ar(n,r),e),this}}function Or(e,t,n,r){var a=t._milliseconds,i=lr(t._days),s=lr(t._months);e.isValid()&&(r=null==r||r,s&&ut(e,me(e,"Month")+s*n),i&&fe(e,"Date",me(e,"Date")+i*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&o.updateOffset(e,i||s))}Ar.fn=ir.prototype,Ar.invalid=ar;var Dr=Nr(1,"add"),Br=Nr(-1,"subtract");function Ir(e){return"string"==typeof e||e instanceof String}function Pr(e){return E(e)||p(e)||Ir(e)||d(e)||Hr(e)||Rr(e)||null==e}function Rr(e){var t,n,r=s(e)&&!c(e),o=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;tn.valueOf():n.valueOf()9999?F(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(n,"Z")):F(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function eo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,o="moment",a="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+o+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(e+t+n+r)}function to(e){e||(e=this.isUtc()?o.defaultFormatUtc:o.defaultFormat);var t=F(this,e);return this.localeData().postformat(t)}function no(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Ar({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ro(e){return this.from(Gn(),e)}function oo(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Ar({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ao(e){return this.to(Gn(),e)}function io(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}o.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",o.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var so=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function lo(){return this._locale}var co=1e3,uo=60*co,po=60*uo,mo=3506328*po;function fo(e,t){return(e%t+t)%t}function ho(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-mo:new Date(e,t,n).valueOf()}function go(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-mo:Date.UTC(e,t,n)}function bo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=fo(t+(this._isUTC?0:this.utcOffset()*uo),po);break;case"minute":t=this._d.valueOf(),t-=fo(t,uo);break;case"second":t=this._d.valueOf(),t-=fo(t,co)}return this._d.setTime(t),o.updateOffset(this,!0),this}function vo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=po-fo(t+(this._isUTC?0:this.utcOffset()*uo),po)-1;break;case"minute":t=this._d.valueOf(),t+=uo-fo(t,uo)-1;break;case"second":t=this._d.valueOf(),t+=co-fo(t,co)-1}return this._d.setTime(t),o.updateOffset(this,!0),this}function yo(){return this._d.valueOf()-6e4*(this._offset||0)}function _o(){return Math.floor(this.valueOf()/1e3)}function Mo(){return new Date(this.valueOf())}function ko(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function wo(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Eo(){return this.isValid()?this.toISOString():null}function Lo(){return v(this)}function xo(){return f({},b(this))}function So(){return b(this).overflow}function Ao(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Co(e,t){var n,r,a,i=this._eras||vn("en")._eras;for(n=0,r=i.length;n=0)return l[r]}function zo(e,t){var n=e.since<=e.until?1:-1;return void 0===t?o(e.since).year():o(e.since).year()+(t-e.offset)*n}function No(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e(a=Et(e,r,o))&&(t=a),Zo.call(this,e,t,n,r,o))}function Zo(e,t,n,r,o){var a=kt(e,t,n,r,o),i=_t(a.year,0,a.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Qo(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}Y("N",0,0,"eraAbbr"),Y("NN",0,0,"eraAbbr"),Y("NNN",0,0,"eraAbbr"),Y("NNNN",0,0,"eraName"),Y("NNNNN",0,0,"eraNarrow"),Y("y",["y",1],"yo","eraYear"),Y("y",["yy",2],0,"eraYear"),Y("y",["yyy",3],0,"eraYear"),Y("y",["yyyy",4],0,"eraYear"),Be("N",Ho),Be("NN",Ho),Be("NNN",Ho),Be("NNNN",Wo),Be("NNNNN",Yo),We(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var o=n._locale.erasParse(e,r,n._strict);o?b(n).era=o:b(n).invalidEra=e})),Be("y",Ce),Be("yy",Ce),Be("yyy",Ce),Be("yyyy",Ce),Be("yo",jo),We(["y","yy","yyy","yyyy"],Fe),We(["yo"],(function(e,t,n,r){var o;n._locale._eraYearOrdinalRegex&&(o=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Fe]=n._locale.eraYearOrdinalParse(e,o):t[Fe]=parseInt(e,10)})),Y(0,["gg",2],0,(function(){return this.weekYear()%100})),Y(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Fo("gggg","weekYear"),Fo("ggggg","weekYear"),Fo("GGGG","isoWeekYear"),Fo("GGGGG","isoWeekYear"),re("weekYear","gg"),re("isoWeekYear","GG"),se("weekYear",1),se("isoWeekYear",1),Be("G",Te),Be("g",Te),Be("GG",we,ye),Be("gg",we,ye),Be("GGGG",Se,Me),Be("gggg",Se,Me),Be("GGGGG",Ae,ke),Be("ggggg",Ae,ke),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=de(e)})),Ye(["gg","GG"],(function(e,t,n,r){t[r]=o.parseTwoDigitYear(e)})),Y("Q",0,"Qo","quarter"),re("quarter","Q"),se("quarter",7),Be("Q",ve),We("Q",(function(e,t){t[Ve]=3*(de(e)-1)})),Y("D",["DD",2],"Do","date"),re("date","D"),se("date",9),Be("D",we),Be("DD",we,ye),Be("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),We(["D","DD"],Xe),We("Do",(function(e,t){t[Xe]=de(e.match(we)[0])}));var ea=pe("Date",!0);function ta(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}Y("DDD",["DDDD",3],"DDDo","dayOfYear"),re("dayOfYear","DDD"),se("dayOfYear",4),Be("DDD",xe),Be("DDDD",_e),We(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),Y("m",["mm",2],0,"minute"),re("minute","m"),se("minute",14),Be("m",we),Be("mm",we,ye),We(["m","mm"],$e);var na=pe("Minutes",!1);Y("s",["ss",2],0,"second"),re("second","s"),se("second",15),Be("s",we),Be("ss",we,ye),We(["s","ss"],Ge);var ra,oa,aa=pe("Seconds",!1);for(Y("S",0,0,(function(){return~~(this.millisecond()/100)})),Y(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Y(0,["SSS",3],0,"millisecond"),Y(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Y(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Y(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Y(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Y(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Y(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),re("millisecond","ms"),se("millisecond",16),Be("S",xe,ve),Be("SS",xe,ye),Be("SSS",xe,_e),ra="SSSS";ra.length<=9;ra+="S")Be(ra,Ce);function ia(e,t){t[Ke]=de(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")We(ra,ia);function sa(){return this._isUTC?"UTC":""}function la(){return this._isUTC?"Coordinated Universal Time":""}oa=pe("Milliseconds",!1),Y("z",0,0,"zoneAbbr"),Y("zz",0,0,"zoneName");var ca=w.prototype;function ua(e){return Gn(1e3*e)}function da(){return Gn.apply(null,arguments).parseZone()}function pa(e){return e}ca.add=Dr,ca.calendar=jr,ca.clone=qr,ca.diff=Kr,ca.endOf=vo,ca.format=to,ca.from=no,ca.fromNow=ro,ca.to=oo,ca.toNow=ao,ca.get=he,ca.invalidAt=So,ca.isAfter=Fr,ca.isBefore=Vr,ca.isBetween=Xr,ca.isSame=Ur,ca.isSameOrAfter=$r,ca.isSameOrBefore=Gr,ca.isValid=Lo,ca.lang=so,ca.locale=io,ca.localeData=lo,ca.max=Jn,ca.min=Kn,ca.parsingFlags=xo,ca.set=ge,ca.startOf=bo,ca.subtract=Br,ca.toArray=ko,ca.toObject=wo,ca.toDate=Mo,ca.toISOString=Qr,ca.inspect=eo,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ca[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ca.toJSON=Eo,ca.toString=Zr,ca.unix=_o,ca.valueOf=yo,ca.creationData=Ao,ca.eraName=No,ca.eraNarrow=Oo,ca.eraAbbr=Do,ca.eraYear=Bo,ca.year=bt,ca.isLeapYear=vt,ca.weekYear=Vo,ca.isoWeekYear=Xo,ca.quarter=ca.quarters=Qo,ca.month=dt,ca.daysInMonth=pt,ca.week=ca.weeks=Ct,ca.isoWeek=ca.isoWeeks=Tt,ca.weeksInYear=Go,ca.weeksInWeekYear=Ko,ca.isoWeeksInYear=Uo,ca.isoWeeksInISOWeekYear=$o,ca.date=ea,ca.day=ca.days=Vt,ca.weekday=Xt,ca.isoWeekday=Ut,ca.dayOfYear=ta,ca.hour=ca.hours=on,ca.minute=ca.minutes=na,ca.second=ca.seconds=aa,ca.millisecond=ca.milliseconds=oa,ca.utcOffset=hr,ca.utc=br,ca.local=vr,ca.parseZone=yr,ca.hasAlignedHourOffset=_r,ca.isDST=Mr,ca.isLocal=wr,ca.isUtcOffset=Er,ca.isUtc=Lr,ca.isUTC=Lr,ca.zoneAbbr=sa,ca.zoneName=la,ca.dates=x("dates accessor is deprecated. Use date instead.",ea),ca.months=x("months accessor is deprecated. Use month instead",dt),ca.years=x("years accessor is deprecated. Use year instead",bt),ca.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gr),ca.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",kr);var ma=O.prototype;function fa(e,t,n,r){var o=vn(),a=h().set(r,t);return o[n](a,e)}function ha(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return fa(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=fa(e,r,n,"month");return o}function ga(e,t,n,r){"boolean"==typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var o,a=vn(),i=e?a._week.dow:0,s=[];if(null!=n)return fa(t,(n+i)%7,r,"day");for(o=0;o<7;o++)s[o]=fa(t,(o+i)%7,r,"day");return s}function ba(e,t){return ha(e,t,"months")}function va(e,t){return ha(e,t,"monthsShort")}function ya(e,t,n){return ga(e,t,n,"weekdays")}function _a(e,t,n){return ga(e,t,n,"weekdaysShort")}function Ma(e,t,n){return ga(e,t,n,"weekdaysMin")}ma.calendar=B,ma.longDateFormat=U,ma.invalidDate=G,ma.ordinal=Z,ma.preparse=pa,ma.postformat=pa,ma.relativeTime=ee,ma.pastFuture=te,ma.set=z,ma.eras=Co,ma.erasParse=To,ma.erasConvertYear=zo,ma.erasAbbrRegex=Po,ma.erasNameRegex=Io,ma.erasNarrowRegex=Ro,ma.months=it,ma.monthsShort=st,ma.monthsParse=ct,ma.monthsRegex=ft,ma.monthsShortRegex=mt,ma.week=Lt,ma.firstDayOfYear=At,ma.firstDayOfWeek=St,ma.weekdays=Wt,ma.weekdaysMin=jt,ma.weekdaysShort=Yt,ma.weekdaysParse=Ft,ma.weekdaysRegex=$t,ma.weekdaysShortRegex=Gt,ma.weekdaysMinRegex=Kt,ma.isPM=nn,ma.meridiem=an,hn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),o.lang=x("moment.lang is deprecated. Use moment.locale instead.",hn),o.langData=x("moment.langData is deprecated. Use moment.localeData instead.",vn);var ka=Math.abs;function wa(){var e=this._data;return this._milliseconds=ka(this._milliseconds),this._days=ka(this._days),this._months=ka(this._months),e.milliseconds=ka(e.milliseconds),e.seconds=ka(e.seconds),e.minutes=ka(e.minutes),e.hours=ka(e.hours),e.months=ka(e.months),e.years=ka(e.years),this}function Ea(e,t,n,r){var o=Ar(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function La(e,t){return Ea(this,e,t,1)}function xa(e,t){return Ea(this,e,t,-1)}function Sa(e){return e<0?Math.floor(e):Math.ceil(e)}function Aa(){var e,t,n,r,o,a=this._milliseconds,i=this._days,s=this._months,l=this._data;return a>=0&&i>=0&&s>=0||a<=0&&i<=0&&s<=0||(a+=864e5*Sa(Ta(s)+i),i=0,s=0),l.milliseconds=a%1e3,e=ue(a/1e3),l.seconds=e%60,t=ue(e/60),l.minutes=t%60,n=ue(t/60),l.hours=n%24,i+=ue(n/24),s+=o=ue(Ca(i)),i-=Sa(Ta(o)),r=ue(s/12),s%=12,l.days=i,l.months=s,l.years=r,this}function Ca(e){return 4800*e/146097}function Ta(e){return 146097*e/4800}function za(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=oe(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Ca(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ta(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function Na(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Oa(e){return function(){return this.as(e)}}var Da=Oa("ms"),Ba=Oa("s"),Ia=Oa("m"),Pa=Oa("h"),Ra=Oa("d"),Ha=Oa("w"),Wa=Oa("M"),Ya=Oa("Q"),ja=Oa("y");function qa(){return Ar(this)}function Fa(e){return e=oe(e),this.isValid()?this[e+"s"]():NaN}function Va(e){return function(){return this.isValid()?this._data[e]:NaN}}var Xa=Va("milliseconds"),Ua=Va("seconds"),$a=Va("minutes"),Ga=Va("hours"),Ka=Va("days"),Ja=Va("months"),Za=Va("years");function Qa(){return ue(this.days()/7)}var ei=Math.round,ti={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ni(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}function ri(e,t,n,r){var o=Ar(e).abs(),a=ei(o.as("s")),i=ei(o.as("m")),s=ei(o.as("h")),l=ei(o.as("d")),c=ei(o.as("M")),u=ei(o.as("w")),d=ei(o.as("y")),p=a<=n.ss&&["s",a]||a0,p[4]=r,ni.apply(null,p)}function oi(e){return void 0===e?ei:"function"==typeof e&&(ei=e,!0)}function ai(e,t){return void 0!==ti[e]&&(void 0===t?ti[e]:(ti[e]=t,"s"===e&&(ti.ss=t-1),!0))}function ii(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,o=!1,a=ti;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(o=e),"object"==typeof t&&(a=Object.assign({},ti,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),r=ri(this,!o,a,n=this.localeData()),o&&(r=n.pastFuture(+this,r)),n.postformat(r)}var si=Math.abs;function li(e){return(e>0)-(e<0)||+e}function ci(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,o,a,i,s,l=si(this._milliseconds)/1e3,c=si(this._days),u=si(this._months),d=this.asSeconds();return d?(e=ue(l/60),t=ue(e/60),l%=60,e%=60,n=ue(u/12),u%=12,r=l?l.toFixed(3).replace(/\.?0+$/,""):"",o=d<0?"-":"",a=li(this._months)!==li(d)?"-":"",i=li(this._days)!==li(d)?"-":"",s=li(this._milliseconds)!==li(d)?"-":"",o+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?i+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var ui=ir.prototype;return ui.isValid=or,ui.abs=wa,ui.add=La,ui.subtract=xa,ui.as=za,ui.asMilliseconds=Da,ui.asSeconds=Ba,ui.asMinutes=Ia,ui.asHours=Pa,ui.asDays=Ra,ui.asWeeks=Ha,ui.asMonths=Wa,ui.asQuarters=Ya,ui.asYears=ja,ui.valueOf=Na,ui._bubble=Aa,ui.clone=qa,ui.get=Fa,ui.milliseconds=Xa,ui.seconds=Ua,ui.minutes=$a,ui.hours=Ga,ui.days=Ka,ui.weeks=Qa,ui.months=Ja,ui.years=Za,ui.humanize=ii,ui.toISOString=ci,ui.toString=ci,ui.toJSON=ci,ui.locale=io,ui.localeData=lo,ui.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ci),ui.lang=so,Y("X",0,0,"unix"),Y("x",0,0,"valueOf"),Be("x",Te),Be("X",Oe),We("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),We("x",(function(e,t,n){n._d=new Date(de(e))})),o.version="2.29.1",a(Gn),o.fn=ca,o.min=Qn,o.max=er,o.now=tr,o.utc=h,o.unix=ua,o.months=ba,o.isDate=p,o.locale=hn,o.invalid=y,o.duration=Ar,o.isMoment=E,o.weekdays=ya,o.parseZone=da,o.localeData=vn,o.isDuration=sr,o.monthsShort=va,o.weekdaysMin=Ma,o.defineLocale=gn,o.updateLocale=bn,o.locales=yn,o.weekdaysShort=_a,o.normalizeUnits=oe,o.relativeTimeRounding=oi,o.relativeTimeThreshold=ai,o.calendarFormat=Yr,o.prototype=ca,o.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},o}()},2441:(e,t,n)=>{var r;!function(o,a,i){if(o){for(var s,l={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"},c={106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},u={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"},d={option:"alt",command:"meta",return:"enter",escape:"esc",plus:"+",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"},p=1;p<20;++p)l[111+p]="f"+p;for(p=0;p<=9;++p)l[p+96]=p.toString();y.prototype.bind=function(e,t,n){var r=this;return e=e instanceof Array?e:[e],r._bindMultiple.call(r,e,t,n),r},y.prototype.unbind=function(e,t){return this.bind.call(this,e,(function(){}),t)},y.prototype.trigger=function(e,t){var n=this;return n._directMap[e+":"+t]&&n._directMap[e+":"+t]({},e),n},y.prototype.reset=function(){var e=this;return e._callbacks={},e._directMap={},e},y.prototype.stopCallback=function(e,t){if((" "+t.className+" ").indexOf(" mousetrap ")>-1)return!1;if(v(t,this.target))return!1;if("composedPath"in e&&"function"==typeof e.composedPath){var n=e.composedPath()[0];n!==e.target&&(t=n)}return"INPUT"==t.tagName||"SELECT"==t.tagName||"TEXTAREA"==t.tagName||t.isContentEditable},y.prototype.handleKey=function(){var e=this;return e._handleKey.apply(e,arguments)},y.addKeycodes=function(e){for(var t in e)e.hasOwnProperty(t)&&(l[t]=e[t]);s=null},y.init=function(){var e=y(a);for(var t in e)"_"!==t.charAt(0)&&(y[t]=function(t){return function(){return e[t].apply(e,arguments)}}(t))},y.init(),o.Mousetrap=y,e.exports&&(e.exports=y),void 0===(r=function(){return y}.call(t,n,t,e))||(e.exports=r)}function m(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function f(e){if("keypress"==e.type){var t=String.fromCharCode(e.which);return e.shiftKey||(t=t.toLowerCase()),t}return l[e.which]?l[e.which]:c[e.which]?c[e.which]:String.fromCharCode(e.which).toLowerCase()}function h(e){return"shift"==e||"ctrl"==e||"alt"==e||"meta"==e}function g(e,t,n){return n||(n=function(){if(!s)for(var e in s={},l)e>95&&e<112||l.hasOwnProperty(e)&&(s[l[e]]=e);return s}()[e]?"keydown":"keypress"),"keypress"==n&&t.length&&(n="keydown"),n}function b(e,t){var n,r,o,a=[];for(n=function(e){return"+"===e?["+"]:(e=e.replace(/\+{2}/g,"+plus")).split("+")}(e),o=0;o1?p(e,s,n,r):(i=b(e,r),t._callbacks[i.key]=t._callbacks[i.key]||[],c(i.key,i.modifiers,{type:i.action},o,e,a),t._callbacks[i.key][o?"unshift":"push"]({callback:n,modifiers:i.modifiers,action:i.action,seq:o,level:a,combo:e}))}t._handleKey=function(e,t,n){var r,o=c(e,t,n),a={},d=0,p=!1;for(r=0;r{!function(e){if(e){var t={},n=e.prototype.stopCallback;e.prototype.stopCallback=function(e,r,o,a){return!!this.paused||!t[o]&&!t[a]&&n.call(this,e,r,o)},e.prototype.bindGlobal=function(e,n,r){if(this.bind(e,n,r),e instanceof Array)for(var o=0;o{e.exports=n(643)},3264:e=>{"use strict";var t=!("undefined"==typeof window||!window.document||!window.document.createElement),n={canUseDOM:t,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:t&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:t&&!!window.screen,isInWorker:!t};e.exports=n},4518:e=>{var t,n,r,o,a,i,s,l,c,u,d,p,m,f,h,g=!1;function b(){if(!g){g=!0;var e=navigator.userAgent,b=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),v=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(p=/\b(iPhone|iP[ao]d)/.exec(e),m=/\b(iP[ao]d)/.exec(e),u=/Android/i.exec(e),f=/FBAN\/\w+;/i.exec(e),h=/Mobile/i.exec(e),d=!!/Win64/.exec(e),b){(t=b[1]?parseFloat(b[1]):b[5]?parseFloat(b[5]):NaN)&&document&&document.documentMode&&(t=document.documentMode);var y=/(?:Trident\/(\d+.\d+))/.exec(e);i=y?parseFloat(y[1])+4:t,n=b[2]?parseFloat(b[2]):NaN,r=b[3]?parseFloat(b[3]):NaN,(o=b[4]?parseFloat(b[4]):NaN)?(b=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=b&&b[1]?parseFloat(b[1]):NaN):a=NaN}else t=n=r=a=o=NaN;if(v){if(v[1]){var _=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);s=!_||parseFloat(_[1].replace("_","."))}else s=!1;l=!!v[2],c=!!v[3]}else s=l=c=!1}}var v={ie:function(){return b()||t},ieCompatibilityMode:function(){return b()||i>t},ie64:function(){return v.ie()&&d},firefox:function(){return b()||n},opera:function(){return b()||r},webkit:function(){return b()||o},safari:function(){return v.webkit()},chrome:function(){return b()||a},windows:function(){return b()||l},osx:function(){return b()||s},linux:function(){return b()||c},iphone:function(){return b()||p},mobile:function(){return b()||p||m||u||h},nativeApp:function(){return b()||f},android:function(){return b()||u},ipad:function(){return b()||m}};e.exports=v},6534:(e,t,n)=>{"use strict";var r,o=n(3264);o.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!o.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var i=document.createElement("div");i.setAttribute(n,"return;"),a="function"==typeof i[n]}return!a&&r&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}},643:(e,t,n)=>{"use strict";var r=n(4518),o=n(6534);function a(e){var t=0,n=0,r=0,o=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=10*t,o=10*n,"deltaY"in e&&(o=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||o)&&e.deltaMode&&(1==e.deltaMode?(r*=40,o*=40):(r*=800,o*=800)),r&&!t&&(t=r<1?-1:1),o&&!n&&(n=o<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:o}}a.getEventType=function(){return r.firefox()?"DOMMouseScroll":o("wheel")?"wheel":"mousewheel"},e.exports=a},631:(e,t,n)=>{var r="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&o&&"function"==typeof o.get?o.get:null,i=r&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=s&&l&&"function"==typeof l.get?l.get:null,u=s&&Set.prototype.forEach,d="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,m="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,f=Boolean.prototype.valueOf,h=Object.prototype.toString,g=Function.prototype.toString,b=String.prototype.match,v="function"==typeof BigInt?BigInt.prototype.valueOf:null,y=Object.getOwnPropertySymbols,_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"==typeof Symbol&&"object"==typeof Symbol.iterator,k=Object.prototype.propertyIsEnumerable,w=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),E=n(4654).custom,L=E&&T(E)?E:null,x="function"==typeof Symbol&&void 0!==Symbol.toStringTag?Symbol.toStringTag:null;function S(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function A(e){return String(e).replace(/"/g,""")}function C(e){return!("[object Array]"!==O(e)||x&&"object"==typeof e&&x in e)}function T(e){if(M)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,r,o){var s=n||{};if(N(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(N(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=!N(s,"customInspect")||s.customInspect;if("boolean"!=typeof l&&"symbol"!==l)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(N(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return B(t,s);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var h=void 0===s.depth?5:s.depth;if(void 0===r&&(r=0),r>=h&&h>0&&"object"==typeof t)return C(t)?"[Array]":"[Object]";var y=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=Array(e.indent+1).join(" ")}return{base:n,prev:Array(t+1).join(n)}}(s,r);if(void 0===o)o=[];else if(D(o,t)>=0)return"[Circular]";function k(t,n,a){if(n&&(o=o.slice()).push(n),a){var i={depth:s.depth};return N(s,"quoteStyle")&&(i.quoteStyle=s.quoteStyle),e(t,i,r+1,o)}return e(t,s,r+1,o)}if("function"==typeof t){var E=function(e){if(e.name)return e.name;var t=b.call(g.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),z=Y(t,k);return"[Function"+(E?": "+E:" (anonymous)")+"]"+(z.length>0?" { "+z.join(", ")+" }":"")}if(T(t)){var I=M?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):_.call(t);return"object"!=typeof t||M?I:P(I)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var j="<"+String(t.nodeName).toLowerCase(),q=t.attributes||[],F=0;F"}if(C(t)){if(0===t.length)return"[]";var V=Y(t,k);return y&&!function(e){for(var t=0;t=0)return!1;return!0}(V)?"["+W(V,y)+"]":"[ "+V.join(", ")+" ]"}if(function(e){return!("[object Error]"!==O(e)||x&&"object"==typeof e&&x in e)}(t)){var X=Y(t,k);return 0===X.length?"["+String(t)+"]":"{ ["+String(t)+"] "+X.join(", ")+" }"}if("object"==typeof t&&l){if(L&&"function"==typeof t[L])return t[L]();if("symbol"!==l&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!=typeof e)return!1;try{a.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var U=[];return i.call(t,(function(e,n){U.push(k(n,t,!0)+" => "+k(e,t))})),H("Map",a.call(t),U,y)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{a.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var $=[];return u.call(t,(function(e){$.push(k(e,t))})),H("Set",c.call(t),$,y)}if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return R("WeakMap");if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return R("WeakSet");if(function(e){if(!m||!e||"object"!=typeof e)return!1;try{return m.call(e),!0}catch(e){}return!1}(t))return R("WeakRef");if(function(e){return!("[object Number]"!==O(e)||x&&"object"==typeof e&&x in e)}(t))return P(k(Number(t)));if(function(e){if(!e||"object"!=typeof e||!v)return!1;try{return v.call(e),!0}catch(e){}return!1}(t))return P(k(v.call(t)));if(function(e){return!("[object Boolean]"!==O(e)||x&&"object"==typeof e&&x in e)}(t))return P(f.call(t));if(function(e){return!("[object String]"!==O(e)||x&&"object"==typeof e&&x in e)}(t))return P(k(String(t)));if(!function(e){return!("[object Date]"!==O(e)||x&&"object"==typeof e&&x in e)}(t)&&!function(e){return!("[object RegExp]"!==O(e)||x&&"object"==typeof e&&x in e)}(t)){var G=Y(t,k),K=w?w(t)===Object.prototype:t instanceof Object||t.constructor===Object,J=t instanceof Object?"":"null prototype",Z=!K&&x&&Object(t)===t&&x in t?O(t).slice(8,-1):J?"Object":"",Q=(K||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(Z||J?"["+[].concat(Z||[],J||[]).join(": ")+"] ":"");return 0===G.length?Q+"{}":y?Q+"{"+W(G,y)+"}":Q+"{ "+G.join(", ")+" }"}return String(t)};var z=Object.prototype.hasOwnProperty||function(e){return e in this};function N(e,t){return z.call(e,t)}function O(e){return h.call(e)}function D(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return B(e.slice(0,t.maxStringLength),t)+r}return S(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,I),"single",t)}function I(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function P(e){return"Object("+e+")"}function R(e){return e+" { ? }"}function H(e,t,n,r){return e+" ("+t+") {"+(r?W(n,r):n.join(", "))+"}"}function W(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+e.join(","+n)+"\n"+t.prev}function Y(e,t){var n=C(e),r=[];if(n){r.length=e.length;for(var o=0;o{"use strict";var r;if(!Object.keys){var o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,i=n(1414),s=Object.prototype.propertyIsEnumerable,l=!s.call({toString:null},"toString"),c=s.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},m=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&o.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{d(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();r=function(e){var t=null!==e&&"object"==typeof e,n="[object Function]"===a.call(e),r=i(e),s=t&&"[object String]"===a.call(e),p=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var f=c&&n;if(s&&e.length>0&&!o.call(e,0))for(var h=0;h0)for(var g=0;g{"use strict";var r=Array.prototype.slice,o=n(1414),a=Object.keys,i=a?function(e){return a(e)}:n(8987),s=Object.keys;i.shim=function(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function(e){return o(e)?s(r.call(e)):s(e)})}else Object.keys=i;return Object.keys||i},e.exports=i},1414:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var n=t.call(e),r="[object Arguments]"===n;return r||(r="[object Array]"!==n&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),r}},2837:(e,t,n)=>{"use strict";var r=n(2215),o=function(e){return null!=e},a=n(5419)(),i=n(1924),s=Object,l=i("Array.prototype.push"),c=i("Object.prototype.propertyIsEnumerable"),u=a?Object.getOwnPropertySymbols:null;e.exports=function(e,t){if(!o(e))throw new TypeError("target must be an object");var n,i,d,p,m,f,h,g=s(e);for(n=1;n{"use strict";var r=n(4289),o=n(5559),a=n(2837),i=n(8162),s=n(4489),l=o.apply(i()),c=function(e,t){return l(Object,arguments)};r(c,{getPolyfill:i,implementation:a,shim:s}),e.exports=c},8162:(e,t,n)=>{"use strict";var r=n(2837);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var e="abcdefghijklmnopqrst",t=e.split(""),n={},r=0;r{"use strict";var r=n(4289),o=n(8162);e.exports=function(){var e=o();return r(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}},3513:(e,t,n)=>{"use strict";var r=n(9619),o=n(1924),a=o("Object.prototype.propertyIsEnumerable"),i=o("Array.prototype.push");e.exports=function(e){var t=r(e),n=[];for(var o in t)a(t,o)&&i(n,t[o]);return n}},5869:(e,t,n)=>{"use strict";var r=n(4289),o=n(5559),a=n(3513),i=n(7164),s=n(6970),l=o(i(),Object);r(l,{getPolyfill:i,implementation:a,shim:s}),e.exports=l},7164:(e,t,n)=>{"use strict";var r=n(3513);e.exports=function(){return"function"==typeof Object.values?Object.values:r}},6970:(e,t,n)=>{"use strict";var r=n(7164),o=n(4289);e.exports=function(){var e=r();return o(Object,{values:e},{values:function(){return Object.values!==e}}),e}},2703:(e,t,n)=>{"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},1775:e=>{"use strict";var t=Object.prototype.hasOwnProperty;function n(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function r(e,r){if(n(e,r))return!0;if("object"!=typeof e||null===e||"object"!=typeof r||null===r)return!1;var o=Object.keys(e),a=Object.keys(r);if(o.length!==a.length)return!1;for(var i=0;i{"use strict";var r=n(4857);t.Z=r.TextareaAutosize},6063:(e,t,n)=>{n(5453)},5533:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureCalendarDay=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t=o&&a{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var r=s(n(7363)),o=n(8341),a=s(n(5533)),i=s(n(1652));function s(e){return e&&e.__esModule?e:{default:e}}var l=(0,o.forbidExtraProps)({children:(0,o.or)([(0,o.childrenOfType)(a.default),(0,o.childrenOfType)(i.default)]).isRequired});function c(e){var t=e.children;return r.default.createElement("tr",null,t)}c.propTypes=l},2814:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M967.5 288.5L514.3 740.7c-11 11-21 11-32 0L29.1 288.5c-4-5-6-11-6-16 0-13 10-23 23-23 6 0 11 2 15 7l437.2 436.2 437.2-436.2c4-5 9-7 16-7 6 0 11 2 16 7 9 10.9 9 21 0 32z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},6952:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M32.1 712.6l453.2-452.2c11-11 21-11 32 0l453.2 452.2c4 5 6 10 6 16 0 13-10 23-22 23-7 0-12-2-16-7L501.3 308.5 64.1 744.7c-4 5-9 7-15 7-7 0-12-2-17-7-9-11-9-21 0-32.1z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},7798:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{fillRule:"evenodd",d:"M11.53.47a.75.75 0 0 0-1.061 0l-4.47 4.47L1.529.47A.75.75 0 1 0 .468 1.531l4.47 4.47-4.47 4.47a.75.75 0 1 0 1.061 1.061l4.47-4.47 4.47 4.47a.75.75 0 1 0 1.061-1.061l-4.47-4.47 4.47-4.47a.75.75 0 0 0 0-1.061z"}))};i.defaultProps={viewBox:"0 0 12 12"},t.default=i},1652:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureCustomizableCalendarDay=t.selectedStyles=t.lastInRangeStyles=t.selectedSpanStyles=t.hoveredSpanStyles=t.blockedOutOfRangeStyles=t.blockedCalendarStyles=t.blockedMinNightsStyles=t.highlightedCalendarStyles=t.outsideStyles=t.defaultStyles=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureDayPicker=t.defaultProps=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BOTTOM_RIGHT=t.TOP_RIGHT=t.TOP_LEFT=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=function(){function e(e,t){for(var n=0;n0&&this.setState({visibleDays:(0,a.default)({},w,z)})}},{key:"componentWillUpdate",value:function(){this.today=(0,u.default)()}},{key:"onDayClick",value:function(e,t){if(t&&t.preventDefault(),!this.isBlocked(e)){var n=this.props,r=n.onDateChange,o=n.keepOpenOnDateSelect,a=n.onFocusChange,i=n.onClose;r(e),o||(a({focused:!1}),i({date:e}))}}},{key:"onDayMouseEnter",value:function(e){if(!this.isTouchDevice){var t=this.state,n=t.hoverDate,r=t.visibleDays,o=this.deleteModifier({},n,"hovered");o=this.addModifier(o,e,"hovered"),this.setState({hoverDate:e,visibleDays:(0,a.default)({},r,o)})}}},{key:"onDayMouseLeave",value:function(){var e=this.state,t=e.hoverDate,n=e.visibleDays;if(!this.isTouchDevice&&t){var r=this.deleteModifier({},t,"hovered");this.setState({hoverDate:null,visibleDays:(0,a.default)({},n,r)})}}},{key:"onPrevMonthClick",value:function(){var e=this.props,t=e.onPrevMonthClick,n=e.numberOfMonths,r=e.enableOutsideDays,o=this.state,i=o.currentMonth,s=o.visibleDays,l={};Object.keys(s).sort().slice(0,n+1).forEach((function(e){l[e]=s[e]}));var c=i.clone().subtract(1,"month"),u=(0,b.default)(c,1,r);this.setState({currentMonth:c,visibleDays:(0,a.default)({},l,this.getModifiers(u))},(function(){t(c.clone())}))}},{key:"onNextMonthClick",value:function(){var e=this.props,t=e.onNextMonthClick,n=e.numberOfMonths,r=e.enableOutsideDays,o=this.state,i=o.currentMonth,s=o.visibleDays,l={};Object.keys(s).sort().slice(1).forEach((function(e){l[e]=s[e]}));var c=i.clone().add(n,"month"),u=(0,b.default)(c,1,r),d=i.clone().add(1,"month");this.setState({currentMonth:d,visibleDays:(0,a.default)({},l,this.getModifiers(u))},(function(){t(d.clone())}))}},{key:"onMonthChange",value:function(e){var t=this.props,n=t.numberOfMonths,r=t.enableOutsideDays,o=t.orientation===E.VERTICAL_SCROLLABLE,a=(0,b.default)(e,n,r,o);this.setState({currentMonth:e.clone(),visibleDays:this.getModifiers(a)})}},{key:"onYearChange",value:function(e){var t=this.props,n=t.numberOfMonths,r=t.enableOutsideDays,o=t.orientation===E.VERTICAL_SCROLLABLE,a=(0,b.default)(e,n,r,o);this.setState({currentMonth:e.clone(),visibleDays:this.getModifiers(a)})}},{key:"getFirstFocusableDay",value:function(e){var t=this,n=this.props,o=n.date,a=n.numberOfMonths,i=e.clone().startOf("month");if(o&&(i=o.clone()),this.isBlocked(i)){for(var s=[],l=e.clone().add(a-1,"months").endOf("month"),c=i.clone();!(0,g.default)(c,l);)c=c.clone().add(1,"day"),s.push(c);var u=s.filter((function(e){return!t.isBlocked(e)&&(0,g.default)(e,i)}));if(u.length>0){var d=r(u,1);i=d[0]}}return i}},{key:"getModifiers",value:function(e){var t=this,n={};return Object.keys(e).forEach((function(r){n[r]={},e[r].forEach((function(e){n[r][(0,y.default)(e)]=t.getModifiersForDay(e)}))})),n}},{key:"getModifiersForDay",value:function(e){var t=this;return new Set(Object.keys(this.modifiers).filter((function(n){return t.modifiers[n](e)})))}},{key:"getStateForNewMonth",value:function(e){var t=this,n=e.initialVisibleMonth,r=e.date,o=e.numberOfMonths,a=e.enableOutsideDays,i=(n||(r?function(){return r}:function(){return t.today}))();return{currentMonth:i,visibleDays:this.getModifiers((0,b.default)(i,o,a))}}},{key:"addModifier",value:function(e,t,n){var r=this.props,o=r.numberOfMonths,i=r.enableOutsideDays,s=r.orientation,l=this.state,c=l.currentMonth,u=l.visibleDays,d=c,p=o;if(s===E.VERTICAL_SCROLLABLE?p=Object.keys(u).length:(d=d.clone().subtract(1,"month"),p+=2),!t||!(0,v.default)(t,d,p,i))return e;var m=(0,y.default)(t),f=(0,a.default)({},e);if(i)f=Object.keys(u).filter((function(e){return Object.keys(u[e]).indexOf(m)>-1})).reduce((function(t,r){var o=e[r]||u[r],i=new Set(o[m]);return i.add(n),(0,a.default)({},t,S({},r,(0,a.default)({},o,S({},m,i))))}),f);else{var h=(0,_.default)(t),g=e[h]||u[h],b=new Set(g[m]);b.add(n),f=(0,a.default)({},f,S({},h,(0,a.default)({},g,S({},m,b))))}return f}},{key:"deleteModifier",value:function(e,t,n){var r=this.props,o=r.numberOfMonths,i=r.enableOutsideDays,s=r.orientation,l=this.state,c=l.currentMonth,u=l.visibleDays,d=c,p=o;if(s===E.VERTICAL_SCROLLABLE?p=Object.keys(u).length:(d=d.clone().subtract(1,"month"),p+=2),!t||!(0,v.default)(t,d,p,i))return e;var m=(0,y.default)(t),f=(0,a.default)({},e);if(i)f=Object.keys(u).filter((function(e){return Object.keys(u[e]).indexOf(m)>-1})).reduce((function(t,r){var o=e[r]||u[r],i=new Set(o[m]);return i.delete(n),(0,a.default)({},t,S({},r,(0,a.default)({},o,S({},m,i))))}),f);else{var h=(0,_.default)(t),g=e[h]||u[h],b=new Set(g[m]);b.delete(n),f=(0,a.default)({},f,S({},h,(0,a.default)({},g,S({},m,b))))}return f}},{key:"isBlocked",value:function(e){var t=this.props,n=t.isDayBlocked,r=t.isOutsideRange;return n(e)||r(e)}},{key:"isHovered",value:function(e){var t=(this.state||{}).hoverDate;return(0,h.default)(e,t)}},{key:"isSelected",value:function(e){var t=this.props.date;return(0,h.default)(e,t)}},{key:"isToday",value:function(e){return(0,h.default)(e,this.today)}},{key:"isFirstDayOfWeek",value:function(e){var t=this.props.firstDayOfWeek;return e.day()===(t||u.default.localeData().firstDayOfWeek())}},{key:"isLastDayOfWeek",value:function(e){var t=this.props.firstDayOfWeek;return e.day()===((t||u.default.localeData().firstDayOfWeek())+6)%7}},{key:"render",value:function(){var e=this.props,t=e.numberOfMonths,n=e.orientation,r=e.monthFormat,o=e.renderMonthText,a=e.navPrev,s=e.navNext,l=e.onOutsideClick,c=e.withPortal,u=e.focused,d=e.enableOutsideDays,p=e.hideKeyboardShortcutsPanel,m=e.daySize,f=e.firstDayOfWeek,h=e.renderCalendarDay,g=e.renderDayContents,b=e.renderCalendarInfo,v=e.renderMonthElement,y=e.calendarInfoPosition,_=e.isFocused,M=e.isRTL,k=e.phrases,w=e.dayAriaLabelFormat,E=e.onBlur,x=e.showKeyboardShortcuts,S=e.weekDayFormat,A=e.verticalHeight,C=e.noBorder,T=e.transitionDuration,z=e.verticalBorderSpacing,N=e.horizontalMonthPadding,O=this.state,D=O.currentMonth,B=O.visibleDays;return i.default.createElement(L.default,{orientation:n,enableOutsideDays:d,modifiers:B,numberOfMonths:t,onDayClick:this.onDayClick,onDayMouseEnter:this.onDayMouseEnter,onDayMouseLeave:this.onDayMouseLeave,onPrevMonthClick:this.onPrevMonthClick,onNextMonthClick:this.onNextMonthClick,onMonthChange:this.onMonthChange,onYearChange:this.onYearChange,monthFormat:r,withPortal:c,hidden:!u,hideKeyboardShortcutsPanel:p,initialVisibleMonth:function(){return D},firstDayOfWeek:f,onOutsideClick:l,navPrev:a,navNext:s,renderMonthText:o,renderCalendarDay:h,renderDayContents:g,renderCalendarInfo:b,renderMonthElement:v,calendarInfoPosition:y,isFocused:_,getFirstFocusableDay:this.getFirstFocusableDay,onBlur:E,phrases:k,daySize:m,isRTL:M,showKeyboardShortcuts:x,weekDayFormat:S,dayAriaLabelFormat:w,verticalHeight:A,noBorder:C,transitionDuration:T,verticalBorderSpacing:z,horizontalMonthPadding:N})}}]),t}(i.default.Component);t.Z=T,T.propTypes=A,T.defaultProps=C},5804:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M336.2 274.5l-210.1 210h805.4c13 0 23 10 23 23s-10 23-23 23H126.1l210.1 210.1c11 11 11 21 0 32-5 5-10 7-16 7s-11-2-16-7l-249.1-249c-11-11-11-21 0-32l249.1-249.1c21-21.1 53 10.9 32 32z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},7783:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M694.4 242.4l249.1 249.1c11 11 11 21 0 32L694.4 772.7c-5 5-10 7-16 7s-11-2-16-7c-11-11-11-21 0-32l210.1-210.1H67.1c-13 0-23-10-23-23s10-23 23-23h805.4L662.4 274.5c-21-21.1 11-53.1 32-32.1z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},5388:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.DISPLAY_FORMAT="L",t.ISO_FORMAT="YYYY-MM-DD",t.ISO_MONTH_FORMAT="YYYY-MM",t.START_DATE="startDate",t.END_DATE="endDate",t.HORIZONTAL_ORIENTATION="horizontal",t.VERTICAL_ORIENTATION="vertical",t.VERTICAL_SCROLLABLE="verticalScrollable",t.ICON_BEFORE_POSITION="before",t.ICON_AFTER_POSITION="after",t.INFO_POSITION_TOP="top",t.INFO_POSITION_BOTTOM="bottom",t.INFO_POSITION_BEFORE="before",t.INFO_POSITION_AFTER="after",t.ANCHOR_LEFT="left",t.ANCHOR_RIGHT="right",t.OPEN_DOWN="down",t.OPEN_UP="up",t.DAY_SIZE=39,t.BLOCKED_MODIFIER="blocked",t.WEEKDAYS=[0,1,2,3,4,5,6],t.FANG_WIDTH_PX=20,t.FANG_HEIGHT_PX=10,t.DEFAULT_VERTICAL_SPACING=22,t.MODIFIER_KEY_NAMES=new Set(["Shift","Control","Alt","Meta"])},8304:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="Calendar",r="Close",o="Interact with the calendar and add the check-in date for your trip.",a="Clear Date",i="Clear Dates",s="Move backward to switch to the previous month.",l="Move forward to switch to the next month.",c="Keyboard Shortcuts",u="Open the keyboard shortcuts panel.",d="Close the shortcuts panel.",p="Open this panel.",m="Enter key",f="Right and left arrow keys",h="up and down arrow keys",g="page up and page down keys",b="Home and end keys",v="Escape key",y="Question mark",_="Select the date in focus.",M="Move backward (left) and forward (right) by one day.",k="Move backward (up) and forward (down) by one week.",w="Switch months.",E="Go to the first or last day of a week.",L="Return to the date input field.",x="Press the down arrow key to interact with the calendar and\n select a date. Press the question mark key to get the keyboard shortcuts for changing dates.",S=function(e){var t=e.date;return"Choose "+String(t)+" as your check-in date. It’s available."},A=function(e){var t=e.date;return"Choose "+String(t)+" as your check-out date. It’s available."},C=function(e){return e.date},T=function(e){var t=e.date;return"Not available. "+String(t)},z=function(e){var t=e.date;return"Selected. "+String(t)};t.default={calendarLabel:n,closeDatePicker:r,focusStartDate:o,clearDate:a,clearDates:i,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:x,chooseAvailableStartDate:S,chooseAvailableEndDate:A,dateIsUnavailable:T,dateIsSelected:z};t.DateRangePickerPhrases={calendarLabel:n,closeDatePicker:r,clearDates:i,focusStartDate:o,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:x,chooseAvailableStartDate:S,chooseAvailableEndDate:A,dateIsUnavailable:T,dateIsSelected:z},t.DateRangePickerInputPhrases={focusStartDate:o,clearDates:i,keyboardNavigationInstructions:x},t.SingleDatePickerPhrases={calendarLabel:n,closeDatePicker:r,clearDate:a,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:x,chooseAvailableDate:C,dateIsUnavailable:T,dateIsSelected:z},t.SingleDatePickerInputPhrases={clearDate:a,keyboardNavigationInstructions:x},t.DayPickerPhrases={calendarLabel:n,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,chooseAvailableStartDate:S,chooseAvailableEndDate:A,chooseAvailableDate:C,dateIsUnavailable:T,dateIsSelected:z},t.DayPickerKeyboardShortcutsPhrases={keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L},t.DayPickerNavigationPhrases={jumpToPrevMonth:s,jumpToNextMonth:l},t.CalendarDayPhrases={chooseAvailableDate:C,dateIsUnavailable:T,dateIsSelected:z}},5453:(e,t,n)=>{"use strict";var r,o=n(5135);(0,((r=o)&&r.__esModule?r:{default:r}).default)()},2003:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf([i.INFO_POSITION_TOP,i.INFO_POSITION_BOTTOM,i.INFO_POSITION_BEFORE,i.INFO_POSITION_AFTER])},8182:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf(i.WEEKDAYS)},337:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(8341);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t2?n-2:0),o=2;o{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf([i.HORIZONTAL_ORIENTATION,i.VERTICAL_ORIENTATION,i.VERTICAL_SCROLLABLE])},6729:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={white:"#fff",gray:"#484848",grayLight:"#82888a",grayLighter:"#cacccd",grayLightest:"#f2f2f2",borderMedium:"#c4c4c4",border:"#dbdbdb",borderLight:"#e4e7e7",borderLighter:"#eceeee",borderBright:"#f4f5f5",primary:"#00a699",primaryShade_1:"#33dacd",primaryShade_2:"#66e2da",primaryShade_3:"#80e8e0",primaryShade_4:"#b2f1ec",primary_dark:"#008489",secondary:"#007a87",yellow:"#ffe8bc",yellow_dark:"#ffce71"};t.default={reactDates:{zIndex:0,border:{input:{border:0,borderTop:0,borderRight:0,borderBottom:"2px solid transparent",borderLeft:0,outlineFocused:0,borderFocused:0,borderTopFocused:0,borderLeftFocused:0,borderBottomFocused:"2px solid "+String(n.primary_dark),borderRightFocused:0,borderRadius:0},pickerInput:{borderWidth:1,borderStyle:"solid",borderRadius:2}},color:{core:n,disabled:n.grayLightest,background:n.white,backgroundDark:"#f2f2f2",backgroundFocused:n.white,border:"rgb(219, 219, 219)",text:n.gray,textDisabled:n.border,textFocused:"#007a87",placeholderText:"#757575",outside:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,color:n.gray,color_active:n.gray,color_hover:n.gray},highlighted:{backgroundColor:n.yellow,backgroundColor_active:n.yellow_dark,backgroundColor_hover:n.yellow_dark,color:n.gray,color_active:n.gray,color_hover:n.gray},minimumNights:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,borderColor:n.borderLighter,color:n.grayLighter,color_active:n.grayLighter,color_hover:n.grayLighter},hoveredSpan:{backgroundColor:n.primaryShade_4,backgroundColor_active:n.primaryShade_3,backgroundColor_hover:n.primaryShade_4,borderColor:n.primaryShade_3,borderColor_active:n.primaryShade_3,borderColor_hover:n.primaryShade_3,color:n.secondary,color_active:n.secondary,color_hover:n.secondary},selectedSpan:{backgroundColor:n.primaryShade_2,backgroundColor_active:n.primaryShade_1,backgroundColor_hover:n.primaryShade_1,borderColor:n.primaryShade_1,borderColor_active:n.primary,borderColor_hover:n.primary,color:n.white,color_active:n.white,color_hover:n.white},selected:{backgroundColor:n.primary,backgroundColor_active:n.primary,backgroundColor_hover:n.primary,borderColor:n.primary,borderColor_active:n.primary,borderColor_hover:n.primary,color:n.white,color_active:n.white,color_hover:n.white},blocked_calendar:{backgroundColor:n.grayLighter,backgroundColor_active:n.grayLighter,backgroundColor_hover:n.grayLighter,borderColor:n.grayLighter,borderColor_active:n.grayLighter,borderColor_hover:n.grayLighter,color:n.grayLight,color_active:n.grayLight,color_hover:n.grayLight},blocked_out_of_range:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,borderColor:n.borderLight,borderColor_active:n.borderLight,borderColor_hover:n.borderLight,color:n.grayLighter,color_active:n.grayLighter,color_hover:n.grayLighter}},spacing:{dayPickerHorizontalPadding:9,captionPaddingTop:22,captionPaddingBottom:37,inputPadding:0,displayTextPaddingVertical:void 0,displayTextPaddingTop:11,displayTextPaddingBottom:9,displayTextPaddingHorizontal:void 0,displayTextPaddingLeft:11,displayTextPaddingRight:11,displayTextPaddingVertical_small:void 0,displayTextPaddingTop_small:7,displayTextPaddingBottom_small:5,displayTextPaddingHorizontal_small:void 0,displayTextPaddingLeft_small:7,displayTextPaddingRight_small:7},sizing:{inputWidth:130,inputWidth_small:97,arrowWidth:24},noScrollBarOnVerticalScrollable:!1,font:{size:14,captionSize:18,input:{size:19,lineHeight:"24px",size_small:15,lineHeight_small:"18px",letterSpacing_small:"0.2px",styleDisabled:"italic"}}}}},403:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!e)return 0;var o="width"===t?"Left":"Top",a="width"===t?"Right":"Bottom",i=!n||r?window.getComputedStyle(e):null,s=e.offsetWidth,l=e.offsetHeight,c="width"===t?s:l;n||(c-=parseFloat(i["padding"+o])+parseFloat(i["padding"+a])+parseFloat(i["border"+o+"Width"])+parseFloat(i["border"+a+"Width"]));r&&(c+=parseFloat(i["margin"+o])+parseFloat(i["margin"+a]));return c}},5446:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return"undefined"!=typeof document&&document.activeElement}},6732:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r,o){var s=o.chooseAvailableDate,l=o.dateIsUnavailable,c=o.dateIsSelected,u={width:n,height:n-1},d=r.has("blocked-minimum-nights")||r.has("blocked-calendar")||r.has("blocked-out-of-range"),p=r.has("selected")||r.has("selected-start")||r.has("selected-end"),m=!p&&(r.has("hovered-span")||r.has("after-hovered-start")),f=r.has("blocked-out-of-range"),h={date:e.format(t)},g=(0,a.default)(s,h);r.has(i.BLOCKED_MODIFIER)?g=(0,a.default)(l,h):p&&(g=(0,a.default)(c,h));return{daySizeStyles:u,useDefaultCursor:d,selected:p,hoveredSpan:m,isOutsideRange:f,ariaLabel:g}};var r,o=n(4748),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388)},7116:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a.default.localeData().firstDayOfWeek();if(!a.default.isMoment(e)||!e.isValid())throw new TypeError("`month` must be a valid moment object");if(-1===i.WEEKDAYS.indexOf(n))throw new TypeError("`firstDayOfWeek` must be an integer between 0 and 6");for(var r=e.clone().startOf("month").hour(12),o=e.clone().endOf("month").hour(12),s=(r.day()+7-n)%7,l=(n+6-o.day())%7,c=r.clone().subtract(s,"day"),u=o.clone().add(l,"day"),d=u.diff(c,"days")+1,p=c.clone(),m=[],f=0;f=s&&f{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return 7*e+2*t+1}},3065:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.default.localeData().firstDayOfWeek(),n=e.clone().startOf("month"),r=i(n,t);return Math.ceil((r+e.daysInMonth())/7)};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r};function i(e,t){return(e.day()-t+7)%7}},4748:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if("string"==typeof e)return e;if("function"==typeof e)return e(t);return""}},1983:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).reduce((function(e,t){return(0,r.default)({},e,function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n;return e}({},t,o.default.oneOfType([o.default.string,o.default.func,o.default.node])))}),{})};var r=a(n(3533)),o=a(n(5697));function a(e){return e&&e.__esModule?e:{default:e}}},8926:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return{transform:e,msTransform:e,MozTransform:e,WebkitTransform:e}}},1729:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,a){if(!r.default.isMoment(e))return{};for(var i={},s=a?e.clone():e.clone().subtract(1,"month"),l=0;l<(a?t:t+2);l+=1){var c=[],u=s.clone(),d=u.clone().startOf("month").hour(12),p=u.clone().endOf("month").hour(12),m=d.clone();if(n)for(var f=0;f{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(!(0,o.default)(e,t)&&!(0,a.default)(e,t))};var r=i(n(381)),o=i(n(2933)),a=i(n(1992));function i(e){return e&&e.__esModule?e:{default:e}}},2933:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!a.default.isMoment(e)||!a.default.isMoment(t))return!1;var n=e.year(),r=e.month(),o=t.year(),i=t.month(),s=n===o,l=r===i;return s&&l?e.date(){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,a){var i=t.clone().startOf("month");a&&(i=i.startOf("week"));if((0,r.default)(e,i))return!1;var s=t.clone().add(n-1,"months").endOf("month");a&&(s=s.endOf("week"));return!(0,o.default)(e,s)};var r=a(n(2933)),o=a(n(6023));function a(e){return e&&e.__esModule?e:{default:e}}},2376:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(0,o.default)(e.clone().add(1,"month"),t)};var r=a(n(381)),o=a(n(34));function a(e){return e&&e.__esModule?e:{default:e}}},1491:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(0,o.default)(e.clone().subtract(1,"month"),t)};var r=a(n(381)),o=a(n(34));function a(e){return e&&e.__esModule?e:{default:e}}},1992:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!a.default.isMoment(e)||!a.default.isMoment(t))&&(e.date()===t.date()&&e.month()===t.month()&&e.year()===t.year())};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r}},34:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!a.default.isMoment(e)||!a.default.isMoment(t))&&(e.month()===t.month()&&e.year()===t.year())};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r}},9826:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!("undefined"==typeof window||!("TransitionEvent"in window))}},5135:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){(0,o.default)(r.default)};var r=a(n(5906)),o=a(n(8874));function a(e){return e&&e.__esModule?e:{default:e}}},8874:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){r.default.registerInterface(e),r.default.registerTheme(o.default)};var r=a(n(4202)),o=a(n(6729));function a(e){return e&&e.__esModule?e:{default:e}}},4162:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=r.default.isMoment(e)?e:(0,o.default)(e,t);return n?n.format(a.ISO_FORMAT):null};var r=i(n(381)),o=i(n(1526)),a=n(5388);function i(e){return e&&e.__esModule?e:{default:e}}},180:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=r.default.isMoment(e)?e:(0,o.default)(e,t);return n?n.format(a.ISO_MONTH_FORMAT):null};var r=i(n(381)),o=i(n(1526)),a=n(5388);function i(e){return e&&e.__esModule?e:{default:e}}},1526:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=t?[t,i.DISPLAY_FORMAT,i.ISO_FORMAT]:[i.DISPLAY_FORMAT,i.ISO_FORMAT],r=(0,a.default)(e,n,!0);return r.isValid()?r.hour(12):null};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388)},9921:(e,t)=>{"use strict";var n=60103,r=60106,o=60107,a=60108,i=60114,s=60109,l=60110,c=60112,u=60113,d=60120,p=60115,m=60116,f=60121,h=60122,g=60117,b=60129,v=60131;if("function"==typeof Symbol&&Symbol.for){var y=Symbol.for;n=y("react.element"),r=y("react.portal"),o=y("react.fragment"),a=y("react.strict_mode"),i=y("react.profiler"),s=y("react.provider"),l=y("react.context"),c=y("react.forward_ref"),u=y("react.suspense"),d=y("react.suspense_list"),p=y("react.memo"),m=y("react.lazy"),f=y("react.block"),h=y("react.server.block"),g=y("react.fundamental"),b=y("react.debug_trace_mode"),v=y("react.legacy_hidden")}function _(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case o:case i:case a:case u:case d:return e;default:switch(e=e&&e.$$typeof){case l:case c:case m:case p:case s:return e;default:return t}}case r:return t}}}},9864:(e,t,n)=>{"use strict";n(9921)},8333:e=>{var t={invalidPredicate:"`predicate` must be a function",invalidPropValidator:"`propValidator` must be a function",requiredCore:"is marked as required",invalidTypeCore:"Invalid input type",predicateFailureCore:"Failed to succeed with predicate",anonymousMessage:"<>",baseInvalidMessage:"Invalid "};function n(e){if("function"!=typeof e)throw new Error(t.invalidPropValidator);var n=e.bind(null,!1,null);return n.isRequired=e.bind(null,!0,null),n.withPredicate=function(n){if("function"!=typeof n)throw new Error(t.invalidPredicate);var r=e.bind(null,!1,n);return r.isRequired=e.bind(null,!0,n),r},n}function r(e,n,r){return new Error("The prop `"+e+"` "+t.requiredCore+" in `"+n+"`, but its value is `"+r+"`.")}e.exports={constructPropValidatorVariations:n,createMomentChecker:function(e,o,a,i){return n((function(n,s,l,c,u,d,p){var m=l[c],f=typeof m,h=function(e,t,n,o){var a=void 0===o,i=null===o;if(e){if(a)return r(n,t,"undefined");if(i)return r(n,t,"null")}return a||i?null:-1}(n,u=u||t.anonymousMessage,p=p||c,m);if(-1!==h)return h;if(o&&!o(m))return new Error(t.invalidTypeCore+": `"+c+"` of type `"+f+"` supplied to `"+u+"`, expected `"+e+"`.");if(!a(m))return new Error(t.baseInvalidMessage+d+" `"+c+"` of type `"+f+"` supplied to `"+u+"`, expected `"+i+"`.");if(s&&!s(m)){var g=s.name||t.anonymousMessage;return new Error(t.baseInvalidMessage+d+" `"+c+"` of type `"+f+"` supplied to `"+u+"`. "+t.predicateFailureCore+" `"+g+"`.")}return null}))},messages:t}},2605:(e,t,n)=>{var r=n(381),o=n(914),a=n(8333);e.exports={momentObj:a.createMomentChecker("object",(function(e){return"object"==typeof e}),(function(e){return o.isValidMoment(e)}),"Moment"),momentString:a.createMomentChecker("string",(function(e){return"string"==typeof e}),(function(e){return o.isValidMoment(r(e))}),"Moment"),momentDurationObj:a.createMomentChecker("object",(function(e){return"object"==typeof e}),(function(e){return r.isDuration(e)}),"Duration")}},914:(e,t,n)=>{var r=n(381);e.exports={isValidMoment:function(e){return!("function"==typeof r.isMoment&&!r.isMoment(e))&&("function"==typeof e.isValid?e.isValid():!isNaN(e))}}},6428:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n{e.exports=n(6428)},5464:(e,t,n)=>{var r=n(7363),o={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},a=function(e){var t=e.onResize,n=r.useRef();return function(e,t){var n=function(){return e.current&&e.current.contentDocument&&e.current.contentDocument.defaultView};function o(){t();var e=n();e&&e.addEventListener("resize",t)}r.useEffect((function(){return n()?o():e.current&&e.current.addEventListener&&e.current.addEventListener("load",o),function(){var e=n();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(n,(function(){return t(n)})),r.createElement("iframe",{style:o,src:"about:blank",ref:n,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},i=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};e.exports=function(e){void 0===e&&(e=i);var t=r.useState(e(null)),n=t[0],o=t[1],s=r.useCallback((function(t){return o(e(t.current))}),[e]);return[r.useMemo((function(){return r.createElement(a,{onResize:s})}),[s]),n]}},2166:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.CHANNEL="__direction__",t.DIRECTIONS={LTR:"ltr",RTL:"rtl"}},9885:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r};t.default=a.default.shape({getState:a.default.func,setState:a.default.func,subscribe:a.default.func})},8232:(e,t,n)=>{var r=l(n(6650)),o=l(n(1884)),a=n(8966),i=l(n(6280)),s=l(n(4333));function l(e){return e&&e.__esModule?e:{default:e}}t.default={create:function(e){var t={},n=Object.keys(e),r=(o.default.get(a.GLOBAL_CACHE_KEY)||{}).namespace,s=void 0===r?"":r;return n.forEach((function(e){var n=(0,i.default)(s,e);t[e]=n})),t},resolve:function(e){var t=(0,r.default)(e,1/0),n=(0,s.default)(t),o=n.classNames,a=n.hasInlineStyles,i=n.inlineStyles,l={className:o.map((function(e,t){return String(e)+" "+String(e)+"_"+String(t+1)})).join(" ")};return a&&(l.style=i),l}}},8966:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});t.GLOBAL_CACHE_KEY="reactWithStylesInterfaceCSS",t.MAX_SPECIFICITY=20},6280:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(e.length>0?String(e)+"__":"")+String(t)}},4333:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){for(var t=[],n=!1,r={},o=0;o{e.exports=n(8232).default},4202:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=void 0,r=void 0;function o(e,t){var n=t(e(r));return function(){return n}}function a(e){return o(e,n.createLTR||n.create)}function i(){for(var e=arguments.length,t=Array(e),r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.withStylesPropTypes=t.css=void 0;var r=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{},n=t.stylesPropName,s=void 0===n?"styles":n,u=t.themePropName,p=void 0===u?"theme":u,b=t.cssPropName,k=void 0===b?"css":b,w=t.flushBefore,E=void 0!==w&&w,L=t.pureComponent,x=void 0!==L&&L,S=void 0,A=void 0,C=void 0,T=void 0,z=y(x);function N(e){return e===c.DIRECTIONS.LTR?d.default.resolveLTR:d.default.resolveRTL}function O(e){return e===c.DIRECTIONS.LTR?C:T}function D(t,n){var r=O(t),o=t===c.DIRECTIONS.LTR?S:A,a=d.default.get();return o&&r===a||(t===c.DIRECTIONS.RTL?(A=e?d.default.createRTL(e):v,T=a,o=A):(S=e?d.default.createLTR(e):v,C=a,o=S)),o}function B(e,t){return{resolveMethod:N(e),styleDef:D(e)}}return function(e){var t=e.displayName||e.name||"Component",n=function(t){function n(e,t){m(this,n);var r=f(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,e,t)),o=r.context[c.CHANNEL]?r.context[c.CHANNEL].getState():M;return r.state=B(o),r}return h(n,t),o(n,[{key:"componentDidMount",value:function(){var e=this;this.context[c.CHANNEL]&&(this.channelUnsubscribe=this.context[c.CHANNEL].subscribe((function(t){e.setState(B(t))})))}},{key:"componentWillUnmount",value:function(){this.channelUnsubscribe&&this.channelUnsubscribe()}},{key:"render",value:function(){var t;E&&d.default.flush();var n=this.state,o=n.resolveMethod,a=n.styleDef;return i.default.createElement(e,r({},this.props,(g(t={},p,d.default.get()),g(t,s,a()),g(t,k,o),t)))}}]),n}(z);return n.WrappedComponent=e,n.displayName="withStyles("+String(t)+")",n.contextTypes=_,e.propTypes&&(n.propTypes=(0,a.default)({},e.propTypes),delete n.propTypes[s],delete n.propTypes[p],delete n.propTypes[k]),e.defaultProps&&(n.defaultProps=(0,a.default)({},e.defaultProps)),(0,l.default)(n,e)}};var a=p(n(3533)),i=p(n(7363)),s=p(n(5697)),l=p(n(8679)),c=n(2166),u=p(n(9885)),d=p(n(4202));function p(e){return e&&e.__esModule?e:{default:e}}function m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.css=d.default.resolveLTR,t.withStylesPropTypes={styles:s.default.object.isRequired,theme:s.default.object.isRequired,css:s.default.func.isRequired};var b={},v=function(){return b};function y(e){if(e){if(!i.default.PureComponent)throw new ReferenceError("withStyles() pureComponent option requires React 15.3.0 or later");return i.default.PureComponent}return i.default.Component}var _=g({},c.CHANNEL,u.default),M=c.DIRECTIONS.LTR},2236:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActionCreators=t.ActionTypes=void 0;var n={UNDO:"@@redux-undo/UNDO",REDO:"@@redux-undo/REDO",JUMP_TO_FUTURE:"@@redux-undo/JUMP_TO_FUTURE",JUMP_TO_PAST:"@@redux-undo/JUMP_TO_PAST",JUMP:"@@redux-undo/JUMP",CLEAR_HISTORY:"@@redux-undo/CLEAR_HISTORY"};t.ActionTypes=n;var r={undo:function(){return{type:n.UNDO}},redo:function(){return{type:n.REDO}},jumpToFuture:function(e){return{type:n.JUMP_TO_FUTURE,index:e}},jumpToPast:function(e){return{type:n.JUMP_TO_PAST,index:e}},jump:function(e){return{type:n.JUMP,index:e}},clearHistory:function(){return{type:n.CLEAR_HISTORY}}};t.ActionCreators=r},8823:(e,t)=>{"use strict";function n(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t{"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Array.isArray(e)?e:"string"==typeof e?[e]:t}Object.defineProperty(t,"__esModule",{value:!0}),t.parseActions=n,t.isHistory=function(e){return void 0!==e.present&&void 0!==e.future&&void 0!==e.past&&Array.isArray(e.future)&&Array.isArray(e.past)},t.includeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)>=0}},t.excludeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)<0}},t.combineFilters=function(){for(var e=arguments.length,t=new Array(e),n=0;n=0?e.type:null}},t.newHistory=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{past:e,present:t,future:n,group:r,_latestUnfiltered:t,index:e.length,limit:e.length+n.length+1}}},1090:(e,t,n)=>{"use strict";Object.defineProperty(t,"zF",{enumerable:!0,get:function(){return o.ActionCreators}}),Object.defineProperty(t,"ZP",{enumerable:!0,get:function(){return i.default}});var r,o=n(2236),a=n(1619),i=(r=n(2479))&&r.__esModule?r:{default:r}},2479:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.set(t.debug);var n,r=c({limit:void 0,filter:function(){return!0},groupBy:function(){return null},undoType:a.ActionTypes.UNDO,redoType:a.ActionTypes.REDO,jumpToPastType:a.ActionTypes.JUMP_TO_PAST,jumpToFutureType:a.ActionTypes.JUMP_TO_FUTURE,jumpType:a.ActionTypes.JUMP,neverSkipReducer:!1,ignoreInitialState:!1,syncFilter:!1},t,{initTypes:(0,i.parseActions)(t.initTypes,["@@redux-undo/INIT"]),clearHistoryType:(0,i.parseActions)(t.clearHistoryType,[a.ActionTypes.CLEAR_HISTORY])}),s=r.neverSkipReducer?function(t,n){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a0&&void 0!==arguments[0]?arguments[0]:n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.start(a,t);for(var l,c=t,u=arguments.length,d=new Array(u>2?u-2:0),v=2;v=e.future.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=[].concat(d(n),[o],d(r.slice(0,t))),s=r[t],l=r.slice(t+1);return(0,i.newHistory)(a,s,l)}function h(e,t){if(t<0||t>=e.past.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=n.slice(0,t),s=[].concat(d(n.slice(t+1)),[o],d(r)),l=n[t];return(0,i.newHistory)(a,l,s)}function g(e,t){return t>0?f(e,t-1):t<0?h(e,e.past.length+t):e}function b(e,t){return t.indexOf(e)>-1?e:!e}},2965:e=>{"use strict";function t(e,n){var r;if(Array.isArray(n))for(r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var r=i(n(7333)),o=n(3467),a=i(n(701));function i(e){return e&&e.__esModule?e:{default:e}}var s=t.promise=function(e,t,n,o,a){return!!r.default.promise(e)&&(e.then(t,a),!0)},l=new Map,c=t.fork=function(e,t,n){if(!r.default.fork(e))return!1;var i=Symbol("fork"),s=(0,a.default)();l.set(i,s),n(e.iterator.apply(null,e.args),(function(e){return s.dispatch(e)}),(function(e){return s.dispatch((0,o.error)(e))}));var c=s.subscribe((function(){c(),l.delete(i)}));return t(i),!0},u=t.join=function(e,t,n,o,a){if(!r.default.join(e))return!1;var i,s=l.get(e.task);return s?i=s.subscribe((function(e){i(),t(e)})):a("join error : task not found"),!0},d=t.race=function(e,t,n,o,a){if(!r.default.race(e))return!1;var i=!1,s=function(e,n,r){i||(i=!0,e[n]=r,t(e))},l=function(e){i||a(e)};return r.default.array(e.competitors)?function(){var t=e.competitors.map((function(){return!1}));e.competitors.forEach((function(e,r){n(e,(function(e){return s(t,r,e)}),l)}))}():function(){var t=Object.keys(e.competitors).reduce((function(e,t){return e[t]=!1,e}),{});Object.keys(e.competitors).forEach((function(r){n(e.competitors[r],(function(e){return s(t,r,e)}),l)}))}(),!0};t.default=[s,c,u,d,function(e,t){if(!r.default.subscribe(e))return!1;if(!r.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe((function(e){n&&n(),t(e)}));return!0}]},8016:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.any=function(e,t,n,r){return r(e),!0},s=t.error=function(e,t,n,r,o){return!!a.default.error(e)&&(o(e.error),!0)},l=t.object=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.obj(e.value))return!1;var i={},s=Object.keys(e.value),l=0,c=!1;return s.map((function(t){n(e.value[t],(function(e){return function(e,t){c||(i[e]=t,++l===s.length&&r(i))}(t,e)}),(function(e){return function(e,t){c||(c=!0,o(t))}(0,e)}))})),!0},c=t.array=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.array(e.value))return!1;var i=[],s=0,l=!1;return e.value.map((function(t,a){n(t,(function(t){return function(t,n){l||(i[t]=n,++s===e.value.length&&r(i))}(a,t)}),(function(e){return function(e,t){l||(l=!0,o(t))}(0,e)}))})),!0},u=t.iterator=function(e,t,n,r,o){return!!a.default.iterator(e)&&(n(e,t,o),!0)};t.default=[s,u,c,l,i]},1850:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.call=function(e,t,n,r,o){if(!a.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(e){o(e)}return!0},s=t.cps=function(e,t,n,r,o){var i;return!!a.default.cps(e)&&((i=e.func).call.apply(i,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n(8016)),o=a(n(7333));function a(e){return e&&e.__esModule?e:{default:e}}function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var r=n(3467);Object.keys(r).forEach((function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})}));var o=s(n(8909)),a=s(n(3859)),i=s(n(1850));function s(e){return e&&e.__esModule?e:{default:e}}t.create=o.default,t.asyncControls=a.default,t.wrapControls=i.default},701:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter((function(e){return e!==t}))}},dispatch:function(t){e.slice().forEach((function(e){return e(t)}))}}}},3467:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var r,o=n(1309),a=(r=o)&&r.__esModule?r:{default:r};t.all=function(e){return{type:a.default.all,value:e}},t.error=function(e){return{type:a.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r1?t-1:0),r=1;r2?n-2:0),o=2;o1?t-1:0),r=1;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},a=n(1309),i=(r=a)&&r.__esModule?r:{default:r};var s={obj:function(e){return"object"===(void 0===e?"undefined":o(e))&&!!e},all:function(e){return s.obj(e)&&e.type===i.default.all},error:function(e){return s.obj(e)&&e.type===i.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&s.func(e.then)},iterator:function(e){return e&&s.func(e.next)&&s.func(e.throw)},fork:function(e){return s.obj(e)&&e.type===i.default.fork},join:function(e){return s.obj(e)&&e.type===i.default.join},race:function(e){return s.obj(e)&&e.type===i.default.race},call:function(e){return s.obj(e)&&e.type===i.default.call},cps:function(e){return s.obj(e)&&e.type===i.default.cps},subscribe:function(e){return s.obj(e)&&e.type===i.default.subscribe},channel:function(e){return s.obj(e)&&s.func(e.subscribe)}};t.default=s},1309:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=n},3787:function(e,t,n){var r;(function(){function o(e){"use strict";var t={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex:
foo
",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r].defaultValue);return n}var a={},i={},s={},l=o(!0),c="vanilla",u={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:o(!0),allOn:function(){"use strict";var e=o(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};function d(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",r={valid:!0,error:""};a.helper.isArray(e)||(e=[e]);for(var o=0;o").replace(/&/g,"&")};var m=function(e,t,n,r){"use strict";var o,a,i,s,l,c=r||"",u=c.indexOf("g")>-1,d=new RegExp(t+"|"+n,"g"+c.replace(/g/g,"")),p=new RegExp(t,c.replace(/g/g,"")),m=[];do{for(o=0;i=d.exec(e);)if(p.test(i[0]))o++||(s=(a=d.lastIndex)-i[0].length);else if(o&&!--o){l=i.index+i[0].length;var f={left:{start:s,end:a},match:{start:a,end:i.index},right:{start:i.index,end:l},wholeMatch:{start:s,end:l}};if(m.push(f),!u)return m}}while(o&&(d.lastIndex=a));return m};a.helper.matchRecursiveRegExp=function(e,t,n,r){"use strict";for(var o=m(e,t,n,r),a=[],i=0;i0){var u=[];0!==s[0].wholeMatch.start&&u.push(e.slice(0,s[0].wholeMatch.start));for(var d=0;d=0?r+(n||0):r},a.helper.splitAtIndex=function(e,t){"use strict";if(!a.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},a.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,(function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e}))},a.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):((t-=e.length)>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),a.helper.regexes={asteriskDashAndColon:/([*_:~])/g},a.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️‍♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴‍♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱‍♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇‍♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷‍♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯‍♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁‍🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️‍♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍‍♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️‍♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂‍♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇‍♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨‍🎨",man_astronaut:"👨‍🚀",man_cartwheeling:"🤸‍♂️",man_cook:"👨‍🍳",man_dancing:"🕺",man_facepalming:"🤦‍♂️",man_factory_worker:"👨‍🏭",man_farmer:"👨‍🌾",man_firefighter:"👨‍🚒",man_health_worker:"👨‍⚕️",man_in_tuxedo:"🤵",man_judge:"👨‍⚖️",man_juggling:"🤹‍♂️",man_mechanic:"👨‍🔧",man_office_worker:"👨‍💼",man_pilot:"👨‍✈️",man_playing_handball:"🤾‍♂️",man_playing_water_polo:"🤽‍♂️",man_scientist:"👨‍🔬",man_shrugging:"🤷‍♂️",man_singer:"👨‍🎤",man_student:"👨‍🎓",man_teacher:"👨‍🏫",man_technologist:"👨‍💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆‍♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼‍♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵‍♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅‍♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆‍♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮‍♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎‍♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️‍🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋‍♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣‍♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃‍♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄‍♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊‍♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁‍♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶‍♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️‍♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩‍🎨",woman_astronaut:"👩‍🚀",woman_cartwheeling:"🤸‍♀️",woman_cook:"👩‍🍳",woman_facepalming:"🤦‍♀️",woman_factory_worker:"👩‍🏭",woman_farmer:"👩‍🌾",woman_firefighter:"👩‍🚒",woman_health_worker:"👩‍⚕️",woman_judge:"👩‍⚖️",woman_juggling:"🤹‍♀️",woman_mechanic:"👩‍🔧",woman_office_worker:"👩‍💼",woman_pilot:"👩‍✈️",woman_playing_handball:"🤾‍♀️",woman_playing_water_polo:"🤽‍♀️",woman_scientist:"👩‍🔬",woman_shrugging:"🤷‍♀️",woman_singer:"👩‍🎤",woman_student:"👩‍🎓",woman_teacher:"👩‍🏫",woman_technologist:"👩‍💻",woman_with_turban:"👳‍♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼‍♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:':octocat:',showdown:"S"},a.Converter=function(e){"use strict";var t={},n=[],r=[],o={},i=c,p={parsed:{},raw:"",format:""};function m(e,t){if(t=t||null,a.helper.isString(e)){if(t=e=a.helper.stdExtName(e),a.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,t){"function"==typeof e&&(e=e(new a.Converter));a.helper.isArray(e)||(e=[e]);var o=d(e,t);if(!o.valid)throw Error(o.error);for(var i=0;i[ \t]+¨NBSP;<"),!t){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");t=window.document}var n=t.createElement("div");n.innerHTML=e;var r={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],r=0;r'}else n.push(t[r].innerHTML),t[r].innerHTML="",t[r].setAttribute("prenum",r.toString());return n}(n)};!function e(t){for(var n=0;n? ?(['"].*['"])?\)$/m)>-1)i="";else if(!i){if(o||(o=r.toLowerCase().replace(/ ?\n/g," ")),i="#"+o,a.helper.isUndefined(n.gUrls[o]))return e;i=n.gUrls[o],a.helper.isUndefined(n.gTitles[o])||(c=n.gTitles[o])}var u='"};return e=(e=(e=(e=(e=n.converter._dispatch("anchors.before",e,t,n)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[([^\[\]]+)]()()()()()/g,r),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,n,r,o,i){if("\\"===r)return n+o;if(!a.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var s=t.ghMentionsLink.replace(/\{u}/g,i),l="";return t.openLinksInNewWindow&&(l=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'"+o+""}))),e=n.converter._dispatch("anchors.after",e,t,n)}));var f=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,h=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,g=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,b=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,v=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,y=function(e){"use strict";return function(t,n,r,o,i,s,l){var c=r=r.replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback),u="",d="",p=n||"",m=l||"";return/^www\./i.test(r)&&(r=r.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&s&&(u=s),e.openLinksInNewWindow&&(d=' rel="noopener noreferrer" target="¨E95Eblank"'),p+'"+c+""+u+m}},_=function(e,t){"use strict";return function(n,r,o){var i="mailto:";return r=r||"",o=a.subParser("unescapeSpecialChars")(o,e,t),e.encodeEmails?(i=a.helper.encodeEmailAddress(i+o),o=a.helper.encodeEmailAddress(o)):i+=o,r+''+o+""}};a.subParser("autoLinks",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("autoLinks.before",e,t,n)).replace(g,y(t))).replace(v,_(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)})),a.subParser("simplifiedAutoLinks",(function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=(e=t.excludeTrailingPunctuationFromURLs?e.replace(h,y(t)):e.replace(f,y(t))).replace(b,_(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e})),a.subParser("blockGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=a.subParser("blockQuotes")(e,t,n),e=a.subParser("headers")(e,t,n),e=a.subParser("horizontalRule")(e,t,n),e=a.subParser("lists")(e,t,n),e=a.subParser("codeBlocks")(e,t,n),e=a.subParser("tables")(e,t,n),e=a.subParser("hashHTMLBlocks")(e,t,n),e=a.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)})),a.subParser("blockQuotes",(function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var r=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(r=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(r,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=a.subParser("githubCodeBlocks")(e,t,n),e=(e=(e=a.subParser("blockGamut")(e,t,n)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*
[^\r]+?<\/pre>)/gm,(function(e,t){var n=t;return n=(n=n.replace(/^  /gm,"¨0")).replace(/¨0/g,"")})),a.subParser("hashBlock")("
\n"+e+"\n
",t,n)})),e=n.converter._dispatch("blockQuotes.after",e,t,n)})),a.subParser("codeBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("codeBlocks.before",e,t,n);return e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,r,o){var i=r,s=o,l="\n";return i=a.subParser("outdent")(i,t,n),i=a.subParser("encodeCode")(i,t,n),i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(l=""),i="
"+i+l+"
",a.subParser("hashBlock")(i,t,n)+s}))).replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)})),a.subParser("codeSpans",(function(e,t,n){"use strict";return void 0===(e=n.converter._dispatch("codeSpans.before",e,t,n))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,r,o,i){var s=i;return s=(s=s.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),s=r+""+(s=a.subParser("encodeCode")(s,t,n))+"",s=a.subParser("hashHTMLSpans")(s,t,n)})),e=n.converter._dispatch("codeSpans.after",e,t,n)})),a.subParser("completeHTMLDocument",(function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var r="html",o="\n",a="",i='\n',s="",l="";for(var c in void 0!==n.metadata.parsed.doctype&&(o="\n","html"!==(r=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(i='')),n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(c))switch(c.toLowerCase()){case"doctype":break;case"title":a=""+n.metadata.parsed.title+"\n";break;case"charset":i="html"===r||"html5"===r?'\n':'\n';break;case"language":case"lang":s=' lang="'+n.metadata.parsed[c]+'"',l+='\n';break;default:l+='\n'}return e=o+"\n\n"+a+i+l+"\n\n"+e.trim()+"\n\n",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)})),a.subParser("detab",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=(e=n.converter._dispatch("detab.before",e,t,n)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,t){for(var n=t,r=4-n.length%4,o=0;o/g,">"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)})),a.subParser("encodeBackslashEscapes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n)).replace(/\\(\\)/g,a.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)})),a.subParser("encodeCode",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("encodeCode.before",e,t,n)).replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)})),a.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)}))).replace(/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)})),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)})),a.subParser("githubCodeBlocks",(function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,r,o,i){var s=t.omitExtraWLInCodeBlocks?"":"\n";return i=a.subParser("encodeCode")(i,t,n),i="
"+(i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+s+"
",i=a.subParser("hashBlock")(i,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"}))).replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e})),a.subParser("hashBlock",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("hashBlock.before",e,t,n)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)})),a.subParser("hashCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashCodeTags.before",e,t,n);return e=a.helper.replaceRecursiveRegExp(e,(function(e,r,o,i){var s=o+a.subParser("encodeCode")(r,t,n)+i;return"¨C"+(n.gHtmlSpans.push(s)-1)+"C"}),"]*>","","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)})),a.subParser("hashElement",(function(e,t,n){"use strict";return function(e,t){var r=t;return r=(r=(r=r.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),r="\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"}})),a.subParser("hashHTMLBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var r=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],o=function(e,t,r,o){var a=e;return-1!==r.search(/\bmarkdown\b/)&&(a=r+n.converter.makeHtml(t)+o),"\n\n¨K"+(n.gHtmlBlocks.push(a)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,t){return"<"+t+">"})));for(var i=0;i]*>)","im"),c="<"+r[i]+"\\b[^>]*>",u="";-1!==(s=a.helper.regexIndexOf(e,l));){var d=a.helper.splitAtIndex(e,s),p=a.helper.replaceRecursiveRegExp(d[1],o,c,u,"im");if(p===d[1])break;e=d[0].concat(p)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=(e=a.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)})),a.subParser("hashHTMLSpans",(function(e,t,n){"use strict";function r(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=n.converter._dispatch("hashHTMLSpans.before",e,t,n)).replace(/<[^>]+?\/>/gi,(function(e){return r(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<[^>]+?>/gi,(function(e){return r(e)})),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)})),a.subParser("unhashHTMLSpans",(function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var r=0;r]*>\\s*]*>","^ {0,3}\\s*
","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)})),a.subParser("headers",(function(e,t,n){"use strict";e=n.converter._dispatch("headers.before",e,t,n);var r=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),o=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,i=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;e=(e=e.replace(o,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),s=t.noHeaderId?"":' id="'+l(o)+'"',c=""+i+"";return a.subParser("hashBlock")(c,t,n)}))).replace(i,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),s=t.noHeaderId?"":' id="'+l(o)+'"',c=r+1,u=""+i+"";return a.subParser("hashBlock")(u,t,n)}));var s=t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;function l(e){var r,o;if(t.customizedHeaderId){var i=e.match(/\{([^{]+?)}\s*$/);i&&i[1]&&(e=i[1])}return r=e,o=a.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(r=o+r),r=t.ghCompatibleHeaderId?r.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?r.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():r.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(r=o+r),n.hashLinkCounts[r]?r=r+"-"+n.hashLinkCounts[r]++:n.hashLinkCounts[r]=1,r}return e=e.replace(s,(function(e,o,i){var s=i;t.customizedHeaderId&&(s=i.replace(/\s?\{([^{]+?)}\s*$/,""));var c=a.subParser("spanGamut")(s,t,n),u=t.noHeaderId?"":' id="'+l(i)+'"',d=r-1+o.length,p=""+c+"";return a.subParser("hashBlock")(p,t,n)})),e=n.converter._dispatch("headers.after",e,t,n)})),a.subParser("horizontalRule",(function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var r=a.subParser("hashBlock")("
",t,n);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,r),e=n.converter._dispatch("horizontalRule.after",e,t,n)})),a.subParser("images",(function(e,t,n){"use strict";function r(e,t,r,o,i,s,l,c){var u=n.gUrls,d=n.gTitles,p=n.gDimensions;if(r=r.toLowerCase(),c||(c=""),e.search(/\(? ?(['"].*['"])?\)$/m)>-1)o="";else if(""===o||null===o){if(""!==r&&null!==r||(r=t.toLowerCase().replace(/ ?\n/g," ")),o="#"+r,a.helper.isUndefined(u[r]))return e;o=u[r],a.helper.isUndefined(d[r])||(c=d[r]),a.helper.isUndefined(p[r])||(i=p[r].width,s=p[r].height)}t=t.replace(/"/g,""").replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback);var m=''+t+'"}return e=(e=(e=(e=(e=(e=n.converter._dispatch("images.before",e,t,n)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,t,n,o,a,i,s,l){return r(e,t,n,o=o.replace(/\s/g,""),a,i,s,l)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,r)).replace(/!\[([^\[\]]+)]()()()()()/g,r),e=n.converter._dispatch("images.after",e,t,n)})),a.subParser("italicsAndBold",(function(e,t,n){"use strict";function r(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),e=t.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return r(t,"","")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return r(t,"","")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,t){return r(t,"","")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=t.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)})),a.subParser("lists",(function(e,t,n){"use strict";function r(e,r){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,i=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return t.disableForced4SpacesIndentedSublists&&(o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(o,(function(e,r,o,s,l,c,u){u=u&&""!==u.trim();var d=a.subParser("outdent")(l,t,n),p="";return c&&t.tasklists&&(p=' class="task-list-item" style="list-style-type: none;"',d=d.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='-1?(d=a.subParser("githubCodeBlocks")(d,t,n),d=a.subParser("blockGamut")(d,t,n)):(d=(d=a.subParser("lists")(d,t,n)).replace(/\n$/,""),d=(d=a.subParser("hashHTMLBlocks")(d,t,n)).replace(/\n\n+/g,"\n\n"),d=i?a.subParser("paragraphs")(d,t,n):a.subParser("spanGamut")(d,t,n)),d=""+(d=d.replace("¨A",""))+"\n"}))).replace(/¨0/g,""),n.gListLevel--,r&&(e=e.replace(/\s+$/,"")),e}function o(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function i(e,n,a){var i=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,s=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,l="ul"===n?i:s,c="";if(-1!==e.search(l))!function t(u){var d=u.search(l),p=o(e,n);-1!==d?(c+="\n\n<"+n+p+">\n"+r(u.slice(0,d),!!a)+"\n",l="ul"===(n="ul"===n?"ol":"ul")?i:s,t(u.slice(d))):c+="\n\n<"+n+p+">\n"+r(u,!!a)+"\n"}(e);else{var u=o(e,n);c="\n\n<"+n+u+">\n"+r(e,!!a)+"\n"}return c}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=(e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n){return i(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n,r){return i(n,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)})),a.subParser("metadata",(function(e,t,n){"use strict";if(!t.metadata)return e;function r(e){n.metadata.raw=e,(e=(e=e.replace(/&/g,"&").replace(/"/g,""")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,t,r){return n.metadata.parsed[t]=r,""}))}return e=(e=(e=(e=n.converter._dispatch("metadata.before",e,t,n)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,t,n){return r(n),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,t,o){return t&&(n.metadata.format=t),r(o),"¨M"}))).replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)})),a.subParser("outdent",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("outdent.before",e,t,n)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)})),a.subParser("paragraphs",(function(e,t,n){"use strict";for(var r=(e=(e=(e=n.converter._dispatch("paragraphs.before",e,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),o=[],i=r.length,s=0;s=0?o.push(l):l.search(/\S/)>=0&&(l=(l=a.subParser("spanGamut")(l,t,n)).replace(/^([ \t]*)/g,"

"),l+="

",o.push(l))}for(i=o.length,s=0;s]*>\s*]*>/.test(u)&&(d=!0)}o[s]=u}return e=(e=(e=o.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)})),a.subParser("runExtension",(function(e,t,n,r){"use strict";if(e.filter)t=e.filter(t,r.converter,n);else if(e.regex){var o=e.regex;o instanceof RegExp||(o=new RegExp(o,"g")),t=t.replace(o,e.replace)}return t})),a.subParser("spanGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=a.subParser("codeSpans")(e,t,n),e=a.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=a.subParser("encodeBackslashEscapes")(e,t,n),e=a.subParser("images")(e,t,n),e=a.subParser("anchors")(e,t,n),e=a.subParser("autoLinks")(e,t,n),e=a.subParser("simplifiedAutoLinks")(e,t,n),e=a.subParser("emoji")(e,t,n),e=a.subParser("underline")(e,t,n),e=a.subParser("italicsAndBold")(e,t,n),e=a.subParser("strikethrough")(e,t,n),e=a.subParser("ellipsis")(e,t,n),e=a.subParser("hashHTMLSpans")(e,t,n),e=a.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"
\n")):e=e.replace(/ +\n/g,"
\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)})),a.subParser("strikethrough",(function(e,t,n){"use strict";return t.strikethrough&&(e=(e=n.converter._dispatch("strikethrough.before",e,t,n)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,r){return function(e){return t.simplifiedAutoLink&&(e=a.subParser("simplifiedAutoLinks")(e,t,n)),""+e+""}(r)})),e=n.converter._dispatch("strikethrough.after",e,t,n)),e})),a.subParser("stripLinkDefinitions",(function(e,t,n){"use strict";var r=function(e,r,o,i,s,l,c){return r=r.toLowerCase(),o.match(/^data:.+?\/.+?;base64,/)?n.gUrls[r]=o.replace(/\s/g,""):n.gUrls[r]=a.subParser("encodeAmpsAndAngles")(o,t,n),l?l+c:(c&&(n.gTitles[r]=c.replace(/"|'/g,""")),t.parseImgDimensions&&i&&s&&(n.gDimensions[r]={width:i,height:s}),"")};return e=(e=(e=(e+="¨0").replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm,r)).replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,r)).replace(/¨0/,"")})),a.subParser("tables",(function(e,t,n){"use strict";if(!t.tables)return e;function r(e,r){return""+a.subParser("spanGamut")(e,t,n)+"\n"}function o(e){var o,i=e.split("\n");for(o=0;o"+(l=a.subParser("spanGamut")(l,t,n))+"\n"));for(o=0;o\n\n\n",o=0;o\n";for(var a=0;a\n"}return n+"\n\n"}(f,g)}return e=(e=(e=(e=n.converter._dispatch("tables.before",e,t,n)).replace(/\\(\|)/g,a.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,o)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,o),e=n.converter._dispatch("tables.after",e,t,n)})),a.subParser("underline",(function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),e=(e=t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return""+t+""}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return""+t+""})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/(_)/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e})),a.subParser("unescapeSpecialChars",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n)).replace(/¨E(\d+)E/g,(function(e,t){var n=parseInt(t);return String.fromCharCode(n)})),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)})),a.subParser("makeMarkdown.blockquote",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,o=r.length,i=0;i ")})),a.subParser("makeMarkdown.codeBlock",(function(e,t){"use strict";var n=e.getAttribute("language"),r=e.getAttribute("precodenum");return"```"+n+"\n"+t.preList[r]+"\n```"})),a.subParser("makeMarkdown.codeSpan",(function(e){"use strict";return"`"+e.innerHTML+"`"})),a.subParser("makeMarkdown.emphasis",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var r=e.childNodes,o=r.length,i=0;i",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t})),a.subParser("makeMarkdown.links",(function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var r=e.childNodes,o=r.length;n="[";for(var i=0;i",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n})),a.subParser("makeMarkdown.list",(function(e,t,n){"use strict";var r="";if(!e.hasChildNodes())return"";for(var o=e.childNodes,i=o.length,s=e.getAttribute("start")||1,l=0;l"+t.preList[n]+""})),a.subParser("makeMarkdown.strikethrough",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var r=e.childNodes,o=r.length,i=0;itr>th"),l=e.querySelectorAll("tbody>tr");for(n=0;nf&&(f=h)}for(n=0;n/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")}));void 0===(r=function(){"use strict";return a}.call(t,n,t,e))||(e.exports=r)}).call(this)},8975:(e,t,n)=>{var r;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(e){return s(c(e),arguments)}function i(e,t){return a.apply(null,[e].concat(t||[]))}function s(e,t){var n,r,i,s,l,c,u,d,p,m=1,f=e.length,h="";for(r=0;r=0),s.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,s.width?parseInt(s.width):0);break;case"e":n=s.precision?parseFloat(n).toExponential(s.precision):parseFloat(n).toExponential();break;case"f":n=s.precision?parseFloat(n).toFixed(s.precision):parseFloat(n);break;case"g":n=s.precision?String(Number(n.toPrecision(s.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=String(!!n),n=s.precision?n.substring(0,s.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=s.precision?n.substring(0,s.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=s.precision?n.substring(0,s.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase()}o.json.test(s.type)?h+=n:(!o.number.test(s.type)||d&&!s.sign?p="":(p=d?"+":"-",n=n.toString().replace(o.sign,"")),c=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",u=s.width-(p+n).length,l=s.width&&u>0?c.repeat(u):"",h+=s.align?p+n+l:"0"===c?p+l+n:l+p+n)}return h}var l=Object.create(null);function c(e){if(l[e])return l[e];for(var t,n=e,r=[],a=0;n;){if(null!==(t=o.text.exec(n)))r.push(t[0]);else if(null!==(t=o.modulo.exec(n)))r.push("%");else{if(null===(t=o.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){a|=1;var i=[],s=t[2],c=[];if(null===(c=o.key.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(i.push(c[1]);""!==(s=s.substring(c[0].length));)if(null!==(c=o.key_access.exec(s)))i.push(c[1]);else{if(null===(c=o.index_access.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");i.push(c[1])}t[2]=i}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}n=n.substring(t[0].length)}return l[e]=r}t.sprintf=a,t.vsprintf=i,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=i,void 0===(r=function(){return{sprintf:a,vsprintf:i}}.call(t,n,t,e))||(e.exports=r))}()},3692:e=>{var t=e.exports=function(e){return new n(e)};function n(e){this.value=e}function r(e,t,n){var r=[],i=[],u=!0;return function e(d){var p=n?o(d):d,m={},f=!0,h={node:p,node_:d,path:[].concat(r),parent:i[i.length-1],parents:i,key:r.slice(-1)[0],isRoot:0===r.length,level:r.length,circular:null,update:function(e,t){h.isRoot||(h.parent.node[h.key]=e),h.node=e,t&&(f=!1)},delete:function(e){delete h.parent.node[h.key],e&&(f=!1)},remove:function(e){s(h.parent.node)?h.parent.node.splice(h.key,1):delete h.parent.node[h.key],e&&(f=!1)},keys:null,before:function(e){m.before=e},after:function(e){m.after=e},pre:function(e){m.pre=e},post:function(e){m.post=e},stop:function(){u=!1},block:function(){f=!1}};if(!u)return h;function g(){if("object"==typeof h.node&&null!==h.node){h.keys&&h.node_===h.node||(h.keys=a(h.node)),h.isLeaf=0==h.keys.length;for(var e=0;e{e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,r;for(e="return {",t=0;t{"use strict";e.exports=React},4654:()=>{},7912:(e,t,n)=>{"use strict";var r=n(210)("%Array%"),o=!r.isArray&&n(1924)("Object.prototype.toString");e.exports=r.isArray||function(e){return"[object Array]"===o(e)}},1525:(e,t,n)=>{"use strict";var r=n(210),o=r("%Array.prototype%"),a=r("%RangeError%"),i=r("%SyntaxError%"),s=r("%TypeError%"),l=n(7312),c=Math.pow(2,32)-1,u=r("%Object.setPrototypeOf%",!0)||([].__proto__!==o?null:function(e,t){return e.__proto__=t,e});e.exports=function(e){if(!l(e)||e<0)throw new s("Assertion failed: `length` must be an integer Number >= 0");if(e>c)throw new a("length is greater than (2**32 - 1)");var t=arguments.length>1?arguments[1]:o,n=[];if(t!==o){if(!u)throw new i("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");u(n,t)}return 0!==e&&(n.length=e),n}},9572:(e,t,n)=>{"use strict";var r=n(210),o=r("%Symbol.species%",!0),a=r("%TypeError%"),i=n(1525),s=n(1391),l=n(6975),c=n(1974),u=n(7312),d=n(3633);e.exports=function(e,t){if(!u(t)||t<0)throw new a("Assertion failed: length must be an integer >= 0");if(!l(e))return i(t);var n=s(e,"constructor");if(o&&"Object"===d(n)&&null===(n=s(n,o))&&(n=void 0),void 0===n)return i(t);if(!c(n))throw new a("C must be a constructor");return new n(t)}},581:(e,t,n)=>{"use strict";var r=n(210),o=n(1924),a=r("%TypeError%"),i=n(6975),s=r("%Reflect.apply%",!0)||o("%Function.prototype.apply%");e.exports=function(e,t){var n=arguments.length>2?arguments[2]:[];if(!i(n))throw new a("Assertion failed: optional `argumentsList`, if provided, must be a List");return s(e,t,n)}},4210:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(3682),a=n(8334),i=n(697),s=n(3746),l=n(4914),c=n(4305),u=n(484),d=n(3633);e.exports=function(e,t,n){if("Object"!==d(e))throw new r("Assertion failed: Type(O) is not Object");if(!c(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var p=i(e,t),m=!p||l(e);return!(p&&(!p["[[Writable]]"]||!p["[[Configurable]]"])||!m)&&o(s,u,a,e,t,{"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0})}},6993:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(4210),a=n(4305),i=n(3633);e.exports=function(e,t,n){if("Object"!==i(e))throw new r("Assertion failed: Type(O) is not Object");if(!a(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var s=o(e,t,n);if(!s)throw new r("unable to create data property");return s}},3950:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(2435),a=n(3682),i=n(8334),s=n(9527),l=n(3746),c=n(4305),u=n(484),d=n(9916),p=n(3633);e.exports=function(e,t,n){if("Object"!==p(e))throw new r("Assertion failed: Type(O) is not Object");if(!c(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var m=o({Type:p,IsDataDescriptor:l,IsAccessorDescriptor:s},n)?n:d(n);if(!o({Type:p,IsDataDescriptor:l,IsAccessorDescriptor:s},m))throw new r("Assertion failed: Desc is not a valid Property Descriptor");return a(l,u,i,e,t,m)}},3069:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(1645),a=n(581),i=n(6993),s=n(1391),l=n(4458),c=n(6975),u=n(6353),d=n(6846);e.exports=function e(t,n,p,m,f){var h;arguments.length>5&&(h=arguments[5]);for(var g=m,b=0;b0&&(M=c(_)),M){var k=u(_);g=e(t,_,k,g,f-1)}else{if(g>=o)throw new r("index too large");i(t,d(g),_),g+=1}}b+=1}return g}},8334:(e,t,n)=>{"use strict";var r=n(2188),o=n(3633);e.exports=function(e){if(void 0===e)return e;r(o,"Property Descriptor","Desc",e);var t={};return"[[Value]]"in e&&(t.value=e["[[Value]]"]),"[[Writable]]"in e&&(t.writable=e["[[Writable]]"]),"[[Get]]"in e&&(t.get=e["[[Get]]"]),"[[Set]]"in e&&(t.set=e["[[Set]]"]),"[[Enumerable]]"in e&&(t.enumerable=e["[[Enumerable]]"]),"[[Configurable]]"in e&&(t.configurable=e["[[Configurable]]"]),t}},1391:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(631),a=n(4305),i=n(3633);e.exports=function(e,t){if("Object"!==i(e))throw new r("Assertion failed: Type(O) is not Object");if(!a(t))throw new r("Assertion failed: IsPropertyKey(P) is not true, got "+o(t));return e[t]}},4458:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(4305),a=n(3633);e.exports=function(e,t){if("Object"!==a(e))throw new r("Assertion failed: `O` must be an Object");if(!o(t))throw new r("Assertion failed: `P` must be a Property Key");return t in e}},9527:(e,t,n)=>{"use strict";var r=n(7642),o=n(2188),a=n(3633);e.exports=function(e){return void 0!==e&&(o(a,"Property Descriptor","Desc",e),!(!r(e,"[[Get]]")&&!r(e,"[[Set]]")))}},6975:(e,t,n)=>{"use strict";var r=n(210)("%Array%"),o=!r.isArray&&n(1924)("Object.prototype.toString");e.exports=r.isArray||function(e){return"[object Array]"===o(e)}},1787:(e,t,n)=>{"use strict";e.exports=n(5320)},1974:(e,t,n)=>{"use strict";var r=n(4445)("%Reflect.construct%",!0),o=n(3950);try{o({},"",{"[[Get]]":function(){}})}catch(e){o=null}if(o&&r){var a={},i={};o(i,"length",{"[[Get]]":function(){throw a},"[[Enumerable]]":!0}),e.exports=function(e){try{r(e,i)}catch(e){return e===a}}}else e.exports=function(e){return"function"==typeof e&&!!e.prototype}},3746:(e,t,n)=>{"use strict";var r=n(7642),o=n(2188),a=n(3633);e.exports=function(e){return void 0!==e&&(o(a,"Property Descriptor","Desc",e),!(!r(e,"[[Value]]")&&!r(e,"[[Writable]]")))}},4914:(e,t,n)=>{"use strict";var r=n(210)("%Object%"),o=n(4790),a=r.preventExtensions,i=r.isExtensible;e.exports=a?function(e){return!o(e)&&i(e)}:function(e){return!o(e)}},7312:(e,t,n)=>{"use strict";var r=n(4908),o=n(375),a=n(3633),i=n(9086),s=n(2633);e.exports=function(e){if("Number"!==a(e)||i(e)||!s(e))return!1;var t=r(e);return o(t)===t}},4305:e=>{"use strict";e.exports=function(e){return"string"==typeof e||"symbol"==typeof e}},840:(e,t,n)=>{"use strict";var r=n(210)("%Symbol.match%",!0),o=n(8420),a=n(9731);e.exports=function(e){if(!e||"object"!=typeof e)return!1;if(r){var t=e[r];if(void 0!==t)return a(t)}return o(e)}},6353:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(1391),a=n(8305),i=n(3633);e.exports=function(e){if("Object"!==i(e))throw new r("Assertion failed: `obj` must be an Object");return a(o(e,"length"))}},697:(e,t,n)=>{"use strict";var r=n(210),o=n(882),a=r("%TypeError%"),i=n(1924)("Object.prototype.propertyIsEnumerable"),s=n(7642),l=n(6975),c=n(4305),u=n(840),d=n(9916),p=n(3633);e.exports=function(e,t){if("Object"!==p(e))throw new a("Assertion failed: O must be an Object");if(!c(t))throw new a("Assertion failed: P must be a Property Key");if(s(e,t)){if(!o){var n=l(e)&&"length"===t,r=u(e)&&"lastIndex"===t;return{"[[Configurable]]":!(n||r),"[[Enumerable]]":i(e,t),"[[Value]]":e[t],"[[Writable]]":!0}}return d(o(e,t))}}},9619:(e,t,n)=>{"use strict";e.exports=n(4559)},484:(e,t,n)=>{"use strict";var r=n(9086);e.exports=function(e,t){return e===t?0!==e||1/e==1/t:r(e)&&r(t)}},9731:e=>{"use strict";e.exports=function(e){return!!e}},751:(e,t,n)=>{"use strict";var r=n(775),o=n(5631);e.exports=function(e){var t=o(e);return 0!==t&&(t=r(t)),0===t?0:t}},8305:(e,t,n)=>{"use strict";var r=n(1645),o=n(751);e.exports=function(e){var t=o(e);return t<=0?0:t>r?r:t}},5631:(e,t,n)=>{"use strict";var r=n(210),o=r("%TypeError%"),a=r("%Number%"),i=r("%RegExp%"),s=r("%parseInt%"),l=n(1924),c=n(823),u=n(4790),d=l("String.prototype.slice"),p=c(/^0b[01]+$/i),m=c(/^0o[0-7]+$/i),f=c(/^[-+]0x[0-9a-f]+$/i),h=c(new i("["+["…","​","￾"].join("")+"]","g")),g=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),b=new RegExp("(^["+g+"]+)|(["+g+"]+$)","g"),v=l("String.prototype.replace"),y=n(4607);e.exports=function e(t){var n=u(t)?t:y(t,a);if("symbol"==typeof n)throw new o("Cannot convert a Symbol value to a number");if("bigint"==typeof n)throw new o("Conversion from 'BigInt' to 'number' is not allowed.");if("string"==typeof n){if(p(n))return e(s(d(n,2),2));if(m(n))return e(s(d(n,2),8));if(h(n)||f(n))return NaN;var r=function(e){return v(e,b,"")}(n);if(r!==n)return e(r)}return a(n)}},821:(e,t,n)=>{"use strict";var r=n(210)("%Object%"),o=n(9619);e.exports=function(e){return o(e),r(e)}},4607:(e,t,n)=>{"use strict";var r=n(1503);e.exports=function(e){return arguments.length>1?r(e,arguments[1]):r(e)}},9916:(e,t,n)=>{"use strict";var r=n(7642),o=n(210)("%TypeError%"),a=n(3633),i=n(9731),s=n(1787);e.exports=function(e){if("Object"!==a(e))throw new o("ToPropertyDescriptor requires an object");var t={};if(r(e,"enumerable")&&(t["[[Enumerable]]"]=i(e.enumerable)),r(e,"configurable")&&(t["[[Configurable]]"]=i(e.configurable)),r(e,"value")&&(t["[[Value]]"]=e.value),r(e,"writable")&&(t["[[Writable]]"]=i(e.writable)),r(e,"get")){var n=e.get;if(void 0!==n&&!s(n))throw new o("getter must be a function");t["[[Get]]"]=n}if(r(e,"set")){var l=e.set;if(void 0!==l&&!s(l))throw new o("setter must be a function");t["[[Set]]"]=l}if((r(t,"[[Get]]")||r(t,"[[Set]]"))&&(r(t,"[[Value]]")||r(t,"[[Writable]]")))throw new o("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}},6846:(e,t,n)=>{"use strict";var r=n(210),o=r("%String%"),a=r("%TypeError%");e.exports=function(e){if("symbol"==typeof e)throw new a("Cannot convert a Symbol value to a string");return o(e)}},3633:(e,t,n)=>{"use strict";var r=n(3951);e.exports=function(e){return"symbol"==typeof e?"Symbol":"bigint"==typeof e?"BigInt":r(e)}},4908:(e,t,n)=>{"use strict";var r=n(210)("%Math.abs%");e.exports=function(e){return r(e)}},375:e=>{"use strict";var t=Math.floor;e.exports=function(e){return t(e)}},4559:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%");e.exports=function(e,t){if(null==e)throw new r(t||"Cannot call method on "+e);return e}},775:(e,t,n)=>{"use strict";var r=n(7890),o=n(2748),a=n(7709),i=n(9086),s=n(2633),l=n(8111);e.exports=function(e){var t=a(e);return i(t)?0:0!==t&&s(t)?l(t)*o(r(t)):t}},7709:(e,t,n)=>{"use strict";var r=n(1950);e.exports=function(e){var t=r(e,Number);if("string"!=typeof t)return+t;var n=t.replace(/^[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+|[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+$/g,"");return/^0[ob]|^[+-]0x/.test(n)?NaN:+n}},1950:(e,t,n)=>{"use strict";e.exports=n(2116)},3951:e=>{"use strict";e.exports=function(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":void 0}},7890:(e,t,n)=>{"use strict";var r=n(210)("%Math.abs%");e.exports=function(e){return r(e)}},2748:e=>{"use strict";var t=Math.floor;e.exports=function(e){return t(e)}},4445:(e,t,n)=>{"use strict";e.exports=n(210)},3682:(e,t,n)=>{"use strict";var r=n(210)("%Object.defineProperty%",!0);if(r)try{r({},"a",{value:1})}catch(e){r=null}var o=Object.defineProperty&&0===Object.defineProperty([],"length",{value:1}).length,a=o&&n(7912),i=n(1924)("Object.prototype.propertyIsEnumerable");e.exports=function(e,t,n,s,l,c){if(!r){if(!e(c))return!1;if(!c["[[Configurable]]"]||!c["[[Writable]]"])return!1;if(l in s&&i(s,l)!==!!c["[[Enumerable]]"])return!1;var u=c["[[Value]]"];return s[l]=u,t(s[l],u)}return o&&"length"===l&&"[[Value]]"in c&&a(s)&&s.length!==c["[[Value]]"]?(s.length=c["[[Value]]"],s.length===c["[[Value]]"]):(r(s,l,n(c)),!0)}},2188:(e,t,n)=>{"use strict";var r=n(210),o=r("%TypeError%"),a=r("%SyntaxError%"),i=n(7642),s={"Property Descriptor":function(e,t){if("Object"!==e(t))return!1;var n={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in t)if(i(t,r)&&!n[r])return!1;var a=i(t,"[[Value]]"),s=i(t,"[[Get]]")||i(t,"[[Set]]");if(a&&s)throw new o("Property Descriptors may not be both accessor and data descriptors");return!0}};e.exports=function(e,t,n,r){var i=s[t];if("function"!=typeof i)throw new a("unknown record type: "+t);if(!i(e,r))throw new o(n+" must be a "+t)}},882:(e,t,n)=>{"use strict";var r=n(210)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(e){r=null}e.exports=r},2633:e=>{"use strict";var t=Number.isNaN||function(e){return e!=e};e.exports=Number.isFinite||function(e){return"number"==typeof e&&!t(e)&&e!==1/0&&e!==-1/0}},9086:e=>{"use strict";e.exports=Number.isNaN||function(e){return e!=e}},4790:e=>{"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},2435:(e,t,n)=>{"use strict";var r=n(210),o=n(7642),a=r("%TypeError%");e.exports=function(e,t){if("Object"!==e.Type(t))return!1;var n={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in t)if(o(t,r)&&!n[r])return!1;if(e.IsDataDescriptor(t)&&e.IsAccessorDescriptor(t))throw new a("Property Descriptors may not be both accessor and data descriptors");return!0}},1645:(e,t,n)=>{"use strict";var r=n(210),o=r("%Math%"),a=r("%Number%");e.exports=a.MAX_SAFE_INTEGER||o.pow(2,53)-1},823:(e,t,n)=>{"use strict";var r=n(210)("RegExp.prototype.test"),o=n(5559);e.exports=function(e){return o(r,e)}},8111:e=>{"use strict";e.exports=function(e){return e>=0?1:-1}},1128:e=>{"use strict";e.exports=JSON.parse('{"version":"2021e","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212132121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|+10|-a0|0||25e4","Antarctica/Macquarie|AEST AEDT -00|-a0 -b0 0|010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1C00 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010101010101010|-23uw0 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|BMT BST AST ADT|4j.i 3j.i 40 30|010102323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28p7E.G 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293iJ xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293i0 xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2n5c9.l cFX9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|0123232323232323212121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2xorF.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|01212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 4q00 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|LMT -1030 -0930 -10|aD.4 au 9u a0|0123232323232323232323232323|-FSdk.U 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{"use strict";var e={};n.r(e),n.d(e,{getCachedResolvers:()=>tn,getIsResolving:()=>Jt,hasFinishedResolution:()=>Qt,hasStartedResolution:()=>Zt,isResolving:()=>en});var t={};n.r(t),n.d(t,{finishResolution:()=>rn,finishResolutions:()=>an,invalidateResolution:()=>sn,invalidateResolutionForStore:()=>ln,invalidateResolutionForStoreSelector:()=>cn,startResolution:()=>nn,startResolutions:()=>on});var r={};n.r(r),n.d(r,{__experimentalGetUnprocessedBlockTypes:()=>Or,getActiveBlockVariation:()=>Rr,getBlockStyles:()=>Ir,getBlockSupport:()=>Ur,getBlockType:()=>Br,getBlockTypes:()=>Dr,getBlockVariations:()=>Pr,getCategories:()=>Wr,getChildBlockNames:()=>Xr,getCollections:()=>Yr,getDefaultBlockName:()=>jr,getDefaultBlockVariation:()=>Hr,getFreeformFallbackBlockName:()=>qr,getGroupingBlockName:()=>Vr,getUnregisteredFallbackBlockName:()=>Fr,hasBlockSupport:()=>$r,hasChildBlocks:()=>Kr,hasChildBlocksWithInserterSupport:()=>Jr,isMatchingSearchTerm:()=>Gr});var o={};n.r(o),n.d(o,{__experimentalReapplyBlockTypeFilters:()=>Ha,__experimentalRegisterBlockType:()=>Ra,addBlockCollection:()=>Ja,addBlockStyles:()=>Ya,addBlockTypes:()=>Pa,addBlockVariations:()=>qa,removeBlockCollection:()=>Za,removeBlockStyles:()=>ja,removeBlockTypes:()=>Wa,removeBlockVariations:()=>Fa,setCategories:()=>Ga,setDefaultBlockName:()=>Va,setFreeformFallbackBlockName:()=>Xa,setGroupingBlockName:()=>$a,setUnregisteredFallbackBlockName:()=>Ua,updateCategory:()=>Ka});var a={};n.r(a),n.d(a,{__experimentalBatch:()=>Bu,__experimentalReceiveCurrentGlobalStylesId:()=>Lu,__experimentalReceiveThemeBaseGlobalStyles:()=>xu,__experimentalSaveSpecifiedEntityEdits:()=>Pu,__unstableCreateUndoLevel:()=>Ou,addEntities:()=>ku,deleteEntityRecord:()=>Cu,editEntityRecord:()=>Tu,receiveAutosaves:()=>Wu,receiveCurrentTheme:()=>Eu,receiveCurrentUser:()=>Mu,receiveEmbedPreview:()=>Au,receiveEntityRecords:()=>wu,receiveThemeSupports:()=>Su,receiveUploadPermissions:()=>Ru,receiveUserPermission:()=>Hu,receiveUserQuery:()=>_u,redo:()=>Nu,saveEditedEntityRecord:()=>Iu,saveEntityRecord:()=>Du,undo:()=>zu});var i={};n.r(i),n.d(i,{__experimentalGetCurrentGlobalStylesId:()=>Hd,__experimentalGetCurrentThemeBaseGlobalStyles:()=>Kd,__experimentalGetDirtyEntityRecords:()=>kd,__experimentalGetEntitiesBeingSaved:()=>wd,__experimentalGetEntityRecordNoResolver:()=>vd,__experimentalGetTemplateForLink:()=>Gd,canUser:()=>qd,canUserEditEntityRecord:()=>Fd,getAuthors:()=>pd,getAutosave:()=>Xd,getAutosaves:()=>Vd,getCurrentTheme:()=>Rd,getCurrentUser:()=>md,getEditedEntityRecord:()=>Sd,getEmbedPreview:()=>Yd,getEntitiesByKind:()=>hd,getEntity:()=>gd,getEntityRecord:()=>bd,getEntityRecordEdits:()=>Ed,getEntityRecordNonTransientEdits:()=>Ld,getEntityRecords:()=>Md,getLastEntityDeleteError:()=>Nd,getLastEntitySaveError:()=>zd,getRawEntityRecord:()=>yd,getRedoEdit:()=>Bd,getReferenceByDistinctEdits:()=>$d,getThemeSupports:()=>Wd,getUndoEdit:()=>Dd,getUserQueryResults:()=>fd,hasEditsForEntityRecord:()=>xd,hasEntityRecords:()=>_d,hasFetchedAutosaves:()=>Ud,hasRedo:()=>Pd,hasUndo:()=>Id,isAutosavingEntityRecord:()=>Ad,isDeletingEntityRecord:()=>Td,isPreviewEmbedFallback:()=>jd,isRequestingEmbedPreview:()=>dd,isSavingEntityRecord:()=>Cd});var s={};n.r(s),n.d(s,{__experimentalGetCurrentGlobalStylesId:()=>pp,__experimentalGetCurrentThemeBaseGlobalStyles:()=>mp,__experimentalGetTemplateForLink:()=>dp,canUser:()=>sp,canUserEditEntityRecord:()=>lp,getAuthors:()=>Zd,getAutosave:()=>up,getAutosaves:()=>cp,getCurrentTheme:()=>op,getCurrentUser:()=>Qd,getEditedEntityRecord:()=>np,getEmbedPreview:()=>ip,getEntityRecord:()=>ep,getEntityRecords:()=>rp,getRawEntityRecord:()=>tp,getThemeSupports:()=>ap});var l={};n.r(l),n.d(l,{find:()=>Uf});var c={};n.r(c),n.d(c,{find:()=>eh,findNext:()=>nh,findPrevious:()=>th,isTabbableIndex:()=>Gf});var u={};n.r(u),n.d(u,{__experimentalGetActiveBlockIdByBlockNames:()=>$_,__experimentalGetAllowedBlocks:()=>A_,__experimentalGetAllowedPatterns:()=>N_,__experimentalGetBlockListSettingsForBlocks:()=>R_,__experimentalGetDirectInsertBlock:()=>C_,__experimentalGetLastBlockAttributeChanges:()=>Y_,__experimentalGetParsedPattern:()=>T_,__experimentalGetPatternTransformItems:()=>D_,__experimentalGetPatternsByBlockTypes:()=>O_,__experimentalGetReusableBlockTitle:()=>H_,__unstableGetBlockWithoutInnerBlocks:()=>uy,__unstableGetClientIdWithClientIdsTree:()=>py,__unstableGetClientIdsTree:()=>my,__unstableIsLastBlockChangeIgnored:()=>W_,areInnerBlocksControlled:()=>U_,canInsertBlockType:()=>f_,canInsertBlocks:()=>h_,canMoveBlock:()=>v_,canMoveBlocks:()=>y_,canRemoveBlock:()=>g_,canRemoveBlocks:()=>b_,didAutomaticChange:()=>V_,getAdjacentBlockClientId:()=>Ny,getBlock:()=>cy,getBlockAttributes:()=>ly,getBlockCount:()=>vy,getBlockHierarchyRootClientId:()=>Ty,getBlockIndex:()=>Uy,getBlockInsertionPoint:()=>s_,getBlockListSettings:()=>B_,getBlockMode:()=>e_,getBlockName:()=>iy,getBlockOrder:()=>Xy,getBlockParents:()=>Ay,getBlockParentsByBlockName:()=>Cy,getBlockRootClientId:()=>Sy,getBlockSelectionEnd:()=>ky,getBlockSelectionStart:()=>My,getBlockTransformItems:()=>x_,getBlocks:()=>dy,getBlocksByClientId:()=>by,getClientIdsOfDescendants:()=>fy,getClientIdsWithDescendants:()=>hy,getDraggedBlockClientIds:()=>r_,getFirstMultiSelectedBlockClientId:()=>Hy,getGlobalBlockCount:()=>gy,getInserterItems:()=>L_,getLastMultiSelectedBlockClientId:()=>Wy,getLowestCommonAncestorWithSelectedBlock:()=>zy,getMultiSelectedBlockClientIds:()=>Py,getMultiSelectedBlocks:()=>Ry,getMultiSelectedBlocksEndClientId:()=>Vy,getMultiSelectedBlocksStartClientId:()=>Fy,getNextBlockClientId:()=>Dy,getPreviousBlockClientId:()=>Oy,getSelectedBlock:()=>xy,getSelectedBlockClientId:()=>Ly,getSelectedBlockClientIds:()=>Iy,getSelectedBlockCount:()=>wy,getSelectedBlocksInitialCaretPosition:()=>By,getSelectionEnd:()=>_y,getSelectionStart:()=>yy,getSettings:()=>I_,getTemplate:()=>u_,getTemplateLock:()=>d_,hasBlockMovingClientId:()=>F_,hasInserterItems:()=>S_,hasMultiSelection:()=>Jy,hasSelectedBlock:()=>Ey,hasSelectedInnerBlock:()=>Gy,isAncestorBeingDragged:()=>a_,isAncestorMultiSelected:()=>qy,isBlockBeingDragged:()=>o_,isBlockHighlighted:()=>X_,isBlockInsertionPointVisible:()=>l_,isBlockMultiSelected:()=>jy,isBlockSelected:()=>$y,isBlockValid:()=>sy,isBlockWithinSelection:()=>Ky,isCaretWithinFormattedText:()=>i_,isDraggingBlocks:()=>n_,isFirstMultiSelectedBlock:()=>Yy,isLastBlockChangePersistent:()=>P_,isMultiSelecting:()=>Zy,isNavigationMode:()=>q_,isSelectionEnabled:()=>Qy,isTyping:()=>t_,isValidTemplate:()=>c_,wasBlockJustInserted:()=>G_});var d={};n.r(d),n.d(d,{getFormatType:()=>nM,getFormatTypeForBareElement:()=>rM,getFormatTypeForClassName:()=>oM,getFormatTypes:()=>tM});var p={};n.r(p),n.d(p,{addFormatTypes:()=>aM,removeFormatTypes:()=>iM});var m={};n.r(m),n.d(m,{__unstableMarkAutomaticChange:()=>Lw,__unstableMarkLastChangeAsPersistent:()=>ww,__unstableMarkNextChangeAsNotPersistent:()=>Ew,__unstableSaveReusableBlock:()=>kw,clearSelectedBlock:()=>Vk,duplicateBlocks:()=>Aw,enterFormattedText:()=>gw,exitFormattedText:()=>bw,flashBlock:()=>Nw,hideInsertionPoint:()=>ow,insertAfterBlock:()=>Tw,insertBeforeBlock:()=>Cw,insertBlock:()=>tw,insertBlocks:()=>nw,insertDefaultBlock:()=>yw,mergeBlocks:()=>sw,moveBlockToPosition:()=>ew,moveBlocksDown:()=>Jk,moveBlocksToPosition:()=>Qk,moveBlocksUp:()=>Zk,multiSelect:()=>Fk,receiveBlocks:()=>Ik,removeBlock:()=>cw,removeBlocks:()=>lw,replaceBlock:()=>Gk,replaceBlocks:()=>$k,replaceInnerBlocks:()=>uw,resetBlocks:()=>Ok,resetSelection:()=>Bk,selectBlock:()=>Hk,selectNextBlock:()=>Yk,selectPreviousBlock:()=>Wk,selectionChange:()=>vw,setBlockMovingClientId:()=>Sw,setHasControlledInnerBlocks:()=>Ow,setNavigationMode:()=>xw,setTemplateValidity:()=>aw,showInsertionPoint:()=>rw,startDraggingBlocks:()=>fw,startMultiSelect:()=>jk,startTyping:()=>pw,stopDraggingBlocks:()=>hw,stopMultiSelect:()=>qk,stopTyping:()=>mw,synchronizeTemplate:()=>iw,toggleBlockHighlight:()=>zw,toggleBlockMode:()=>dw,toggleSelection:()=>Xk,updateBlock:()=>Rk,updateBlockAttributes:()=>Pk,updateBlockListSettings:()=>_w,updateSettings:()=>Mw,validateBlocksToTemplate:()=>Dk});var f={};n.r(f),n.d(f,{Text:()=>JL,block:()=>ZL,destructive:()=>ex,highlighterText:()=>nx,muted:()=>tx,positive:()=>QL,upperCase:()=>rx});var h={};n.r(h),n.d(h,{registerShortcut:()=>BB,unregisterShortcut:()=>IB});var g={};n.r(g),n.d(g,{getAllShortcutKeyCombinations:()=>FB,getAllShortcutRawKeyCombinations:()=>VB,getCategoryShortcuts:()=>XB,getShortcutAliases:()=>qB,getShortcutDescription:()=>jB,getShortcutKeyCombination:()=>WB,getShortcutRepresentation:()=>YB});var b={};n.r(b),n.d(b,{createErrorNotice:()=>IP,createInfoNotice:()=>BP,createNotice:()=>OP,createSuccessNotice:()=>DP,createWarningNotice:()=>PP,removeNotice:()=>RP});var v={};n.r(v),n.d(v,{getNotices:()=>WP});var y={};n.r(y),n.d(y,{ButtonContentView:()=>g$,LabelPlaceholderView:()=>v$,LabelView:()=>p$,buttonActive:()=>h$,buttonView:()=>f$,labelBlock:()=>m$,medium:()=>y$,separatorActive:()=>b$});var _={};n.r(_),n.d(_,{TooltipContent:()=>$K,TooltipPopoverView:()=>GK,TooltipShortcut:()=>JK,noOutline:()=>KK});var M={};n.r(M),n.d(M,{__experimentalGetDefaultTemplatePartAreas:()=>Wte,__experimentalGetDefaultTemplateType:()=>Yte,__experimentalGetDefaultTemplateTypes:()=>Hte,__experimentalGetTemplateInfo:()=>jte,__unstableIsEditorReady:()=>Pee,canInsertBlockType:()=>Bte,canUserUseUnfilteredHTML:()=>zee,didPostSaveRequestFail:()=>fee,didPostSaveRequestSucceed:()=>mee,getActivePostLock:()=>Tee,getAdjacentBlockClientId:()=>ite,getAutosaveAttribute:()=>eee,getBlock:()=>Vee,getBlockAttributes:()=>Fee,getBlockCount:()=>Jee,getBlockHierarchyRootClientId:()=>ate,getBlockIndex:()=>_te,getBlockInsertionPoint:()=>Tte,getBlockListSettings:()=>Rte,getBlockMode:()=>Ste,getBlockName:()=>jee,getBlockOrder:()=>yte,getBlockRootClientId:()=>ote,getBlockSelectionEnd:()=>Qee,getBlockSelectionStart:()=>Zee,getBlocks:()=>Xee,getBlocksByClientId:()=>Kee,getClientIdsOfDescendants:()=>Uee,getClientIdsWithDescendants:()=>$ee,getCurrentPost:()=>V9,getCurrentPostAttribute:()=>Z9,getCurrentPostId:()=>U9,getCurrentPostLastRevisionId:()=>G9,getCurrentPostRevisionsCount:()=>$9,getCurrentPostType:()=>X9,getEditedPostAttribute:()=>Q9,getEditedPostContent:()=>yee,getEditedPostPreviewLink:()=>bee,getEditedPostSlug:()=>wee,getEditedPostVisibility:()=>tee,getEditorBlocks:()=>Oee,getEditorSelection:()=>Iee,getEditorSelectionEnd:()=>Bee,getEditorSelectionStart:()=>Dee,getEditorSettings:()=>Ree,getFirstMultiSelectedBlockClientId:()=>pte,getGlobalBlockCount:()=>Gee,getInserterItems:()=>Ite,getLastMultiSelectedBlockClientId:()=>mte,getMultiSelectedBlockClientIds:()=>ute,getMultiSelectedBlocks:()=>dte,getMultiSelectedBlocksEndClientId:()=>vte,getMultiSelectedBlocksStartClientId:()=>bte,getNextBlockClientId:()=>lte,getPermalink:()=>kee,getPermalinkParts:()=>Eee,getPostEdits:()=>K9,getPostLockUser:()=>Cee,getPostTypeLabel:()=>qte,getPreviousBlockClientId:()=>ste,getReferenceByDistinctEdits:()=>J9,getSelectedBlock:()=>rte,getSelectedBlockClientId:()=>nte,getSelectedBlockCount:()=>ete,getSelectedBlocksInitialCaretPosition:()=>cte,getStateBeforeOptimisticTransaction:()=>Hee,getSuggestedPostFormat:()=>vee,getTemplate:()=>Ote,getTemplateLock:()=>Dte,hasChangedContent:()=>Y9,hasEditorRedo:()=>H9,hasEditorUndo:()=>R9,hasInserterItems:()=>Pte,hasMultiSelection:()=>Ete,hasNonPostEntityChanges:()=>q9,hasSelectedBlock:()=>tte,hasSelectedInnerBlock:()=>kte,inSomeHistory:()=>Wee,isAncestorMultiSelected:()=>gte,isAutosavingPost:()=>hee,isBlockInsertionPointVisible:()=>zte,isBlockMultiSelected:()=>hte,isBlockSelected:()=>Mte,isBlockValid:()=>qee,isBlockWithinSelection:()=>wte,isCaretWithinFormattedText:()=>Cte,isCleanNewPost:()=>F9,isCurrentPostPending:()=>nee,isCurrentPostPublished:()=>ree,isCurrentPostScheduled:()=>oee,isEditedPostAutosaveable:()=>lee,isEditedPostBeingScheduled:()=>cee,isEditedPostDateFloating:()=>uee,isEditedPostDirty:()=>j9,isEditedPostEmpty:()=>see,isEditedPostNew:()=>W9,isEditedPostPublishable:()=>aee,isEditedPostSaveable:()=>iee,isFirstMultiSelectedBlock:()=>fte,isMultiSelecting:()=>Lte,isPermalinkEditable:()=>Mee,isPostAutosavingLocked:()=>See,isPostLockTakeover:()=>Aee,isPostLocked:()=>Lee,isPostSavingLocked:()=>xee,isPreviewingPost:()=>gee,isPublishSidebarEnabled:()=>Nee,isPublishingPost:()=>_ee,isSavingNonPostEntityChanges:()=>pee,isSavingPost:()=>dee,isSelectionEnabled:()=>xte,isTyping:()=>Ate,isValidTemplate:()=>Nte});var k={};n.r(k),n.d(k,{__experimentalRequestPostUpdateFinish:()=>Kte,__experimentalRequestPostUpdateStart:()=>Gte,__experimentalTearDownEditor:()=>Ute,autosave:()=>rne,clearSelectedBlock:()=>Lne,createUndoLevel:()=>ine,disablePublishSidebar:()=>cne,editPost:()=>Qte,enablePublishSidebar:()=>lne,enterFormattedText:()=>Fne,exitFormattedText:()=>Vne,hideInsertionPoint:()=>Bne,insertBlock:()=>Nne,insertBlocks:()=>One,insertDefaultBlock:()=>Xne,lockPostAutosaving:()=>pne,lockPostSaving:()=>une,mergeBlocks:()=>Rne,moveBlockToPosition:()=>zne,moveBlocksDown:()=>Cne,moveBlocksUp:()=>Tne,multiSelect:()=>Ene,receiveBlocks:()=>vne,redo:()=>one,refreshPost:()=>tne,removeBlock:()=>Wne,removeBlocks:()=>Hne,replaceBlock:()=>Ane,replaceBlocks:()=>Sne,resetBlocks:()=>bne,resetEditorBlocks:()=>fne,resetPost:()=>$te,savePost:()=>ene,selectBlock:()=>Mne,setTemplateValidity:()=>Ine,setupEditor:()=>Xte,setupEditorState:()=>Zte,showInsertionPoint:()=>Dne,startMultiSelect:()=>kne,startTyping:()=>jne,stopMultiSelect:()=>wne,stopTyping:()=>qne,synchronizeTemplate:()=>Pne,toggleBlockMode:()=>Yne,toggleSelection:()=>xne,trashPost:()=>nne,undo:()=>ane,unlockPostAutosaving:()=>mne,unlockPostSaving:()=>dne,updateBlock:()=>yne,updateBlockAttributes:()=>_ne,updateBlockListSettings:()=>Une,updateEditorSettings:()=>hne,updatePost:()=>Jte,updatePostLock:()=>sne});var w={};n.r(w),n.d(w,{metadata:()=>Wre,name:()=>Yre,settings:()=>jre});var E={};n.r(E),n.d(E,{metadata:()=>soe,name:()=>loe,settings:()=>coe});var L={};n.r(L),n.d(L,{metadata:()=>Eoe,name:()=>Loe,settings:()=>xoe});var x={};n.r(x),n.d(x,{metadata:()=>Ioe,name:()=>Poe,settings:()=>Roe});var S={};n.r(S),n.d(S,{metadata:()=>Yoe,name:()=>joe,settings:()=>qoe});var A={};n.r(A),n.d(A,{metadata:()=>Xoe,name:()=>Uoe,settings:()=>$oe});var C={};n.r(C),n.d(C,{metadata:()=>Zoe,name:()=>Qoe,settings:()=>eae});var T={};n.r(T),n.d(T,{metadata:()=>iae,name:()=>sae,settings:()=>lae});var z={};n.r(z),n.d(z,{metadata:()=>mae,name:()=>fae,settings:()=>hae});var N={};n.r(N),n.d(N,{metadata:()=>Nae,name:()=>Oae,settings:()=>Dae});var O={};n.r(O),n.d(O,{metadata:()=>kie,name:()=>wie,settings:()=>Eie});var D={};n.r(D),n.d(D,{metadata:()=>Aie,name:()=>Cie,settings:()=>Tie});var B={};n.r(B),n.d(B,{metadata:()=>Nie,name:()=>Oie,settings:()=>Die});var I={};n.r(I),n.d(I,{metadata:()=>Rie,name:()=>Hie,settings:()=>Wie});var P={};n.r(P),n.d(P,{metadata:()=>Yie,name:()=>jie,settings:()=>qie});var R={};n.r(R),n.d(R,{metadata:()=>Xie,name:()=>Uie,settings:()=>$ie});var H={};n.r(H),n.d(H,{metadata:()=>Jie,name:()=>Zie,settings:()=>Qie});var W={};n.r(W),n.d(W,{metadata:()=>rse,name:()=>ose,settings:()=>ase});var Y={};n.r(Y),n.d(Y,{metadata:()=>_le,name:()=>Mle,settings:()=>kle});var j={};n.r(j),n.d(j,{metadata:()=>uce,name:()=>dce,settings:()=>pce});var q={};n.r(q),n.d(q,{metadata:()=>xce,name:()=>Sce,settings:()=>Ace});var F={};n.r(F),n.d(F,{setIsMatching:()=>Oce});var V={};n.r(V),n.d(V,{isViewportMatch:()=>Dce});var X={};n.r(X),n.d(X,{disableComplementaryArea:()=>mue,enableComplementaryArea:()=>pue,pinItem:()=>hue,setFeatureDefaults:()=>yue,setFeatureValue:()=>vue,toggleFeature:()=>bue,unpinItem:()=>gue});var U={};n.r(U),n.d(U,{getActiveComplementaryArea:()=>_ue,isFeatureActive:()=>kue,isItemPinned:()=>Mue});var $={};n.r($),n.d($,{metadata:()=>fde,name:()=>hde,settings:()=>gde});var G={};n.r(G),n.d(G,{metadata:()=>Lde,name:()=>xde,settings:()=>Sde});var K={};n.r(K),n.d(K,{metadata:()=>$de,name:()=>Gde,settings:()=>Kde});var J={};n.r(J),n.d(J,{metadata:()=>Qde,name:()=>epe,settings:()=>tpe});var Z={};n.r(Z),n.d(Z,{metadata:()=>ape,name:()=>ipe,settings:()=>spe});var Q={};n.r(Q),n.d(Q,{metadata:()=>Mpe,name:()=>kpe,settings:()=>wpe});var ee={};n.r(ee),n.d(ee,{metadata:()=>Lpe,name:()=>xpe,settings:()=>Spe});var te={};n.r(te),n.d(te,{metadata:()=>Jpe,name:()=>Zpe,settings:()=>Qpe});var ne={};n.r(ne),n.d(ne,{metadata:()=>fme,name:()=>hme,settings:()=>gme});var re={};n.r(re),n.d(re,{metadata:()=>vme,name:()=>yme,settings:()=>_me});var oe={};n.r(oe),n.d(oe,{metadata:()=>Yme,name:()=>jme,settings:()=>qme});var ae={};n.r(ae),n.d(ae,{metadata:()=>Xme,name:()=>Ume,settings:()=>$me});var ie={};n.r(ie),n.d(ie,{metadata:()=>Qme,name:()=>efe,settings:()=>tfe});var se={};n.r(se),n.d(se,{metadata:()=>Yfe,name:()=>jfe,settings:()=>qfe});var le={};n.r(le),n.d(le,{metadata:()=>Ufe,name:()=>$fe,settings:()=>Gfe});var ce={};n.r(ce),n.d(ce,{metadata:()=>dhe,name:()=>phe,settings:()=>mhe});var ue={};n.r(ue),n.d(ue,{metadata:()=>khe,name:()=>whe,settings:()=>Ehe});var de={};n.r(de),n.d(de,{metadata:()=>Ahe,name:()=>Che,settings:()=>The});var pe={};n.r(pe),n.d(pe,{metadata:()=>Nhe,name:()=>Ohe,settings:()=>Dhe});var me={};n.r(me),n.d(me,{metadata:()=>jhe,name:()=>qhe,settings:()=>Fhe});var fe={};n.r(fe),n.d(fe,{metadata:()=>rge,name:()=>oge,settings:()=>age});var he={};n.r(he),n.d(he,{metadata:()=>lge,name:()=>cge,settings:()=>uge});var ge={};n.r(ge),n.d(ge,{metadata:()=>mge,name:()=>fge,settings:()=>hge});var be={};n.r(be),n.d(be,{metadata:()=>bge,name:()=>vge,settings:()=>yge});var ve={};n.r(ve),n.d(ve,{metadata:()=>Mge,name:()=>kge,settings:()=>wge});var ye={};n.r(ye),n.d(ye,{metadata:()=>Lge,name:()=>xge,settings:()=>Sge});var _e={};n.r(_e),n.d(_e,{metadata:()=>Cge,name:()=>Tge,settings:()=>zge});var Me={};n.r(Me),n.d(Me,{metadata:()=>Hge,name:()=>Wge,settings:()=>Yge});var ke={};n.r(ke),n.d(ke,{metadata:()=>ebe,name:()=>tbe,settings:()=>nbe});var we={};n.r(we),n.d(we,{metadata:()=>obe,name:()=>abe,settings:()=>ibe});var Ee={};n.r(Ee),n.d(Ee,{metadata:()=>hbe,name:()=>gbe,settings:()=>bbe});var Le={};n.r(Le),n.d(Le,{metadata:()=>kbe,name:()=>wbe,settings:()=>Ebe});var xe={};n.r(xe),n.d(xe,{metadata:()=>Sbe,name:()=>Abe,settings:()=>Cbe});var Se={};n.r(Se),n.d(Se,{metadata:()=>Obe,name:()=>Dbe,settings:()=>Bbe});var Ae={};n.r(Ae),n.d(Ae,{metadata:()=>Rbe,name:()=>Hbe,settings:()=>Wbe});var Ce={};n.r(Ce),n.d(Ce,{metadata:()=>Fbe,name:()=>Vbe,settings:()=>Xbe});var Te={};n.r(Te),n.d(Te,{metadata:()=>nve,name:()=>rve,settings:()=>ove});var ze={};n.r(ze),n.d(ze,{metadata:()=>xve,name:()=>Sve,settings:()=>Ave});var Ne={};n.r(Ne),n.d(Ne,{metadata:()=>Ove,name:()=>Dve,settings:()=>Bve});var Oe={};n.r(Oe),n.d(Oe,{metadata:()=>Rve,name:()=>Hve,settings:()=>Wve});var De={};n.r(De),n.d(De,{metadata:()=>qve,name:()=>Fve,settings:()=>Vve});var Be={};n.r(Be),n.d(Be,{metadata:()=>$ve,name:()=>Gve,settings:()=>Kve});var Ie={};n.r(Ie),n.d(Ie,{metadata:()=>rye,name:()=>oye,settings:()=>aye});var Pe={};n.r(Pe),n.d(Pe,{metadata:()=>mye,name:()=>fye,settings:()=>hye});var Re={};n.r(Re),n.d(Re,{__experimentalConvertBlockToStatic:()=>gye,__experimentalConvertBlocksToReusable:()=>bye,__experimentalDeleteReusableBlock:()=>vye,__experimentalSetEditingReusableBlock:()=>yye});var He={};n.r(He),n.d(He,{__experimentalIsEditingReusableBlock:()=>_ye});var We={};n.r(We),n.d(We,{metadata:()=>wye,name:()=>Eye,settings:()=>Lye});var Ye={};n.r(Ye),n.d(Ye,{metadata:()=>Sye,name:()=>Aye,settings:()=>Cye});var je={};n.r(je),n.d(je,{metadata:()=>Pye,name:()=>Rye,settings:()=>Hye});var qe={};n.r(qe),n.d(qe,{metadata:()=>Fye,name:()=>Vye,settings:()=>Xye});var Fe={};n.r(Fe),n.d(Fe,{metadata:()=>Kye,name:()=>Jye,settings:()=>Zye});var Ve={};n.r(Ve),n.d(Ve,{metadata:()=>r_e,name:()=>o_e,settings:()=>a_e});var Xe={};n.r(Xe),n.d(Xe,{metadata:()=>c_e,name:()=>u_e,settings:()=>d_e});var Ue={};n.r(Ue),n.d(Ue,{metadata:()=>b_e,name:()=>v_e,settings:()=>y_e});var $e={};n.r($e),n.d($e,{metadata:()=>x_e,name:()=>S_e,settings:()=>A_e});var Ge={};n.r(Ge),n.d(Ge,{metadata:()=>B_e,name:()=>I_e,settings:()=>P_e});var Ke={};n.r(Ke),n.d(Ke,{metadata:()=>W_e,name:()=>Y_e,settings:()=>j_e});var Je={};n.r(Je),n.d(Je,{metadata:()=>fMe,name:()=>hMe,settings:()=>gMe});var Ze={};n.r(Ze),n.d(Ze,{metadata:()=>vMe,name:()=>yMe,settings:()=>_Me});var Qe={};n.r(Qe),n.d(Qe,{metadata:()=>RMe,name:()=>HMe,settings:()=>WMe});var et={};n.r(et),n.d(et,{metadata:()=>jMe,name:()=>qMe,settings:()=>FMe});var tt={};n.r(tt),n.d(tt,{metadata:()=>UMe,name:()=>$Me,settings:()=>GMe});var nt={};n.r(nt),n.d(nt,{metadata:()=>nke,name:()=>rke,settings:()=>oke});var rt={};n.r(rt),n.d(rt,{metadata:()=>Mke,name:()=>kke,settings:()=>wke});var ot={};n.r(ot),n.d(ot,{getCurrentPattern:()=>pLe,getCurrentPatternName:()=>dLe,getEditorMode:()=>lLe,getEditorSettings:()=>cLe,getIgnoredContent:()=>mLe,getNamedPattern:()=>fLe,getPatterns:()=>vLe,getPreviewDeviceType:()=>_Le,isEditing:()=>bLe,isEditorReady:()=>uLe,isEditorSidebarOpened:()=>gLe,isInserterOpened:()=>hLe,isListViewOpened:()=>yLe});var at={};n.r(at),n.d(at,{getBlocks:()=>MLe,getEditCount:()=>LLe,getEditorSelection:()=>kLe,hasEditorRedo:()=>ELe,hasEditorUndo:()=>wLe});var it={};n.r(it),n.d(it,{isFeatureActive:()=>xLe});var st={};n.r(st),n.d(st,{isOptionActive:()=>SLe});var lt={};n.r(lt),n.d(lt,{getPeers:()=>ALe,hasPeers:()=>CLe});var ct={};n.r(ct),n.d(ct,{__experimentalConvertBlockToStatic:()=>PLe,__experimentalConvertBlocksToReusable:()=>RLe,__experimentalDeleteReusableBlock:()=>HLe,__experimentalSetEditingReusableBlock:()=>WLe});var ut={};n.r(ut),n.d(ut,{__experimentalIsEditingReusableBlock:()=>YLe});var dt=n(7363),pt=n.n(dt);const mt=ReactDOM;function ft(){return ft=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=(0,ht.map)(e,((e,t)=>(n,r,o,a,i)=>{if(!Bt(n,t))return!1;const s=e(n);return Ot(s)?s.then(a,i):a(s),!0})),r=(e,n)=>!!Dt(e)&&(t(e),n(),!0);n.push(r);const o=(0,Nt.create)(n);return e=>new Promise(((n,r)=>o(e,(e=>{Dt(e)&&t(e),n(e)}),r)))}function Pt(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const n=It(e,t.dispatch);return e=>t=>zt(t)?n(t):e(t)}}function Rt(e){const t=function(){return e(t.registry.select)(...arguments)};return t.isRegistrySelector=!0,t}function Ht(e){return e.isRegistryControl=!0,e}const Wt="@@data/SELECT",Yt="@@data/RESOLVE_SELECT",jt="@@data/DISPATCH";const qt={select:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o2?n-2:0),o=2;o2?n-2:0),o=2;ot=>{let{storeKey:n,selectorName:r,args:o}=t;return e.select(n)[r](...o)})),[Yt]:Ht((e=>t=>{let{storeKey:n,selectorName:r,args:o}=t;const a=e.select(n)[r].hasResolver?"resolveSelect":"select";return e[a](n)[r](...o)})),[jt]:Ht((e=>t=>{let{storeKey:n,actionName:r,args:o}=t;return e.dispatch(n)[r](...o)}))},Vt=()=>e=>t=>Ot(t)?t.then((t=>{if(t)return e(t)})):e(t),Xt="core/data",Ut=(e,t)=>()=>n=>r=>{const o=e.select(Xt).getCachedResolvers(t);return Object.entries(o).forEach((n=>{let[o,a]=n;const i=(0,ht.get)(e.stores,[t,"resolvers",o]);i&&i.shouldInvalidate&&a.forEach(((n,a)=>{!1===n&&i.shouldInvalidate(r,...a)&&e.dispatch(Xt).invalidateResolution(t,o,a)}))})),n(r)};const $t=(Gt="selectorName",e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=n[Gt];if(void 0===r)return t;const o=e(t[r],n);return o===t[r]?t:{...t,[r]:o}})((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new(Tt()),t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":case"FINISH_RESOLUTION":{const n="START_RESOLUTION"===t.type,r=new(Tt())(e);return r.set(t.args,n),r}case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":{const n="START_RESOLUTIONS"===t.type,r=new(Tt())(e);for(const e of t.args)r.set(e,n);return r}case"INVALIDATE_RESOLUTION":{const n=new(Tt())(e);return n.delete(t.args),n}}return e}));var Gt;const Kt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":return(0,ht.has)(e,[t.selectorName])?(0,ht.omit)(e,[t.selectorName]):e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":case"INVALIDATE_RESOLUTION":return $t(e,t)}return e};function Jt(e,t,n){const r=(0,ht.get)(e,[t]);if(r)return r.get(n)}function Zt(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return void 0!==Jt(e,t,n)}function Qt(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!1===Jt(e,t,n)}function en(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!0===Jt(e,t,n)}function tn(e){return e}function nn(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function rn(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function on(e,t){return{type:"START_RESOLUTIONS",selectorName:e,args:t}}function an(e,t){return{type:"FINISH_RESOLUTIONS",selectorName:e,args:t}}function sn(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function ln(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function cn(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}const un=e=>{const t=[...e];for(let e=t.length-1;e>=0;e--)void 0===t[e]&&t.splice(e,1);return t};function dn(n,r){return{name:n,instantiate:o=>{const a=r.reducer,i={registry:o,get dispatch(){return Object.assign((e=>s.dispatch(e)),f())},get select(){return Object.assign((e=>e(s.__unstableOriginalGetState())),m())},get resolveSelect(){return h()}},s=function(e,t,n,r){const o={...t.controls,...Ft},a=(0,ht.mapValues)(o,(e=>e.isRegistryControl?e(n):e)),i=[Ut(n,e),Vt,Pt(a)];t.__experimentalUseThunks&&i.push((s=r,()=>e=>t=>"function"==typeof t?t(s):e(t)));var s;const l=[At(...i)];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&l.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e}));const{reducer:c,initialState:u}=t;return xt(bt()({metadata:Kt,root:c}),{root:u},(0,ht.flowRight)(l))}(n,r,o,i),l=function(){const e={};return{isRunning:(t,n)=>e[t]&&e[t].get(un(n)),clear(t,n){e[t]&&e[t].delete(un(n))},markAsRunning(t,n){e[t]||(e[t]=new(Tt())),e[t].set(un(n),!0)}}}();let c;const u=function(e,t){const n=e=>function(){return Promise.resolve(t.dispatch(e(...arguments)))};return(0,ht.mapValues)(e,n)}({...t,...r.actions},s);let d=function(e,t){const n=e=>{const n=function(){const n=arguments.length,r=new Array(n+1);r[0]=t.__unstableOriginalGetState();for(let e=0;efunction(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o(e.isRegistrySelector&&(e.registry=o),function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;oe.fulfill?e:{...e,fulfill:e})),a=(t,a)=>{const i=e[a];if(!i)return t.hasResolver=!1,t;const s=function(){for(var e=arguments.length,s=new Array(e),l=0;l{r.clear(a,s),n.dispatch(nn(a,s)),await pn(n,o,a,...s),n.dispatch(rn(a,s))})))}return c(...s),t(...s)};return s.hasResolver=!0,s};return{resolvers:o,selectors:(0,ht.mapValues)(t,a)}}(r.resolvers,d,s,l);c=e.resolvers,d=e.selectors}const p=function(e,t){return(0,ht.mapValues)((0,ht.omit)(e,["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"]),((n,r)=>function(){for(var o=arguments.length,a=new Array(o),i=0;i{const i=()=>e.hasFinishedResolution(r,a),s=()=>n.apply(null,a),l=s();if(i())return o(l);const c=t.subscribe((()=>{i()&&(c(),o(s()))}))}))}))}(d,s),m=()=>d,f=()=>u,h=()=>p;s.__unstableOriginalGetState=s.getState,s.getState=()=>s.__unstableOriginalGetState().root;const g=s&&(e=>{let t=s.__unstableOriginalGetState();return s.subscribe((()=>{const n=s.__unstableOriginalGetState(),r=n!==t;t=n,r&&e()}))});return{reducer:a,store:s,actions:u,selectors:d,resolvers:c,getSelectors:m,getResolveSelectors:h,getActions:f,subscribe:g}}}}async function pn(e,t,n){const r=(0,ht.get)(t,[n]);if(!r)return;for(var o=arguments.length,a=new Array(o>3?o-3:0),i=3;ifunction(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;afunction(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].reduce(((e,n)=>({...e,[n]:t(n)})),{}),getActions:()=>["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].reduce(((e,t)=>({...e,[t]:n(t)})),{}),subscribe:()=>()=>{}}};function fn(){let e=!1,t=!1;const n=new Set,r=()=>Array.from(n).forEach((e=>e()));return{get isPaused(){return e},subscribe:e=>(n.add(e),()=>n.delete(e)),pause(){e=!0},resume(){e=!1,t&&(t=!1,r())},emit(){e?t=!0:r()}}}function hn(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n={},r=fn(),o=new Set;function a(){r.emit()}const i=e=>r.subscribe(e);function s(e){const r=(0,ht.isObject)(e)?e.name:e;o.add(r);const a=n[r];return a?a.getSelectors():t&&t.select(r)}function l(e,t){o.clear();const n=e.call(this);return t.current=Array.from(o),n}function c(e){const r=(0,ht.isObject)(e)?e.name:e;o.add(r);const a=n[r];return a?a.getResolveSelectors():t&&t.resolveSelect(r)}function u(e){const r=(0,ht.isObject)(e)?e.name:e,o=n[r];return o?o.getActions():t&&t.dispatch(r)}function d(e){return(0,ht.mapValues)(e,((e,t)=>"function"!=typeof e?e:function(){return g[t].apply(null,arguments)}))}function p(e,t){if("function"!=typeof t.getSelectors)throw new TypeError("config.getSelectors must be a function");if("function"!=typeof t.getActions)throw new TypeError("config.getActions must be a function");if("function"!=typeof t.subscribe)throw new TypeError("config.subscribe must be a function");t.emitter=fn();const r=t.subscribe;t.subscribe=e=>{const n=t.emitter.subscribe(e),o=r((()=>{t.emitter.isPaused?t.emitter.emit():e()}));return()=>{o&&o(),n()}},n[e]=t,t.subscribe(a)}function m(e){p(e.name,e.instantiate(g))}function f(e,r){return e in n?n[e].subscribe(r):t?t.__experimentalSubscribeStore(e,r):i(r)}function h(e){r.pause(),(0,ht.forEach)(n,(e=>e.emitter.pause())),e(),r.resume(),(0,ht.forEach)(n,(e=>e.emitter.resume()))}let g={batch:h,registerGenericStore:p,stores:n,namespaces:n,subscribe:i,select:s,resolveSelect:c,dispatch:u,use:b,register:m,__experimentalMarkListeningStores:l,__experimentalSubscribeStore:f};function b(e,t){return g={...g,...e(g,t)},g}return g.registerStore=(e,t)=>{if(!t.reducer)throw new TypeError("Must specify store reducer");const n=dn(e,t).instantiate(g);return p(e,n),n.store},p(Xt,mn(g)),Object.entries(e).forEach((e=>{let[t,n]=e;return g.registerStore(t,n)})),t&&t.subscribe(a),d(g)}const gn=hn(),bn=gn.select,vn=(gn.resolveSelect,gn.dispatch),yn=(gn.subscribe,gn.registerGenericStore,gn.registerStore),_n=gn.use,Mn=gn.register;var kn=n(9588),wn=n.n(kn),En=n(8975),Ln=n.n(En);const xn=wn()(console.error);function Sn(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},Cn=["(","?"],Tn={")":["("],":":["?","?:"]},zn=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var Nn={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function On(e){var t=function(e){for(var t,n,r,o,a=[],i=[];t=e.match(zn);){for(n=t[0],(r=e.substr(0,t.index).trim())&&a.push(r);o=i.pop();){if(Tn[n]){if(Tn[n][0]===o){n=Tn[n][1]||n;break}}else if(Cn.indexOf(o)>=0||An[o]1===e?0:1}},Pn=/^i18n\.(n?gettext|has_translation)(_|$)/;const Rn=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};const Hn=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};const Wn=function(e,t){return function(n,r,o){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;const i=e[t];if(!Hn(n))return;if(!Rn(r))return;if("function"!=typeof o)return void console.error("The hook callback must be a function.");if("number"!=typeof a)return void console.error("If specified, the hook priority must be a number.");const s={callback:o,priority:a,namespace:r};if(i[n]){const e=i[n].handlers;let t;for(t=e.length;t>0&&!(a>=e[t-1].priority);t--);t===e.length?e[t]=s:e.splice(t,0,s),i.__current.forEach((e=>{e.name===n&&e.currentIndex>=t&&e.currentIndex++}))}else i[n]={handlers:[s],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,r,o,a)}};const Yn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r,o){const a=e[t];if(!Hn(r))return;if(!n&&!Rn(o))return;if(!a[r])return 0;let i=0;if(n)i=a[r].handlers.length,a[r]={runs:a[r].runs,handlers:[]};else{const e=a[r].handlers;for(let t=e.length-1;t>=0;t--)e[t].namespace===o&&(e.splice(t,1),i++,a.__current.forEach((e=>{e.name===r&&e.currentIndex>=t&&e.currentIndex--})))}return"hookRemoved"!==r&&e.doAction("hookRemoved",r,o),i}};const jn=function(e,t){return function(n,r){const o=e[t];return void 0!==r?n in o&&o[n].handlers.some((e=>e.namespace===r)):n in o}};const qn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){const o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;const a=o[r].handlers;for(var i=arguments.length,s=new Array(i>1?i-1:0),l=1;l{const r=new Bn({}),o=new Set,a=()=>{o.forEach((e=>e()))},i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";r.data[t]={...In,...r.data[t],...e},r.data[t][""]={...In[""],...r.data[t][""]}},s=(e,t)=>{i(e,t),a()},l=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,a=arguments.length>4?arguments[4]:void 0;return r.data[e]||i(void 0,e),r.dcnpgettext(e,t,n,o,a)},c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return e},u=(e,t,r)=>{let o=l(r,t,e);return n?(o=n.applyFilters("i18n.gettext_with_context",o,e,t,r),n.applyFilters("i18n.gettext_with_context_"+c(r),o,e,t,r)):o};if(e&&s(e,t),n){const e=e=>{Pn.test(e)&&a()};n.addAction("hookAdded","core/i18n",e),n.addAction("hookRemoved","core/i18n",e)}return{getLocaleData:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return r.data[e]},setLocaleData:s,resetLocaleData:(e,t)=>{r.data={},r.pluralForms={},s(e,t)},subscribe:e=>(o.add(e),()=>o.delete(e)),__:(e,t)=>{let r=l(t,void 0,e);return n?(r=n.applyFilters("i18n.gettext",r,e,t),n.applyFilters("i18n.gettext_"+c(t),r,e,t)):r},_x:u,_n:(e,t,r,o)=>{let a=l(o,void 0,e,t,r);return n?(a=n.applyFilters("i18n.ngettext",a,e,t,r,o),n.applyFilters("i18n.ngettext_"+c(o),a,e,t,r,o)):a},_nx:(e,t,r,o,a)=>{let i=l(a,o,e,t,r);return n?(i=n.applyFilters("i18n.ngettext_with_context",i,e,t,r,o,a),n.applyFilters("i18n.ngettext_with_context_"+c(a),i,e,t,r,o,a)):i},isRTL:()=>"rtl"===u("ltr","text direction"),hasTranslation:(e,t,o)=>{var a,i;const s=t?t+""+e:e;let l=!(null===(a=r.data)||void 0===a||null===(i=a[null!=o?o:"default"])||void 0===i||!i[s]);return n&&(l=n.applyFilters("i18n.has_translation",l,e,t,o),l=n.applyFilters("i18n.has_translation_"+c(o),l,e,t,o)),l}}})(void 0,void 0,Gn),hr=(fr.getLocaleData.bind(fr),fr.setLocaleData.bind(fr),fr.resetLocaleData.bind(fr),fr.subscribe.bind(fr),fr.__.bind(fr)),gr=fr._x.bind(fr),br=fr._n.bind(fr),vr=(fr._nx.bind(fr),fr.isRTL.bind(fr)),yr=(fr.hasTranslation.bind(fr),[{slug:"text",title:hr("Text")},{slug:"media",title:hr("Media")},{slug:"design",title:hr("Design")},{slug:"widgets",title:hr("Widgets")},{slug:"theme",title:hr("Theme")},{slug:"embed",title:hr("Embeds")},{slug:"reusable",title:hr("Reusable blocks")}]);function _r(e){return function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"REMOVE_BLOCK_TYPES":return-1!==n.names.indexOf(t)?null:t;case e:return n.name||null}return t}}const Mr=_r("SET_DEFAULT_BLOCK_NAME"),kr=_r("SET_FREEFORM_FALLBACK_BLOCK_NAME"),wr=_r("SET_UNREGISTERED_FALLBACK_BLOCK_NAME"),Er=_r("SET_GROUPING_BLOCK_NAME");const Lr=bt()({unprocessedBlockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_UNPROCESSED_BLOCK_TYPE":return{...e,[t.blockType.name]:t.blockType};case"REMOVE_BLOCK_TYPES":return(0,ht.omit)(e,t.names)}return e},blockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,ht.keyBy)(t.blockTypes,"name")};case"REMOVE_BLOCK_TYPES":return(0,ht.omit)(e,t.names)}return e},blockStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,ht.mapValues)((0,ht.keyBy)(t.blockTypes,"name"),(t=>(0,ht.uniqBy)([...(0,ht.get)(t,["styles"],[]).map((e=>({...e,source:"block"}))),...(0,ht.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))],(e=>e.name))))};case"ADD_BLOCK_STYLES":return{...e,[t.blockName]:(0,ht.uniqBy)([...(0,ht.get)(e,[t.blockName],[]),...t.styles],(e=>e.name))};case"REMOVE_BLOCK_STYLES":return{...e,[t.blockName]:(0,ht.filter)((0,ht.get)(e,[t.blockName],[]),(e=>-1===t.styleNames.indexOf(e.name)))}}return e},blockVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,ht.mapValues)((0,ht.keyBy)(t.blockTypes,"name"),(t=>(0,ht.uniqBy)([...(0,ht.get)(t,["variations"],[]).map((e=>({...e,source:"block"}))),...(0,ht.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))],(e=>e.name))))};case"ADD_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,ht.uniqBy)([...(0,ht.get)(e,[t.blockName],[]),...t.variations],(e=>e.name))};case"REMOVE_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,ht.filter)((0,ht.get)(e,[t.blockName],[]),(e=>-1===t.variationNames.indexOf(e.name)))}}return e},defaultBlockName:Mr,freeformFallbackBlockName:kr,unregisteredFallbackBlockName:wr,groupingBlockName:Er,categories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:yr,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_CATEGORIES":return t.categories||[];case"UPDATE_CATEGORY":if(!t.category||(0,ht.isEmpty)(t.category))return e;if((0,ht.find)(e,["slug",t.slug]))return(0,ht.map)(e,(e=>e.slug===t.slug?{...e,...t.category}:e))}return e},collections:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_COLLECTION":return{...e,[t.namespace]:{title:t.title,icon:t.icon}};case"REMOVE_BLOCK_COLLECTION":return(0,ht.omit)(e,t.namespace)}return e}});var xr,Sr;function Ar(e){return[e]}function Cr(){var e={clear:function(){e.head=null}};return e}function Tr(e,t,n){var r;if(e.length!==t.length)return!1;for(r=n;r"string"==typeof t?Br(e,t):t;function Or(e){return e.unprocessedBlockTypes}const Dr=zr((e=>Object.values(e.blockTypes)),(e=>[e.blockTypes]));function Br(e,t){return e.blockTypes[t]}function Ir(e,t){return e.blockStyles[t]}const Pr=zr(((e,t,n)=>{const r=e.blockVariations[t];return r&&n?r.filter((e=>(e.scope||["block","inserter"]).includes(n))):r}),((e,t)=>[e.blockVariations[t]]));function Rr(e,t,n,r){const o=Pr(e,t,r);return null==o?void 0:o.find((r=>{var o;if(Array.isArray(r.isActive)){const o=Br(e,t),a=Object.keys((null==o?void 0:o.attributes)||{}),i=r.isActive.filter((e=>a.includes(e)));return 0!==i.length&&i.every((e=>n[e]===r.attributes[e]))}return null===(o=r.isActive)||void 0===o?void 0:o.call(r,n,r.attributes)}))}function Hr(e,t,n){const r=Pr(e,t,n);return(0,ht.findLast)(r,"isDefault")||(0,ht.first)(r)}function Wr(e){return e.categories}function Yr(e){return e.collections}function jr(e){return e.defaultBlockName}function qr(e){return e.freeformFallbackBlockName}function Fr(e){return e.unregisteredFallbackBlockName}function Vr(e){return e.groupingBlockName}const Xr=zr(((e,t)=>(0,ht.map)((0,ht.filter)(e.blockTypes,(e=>(0,ht.includes)(e.parent,t))),(e=>{let{name:t}=e;return t}))),(e=>[e.blockTypes])),Ur=(e,t,n,r)=>{const o=Nr(e,t);return null!=o&&o.supports?(0,ht.get)(o.supports,n,r):r};function $r(e,t,n,r){return!!Ur(e,t,n,r)}function Gr(e,t,n){const r=Nr(e,t),o=(0,ht.flow)([ht.deburr,e=>e.toLowerCase(),e=>e.trim()]),a=o(n),i=(0,ht.flow)([o,e=>(0,ht.includes)(e,a)]);return i(r.title)||(0,ht.some)(r.keywords,i)||i(r.category)}const Kr=(e,t)=>Xr(e,t).length>0,Jr=(e,t)=>(0,ht.some)(Xr(e,t),(t=>$r(e,t,"inserter",!0))),Zr="core/blocks";var Qr={grad:.9,turn:360,rad:360/(2*Math.PI)},eo=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},to=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},no=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},ro=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},oo=function(e){return{r:no(e.r,0,255),g:no(e.g,0,255),b:no(e.b,0,255),a:no(e.a)}},ao=function(e){return{r:to(e.r),g:to(e.g),b:to(e.b),a:to(e.a,3)}},io=/^#([0-9a-f]{3,8})$/i,so=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},lo=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),s=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:60*(s<0?s+6:s),s:a?i/a*100:0,v:a/255*100,a:o}},co=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),s=r*(1-(t-a)*n),l=r*(1-(1-t+a)*n),c=a%6;return{r:255*[r,s,i,i,l,r][c],g:255*[l,r,r,s,i,i][c],b:255*[i,i,l,r,r,s][c],a:o}},uo=function(e){return{h:ro(e.h),s:no(e.s,0,100),l:no(e.l,0,100),a:no(e.a)}},po=function(e){return{h:to(e.h),s:to(e.s),l:to(e.l),a:to(e.a,3)}},mo=function(e){return co((n=(t=e).s,{h:t.h,s:(n*=((r=t.l)<50?r:100-r)/100)>0?2*n/(r+n)*100:0,v:r+n,a:t.a}));var t,n,r},fo=function(e){return{h:(t=lo(e)).h,s:(o=(200-(n=t.s))*(r=t.v)/100)>0&&o<200?n*r/100/(o<=100?o:200-o)*100:0,l:o/2,a:t.a};var t,n,r,o},ho=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,go=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,bo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,vo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,yo={string:[[function(e){var t=io.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?to(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?to(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=bo.exec(e)||vo.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:oo({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=ho.exec(e)||go.exec(e);if(!t)return null;var n,r,o=uo({h:(n=t[1],r=t[2],void 0===r&&(r="deg"),Number(n)*(Qr[r]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return mo(o)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=void 0===o?1:o;return eo(t)&&eo(n)&&eo(r)?oo({r:Number(t),g:Number(n),b:Number(r),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,n=e.s,r=e.l,o=e.a,a=void 0===o?1:o;if(!eo(t)||!eo(n)||!eo(r))return null;var i=uo({h:Number(t),s:Number(n),l:Number(r),a:Number(a)});return mo(i)},"hsl"],[function(e){var t=e.h,n=e.s,r=e.v,o=e.a,a=void 0===o?1:o;if(!eo(t)||!eo(n)||!eo(r))return null;var i=function(e){return{h:ro(e.h),s:no(e.s,0,100),v:no(e.v,0,100),a:no(e.a)}}({h:Number(t),s:Number(n),v:Number(r),a:Number(a)});return co(i)},"hsv"]]},_o=function(e,t){for(var n=0;n=.5},e.prototype.toHex=function(){return t=(e=ao(this.rgba)).r,n=e.g,r=e.b,a=(o=e.a)<1?so(to(255*o)):"","#"+so(t)+so(n)+so(r)+a;var e,t,n,r,o,a},e.prototype.toRgb=function(){return ao(this.rgba)},e.prototype.toRgbString=function(){return t=(e=ao(this.rgba)).r,n=e.g,r=e.b,(o=e.a)<1?"rgba("+t+", "+n+", "+r+", "+o+")":"rgb("+t+", "+n+", "+r+")";var e,t,n,r,o},e.prototype.toHsl=function(){return po(fo(this.rgba))},e.prototype.toHslString=function(){return t=(e=po(fo(this.rgba))).h,n=e.s,r=e.l,(o=e.a)<1?"hsla("+t+", "+n+"%, "+r+"%, "+o+")":"hsl("+t+", "+n+"%, "+r+"%)";var e,t,n,r,o},e.prototype.toHsv=function(){return e=lo(this.rgba),{h:to(e.h),s:to(e.s),v:to(e.v),a:to(e.a,3)};var e},e.prototype.invert=function(){return xo({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),xo(ko(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),xo(ko(this.rgba,-e))},e.prototype.grayscale=function(){return xo(ko(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),xo(Eo(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),xo(Eo(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?xo({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):to(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=fo(this.rgba);return"number"==typeof e?xo({h:e,s:t.s,l:t.l,a:t.a}):to(t.h)},e.prototype.isEqual=function(e){return this.toHex()===xo(e).toHex()},e}(),xo=function(e){return e instanceof Lo?e:new Lo(e)},So=[],Ao=function(e){e.forEach((function(e){So.indexOf(e)<0&&(e(Lo,yo),So.push(e))}))};function Co(e,t){var n={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},r={};for(var o in n)r[n[o]]=o;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var o,i,s=r[this.toHex()];if(s)return s;if(null==t?void 0:t.closest){var l=this.toRgb(),c=1/0,u="black";if(!a.length)for(var d in n)a[d]=new e(n[d]).toRgb();for(var p in n){var m=(o=l,i=a[p],Math.pow(o.r-i.r,2)+Math.pow(o.g-i.g,2)+Math.pow(o.b-i.b,2));m(l=zo(i))?(s+.05)/(l+.05):(l+.05)/(s+.05),void 0===(r=2)&&(r=0),void 0===o&&(o=Math.pow(10,r)),Math.floor(o*n)/o+0},e.prototype.isReadable=function(e,t){return void 0===e&&(e="#FFF"),void 0===t&&(t={}),this.contrast(e)>=(i=void 0===(a=(n=t).size)?"normal":a,"AAA"===(o=void 0===(r=n.level)?"AA":r)&&"normal"===i?7:"AA"===o&&"large"===i?3:4.5);var n,r,o,a,i}}function Oo(e,t){0}function Do(e){Oo(e.parentNode),e.parentNode.removeChild(e)}function Bo(e){const{body:t}=document.implementation.createHTMLDocument("");t.innerHTML=e;const n=t.getElementsByTagName("*");let r=n.length;for(;r--;){const e=n[r];if("SCRIPT"===e.tagName)Do(e);else{let t=e.attributes.length;for(;t--;){const{name:n}=e.attributes[t];n.startsWith("on")&&e.removeAttribute(n)}}}return t.innerHTML}function Io(e){e=Bo(e);const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.textContent||""}const Po="block-default",Ro=["attributes","supports","save","migrate","isEligible","apiVersion"],Ho={"--wp--style--color--link":{value:["color","link"],support:["color","link"]},background:{value:["color","gradient"],support:["color","gradients"]},backgroundColor:{value:["color","background"],support:["color","background"],requiresOptOut:!0},borderColor:{value:["border","color"],support:["__experimentalBorder","color"]},borderRadius:{value:["border","radius"],support:["__experimentalBorder","radius"],properties:{borderTopLeftRadius:"topLeft",borderTopRightRadius:"topRight",borderBottomLeftRadius:"bottomLeft",borderBottomRightRadius:"bottomRight"}},borderStyle:{value:["border","style"],support:["__experimentalBorder","style"]},borderWidth:{value:["border","width"],support:["__experimentalBorder","width"]},color:{value:["color","text"],support:["color","text"],requiresOptOut:!0},linkColor:{value:["elements","link","color","text"],support:["color","link"]},fontFamily:{value:["typography","fontFamily"],support:["typography","__experimentalFontFamily"]},fontSize:{value:["typography","fontSize"],support:["typography","fontSize"]},fontStyle:{value:["typography","fontStyle"],support:["typography","__experimentalFontStyle"]},fontWeight:{value:["typography","fontWeight"],support:["typography","__experimentalFontWeight"]},lineHeight:{value:["typography","lineHeight"],support:["typography","lineHeight"]},margin:{value:["spacing","margin"],support:["spacing","margin"],properties:{marginTop:"top",marginRight:"right",marginBottom:"bottom",marginLeft:"left"}},padding:{value:["spacing","padding"],support:["spacing","padding"],properties:{paddingTop:"top",paddingRight:"right",paddingBottom:"bottom",paddingLeft:"left"}},textDecoration:{value:["typography","textDecoration"],support:["typography","__experimentalTextDecoration"]},textTransform:{value:["typography","textTransform"],support:["typography","__experimentalTextTransform"]},letterSpacing:{value:["typography","letterSpacing"],support:["typography","__experimentalLetterSpacing"]},"--wp--style--block-gap":{value:["spacing","blockGap"],support:["spacing","blockGap"]}},Wo={link:"a",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6"},Yo={"color.duotone":!0,"color.gradients":!0,"color.palette":!0,"typography.fontFamilies":!0,"typography.fontSizes":!0},jo={title:"block title",description:"block description",keywords:["block keyword"],styles:[{label:"block style label"}],variations:[{title:"block variation title",description:"block variation description",keywords:["block variation keyword"]}]},qo={};function Fo(e){let{textdomain:t,...n}=e;const r=(0,ht.pick)(n,["apiVersion","title","category","parent","icon","description","keywords","attributes","providesContext","usesContext","supports","styles","example","variations"]);return t&&Object.keys(jo).forEach((e=>{r[e]&&(r[e]=Xo(jo[e],r[e],t))})),r}function Vo(e,t){const n=(0,ht.isObject)(e)?e.name:e;if("string"!=typeof n)return void console.error("Block names must be strings.");if(!/^[a-z][a-z0-9-]*\/[a-z][a-z0-9-]*$/.test(n))return void console.error("Block names must contain a namespace prefix, include only lowercase alphanumeric characters or dashes, and start with a letter. Example: my-plugin/my-custom-block");if(bn(Qa).getBlockType(n))return void console.error('Block "'+n+'" is already registered.');(0,ht.isObject)(e)&&function(e){for(const t of Object.keys(e))qo[t]?void 0===qo[t].apiVersion&&e[t].apiVersion&&(qo[t].apiVersion=e[t].apiVersion):qo[t]=(0,ht.mapKeys)((0,ht.pickBy)(e[t],(e=>!(0,ht.isNil)(e))),((e,t)=>(0,ht.camelCase)(t)))}({[n]:Fo(e)});const r={name:n,icon:Po,keywords:[],attributes:{},providesContext:{},usesContext:[],supports:{},styles:[],variations:[],save:()=>null,...null==qo?void 0:qo[n],...t};return vn(Qa).__experimentalRegisterBlockType(r),bn(Qa).getBlockType(n)}function Xo(e,t,n){return(0,ht.isString)(e)&&(0,ht.isString)(t)?gr(t,e,n):(0,ht.isArray)(e)&&!(0,ht.isEmpty)(e)&&(0,ht.isArray)(t)?t.map((t=>Xo(e[0],t,n))):(0,ht.isObject)(e)&&!(0,ht.isEmpty)(e)&&(0,ht.isObject)(t)?Object.keys(t).reduce(((r,o)=>e[o]?(r[o]=Xo(e[o],t[o],n),r):(r[o]=t[o],r)),{}):t}function Uo(e){vn(Qa).setFreeformFallbackBlockName(e)}function $o(){return bn(Qa).getFreeformFallbackBlockName()}function Go(e){vn(Qa).setUnregisteredFallbackBlockName(e)}function Ko(){return bn(Qa).getUnregisteredFallbackBlockName()}function Jo(e){vn(Qa).setDefaultBlockName(e)}function Zo(e){vn(Qa).setGroupingBlockName(e)}function Qo(){return bn(Qa).getDefaultBlockName()}function ea(e){var t;return null===(t=bn(Qa))||void 0===t?void 0:t.getBlockType(e)}function ta(){return bn(Qa).getBlockTypes()}function na(e,t,n){return bn(Qa).getBlockSupport(e,t,n)}function ra(e,t,n){return bn(Qa).hasBlockSupport(e,t,n)}function oa(e){return"core/block"===(null==e?void 0:e.name)}const aa=(e,t)=>bn(Qa).getBlockVariations(e,t);var ia,sa=new Uint8Array(16);function la(){if(!ia&&!(ia="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ia(sa)}const ca=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const ua=function(e){return"string"==typeof e&&ca.test(e)};for(var da=[],pa=0;pa<256;++pa)da.push((pa+256).toString(16).substr(1));const ma=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(da[e[t+0]]+da[e[t+1]]+da[e[t+2]]+da[e[t+3]]+"-"+da[e[t+4]]+da[e[t+5]]+"-"+da[e[t+6]]+da[e[t+7]]+"-"+da[e[t+8]]+da[e[t+9]]+"-"+da[e[t+10]]+da[e[t+11]]+da[e[t+12]]+da[e[t+13]]+da[e[t+14]]+da[e[t+15]]).toLowerCase();if(!ua(n))throw TypeError("Stringified UUID is invalid");return n};const fa=function(e,t,n){var r=(e=e||{}).random||(e.rng||la)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return ma(r)};function ha(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const r=Na(e,t),o=fa();return{clientId:o,name:e,isValid:!0,attributes:r,innerBlocks:n}}function ga(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>{const t=Array.isArray(e)?e:[e.name,e.attributes,e.innerBlocks],[n,r,o=[]]=t;return ha(n,r,ga(o))}))}function ba(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=fa(),o=Na(e.name,{...e.attributes,...t});return{...e,clientId:r,attributes:o,innerBlocks:n||e.innerBlocks.map((e=>ba(e)))}}function va(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=fa();return{...e,clientId:r,attributes:{...e.attributes,...t},innerBlocks:n||e.innerBlocks.map((e=>va(e)))}}const ya=(e,t,n)=>{if((0,ht.isEmpty)(n))return!1;const r=n.length>1,o=(0,ht.first)(n).name;if(!(_a(e)||!r||e.isMultiBlock))return!1;if(!_a(e)&&!(0,ht.every)(n,{name:o}))return!1;if(!("block"===e.type))return!1;const a=(0,ht.first)(n);if(!("from"!==t||-1!==e.blocks.indexOf(a.name)||_a(e)))return!1;if(!r&&Ma(a.name)&&Ma(e.blockName))return!1;if((0,ht.isFunction)(e.isMatch)){const t=e.isMultiBlock?n.map((e=>e.attributes)):a.attributes,r=e.isMultiBlock?n:a;if(!e.isMatch(t,r))return!1}return!(e.usingMobileTransformations&&_a(e)&&!Ma(a.name))},_a=e=>e&&"block"===e.type&&Array.isArray(e.blocks)&&e.blocks.includes("*"),Ma=e=>e===bn(Qa).getGroupingBlockName();function ka(e){if((0,ht.isEmpty)(e))return[];const t=(e=>{if((0,ht.isEmpty)(e))return[];const t=ta();return(0,ht.filter)(t,(t=>!!wa(Ea("from",t.name),(t=>ya(t,"from",e)))))})(e),n=(e=>{if((0,ht.isEmpty)(e))return[];const t=ea((0,ht.first)(e).name),n=t?Ea("to",t.name):[],r=(0,ht.filter)(n,(t=>t&&ya(t,"to",e)));return(0,ht.flatMap)(r,(e=>e.blocks)).map((e=>ea(e)))})(e);return(0,ht.uniq)([...t,...n])}function wa(e,t){const n=$n();for(let r=0;re||o),o.priority)}return n.applyFilters("transform",null)}function Ea(e,t){if(void 0===t)return(0,ht.flatMap)(ta(),(t=>{let{name:n}=t;return Ea(e,n)}));const n=Ta(t),{name:r,transforms:o}=n||{};if(!o||!Array.isArray(o[e]))return[];const a=o.supportedMobileTransforms&&Array.isArray(o.supportedMobileTransforms),i=a?(0,ht.filter)(o[e],(e=>"raw"===e.type||!(!e.blocks||!e.blocks.length)&&(!!_a(e)||(0,ht.every)(e.blocks,(e=>o.supportedMobileTransforms.includes(e)))))):o[e];return i.map((e=>({...e,blockName:r,usingMobileTransformations:a})))}function La(e,t){const n=(0,ht.castArray)(e),r=n.length>1,o=n[0],a=o.name,i=Ea("from",t),s=wa(Ea("to",a),(e=>"block"===e.type&&(_a(e)||-1!==e.blocks.indexOf(t))&&(!r||e.isMultiBlock)))||wa(i,(e=>"block"===e.type&&(_a(e)||-1!==e.blocks.indexOf(a))&&(!r||e.isMultiBlock)));if(!s)return null;let l;if(l=s.isMultiBlock?(0,ht.has)(s,"__experimentalConvert")?s.__experimentalConvert(n):s.transform(n.map((e=>e.attributes)),n.map((e=>e.innerBlocks))):(0,ht.has)(s,"__experimentalConvert")?s.__experimentalConvert(o):s.transform(o.attributes,o.innerBlocks),!(0,ht.isObjectLike)(l))return null;if(l=(0,ht.castArray)(l),l.some((e=>!ea(e.name))))return null;if(!(0,ht.some)(l,(e=>e.name===t)))return null;return l.map((t=>ar("blocks.switchToBlockType.transformedBlock",t,e)))}const xa=(e,t)=>ha(e,t.attributes,(0,ht.map)(t.innerBlocks,(e=>xa(e.name,e))));Ao([Co,No]);const Sa=["#191e23","#f8f9f9"];function Aa(e){const t=Qo();if(e.name!==t)return!1;Aa.block&&Aa.block.name===t||(Aa.block=ha(t));const n=Aa.block,r=ea(t);return(0,ht.every)(null==r?void 0:r.attributes,((t,r)=>n.attributes[r]===e.attributes[r]))}function Ca(e){return!!e&&((0,ht.isString)(e)||(0,dt.isValidElement)(e)||(0,ht.isFunction)(e)||e instanceof dt.Component)}function Ta(e){return(0,ht.isString)(e)?ea(e):e}function za(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"visual";const{__experimentalLabel:r,title:o}=e,a=r&&r(t,{context:n});return a?Io(a):o}function Na(e,t){const n=ea(e);if(void 0===n)throw new Error(`Block type '${e}' is not registered.`);return(0,ht.reduce)(n.attributes,((e,n,r)=>{const o=t[r];return void 0!==o?e[r]=o:n.hasOwnProperty("default")&&(e[r]=n.default),-1!==["node","children"].indexOf(n.source)&&("string"==typeof e[r]?e[r]=[e[r]]:Array.isArray(e[r])||(e[r]=[])),e}),{})}const{error:Oa,warn:Da}=window.console,Ba={common:"text",formatting:"text",layout:"design"};function Ia(e){const{name:t}=e,n=ar("blocks.registerBlockType",{...e},t);if(n.deprecated&&(n.deprecated=n.deprecated.map((n=>(0,ht.pick)(ar("blocks.registerBlockType",{...(0,ht.omit)(e,Ro),...n},t),Ro)))),(0,ht.isPlainObject)(n))if((0,ht.isFunction)(n.save))if(!("edit"in n)||(0,ht.isFunction)(n.edit))if(Ba.hasOwnProperty(n.category)&&(n.category=Ba[n.category]),"category"in n&&!(0,ht.some)(bn(Zr).getCategories(),{slug:n.category})&&(Da('The block "'+t+'" is registered with an invalid category "'+n.category+'".'),delete n.category),"title"in n&&""!==n.title)if("string"==typeof n.title){if(n.icon=function(e){if(Ca(e=e||Po))return{src:e};if((0,ht.has)(e,["background"])){const t=xo(e.background);return{...e,foreground:e.foreground?e.foreground:(0,ht.maxBy)(Sa,(e=>t.contrast(e))),shadowColor:t.alpha(.3).toRgbString()}}return e}(n.icon),Ca(n.icon.src))return n;Oa("The icon passed is invalid. The icon should be a string, an element, a function, or an object following the specifications documented in https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#icon-optional")}else Oa("Block titles must be strings.");else Oa('The block "'+t+'" must have a title.');else Oa('The "edit" property must be a valid function.');else Oa('The "save" property must be a valid function.');else Oa("Block settings must be a valid object.")}function Pa(e){return{type:"ADD_BLOCK_TYPES",blockTypes:(0,ht.castArray)(e)}}function*Ra(e){yield{type:"ADD_UNPROCESSED_BLOCK_TYPE",blockType:e};const t=Ia(e);t&&(yield Pa(t))}function*Ha(){const e=bn(Zr).__experimentalGetUnprocessedBlockTypes(),t=Object.keys(e).reduce(((t,n)=>{const r=Ia(e[n]);return r&&t.push(r),t}),[]);t.length&&(yield Pa(t))}function Wa(e){return{type:"REMOVE_BLOCK_TYPES",names:(0,ht.castArray)(e)}}function Ya(e,t){return{type:"ADD_BLOCK_STYLES",styles:(0,ht.castArray)(t),blockName:e}}function ja(e,t){return{type:"REMOVE_BLOCK_STYLES",styleNames:(0,ht.castArray)(t),blockName:e}}function qa(e,t){return{type:"ADD_BLOCK_VARIATIONS",variations:(0,ht.castArray)(t),blockName:e}}function Fa(e,t){return{type:"REMOVE_BLOCK_VARIATIONS",variationNames:(0,ht.castArray)(t),blockName:e}}function Va(e){return{type:"SET_DEFAULT_BLOCK_NAME",name:e}}function Xa(e){return{type:"SET_FREEFORM_FALLBACK_BLOCK_NAME",name:e}}function Ua(e){return{type:"SET_UNREGISTERED_FALLBACK_BLOCK_NAME",name:e}}function $a(e){return{type:"SET_GROUPING_BLOCK_NAME",name:e}}function Ga(e){return{type:"SET_CATEGORIES",categories:e}}function Ka(e,t){return{type:"UPDATE_CATEGORY",slug:e,category:t}}function Ja(e,t,n){return{type:"ADD_BLOCK_COLLECTION",namespace:e,title:t,icon:n}}function Za(e){return{type:"REMOVE_BLOCK_COLLECTION",namespace:e}}const Qa=dn(Zr,{reducer:Lr,selectors:r,actions:o});let ei,ti,ni,ri;Mn(Qa);const oi=/)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g;function ai(e,t,n,r,o){return{blockName:e,attrs:t,innerBlocks:n,innerHTML:r,innerContent:o}}function ii(e){return ai(null,{},[],e,[e])}function si(){const e=function(){const e=oi.exec(ei);if(null===e)return["no-more-tokens"];const t=e.index,[n,r,o,a,i,,s]=e,l=n.length,c=!!r,u=!!s,d=(o||"core/")+a,p=!!i,m=p?function(e){try{return JSON.parse(e)}catch(e){return null}}(i):{};if(u)return["void-block",d,m,t,l];if(c)return["block-closer",d,null,t,l];return["block-opener",d,m,t,l]}(),[t,n,r,o,a]=e,i=ri.length,s=o>ti?ti:null;switch(t){case"no-more-tokens":if(0===i)return li(),!1;if(1===i)return ui(),!1;for(;0)[^\\-]*)*(?:--\x3e)?|!\\[CDATA\\[[^\\]]*(?:](?!]>)[^\\]]*)*?(?:]]>)?)|[^>]*>?))");function pi(e,t){const n=function(e){const t=[];let n,r=e;for(;n=r.match(di);){const e=n.index;t.push(r.slice(0,e)),t.push(n[0]),r=r.slice(e+n[0].length)}return r.length&&t.push(r),t}(e);let r=!1;const o=Object.keys(t);for(let e=1;e1&&void 0!==arguments[1])||arguments[1];const n=[];if(""===e.trim())return"";if(-1!==(e+="\n").indexOf(""),r=t.pop();e="";for(let r=0;r";n.push([i,o.substr(a)+""]),e+=o.substr(0,a)+i}e+=r}const r="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";-1!==(e=pi(e=(e=(e=(e=e.replace(/\s*/g,"\n\n")).replace(new RegExp("(<"+r+"[\\s/>])","g"),"\n\n$1")).replace(new RegExp("()","g"),"$1\n\n")).replace(/\r\n|\r/g,"\n"),{"\n":" \x3c!-- wpnl --\x3e "})).indexOf("\s*/g,"")),-1!==e.indexOf("")&&(e=(e=(e=e.replace(/(]*>)\s*/g,"$1")).replace(/\s*<\/object>/g,"")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/g,"$1")),-1===e.indexOf("\]]*[>\]])\s*/g,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/g,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/g,"$1")),-1!==e.indexOf("]*>)/,"$1")).replace(/<\/figcaption>\s*/,""));const o=(e=e.replace(/\n\n+/g,"\n\n")).split(/\n\s*\n/).filter(Boolean);return e="",o.forEach((t=>{e+="

"+t.replace(/^\n*|\n*$/g,"")+"

\n"})),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/

\s*<\/p>/g,"")).replace(/

([^<]+)<\/(div|address|form)>/g,"

$1

")).replace(new RegExp("

\\s*(]*>)\\s*

","g"),"$1")).replace(/

(/g,"$1")).replace(/

]*)>/gi,"

")).replace(/<\/blockquote><\/p>/g,"

")).replace(new RegExp("

\\s*(]*>)","g"),"$1")).replace(new RegExp("(]*>)\\s*

","g"),"$1"),t&&(e=e.replace(/<(script|style).*?<\/\\1>/g,(e=>e[0].replace(/\n/g,""))),e=(e=e.replace(/
|/g,"
")).replace(/(
)?\s*\n/g,((e,t)=>t?e:"
\n")),e=e.replace(//g,"\n")),e=(e=(e=e.replace(new RegExp("(]*>)\\s*
","g"),"$1")).replace(/
(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/g,"$1")).replace(/\n<\/p>$/g,"

"),n.forEach((t=>{const[n,r]=t;e=e.replace(n,r)})),-1!==e.indexOf("\x3c!-- wpnl --\x3e")&&(e=e.replace(/\s?\s?/g,"\n")),e}function fi(e){const t="blockquote|ul|ol|li|dl|dt|dd|table|thead|tbody|tfoot|tr|th|td|h[1-6]|fieldset|figure",n=t+"|div|p",r=t+"|pre",o=[];let a=!1,i=!1;return e?(-1===e.indexOf("]*>[\s\S]*?<\/\1>/g,(e=>(o.push(e),"")))),-1!==e.indexOf("]*>[\s\S]+?<\/pre>/g,(e=>(e=(e=e.replace(/
(\r\n|\n)?/g,"")).replace(/<\/?p( [^>]*)?>(\r\n|\n)?/g,"")).replace(/\r?\n/g,"")))),-1!==e.indexOf("[caption")&&(i=!0,e=e.replace(/\[caption[\s\S]+?\[\/caption\]/g,(e=>e.replace(/]*)>/g,"").replace(/[\r\n\t]+/,"")))),e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp("\\s*\\s*","g"),"\n")).replace(new RegExp("\\s*<((?:"+n+")(?: [^>]*)?)>","g"),"\n<$1>")).replace(/(

]+>[\s\S]*?)<\/p>/g,"$1")).replace(/]*)?>\s*

/gi,"\n\n")).replace(/\s*

/gi,"")).replace(/\s*<\/p>\s*/gi,"\n\n")).replace(/\n[\s\u00a0]+\n/g,"\n\n")).replace(/(\s*)
\s*/gi,((e,t)=>t&&-1!==t.indexOf("\n")?"\n\n":"\n")),-1!==(e=(e=(e=(e=(e=(e=(e=e.replace(/\s*

\s*/g,"
\n")).replace(/\s*\[caption([^\[]+)\[\/caption\]\s*/gi,"\n\n[caption$1[/caption]\n\n")).replace(/caption\]\n\n+\[caption/g,"caption]\n\n[caption")).replace(new RegExp("\\s*<((?:"+r+")(?: [^>]*)?)\\s*>","g"),"\n<$1>")).replace(new RegExp("\\s*\\s*","g"),"\n")).replace(/<((li|dt|dd)[^>]*)>/g," \t<$1>")).indexOf("/g,"\n")),-1!==e.indexOf("]*)?>\s*/g,"\n\n\n\n")),-1!==e.indexOf("/g,(e=>e.replace(/[\r\n]+/g,"")))),e=(e=(e=(e=e.replace(/<\/p#>/g,"

\n")).replace(/\s*(

]+>[\s\S]*?<\/p>)/g,"\n$1")).replace(/^\s+/,"")).replace(/[\s\u00a0]+$/,""),a&&(e=e.replace(//g,"\n")),i&&(e=e.replace(/]*)>/g,"")),o.length&&(e=e.replace(//g,(()=>o.shift()))),e):""}function hi(e){let{children:t,...n}=e,r="";return dt.Children.toArray(t).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(r+=e)})),(0,dt.createElement)("div",{dangerouslySetInnerHTML:{__html:r},...n})}const gi=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function bi(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function vi(e){return e.replace(//g,">")}(function(e){return e.replace(/"/g,""")}(bi(e)))}function _i(e){return vi(bi(e))}function Mi(e){return vi(e.replace(/&/g,"&"))}function ki(e){return!gi.test(e)}const{Provider:wi,Consumer:Ei}=(0,dt.createContext)(void 0),Li=(0,dt.forwardRef)((()=>null)),xi=new Set(["string","boolean","number"]),Si=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),Ai=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),Ci=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),Ti=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function zi(e,t){return t.some((t=>0===e.indexOf(t)))}function Ni(e){return"key"===e||"children"===e}function Oi(e,t){return"style"===e?function(e){if(!(0,ht.isPlainObject)(e))return e;let t;for(const n in e){const r=e[n];if(null==r)continue;t?t+=";":t="";t+=Bi(n)+":"+Ii(n,r)}return t}(t):t}function Di(e){switch(e){case"htmlFor":return"for";case"className":return"class"}return e.toLowerCase()}function Bi(e){return(0,ht.startsWith)(e,"--")?e:zi(e,["ms","O","Moz","Webkit"])?"-"+(0,ht.kebabCase)(e):(0,ht.kebabCase)(e)}function Ii(e,t){return"number"!=typeof t||0===t||Ti.has(e)?t:t+"px"}function Pi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return Wi(e,t,n);switch(typeof e){case"string":return _i(e);case"number":return e.toString()}const{type:r,props:o}=e;switch(r){case dt.StrictMode:case dt.Fragment:return Wi(o.children,t,n);case hi:const{children:e,...r}=o;return Ri((0,ht.isEmpty)(r)?null:"div",{...r,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof r){case"string":return Ri(r,o,t,n);case"function":return r.prototype&&"function"==typeof r.prototype.render?Hi(r,o,t,n):Pi(r(o,n),t,n)}switch(r&&r.$$typeof){case wi.$$typeof:return Wi(o.children,o.value,n);case Ei.$$typeof:return Pi(o.children(t||r._currentValue),t,n);case Li.$$typeof:return Pi(r.render(o),t,n)}return""}function Ri(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o="";if("textarea"===e&&t.hasOwnProperty("value")?(o=Wi(t.value,n,r),t=(0,ht.omit)(t,"value")):t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?o=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(o=Wi(t.children,n,r)),!e)return o;const a=Yi(t);return Si.has(e)?"<"+e+a+"/>":"<"+e+a+">"+o+""}function Hi(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const o=new e(t,r);"function"==typeof o.getChildContext&&Object.assign(r,o.getChildContext());const a=Pi(o.render(),n,r);return a}function Wi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";e=(0,ht.castArray)(e);for(let o=0;o2&&void 0!==arguments[2]?arguments[2]:[];const r=Ta(e);let{save:o}=r;if(o.prototype instanceof dt.Component){const e=new o({attributes:t});o=e.render.bind(e)}Xi.blockType=r,Xi.attributes=t,Ui.innerBlocks=n;let a=o({attributes:t,innerBlocks:n});if((0,ht.isObject)(a)&&tr("blocks.getSaveContent.extraProps")&&!(r.apiVersion>1)){const e=ar("blocks.getSaveContent.extraProps",{...a.props},r,t);qi(e,a.props)||(a=(0,dt.cloneElement)(a,e))}return ar("blocks.getSaveElement",a,r,t)}(r,t,n))}function Gi(e,t){return(0,ht.reduce)(e.attributes,((e,n,r)=>{const o=t[r];return void 0===o||void 0!==n.source||"default"in n&&n.default===o||(e[r]=o),e}),{})}function Ki(e){let t=e.originalContent;if(e.isValid||e.innerBlocks.length)try{t=$i(e.name,e.attributes,e.innerBlocks)}catch(e){}return t}function Ji(e,t,n){const r=(0,ht.isEmpty)(t)?"":function(e){return JSON.stringify(e).replace(/--/g,"\\u002d\\u002d").replace(//g,"\\u003e").replace(/&/g,"\\u0026").replace(/\\"/g,"\\u0022")}(t)+" ",o=(0,ht.startsWith)(e,"core/")?e.slice(5):e;return n?`\x3c!-- wp:${o} ${r}--\x3e\n`+n+`\n\x3c!-- /wp:${o} --\x3e`:`\x3c!-- wp:${o} ${r}/--\x3e`}function Zi(e){1===e.length&&Aa(e[0])&&(e=[]);let t=Qi(e);return 1===e.length&&e[0].name===$o()&&(t=fi(t)),t}function Qi(e,t){return(0,ht.castArray)(e).map((e=>function(e){let{isInnerBlocks:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.name,r=Ki(e);if(n===Ko()||!t&&n===$o())return r;const o=Gi(ea(n),e.attributes);return Ji(n,o,r)}(e,t))).join("\n\n")}var es=/^#[xX]([A-Fa-f0-9]+)$/,ts=/^#([0-9]+)$/,ns=/^([A-Za-z0-9]+)$/,rs=(function(){function e(e){this.named=e}e.prototype.parse=function(e){if(e){var t=e.match(es);return t?String.fromCharCode(parseInt(t[1],16)):(t=e.match(ts))?String.fromCharCode(parseInt(t[1],10)):(t=e.match(ns))?this.named[t[1]]:void 0}}}(),/[\t\n\f ]/),os=/[A-Za-z]/,as=/\r\n?/g;function is(e){return rs.test(e)}function ss(e){return os.test(e)}var ls=function(){function e(e,t,n){void 0===n&&(n="precompile"),this.delegate=e,this.entityParser=t,this.mode=n,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var e=this.peek();if("<"!==e||this.isIgnoredEndTag()){if("precompile"===this.mode&&"\n"===e){var t=this.tagNameBuffer.toLowerCase();"pre"!==t&&"textarea"!==t||this.consume()}this.transitionTo("data"),this.delegate.beginData()}else this.transitionTo("tagOpen"),this.markTagStart(),this.consume()},data:function(){var e=this.peek(),t=this.tagNameBuffer;"<"!==e||this.isIgnoredEndTag()?"&"===e&&"script"!==t&&"style"!==t?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(e)):(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume())},tagOpen:function(){var e=this.consume();"!"===e?this.transitionTo("markupDeclarationOpen"):"/"===e?this.transitionTo("endTagOpen"):("@"===e||":"===e||ss(e))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(e))},markupDeclarationOpen:function(){var e=this.consume();"-"===e&&"-"===this.peek()?(this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment()):"DOCTYPE"===e.toUpperCase()+this.input.substring(this.index,this.index+6).toUpperCase()&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.transitionTo("doctype"),this.delegate.beginDoctype&&this.delegate.beginDoctype())},doctype:function(){is(this.consume())&&this.transitionTo("beforeDoctypeName")},beforeDoctypeName:function(){var e=this.consume();is(e)||(this.transitionTo("doctypeName"),this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase()))},doctypeName:function(){var e=this.consume();is(e)?this.transitionTo("afterDoctypeName"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase())},afterDoctypeName:function(){var e=this.consume();if(!is(e))if(">"===e)this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData");else{var t=e.toUpperCase()+this.input.substring(this.index,this.index+5).toUpperCase(),n="PUBLIC"===t.toUpperCase(),r="SYSTEM"===t.toUpperCase();(n||r)&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume()),n?this.transitionTo("afterDoctypePublicKeyword"):r&&this.transitionTo("afterDoctypeSystemKeyword")}},afterDoctypePublicKeyword:function(){var e=this.peek();is(e)?(this.transitionTo("beforeDoctypePublicIdentifier"),this.consume()):'"'===e?(this.transitionTo("doctypePublicIdentifierDoubleQuoted"),this.consume()):"'"===e?(this.transitionTo("doctypePublicIdentifierSingleQuoted"),this.consume()):">"===e&&(this.consume(),this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},doctypePublicIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},doctypePublicIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},afterDoctypePublicIdentifier:function(){var e=this.consume();is(e)?this.transitionTo("betweenDoctypePublicAndSystemIdentifiers"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted")},betweenDoctypePublicAndSystemIdentifiers:function(){var e=this.consume();is(e)||(">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted"))},doctypeSystemIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},doctypeSystemIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},afterDoctypeSystemIdentifier:function(){var e=this.consume();is(e)||">"===e&&(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},commentStart:function(){var e=this.consume();"-"===e?this.transitionTo("commentStartDash"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(e),this.transitionTo("comment"))},commentStartDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var e=this.consume();"-"===e?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(e)},commentEndDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+e),this.transitionTo("comment"))},commentEnd:function(){var e=this.consume();">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+e),this.transitionTo("comment"))},tagName:function(){var e=this.consume();is(e)?this.transitionTo("beforeAttributeName"):"/"===e?this.transitionTo("selfClosingStartTag"):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(e)},endTagName:function(){var e=this.consume();is(e)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):"/"===e?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(e)},beforeAttributeName:function(){var e=this.peek();is(e)?this.consume():"/"===e?(this.transitionTo("selfClosingStartTag"),this.consume()):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):"="===e?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var e=this.peek();is(e)?(this.transitionTo("afterAttributeName"),this.consume()):"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.transitionTo("beforeAttributeValue"),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):'"'===e||"'"===e||"<"===e?(this.delegate.reportSyntaxError(e+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(e)):(this.consume(),this.delegate.appendToAttributeName(e))},afterAttributeName:function(){var e=this.peek();is(e)?this.consume():"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.consume(),this.transitionTo("beforeAttributeValue")):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e))},beforeAttributeValue:function(){var e=this.peek();is(e)?this.consume():'"'===e?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):"'"===e?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(e))},attributeValueDoubleQuoted:function(){var e=this.consume();'"'===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueSingleQuoted:function(){var e=this.consume();"'"===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueUnquoted:function(){var e=this.peek();is(e)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"&"===e?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):">"===e?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(e))},afterAttributeValueQuoted:function(){var e=this.peek();is(e)?(this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.consume(),this.transitionTo("selfClosingStartTag")):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){">"===this.peek()?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var e=this.consume();("@"===e||":"===e||ss(e))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(e))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(e){this.state=e},e.prototype.tokenize=function(e){this.reset(),this.tokenizePart(e),this.tokenizeEOF()},e.prototype.tokenizePart=function(e){for(this.input+=function(e){return e.replace(as,"\n")}(e);this.index"!==this.input.substring(this.index,this.index+8)||"style"===e&&""!==this.input.substring(this.index,this.index+8)||"script"===e&&"<\/script>"!==this.input.substring(this.index,this.index+9)},e}(),cs=function(){function e(e,t){void 0===t&&(t={}),this.options=t,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new ls(this,e,t.mode),this._currentAttribute=void 0}return e.prototype.tokenize=function(e){return this.tokens=[],this.tokenizer.tokenize(e),this.tokens},e.prototype.tokenizePart=function(e){return this.tokens=[],this.tokenizer.tokenizePart(e),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var e=this.token;if(null===e)throw new Error("token was unexpectedly null");if(0===arguments.length)return e;for(var t=0;t1?n-1:0),o=1;o[]}}const ms=/[\t\n\r\v\f ]+/g,fs=/^[\t\n\r\v\f ]*$/,hs=/^url\s*\(['"\s]*(.*?)['"\s]*\)$/,gs=["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"],bs=[...gs,"autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"],vs=[ht.identity,function(e){return ws(e).join(" ")}],ys=/^[\da-z]+$/i,_s=/^#\d+$/,Ms=/^#x[\da-f]+$/i;class ks{parse(e){if(t=e,ys.test(t)||_s.test(t)||Ms.test(t))return ds("&"+e+";");var t}}function ws(e){return e.trim().split(ms)}function Es(e){return e.attributes.filter((e=>{const[t,n]=e;return n||0===t.indexOf("data-")||(0,ht.includes)(bs,t)}))}function Ls(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ps(),r=e.chars,o=t.chars;for(let e=0;e{const[t,...n]=e.split(":"),r=n.join(":");return[t.trim(),Ss(r.trim())]}));return(0,ht.fromPairs)(t)}const Cs={class:(e,t)=>!(0,ht.xor)(...[e,t].map(ws)).length,style:(e,t)=>(0,ht.isEqual)(...[e,t].map(As)),...(0,ht.fromPairs)(gs.map((e=>[e,ht.stubTrue])))};function Ts(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ps();if(e.length!==t.length)return n.warning("Expected attributes %o, instead saw %o.",t,e),!1;const r={};for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:ps();return e.tagName!==t.tagName&&e.tagName.toLowerCase()!==t.tagName.toLowerCase()?(n.warning("Expected tag name `%s`, instead saw `%s`.",t.tagName,e.tagName),!1):Ts(...[e,t].map(Es),n)},Chars:Ls,Comment:Ls};function Ns(e){let t;for(;t=e.shift();){if("Chars"!==t.type)return t;if(!fs.test(t.chars))return t}}function Os(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ps();try{return new cs(new ks).tokenize(e)}catch(n){t.warning("Malformed HTML detected: %s",e)}return null}function Ds(e,t){return!!e.selfClosing&&!(!t||t.tagName!==e.tagName||"EndTag"!==t.type)}function Bs(e,t){if(e.name===$o()||e.name===Ko())return[!0];const n=function(){const e=[],t=ps();return{error(){for(var n=arguments.length,r=new Array(n),o=0;oe}}(),r=Ta(t);let o;try{o=$i(r,e.attributes)}catch(e){return n.error("Block validation failed because an error occurred while generating block content:\n\n%s",e.toString()),[!1,n.getItems()]}const a=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ps();if(e===t)return!0;const[r,o]=[e,t].map((e=>Os(e,n)));if(!r||!o)return!1;let a,i;for(;a=Ns(r);){if(i=Ns(o),!i)return n.warning("Expected end of content, instead saw %o.",a),!1;if(a.type!==i.type)return n.warning("Expected token of type `%s` (%o), instead saw `%s` (%o).",i.type,i,a.type,a),!1;const e=zs[a.type];if(e&&!e(a,i,n))return!1;Ds(a,o[0])?Ns(o):Ds(i,r[0])&&Ns(r)}return!(i=Ns(o))||(n.warning("Expected %o, instead saw end of content.",i),!1)}(e.originalContent,o,n);return a||n.error("Block validation failed for `%s` (%o).\n\nContent generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",r.name,r,o,e.originalContent),[a,n.getItems()]}function Is(e,t){const n={...t};if("core/cover-image"===e&&(e="core/cover"),"core/text"!==e&&"core/cover-text"!==e||(e="core/paragraph"),e&&0===e.indexOf("core/social-link-")&&(n.service=e.substring(17),e="core/social-link"),e&&0===e.indexOf("core-embed/")){const t=e.substring(11),r={speaker:"speaker-deck",polldaddy:"crowdsignal"};n.providerNameSlug=t in r?r[t]:t,["amazon-kindle","wordpress"].includes(t)||(n.responsive=!0),e="core/embed"}return"core/query-loop"===e&&(e="core/post-template"),"core/post-comment-author"===e&&(e="core/comment-author-name"),"core/post-comment-content"===e&&(e="core/comment-content"),"core/post-comment-date"===e&&(e="core/comment-date"),[e,n]}function Ps(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{isCommentDelimited:n=!0}=t,{blockName:r,attrs:o={},innerBlocks:a=[],innerContent:i=[]}=e;let s=0;const l=i.map((e=>null!==e?e:Ps(a[s++],t))).join("\n").replace(/\n+/g,"\n").trim();return n?Ji(r,o,l):l}function Rs(e,t){for(var n,r=t.split(".");n=r.shift();){if(!(n in e))return;e=e[n]}return e}var Hs,Ws=function(){return Hs||(Hs=document.implementation.createHTMLDocument("")),Hs};function Ys(e,t){if(t){if("string"==typeof e){var n=Ws();n.body.innerHTML=e,e=n.body}if("function"==typeof t)return t(e);if(Object===t.constructor)return Object.keys(t).reduce((function(n,r){return n[r]=Ys(e,t[r]),n}),{})}}function js(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=n;if(e&&(r=n.querySelector(e)),r)return Rs(r,t)}}function qs(e){const t={};for(let n=0;n{let n=t;e&&(n=t.querySelector(e));try{return Fs(n)}catch(e){return null}}}function Xs(e){const t=[];for(let n=0;n{let n=t;return e&&(n=t.querySelector(e)),n?Xs(n.childNodes):[]}}const Gs={concat:function(){const e=[];for(let t=0;tfunction(e,t){switch(t){case"string":return"string"==typeof e;case"boolean":return"boolean"==typeof e;case"object":return!!e&&e.constructor===Object;case"null":return null===e;case"array":return Array.isArray(e);case"integer":case"number":return"number"==typeof e}return!0}(e,t)))}function Js(e,t,n,r){const{type:o,enum:a}=t;let i;switch(t.source){case void 0:i=r?r[e]:void 0;break;case"attribute":case"property":case"html":case"text":case"children":case"node":case"query":case"tag":i=Qs(n,t)}return function(e,t){return void 0===t||Ks(e,(0,ht.castArray)(t))}(i,o)&&function(e,t){return!Array.isArray(t)||t.includes(e)}(i,a)||(i=void 0),void 0===i?t.default:i}function Zs(e){switch(e.source){case"attribute":let t=function(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=js(e,"attributes")(n);if(r&&r.hasOwnProperty(t))return r[t].value}}(e.selector,e.attribute);return"boolean"===e.type&&(t=(e=>(0,ht.flow)([e,e=>void 0!==e]))(t)),t;case"html":return function(e,t){return n=>{let r=n;if(e&&(r=n.querySelector(e)),!r)return"";if(t){let e="";const n=r.children.length;for(let o=0;oe?e.toLowerCase():void 0]);default:console.error(`Unknown source type "${e.source}"`)}}function Qs(e,t){return Ys(e,Zs(t))}function el(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Ta(e),o=(0,ht.mapValues)(r.attributes,((e,r)=>Js(r,e,t,n)));return ar("blocks.getBlockAttributes",o,r,t,n)}function tl(e){const t=Qs(e=`

${e}
`,{type:"string",source:"attribute",selector:"[data-custom-class-name] > *",attribute:"class"});return t?t.trim().split(/\s+/):[]}function nl(e,t){const n=function(e,t,n){if(ra(t,"customClassName",!0)){const r=$i(t,(0,ht.omit)(e,["className"])),o=tl(r),a=tl(n),i=(0,ht.difference)(a,o);i.length?e.className=i.join(" "):r&&delete e.className}return e}(e.attributes,t,e.originalContent);return{...e,attributes:n}}function rl(e){let t=function(e){const t=$o(),n=e.blockName||$o(),r=e.attrs||{},o=e.innerBlocks||[];let a=e.innerHTML.trim();return n===t&&(a=mi(a).trim()),{...e,blockName:n,attrs:r,innerHTML:a,innerBlocks:o}}(e);t=function(e){const[t,n]=Is(e.blockName,e.attrs);return{...e,blockName:t,attrs:n}}(t);let n=ea(t.blockName);n||(t=function(e){const t=Ko()||$o(),n=Ps(e,{isCommentDelimited:!1}),r=Ps(e,{isCommentDelimited:!0});return{blockName:t,attrs:{originalName:e.blockName,originalContent:r,originalUndelimitedContent:n},innerHTML:e.blockName?r:e.innerHTML,innerBlocks:e.innerBlocks,innerContent:e.innerContent}}(t),n=ea(t.blockName));const r=t.blockName===$o()||t.blockName===Ko();if(!n||!t.innerHTML&&r)return;const o=t.innerBlocks.map(rl).filter((e=>!!e));let a=ha(t.blockName,el(n,t.innerHTML,t.attrs),o);a.originalContent=t.innerHTML;let[i,s]=Bs(a,n);return i||(a=nl(a,n),[i,s]=Bs(a,n)),a.isValid=i,a.validationIssues=s,a=function(e,t,n){const r=t.attrs,{deprecated:o}=n;if(!o||!o.length)return e;for(let t=0;t0&&(a.isValid?(console.groupCollapsed("Updated Block: %s",n.name),console.info("Block successfully updated for `%s` (%o).\n\nNew content generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",n.name,n,$i(n,a.attributes),a.originalContent),console.groupEnd()):s.forEach((e=>{let{log:t,args:n}=e;return t(...n)}))),a}function ol(e){return(e=>{ei=e,ti=0,ni=[],ri=[],oi.lastIndex=0;do{}while(si());return ni})(e).reduce(((e,t)=>{const n=rl(t);return n&&e.push(n),e}),[])}function al(){return(0,ht.filter)(Ea("from"),{type:"raw"}).map((e=>e.isMatch?e:{...e,isMatch:t=>e.selector&&t.matches(e.selector)}))}function il(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children).flatMap((e=>{const t=wa(al(),(t=>{let{isMatch:n}=t;return n(e)}));if(!t)return ha("core/html",el("core/html",e.outerHTML));const{transform:n,blockName:r}=t;return n?n(e):ha(r,el(r,e.outerHTML))}))}function sl(e){switch(e.nodeType){case e.TEXT_NODE:return/^[ \f\n\r\t\v\u00a0]*$/.test(e.nodeValue||"");case e.ELEMENT_NODE:return!e.hasAttributes()&&(!e.hasChildNodes()||Array.from(e.childNodes).every(sl));default:return!0}}const ll={strong:{},em:{},s:{},del:{},ins:{},a:{attributes:["href","target","rel","id"]},code:{},abbr:{attributes:["title"]},sub:{},sup:{},br:{},small:{},q:{attributes:["cite"]},dfn:{attributes:["title"]},data:{attributes:["value"]},time:{attributes:["datetime"]},var:{},samp:{},kbd:{},i:{},b:{},u:{},mark:{},ruby:{},rt:{},rp:{},bdi:{attributes:["dir"]},bdo:{attributes:["dir"]},wbr:{},"#text":{}};(0,ht.without)(Object.keys(ll),"#text","br").forEach((e=>{ll[e].children=(0,ht.omit)(ll,e)}));const cl={...ll,audio:{attributes:["src","preload","autoplay","mediagroup","loop","muted"]},canvas:{attributes:["width","height"]},embed:{attributes:["src","type","width","height"]},img:{attributes:["alt","src","srcset","usemap","ismap","width","height"]},object:{attributes:["data","type","name","usemap","form","width","height"]},video:{attributes:["src","poster","preload","autoplay","mediagroup","loop","muted","controls","width","height"]}};function ul(e){return"paste"!==e?cl:(0,ht.omit)({...cl,ins:{children:cl.ins.children},del:{children:cl.del.children}},["u","abbr","data","time","wbr","bdi","bdo"])}function dl(e){const t=e.nodeName.toLowerCase();return ul().hasOwnProperty(t)||"span"===t}function pl(e){const t=e.nodeName.toLowerCase();return ll.hasOwnProperty(t)||"span"===t}function ml(e){const t=document.implementation.createHTMLDocument(""),n=document.implementation.createHTMLDocument(""),r=t.body,o=n.body;for(r.innerHTML=e;r.firstChild;){const e=r.firstChild;e.nodeType===e.TEXT_NODE?sl(e)?r.removeChild(e):(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):e.nodeType===e.ELEMENT_NODE?"BR"===e.nodeName?(e.nextSibling&&"BR"===e.nextSibling.nodeName&&(o.appendChild(n.createElement("P")),r.removeChild(e.nextSibling)),o.lastChild&&"P"===o.lastChild.nodeName&&o.lastChild.hasChildNodes()?o.lastChild.appendChild(e):r.removeChild(e)):"P"===e.nodeName?sl(e)?r.removeChild(e):o.appendChild(e):dl(e)?(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):o.appendChild(e):r.removeChild(e)}return o.innerHTML}function fl(e,t){Oo(t.parentNode),t.parentNode.insertBefore(e,t.nextSibling)}function hl(e,t){Oo(e.parentNode),fl(t,e.parentNode),Do(e)}function gl(e,t){if(e.nodeType===e.COMMENT_NODE)if("nextpage"!==e.nodeValue){if(0===e.nodeValue.indexOf("more")){const n=e.nodeValue.slice(4).trim();let r=e,o=!1;for(;r=r.nextSibling;)if(r.nodeType===r.COMMENT_NODE&&"noteaser"===r.nodeValue){o=!0,Do(r);break}hl(e,function(e,t,n){const r=n.createElement("wp-block");r.dataset.block="core/more",e&&(r.dataset.customText=e);t&&(r.dataset.noTeaser="");return r}(n,o,t))}}else hl(e,function(e){const t=e.createElement("wp-block");return t.dataset.block="core/nextpage",t}(t))}function bl(e){const t=e.parentNode;for(Oo();e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function vl(e){return"OL"===e.nodeName||"UL"===e.nodeName}function yl(e){if(!vl(e))return;const t=e,n=e.previousElementSibling;if(n&&n.nodeName===e.nodeName&&1===t.children.length){for(;t.firstChild;)n.appendChild(t.firstChild);t.parentNode.removeChild(t)}const r=e.parentNode;if(r&&"LI"===r.nodeName&&1===r.children.length&&!/\S/.test((o=r,Array.from(o.childNodes).map((e=>{let{nodeValue:t=""}=e;return t})).join("")))){const e=r,n=e.previousElementSibling,o=e.parentNode;n?(n.appendChild(t),o.removeChild(e)):(o.parentNode.insertBefore(t,o),o.parentNode.removeChild(o))}var o;if(r&&vl(r)){const t=e.previousElementSibling;t?t.appendChild(e):bl(e)}}function _l(e){"BLOCKQUOTE"===e.nodeName&&(e.innerHTML=ml(e.innerHTML))}function Ml(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;const n=e.ownerDocument.createElement("figure");t.parentNode.insertBefore(n,t),n.appendChild(e)}function kl(e,t,n){if(!function(e,t){const n=e.nodeName.toLowerCase();return"figcaption"!==n&&!pl(e)&&(0,ht.has)(t,["figure","children",n])}(e,n))return;let r=e;const o=e.parentNode;(function(e,t){const n=e.nodeName.toLowerCase();return(0,ht.has)(t,["figure","children","a","children",n])})(e,n)&&"A"===o.nodeName&&1===o.childNodes.length&&(r=e.parentNode);const a=r.closest("p,div");a?e.classList?(e.classList.contains("alignright")||e.classList.contains("alignleft")||e.classList.contains("aligncenter")||!a.textContent.trim())&&Ml(r,a):Ml(r,a):"BODY"===r.parentNode.nodeName&&Ml(r)}function wl(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const r=El(e);r.lastIndex=n;const o=r.exec(t);if(!o)return;if("["===o[1]&&"]"===o[7])return wl(e,t,r.lastIndex);const a={index:o.index,content:o[0],shortcode:xl(o)};return o[1]&&(a.content=a.content.slice(1),a.index++),o[7]&&(a.content=a.content.slice(0,-1)),a}function El(e){return new RegExp("\\[(\\[?)("+e+")(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)","g")}const Ll=wn()((e=>{const t={},n=[],r=/([\w-]+)\s*=\s*"([^"]*)"(?:\s|$)|([\w-]+)\s*=\s*'([^']*)'(?:\s|$)|([\w-]+)\s*=\s*([^\s'"]+)(?:\s|$)|"([^"]*)"(?:\s|$)|'([^']*)'(?:\s|$)|(\S+)(?:\s|$)/g;let o;for(e=e.replace(/[\u00a0\u200b]/g," ");o=r.exec(e);)o[1]?t[o[1].toLowerCase()]=o[2]:o[3]?t[o[3].toLowerCase()]=o[4]:o[5]?t[o[5].toLowerCase()]=o[6]:o[7]?n.push(o[7]):o[8]?n.push(o[8]):o[9]&&n.push(o[9]);return{named:t,numeric:n}}));function xl(e){let t;return t=e[4]?"self-closing":e[6]?"closed":"single",new Sl({tag:e[2],attrs:e[3],type:t,content:e[5]})}const Sl=(0,ht.extend)((function(e){(0,ht.extend)(this,(0,ht.pick)(e||{},"tag","attrs","type","content"));const t=this.attrs;this.attrs={named:{},numeric:[]},t&&((0,ht.isString)(t)?this.attrs=Ll(t):(0,ht.isEqual)(Object.keys(t),["named","numeric"])?this.attrs=t:(0,ht.forEach)(t,((e,t)=>{this.set(t,e)})))}),{next:wl,replace:function(e,t,n){return t.replace(El(e),(function(e,t,r,o,a,i,s,l){if("["===t&&"]"===l)return e;const c=n(xl(arguments));return c||""===c?t+c+l:e}))},string:function(e){return new Sl(e).string()},regexp:El,attrs:Ll,fromMatch:xl});(0,ht.extend)(Sl.prototype,{get(e){return this.attrs[(0,ht.isNumber)(e)?"numeric":"named"][e]},set(e,t){return this.attrs[(0,ht.isNumber)(e)?"numeric":"named"][e]=t,this},string(){let e="["+this.tag;return(0,ht.forEach)(this.attrs.numeric,(t=>{/\s/.test(t)?e+=' "'+t+'"':e+=" "+t})),(0,ht.forEach)(this.attrs.named,((t,n)=>{e+=" "+n+'="'+t+'"'})),"single"===this.type?e+"]":"self-closing"===this.type?e+" /]":(e+="]",this.content&&(e+=this.content),e+"[/"+this.tag+"]")}});const Al=function e(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=Ea("from"),a=wa(o,(e=>-1===r.indexOf(e.blockName)&&"shortcode"===e.type&&(0,ht.some)((0,ht.castArray)(e.tag),(e=>El(e).test(t)))));if(!a)return[t];const i=(0,ht.castArray)(a.tag),s=(0,ht.find)(i,(e=>El(e).test(t)));let l;const c=n;if(l=wl(s,t,n)){n=l.index+l.content.length;const o=t.substr(0,l.index),i=t.substr(n);if(!((0,ht.includes)(l.shortcode.content||"","<")||/(\n|

)\s*$/.test(o)&&/^\s*(\n|<\/p>)/.test(i)))return e(t,n);if(a.isMatch&&!a.isMatch(l.shortcode.attrs))return e(t,c,[...r,a.blockName]);const s=(0,ht.mapValues)((0,ht.pickBy)(a.attributes,(e=>e.shortcode)),(e=>e.shortcode(l.shortcode.attrs,l))),u={...ea(a.blockName),attributes:a.attributes};let d=ha(a.blockName,el(u,l.shortcode.content,s));return d.originalContent=l.shortcode.content,d=nl(d,u),[...e(o),d,...e(i)]}return[t]};function Cl(e){return function(e,t){const n={phrasingContentSchema:ul(t),isPaste:"paste"===t},r=e.map((e=>{let{isMatch:t,blockName:r,schema:o}=e;const a=ra(r,"anchor");return o=(0,ht.isFunction)(o)?o(n):o,a||t?(0,ht.mapValues)(o,(e=>{let n=e.attributes||[];return a&&(n=[...n,"id"]),{...e,attributes:n,isMatch:t||void 0}})):o}));return(0,ht.mergeWith)({},...r,((e,t,n)=>{switch(n){case"children":return"*"===e||"*"===t?"*":{...e,...t};case"attributes":case"require":return[...e||[],...t||[]];case"isMatch":if(!e||!t)return;return function(){return e(...arguments)||t(...arguments)}}}))}(al(),e)}function Tl(e,t,n,r){Array.from(e).forEach((e=>{Tl(e.childNodes,t,n,r),t.forEach((t=>{n.contains(e)&&t(e,n,r)}))}))}function zl(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0;const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Tl(r.body.childNodes,t,r,n),r.body.innerHTML}function Nl(e,t){const n=e[`${t}Sibling`];if(n&&dl(n))return n;const{parentNode:r}=e;return r&&dl(r)?Nl(r,t):void 0}function Ol(e){let{HTML:t=""}=e;if(-1!==t.indexOf("\x3c!-- wp:"))return ol(t);const n=Al(t),r=Cl();return(0,ht.compact)((0,ht.flatMap)(n,(e=>{if("string"!=typeof e)return e;return il(e=ml(e=zl(e,[yl,gl,kl,_l],r)))})))}function Dl(e,t,n,r){Array.from(e).forEach((e=>{var o,a;const i=e.nodeName.toLowerCase();if(n.hasOwnProperty(i)&&(!n[i].isMatch||null!==(o=(a=n[i]).isMatch)&&void 0!==o&&o.call(a,e))){if(function(e){return!!e&&e.nodeType===e.ELEMENT_NODE}(e)){const{attributes:o=[],classes:a=[],children:s,require:l=[],allowEmpty:c}=n[i];if(s&&!c&&sl(e))return void Do(e);if(e.hasAttributes()&&(Array.from(e.attributes).forEach((t=>{let{name:n}=t;"class"===n||(0,ht.includes)(o,n)||e.removeAttribute(n)})),e.classList&&e.classList.length)){const t=a.map((e=>"string"==typeof e?t=>t===e:e instanceof RegExp?t=>e.test(t):ht.noop));Array.from(e.classList).forEach((n=>{t.some((e=>e(n)))||e.classList.remove(n)})),e.classList.length||e.removeAttribute("class")}if(e.hasChildNodes()){if("*"===s)return;if(s)l.length&&!e.querySelector(l.join(","))?(Dl(e.childNodes,t,n,r),bl(e)):e.parentNode&&"BODY"===e.parentNode.nodeName&&dl(e)?(Dl(e.childNodes,t,n,r),Array.from(e.childNodes).some((e=>!dl(e)))&&bl(e)):Dl(e.childNodes,t,s,r);else for(;e.firstChild;)Do(e.firstChild)}}}else Dl(e.childNodes,t,n,r),r&&!dl(e)&&e.nextElementSibling&&fl(t.createElement("br"),e),bl(e)}))}function Bl(e,t,n){const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Dl(r.body.childNodes,r,t,n),r.body.innerHTML}function Il(e){e.nodeType===e.COMMENT_NODE&&Do(e)}function Pl(e,t){return e.every((e=>function(e,t){if(pl(e))return!0;if(!t)return!1;const n=e.nodeName.toLowerCase();return[["ul","li","ol"],["h1","h2","h3","h4","h5","h6"]].some((e=>0===(0,ht.difference)([n,t],e).length))}(e,t)&&Pl(Array.from(e.children),t)))}function Rl(e){return"BR"===e.nodeName&&e.previousSibling&&"BR"===e.previousSibling.nodeName}function Hl(e,t){Oo(t.parentNode),t.parentNode.insertBefore(e,t),e.appendChild(t)}function Wl(e,t){const n=e.ownerDocument.createElement(t);for(;e.firstChild;)n.appendChild(e.firstChild);return Oo(e.parentNode),e.parentNode.replaceChild(n,e),n}function Yl(e,t){if("SPAN"===e.nodeName&&e.style){const{fontWeight:n,fontStyle:r,textDecorationLine:o,textDecoration:a,verticalAlign:i}=e.style;"bold"!==n&&"700"!==n||Hl(t.createElement("strong"),e),"italic"===r&&Hl(t.createElement("em"),e),("line-through"===o||(0,ht.includes)(a,"line-through"))&&Hl(t.createElement("s"),e),"super"===i?Hl(t.createElement("sup"),e):"sub"===i&&Hl(t.createElement("sub"),e)}else"B"===e.nodeName?e=Wl(e,"strong"):"I"===e.nodeName?e=Wl(e,"em"):"A"===e.nodeName&&(e.target&&"_blank"===e.target.toLowerCase()?e.rel="noreferrer noopener":(e.removeAttribute("target"),e.removeAttribute("rel")),e.name&&!e.id&&(e.id=e.name),e.id&&!e.ownerDocument.querySelector(`[href="#${e.id}"]`)&&e.removeAttribute("id"))}function jl(e){"SCRIPT"!==e.nodeName&&"NOSCRIPT"!==e.nodeName&&"TEMPLATE"!==e.nodeName&&"STYLE"!==e.nodeName||e.parentNode.removeChild(e)}const{parseInt:ql}=window;function Fl(e){return"OL"===e.nodeName||"UL"===e.nodeName}function Vl(e,t){if("P"!==e.nodeName)return;const n=e.getAttribute("style");if(!n)return;if(-1===n.indexOf("mso-list"))return;const r=/mso-list\s*:[^;]+level([0-9]+)/i.exec(n);if(!r)return;let o=ql(r[1],10)-1||0;const a=e.previousElementSibling;if(!a||!Fl(a)){const n=e.textContent.trim().slice(0,1),r=/[1iIaA]/.test(n),o=t.createElement(r?"ol":"ul");r&&o.setAttribute("type",n),e.parentNode.insertBefore(o,e)}const i=e.previousElementSibling,s=i.nodeName,l=t.createElement("li");let c=i;for(e.removeChild(e.firstElementChild);e.firstChild;)l.appendChild(e.firstChild);for(;o--;)c=c.lastElementChild||c,Fl(c)&&(c=c.lastElementChild||c);Fl(c)||(c=c.appendChild(t.createElement(s))),c.appendChild(l),e.parentNode.removeChild(e)}const{createObjectURL:Xl,revokeObjectURL:Ul}=window.URL,$l={};function Gl(e){const t=Xl(e);return $l[t]=e,t}function Kl(e){return $l[e]}function Jl(e){$l[e]&&Ul(e),delete $l[e]}function Zl(e){return!(!e||!e.indexOf)&&0===e.indexOf("blob:")}const{atob:Ql,File:ec}=window;function tc(e){if("IMG"===e.nodeName){if(0===e.src.indexOf("file:")&&(e.src=""),0===e.src.indexOf("data:")){const[t,n]=e.src.split(","),[r]=t.slice(5).split(";");if(!n||!r)return void(e.src="");let o;try{o=Ql(n)}catch(t){return void(e.src="")}const a=new Uint8Array(o.length);for(let e=0;e]+>/g,""),t=t.replace(/^\s*]*>\s*]*>(?:\s*)?/i,""),t=t.replace(/(?:\s*)?<\/body>\s*<\/html>\s*$/i,""),"INLINE"!==r){const e=t||n;if(-1!==e.indexOf("\x3c!-- wp:"))return ol(e)}var i;if(String.prototype.normalize&&(t=t.normalize()),!n||t&&!function(e){return!/<(?!br[ />])/i.test(e)}(t)||(t=n,/^\s+$/.test(n)||(i=t,t=rc.makeHtml(function(e){return e.replace(/((?:^|\n)```)([^\n`]+)(```(?:$|\n))/,((e,t,n,r)=>`${t}\n${n}\n${r}`))}(i))),"AUTO"===r&&-1===n.indexOf("\n")&&0!==n.indexOf("

")&&0===t.indexOf("

")&&(r="INLINE")),"INLINE"===r)return uc(t,a);const s=Al(t),l=s.length>1;if("AUTO"===r&&!l&&function(e,t){const n=document.implementation.createHTMLDocument("");n.body.innerHTML=e;const r=Array.from(n.body.children);return!r.some(Rl)&&Pl(r,t)}(t,o))return uc(t,a);const c=ul("paste"),u=Cl("paste"),d=(0,ht.compact)((0,ht.flatMap)(s,(e=>{if("string"!=typeof e)return e;const t=[ac,Vl,jl,yl,tc,Yl,gl,Il,oc,kl,_l],n={...u,...c};return e=zl(e,t,u),e=zl(e=ml(e=Bl(e,n)),[ic,sc,lc],u),cc.log("Processed HTML piece:\n\n",e),il(e)})));if("AUTO"===r&&1===d.length&&ra(d[0].name,"__unstablePasteTextInline",!1)){const e=n.replace(/^[\n]+|[\n]+$/g,"");if(""!==e&&-1===e.indexOf("\n"))return Bl(Ki(d[0]),c)}return d}function pc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length===t.length&&(0,ht.every)(t,((t,n)=>{let[r,,o]=t;const a=e[n];return r===a.name&&pc(a.innerBlocks,o)}))}function mc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return t?(0,ht.map)(t,((t,n)=>{let[r,o,a]=t;const i=e[n];if(i&&i.name===r){const e=mc(i.innerBlocks,a);return{...i,innerBlocks:e}}const s=ea(r),l=(e,t)=>(0,ht.mapValues)(t,((t,n)=>c(e[n],t))),c=(e,t)=>{return n=e,"html"===(0,ht.get)(n,["source"])&&(0,ht.isArray)(t)?ji(t):(e=>"query"===(0,ht.get)(e,["source"]))(e)&&t?t.map((t=>l(e.query,t))):t;var n},u=l((0,ht.get)(s,["attributes"],{}),o),[d,p]=Is(r,u);return ha(d,p,mc([],a))})):e}function fc(e,t){var n=(0,dt.useState)((function(){return{inputs:t,result:e()}}))[0],r=(0,dt.useRef)(!0),o=(0,dt.useRef)(n),a=r.current||Boolean(t&&o.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback||window.requestAnimationFrame,gc=()=>{let e=[],t=new WeakMap,n=!1;const r=o=>{const a="number"==typeof o?()=>!1:()=>o.timeRemaining()>0;do{if(0===e.length)return void(n=!1);const r=e.shift();t.get(r)(),t.delete(r)}while(a());hc(r)};return{add:(o,a)=>{t.has(o)||e.push(o),t.set(o,a),n||(n=!0,hc(r))},flush:n=>{if(!t.has(n))return!1;const r=e.indexOf(n);e.splice(r,1);const o=t.get(n);return t.delete(n),o(),!0},reset:()=>{e=[],t=new WeakMap,n=!1}}},bc="undefined"!=typeof window?dt.useLayoutEffect:dt.useEffect,vc=(0,dt.createContext)(gn),{Consumer:yc,Provider:_c}=vc,Mc=yc,kc=_c;function wc(){return(0,dt.useContext)(vc)}const Ec=(0,dt.createContext)(!1),{Consumer:Lc,Provider:xc}=Ec,Sc=xc;const Ac=gc();function Cc(e,t){const n="function"!=typeof e;n&&(t=[]);const r=(0,dt.useCallback)(e,t),o=wc(),a=(0,dt.useContext)(Ec),i=fc((()=>({queue:!0})),[o]),[,s]=(0,dt.useReducer)((e=>e+1),0),l=(0,dt.useRef)(),c=(0,dt.useRef)(a),u=(0,dt.useRef)(),d=(0,dt.useRef)(),p=(0,dt.useRef)(),m=(0,dt.useRef)([]),f=(0,dt.useCallback)((e=>o.__experimentalMarkListeningStores(e,m)),[o]),h=(0,dt.useMemo)((()=>({})),t||[]);let g;if(!n)try{g=l.current!==r||d.current?f((()=>r(o.select,o))):u.current}catch(e){let t=`An error occurred while running 'mapSelect': ${e.message}`;d.current&&(t+="\nThe error may be correlated with this previous error:\n",t+=`${d.current.stack}\n\n`,t+="Original stack trace:"),console.error(t),g=u.current}return bc((()=>{n||(l.current=r,u.current=g,d.current=void 0,p.current=!0,c.current!==a&&(c.current=a,Ac.flush(i)))})),bc((()=>{if(n)return;const e=()=>{if(p.current){try{const e=f((()=>l.current(o.select,o)));if(qi(u.current,e))return;u.current=e}catch(e){d.current=e}s()}};c.current?Ac.add(i,e):e();const t=()=>{c.current?Ac.add(i,e):e()},r=m.current.map((e=>o.__experimentalSubscribeStore(e,t)));return()=>{p.current=!1,r.forEach((e=>null==e?void 0:e())),Ac.flush(i)}}),[o,f,h,n]),n?o.select(e):g}const Tc=e=>t=>(n,r)=>void 0===n||e(r)?t(n,r):n,zc=e=>t=>(n,r)=>t(n,e(r));function Nc(e,t){if(!e)return t;let n=!1;const r={};for(const o in t)(0,ht.isEqual)(e[o],t[o])?r[o]=e[o]:(n=!0,r[o]=t[o]);if(!n)return e;for(const t in e)r.hasOwnProperty(t)||(r[t]=e[t]);return r}const Oc=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}};const Dc=function(e){const t=(e,n)=>{const{headers:r={}}=e;for(const o in r)if("x-wp-nonce"===o.toLowerCase()&&r[o]===t.nonce)return n(e);return n({...e,headers:{...r,"X-WP-Nonce":t.nonce}})};return t.nonce=e,t},Bc=(e,t)=>{let n,r,o=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(n=e.namespace.replace(/^\/|\/$/g,""),r=e.endpoint.replace(/^\//,""),o=r?n+"/"+r:n),delete e.namespace,delete e.endpoint,t({...e,path:o})},Ic=e=>(t,n)=>Bc(t,(t=>{let r,o=t.url,a=t.path;return"string"==typeof a&&(r=e,-1!==e.indexOf("?")&&(a=a.replace("?","&")),a=a.replace(/^\//,""),"string"==typeof r&&-1!==r.indexOf("?")&&(a=a.replace("?","&")),o=r+a),n({...t,url:o})}));function Pc(e){const t=e.split("?"),n=t[1],r=t[0];return n?r+"?"+n.split("&").map((e=>e.split("="))).sort(((e,t)=>e[0].localeCompare(t[0]))).map((e=>e.join("="))).join("&"):r}function Rc(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}function Hc(e){return(Rc(e)||"").replace(/\+/g,"%20").split("&").reduce(((e,t)=>{const[n,r=""]=t.split("=").filter(Boolean).map(decodeURIComponent);if(n){!function(e,t,n){const r=t.length,o=r-1;for(let a=0;a(t[Pc(n)]=e[n],t)),{});return(e,n)=>{const{parse:r=!0}=e;let o=e.path;if(!o&&e.url){const t=Wc(e.url,"rest_route");"string"==typeof t&&(o=t)}if("string"==typeof o){const n=e.method||"GET",a=Pc(o);if("GET"===n&&t[a]){const e=t[a];return delete t[a],Promise.resolve(r?e.body:new window.Response(JSON.stringify(e.body),{status:200,statusText:"OK",headers:e.headers}))}if("OPTIONS"===n&&t[n]&&t[n][a]){const e=t[n][a];return delete t[n][a],Promise.resolve(r?e.body:e)}}return n(e)}};function jc(e){let t="";const n=Object.entries(e);let r;for(;r=n.shift();){let[e,o]=r;if(Array.isArray(o)||o&&o.constructor===Object){const t=Object.entries(o).reverse();for(const[r,o]of t)n.unshift([`${e}[${r}]`,o])}else void 0!==o&&(null===o&&(o=""),t+="&"+[e,o].map(encodeURIComponent).join("="))}return t.substr(1)}function qc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;let n=e;const r=e.indexOf("?");return-1!==r&&(t=Object.assign(Hc(e),t),n=n.substr(0,r)),n+"?"+jc(t)}const Fc=(e,t)=>{let{path:n,url:r,...o}=e;return{...o,url:r&&qc(r,t),path:n&&qc(n,t)}},Vc=e=>e.json?e.json():Promise.reject(e),Xc=e=>{const{next:t}=(e=>{if(!e)return{};const t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}})(e.headers.get("link"));return t},Uc=async(e,t)=>{if(!1===e.parse)return t(e);if(!(e=>{const t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),n=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||n})(e))return t(e);const n=await uu({...Fc(e,{per_page:100}),parse:!1}),r=await Vc(n);if(!Array.isArray(r))return r;let o=Xc(n);if(!o)return r;let a=[].concat(r);for(;o;){const t=await uu({...e,path:void 0,url:o,parse:!1}),n=await Vc(t);a=a.concat(n),o=Xc(t)}return a},$c=new Set(["PATCH","PUT","DELETE"]),Gc="GET",Kc=(e,t)=>{const{method:n=Gc}=e;return $c.has(n.toUpperCase())&&(e={...e,headers:{...e.headers,"X-HTTP-Method-Override":n,"Content-Type":"application/json"},method:"POST"}),t(e)};function Jc(e,t){return void 0!==Wc(e,t)}const Zc=(e,t)=>("string"!=typeof e.url||Jc(e.url,"_locale")||(e.url=qc(e.url,{_locale:"user"})),"string"!=typeof e.path||Jc(e.path,"_locale")||(e.path=qc(e.path,{_locale:"user"})),t(e)),Qc=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t?204===e.status?null:e.json?e.json():Promise.reject(e):e},eu=e=>{const t={code:"invalid_json",message:hr("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch((()=>{throw t}))},tu=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.resolve(Qc(e,t)).catch((e=>nu(e,t)))};function nu(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!t)throw e;return eu(e).then((e=>{const t={code:"unknown_error",message:hr("An unknown error occurred.")};throw e||t}))}const ru=(e,t)=>{if(!function(e){const t=!!e.method&&"POST"===e.method;return(!!e.path&&-1!==e.path.indexOf("/wp/v2/media")||!!e.url&&-1!==e.url.indexOf("/wp/v2/media"))&&t}(e))return t(e);let n=0;const r=e=>(n++,t({path:`/wp/v2/media/${e}/post-process`,method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch((()=>n<5?r(e):(t({path:`/wp/v2/media/${e}?force=true`,method:"DELETE"}),Promise.reject()))));return t({...e,parse:!1}).catch((t=>{const n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?r(n).catch((()=>!1!==e.parse?Promise.reject({code:"post_process",message:hr("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t))):nu(t,e.parse)})).then((t=>tu(t,e.parse)))},ou={Accept:"application/json, */*;q=0.1"},au={credentials:"include"},iu=[Zc,Bc,Kc,Uc];const su=e=>{if(e.status>=200&&e.status<300)return e;throw e};let lu=e=>{const{url:t,path:n,data:r,parse:o=!0,...a}=e;let{body:i,headers:s}=e;s={...ou,...s},r&&(i=JSON.stringify(r),s["Content-Type"]="application/json");return window.fetch(t||n||window.location.href,{...au,...a,body:i,headers:s}).then((e=>Promise.resolve(e).then(su).catch((e=>nu(e,o))).then((e=>tu(e,o)))),(e=>{if(e&&"AbortError"===e.name)throw e;throw{code:"fetch_error",message:hr("You are probably offline.")}}))};function cu(e){const t=iu.reduceRight(((e,t)=>n=>t(n,e)),lu);return t(e).catch((t=>"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(cu.nonceEndpoint).then(su).then((e=>e.text())).then((t=>(cu.nonceMiddleware.nonce=t,cu(e))))))}cu.use=function(e){iu.unshift(e)},cu.setFetchHandler=function(e){lu=e},cu.createNonceMiddleware=Dc,cu.createPreloadingMiddleware=Yc,cu.createRootURLMiddleware=Ic,cu.fetchAllMiddleware=Uc,cu.mediaUploadMiddleware=ru;const uu=cu,du=Object.create(null);function pu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{since:n,version:r,alternative:o,plugin:a,link:i,hint:s}=t,l=a?` from ${a}`:"",c=n?` since version ${n}`:"",u=r?` and will be removed${l} in version ${r}`:"",d=o?` Please use ${o} instead.`:"",p=i?` See: ${i}`:"",m=s?` Note: ${s}`:"",f=`${e} is deprecated${c}${u}.${d}${p}${m}`;f in du||(or("deprecated",e,t,f),console.warn(f),du[f]=!0)}function mu(e,t){return{type:"RECEIVE_ITEMS",items:(0,ht.castArray)(e),persistedEdits:t}}function fu(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return{type:"REMOVE_ITEMS",itemIds:(0,ht.castArray)(n),kind:e,name:t,invalidateCache:r}}function hu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return{...mu(e,n),query:t}}let gu=null;async function bu(e){if(null===gu){const e=await uu({path:"/batch/v1",method:"OPTIONS"});gu=e.endpoints[0].args.requests.maxItems}const t=[];for(const n of(0,ht.chunk)(e,gu)){const e=await uu({path:"/batch/v1",method:"POST",data:{validation:"require-all-validate",requests:n.map((e=>({path:e.path,body:e.data,method:e.method,headers:e.headers})))}});let r;r=e.failed?e.responses.map((e=>({error:null==e?void 0:e.body}))):e.responses.map((e=>{const t={};return e.status>=200&&e.status<300?t.output=e.body:t.error=e.body,t})),t.push(...r)}return t}class vu{constructor(){for(var e=arguments.length,t=new Array(e),n=0;ne())),this}delete(){const e=this.set.delete(...arguments);return this.subscribers.forEach((e=>e())),e}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}}const yu="core";function _u(e,t){return{type:"RECEIVE_USER_QUERY",users:(0,ht.castArray)(t),queryID:e}}function Mu(e){return{type:"RECEIVE_CURRENT_USER",currentUser:e}}function ku(e){return{type:"ADD_ENTITIES",entities:e}}function wu(e,t,n,r){let o,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=arguments.length>5?arguments[5]:void 0;return"postType"===e&&(n=(0,ht.castArray)(n).map((e=>"auto-draft"===e.status?{...e,title:""}:e))),o=r?hu(n,r,i):mu(n,i),{...o,kind:e,name:t,invalidateCache:a}}function Eu(e){return{type:"RECEIVE_CURRENT_THEME",currentTheme:e}}function Lu(e){return{type:"RECEIVE_CURRENT_GLOBAL_STYLES_ID",id:e}}function xu(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLES",stylesheet:e,globalStyles:t}}function Su(){return pu("wp.data.dispatch( 'core' ).receiveThemeSupports",{since:"5.9"}),{type:"DO_NOTHING"}}function Au(e,t){return{type:"RECEIVE_EMBED_PREVIEW",url:e,preview:t}}const Cu=function(e,t,n,r){let{__unstableFetch:o=uu}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return async a=>{let{dispatch:i}=a;const s=await i(Uu(e)),l=(0,ht.find)(s,{kind:e,name:t});let c,u=!1;if(!l||null!=l&&l.__experimentalNoFetch)return;const d=await i.__unstableAcquireStoreLock(yu,["entities","data",e,t,n],{exclusive:!0});try{i({type:"DELETE_ENTITY_RECORD_START",kind:e,name:t,recordId:n});try{let a=`${l.baseURL}/${n}`;r&&(a=qc(a,r)),u=await o({path:a,method:"DELETE"}),await i(fu(e,t,n,!0))}catch(e){c=e}return i({type:"DELETE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:n,error:c}),u}finally{i.__unstableReleaseStoreLock(d)}}},Tu=function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return a=>{let{select:i,dispatch:s}=a;const l=i.getEntity(e,t);if(!l)throw new Error(`The entity being edited (${e}, ${t}) does not have a loaded config.`);const{transientEdits:c={},mergedEdits:u={}}=l,d=i.getRawEntityRecord(e,t,n),p=i.getEditedEntityRecord(e,t,n),m={kind:e,name:t,recordId:n,edits:Object.keys(r).reduce(((e,t)=>{const n=d[t],o=p[t],a=u[t]?{...o,...r[t]}:r[t];return e[t]=(0,ht.isEqual)(n,a)?void 0:a,e}),{}),transientEdits:c};s({type:"EDIT_ENTITY_RECORD",...m,meta:{undo:!o.undoIgnore&&{...m,edits:Object.keys(r).reduce(((e,t)=>(e[t]=p[t],e)),{})}}})}},zu=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getUndoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isUndo:!0}})},Nu=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getRedoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isRedo:!0}})};function Ou(){return{type:"CREATE_UNDO_LEVEL"}}const Du=function(e,t,n){let{isAutosave:r=!1,__unstableFetch:o=uu}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return async a=>{let{select:i,resolveSelect:s,dispatch:l}=a;const c=await l(Uu(e)),u=(0,ht.find)(c,{kind:e,name:t});if(!u||null!=u&&u.__experimentalNoFetch)return;const d=u.key||Yu,p=n[d],m=await l.__unstableAcquireStoreLock(yu,["entities","data",e,t,p||fa()],{exclusive:!0});try{for(const[r,o]of Object.entries(n))if("function"==typeof o){const a=o(i.getEditedEntityRecord(e,t,p));l.editEntityRecord(e,t,p,{[r]:a},{undoIgnore:!0}),n[r]=a}let a,c;l({type:"SAVE_ENTITY_RECORD_START",kind:e,name:t,recordId:p,isAutosave:r});try{const c=`${u.baseURL}${p?"/"+p:""}`,d=i.getRawEntityRecord(e,t,p);if(r){const r=i.getCurrentUser(),u=r?r.id:void 0,p=s.getAutosave(d.type,d.id,u);let m={...d,...p,...n};if(m=Object.keys(m).reduce(((e,t)=>(["title","excerpt","content"].includes(t)&&(e[t]=m[t]),e)),{status:"auto-draft"===m.status?"draft":m.status}),a=await o({path:`${c}/autosaves`,method:"POST",data:m}),d.id===a.id){let n={...d,...m,...a};n=Object.keys(n).reduce(((e,t)=>(["title","excerpt","content"].includes(t)?e[t]=n[t]:e[t]="status"===t?"auto-draft"===d.status&&"draft"===n.status?n.status:d.status:d[t],e)),{}),l.receiveEntityRecords(e,t,n,void 0,!0)}else l.receiveAutosaves(d.id,a)}else{let r=n;u.__unstablePrePersist&&(r={...r,...u.__unstablePrePersist(d,r)}),a=await o({path:c,method:p?"PUT":"POST",data:r}),l.receiveEntityRecords(e,t,a,void 0,!0,r)}}catch(e){c=e}return l({type:"SAVE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:p,error:c,isAutosave:r}),a}finally{l.__unstableReleaseStoreLock(m)}}},Bu=e=>async t=>{let{dispatch:n}=t;const r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:bu,t=0,n=[];const r=new vu;return{add(e){const o=++t;r.add(o);const a=e=>new Promise(((t,a)=>{n.push({input:e,resolve:t,reject:a}),r.delete(o)}));return(0,ht.isFunction)(e)?Promise.resolve(e(a)).finally((()=>{r.delete(o)})):a(e)},async run(){let t;r.size&&await new Promise((e=>{const t=r.subscribe((()=>{r.size||(t(),e())}))}));try{if(t=await e(n.map((e=>{let{input:t}=e;return t}))),t.length!==n.length)throw new Error("run: Array returned by processor must be same size as input array.")}catch(e){for(const{reject:t}of n)t(e);throw e}let o=!0;for(const[e,{resolve:r,reject:i}]of(0,ht.zip)(t,n)){var a;null!=e&&e.error?(i(e.error),o=!1):r(null!==(a=null==e?void 0:e.output)&&void 0!==a?a:e)}return n=[],o}}}(),o={saveEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEntityRecord(e,t,o,{...a,__unstableFetch:r}))),saveEditedEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEditedEntityRecord(e,t,o,{...a,__unstableFetch:r}))),deleteEntityRecord:(e,t,o,a,i)=>r.add((r=>n.deleteEntityRecord(e,t,o,a,{...i,__unstableFetch:r})))},a=e.map((e=>e(o))),[,...i]=await Promise.all([r.run(),...a]);return i},Iu=(e,t,n,r)=>async o=>{let{select:a,dispatch:i}=o;if(!a.hasEditsForEntityRecord(e,t,n))return;const s=await i(Uu(e)),l=(0,ht.find)(s,{kind:e,name:t});if(!l)return;const c=l.key||Yu,u=a.getEntityRecordNonTransientEdits(e,t,n),d={[c]:n,...u};return await i.saveEntityRecord(e,t,d,r)},Pu=(e,t,n,r,o)=>async a=>{let{select:i,dispatch:s}=a;if(!i.hasEditsForEntityRecord(e,t,n))return;const l=i.getEntityRecordNonTransientEdits(e,t,n),c={};for(const e in l)r.some((t=>t===e))&&(c[e]=l[e]);return await s.saveEntityRecord(e,t,c,o)};function Ru(e){return{type:"RECEIVE_USER_PERMISSION",key:"create/media",isAllowed:e}}function Hu(e,t){return{type:"RECEIVE_USER_PERMISSION",key:e,isAllowed:t}}function Wu(e,t){return{type:"RECEIVE_AUTOSAVES",postId:e,autosaves:(0,ht.castArray)(t)}}const Yu="id",ju=["title","excerpt","content"],qu=[{label:hr("Base"),name:"__unstableBase",kind:"root",baseURL:"/"},{label:hr("Site"),name:"site",kind:"root",baseURL:"/wp/v2/settings",getTitle:e=>(0,ht.get)(e,["title"],hr("Site Title"))},{label:hr("Post Type"),name:"postType",kind:"root",key:"slug",baseURL:"/wp/v2/types",baseURLParams:{context:"edit"},rawAttributes:ju},{name:"media",kind:"root",baseURL:"/wp/v2/media",baseURLParams:{context:"edit"},plural:"mediaItems",label:hr("Media")},{name:"taxonomy",kind:"root",key:"slug",baseURL:"/wp/v2/taxonomies",baseURLParams:{context:"edit"},plural:"taxonomies",label:hr("Taxonomy")},{name:"sidebar",kind:"root",baseURL:"/wp/v2/sidebars",plural:"sidebars",transientEdits:{blocks:!0},label:hr("Widget areas")},{name:"widget",kind:"root",baseURL:"/wp/v2/widgets",baseURLParams:{context:"edit"},plural:"widgets",transientEdits:{blocks:!0},label:hr("Widgets")},{name:"widgetType",kind:"root",baseURL:"/wp/v2/widget-types",baseURLParams:{context:"edit"},plural:"widgetTypes",label:hr("Widget types")},{label:hr("User"),name:"user",kind:"root",baseURL:"/wp/v2/users",baseURLParams:{context:"edit"},plural:"users"},{name:"comment",kind:"root",baseURL:"/wp/v2/comments",baseURLParams:{context:"edit"},plural:"comments",label:hr("Comment")},{name:"menu",kind:"root",baseURL:"/wp/v2/menus",baseURLParams:{context:"edit"},plural:"menus",label:hr("Menu")},{name:"menuItem",kind:"root",baseURL:"/wp/v2/menu-items",baseURLParams:{context:"edit"},plural:"menuItems",label:hr("Menu Item"),rawAttributes:["title","content"]},{name:"menuLocation",kind:"root",baseURL:"/wp/v2/menu-locations",baseURLParams:{context:"edit"},plural:"menuLocations",label:hr("Menu Location"),key:"name"},{name:"navigationArea",kind:"root",baseURL:"/wp/v2/block-navigation-areas",baseURLParams:{context:"edit"},plural:"navigationAreas",label:hr("Navigation Area"),key:"name",getTitle:e=>null==e?void 0:e.description},{label:hr("Global Styles"),name:"globalStyles",kind:"root",baseURL:"/wp/v2/global-styles",baseURLParams:{context:"edit"},plural:"globalStylesVariations",getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)}},{label:hr("Themes"),name:"theme",kind:"root",baseURL:"/wp/v2/themes",baseURLParams:{context:"edit"},key:"stylesheet"},{label:hr("Plugins"),name:"plugin",kind:"root",baseURL:"/wp/v2/plugins",baseURLParams:{context:"edit"},key:"plugin"}],Fu=[{name:"postType",loadEntities:async function(){const e=await uu({path:"/wp/v2/types?context=edit"});return(0,ht.map)(e,((e,t)=>{var n;const r=["wp_template","wp_template_part"].includes(t);return{kind:"postType",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.labels.singular_name,transientEdits:{blocks:!0,selection:!0},mergedEdits:{meta:!0},rawAttributes:ju,getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)||(r?(0,ht.startCase)(e.slug):String(e.id))},__unstablePrePersist:r?void 0:Vu,__unstable_rest_base:e.rest_base}}))}},{name:"taxonomy",loadEntities:async function(){const e=await uu({path:"/wp/v2/taxonomies?context=edit"});return(0,ht.map)(e,((e,t)=>{var n;return{kind:"taxonomy",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.labels.singular_name}}))}}],Vu=(e,t)=>{const n={};return"auto-draft"===(null==e?void 0:e.status)&&(t.status||n.status||(n.status="draft"),t.title&&"Auto Draft"!==t.title||n.title||null!=e&&e.title&&"Auto Draft"!==(null==e?void 0:e.title)||(n.title="")),n};const Xu=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"get",r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=(0,ht.find)(qu,{kind:e,name:t}),a="root"===e?"":(0,ht.upperFirst)((0,ht.camelCase)(e)),i=(0,ht.upperFirst)((0,ht.camelCase)(t))+(r?"s":""),s=r&&o.plural?(0,ht.upperFirst)((0,ht.camelCase)(o.plural)):i;return`${n}${a}${s}`},Uu=e=>async t=>{let{select:n,dispatch:r}=t,o=n.getEntitiesByKind(e);if(o&&0!==o.length)return o;const a=(0,ht.find)(Fu,{name:e});return a?(o=await a.loadEntities(),r(ku(o)),o):[]};const $u=function(e){return"string"==typeof e?e.split(","):Array.isArray(e)?e:null};const Gu=function(e){const t=new WeakMap;return n=>{let r;return t.has(n)?r=t.get(n):(r=e(n),(0,ht.isObjectLike)(n)&&t.set(n,r)),r}};const Ku=Gu((function(e){const t={stableKey:"",page:1,perPage:10,fields:null,include:null,context:"default"},n=Object.keys(e).sort();for(let r=0;r=o&&n"query"in e)),zc((e=>e.query?{...e,...Ku(e.query)}:e)),Oc("context"),Oc("stableKey")])((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;const{type:n,page:r,perPage:o,key:a=Yu}=t;return"RECEIVE_ITEMS"!==n?e:Zu(e||[],(0,ht.map)(t.items,a),r,o)})),ed=bt()({items:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Ju(t),r=t.key||Yu;return{...e,[n]:{...e[n],...t.items.reduce(((t,o)=>{var a;const i=o[r];return t[i]=Nc(null==e||null===(a=e[n])||void 0===a?void 0:a[i],o),t}),{})}}}case"REMOVE_ITEMS":return(0,ht.mapValues)(e,(e=>(0,ht.omit)(e,t.itemIds)))}return e},itemIsComplete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Ju(t),{query:r,key:o=Yu}=t,a=r?Ku(r):{},i=!r||!Array.isArray(a.fields);return{...e,[n]:{...e[n],...t.items.reduce(((t,r)=>{var a;const s=r[o];return t[s]=(null==e||null===(a=e[n])||void 0===a?void 0:a[s])||i,t}),{})}}}case"REMOVE_ITEMS":return(0,ht.mapValues)(e,(e=>(0,ht.omit)(e,t.itemIds)))}return e},queries:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":return Qu(e,t);case"REMOVE_ITEMS":const n=t.itemIds.reduce(((e,t)=>(e[t]=!0,e)),{});return(0,ht.mapValues)(e,(e=>(0,ht.mapValues)(e,(e=>(0,ht.filter)(e,(e=>!n[e]))))));default:return e}}});function td(e){return(0,ht.flowRight)([Tc((t=>t.name&&t.kind&&t.name===e.name&&t.kind===e.kind)),zc((t=>({...t,key:e.key||Yu})))])(bt()({queriedData:ed,edits:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;switch(r.type){case"RECEIVE_ITEMS":if("default"!==(null!==(e=null==r||null===(t=r.query)||void 0===t?void 0:t.context)&&void 0!==e?e:"default"))return n;const o={...n};for(const e of r.items){const t=e[r.key],n=o[t];if(!n)continue;const a=Object.keys(n).reduce(((t,o)=>((0,ht.isEqual)(n[o],(0,ht.get)(e[o],"raw",e[o]))||r.persistedEdits&&(0,ht.isEqual)(n[o],r.persistedEdits[o])||(t[o]=n[o]),t)),{});Object.keys(a).length?o[t]=a:delete o[t]}return o;case"EDIT_ENTITY_RECORD":const a={...n[r.recordId],...r.edits};return Object.keys(a).forEach((e=>{void 0===a[e]&&delete a[e]})),{...n,[r.recordId]:a}}return n},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SAVE_ENTITY_RECORD_START":case"SAVE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"SAVE_ENTITY_RECORD_START"===t.type,error:t.error,isAutosave:t.isAutosave}}}return e},deleting:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"DELETE_ENTITY_RECORD_START":case"DELETE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"DELETE_ENTITY_RECORD_START"===t.type,error:t.error}}}return e}}))}function nd(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:qu,t=arguments.length>1?arguments[1]:void 0;return"ADD_ENTITIES"===t.type?[...e,...t.entities]:e}const rd=[];let od;rd.offset=0;const ad=bt()({terms:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TERMS"===t.type?{...e,[t.taxonomy]:t.terms}:e},users:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{byId:{},queries:{}},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_QUERY"===t.type?{byId:{...e.byId,...(0,ht.keyBy)(t.users,"id")},queries:{...e.queries,[t.queryID]:(0,ht.map)(t.users,(e=>e.id))}}:e},currentTheme:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_THEME"===t.type?t.currentTheme.stylesheet:e},currentGlobalStylesId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_GLOBAL_STYLES_ID"===t.type?t.id:e},currentUser:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_USER"===t.type?t.currentUser:e},themeBaseGlobalStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLES"===t.type?{...e,[t.stylesheet]:t.globalStyles}:e},taxonomies:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TAXONOMIES"===t.type?t.taxonomies:e},entities:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=nd(e.config,t);let r=e.reducer;if(!r||n!==e.config){const e=(0,ht.groupBy)(n,"kind");r=bt()(Object.entries(e).reduce(((e,t)=>{let[n,r]=t;const o=bt()(r.reduce(((e,t)=>({...e,[t.name]:td(t)})),{}));return e[n]=o,e}),{}))}const o=r(e.data,t);return o===e.data&&n===e.config&&r===e.reducer?e:{reducer:r,data:o,config:n}},undo:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:rd,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"EDIT_ENTITY_RECORD":case"CREATE_UNDO_LEVEL":let n="CREATE_UNDO_LEVEL"===t.type;const r=!n&&(t.meta.isUndo||t.meta.isRedo);let o;if(n?t=od:r||(od=Object.keys(t.edits).some((e=>!t.transientEdits[e]))?t:{...t,edits:{...od&&od.edits,...t.edits}}),r){if(o=[...e],o.offset=e.offset+(t.meta.isUndo?-1:1),!e.flattenedUndo)return o;n=!0,t=od}if(!t.meta.undo)return e;if(!n&&!Object.keys(t.edits).some((e=>!t.transientEdits[e])))return o=[...e],o.flattenedUndo={...e.flattenedUndo,...t.edits},o.offset=e.offset,o;o=o||e.slice(0,e.offset||void 0),o.offset=o.offset||0,o.pop(),n||o.push({kind:t.meta.undo.kind,name:t.meta.undo.name,recordId:t.meta.undo.recordId,edits:{...e.flattenedUndo,...t.meta.undo.edits}});const a=Object.values(t.meta.undo.edits).filter((e=>"function"!=typeof e)),i=Object.values(t.edits).filter((e=>"function"!=typeof e));return qi(a,i)||o.push({kind:t.kind,name:t.name,recordId:t.recordId,edits:n?{...e.flattenedUndo,...t.edits}:t.edits}),o}return e},embedPreviews:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_EMBED_PREVIEW"===t.type){const{url:n,preview:r}=t;return{...e,[n]:r}}return e},userPermissions:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_PERMISSION"===t.type?{...e,[t.key]:t.isAllowed}:e},autosaves:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_AUTOSAVES"===t.type){const{postId:n,autosaves:r}=t;return{...e,[n]:r}}return e}}),id=new WeakMap;function sd(e,t){var n,r;const{stableKey:o,page:a,perPage:i,include:s,fields:l,context:c}=Ku(t);let u;if(null!==(n=e.queries)&&void 0!==n&&null!==(r=n[c])&&void 0!==r&&r[o]&&(u=e.queries[c][o]),!u)return null;const d=-1===i?0:(a-1)*i,p=-1===i?u.length:Math.min(d+i,u.length),m=[];for(let t=d;t1&&void 0!==arguments[1]?arguments[1]:{},n=id.get(e);if(n){const e=n.get(t);if(void 0!==e)return e}else n=new(Tt()),id.set(e,n);const r=sd(e,t);return n.set(t,r),r}));const cd={},ud=[],dd=Rt((e=>(t,n)=>e(yu).isResolving("getEmbedPreview",[n])));function pd(e,t){pu("select( 'core' ).getAuthors()",{since:"5.9",alternative:"select( 'core' ).getUsers({ who: 'authors' })"});const n=qc("/wp/v2/users/?who=authors&per_page=100",t);return fd(e,n)}function md(e){return e.currentUser}const fd=zr(((e,t)=>{const n=e.users.queries[t];return(0,ht.map)(n,(t=>e.users.byId[t]))}),((e,t)=>[e.users.queries[t],e.users.byId]));function hd(e,t){return(0,ht.filter)(e.entities.config,{kind:t})}function gd(e,t,n){return(0,ht.find)(e.entities.config,{kind:t,name:n})}const bd=zr(((e,t,n,r,o)=>{var a,i;const s=(0,ht.get)(e.entities.data,[t,n,"queriedData"]);if(!s)return;const l=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";if(void 0===o){var c;if(null===(c=s.itemIsComplete[l])||void 0===c||!c[r])return;return s.items[l][r]}const u=null===(i=s.items[l])||void 0===i?void 0:i[r];if(u&&o._fields){const e={},t=$u(o._fields);for(let n=0;n{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[(0,ht.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,ht.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r])]}));function vd(e,t,n,r){return bd(e,t,n,r)}const yd=zr(((e,t,n,r)=>{const o=bd(e,t,n,r);return o&&Object.keys(o).reduce(((r,a)=>(!function(e,t){return(e.rawAttributes||[]).includes(t)}(gd(e,t,n),a)?r[a]=o[a]:r[a]=(0,ht.get)(o[a],"raw",o[a]),r)),{})}),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,ht.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,ht.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r])]}));function _d(e,t,n,r){return Array.isArray(Md(e,t,n,r))}function Md(e,t,n,r){const o=(0,ht.get)(e.entities.data,[t,n,"queriedData"]);return o?ld(o,r):ud}const kd=zr((e=>{const{entities:{data:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].edits).filter((t=>bd(e,r,o,t)&&xd(e,r,o,t)));if(a.length){const t=gd(e,r,o);a.forEach((a=>{var i;const s=Sd(e,r,o,a);n.push({key:s[t.key||Yu],title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,s))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.data])),wd=zr((e=>{const{entities:{data:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].saving).filter((t=>Cd(e,r,o,t)));if(a.length){const t=gd(e,r,o);a.forEach((a=>{var i;const s=Sd(e,r,o,a);n.push({key:s[t.key||Yu],title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,s))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.data]));function Ed(e,t,n,r){return(0,ht.get)(e.entities.data,[t,n,"edits",r])}const Ld=zr(((e,t,n,r)=>{const{transientEdits:o}=gd(e,t,n)||{},a=Ed(e,t,n,r)||{};return o?Object.keys(a).reduce(((e,t)=>(o[t]||(e[t]=a[t]),e)),{}):a}),((e,t,n,r)=>[e.entities.config,(0,ht.get)(e.entities.data,[t,n,"edits",r])]));function xd(e,t,n,r){return Cd(e,t,n,r)||Object.keys(Ld(e,t,n,r)).length>0}const Sd=zr(((e,t,n,r)=>({...yd(e,t,n,r),...Ed(e,t,n,r)})),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,ht.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,ht.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r]),(0,ht.get)(e.entities.data,[t,n,"edits",r])]}));function Ad(e,t,n,r){const{pending:o,isAutosave:a}=(0,ht.get)(e.entities.data,[t,n,"saving",r],{});return Boolean(o&&a)}function Cd(e,t,n,r){return(0,ht.get)(e.entities.data,[t,n,"saving",r,"pending"],!1)}function Td(e,t,n,r){return(0,ht.get)(e.entities.data,[t,n,"deleting",r,"pending"],!1)}function zd(e,t,n,r){return(0,ht.get)(e.entities.data,[t,n,"saving",r,"error"])}function Nd(e,t,n,r){return(0,ht.get)(e.entities.data,[t,n,"deleting",r,"error"])}function Od(e){return e.undo.offset}function Dd(e){return e.undo[e.undo.length-2+Od(e)]}function Bd(e){return e.undo[e.undo.length+Od(e)]}function Id(e){return Boolean(Dd(e))}function Pd(e){return Boolean(Bd(e))}function Rd(e){return bd(e,"root","theme",e.currentTheme)}function Hd(e){return e.currentGlobalStylesId}function Wd(e){var t,n;return null!==(t=null===(n=Rd(e))||void 0===n?void 0:n.theme_supports)&&void 0!==t?t:cd}function Yd(e,t){return e.embedPreviews[t]}function jd(e,t){const n=e.embedPreviews[t],r=''+t+"";return!!n&&n.html===r}function qd(e,t,n,r){const o=(0,ht.compact)([t,n,r]).join("/");return(0,ht.get)(e,["userPermissions",o])}function Fd(e,t,n,r){const o=gd(e,t,n);if(!o)return!1;return qd(e,"update",o.__unstable_rest_base,r)}function Vd(e,t,n){return e.autosaves[n]}function Xd(e,t,n,r){if(void 0===r)return;const o=e.autosaves[n];return(0,ht.find)(o,{author:r})}const Ud=Rt((e=>(t,n,r)=>e(yu).hasFinishedResolution("getAutosaves",[n,r]))),$d=zr((()=>[]),(e=>[e.undo.length,e.undo.offset,e.undo.flattenedUndo]));function Gd(e,t){const n=Md(e,"postType","wp_template",{"find-template":t}),r=null!=n&&n.length?n[0]:null;return r?Sd(e,"postType","wp_template",r.id):r}function Kd(e){const t=Rd(e);return t?e.themeBaseGlobalStyles[t.stylesheet]:null}const Jd=e=>function(){for(var t=arguments.length,n=new Array(t),r=0;r{let{resolveSelect:r}=t;await r[e](...n)}},Zd=e=>async t=>{let{dispatch:n}=t;const r=qc("/wp/v2/users/?who=authors&per_page=100",e),o=await uu({path:r});n.receiveUserQuery(r,o)},Qd=()=>async e=>{let{dispatch:t}=e;const n=await uu({path:"/wp/v2/users/me"});t.receiveCurrentUser(n)},ep=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return async o=>{let{select:a,dispatch:i}=o;const s=await i(Uu(e)),l=(0,ht.find)(s,{kind:e,name:t});if(!l||null!=l&&l.__experimentalNoFetch)return;const c=await i.__unstableAcquireStoreLock(yu,["entities","data",e,t,n],{exclusive:!1});try{void 0!==r&&r._fields&&(r={...r,_fields:(0,ht.uniq)([...$u(r._fields)||[],l.key||Yu]).join()});const o=qc(l.baseURL+(n?"/"+n:""),{...l.baseURLParams,...r});if(void 0!==r){r={...r,include:[n]};if(a.hasEntityRecords(e,t,r))return}const s=await uu({path:o});i.receiveEntityRecords(e,t,s,r)}catch(e){}finally{i.__unstableReleaseStoreLock(c)}}},tp=Jd("getEntityRecord"),np=Jd("getEntityRecord"),rp=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return async r=>{let{dispatch:o}=r;const a=await o(Uu(e)),i=(0,ht.find)(a,{kind:e,name:t});if(!i||null!=i&&i.__experimentalNoFetch)return;const s=await o.__unstableAcquireStoreLock(yu,["entities","data",e,t],{exclusive:!1});try{var l;n._fields&&(n={...n,_fields:(0,ht.uniq)([...$u(n._fields)||[],i.key||Yu]).join()});const r=qc(i.baseURL,{...i.baseURLParams,...n});let a=Object.values(await uu({path:r}));if(n._fields&&(a=a.map((e=>(n._fields.split(",").forEach((t=>{e.hasOwnProperty(t)||(e[t]=void 0)})),e)))),o.receiveEntityRecords(e,t,a,n),!(null!==(l=n)&&void 0!==l&&l._fields||n.context)){const n=i.key||Yu,r=a.filter((e=>e[n])).map((r=>[e,t,r[n]]));o({type:"START_RESOLUTIONS",selectorName:"getEntityRecord",args:r}),o({type:"FINISH_RESOLUTIONS",selectorName:"getEntityRecord",args:r})}}catch(e){}finally{o.__unstableReleaseStoreLock(s)}}};rp.shouldInvalidate=(e,t,n)=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&t===e.kind&&n===e.name;const op=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const r=await n.getEntityRecords("root","theme",{status:"active"});t.receiveCurrentTheme(r[0])},ap=Jd("getCurrentTheme"),ip=e=>async t=>{let{dispatch:n}=t;try{const t=await uu({path:qc("/oembed/1.0/proxy",{url:e})});n.receiveEmbedPreview(e,t)}catch(t){n.receiveEmbedPreview(e,!1)}},sp=(e,t,n)=>async r=>{let{dispatch:o}=r;const a={create:"POST",read:"GET",update:"PUT",delete:"DELETE"}[e];if(!a)throw new Error(`'${e}' is not a valid action.`);const i=n?`/wp/v2/${t}/${n}`:`/wp/v2/${t}`;let s,l;try{s=await uu({path:i,method:n?"GET":"OPTIONS",parse:!1})}catch(e){return}l=(0,ht.hasIn)(s,["headers","get"])?s.headers.get("allow"):(0,ht.get)(s,["headers","Allow"],"");const c=(0,ht.compact)([e,t,n]).join("/"),u=(0,ht.includes)(l,a);o.receiveUserPermission(c,u)},lp=(e,t,n)=>async r=>{let{dispatch:o}=r;const a=await o(Uu(e)),i=(0,ht.find)(a,{kind:e,name:t});if(!i)return;const s=i.__unstable_rest_base;await o(sp("update",s,n))},cp=(e,t)=>async n=>{let{dispatch:r,resolveSelect:o}=n;const{rest_base:a}=await o.getPostType(e),i=await uu({path:`/wp/v2/${a}/${t}/autosaves?context=edit`});i&&i.length&&r.receiveAutosaves(t,i)},up=(e,t)=>async n=>{let{resolveSelect:r}=n;await r.getAutosaves(e,t)},dp=e=>async t=>{let n,{dispatch:r,resolveSelect:o}=t;try{n=await window.fetch(qc(e,{"_wp-find-template":!0})).then((e=>e.json())).then((e=>{let{data:t}=e;return t}))}catch(e){}if(!n)return;const a=await o.getEntityRecord("postType","wp_template",n.id);a&&r.receiveEntityRecords("postType","wp_template",[a],{"find-template":e})};dp.shouldInvalidate=e=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&"postType"===e.kind&&"wp_template"===e.name;const pp=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const r=await n.getEntityRecords("root","theme",{status:"active"}),o=(0,ht.get)(r,[0,"_links","wp:user-global-styles",0,"href"]);if(o){const e=await uu({url:o});t.__experimentalReceiveCurrentGlobalStylesId(e.id)}},mp=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const r=await t.getCurrentTheme(),o=await uu({path:`/wp/v2/global-styles/themes/${r.stylesheet}`});await n.__experimentalReceiveThemeBaseGlobalStyles(r.stylesheet,o)};function fp(e,t){const n={...e};let r=n;for(const e of t)r.children={...r.children,[e]:{locks:[],children:{},...r.children[e]}},r=r.children[e];return n}function hp(e,t){let n=e;for(const e of t){const t=n.children[e];if(!t)return null;n=t}return n}function gp(e,t){let{exclusive:n}=e;return!(!n||!t.length)||!(n||!t.filter((e=>e.exclusive)).length)}const bp={requests:[],tree:{locks:[],children:{}}};function vp(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:bp,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENQUEUE_LOCK_REQUEST":{const{request:n}=t;return{...e,requests:[n,...e.requests]}}case"GRANT_LOCK_REQUEST":{const{lock:n,request:r}=t,{store:o,path:a}=r,i=[o,...a],s=fp(e.tree,i),l=hp(s,i);return l.locks=[...l.locks,n],{...e,requests:e.requests.filter((e=>e!==r)),tree:s}}case"RELEASE_LOCK":{const{lock:n}=t,r=[n.store,...n.path],o=fp(e.tree,r),a=hp(o,r);return a.locks=a.locks.filter((e=>e!==n)),{...e,tree:o}}}return e}function yp(e,t,n,r){let{exclusive:o}=r;const a=[t,...n],i=e.tree;for(const e of function*(e,t){let n=e;yield n;for(const e of t){const t=n.children[e];if(!t)break;yield t,n=t}}(i,a))if(gp({exclusive:o},e.locks))return!1;const s=hp(i,a);if(!s)return!0;for(const e of function*(e){const t=Object.values(e.children);for(;t.length;){const e=t.pop();yield e,t.push(...Object.values(e.children))}}(s))if(gp({exclusive:o},e.locks))return!1;return!0}function _p(){let e=vp(void 0,{type:"@@INIT"});function t(){for(const t of function(e){return e.requests}(e)){const{store:n,path:r,exclusive:o,notifyAcquired:a}=t;if(yp(e,n,r,{exclusive:o})){const i={store:n,path:r,exclusive:o};e=vp(e,{type:"GRANT_LOCK_REQUEST",lock:i,request:t}),a(i)}}}return{acquire:function(n,r,o){return new Promise((a=>{e=vp(e,{type:"ENQUEUE_LOCK_REQUEST",request:{store:n,path:r,exclusive:o,notifyAcquired:a}}),t()}))},release:function(n){e=vp(e,{type:"RELEASE_LOCK",lock:n}),t()}}}function Mp(){const e=_p();return{__unstableAcquireStoreLock:function(t,n,r){let{exclusive:o}=r;return()=>e.acquire(t,n,o)},__unstableReleaseStoreLock:function(t){return()=>e.release(t)}}}const kp=e=>{const{dispatch:t}=wc();return void 0===e?t:t(e)},Ep=[],Lp={...qu.reduce(((e,t)=>(e[t.kind]||(e[t.kind]={}),e[t.kind][t.name]={context:(0,dt.createContext)()},e)),{}),...Fu.reduce(((e,t)=>(e[t.name]={},e)),{})},xp=(e,t)=>{if(!Lp[e])throw new Error(`Missing entity config for kind: ${e}.`);return Lp[e][t]||(Lp[e][t]={context:(0,dt.createContext)()}),Lp[e][t]};function Sp(e){let{kind:t,type:n,id:r,children:o}=e;const a=xp(t,n).context.Provider;return(0,dt.createElement)(a,{value:r},o)}function Ap(e,t){return(0,dt.useContext)(xp(e,t).context)}function Cp(e,t,n,r){const o=Ap(e,t),a=null!=r?r:o,{value:i,fullValue:s}=Cc((r=>{const{getEntityRecord:o,getEditedEntityRecord:i}=r(yu),s=o(e,t,a),l=i(e,t,a);return s&&l?{value:l[n],fullValue:s[n]}:{}}),[e,t,a,n]),{editEntityRecord:l}=kp(yu);return[i,(0,dt.useCallback)((r=>{l(e,t,a,{[n]:r})}),[e,t,a,n]),s]}function Tp(e,t){let{id:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Ap(e,t),o=null!=n?n:r,{content:a,blocks:i}=Cc((n=>{const{getEditedEntityRecord:r}=n(yu),a=r(e,t,o);return{blocks:a.blocks,content:a.content}}),[e,t,o]),{__unstableCreateUndoLevel:s,editEntityRecord:l}=kp(yu);(0,dt.useEffect)((()=>{if(a&&"function"!=typeof a&&!i){const n=ol(a);l(e,t,o,{blocks:n},{undoIgnore:!0})}}),[a]);const c=(0,dt.useCallback)(((n,r)=>{const{selection:a}=r,c={blocks:n,selection:a};if(i===c.blocks)return s(e,t,o);c.content=e=>{let{blocks:t=[]}=e;return Zi(t)},l(e,t,o,c)}),[e,t,o,i]),u=(0,dt.useCallback)(((n,r)=>{const{selection:a}=r;l(e,t,o,{blocks:n,selection:a})}),[e,t,o]);return[null!=i?i:Ep,u,c]}const zp=qu.reduce(((e,t)=>{const{kind:n,name:r}=t;return e[Xu(n,r)]=(e,t,o)=>bd(e,n,r,t,o),e[Xu(n,r,"get",!0)]=function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),a=1;a{const{kind:n,name:r}=t;e[Xu(n,r)]=(e,t)=>ep(n,r,e,t);const o=Xu(n,r,"get",!0);return e[o]=function(){for(var e=arguments.length,t=new Array(e),o=0;o1?t-1:0),a=1;a{const{kind:n,name:r}=t;return e[Xu(n,r,"save")]=e=>Du(n,r,e),e[Xu(n,r,"delete")]=(e,t)=>Cu(n,r,e,t),e}),{}),Dp=dn(yu,{reducer:ad,actions:{...a,...Op,...Mp()},selectors:{...i,...zp},resolvers:{...s,...Np},__experimentalUseThunks:!0});Mn(Dp);const Bp=function(e,t){return n=>{const r=e(n),o=n.displayName||n.name||"Component";return r.displayName=`${(0,ht.upperFirst)((0,ht.camelCase)(t))}(${o})`,r}};function Ip(e){return{type:"API_FETCH",request:e}}const Pp={AWAIT_PROMISE:e=>{let{promise:t}=e;return t},API_FETCH(e){let{request:t}=e;return uu(t)}};Jn("blocks.registerBlockType","core/compat/migrateLightBlockWrapper",(function(e){const{apiVersion:t=1}=e;return t<2&&ra(e,"lightBlockWrapper",!1)&&(e.apiVersion=2),e}));var Rp=n(4184),Hp=n.n(Rp);var Wp=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t0?Xp(nm,--em):0,Zp--,10===tm&&(Zp=1,Jp--),tm}function im(){return tm=em2||um(tm)>3?"":" "}function hm(e,t){for(;--t&&im()&&!(tm<48||tm>102||tm>57&&tm<65||tm>70&&tm<97););return cm(e,lm()+(t<6&&32==sm()&&32==im()))}function gm(e){for(;im();)switch(tm){case e:return em;case 34:case 39:return gm(34===e||39===e?e:tm);case 40:41===e&&gm(e);break;case 92:im()}return em}function bm(e,t){for(;im()&&e+tm!==57&&(e+tm!==84||47!==sm()););return"/*"+cm(t,em-1)+"*"+jp(47===e?e:im())}function vm(e){for(;!um(sm());)im();return cm(e,em)}var ym="-ms-",_m="-moz-",Mm="-webkit-",km="comm",wm="rule",Em="decl";function Lm(e,t){for(var n="",r=Gp(e),o=0;o6)switch(Xp(e,t+1)){case 109:if(45!==Xp(e,t+4))break;case 102:return Fp(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+_m+(108==Xp(e,t+3)?"$3":"$2-$3"))+e;case 115:return~Vp(e,"stretch")?Sm(Fp(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==Xp(e,t+1))break;case 6444:switch(Xp(e,$p(e)-3-(~Vp(e,"!important")&&10))){case 107:return Fp(e,":",":"+Mm)+e;case 101:return Fp(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Mm+(45===Xp(e,14)?"inline-":"")+"box$3$1"+Mm+"$2$3$1"+ym+"$2box$3")+e}break;case 5936:switch(Xp(e,t+11)){case 114:return Mm+e+ym+Fp(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Mm+e+ym+Fp(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Mm+e+ym+Fp(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Mm+e+ym+e+e}return e}function Am(e){return pm(Cm("",null,null,null,[""],e=dm(e),0,[0],e))}function Cm(e,t,n,r,o,a,i,s,l){for(var c=0,u=0,d=i,p=0,m=0,f=0,h=1,g=1,b=1,v=0,y="",_=o,M=a,k=r,w=y;g;)switch(f=v,v=im()){case 34:case 39:case 91:case 40:w+=mm(v);break;case 9:case 10:case 13:case 32:w+=fm(f);break;case 92:w+=hm(lm()-1,7);continue;case 47:switch(sm()){case 42:case 47:Kp(zm(bm(im(),lm()),t,n),l);break;default:w+="/"}break;case 123*h:s[c++]=$p(w)*b;case 125*h:case 59:case 0:switch(v){case 0:case 125:g=0;case 59+u:m>0&&$p(w)-d&&Kp(m>32?Nm(w+";",r,n,d-1):Nm(Fp(w," ","")+";",r,n,d-2),l);break;case 59:w+=";";default:if(Kp(k=Tm(w,t,n,c,u,o,s,y,_=[],M=[],d),a),123===v)if(0===u)Cm(w,t,k,k,_,a,d,s,M);else switch(p){case 100:case 109:case 115:Cm(e,k,k,r&&Kp(Tm(e,k,k,0,0,o,s,y,o,_=[],d),M),o,M,d,s,r?_:M);break;default:Cm(w,k,k,k,[""],M,d,s,M)}}c=u=m=0,h=b=1,y=w="",d=i;break;case 58:d=1+$p(w),m=f;default:if(h<1)if(123==v)--h;else if(125==v&&0==h++&&125==am())continue;switch(w+=jp(v),v*h){case 38:b=u>0?1:(w+="\f",-1);break;case 44:s[c++]=($p(w)-1)*b,b=1;break;case 64:45===sm()&&(w+=mm(im())),p=sm(),u=$p(y=w+=vm(lm())),v++;break;case 45:45===f&&2==$p(w)&&(h=0)}}return a}function Tm(e,t,n,r,o,a,i,s,l,c,u){for(var d=o-1,p=0===o?a:[""],m=Gp(p),f=0,h=0,g=0;f0?p[b]+" "+v:Fp(v,/&\f/g,p[b])))&&(l[g++]=y);return rm(e,t,n,0===o?wm:s,l,c,u)}function zm(e,t,n){return rm(e,t,n,km,jp(tm),Up(e,2,-2),0)}function Nm(e,t,n,r){return rm(e,t,n,Em,Up(e,0,r),Up(e,r+1,-1),r)}var Om=function(e,t,n){for(var r=0,o=0;r=o,o=sm(),38===r&&12===o&&(t[n]=1),!um(o);)im();return cm(e,em)},Dm=function(e,t){return pm(function(e,t){var n=-1,r=44;do{switch(um(r)){case 0:38===r&&12===sm()&&(t[n]=1),e[n]+=Om(em-1,t,n);break;case 2:e[n]+=mm(r);break;case 4:if(44===r){e[++n]=58===sm()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=jp(r)}}while(r=im());return e}(dm(e),t))},Bm=new WeakMap,Im=function(e){if("rule"===e.type&&e.parent&&e.length){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Bm.get(n))&&!r){Bm.set(e,!0);for(var o=[],a=Dm(t,o),i=n.props,s=0,l=0;s=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};const Ym={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};const jm=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}};var qm=/[A-Z]|^ms/g,Fm=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Vm=function(e){return 45===e.charCodeAt(1)},Xm=function(e){return null!=e&&"boolean"!=typeof e},Um=jm((function(e){return Vm(e)?e:e.replace(qm,"-$&").toLowerCase()})),$m=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Fm,(function(e,t,n){return Km={name:t,styles:n,next:Km},t}))}return 1===Ym[e]||Vm(e)||"number"!=typeof t||0===t?t:t+"px"};function Gm(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Km={name:n.name,styles:n.styles,next:Km},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Km={name:r.name,styles:r.styles,next:Km},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o{let t=fa().replace(/[0-9]/g,"");for(;rf.has(t);)t=fa().replace(/[0-9]/g,"");return rf.add(t),Hm({container:e,key:t})}));function af(e){let{children:t,document:n}=e;if(!n)return null;const r=of(n.head);return(0,dt.createElement)(ef,{value:r},t)}const sf=(0,dt.createContext)(),lf=new WeakMap;function cf(e){const t=lf.get(e)||0;return lf.set(e,t+1),t}function uf(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return(0,dt.useMemo)((()=>{if(n)return n;const r=cf(e);return t?`${t}-${r}`:r}),[e])}function df(e,t,n){const r=fc((()=>(0,ht.debounce)(e,t,n)),[e,t,n]);return(0,dt.useEffect)((()=>()=>r.cancel()),[r]),r}function pf(e){if(!e.collapsed){const t=Array.from(e.getClientRects());if(1===t.length)return t[0];const n=t.filter((e=>{let{width:t}=e;return t>1}));if(0===n.length)return e.getBoundingClientRect();if(1===n.length)return n[0];let{top:r,bottom:o,left:a,right:i}=n[0];for(const{top:e,bottom:t,left:s,right:l}of n)eo&&(o=t),si&&(i=l);return new window.DOMRect(a,r,i-a,o-r)}const{startContainer:t}=e,{ownerDocument:n}=t;if("BR"===t.nodeName){const{parentNode:r}=t;Oo();const o=Array.from(r.childNodes).indexOf(t);Oo(),(e=n.createRange()).setStart(r,o),e.setEnd(r,o)}let r=e.getClientRects()[0];if(!r){Oo();const t=n.createTextNode("​");(e=e.cloneRange()).insertNode(t),r=e.getClientRects()[0],Oo(t.parentNode),t.parentNode.removeChild(t)}return r}function mf(e){const[t,n]=(0,dt.useState)((()=>!(!e||"undefined"==typeof window||!window.matchMedia(e).matches)));return(0,dt.useEffect)((()=>{if(!e)return;const t=()=>n(window.matchMedia(e).matches);t();const r=window.matchMedia(e);return r.addListener(t),()=>{r.removeListener(t)}}),[e]),!!e&&t}const ff={huge:1440,wide:1280,large:960,medium:782,small:600,mobile:480},hf={">=":"min-width","<":"max-width"},gf={">=":(e,t)=>t>=e,"<":(e,t)=>t1&&void 0!==arguments[1]?arguments[1]:">=";const n=(0,dt.useContext)(bf),r=!n&&`(${hf[t]}: ${ff[e]}px)`,o=mf(r||void 0);return n?gf[t](ff[e],n):o};vf.__experimentalWidthProvider=bf.Provider;const yf=vf;var _f=n(5464),Mf=n.n(_f);const kf=Mf();function wf(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!e){if("undefined"==typeof window)return!1;e=window}const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||(0,ht.includes)(["iPad","iPhone"],t)}const Ef=8,Lf=13,xf=27,Sf=32,Af=37,Cf=38,Tf=39,zf=40,Nf=46,Of="alt",Df="ctrl",Bf="meta",If="shift",Pf={primary:e=>e()?[Bf]:[Df],primaryShift:e=>e()?[If,Bf]:[Df,If],primaryAlt:e=>e()?[Of,Bf]:[Df,Of],secondary:e=>e()?[If,Of,Bf]:[Df,If,Of],access:e=>e()?[Df,Of]:[If,Of],ctrl:()=>[Df],alt:()=>[Of],ctrlShift:()=>[Df,If],shift:()=>[If],shiftAlt:()=>[If,Of],undefined:()=>[]},Rf=(0,ht.mapValues)(Pf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wf;return[...e(n),t.toLowerCase()].join("+")})),Hf=(0,ht.mapValues)(Pf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wf;const r=n(),o={[Of]:r?"⌥":"Alt",[Df]:r?"⌃":"Ctrl",[Bf]:"⌘",[If]:r?"⇧":"Shift"},a=e(n).reduce(((e,t)=>{const n=(0,ht.get)(o,t,t);return r?[...e,n]:[...e,n,"+"]}),[]),i=(0,ht.capitalize)(t);return[...a,i]})),Wf=(0,ht.mapValues)(Hf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wf;return e(t,n).join("")})),Yf=(0,ht.mapValues)(Pf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:wf;const r=n(),o={[If]:"Shift",[Bf]:r?"Command":"Control",[Df]:"Control",[Of]:r?"Option":"Alt",",":hr("Comma"),".":hr("Period"),"`":hr("Backtick")};return[...e(n),t].map((e=>(0,ht.capitalize)((0,ht.get)(o,e,e)))).join(r?" ":" + ")}));function jf(e){return[Of,Df,Bf,If].filter((t=>e[`${t}Key`]))}const qf=(0,ht.mapValues)(Pf,(e=>function(t,n){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:wf;const o=e(r),a=jf(t);if((0,ht.xor)(o,a).length)return!1;let i=t.key.toLowerCase();return n?(t.altKey&&1===n.length&&(i=String.fromCharCode(t.keyCode).toLowerCase()),"del"===n&&(n="delete"),i===n.toLowerCase()):(0,ht.includes)(o,i)}));function Ff(e){return[e?'[tabindex]:not([tabindex^="-"])':"[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])",'iframe:not([tabindex^="-"])',"object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",")}function Vf(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function Xf(e){const t=e.closest("map[name]");if(!t)return!1;const n=e.ownerDocument.querySelector('img[usemap="#'+t.name+'"]');return!!n&&Vf(n)}function Uf(e){let{sequential:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelectorAll(Ff(t));return Array.from(n).filter((e=>{if(!Vf(e))return!1;const{nodeName:t}=e;return"AREA"!==t||Xf(e)}))}function $f(e){const t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function Gf(e){return-1!==$f(e)}function Kf(e,t){return{element:e,index:t}}function Jf(e){return e.element}function Zf(e,t){const n=$f(e.element),r=$f(t.element);return n===r?e.index-t.index:n-r}function Qf(e){return e.filter(Gf).map(Kf).sort(Zf).map(Jf).reduce(function(){const e={};return function(t,n){const{nodeName:r,type:o,checked:a,name:i}=n;if("INPUT"!==r||"radio"!==o||!i)return t.concat(n);const s=e.hasOwnProperty(i);if(!a&&s)return t;if(s){const n=e[i];t=(0,ht.without)(t,n)}return e[i]=n,t.concat(n)}}(),[])}function eh(e){return Qf(Uf(e))}function th(e){const t=Uf(e.ownerDocument.body),n=t.indexOf(e);return t.length=n,(0,ht.last)(Qf(t))}function nh(e){const t=Uf(e.ownerDocument.body),n=t.indexOf(e),r=t.slice(n+1);return(0,ht.first)(Qf(r))}const rh={focusable:l,tabbable:c};function oh(e,t){const n=(0,dt.useRef)();return(0,dt.useCallback)((t=>{t?n.current=e(t):n.current&&n.current()}),t)}const ah=function(){return oh((e=>{let t;function n(n){const{keyCode:r,shiftKey:o,target:a}=n;if(9!==r)return;const i=o?"findPrevious":"findNext",s=rh.tabbable[i](a)||null;if(e.contains(s))return;const l=o?"append":"prepend",{ownerDocument:c}=e,u=c.createElement("div");u.tabIndex=-1,e[l](u),u.focus(),t=setTimeout((()=>e.removeChild(u)))}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n),clearTimeout(t)}}),[])};function ih(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"firstElement";const t=(0,dt.useRef)(e);return(0,dt.useEffect)((()=>{t.current=e}),[e]),(0,dt.useCallback)((e=>{var n,r;if(!e||!1===t.current)return;if(e.contains(null!==(n=null===(r=e.ownerDocument)||void 0===r?void 0:r.activeElement)&&void 0!==n?n:null))return;let o=e;if("firstElement"===t.current){const t=rh.tabbable.find(e)[0];t&&(o=t)}o.focus()}),[])}const sh=function(e){const t=(0,dt.useRef)(null),n=(0,dt.useRef)(null),r=(0,dt.useRef)(e);return(0,dt.useEffect)((()=>{r.current=e}),[e]),(0,dt.useCallback)((e=>{if(e){if(t.current=e,n.current)return;n.current=e.ownerDocument.activeElement}else if(n.current){var o,a,i;const e=null===(o=t.current)||void 0===o?void 0:o.contains(null===(a=t.current)||void 0===a?void 0:a.ownerDocument.activeElement);if(null!==(i=t.current)&&void 0!==i&&i.isConnected&&!e)return;var s;if(r.current)r.current();else null===(s=n.current)||void 0===s||s.focus()}}),[])},lh=["button","submit"];function ch(e){const t=(0,dt.useRef)(e);(0,dt.useEffect)((()=>{t.current=e}),[e]);const n=(0,dt.useRef)(!1),r=(0,dt.useRef)(),o=(0,dt.useCallback)((()=>{clearTimeout(r.current)}),[]);(0,dt.useEffect)((()=>()=>o()),[]),(0,dt.useEffect)((()=>{e||o()}),[e,o]);const a=(0,dt.useCallback)((e=>{const{type:t,target:r}=e;(0,ht.includes)(["mouseup","touchend"],t)?n.current=!1:function(e){if(!(e instanceof window.HTMLElement))return!1;switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return(0,ht.includes)(lh,e.type)}return!1}(r)&&(n.current=!0)}),[]),i=(0,dt.useCallback)((e=>{e.persist(),n.current||(r.current=setTimeout((()=>{document.hasFocus()?"function"==typeof t.current&&t.current(e):e.preventDefault()}),0))}),[]);return{onFocus:o,onMouseDown:a,onMouseUp:a,onTouchStart:a,onTouchEnd:a,onBlur:i}}function uh(e,t){"function"==typeof e?e(t):e&&e.hasOwnProperty("current")&&(e.current=t)}function dh(e){const t=(0,dt.useRef)(),n=(0,dt.useRef)(!1),r=(0,dt.useRef)([]),o=(0,dt.useRef)(e);return o.current=e,(0,dt.useLayoutEffect)((()=>{!1===n.current&&e.forEach(((e,n)=>{const o=r.current[n];e!==o&&(uh(o,null),uh(e,t.current))})),r.current=e}),e),(0,dt.useLayoutEffect)((()=>{n.current=!1})),(0,dt.useCallback)((e=>{uh(t,e),n.current=!0;const a=e?o.current:r.current;for(const t of a)uh(t,e)}),[])}const ph=function(e){const t=(0,dt.useRef)();(0,dt.useEffect)((()=>{t.current=e}),Object.values(e));const n=ah(),r=ih(e.focusOnMount),o=sh(),a=ch((e=>{var n,r;null!==(n=t.current)&&void 0!==n&&n.__unstableOnClose?t.current.__unstableOnClose("focus-outside",e):null!==(r=t.current)&&void 0!==r&&r.onClose&&t.current.onClose()})),i=(0,dt.useCallback)((e=>{e&&e.addEventListener("keydown",(e=>{var n;e.keyCode===xf&&!e.defaultPrevented&&null!==(n=t.current)&&void 0!==n&&n.onClose&&(e.preventDefault(),t.current.onClose())}))}),[]);return[dh([!1!==e.focusOnMount?n:null,!1!==e.focusOnMount?o:null,!1!==e.focusOnMount?r:null,i]),{...a,tabIndex:"-1"}]},mh=e=>(0,dt.createElement)("circle",e),fh=e=>(0,dt.createElement)("g",e),hh=e=>(0,dt.createElement)("path",e),gh=e=>(0,dt.createElement)("rect",e),bh=e=>{let{className:t,isPressed:n,...r}=e;const o={...r,className:Hp()(t,{"is-pressed":n})||void 0,role:"img","aria-hidden":!0,focusable:!1};return(0,dt.createElement)("svg",o)},vh=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));function yh(e,t,n,r,o,a,i,s,l){const{width:c}=t;"left"===n&&vr()?n="right":"right"===n&&vr()&&(n="left"),"left"===r&&vr()?r="right":"right"===r&&vr()&&(r="left");const u=Math.round(e.left+e.width/2),d={popoverLeft:u,contentWidth:(u-c/2>0?c/2:u)+(u+c/2>window.innerWidth?window.innerWidth-u:c/2)};let p=e.left;"right"===r?p=e.right:"middle"===a||l||(p=u);let m=e.right;"left"===r?m=e.left:"middle"===a||l||(m=u);const f={popoverLeft:p,contentWidth:p-c>0?c:p},h={popoverLeft:m,contentWidth:m+c>window.innerWidth?window.innerWidth-m:c};let g,b=n,v=null;if(!o&&!s)if("center"===n&&d.contentWidth===c)b="center";else if("left"===n&&f.contentWidth===c)b="left";else if("right"===n&&h.contentWidth===c)b="right";else{b=f.contentWidth>h.contentWidth?"left":"right";const e="left"===b?f.contentWidth:h.contentWidth;c>window.innerWidth&&(v=window.innerWidth),e!==c&&(b="center",d.popoverLeft=window.innerWidth/2)}return g="center"===b?d.popoverLeft:"left"===b?f.popoverLeft:h.popoverLeft,i&&(g=Math.min(g,i.offsetLeft+i.offsetWidth-c),vr()||(g=Math.max(g,0))),{xAxis:b,popoverLeft:g,contentWidth:v}}function _h(e,t,n,r,o,a,i,s,l){const{height:c}=t;if(o){const t=o.getBoundingClientRect(),r=t.top+c-i,a=t.bottom-c-i;if(e.top<=r){if(l){if(!(c+100?c/2:u)+(u+c/2>window.innerHeight?window.innerHeight-u:c/2)},p={popoverTop:e.top,contentHeight:e.top-10-c>0?c:e.top-10},m={popoverTop:e.bottom,contentHeight:e.bottom+10+c>window.innerHeight?window.innerHeight-10-e.bottom:c};let f,h=n,g=null;if(!o&&!s)if("middle"===n&&d.contentHeight===c)h="middle";else if("top"===n&&p.contentHeight===c)h="top";else if("bottom"===n&&m.contentHeight===c)h="bottom";else{h=p.contentHeight>m.contentHeight?"top":"bottom";const e="top"===h?p.contentHeight:m.contentHeight;g=e!==c?e:null}return f="middle"===h?d.popoverTop:"top"===h?p.popoverTop:m.popoverTop,{yAxis:h,popoverTop:f,contentHeight:g}}function Mh(e,t,n){const{defaultView:r}=t,{frameElement:o}=r;if(!o||t===n.ownerDocument)return e;const a=o.getBoundingClientRect();return new r.DOMRect(e.left+a.left,e.top+a.top,e.width,e.height)}let kh=0;function wh(e){const t=document.scrollingElement||document.body;e&&(kh=t.scrollTop);const n=e?"add":"remove";t.classList[n]("lockscroll"),document.documentElement.classList[n]("lockscroll"),e||(t.scrollTop=kh)}let Eh=0;function Lh(){return(0,dt.useEffect)((()=>(0===Eh&&wh(!0),++Eh,()=>{1===Eh&&wh(!1),--Eh})),[]),null}const xh=(0,dt.createContext)({registerSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{},getSlot:()=>{},getFills:()=>{},subscribe:()=>{}}),Sh=e=>{const{getSlot:t,subscribe:n}=(0,dt.useContext)(xh),[r,o]=(0,dt.useState)(t(e));return(0,dt.useEffect)((()=>{o(t(e));return n((()=>{o(t(e))}))}),[e]),r};function Ah(e){let{name:t,children:n,registerFill:r,unregisterFill:o}=e;const a=Sh(t),i=(0,dt.useRef)({name:t,children:n});return(0,dt.useLayoutEffect)((()=>(r(t,i.current),()=>o(t,i.current))),[]),(0,dt.useLayoutEffect)((()=>{i.current.children=n,a&&a.forceUpdate()}),[n]),(0,dt.useLayoutEffect)((()=>{t!==i.current.name&&(o(i.current.name,i.current),i.current.name=t,r(t,i.current))}),[t]),a&&a.node?((0,ht.isFunction)(n)&&(n=n(a.props.fillProps)),(0,mt.createPortal)(n,a.node)):null}const Ch=e=>(0,dt.createElement)(xh.Consumer,null,(t=>{let{registerFill:n,unregisterFill:r}=t;return(0,dt.createElement)(Ah,ft({},e,{registerFill:n,unregisterFill:r}))})),Th=e=>!(0,ht.isNumber)(e)&&((0,ht.isString)(e)||(0,ht.isArray)(e)?!e.length:!e);class zh extends dt.Component{constructor(){super(...arguments),this.isUnmounted=!1,this.bindNode=this.bindNode.bind(this)}componentDidMount(){const{registerSlot:e}=this.props;e(this.props.name,this)}componentWillUnmount(){const{unregisterSlot:e}=this.props;this.isUnmounted=!0,e(this.props.name,this)}componentDidUpdate(e){const{name:t,unregisterSlot:n,registerSlot:r}=this.props;e.name!==t&&(n(e.name),r(t,this))}bindNode(e){this.node=e}forceUpdate(){this.isUnmounted||super.forceUpdate()}render(){const{children:e,name:t,fillProps:n={},getFills:r}=this.props,o=(0,ht.map)(r(t,this),(e=>{const t=(0,ht.isFunction)(e.children)?e.children(n):e.children;return dt.Children.map(t,((e,t)=>{if(!e||(0,ht.isString)(e))return e;const n=e.key||t;return(0,dt.cloneElement)(e,{key:n})}))})).filter((0,ht.negate)(Th));return(0,dt.createElement)(dt.Fragment,null,(0,ht.isFunction)(e)?e(o):o)}}const Nh=e=>(0,dt.createElement)(xh.Consumer,null,(t=>{let{registerSlot:n,unregisterSlot:r,getFills:o}=t;return(0,dt.createElement)(zh,ft({},e,{registerSlot:n,unregisterSlot:r,getFills:o}))})),Oh=(0,dt.createContext)({slots:{},fills:{},registerSlot:()=>{},updateSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{}});function Dh(e){const t=(0,dt.useContext)(Oh),n=t.slots[e]||{},r=t.fills[e],o=(0,dt.useMemo)((()=>r||[]),[r]);return{...n,updateSlot:(0,dt.useCallback)((n=>{t.updateSlot(e,n)}),[e,t.updateSlot]),unregisterSlot:(0,dt.useCallback)((n=>{t.unregisterSlot(e,n)}),[e,t.unregisterSlot]),fills:o,registerFill:(0,dt.useCallback)((n=>{t.registerFill(e,n)}),[e,t.registerFill]),unregisterFill:(0,dt.useCallback)((n=>{t.unregisterFill(e,n)}),[e,t.unregisterFill])}}function Bh(){const[,e]=(0,dt.useState)({}),t=(0,dt.useRef)(!0);return(0,dt.useEffect)((()=>()=>{t.current=!1}),[]),()=>{t.current&&e({})}}function Ih(e){let{name:t,children:n}=e;const r=Dh(t),o=(0,dt.useRef)({rerender:Bh()});return(0,dt.useEffect)((()=>(r.registerFill(o),()=>{r.unregisterFill(o)})),[r.registerFill,r.unregisterFill]),r.ref&&r.ref.current?("function"==typeof n&&(n=n(r.fillProps)),(0,mt.createPortal)(n,r.ref.current)):null}const Ph=(0,dt.forwardRef)((function(e,t){let{name:n,fillProps:r={},as:o="div",...a}=e;const i=(0,dt.useContext)(Oh),s=(0,dt.useRef)();return(0,dt.useLayoutEffect)((()=>(i.registerSlot(n,s,r),()=>{i.unregisterSlot(n,s)})),[i.registerSlot,i.unregisterSlot,n]),(0,dt.useLayoutEffect)((()=>{i.updateSlot(n,r)})),(0,dt.createElement)(o,ft({ref:dh([t,s])},a))}));function Rh(e){let{children:t}=e;const n=function(){const[e,t]=(0,dt.useState)({}),[n,r]=(0,dt.useState)({}),o=(0,dt.useCallback)(((e,n,r)=>{t((t=>{const o=t[e]||{};return{...t,[e]:{...o,ref:n||o.ref,fillProps:r||o.fillProps||{}}}}))}),[]),a=(0,dt.useCallback)(((e,n)=>{t((t=>{const{[e]:r,...o}=t;return(null==r?void 0:r.ref)===n?o:t}))}),[]),i=(0,dt.useCallback)(((t,r)=>{const o=e[t];if(o&&!qi(o.fillProps,r)){o.fillProps=r;const e=n[t];e&&e.map((e=>e.current.rerender()))}}),[e,n]),s=(0,dt.useCallback)(((e,t)=>{r((n=>({...n,[e]:[...n[e]||[],t]})))}),[]),l=(0,dt.useCallback)(((e,t)=>{r((n=>n[e]?{...n,[e]:n[e].filter((e=>e!==t))}:n))}),[]);return(0,dt.useMemo)((()=>({slots:e,fills:n,registerSlot:o,updateSlot:i,unregisterSlot:a,registerFill:s,unregisterFill:l})),[e,n,o,i,a,s,l])}();return(0,dt.createElement)(Oh.Provider,{value:n},t)}class Hh extends dt.Component{constructor(){super(...arguments),this.registerSlot=this.registerSlot.bind(this),this.registerFill=this.registerFill.bind(this),this.unregisterSlot=this.unregisterSlot.bind(this),this.unregisterFill=this.unregisterFill.bind(this),this.getSlot=this.getSlot.bind(this),this.getFills=this.getFills.bind(this),this.hasFills=this.hasFills.bind(this),this.subscribe=this.subscribe.bind(this),this.slots={},this.fills={},this.listeners=[],this.contextValue={registerSlot:this.registerSlot,unregisterSlot:this.unregisterSlot,registerFill:this.registerFill,unregisterFill:this.unregisterFill,getSlot:this.getSlot,getFills:this.getFills,hasFills:this.hasFills,subscribe:this.subscribe}}registerSlot(e,t){const n=this.slots[e];this.slots[e]=t,this.triggerListeners(),this.forceUpdateSlot(e),n&&n.forceUpdate()}registerFill(e,t){this.fills[e]=[...this.fills[e]||[],t],this.forceUpdateSlot(e)}unregisterSlot(e,t){this.slots[e]===t&&(delete this.slots[e],this.triggerListeners())}unregisterFill(e,t){this.fills[e]=(0,ht.without)(this.fills[e],t),this.forceUpdateSlot(e)}getSlot(e){return this.slots[e]}getFills(e,t){return this.slots[e]!==t?[]:this.fills[e]}hasFills(e){return this.fills[e]&&!!this.fills[e].length}forceUpdateSlot(e){const t=this.getSlot(e);t&&t.forceUpdate()}triggerListeners(){this.listeners.forEach((e=>e()))}subscribe(e){return this.listeners.push(e),()=>{this.listeners=(0,ht.without)(this.listeners,e)}}render(){return(0,dt.createElement)(xh.Provider,{value:this.contextValue},this.props.children)}}function Wh(e){return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Ch,e),(0,dt.createElement)(Ih,e))}const Yh=(0,dt.forwardRef)(((e,t)=>{let{bubblesVirtually:n,...r}=e;return n?(0,dt.createElement)(Ph,ft({},r,{ref:t})):(0,dt.createElement)(Nh,r)}));function jh(e){let{children:t,...n}=e;return(0,dt.createElement)(Hh,n,(0,dt.createElement)(Rh,null,t))}function qh(e){const t=t=>(0,dt.createElement)(Wh,ft({name:e},t));t.displayName=e+"Fill";const n=t=>(0,dt.createElement)(Yh,ft({name:e},t));return n.displayName=e+"Slot",n.__unstableName=e,{Fill:t,Slot:n}}function Fh(e){return"appear"===e?"top":"left"}function Vh(e){if("loading"===e.type)return Hp()("components-animate__loading");const{type:t,origin:n=Fh(t)}=e;if("appear"===t){const[e,t="center"]=n.split(" ");return Hp()("components-animate__appear",{["is-from-"+t]:"center"!==t,["is-from-"+e]:"middle"!==e})}return"slide-in"===t?Hp()("components-animate__slide-in","is-from-"+n):void 0}const Xh="Popover",Uh=(0,dt.createContext)();function $h(e,t){const{paddingTop:n,paddingBottom:r,paddingLeft:o,paddingRight:a}=function(e){return e.ownerDocument.defaultView.getComputedStyle(e)}(t),i=n?parseInt(n,10):0,s=r?parseInt(r,10):0,l=o?parseInt(o,10):0,c=a?parseInt(a,10):0;return{x:e.left+l,y:e.top+i,width:e.width-l-c,height:e.height-i-s,left:e.left+l,right:e.right-c,top:e.top+i,bottom:e.bottom-s}}function Gh(e,t,n){n?e.getAttribute(t)!==n&&e.setAttribute(t,n):e.hasAttribute(t)&&e.removeAttribute(t)}function Kh(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";e.style[t]!==n&&(e.style[t]=n)}function Jh(e,t,n){n?e.classList.contains(t)||e.classList.add(t):e.classList.contains(t)&&e.classList.remove(t)}const Zh=(0,dt.forwardRef)(((e,t)=>{let{headerTitle:n,onClose:r,children:o,className:a,noArrow:i=!0,isAlternate:s,position:l="bottom right",range:c,focusOnMount:u="firstElement",anchorRef:d,shouldAnchorIncludePadding:p,anchorRect:m,getAnchorRect:f,expandOnMobile:h,animate:g=!0,onFocusOutside:b,__unstableStickyBoundaryElement:v,__unstableSlotName:y=Xh,__unstableObserveElement:_,__unstableBoundaryParent:M,__unstableForcePosition:k,__unstableForceXAlignment:w,__unstableEditorCanvasWrapper:E,...L}=e;const x=(0,dt.useRef)(null),S=(0,dt.useRef)(null),A=(0,dt.useRef)(),C=yf("medium","<"),[T,z]=(0,dt.useState)(),N=(0,dt.useContext)(Uh)||y,O=Dh(N),D=h&&C,[B,I]=kf();i=D||i,(0,dt.useLayoutEffect)((()=>{if(D)return Jh(A.current,"is-without-arrow",i),Jh(A.current,"is-alternate",s),Gh(A.current,"data-x-axis"),Gh(A.current,"data-y-axis"),Kh(A.current,"top"),Kh(A.current,"left"),Kh(S.current,"maxHeight"),void Kh(S.current,"maxWidth");const e=()=>{if(!A.current||!S.current)return;let e=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=arguments.length>4?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0;if(t)return t;if(n){if(!e.current)return;const t=n(e.current);return Mh(t,t.ownerDocument||e.current.ownerDocument,a)}if(!1!==r){if(!(r&&window.Range&&window.Element&&window.DOMRect))return;if("function"==typeof(null==r?void 0:r.cloneRange))return Mh(pf(r),r.endContainer.ownerDocument,a);if("function"==typeof(null==r?void 0:r.getBoundingClientRect)){const e=Mh(r.getBoundingClientRect(),r.ownerDocument,a);return o?e:$h(e,r)}const{top:e,bottom:t}=r,n=e.getBoundingClientRect(),i=t.getBoundingClientRect(),s=Mh(new window.DOMRect(n.left,n.top,n.width,i.bottom-n.top),e.ownerDocument,a);return o?s:$h(s,r)}if(!e.current)return;const{parentNode:i}=e.current,s=Mh(i.getBoundingClientRect(),i.ownerDocument,a);return o?s:$h(s,i)}(x,m,f,d,p,A.current);if(!e)return;const{offsetParent:t,ownerDocument:n}=A.current;let r,o=0;if(t&&t!==n.body){const n=t.getBoundingClientRect();o=n.top,e=new window.DOMRect(e.left-n.left,e.top-n.top,e.width,e.height)}M&&(r=A.current.parentElement);const a=I.height?I:S.current.getBoundingClientRect(),{popoverTop:c,popoverLeft:u,xAxis:h,yAxis:g,contentHeight:b,contentWidth:y}=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"top",r=arguments.length>3?arguments[3]:void 0,o=arguments.length>5?arguments[5]:void 0,a=arguments.length>6?arguments[6]:void 0,i=arguments.length>7?arguments[7]:void 0,s=arguments.length>8?arguments[8]:void 0,l=arguments.length>9?arguments[9]:void 0;const[c,u="center",d]=n.split(" "),p=_h(e,t,c,d,r,0,o,i,l);return{...yh(e,t,u,d,r,p.yAxis,a,i,s),...p}}(e,a,l,v,A.current,o,r,k,w,E);"number"==typeof c&&"number"==typeof u&&(Kh(A.current,"top",c+"px"),Kh(A.current,"left",u+"px")),Jh(A.current,"is-without-arrow",i||"center"===h&&"middle"===g),Jh(A.current,"is-alternate",s),Gh(A.current,"data-x-axis",h),Gh(A.current,"data-y-axis",g),Kh(S.current,"maxHeight","number"==typeof b?b+"px":""),Kh(S.current,"maxWidth","number"==typeof y?y+"px":"");z(({left:"right",right:"left"}[h]||"center")+" "+({top:"bottom",bottom:"top"}[g]||"middle"))};e();const{ownerDocument:t}=A.current,{defaultView:n}=t,r=n.setInterval(e,500);let o;const a=()=>{n.cancelAnimationFrame(o),o=n.requestAnimationFrame(e)};n.addEventListener("click",a),n.addEventListener("resize",e),n.addEventListener("scroll",e,!0);const c=function(e){if(e)return e.endContainer?e.endContainer.ownerDocument:e.top?e.top.ownerDocument:e.ownerDocument}(d);let u;return c&&c!==t&&(c.defaultView.addEventListener("resize",e),c.defaultView.addEventListener("scroll",e,!0)),_&&(u=new n.MutationObserver(e),u.observe(_,{attributes:!0})),()=>{var i,s;(n.clearInterval(r),n.removeEventListener("resize",e),n.removeEventListener("scroll",e,!0),n.removeEventListener("click",a),n.cancelAnimationFrame(o),c&&c!==t)&&(null===(i=c.defaultView)||void 0===i||i.removeEventListener("resize",e),null===(s=c.defaultView)||void 0===s||s.removeEventListener("scroll",e,!0));u&&u.disconnect()}}),[D,m,f,d,p,l,I,v,_,M]);const P=(e,t)=>{"focus-outside"===e&&b?b(t):r&&r()},[R,H]=ph({focusOnMount:u,__unstableOnClose:P,onClose:P}),W=dh([A,R,t]),Y=Boolean(g&&T)&&Vh({type:"appear",origin:T});let j=(0,dt.createElement)("div",ft({className:Hp()("components-popover",a,Y,{"is-expanded":D,"is-without-arrow":i,"is-alternate":s})},L,{ref:W},H,{tabIndex:"-1"}),D&&(0,dt.createElement)(Lh,null),D&&(0,dt.createElement)("div",{className:"components-popover__header"},(0,dt.createElement)("span",{className:"components-popover__header-title"},n),(0,dt.createElement)(lb,{className:"components-popover__close",icon:vh,onClick:r})),(0,dt.createElement)("div",{ref:S,className:"components-popover__content"},(0,dt.createElement)("div",{style:{position:"relative"}},B,o)));return O.ref&&(j=(0,dt.createElement)(Wh,{name:N},j)),d||m?j:(0,dt.createElement)("span",{ref:x},j)}));Zh.Slot=(0,dt.forwardRef)((function(e,t){let{name:n=Xh}=e;return(0,dt.createElement)(Yh,{bubblesVirtually:!0,name:n,className:"popover-slot",ref:t})})),Zh.__unstableSlotNameProvider=Uh.Provider;const Qh=Zh;const eg=function(e){let t,n,{shortcut:r,className:o}=e;return r?((0,ht.isString)(r)&&(t=r),(0,ht.isObject)(r)&&(t=r.display,n=r.ariaLabel),(0,dt.createElement)("span",{className:o,"aria-label":n},t)):null},tg=700,ng=(0,dt.createElement)("div",{className:"event-catcher"}),rg=e=>{let{eventHandlers:t,child:n,childrenWithPopover:r}=e;return(0,dt.cloneElement)((0,dt.createElement)("span",{className:"disabled-element-wrapper"},(0,dt.cloneElement)(ng,t),(0,dt.cloneElement)(n,{children:r})),t)},og=e=>{let{child:t,eventHandlers:n,childrenWithPopover:r}=e;return(0,dt.cloneElement)(t,{...n,children:r})},ag=e=>{let{grandchildren:t,isOver:n,position:r,text:o,shortcut:a}=e;return function(){for(var e=arguments.length,t=new Array(e),n=0;n(dt.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,dt.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])}(t,n&&(0,dt.createElement)(Qh,{focusOnMount:!1,position:r,className:"components-tooltip","aria-hidden":"true",animate:!1,noArrow:!0},o,(0,dt.createElement)(eg,{className:"components-tooltip__shortcut",shortcut:a})))},ig=(e,t,n)=>{if(1!==dt.Children.count(e))return;const r=dt.Children.only(e);r.props.disabled||"function"==typeof r.props[t]&&r.props[t](n)};const sg=function(e){const{children:t,position:n,text:r,shortcut:o,delay:a=tg}=e,[i,s]=(0,dt.useState)(!1),[l,c]=(0,dt.useState)(!1),u=df(c,a),d=e=>{ig(t,"onMouseDown",e),document.addEventListener("mouseup",f),s(!0)},p=e=>{ig(t,"onMouseUp",e),document.removeEventListener("mouseup",f),s(!1)},m=e=>"mouseUp"===e?p:"mouseDown"===e?d:void 0,f=m("mouseUp"),h=(e,n)=>r=>{if(ig(t,e,r),r.currentTarget.disabled)return;if("focus"===r.type&&i)return;u.cancel();const o=(0,ht.includes)(["focus","mouseenter"],r.type);o!==l&&(n?u(o):c(o))},g=()=>{u.cancel(),document.removeEventListener("mouseup",f)};if((0,dt.useEffect)((()=>g),[]),1!==dt.Children.count(t))return t;const b={onMouseEnter:h("onMouseEnter",!0),onMouseLeave:h("onMouseLeave"),onClick:h("onClick"),onFocus:h("onFocus"),onBlur:h("onBlur"),onMouseDown:m("mouseDown")},v=dt.Children.only(t),{children:y,disabled:_}=v.props;return(_?rg:og)({child:v,eventHandlers:b,childrenWithPopover:ag({grandchildren:y,...{isOver:l,position:n,text:r,shortcut:o}})})};const lg=function(e){let{icon:t,className:n,...r}=e;const o=["dashicon","dashicons","dashicons-"+t,n].filter(Boolean).join(" ");return(0,dt.createElement)("span",ft({className:o},r))};const cg=function(e){let{icon:t=null,size:n=24,...r}=e;if("string"==typeof t)return(0,dt.createElement)(lg,ft({icon:t},r));if((0,dt.isValidElement)(t)&&lg===t.type)return(0,dt.cloneElement)(t,{...r});if("function"==typeof t)return t.prototype instanceof dt.Component?(0,dt.createElement)(t,{size:n,...r}):t({size:n,...r});if(t&&("svg"===t.type||t.type===bh)){const e={width:n,height:n,...t.props,...r};return(0,dt.createElement)(bh,e)}return(0,dt.isValidElement)(t)?(0,dt.cloneElement)(t,{size:n,...r}):t},ug=(0,dt.createContext)({}),dg=()=>(0,dt.useContext)(ug);function pg(e){let{value:t}=e;const n=dg(),r=(0,dt.useRef)(t);!function(e,t){const n=(0,dt.useRef)(!1);(0,dt.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)}((()=>{(0,ht.isEqual)(r.current,t)&&r.current}),[t]);return(0,dt.useMemo)((()=>(0,ht.merge)((0,ht.cloneDeep)(n),t)),[n,t])}(0,dt.memo)((e=>{let{children:t,value:n}=e;const r=pg({value:n});return(0,dt.createElement)(ug.Provider,{value:r},t)}));const mg=wn()((function(e){return`components-${(0,ht.kebabCase)(e)}`}));function fg(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var hg=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+r:"",o,e.sheet,!0);o=o.next}while(void 0!==o)}},gg=/[A-Z]|^ms/g,bg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vg=function(e){return 45===e.charCodeAt(1)},yg=function(e){return null!=e&&"boolean"!=typeof e},_g=jm((function(e){return vg(e)?e:e.replace(gg,"-$&").toLowerCase()})),Mg=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(bg,(function(e,t,n){return wg={name:t,styles:n,next:wg},t}))}return 1===Ym[e]||vg(e)||"number"!=typeof t||0===t?t:t+"px"};function kg(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return wg={name:n.name,styles:n.styles,next:wg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)wg={name:r.name,styles:r.styles,next:wg},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;onull!=e&&["name","styles"].every((t=>void 0!==e[t])),Og=()=>{const e=(0,dt.useContext)(Qm),t=(0,dt.useCallback)((function(){if(null===e)throw new Error("The `useCx` hook should be only used within a valid Emotion Cache Context");for(var t=arguments.length,n=new Array(t),r=0;rNg(t)?(hg(e,t,!1),`${e.key}-${t.name}`):t)))}),[e]);return t};function Dg(e,t){const n=dg(),r=(null==n?void 0:n[t])||{},o={"data-wp-c16t":!0,...(a=t,{"data-wp-component":a})};var a;const{_overrides:i,...s}=r,l=Object.entries(s).length?Object.assign({},s,e):e,c=Og()(mg(t),e.className),u="function"==typeof l.renderChildren?l.renderChildren(l):l.children;for(const e in l)o[e]=l[e];for(const e in i)o[e]=i[e];return o.children=u,o.className=c,o}function Bg(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{memo:r=!1}=n;let o=(0,dt.forwardRef)(e);r&&(o=(0,dt.memo)(o));let a=o.__contextSystemKey__||[t];return Array.isArray(t)&&(a=[...a,...t]),"string"==typeof t&&(a=[...a,t]),o.displayName=t,o.__contextSystemKey__=(0,ht.uniq)(a),o.selector=`.${mg(t)}`,o}function Ig(e){if(!e)return[];let t=[];return e.__contextSystemKey__&&(t=e.__contextSystemKey__),e.type&&e.type.__contextSystemKey__&&(t=e.type.__contextSystemKey__),t}function Pg(e,t){return!!e&&("string"==typeof t?Ig(e).includes(t):!!Array.isArray(t)&&t.some((t=>Ig(e).includes(t))))}const Rg={border:0,clip:"rect(1px, 1px, 1px, 1px)",WebkitClipPath:"inset( 50% )",clipPath:"inset( 50% )",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",wordWrap:"normal"};var Hg=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Wg=jm((function(e){return Hg.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));const Yg=Wg;var jg=/[A-Z]|^ms/g,qg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Fg=function(e){return 45===e.charCodeAt(1)},Vg=function(e){return null!=e&&"boolean"!=typeof e},Xg=jm((function(e){return Fg(e)?e:e.replace(jg,"-$&").toLowerCase()})),Ug=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(qg,(function(e,t,n){return Gg={name:t,styles:n,next:Gg},t}))}return 1===Ym[e]||Fg(e)||"number"!=typeof t||0===t?t:t+"px"};function $g(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Gg={name:n.name,styles:n.styles,next:Gg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Gg={name:r.name,styles:r.styles,next:Gg},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o96?Zg:Qg},tb=function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(t){return e.__emotion_forwardProp(t)&&o(t)}:o}return"function"!=typeof r&&n&&(r=e.__emotion_forwardProp),r},nb=function(){return null};const rb=function e(t,n){var r,o,a=t.__emotion_real===t,i=a&&t.__emotion_base||t;void 0!==n&&(r=n.label,o=n.target);var s=tb(t,n,a),l=s||eb(i),c=!l("as");return function(){var u=arguments,d=a&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&d.push("label:"+r+";"),null==u[0]||void 0===u[0].raw)d.push.apply(d,u);else{0,d.push(u[0][0]);for(var p=u.length,m=1;m{e.stopPropagation(),e.preventDefault()}}const C=!x&&(f&&b||g||!!b&&(!v||(0,ht.isArray)(v)&&!v.length)&&!1!==f),T=k?E:null,z=w["aria-describedby"]||T,N=(0,dt.createElement)(S,ft({},A,w,{className:L,"aria-label":w["aria-label"]||b,"aria-describedby":z,ref:n}),d&&"left"===p&&(0,dt.createElement)(cg,{icon:d,size:m}),y&&(0,dt.createElement)(dt.Fragment,null,y),d&&"right"===p&&(0,dt.createElement)(cg,{icon:d,size:m}),v);return C?(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(sg,{text:k||b,shortcut:g,position:h},N),k&&(0,dt.createElement)(ib,null,(0,dt.createElement)("span",{id:T},k))):(0,dt.createElement)(dt.Fragment,null,N,k&&(0,dt.createElement)(ib,null,(0,dt.createElement)("span",{id:T},k)))}));function cb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ub(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function db(e){for(var t=1;t=0||(o[n]=e[n]);return o}function mb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var hb=(0,dt.createContext)({});var gb,bb=function(e,t,n){void 0===n&&(n=t.children);var r=(0,dt.useContext)(hb);if(r.useCreateElement)return r.useCreateElement(e,t,n);if("string"==typeof e&&function(e){return"function"==typeof e}(n)){t.children;return n(pb(t,["children"]))}return(0,dt.createElement)(e,t,n)};function vb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function yb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _b(e){for(var t=1;t=0?n[i]=e[i]:r[i]=e[i]}return[n,r]}function wb(e,t){if(void 0===t&&(t=[]),!Mb(e.state))return kb(e,t);var n=kb(e,[].concat(t,["state"])),r=n[0],o=n[1],a=r.state,i=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(r,["state"]);return[_b(_b({},a),i),o]}function Eb(e,t){if(e===t)return!0;if(!e)return!1;if(!t)return!1;if("object"!=typeof e)return!1;if("object"!=typeof t)return!1;var n=Object.keys(e),r=Object.keys(t),o=n.length;if(r.length!==o)return!1;for(var a=0,i=n;a=0||(o[n]=e[n]);return o}function Ob(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Bb(e,t){void 0===t&&(t=null),e&&("function"==typeof e?e(t):e.current=t)}function Ib(e,t){return(0,dt.useMemo)((function(){return null==e&&null==t?null:function(n){Bb(e,n),Bb(t,n)}}),[e,t])}function Pb(e){return e?e.ownerDocument||e:document}try{gb=window}catch(e){}function Rb(e){return e&&Pb(e).defaultView||gb}var Hb=function(){var e=Rb();return Boolean(void 0!==e&&e.document&&e.document.createElement)}(),Wb=Hb?dt.useLayoutEffect:dt.useEffect;function Yb(e){var t=(0,dt.useRef)(e);return Wb((function(){t.current=e})),t}function jb(e){return e.target===e.currentTarget}function qb(e){var t=Pb(e).activeElement;return null!=t&&t.nodeName?t:null}function Fb(e,t){return e===t||e.contains(t)}function Vb(e){var t=qb(e);if(!t)return!1;if(Fb(e,t))return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&(n===e.id||!!e.querySelector("#"+n))}function Xb(e){return!Fb(e.currentTarget,e.target)}var Ub=["button","color","file","image","reset","submit"];function $b(e){if("BUTTON"===e.tagName)return!0;if("INPUT"===e.tagName){var t=e;return-1!==Ub.indexOf(t.type)}return!1}function Gb(e){return!!Hb&&-1!==window.navigator.userAgent.indexOf(e)}var Kb="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false'])";function Jb(e){return function(e,t){return"matches"in e?e.matches(t):"msMatchesSelector"in e?e.msMatchesSelector(t):e.webkitMatchesSelector(t)}(e,Kb)&&function(e){var t=e;return t.offsetWidth>0||t.offsetHeight>0||e.getClientRects().length>0}(e)}var Zb=Ab({name:"Role",keys:["unstable_system"],propsAreEqual:function(e,t){var n=e.unstable_system,r=Nb(e,["unstable_system"]),o=t.unstable_system,a=Nb(t,["unstable_system"]);return!(n!==o&&!Eb(n,o))&&Eb(r,a)}}),Qb=(xb({as:"div",useHook:Zb}),Gb("Mac")&&!Gb("Chrome")&&(Gb("Safari")||Gb("Firefox")));function ev(e){!Vb(e)&&Jb(e)&&e.focus()}function tv(e,t,n,r){return e?t&&!n?-1:void 0:t?r:r||0}function nv(e,t){return(0,dt.useCallback)((function(n){var r;null===(r=e.current)||void 0===r||r.call(e,n),n.defaultPrevented||t&&(n.stopPropagation(),n.preventDefault())}),[e,t])}var rv=Ab({name:"Tabbable",compose:Zb,keys:["disabled","focusable"],useOptions:function(e,t){return zb({disabled:t.disabled},e)},useProps:function(e,t){var n=t.ref,r=t.tabIndex,o=t.onClickCapture,a=t.onMouseDownCapture,i=t.onMouseDown,s=t.onKeyPressCapture,l=t.style,c=Nb(t,["ref","tabIndex","onClickCapture","onMouseDownCapture","onMouseDown","onKeyPressCapture","style"]),u=(0,dt.useRef)(null),d=Yb(o),p=Yb(a),m=Yb(i),f=Yb(s),h=!!e.disabled&&!e.focusable,g=(0,dt.useState)(!0),b=g[0],v=g[1],y=(0,dt.useState)(!0),_=y[0],M=y[1],k=e.disabled?zb({pointerEvents:"none"},l):l;Wb((function(){var e=u.current;e&&(["BUTTON","INPUT","SELECT","TEXTAREA","A"].includes(e.tagName)||v(!1),function(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)}(e)||M(!1))}),[]);var w=nv(d,e.disabled),E=nv(p,e.disabled),L=nv(f,e.disabled),x=(0,dt.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e);var n=e.currentTarget;if(!e.defaultPrevented&&Qb&&!Xb(e)&&$b(n)){var r=requestAnimationFrame((function(){n.removeEventListener("mouseup",o,!0),ev(n)})),o=function(){cancelAnimationFrame(r),ev(n)};n.addEventListener("mouseup",o,{once:!0,capture:!0})}}),[]);return zb({ref:Ib(u,n),style:k,tabIndex:tv(h,b,_,r),disabled:!(!h||!_)||void 0,"aria-disabled":!!e.disabled||void 0,onClickCapture:w,onMouseDownCapture:E,onMouseDown:x,onKeyPressCapture:L},c)}});xb({as:"div",useHook:rv});var ov=Ab({name:"Clickable",compose:rv,keys:["unstable_clickOnEnter","unstable_clickOnSpace"],useOptions:function(e){var t=e.unstable_clickOnEnter,n=void 0===t||t,r=e.unstable_clickOnSpace;return zb({unstable_clickOnEnter:n,unstable_clickOnSpace:void 0===r||r},Nb(e,["unstable_clickOnEnter","unstable_clickOnSpace"]))},useProps:function(e,t){var n=t.onKeyDown,r=t.onKeyUp,o=Nb(t,["onKeyDown","onKeyUp"]),a=(0,dt.useState)(!1),i=a[0],s=a[1],l=Yb(n),c=Yb(r),u=(0,dt.useCallback)((function(t){var n;if(null===(n=l.current)||void 0===n||n.call(l,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey&&jb(t)){var r=e.unstable_clickOnEnter&&"Enter"===t.key,o=e.unstable_clickOnSpace&&" "===t.key;if(r||o){if(function(e){var t=e.currentTarget;return!!e.isTrusted&&($b(t)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||"A"===t.tagName||"SELECT"===t.tagName)}(t))return;t.preventDefault(),r?t.currentTarget.click():o&&s(!0)}}}),[e.disabled,e.unstable_clickOnEnter,e.unstable_clickOnSpace]),d=(0,dt.useCallback)((function(t){var n;if(null===(n=c.current)||void 0===n||n.call(c,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey){var r=e.unstable_clickOnSpace&&" "===t.key;i&&r&&(s(!1),t.currentTarget.click())}}),[e.disabled,e.unstable_clickOnSpace,i]);return zb({"data-active":i||void 0,onKeyDown:u,onKeyUp:d},o)}});xb({as:"button",memo:!0,useHook:ov});function av(e,t){return t?e.find((function(e){return!e.disabled&&e.id!==t})):e.find((function(e){return!e.disabled}))}function iv(e,t){var n;return t||null===t?t:e.currentId||null===e.currentId?e.currentId:null===(n=av(e.items||[]))||void 0===n?void 0:n.id}var sv=["baseId","unstable_idCountRef","setBaseId","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],lv=sv,cv=lv;function uv(e){e.userFocus=!0,e.focus(),e.userFocus=!1}function dv(e,t){e.userFocus=t}function pv(e){try{var t=e instanceof HTMLInputElement&&null!==e.selectionStart,n="TEXTAREA"===e.tagName,r="true"===e.contentEditable;return t||n||r||!1}catch(e){return!1}}function mv(e){var t=qb(e);if(!t)return!1;if(t===e)return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&n===e.id}function fv(e){return void 0===e&&(e="id"),(e?e+"-":"")+Math.random().toString(32).substr(2,6)}var hv=(0,dt.createContext)(fv);var gv=Ab({keys:[].concat(["baseId","unstable_idCountRef","setBaseId"],["id"]),useOptions:function(e,t){var n=(0,dt.useContext)(hv),r=(0,dt.useState)((function(){return e.unstable_idCountRef?(e.unstable_idCountRef.current+=1,"-"+e.unstable_idCountRef.current):e.baseId?"-"+n(""):""}))[0],o=(0,dt.useMemo)((function(){return e.baseId||n()}),[e.baseId,n]),a=t.id||e.id||""+o+r;return zb(zb({},e),{},{id:a})},useProps:function(e,t){return zb({id:e.id},t)}});xb({as:"div",useHook:gv});function bv(e,t,n){if("function"==typeof Event)return new Event(t,n);var r=Pb(e).createEvent("Event");return r.initEvent(t,null==n?void 0:n.bubbles,null==n?void 0:n.cancelable),r}function vv(e,t){if(e instanceof HTMLInputElement||e instanceof HTMLTextAreaElement){var n,r=Object.getPrototypeOf(e),o=null===(n=Object.getOwnPropertyDescriptor(r,"value"))||void 0===n?void 0:n.set;o&&(o.call(e,t),function(e,t,n){e.dispatchEvent(bv(e,t,n))}(e,"input",{bubbles:!0}))}}function yv(e){return e.querySelector("[data-composite-item-widget]")}var _v=Ab({name:"CompositeItem",compose:[ov,gv],keys:cv,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return ov.unstable_propsAreEqual(e,t);var n=e.currentId,r=e.unstable_moves,o=Nb(e,["currentId","unstable_moves"]),a=t.currentId,i=t.unstable_moves,s=Nb(t,["currentId","unstable_moves"]);if(a!==n){if(t.id===a||t.id===n)return!1}else if(r!==i)return!1;return ov.unstable_propsAreEqual(o,s)},useOptions:function(e){return zb(zb({},e),{},{id:e.id,currentId:iv(e),unstable_clickOnSpace:!e.unstable_hasActiveWidget&&e.unstable_clickOnSpace})},useProps:function(e,t){var n,r=t.ref,o=t.tabIndex,a=void 0===o?0:o,i=t.onMouseDown,s=t.onFocus,l=t.onBlurCapture,c=t.onKeyDown,u=t.onClick,d=Nb(t,["ref","tabIndex","onMouseDown","onFocus","onBlurCapture","onKeyDown","onClick"]),p=(0,dt.useRef)(null),m=e.id,f=e.disabled&&!e.focusable,h=e.currentId===m,g=Yb(h),b=(0,dt.useRef)(!1),v=function(e){return(0,dt.useMemo)((function(){var t;return null===(t=e.items)||void 0===t?void 0:t.find((function(t){return e.id&&t.id===e.id}))}),[e.items,e.id])}(e),y=Yb(i),_=Yb(s),M=Yb(l),k=Yb(c),w=Yb(u),E=!e.unstable_virtual&&!e.unstable_hasActiveWidget&&h||!(null!==(n=e.items)&&void 0!==n&&n.length);(0,dt.useEffect)((function(){var t;if(m)return null===(t=e.registerItem)||void 0===t||t.call(e,{id:m,ref:p,disabled:!!f}),function(){var t;null===(t=e.unregisterItem)||void 0===t||t.call(e,m)}}),[m,f,e.registerItem,e.unregisterItem]),(0,dt.useEffect)((function(){var t=p.current;t&&e.unstable_moves&&g.current&&uv(t)}),[e.unstable_moves]);var L=(0,dt.useCallback)((function(e){var t;null===(t=y.current)||void 0===t||t.call(y,e),dv(e.currentTarget,!0)}),[]),x=(0,dt.useCallback)((function(t){var n,r,o=!!t.currentTarget.userFocus;if(dv(t.currentTarget,!1),null===(n=_.current)||void 0===n||n.call(_,t),!t.defaultPrevented&&!Xb(t)&&m&&!function(e,t){if(jb(e))return!1;for(var n,r=Db(t);!(n=r()).done;)if(n.value.ref.current===e.target)return!0;return!1}(t,e.items)&&(null===(r=e.setCurrentId)||void 0===r||r.call(e,m),o&&e.unstable_virtual&&e.baseId&&jb(t))){var a=Pb(t.target).getElementById(e.baseId);a&&(b.current=!0,function(e,t){var n=void 0===t?{}:t,r=n.preventScroll,o=n.isActive,a=void 0===o?mv:o;a(e)||(e.focus({preventScroll:r}),a(e)||requestAnimationFrame((function(){e.focus({preventScroll:r})})))}(a))}}),[m,e.items,e.setCurrentId,e.unstable_virtual,e.baseId]),S=(0,dt.useCallback)((function(t){var n;null===(n=M.current)||void 0===n||n.call(M,t),t.defaultPrevented||e.unstable_virtual&&b.current&&(b.current=!1,t.preventDefault(),t.stopPropagation())}),[e.unstable_virtual]),A=(0,dt.useCallback)((function(t){var n;if(jb(t)){var r="horizontal"!==e.orientation,o="vertical"!==e.orientation,a=!(null==v||!v.groupId),i={ArrowUp:(a||r)&&e.up,ArrowRight:(a||o)&&e.next,ArrowDown:(a||r)&&e.down,ArrowLeft:(a||o)&&e.previous,Home:function(){var n,r;!a||t.ctrlKey?null===(n=e.first)||void 0===n||n.call(e):null===(r=e.previous)||void 0===r||r.call(e,!0)},End:function(){var n,r;!a||t.ctrlKey?null===(n=e.last)||void 0===n||n.call(e):null===(r=e.next)||void 0===r||r.call(e,!0)},PageUp:function(){var t,n;a?null===(t=e.up)||void 0===t||t.call(e,!0):null===(n=e.first)||void 0===n||n.call(e)},PageDown:function(){var t,n;a?null===(t=e.down)||void 0===t||t.call(e,!0):null===(n=e.last)||void 0===n||n.call(e)}}[t.key];if(i)return t.preventDefault(),void i();if(null===(n=k.current)||void 0===n||n.call(k,t),!t.defaultPrevented)if(1===t.key.length&&" "!==t.key){var s=yv(t.currentTarget);s&&pv(s)&&(s.focus(),vv(s,""))}else if("Delete"===t.key||"Backspace"===t.key){var l=yv(t.currentTarget);l&&pv(l)&&(t.preventDefault(),vv(l,""))}}}),[e.orientation,v,e.up,e.next,e.down,e.previous,e.first,e.last]),C=(0,dt.useCallback)((function(e){var t;if(null===(t=w.current)||void 0===t||t.call(w,e),!e.defaultPrevented){var n=yv(e.currentTarget);n&&!Vb(n)&&n.focus()}}),[]);return zb({ref:Ib(p,r),id:m,tabIndex:E?a:-1,"aria-selected":!(!e.unstable_virtual||!h)||void 0,onMouseDown:L,onFocus:x,onBlurCapture:S,onKeyDown:A,onClick:C},d)}}),Mv=xb({as:"button",memo:!0,useHook:_v}),kv=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],wv=kv,Ev=xb({as:"button",memo:!0,useHook:Ab({name:"ToolbarItem",compose:_v,keys:wv})});const Lv=(0,dt.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,dt.useContext)(sf);if("function"!=typeof n&&!r)return null;const i={...o,ref:t,"data-toolbar-item":!0};return a?(0,dt.createElement)(Ev,ft({},a,i,{as:r}),n):r?(0,dt.createElement)(r,i,n):n(i)})),xv=e=>(0,dt.createElement)("div",{className:e.className},e.children);const Sv=(0,dt.forwardRef)((function(e,t){let{containerClassName:n,className:r,extraProps:o,children:a,title:i,isActive:s,isDisabled:l,...c}=e;return(0,dt.useContext)(sf)?(0,dt.createElement)(Lv,ft({className:Hp()("components-toolbar-button",r)},o,c,{ref:t}),(e=>(0,dt.createElement)(lb,ft({label:i,isPressed:s,disabled:l},e),a))):(0,dt.createElement)(xv,{className:n},(0,dt.createElement)(lb,ft({ref:t,icon:c.icon,label:i,shortcut:c.shortcut,"data-subscript":c.subscript,onClick:e=>{e.stopPropagation(),c.onClick&&c.onClick(e)},className:Hp()("components-toolbar__control",r),isPressed:s,disabled:l,"data-toolbar-item":!0},o,c),a))})),Av=e=>{let{className:t,children:n,...r}=e;return(0,dt.createElement)("div",ft({className:t},r),n)},Cv=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));function Tv(e){var t;let{renderContent:n,renderToggle:r,position:o="bottom right",className:a,contentClassName:i,expandOnMobile:s,headerTitle:l,focusOnMount:c,popoverProps:u,onClose:d,onToggle:p}=e;const m=(0,dt.useRef)(),[f,h]=function(e,t){const[n,r]=(0,dt.useState)(e);return[n,e=>{r(e),t&&t(e)}]}(!1,p);function g(){d&&d(),h(!1)}(0,dt.useEffect)((()=>()=>{p&&p(!1)}),[]);const b={isOpen:f,onToggle:function(){h(!f)},onClose:g};return(0,dt.createElement)("div",{className:Hp()("components-dropdown",a),ref:m,tabIndex:"-1"},r(b),f&&(0,dt.createElement)(Qh,ft({position:o,onClose:g,onFocusOutside:function(){const{ownerDocument:e}=m.current,t=e.activeElement.closest('[role="dialog"]');m.current.contains(e.activeElement)||t&&!t.contains(m.current)||g()},expandOnMobile:s,headerTitle:l,focusOnMount:c},u,{anchorRef:null!==(t=null==u?void 0:u.anchorRef)&&void 0!==t?t:m.current,className:Hp()("components-dropdown__content",u?u.className:void 0,i)}),n(b)))}const zv=["menuitem","menuitemradio","menuitemcheckbox"];class Nv extends dt.Component{constructor(){super(...arguments),this.onKeyDown=this.onKeyDown.bind(this),this.bindContainer=this.bindContainer.bind(this),this.getFocusableContext=this.getFocusableContext.bind(this),this.getFocusableIndex=this.getFocusableIndex.bind(this)}componentDidMount(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}componentWillUnmount(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}bindContainer(e){const{forwardedRef:t}=this.props;this.container=e,(0,ht.isFunction)(t)?t(e):t&&"current"in t&&(t.current=e)}getFocusableContext(e){const{onlyBrowserTabstops:t}=this.props,n=(t?rh.tabbable:rh.focusable).find(this.container),r=this.getFocusableIndex(n,e);return r>-1&&e?{index:r,target:e,focusables:n}:null}getFocusableIndex(e,t){const n=e.indexOf(t);if(-1!==n)return n}onKeyDown(e){this.props.onKeyDown&&this.props.onKeyDown(e);const{getFocusableContext:t}=this,{cycle:n=!0,eventToOffset:r,onNavigate:o=ht.noop,stopNavigationEvents:a}=this.props,i=r(e);if(void 0!==i&&a){e.stopImmediatePropagation();const t=e.target.getAttribute("role");zv.includes(t)&&e.preventDefault()}if(!i)return;const s=t(e.target.ownerDocument.activeElement);if(!s)return;const{index:l,focusables:c}=s,u=n?function(e,t,n){const r=e+n;return r<0?t+r:r>=t?r-t:r}(l,c.length,i):l+i;u>=0&&u(0,dt.createElement)(Nv,ft({},e,{forwardedRef:t}));Ov.displayName="NavigableContainer";const Dv=(0,dt.forwardRef)(Ov);const Bv=(0,dt.forwardRef)((function(e,t){let{role:n="menu",orientation:r="vertical",...o}=e;return(0,dt.createElement)(Dv,ft({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:n,"aria-orientation":"presentation"===n?null:r,eventToOffset:e=>{const{keyCode:t}=e;let n=[zf],o=[Cf];return"horizontal"===r&&(n=[Tf],o=[Af]),"both"===r&&(n=[Tf,zf],o=[Af,Cf]),(0,ht.includes)(n,t)?1:(0,ht.includes)(o,t)?-1:(0,ht.includes)([zf,Cf,Af,Tf],t)?0:void 0}},o))}));function Iv(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={...e,...t};return t.className&&e.className&&(n.className=Hp()(t.className,e.className)),n}const Pv=function(e){const{children:t,className:n,controls:r,icon:o=Cv,label:a,popoverProps:i,toggleProps:s,menuProps:l,disableOpenOnArrowDown:c=!1,text:u,noIcons:d}=e;if((0,ht.isEmpty)(r)&&!(0,ht.isFunction)(t))return null;let p;(0,ht.isEmpty)(r)||(p=r,Array.isArray(p[0])||(p=[p]));const m=Iv({className:"components-dropdown-menu__popover"},i);return(0,dt.createElement)(Tv,{className:Hp()("components-dropdown-menu",n),popoverProps:m,renderToggle:e=>{var t;let{isOpen:n,onToggle:r}=e;const i=Iv({className:Hp()("components-dropdown-menu__toggle",{"is-opened":n})},s);return(0,dt.createElement)(lb,ft({},i,{icon:o,onClick:e=>{r(e),i.onClick&&i.onClick(e)},onKeyDown:e=>{(e=>{c||n||e.keyCode!==zf||(e.preventDefault(),r())})(e),i.onKeyDown&&i.onKeyDown(e)},"aria-haspopup":"true","aria-expanded":n,label:a,text:u,showTooltip:null===(t=null==s?void 0:s.showTooltip)||void 0===t||t}),i.children)},renderContent:e=>{const n=Iv({"aria-label":a,className:Hp()("components-dropdown-menu__menu",{"no-icons":d})},l);return(0,dt.createElement)(Bv,ft({},n,{role:"menu"}),(0,ht.isFunction)(t)?t(e):null,(0,ht.flatMap)(p,((t,n)=>t.map(((t,r)=>(0,dt.createElement)(lb,{key:[n,r].join(),onClick:n=>{n.stopPropagation(),e.onClose(),t.onClick&&t.onClick()},className:Hp()("components-dropdown-menu__menu-item",{"has-separator":n>0&&0===r,"is-active":t.isActive,"is-icon-only":!t.title}),icon:t.icon,label:t.label,"aria-checked":"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.isActive:void 0,role:"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.role:"menuitem",disabled:t.isDisabled},t.title))))))}})};const Rv=function(e){let{controls:t=[],toggleProps:n,...r}=e;const o=e=>(0,dt.createElement)(Pv,ft({controls:t,toggleProps:{...e,"data-toolbar-item":!0}},r));return(0,dt.useContext)(sf)?(0,dt.createElement)(Lv,n,o):o(n)};const Hv=function(e){let{controls:t=[],children:n,className:r,isCollapsed:o,title:a,...i}=e;const s=(0,dt.useContext)(sf);if(!(t&&t.length||n))return null;const l=Hp()(s?"components-toolbar-group":"components-toolbar",r);let c=t;return Array.isArray(c[0])||(c=[c]),o?(0,dt.createElement)(Rv,ft({label:a,controls:c,className:l,children:n},i)):(0,dt.createElement)(Av,ft({className:l},i),(0,ht.flatMap)(c,((e,t)=>e.map(((e,n)=>(0,dt.createElement)(Sv,ft({key:[t,n].join(),containerClassName:t>0&&0===n?"has-left-divider":null},e)))))),n)},Wv={default:qh("BlockControls"),block:qh("BlockControlsBlock"),inline:qh("BlockFormatControls"),other:qh("BlockControlsOther"),parent:qh("BlockControlsParent")},Yv={insertUsage:{}},jv={alignWide:!1,supportsLayout:!0,colors:[{name:hr("Black"),slug:"black",color:"#000000"},{name:hr("Cyan bluish gray"),slug:"cyan-bluish-gray",color:"#abb8c3"},{name:hr("White"),slug:"white",color:"#ffffff"},{name:hr("Pale pink"),slug:"pale-pink",color:"#f78da7"},{name:hr("Vivid red"),slug:"vivid-red",color:"#cf2e2e"},{name:hr("Luminous vivid orange"),slug:"luminous-vivid-orange",color:"#ff6900"},{name:hr("Luminous vivid amber"),slug:"luminous-vivid-amber",color:"#fcb900"},{name:hr("Light green cyan"),slug:"light-green-cyan",color:"#7bdcb5"},{name:hr("Vivid green cyan"),slug:"vivid-green-cyan",color:"#00d084"},{name:hr("Pale cyan blue"),slug:"pale-cyan-blue",color:"#8ed1fc"},{name:hr("Vivid cyan blue"),slug:"vivid-cyan-blue",color:"#0693e3"},{name:hr("Vivid purple"),slug:"vivid-purple",color:"#9b51e0"}],fontSizes:[{name:gr("Small","font size name"),size:13,slug:"small"},{name:gr("Normal","font size name"),size:16,slug:"normal"},{name:gr("Medium","font size name"),size:20,slug:"medium"},{name:gr("Large","font size name"),size:36,slug:"large"},{name:gr("Huge","font size name"),size:42,slug:"huge"}],imageDefaultSize:"large",imageSizes:[{slug:"thumbnail",name:hr("Thumbnail")},{slug:"medium",name:hr("Medium")},{slug:"large",name:hr("Large")},{slug:"full",name:hr("Full Size")}],imageEditing:!0,maxWidth:580,allowedBlockTypes:!0,maxUploadFileSize:0,allowedMimeTypes:null,__experimentalCanUserUseUnfilteredHTML:!1,__experimentalBlockDirectory:!1,__mobileEnablePageTemplates:!1,__experimentalBlockPatterns:[],__experimentalBlockPatternCategories:[],__experimentalSpotlightEntityBlocks:[],__unstableGalleryWithImageBlocks:!1,gradients:[{name:hr("Vivid cyan blue to vivid purple"),gradient:"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",slug:"vivid-cyan-blue-to-vivid-purple"},{name:hr("Light green cyan to vivid green cyan"),gradient:"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",slug:"light-green-cyan-to-vivid-green-cyan"},{name:hr("Luminous vivid amber to luminous vivid orange"),gradient:"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",slug:"luminous-vivid-amber-to-luminous-vivid-orange"},{name:hr("Luminous vivid orange to vivid red"),gradient:"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",slug:"luminous-vivid-orange-to-vivid-red"},{name:hr("Very light gray to cyan bluish gray"),gradient:"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",slug:"very-light-gray-to-cyan-bluish-gray"},{name:hr("Cool to warm spectrum"),gradient:"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",slug:"cool-to-warm-spectrum"},{name:hr("Blush light purple"),gradient:"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",slug:"blush-light-purple"},{name:hr("Blush bordeaux"),gradient:"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",slug:"blush-bordeaux"},{name:hr("Luminous dusk"),gradient:"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",slug:"luminous-dusk"},{name:hr("Pale ocean"),gradient:"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",slug:"pale-ocean"},{name:hr("Electric grass"),gradient:"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",slug:"electric-grass"},{name:hr("Midnight"),gradient:"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",slug:"midnight"}]};function qv(e,t,n){return[...e.slice(0,n),...(0,ht.castArray)(t),...e.slice(n)]}function Fv(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=[...e];return o.splice(t,r),qv(o,e.slice(t,t+r),n)}function Vv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n={[t]:[]};return e.forEach((e=>{const{clientId:r,innerBlocks:o}=e;n[t].push(r),Object.assign(n,Vv(o,r))})),n}function Xv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.reduce(((e,n)=>Object.assign(e,{[n.clientId]:t},Xv(n.innerBlocks,n.clientId))),{})}function Uv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ht.identity;const n={},r=[...e];for(;r.length;){const{innerBlocks:e,...o}=r.shift();r.push(...e),n[o.clientId]=t(o)}return n}function $v(e){return Uv(e,(e=>(0,ht.omit)(e,"attributes")))}function Gv(e){return Uv(e,(e=>e.attributes))}function Kv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(0,ht.reduce)(e[t],((t,r)=>n[r]?t:[...t,r,...Kv(e,r)]),[])}function Jv(e,t){return"UPDATE_BLOCK_ATTRIBUTES"===e.type&&void 0!==t&&"UPDATE_BLOCK_ATTRIBUTES"===t.type&&(0,ht.isEqual)(e.clientIds,t.clientIds)&&function(e,t){return(0,ht.isEqual)((0,ht.keys)(e),(0,ht.keys)(t))}(e.attributes,t.attributes)}function Zv(e,t){const n={},r=[...t],o=[...t];for(;r.length;){const e=r.shift();r.push(...e.innerBlocks),o.push(...e.innerBlocks)}for(const e of o)n[e.clientId]={};for(const t of o)n[t.clientId]=Object.assign(n[t.clientId],{...e.byClientId[t.clientId],attributes:e.attributes[t.clientId],innerBlocks:t.innerBlocks.map((e=>n[e.clientId]))});return n}function Qv(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=new Set([]),a=new Set;for(const t of n){let n=r?t:e.parents[t];do{if(e.controlledInnerBlocks[n]){a.add(n);break}o.add(n),n=e.parents[n]}while(void 0!==n)}for(const e of o)t[e]={...t[e]};for(const n of o)t[n].innerBlocks=(e.order[n]||[]).map((e=>t[e]));for(const n of a)t["controlled||"+n]={innerBlocks:(e.order[n]||[]).map((e=>t[e]))};return t}const ey=(0,ht.flow)(bt(),(e=>(t,n)=>{if(t&&"SAVE_REUSABLE_BLOCK_SUCCESS"===n.type){const{id:e,updatedId:r}=n;if(e===r)return t;(t={...t}).attributes=(0,ht.mapValues)(t.attributes,((n,o)=>{const{name:a}=t.byClientId[o];return"core/block"===a&&n.ref===e?{...n,ref:r}:n}))}return e(t,n)}),(e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=e(t,n);if(r===t)return t;switch(r.tree=t.tree?t.tree:{},n.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const e=Zv(r,n.blocks);r.tree=Qv(r,{...r.tree,...e},n.rootClientId?[n.rootClientId]:[""],!0);break}case"UPDATE_BLOCK":r.tree=Qv(r,{...r.tree,[n.clientId]:{...r.tree[n.clientId],...r.byClientId[n.clientId],attributes:r.attributes[n.clientId]}},[n.clientId],!1);break;case"UPDATE_BLOCK_ATTRIBUTES":{const e=n.clientIds.reduce(((e,t)=>(e[t]={...r.tree[t],attributes:r.attributes[t]},e)),{});r.tree=Qv(r,{...r.tree,...e},n.clientIds,!1);break}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const e=Zv(r,n.blocks);r.tree=Qv(r,{...(0,ht.omit)(r.tree,n.replacedClientIds.concat(n.replacedClientIds.map((e=>"controlled||"+e)))),...e},n.blocks.map((e=>e.clientId)),!1);const o=[];for(const e of n.clientIds)void 0===t.parents[e]||""!==t.parents[e]&&!r.byClientId[t.parents[e]]||o.push(t.parents[e]);r.tree=Qv(r,r.tree,o,!0);break}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":const e=[];for(const o of n.clientIds)void 0===t.parents[o]||""!==t.parents[o]&&!r.byClientId[t.parents[o]]||e.push(t.parents[o]);r.tree=Qv(r,(0,ht.omit)(r.tree,n.removedClientIds.concat(n.removedClientIds.map((e=>"controlled||"+e)))),e,!0);break;case"MOVE_BLOCKS_TO_POSITION":{const e=[];n.fromRootClientId&&e.push(n.fromRootClientId),n.toRootClientId&&e.push(n.toRootClientId),n.fromRootClientId&&n.fromRootClientId||e.push(""),r.tree=Qv(r,r.tree,e,!0);break}case"MOVE_BLOCKS_UP":case"MOVE_BLOCKS_DOWN":{const e=[n.rootClientId?n.rootClientId:""];r.tree=Qv(r,r.tree,e,!0);break}case"SAVE_REUSABLE_BLOCK_SUCCESS":{const e=(0,ht.keys)((0,ht.omitBy)(r.attributes,((e,t)=>"core/block"!==r.byClientId[t].name||e.ref!==n.updatedId)));r.tree=Qv(r,{...r.tree,...e.reduce(((e,t)=>(e[t]={...r.byClientId[t],attributes:r.attributes[t],innerBlocks:r.tree[t].innerBlocks},e)),{})},e,!1)}}return r}),(e=>(t,n)=>{const r=e=>{let r=e;for(let o=0;o(t,n)=>{if("REPLACE_INNER_BLOCKS"!==n.type)return e(t,n);const r={};if(Object.keys(t.controlledInnerBlocks).length){const e=[...n.blocks];for(;e.length;){const{innerBlocks:n,...o}=e.shift();e.push(...n),t.controlledInnerBlocks[o.clientId]&&(r[o.clientId]=!0)}}let o=t;t.order[n.rootClientId]&&(o=e(o,{type:"REMOVE_BLOCKS",keepControlledInnerBlocks:r,clientIds:t.order[n.rootClientId]}));let a=o;return n.blocks.length&&(a=e(a,{...n,type:"INSERT_BLOCKS",index:0}),a.order={...a.order,...(0,ht.reduce)(r,((e,n,r)=>(t.order[r]&&(e[r]=t.order[r]),e)),{})}),a}),(e=>(t,n)=>{if("RESET_BLOCKS"===n.type){var r,o,a;const e=Kv(null!==(r=null==t?void 0:t.order)&&void 0!==r?r:{},"",null!==(o=null==t?void 0:t.controlledInnerBlocks)&&void 0!==o?o:{}),i=Object.keys((0,ht.pickBy)(null!==(a=null==t?void 0:t.controlledInnerBlocks)&&void 0!==a?a:{})),s={...t,byClientId:{...(0,ht.omit)(null==t?void 0:t.byClientId,e),...$v(n.blocks)},attributes:{...(0,ht.omit)(null==t?void 0:t.attributes,e),...Gv(n.blocks)},order:{...(0,ht.omit)(null==t?void 0:t.order,e),...(0,ht.omit)(Vv(n.blocks),i)},parents:{...(0,ht.omit)(null==t?void 0:t.parents,e),...Xv(n.blocks)},controlledInnerBlocks:(null==t?void 0:t.controlledInnerBlocks)||{}},l=Zv(s,n.blocks);return s.tree={...(0,ht.omit)(null==t?void 0:t.tree,e),...l,"":{innerBlocks:n.blocks.map((e=>l[e.clientId]))}},s}return e(t,n)}),(function(e){let t,n=!1;return(r,o)=>{let a=e(r,o);const i="MARK_LAST_CHANGE_AS_PERSISTENT"===o.type||n;if(r===a&&!i){var s;n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type;const e=null===(s=null==r?void 0:r.isPersistentChange)||void 0===s||s;return r.isPersistentChange===e?r:{...a,isPersistentChange:e}}return a={...a,isPersistentChange:i?!n:!Jv(o,t)},t=o,n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type,a}}),(function(e){const t=new Set(["RECEIVE_BLOCKS"]);return(n,r)=>{const o=e(n,r);return o!==n&&(o.isIgnoredChange=t.has(r.type)),o}}))({byClientId(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":return{...e,...$v(t.blocks)};case"UPDATE_BLOCK":if(!e[t.clientId])return e;const n=(0,ht.omit)(t.updates,"attributes");return(0,ht.isEmpty)(n)?e:{...e,[t.clientId]:{...e[t.clientId],...n}};case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return t.blocks?{...(0,ht.omit)(e,t.replacedClientIds),...$v(t.blocks)}:e;case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,ht.omit)(e,t.removedClientIds)}return e},attributes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":return{...e,...Gv(t.blocks)};case"UPDATE_BLOCK":return e[t.clientId]&&t.updates.attributes?{...e,[t.clientId]:{...e[t.clientId],...t.updates.attributes}}:e;case"UPDATE_BLOCK_ATTRIBUTES":{if(t.clientIds.every((t=>!e[t])))return e;const n=t.clientIds.reduce(((n,r)=>({...n,[r]:(0,ht.reduce)(t.uniqueByBlock?t.attributes[r]:t.attributes,((t,n,o)=>{var a,i;return n!==t[o]&&((t=(a=e[r])===(i=t)?{...a}:i)[o]=n),t}),e[r])})),{});return t.clientIds.every((t=>n[t]===e[t]))?e:{...e,...n}}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return t.blocks?{...(0,ht.omit)(e,t.replacedClientIds),...Gv(t.blocks)}:e;case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,ht.omit)(e,t.removedClientIds)}return e},order(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{const n=Vv(t.blocks);return{...e,...(0,ht.omit)(n,""),"":((null==e?void 0:e[""])||[]).concat(n[""])}}case"INSERT_BLOCKS":{const{rootClientId:n=""}=t,r=e[n]||[],o=Vv(t.blocks,n),{index:a=r.length}=t;return{...e,...o,[n]:qv(r,o[n],a)}}case"MOVE_BLOCKS_TO_POSITION":{const{fromRootClientId:n="",toRootClientId:r="",clientIds:o}=t,{index:a=e[r].length}=t;if(n===r){const t=e[r].indexOf(o[0]);return{...e,[r]:Fv(e[r],t,a,o.length)}}return{...e,[n]:(0,ht.without)(e[n],...o),[r]:qv(e[r],o,a)}}case"MOVE_BLOCKS_UP":{const{clientIds:n,rootClientId:r=""}=t,o=(0,ht.first)(n),a=e[r];if(!a.length||o===(0,ht.first)(a))return e;const i=a.indexOf(o);return{...e,[r]:Fv(a,i,i-1,n.length)}}case"MOVE_BLOCKS_DOWN":{const{clientIds:n,rootClientId:r=""}=t,o=(0,ht.first)(n),a=(0,ht.last)(n),i=e[r];if(!i.length||a===(0,ht.last)(i))return e;const s=i.indexOf(o);return{...e,[r]:Fv(i,s,s+1,n.length)}}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const{clientIds:n}=t;if(!t.blocks)return e;const r=Vv(t.blocks);return(0,ht.flow)([e=>(0,ht.omit)(e,t.replacedClientIds),e=>({...e,...(0,ht.omit)(r,"")}),e=>(0,ht.mapValues)(e,(e=>(0,ht.reduce)(e,((e,t)=>t===n[0]?[...e,...r[""]]:(-1===n.indexOf(t)&&e.push(t),e)),[])))])(e)}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,ht.flow)([e=>(0,ht.omit)(e,t.removedClientIds),e=>(0,ht.mapValues)(e,(e=>(0,ht.without)(e,...t.removedClientIds)))])(e)}return e},parents(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":return{...e,...Xv(t.blocks)};case"INSERT_BLOCKS":return{...e,...Xv(t.blocks,t.rootClientId||"")};case"MOVE_BLOCKS_TO_POSITION":return{...e,...t.clientIds.reduce(((e,n)=>(e[n]=t.toRootClientId||"",e)),{})};case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return{...(0,ht.omit)(e,t.replacedClientIds),...Xv(t.blocks,e[t.clientIds[0]])};case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,ht.omit)(e,t.removedClientIds)}return e},controlledInnerBlocks(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{type:t,clientId:n,hasControlledInnerBlocks:r}=arguments.length>1?arguments[1]:void 0;return"SET_HAS_CONTROLLED_INNER_BLOCKS"===t?{...e,[n]:r}:e}});function ty(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CLEAR_SELECTED_BLOCK":return e.clientId?{}:e;case"SELECT_BLOCK":return t.clientId===e.clientId?e:{clientId:t.clientId};case"REPLACE_INNER_BLOCKS":case"INSERT_BLOCKS":return t.updateSelection&&t.blocks.length?{clientId:t.blocks[0].clientId}:e;case"REMOVE_BLOCKS":return t.clientIds&&t.clientIds.length&&-1!==t.clientIds.indexOf(e.clientId)?{}:e;case"REPLACE_BLOCKS":{if(-1===t.clientIds.indexOf(e.clientId))return e;const n=t.blocks[t.indexToSelect]||t.blocks[t.blocks.length-1];return n?n.clientId===e.clientId?e:{clientId:n.clientId}:{}}}return e}const ny=bt()({blocks:ey,isTyping:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_TYPING":return!0;case"STOP_TYPING":return!1}return e},draggedBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_DRAGGING_BLOCKS":return t.clientIds;case"STOP_DRAGGING_BLOCKS":return[]}return e},isCaretWithinFormattedText:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENTER_FORMATTED_TEXT":return!0;case"EXIT_FORMATTED_TEXT":return!1}return e},selection:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;switch(r.type){case"SELECTION_CHANGE":return{selectionStart:{clientId:r.clientId,attributeKey:r.attributeKey,offset:r.startOffset},selectionEnd:{clientId:r.clientId,attributeKey:r.attributeKey,offset:r.endOffset}};case"RESET_SELECTION":const{selectionStart:o,selectionEnd:a}=r;return{selectionStart:o,selectionEnd:a};case"MULTI_SELECT":const{start:i,end:s}=r;return{selectionStart:{clientId:i},selectionEnd:{clientId:s}};case"RESET_BLOCKS":const l=null==n||null===(e=n.selectionStart)||void 0===e?void 0:e.clientId,c=null==n||null===(t=n.selectionEnd)||void 0===t?void 0:t.clientId;if(!l&&!c)return n;if(!r.blocks.some((e=>e.clientId===l)))return{selectionStart:{},selectionEnd:{}};if(!r.blocks.some((e=>e.clientId===c)))return{...n,selectionEnd:n.selectionStart}}return{selectionStart:ty(n.selectionStart,r),selectionEnd:ty(n.selectionEnd,r)}},isMultiSelecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_MULTI_SELECT":return!0;case"STOP_MULTI_SELECT":return!1}return e},isSelectionEnabled:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"TOGGLE_SELECTION"===t.type?t.isSelectionEnabled:e},initialPosition:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"REPLACE_BLOCKS"===t.type&&void 0!==t.initialPosition||["SELECT_BLOCK","RESET_SELECTION","INSERT_BLOCKS","REPLACE_INNER_BLOCKS"].includes(t.type)?t.initialPosition:e},blocksMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("TOGGLE_BLOCK_MODE"===t.type){const{clientId:n}=t;return{...e,[n]:e[n]&&"html"===e[n]?"visual":"html"}}return e},blockListSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REPLACE_BLOCKS":case"REMOVE_BLOCKS":return(0,ht.omit)(e,t.clientIds);case"UPDATE_BLOCK_LIST_SETTINGS":{const{clientId:n}=t;return t.settings?(0,ht.isEqual)(e[n],t.settings)?e:{...e,[n]:t.settings}:e.hasOwnProperty(n)?(0,ht.omit)(e,n):e}}return e},insertionPoint:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SHOW_INSERTION_POINT":const{rootClientId:e,index:n,__unstableWithInserter:r}=t;return{rootClientId:e,index:n,__unstableWithInserter:r};case"HIDE_INSERTION_POINT":return null}return e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},settings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:jv,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_SETTINGS"===t.type?{...e,...t.settings}:e},preferences:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Yv,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INSERT_BLOCKS":case"REPLACE_BLOCKS":return t.blocks.reduce(((e,n)=>{const{attributes:r,name:o}=n,a=bn(Qa).getActiveBlockVariation(o,r);let i=null!=a&&a.name?`${o}/${a.name}`:o;const s={name:i};return"core/block"===o&&(s.ref=r.ref,i+="/"+r.ref),{...e,insertUsage:{...e.insertUsage,[i]:{time:t.time,count:e.insertUsage[i]?e.insertUsage[i].count+1:1,insert:s}}}}),e)}return e},lastBlockAttributesChange:function(e,t){switch(t.type){case"UPDATE_BLOCK":if(!t.updates.attributes)break;return{[t.clientId]:t.updates.attributes};case"UPDATE_BLOCK_ATTRIBUTES":return t.clientIds.reduce(((e,n)=>({...e,[n]:t.uniqueByBlock?t.attributes[n]:t.attributes})),{})}return null},isNavigationMode:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"INSERT_BLOCKS"!==t.type&&("SET_NAVIGATION_MODE"===t.type?t.isNavigationMode:e)},hasBlockMovingClientId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_MOVING_MODE"===t.type?t.hasBlockMovingClientId:"SET_NAVIGATION_MODE"===t.type?null:e},automaticChangeStatus:function(e,t){switch(t.type){case"MARK_AUTOMATIC_CHANGE":return"pending";case"MARK_AUTOMATIC_CHANGE_FINAL":return"pending"===e?"final":void 0;case"SELECTION_CHANGE":return"final"!==e?e:void 0;case"START_TYPING":case"STOP_TYPING":return e}},highlightedBlock:function(e,t){switch(t.type){case"TOGGLE_BLOCK_HIGHLIGHT":const{clientId:n,isHighlighted:r}=t;return r?n:e===n?null:e;case"SELECT_BLOCK":if(t.clientId!==e)return null}return e},lastBlockInserted:function(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"INSERT_BLOCKS":if(!n.blocks.length)return t;return{clientId:n.blocks[0].clientId,source:null===(e=n.meta)||void 0===e?void 0:e.source};case"RESET_BLOCKS":return{}}return t}}),ry={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0},oy=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"})),ay=[];function iy(e,t){const n=e.blocks.byClientId[t],r="core/social-link";if("web"!==ry.OS&&(null==n?void 0:n.name)===r){const n=e.blocks.attributes[t],{service:o}=n;return o?`core/social-link-${o}`:r}return n?n.name:null}function sy(e,t){const n=e.blocks.byClientId[t];return!!n&&n.isValid}function ly(e,t){return e.blocks.byClientId[t]?e.blocks.attributes[t]:null}function cy(e,t){return e.blocks.byClientId[t]?e.blocks.tree[t]:null}const uy=zr(((e,t)=>{const n=e.blocks.byClientId[t];return n?{...n,attributes:ly(e,t)}:null}),((e,t)=>[e.blocks.byClientId[t],e.blocks.attributes[t]]));function dy(e,t){var n;const r=t&&U_(e,t)?"controlled||"+t:t||"";return(null===(n=e.blocks.tree[r])||void 0===n?void 0:n.innerBlocks)||ay}const py=zr(((e,t)=>({clientId:t,innerBlocks:my(e,t)})),(e=>[e.blocks.order])),my=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,ht.map)(Xy(e,t),(t=>py(e,t)))}),(e=>[e.blocks.order])),fy=(e,t)=>(0,ht.flatMap)(t,(t=>{const n=Xy(e,t);return[...n,...fy(e,n)]})),hy=zr((e=>{const t=Xy(e);return[...t,...fy(e,t)]}),(e=>[e.blocks.order])),gy=zr(((e,t)=>{const n=hy(e);return t?(0,ht.reduce)(n,((n,r)=>e.blocks.byClientId[r].name===t?n+1:n),0):n.length}),(e=>[e.blocks.order,e.blocks.byClientId])),by=zr(((e,t)=>(0,ht.map)((0,ht.castArray)(t),(t=>cy(e,t)))),((e,t)=>(0,ht.map)((0,ht.castArray)(t),(t=>e.blocks.tree[t]))));function vy(e,t){return Xy(e,t).length}function yy(e){return e.selection.selectionStart}function _y(e){return e.selection.selectionEnd}function My(e){return e.selection.selectionStart.clientId}function ky(e){return e.selection.selectionEnd.clientId}function wy(e){const t=Py(e).length;return t||(e.selection.selectionStart.clientId?1:0)}function Ey(e){const{selectionStart:t,selectionEnd:n}=e.selection;return!!t.clientId&&t.clientId===n.clientId}function Ly(e){const{selectionStart:t,selectionEnd:n}=e.selection,{clientId:r}=t;return r&&r===n.clientId?r:null}function xy(e){const t=Ly(e);return t?cy(e,t):null}function Sy(e,t){return void 0!==e.blocks.parents[t]?e.blocks.parents[t]:null}const Ay=zr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=[];let o=t;for(;e.blocks.parents[o];)o=e.blocks.parents[o],r.push(o);return n?r:r.reverse()}),(e=>[e.blocks.parents])),Cy=zr((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=Ay(e,t,r);return(0,ht.map)((0,ht.filter)((0,ht.map)(o,(t=>({id:t,name:iy(e,t)}))),(e=>{let{name:t}=e;return Array.isArray(n)?n.includes(t):t===n})),(e=>{let{id:t}=e;return t}))}),(e=>[e.blocks.parents]));function Ty(e,t){let n,r=t;do{n=r,r=e.blocks.parents[r]}while(r);return n}function zy(e,t){const n=Ly(e),r=[...Ay(e,t),t],o=[...Ay(e,n),n];let a;const i=Math.min(r.length,o.length);for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:1;if(void 0===t&&(t=Ly(e)),void 0===t&&(t=n<0?Hy(e):Wy(e)),!t)return null;const r=Sy(e,t);if(null===r)return null;const{order:o}=e.blocks,a=o[r],i=a.indexOf(t),s=i+1*n;return s<0||s===a.length?null:a[s]}function Oy(e,t){return Ny(e,t,-1)}function Dy(e,t){return Ny(e,t,1)}function By(e){return e.initialPosition}const Iy=zr((e=>{const{selectionStart:t,selectionEnd:n}=e.selection;if(void 0===t.clientId||void 0===n.clientId)return ay;if(t.clientId===n.clientId)return[t.clientId];const r=Sy(e,t.clientId);if(null===r)return ay;const o=Xy(e,r),a=o.indexOf(t.clientId),i=o.indexOf(n.clientId);return a>i?o.slice(i,a+1):o.slice(a,i+1)}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function Py(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?ay:Iy(e)}const Ry=zr((e=>{const t=Py(e);return t.length?t.map((t=>cy(e,t))):ay}),(e=>[...Iy.getDependants(e),e.blocks.byClientId,e.blocks.order,e.blocks.attributes]));function Hy(e){return(0,ht.first)(Py(e))||null}function Wy(e){return(0,ht.last)(Py(e))||null}function Yy(e,t){return Hy(e)===t}function jy(e,t){return-1!==Py(e).indexOf(t)}const qy=zr(((e,t)=>{let n=t,r=!1;for(;n&&!r;)n=Sy(e,n),r=jy(e,n);return r}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function Fy(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:t.clientId||null}function Vy(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:n.clientId||null}function Xy(e,t){return e.blocks.order[t||""]||ay}function Uy(e,t,n){return Xy(e,n).indexOf(t)}function $y(e,t){const{selectionStart:n,selectionEnd:r}=e.selection;return n.clientId===r.clientId&&n.clientId===t}function Gy(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return(0,ht.some)(Xy(e,t),(t=>$y(e,t)||jy(e,t)||n&&Gy(e,t,n)))}function Ky(e,t){if(!t)return!1;const n=Py(e),r=n.indexOf(t);return r>-1&&ro_(e,t)))}function i_(e){return e.isCaretWithinFormattedText}function s_(e){let t,n;const{insertionPoint:r,selection:{selectionEnd:o}}=e;if(null!==r)return r;const{clientId:a}=o;return a?(t=Sy(e,a)||void 0,n=Uy(e,o.clientId,t)+1):n=Xy(e).length,{rootClientId:t,index:n}}function l_(e){return null!==e.insertionPoint}function c_(e){return e.template.isValid}function u_(e){return e.settings.template}function d_(e,t){if(!t)return e.settings.templateLock;const n=B_(e,t);return n?n.templateLock:null}const p_=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return(0,ht.isBoolean)(e)?e:(0,ht.isArray)(e)?!(!e.includes("core/post-content")||null!==t)||e.includes(t):n},m_=function(e,t){let n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(t&&"object"==typeof t?(n=t,t=n.name):n=ea(t),!n)return!1;const{allowedBlockTypes:o}=I_(e),a=p_(o,t,!0);if(!a)return!1;const i=!!d_(e,r);if(i)return!1;const s=B_(e,r);if(r&&void 0===s)return!1;const l=null==s?void 0:s.allowedBlocks,c=p_(l,t),u=n.parent,d=iy(e,r),p=p_(u,d);return null!==c&&null!==p?c||p:null!==c?c:null===p||p},f_=zr(m_,((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId[n],e.settings.allowedBlockTypes,e.settings.templateLock]));function h_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>f_(e,iy(e,t),n)))}function g_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=ly(e,t);if(null===r)return!0;const{lock:o}=r,a=!!d_(e,n);return void 0===o||void 0===(null==o?void 0:o.remove)?!a:!(null!=o&&o.remove)}function b_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>g_(e,t,n)))}function v_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=ly(e,t);if(null===r)return;const{lock:o}=r,a="all"===d_(e,n);return void 0===o||void 0===(null==o?void 0:o.move)?!a:!(null!=o&&o.move)}function y_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>v_(e,t,n)))}function __(e,t){var n,r;return null!==(n=null===(r=e.preferences.insertUsage)||void 0===r?void 0:r[t])&&void 0!==n?n:null}const M_=(e,t,n)=>!!ra(t,"inserter",!0)&&m_(e,t.name,n),k_=(e,t)=>n=>{const r=`${t.id}/${n.name}`,{time:o,count:a=0}=__(e,r)||{};return{...t,id:r,icon:n.icon||t.icon,title:n.title||t.title,description:n.description||t.description,category:n.category||t.category,example:n.hasOwnProperty("example")?n.example:t.example,initialAttributes:{...t.initialAttributes,...n.attributes},innerBlocks:n.innerBlocks,keywords:n.keywords||t.keywords,frecency:w_(o,a)}},w_=(e,t)=>{if(!e)return t;const n=Date.now()-e;switch(!0){case n<36e5:return 4*t;case n<864e5:return 2*t;case n<6048e5:return t/2;default:return t/4}},E_=(e,t)=>{let{buildScope:n="inserter"}=t;return t=>{const r=t.name;let o=!1;ra(t.name,"multiple",!0)||(o=(0,ht.some)(by(e,hy(e)),{name:t.name}));const{time:a,count:i=0}=__(e,r)||{},s={id:r,name:t.name,title:t.title,icon:t.icon,isDisabled:o,frecency:w_(a,i)};if("transform"===n)return s;const l=aa(t.name,"inserter");return{...s,initialAttributes:{},description:t.description,category:t.category,keywords:t.keywords,variations:l,example:t.example,utility:1}}},L_=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=E_(e,{buildScope:"inserter"}),r=/^\s*)[^])*)\5|[^]*?)}\s+)?(\/)?-->/,o=t=>{let n=oy;if("web"===ry.OS){const e=("string"==typeof t.content.raw?t.content.raw:t.content).match(r);if(e){const[,,t="core/",r]=e,o=ea(t+r);o&&(n=o.icon)}}const o=`core/block/${t.id}`,{time:a,count:i=0}=__(e,o)||{},s=w_(a,i);return{id:o,name:"core/block",initialAttributes:{ref:t.id},title:t.title.raw,icon:n,category:"reusable",keywords:[],isDisabled:!1,utility:1,frecency:s}},a=ta().filter((n=>M_(e,n,t))).map(n),i=m_(e,"core/block",t)?j_(e).map(o):[],s=a.reduce(((t,n)=>{const{variations:r=[]}=n;if(r.some((e=>{let{isDefault:t}=e;return t}))||t.push(n),r.length){const o=k_(e,n);t.push(...r.map(o))}return t}),[]),l=(e,t)=>{const{core:n,noncore:r}=e;return(t.name.startsWith("core/")?n:r).push(t),e},{core:c,noncore:u}=s.reduce(l,{core:[],noncore:[]}),d=[...c,...u];return[...d,...i]}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.blocks.order,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,j_(e),ta()])),x_=zr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=E_(e,{buildScope:"transform"}),o=ta().filter((t=>M_(e,t,n))).map(r),a=(0,ht.mapKeys)(o,(e=>{let{name:t}=e;return t})),i=ka(t).reduce(((e,t)=>(a[null==t?void 0:t.name]&&e.push(a[t.name]),e)),[]),s=(0,ht.orderBy)(i,(e=>a[e.name].frecency),"desc");return s}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,ta()])),S_=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=(0,ht.some)(ta(),(n=>M_(e,n,t)));if(n)return!0;const r=m_(e,"core/block",t)&&j_(e).length>0;return r}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,j_(e),ta()])),A_=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(t)return(0,ht.filter)(ta(),(n=>M_(e,n,t)))}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,ta()])),C_=zr((function(e){var t,n;let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!r)return;const o=null===(t=e.blockListSettings[r])||void 0===t?void 0:t.__experimentalDefaultBlock,a=null===(n=e.blockListSettings[r])||void 0===n?void 0:n.__experimentalDirectInsert;return o&&a?"function"==typeof a?a(cy(e,r))?o:null:o:void 0}),((e,t)=>[e.blockListSettings[t],e.blocks.tree[t]])),T_=zr(((e,t)=>{const n=e.settings.__experimentalBlockPatterns.find((e=>{let{name:n}=e;return n===t}));return n?{...n,blocks:ol(n.content)}:null}),(e=>[e.settings.__experimentalBlockPatterns])),z_=zr((e=>{const t=e.settings.__experimentalBlockPatterns,{allowedBlockTypes:n}=I_(e),r=t.filter((e=>{let{inserter:t=!0}=e;return!!t})).map((t=>{let{name:n}=t;return T_(e,n)})),o=r.filter((e=>{let{blocks:t}=e;return((e,t)=>{if((0,ht.isBoolean)(t))return t;const n=[...e];for(;n.length>0;){var r;const e=n.shift();if(!p_(t,e.name||e.blockName,!0))return!1;null===(r=e.innerBlocks)||void 0===r||r.forEach((e=>{n.push(e)}))}return!0})(t,n)}));return o}),(e=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes])),N_=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=z_(e),r=(0,ht.filter)(n,(n=>{let{blocks:r}=n;return r.every((n=>{let{name:r}=n;return f_(e,r,t)}))}));return r}),((e,t)=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes,e.settings.templateLock,e.blockListSettings[t],e.blocks.byClientId[t]])),O_=zr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return ay;const r=N_(e,n),o=Array.isArray(t)?t:[t];return r.filter((e=>{var t,n;return null==e||null===(t=e.blockTypes)||void 0===t||null===(n=t.some)||void 0===n?void 0:n.call(t,(e=>o.includes(e)))}))}),((e,t)=>[...N_.getDependants(e,t)])),D_=zr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return ay;if(t.some((t=>{let{clientId:n,innerBlocks:r}=t;return r.length||U_(e,n)})))return ay;const r=Array.from(new Set(t.map((e=>{let{name:t}=e;return t}))));return O_(e,r,n)}),((e,t)=>[...O_.getDependants(e,t)]));function B_(e,t){return e.blockListSettings[t]}function I_(e){return e.settings}function P_(e){return e.blocks.isPersistentChange}const R_=zr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.reduce(((t,n)=>e.blockListSettings[n]?{...t,[n]:e.blockListSettings[n]}:t),{})}),(e=>[e.blockListSettings])),H_=zr(((e,t)=>{var n;const r=(0,ht.find)(j_(e),(e=>e.id===t));return r?null===(n=r.title)||void 0===n?void 0:n.raw:null}),(e=>[j_(e)]));function W_(e){return e.blocks.isIgnoredChange}function Y_(e){return e.lastBlockAttributesChange}function j_(e){var t,n;return null!==(t=null==e||null===(n=e.settings)||void 0===n?void 0:n.__experimentalReusableBlocks)&&void 0!==t?t:ay}function q_(e){return e.isNavigationMode}function F_(e){return e.hasBlockMovingClientId}function V_(e){return!!e.automaticChangeStatus}function X_(e,t){return e.highlightedBlock===t}function U_(e,t){return!!e.blocks.controlledInnerBlocks[t]}const $_=zr(((e,t)=>{if(!t.length)return null;const n=Ly(e);if(t.includes(iy(e,n)))return n;const r=Py(e),o=Cy(e,n||r[0],t);return o?(0,ht.last)(o):null}),((e,t)=>[e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId,t]));function G_(e,t,n){const{lastBlockInserted:r}=e;return r.clientId===t&&r.source===n}function K_(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"polite";const t=document.createElement("div");t.id=`a11y-speak-${e}`,t.className="a11y-speak-region",t.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),t.setAttribute("aria-live",e),t.setAttribute("aria-relevant","additions text"),t.setAttribute("aria-atomic","true");const{body:n}=document;return n&&n.appendChild(t),t}let J_="";var Z_;function Q_(e,t){!function(){const e=document.getElementsByClassName("a11y-speak-region"),t=document.getElementById("a11y-speak-intro-text");for(let t=0;t]+>/g," "),J_===e&&(e+=" "),J_=e,e}(e);const n=document.getElementById("a11y-speak-intro-text"),r=document.getElementById("a11y-speak-assertive"),o=document.getElementById("a11y-speak-polite");r&&"assertive"===t?r.textContent=e:o&&(o.textContent=e),n&&n.removeAttribute("hidden")}Z_=function(){const e=document.getElementById("a11y-speak-intro-text"),t=document.getElementById("a11y-speak-assertive"),n=document.getElementById("a11y-speak-polite");null===e&&function(){const e=document.createElement("p");e.id="a11y-speak-intro-text",e.className="a11y-speak-intro-text",e.textContent=hr("Notifications"),e.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),e.setAttribute("hidden","hidden");const{body:t}=document;t&&t.appendChild(e)}(),null===t&&K_("assertive"),null===n&&K_("polite")},"undefined"!=typeof document&&("complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",Z_):Z_());const eM=bt()({formatTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_FORMAT_TYPES":return{...e,...(0,ht.keyBy)(t.formatTypes,"name")};case"REMOVE_FORMAT_TYPES":return(0,ht.omit)(e,t.names)}return e}}),tM=zr((e=>Object.values(e.formatTypes)),(e=>[e.formatTypes]));function nM(e,t){return e.formatTypes[t]}function rM(e,t){return(0,ht.find)(tM(e),(e=>{let{className:n,tagName:r}=e;return null===n&&t===r}))}function oM(e,t){return(0,ht.find)(tM(e),(e=>{let{className:n}=e;return null!==n&&` ${t} `.indexOf(` ${n} `)>=0}))}function aM(e){return{type:"ADD_FORMAT_TYPES",formatTypes:(0,ht.castArray)(e)}}function iM(e){return{type:"REMOVE_FORMAT_TYPES",names:(0,ht.castArray)(e)}}const sM=dn("core/rich-text",{reducer:eM,selectors:d,actions:p});function lM(e,t){if(e===t)return!0;if(!e||!t)return!1;if(e.type!==t.type)return!1;const n=e.attributes,r=t.attributes;if(n===r)return!0;if(!n||!r)return!1;const o=Object.keys(n),a=Object.keys(r);if(o.length!==a.length)return!1;const i=o.length;for(let e=0;e{const r=t[n-1];if(r){const o=e.slice();o.forEach(((e,t)=>{const n=r[t];lM(e,n)&&(o[t]=n)})),t[n]=o}})),{...e,formats:t}}function uM(e,t,n){return(e=e.slice())[t]=n,e}function dM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){const e=(0,ht.find)(i[n],{type:t.type});if(e){const o=i[n].indexOf(e);for(;i[n]&&i[n][o]===e;)i[n]=uM(i[n],o,t),n--;for(r++;i[r]&&i[r][o]===e;)i[r]=uM(i[r],o,t),r++}}else{let e=1/0;for(let o=n;o{let{type:n}=e;return n!==t.type}));const n=i[o].length;n0&&void 0!==arguments[0]?arguments[0]:{};return"string"==typeof t&&t.length>0?{formats:Array(t.length),replacements:Array(t.length),text:t}:("string"==typeof n&&n.length>0&&(e=pM(document,n)),"object"!=typeof e?{formats:[],replacements:[],text:""}:o?wM({element:e,range:r,multilineTag:o,multilineWrapperTags:a,isEditableTree:i,preserveWhiteSpace:s}):kM({element:e,range:r,isEditableTree:i,preserveWhiteSpace:s}))}function vM(e,t,n,r){if(!n)return;const{parentNode:o}=t,{startContainer:a,startOffset:i,endContainer:s,endOffset:l}=n,c=e.text.length;void 0!==r.start?e.start=c+r.start:t===a&&t.nodeType===t.TEXT_NODE?e.start=c+i:o===a&&t===a.childNodes[i]?e.start=c:o===a&&t===a.childNodes[i-1]?e.start=c+r.text.length:t===a&&(e.start=c),void 0!==r.end?e.end=c+r.end:t===s&&t.nodeType===t.TEXT_NODE?e.end=c+l:o===s&&t===s.childNodes[l-1]?e.end=c+r.text.length:o===s&&t===s.childNodes[l]?e.end=c:t===s&&(e.end=c+l)}function yM(e,t,n){if(!t)return;const{startContainer:r,endContainer:o}=t;let{startOffset:a,endOffset:i}=t;return e===r&&(a=n(e.nodeValue.slice(0,a)).length),e===o&&(i=n(e.nodeValue.slice(0,i)).length),{startContainer:r,startOffset:a,endContainer:o,endOffset:i}}function _M(e){return e.replace(/[\n\r\t]+/g," ")}function MM(e){return e.replace(new RegExp("[\ufeff]","gu"),"")}function kM(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:s}=e;const l={formats:[],replacements:[],text:""};if(!t)return l;if(!t.hasChildNodes())return vM(l,t,n,{formats:[],replacements:[],text:""}),l;const c=t.childNodes.length;for(let e=0;eMM(_M(e)));const t=e(c.nodeValue);n=yM(c,n,e),vM(l,c,n,{text:t}),l.formats.length+=t.length,l.replacements.length+=t.length,l.text+=t;continue}if(c.nodeType!==c.ELEMENT_NODE)continue;if(i&&(c.getAttribute("data-rich-text-placeholder")||"br"===u&&!c.getAttribute("data-rich-text-line-break"))){vM(l,c,n,{formats:[],replacements:[],text:""});continue}if("script"===u){const e={formats:[,],replacements:[{type:u,attributes:{"data-rich-text-script":c.getAttribute("data-rich-text-script")||encodeURIComponent(c.innerHTML)}}],text:hM};vM(l,c,n,e),mM(l,e);continue}if("br"===u){vM(l,c,n,{formats:[],replacements:[],text:""}),mM(l,bM({text:"\n"}));continue}const d=gM({type:u,attributes:EM({element:c})});if(o&&-1!==o.indexOf(u)){const e=wM({element:c,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:[...a,d],isEditableTree:i,preserveWhiteSpace:s});vM(l,c,n,e),mM(l,e);continue}const p=kM({element:c,range:n,multilineTag:r,multilineWrapperTags:o,isEditableTree:i,preserveWhiteSpace:s});if(vM(l,c,n,p),d)if(0===p.text.length)d.attributes&&mM(l,{formats:[,],replacements:[d],text:hM});else{function e(t){if(e.formats===t)return e.newFormats;const n=t?[d,...t]:[d];return e.formats=t,e.newFormats=n,n}e.newFormats=[d],mM(l,{...p,formats:Array.from(p.formats,e)})}else mM(l,p)}return l}function wM(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:s}=e;const l={formats:[],replacements:[],text:""};if(!t||!t.hasChildNodes())return l;const c=t.children.length;for(let e=0;e0)&&mM(l,{formats:[,],replacements:a.length>0?[a]:[,],text:fM}),vM(l,c,n,u),mM(l,u)}return l}function EM(e){let{element:t}=e;if(!t.hasAttributes())return;const n=t.attributes.length;let r;for(let e=0;e1&&void 0!==arguments[1]?arguments[1]:[];if(void 0===n)return a;if(n===r){if(o)return o;const e=t[n-1]||a,r=t[n]||a;return e.length1&&void 0!==arguments[1]?arguments[1]:t,o=r;for(;o--;)if(n[o]===fM)return o}function CM(e){const{replacements:t,start:n}=e,r=t[AM(e,n)];return!r||r.length<1}function TM(e,t,n){const{replacements:r,start:o}=e,a=r[AM(e,o)];if(!a||0===a.length)return t===n;return a[a.length-1].type===t}function zM(e){let{start:t,end:n}=e;if(void 0!==t&&void 0!==n)return t===n}function NM(e){let{text:t}=e;return 0===t.length}function OM(e){let{text:t,start:n,end:r}=e;return n===r&&(0===t.length||(0===n&&t.slice(0,1)===fM||(n===t.length&&t.slice(-1)===fM||"\u2028\u2028"===t.slice(n-1,r+1))))}function DM(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"string"==typeof t&&(t=bM({text:t})),cM(e.reduce(((e,n)=>{let{formats:r,replacements:o,text:a}=n;return{formats:e.formats.concat(t.formats,r),replacements:e.replacements.concat(t.replacements,o),text:e.text+t.text+a}})))}function BM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){const e=(0,ht.find)(i[n],{type:t});if(e){for(;(0,ht.find)(i[n],e);)IM(i,n,t),n--;for(r++;(0,ht.find)(i[r],e);)IM(i,r,t),r++}}else for(let e=n;e{let{type:t}=e;return t!==n}));r.length?e[t]=r:delete e[t]}function PM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,replacements:a,text:i}=e;"string"==typeof t&&(t=bM({text:t}));const s=n+t.text.length;return cM({formats:o.slice(0,n).concat(t.formats,o.slice(r)),replacements:a.slice(0,n).concat(t.replacements,a.slice(r)),text:i.slice(0,n)+t.text+i.slice(r),start:s,end:s})}function RM(e,t,n){return PM(e,bM(),t,n)}function HM(e,t,n){let{formats:r,replacements:o,text:a,start:i,end:s}=e;return a=a.replace(t,(function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),l=1;l1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const{formats:r,replacements:o,text:a}=e;return void 0===t||void 0===n?{...e}:{formats:r.slice(t,n),replacements:o.slice(t,n),text:a.slice(t,n)}}function YM(e,t){let{formats:n,replacements:r,text:o,start:a,end:i}=e;if("string"!=typeof t)return jM(...arguments);let s=0;return o.split(t).map((e=>{const o=s,l={formats:n.slice(o,o+e.length),replacements:r.slice(o,o+e.length),text:e};return s+=t.length+e.length,void 0!==a&&void 0!==i&&(a>=o&&ao&&(l.start=0),i>=o&&is&&(l.end=e.length)),l}))}function jM(e){let{formats:t,replacements:n,text:r,start:o,end:a}=e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a;if(void 0===o||void 0===a)return;const l={formats:t.slice(0,i),replacements:n.slice(0,i),text:r.slice(0,i)},c={formats:t.slice(s),replacements:n.slice(s),text:r.slice(s),start:0,end:0};return[HM(l,/\u2028+$/,""),HM(c,/^\u2028+/,"")]}function qM(e,t){if(t)return e;const n={};for(const t in e){let r=t;t.startsWith("data-disable-rich-text-")&&(r=t.slice("data-disable-rich-text-".length)),n[r]=e[t]}return n}function FM(e){let{type:t,attributes:n,unregisteredAttributes:r,object:o,boundaryClass:a,isEditableTree:i}=e;const s=(l=t,bn(sM).getFormatType(l));var l;let c={};if(a&&(c["data-rich-text-format-boundary"]="true"),!s)return n&&(c={...n,...c}),{type:t,attributes:qM(c,i),object:o};c={...r,...c};for(const e in n){const t=!!s.attributes&&s.attributes[e];t?c[t]=n[e]:c[e]=n[e]}return s.className&&(c.class?c.class=`${s.className} ${c.class}`:c.class=s.className),{type:s.tagName,object:s.object,attributes:qM(c,i)}}function VM(e,t,n){do{if(e[n]!==t[n])return!1}while(n--);return!0}function XM(e){let{value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:o,append:a,getLastChild:i,getParent:s,isText:l,getText:c,remove:u,appendText:d,onStartIndex:p,onEndIndex:m,isEditableTree:f,placeholder:h}=e;const{formats:g,replacements:b,text:v,start:y,end:_}=t,M=g.length+1,k=o(),w={type:n},E=LM(t),L=E[E.length-1];let x,S,A;n?(a(a(k,{type:n}),""),S=x=[w]):a(k,"");for(let e=0;e(e.push(t,w),e)),[w]):[...x,...M||[]]);let E=i(k);if(o&&t===fM){let e=E;for(;!l(e);)e=i(e);a(s(e),"\ufeff")}if(A===fM){let t=E;for(;!l(t);)t=i(t);p&&y===e&&p(k,t),m&&_===e&&m(k,t)}if(M&&M.forEach(((e,n)=>{if(E&&S&&VM(M,S,n)&&(t!==fM||M.length-1!==n))return void(E=i(E));const{type:r,attributes:o,unregisteredAttributes:d}=e,p=f&&t!==fM&&e===L,m=s(E),h=a(m,FM({type:r,attributes:o,unregisteredAttributes:d,boundaryClass:p,isEditableTree:f}));l(E)&&0===c(E).length&&u(E),E=a(h,"")})),t!==fM){var C;if(0===e&&(p&&0===y&&p(k,E),m&&0===_&&m(k,E)),t===hM)f||"script"!==(null===(C=b[e])||void 0===C?void 0:C.type)?E=a(s(E),FM({...b[e],object:!0,isEditableTree:f})):(E=a(s(E),FM({type:"script",isEditableTree:f})),a(E,{html:decodeURIComponent(b[e].attributes["data-rich-text-script"])})),E=a(s(E),"");else r||"\n"!==t?l(E)?d(E,t):E=a(s(E),t):(E=a(s(E),{type:"br",attributes:f?{"data-rich-text-line-break":"true"}:void 0,object:!0}),E=a(s(E),""));p&&y===e+1&&p(k,E),m&&_===e+1&&m(k,E),o&&e===v.length&&(a(s(E),"\ufeff"),h&&0===v.length&&a(s(E),{type:"span",attributes:{"data-rich-text-placeholder":h,contenteditable:"false",style:"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;"}})),S=M,A=t}else S=M,A=t}return k}function UM(e){let{value:t,multilineTag:n,preserveWhiteSpace:r}=e;return rk(XM({value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:$M,append:KM,getLastChild:GM,getParent:ZM,isText:QM,getText:ek,remove:tk,appendText:JM}).children)}function $M(){return{}}function GM(e){let{children:t}=e;return t&&t[t.length-1]}function KM(e,t){return"string"==typeof t&&(t={text:t}),t.parent=e,e.children=e.children||[],e.children.push(t),t}function JM(e,t){e.text+=t}function ZM(e){let{parent:t}=e;return t}function QM(e){let{text:t}=e;return"string"==typeof t}function ek(e){let{text:t}=e;return t}function tk(e){const t=e.parent.children.indexOf(e);return-1!==t&&e.parent.children.splice(t,1),e}function nk(e){let{type:t,attributes:n,object:r,children:o}=e,a="";for(const e in n)ki(e)&&(a+=` ${e}="${yi(n[e])}"`);return r?`<${t}${a}>`:`<${t}${a}>${rk(o)}`}function rk(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>void 0!==e.html?e.html:void 0===e.text?nk(e):Mi(e.text))).join("")}function ok(e,t){return xM(e,t.type)?(t.title&&Q_(Sn(hr("%s removed."),t.title),"assertive"),BM(e,t.type)):(t.title&&Q_(Sn(hr("%s applied."),t.title),"assertive"),dM(e,t))}function ak(e){const t=AM(e);if(void 0===t)return!1;const{replacements:n}=e,r=AM(e,t),o=n[t]||[],a=n[r]||[];return o.length<=a.length}function ik(e){const{replacements:t,start:n}=e;return void 0!==t[AM(e,n)]}function sk(e,t){if(!ak(e))return e;const n=AM(e),r=AM(e,n),{text:o,replacements:a,end:i}=e,s=a.slice(),l=function(e,t){let{text:n,replacements:r}=e;const o=r[t]||[];let a=t;for(;a-- >=0;){if(n[a]!==fM)continue;const e=r[a]||[];if(e.length===o.length+1)return a;if(e.length<=o.length)return}}(e,n);for(let e=n;e=0;){if(n[a]!==fM)continue;if((r[a]||[]).length===o.length-1)return a}}function ck(e){if(!ik(e))return e;const{text:t,replacements:n,start:r,end:o}=e,a=AM(e,r),i=n.slice(0),s=n[lk(e,a)]||[],l=function(e,t){let{text:n,replacements:r}=e;const o=r[t]||[];let a=t;for(let e=t||0;e=o.length))return a;a=e}return a}(e,AM(e,o));for(let e=a;e<=l;e++){if(t[e]!==fM)continue;const n=i[e]||[];i[e]=s.concat(n.slice(s.length+1)),0===i[e].length&&delete i[e]}return{...e,replacements:i}}function uk(e,t){const{text:n,replacements:r,start:o,end:a}=e,i=AM(e,o),s=r[i]||[],l=r[AM(e,a)]||[],c=lk(e,i),u=r.slice(),d=s.length-1,p=l.length-1;let m;for(let e=c+1||0;enp?e:t)))}return m?{...e,replacements:u}:e}function dk(e){let{ref:t,value:n,settings:r={}}=e;const{tagName:o,className:a,name:i}=r,s=i?xM(n,i):void 0;return(0,dt.useMemo)((()=>{if(!t.current)return;const{ownerDocument:{defaultView:e}}=t.current,n=e.getSelection();if(!n.rangeCount)return;const r=n.getRangeAt(0);if(!s)return r;let i=r.startContainer;for(i=i.nextElementSibling||i;i.nodeType!==i.ELEMENT_NODE;)i=i.parentNode;return i.closest(o+(a?"."+a:""))}),[s,n.start,n.end,o,a])}function pk(e,t,n){const r=e.parentNode;let o=0;for(;e=e.previousSibling;)o++;return n=[o,...n],r!==t&&(n=pk(r,t,n)),n}function mk(e,t){for(t=[...t];e&&t.length>1;)e=e.childNodes[t.shift()];return{node:e,offset:t[0]}}function fk(e,t){"string"==typeof t&&(t=e.ownerDocument.createTextNode(t));const{type:n,attributes:r}=t;if(n){t=e.ownerDocument.createElement(n);for(const e in r)t.setAttribute(e,r[e])}return e.appendChild(t)}function hk(e,t){e.appendData(t)}function gk(e){let{lastChild:t}=e;return t}function bk(e){let{parentNode:t}=e;return t}function vk(e){return e.nodeType===e.TEXT_NODE}function yk(e){let{nodeValue:t}=e;return t}function _k(e){return e.parentNode.removeChild(e)}function Mk(e){let{value:t,current:n,multilineTag:r,prepareEditableTree:o,__unstableDomOnly:a,placeholder:i}=e;const{body:s,selection:l}=function(e){let{value:t,multilineTag:n,prepareEditableTree:r,isEditableTree:o=!0,placeholder:a,doc:i=document}=e,s=[],l=[];r&&(t={...t,formats:r(t)});const c=XM({value:t,multilineTag:n,createEmpty:()=>pM(i,""),append:fk,getLastChild:gk,getParent:bk,isText:vk,getText:yk,remove:_k,appendText:hk,onStartIndex(e,t){s=pk(t,e,[t.nodeValue.length])},onEndIndex(e,t){l=pk(t,e,[t.nodeValue.length])},isEditableTree:o,placeholder:a});return{body:c,selection:{startPath:s,endPath:l}}}({value:t,multilineTag:r,prepareEditableTree:o,placeholder:i,doc:n.ownerDocument});kk(s,n),void 0===t.start||a||function(e,t){let{startPath:n,endPath:r}=e;const{node:o,offset:a}=mk(t,n),{node:i,offset:s}=mk(t,r),{ownerDocument:l}=t,{defaultView:c}=l,u=c.getSelection(),d=l.createRange();d.setStart(o,a),d.setEnd(i,s);const{activeElement:p}=l;if(u.rangeCount>0){if(function(e,t){return e.startContainer===t.startContainer&&e.startOffset===t.startOffset&&e.endContainer===t.endContainer&&e.endOffset===t.endOffset}(d,u.getRangeAt(0)))return;u.removeAllRanges()}u.addRange(d),p!==l.activeElement&&p instanceof c.HTMLElement&&p.focus()}(l,n)}function kk(e,t){let n,r=0;for(;n=e.firstChild;){const o=t.childNodes[r];if(o)if(o.isEqualNode(n))e.removeChild(n);else if(o.nodeName!==n.nodeName||o.nodeType===o.TEXT_NODE&&o.data!==n.data)t.replaceChild(n,o);else{const t=o.attributes,r=n.attributes;if(t){let e=t.length;for(;e--;){const{name:r}=t[e];n.getAttribute(r)||o.removeAttribute(r)}}if(r)for(let e=0;e{if(!r||!r.length)return;const e="*[data-rich-text-format-boundary]",t=n.current.querySelector(e);if(!t)return;const{ownerDocument:o}=t,{defaultView:a}=o,i=`${`.rich-text:focus ${e}`} {${`background-color: ${a.getComputedStyle(t).color.replace(")",", 0.2)").replace("rgb","rgba")}`}}`,s="rich-text-boundary-style";let l=o.getElementById(s);l||(l=o.createElement("style"),l.id=s,o.head.appendChild(l)),l.innerHTML!==i&&(l.innerHTML=i)}),[r]),n}function Ek(e){const t=(0,dt.useRef)(e);return t.current=e,oh((e=>{function n(n){const{record:r,multilineTag:o,preserveWhiteSpace:a}=t.current;if(zM(r.current)||!e.contains(e.ownerDocument.activeElement))return;const i=WM(r.current),s=SM(i),l=UM({value:i,multilineTag:o,preserveWhiteSpace:a});n.clipboardData.setData("text/plain",s),n.clipboardData.setData("text/html",l),n.clipboardData.setData("rich-text","true"),n.clipboardData.setData("rich-text-multi-line-tag",o||""),n.preventDefault()}return e.addEventListener("copy",n),()=>{e.removeEventListener("copy",n)}}),[])}const Lk=[];function xk(e){const[,t]=(0,dt.useReducer)((()=>({}))),n=(0,dt.useRef)(e);return n.current=e,oh((e=>{function r(r){const{keyCode:o,shiftKey:a,altKey:i,metaKey:s,ctrlKey:l}=r;if(a||i||s||l||o!==Af&&o!==Tf)return;const{record:c,applyRecord:u}=n.current,{text:d,formats:p,start:m,end:f,activeFormats:h=[]}=c.current,g=zM(c.current),{ownerDocument:b}=e,{defaultView:v}=b,{direction:y}=v.getComputedStyle(e),_="rtl"===y?Tf:Af,M=r.keyCode===_;if(g&&0===h.length){if(0===m&&M)return;if(f===d.length&&!M)return}if(!g)return;const k=p[m-1]||Lk,w=p[m]||Lk,E=M?k:w,L=h.every(((e,t)=>e===E[t]));let x=h.length;if(L?x{e.removeEventListener("keydown",r)}}),[])}function Sk(e){const t=(0,dt.useRef)(e);return t.current=e,oh((e=>{function n(n){const{keyCode:r,shiftKey:o,altKey:a,metaKey:i,ctrlKey:s}=n,{multilineTag:l,createRecord:c,handleChange:u}=t.current;if(o||a||i||s||r!==Sf||"li"!==l)return;const d=c();if(!zM(d))return;const{text:p,start:m}=d,f=p[m-1];f&&f!==fM||(u(sk(d,{type:e.tagName.toLowerCase()})),n.preventDefault())}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}const Ak=new Set(["insertParagraph","insertOrderedList","insertUnorderedList","insertHorizontalRule","insertLink"]),Ck=[];function Tk(e){const t=(0,dt.useRef)(e);return t.current=e,oh((e=>{const{ownerDocument:n}=e,{defaultView:r}=n;let o,a=!1;function i(e){if(a)return;let n;e&&(n=e.inputType);const{record:r,applyRecord:o,createRecord:i,handleChange:s}=t.current;if(n&&(0===n.indexOf("format")||Ak.has(n)))return void o(r.current);const l=i(),{start:c,activeFormats:u=[]}=r.current,d=function(e){let{value:t,start:n,end:r,formats:o}=e;const a=Math.min(n,r),i=Math.max(n,r),s=t.formats[a-1]||[],l=t.formats[i]||[];for(t.activeFormats=o.map(((e,t)=>{if(s[t]){if(lM(e,s[t]))return s[t]}else if(l[t]&&lM(e,l[t]))return l[t];return e}));--r>=n;)t.activeFormats.length>0?t.formats[r]=t.activeFormats:delete t.formats[r];return t}({value:l,start:c,end:l.start,formats:u});s(d)}function s(o){if(n.activeElement!==e)return;const{record:s,applyRecord:l,createRecord:c,isSelected:u,onSelectionChange:d}=t.current;if("selectionchange"!==o.type&&!u)return;if("true"!==e.contentEditable)return;if(a)return;const{start:p,end:m,text:f}=c(),h=s.current;if(f!==h.text)return void i();if(p===h.start&&m===h.end)return void(0===h.text.length&&0===p&&function(e){const t=e.getSelection(),{anchorNode:n,anchorOffset:r}=t;if(n.nodeType!==n.ELEMENT_NODE)return;const o=n.childNodes[r];o&&o.nodeType===o.ELEMENT_NODE&&o.getAttribute("data-rich-text-placeholder")&&t.collapseToStart()}(r));const g={...h,start:p,end:m,activeFormats:h._newActiveFormats,_newActiveFormats:void 0},b=LM(g,Ck);g.activeFormats=b,s.current=g,l(g,{domOnly:!0}),d(p,m)}function l(){a=!0,n.removeEventListener("selectionchange",s)}function c(){a=!1,i({inputType:"insertText"}),n.addEventListener("selectionchange",s)}function u(){const{record:e,isSelected:a,onSelectionChange:i,applyRecord:l}=t.current;if(a)l(e.current),i(e.current.start,e.current.end);else{const t=void 0;e.current={...e.current,start:t,end:t,activeFormats:Ck},i(t,t)}o=r.requestAnimationFrame(s),n.addEventListener("selectionchange",s)}function d(){n.removeEventListener("selectionchange",s)}return e.addEventListener("input",i),e.addEventListener("compositionstart",l),e.addEventListener("compositionend",c),e.addEventListener("focus",u),e.addEventListener("blur",d),e.addEventListener("keyup",s),e.addEventListener("mouseup",s),e.addEventListener("touchend",s),()=>{e.removeEventListener("input",i),e.removeEventListener("compositionstart",l),e.removeEventListener("compositionend",c),e.removeEventListener("focus",u),e.removeEventListener("blur",d),e.removeEventListener("keyup",s),e.removeEventListener("mouseup",s),e.removeEventListener("touchend",s),n.removeEventListener("selectionchange",s),r.cancelAnimationFrame(o)}}),[])}function zk(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const{replacements:n,text:r,start:o,end:a}=e,i=zM(e);let s,l=o-1,c=i?o-1:o,u=a;if(t||(l=a,c=o,u=i?a+1:a),r[l]===fM){if(i&&n[l]&&n[l].length){const t=n.slice();t[l]=n[l].slice(0,-1),s={...e,replacements:t}}else s=RM(e,c,u);return s}}function Nk(e){const t=(0,dt.useRef)(e);return t.current=e,oh((e=>{function n(e){const{keyCode:n}=e,{createRecord:r,handleChange:o,multilineTag:a}=t.current;if(e.defaultPrevented)return;if(n!==Nf&&n!==Ef)return;const i=r(),{start:s,end:l,text:c}=i,u=n===Ef;if(0===s&&0!==l&&l===c.length)return o(RM(i)),void e.preventDefault();if(a){let t;t=u&&0===i.start&&0===i.end&&OM(i)?zk(i,!u):zk(i,u),t&&(o(t),e.preventDefault())}}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}const Ok=e=>t=>{let{dispatch:n}=t;n({type:"RESET_BLOCKS",blocks:e}),n(Dk(e))},Dk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getTemplate(),a=n.getTemplateLock(),i=!o||"all"!==a||pc(e,o);if(i!==n.isValidTemplate())return r.setTemplateValidity(i),i};function Bk(e,t,n){return{type:"RESET_SELECTION",selectionStart:e,selectionEnd:t,initialPosition:n}}function Ik(e){return pu('wp.data.dispatch( "core/block-editor" ).receiveBlocks',{since:"5.9",alternative:"resetBlocks or insertBlocks"}),{type:"RECEIVE_BLOCKS",blocks:e}}function Pk(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return{type:"UPDATE_BLOCK_ATTRIBUTES",clientIds:(0,ht.castArray)(e),attributes:t,uniqueByBlock:n}}function Rk(e,t){return{type:"UPDATE_BLOCK",clientId:e,updates:t}}function Hk(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{type:"SELECT_BLOCK",initialPosition:t,clientId:e}}const Wk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getPreviousBlockClientId(e);o&&r.selectBlock(o,-1)},Yk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getNextBlockClientId(e);o&&r.selectBlock(o)};function jk(){return{type:"START_MULTI_SELECT"}}function qk(){return{type:"STOP_MULTI_SELECT"}}const Fk=(e,t)=>n=>{let{select:r,dispatch:o}=n;if(r.getBlockRootClientId(e)!==r.getBlockRootClientId(t))return;o({type:"MULTI_SELECT",start:e,end:t});const a=r.getSelectedBlockCount();Q_(Sn(br("%s block selected.","%s blocks selected.",a),a),"assertive")};function Vk(){return{type:"CLEAR_SELECTED_BLOCK"}}function Xk(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return{type:"TOGGLE_SELECTION",isSelectionEnabled:e}}function Uk(e,t){var n,r;const o=null!==(n=null==t||null===(r=t.__experimentalPreferredStyleVariations)||void 0===r?void 0:r.value)&&void 0!==n?n:{};return e.map((e=>{var t;const n=e.name;if(!ra(n,"defaultStylePicker",!0))return e;if(!o[n])return e;const r=null===(t=e.attributes)||void 0===t?void 0:t.className;if(null!=r&&r.includes("is-style-"))return e;const{attributes:a={}}=e,i=o[n];return{...e,attributes:{...a,className:`${r||""} is-style-${i}`.trim()}}}))}const $k=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4?arguments[4]:void 0;return a=>{let{select:i,dispatch:s}=a;e=(0,ht.castArray)(e),t=Uk((0,ht.castArray)(t),i.getSettings());const l=i.getBlockRootClientId((0,ht.first)(e));for(let e=0;e{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()}))}};function Gk(e,t){return $k(e,t)}const Kk=e=>(t,n)=>r=>{let{select:o,dispatch:a}=r;o.canMoveBlocks(t,n)&&a({type:e,clientIds:(0,ht.castArray)(t),rootClientId:n})},Jk=Kk("MOVE_BLOCKS_DOWN"),Zk=Kk("MOVE_BLOCKS_UP"),Qk=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return o=>{let{select:a,dispatch:i}=o;if(a.canMoveBlocks(e,t)){if(t!==n){if(!a.canRemoveBlocks(e,t))return;if(!a.canInsertBlocks(e,n))return}i({type:"MOVE_BLOCKS_TO_POSITION",fromRootClientId:t,toRootClientId:n,clientIds:e,index:r})}}};function ew(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return Qk([e],t,n,r)}function tw(e,t,n,r,o){return nw([e],t,n,r,0,o)}const nw=function(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5?arguments[5]:void 0;return i=>{let{select:s,dispatch:l}=i;(0,ht.isObject)(o)&&(a=o,o=0,pu("meta argument in wp.data.dispatch('core/block-editor')",{since:"10.1",plugin:"Gutenberg",hint:"The meta argument is now the 6th argument of the function"})),e=Uk((0,ht.castArray)(e),s.getSettings());const c=[];for(const t of e){s.canInsertBlockType(t.name,n)&&c.push(t)}c.length&&l({type:"INSERT_BLOCKS",blocks:c,index:t,rootClientId:n,time:Date.now(),updateSelection:r,initialPosition:r?o:null,meta:a})}};function rw(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{__unstableWithInserter:r}=n;return{type:"SHOW_INSERTION_POINT",rootClientId:e,index:t,__unstableWithInserter:r}}function ow(){return{type:"HIDE_INSERTION_POINT"}}function aw(e){return{type:"SET_TEMPLATE_VALIDITY",isValid:e}}const iw=()=>e=>{let{select:t,dispatch:n}=e;n({type:"SYNCHRONIZE_TEMPLATE"});const r=mc(t.getBlocks(),t.getTemplate());n.resetBlocks(r)},sw=(e,t)=>n=>{let{select:r,dispatch:o}=n;const a=[e,t];o({type:"MERGE_BLOCKS",blocks:a});const[i,s]=a,l=r.getBlock(i),c=ea(l.name);if(c&&!c.merge)return void o.selectBlock(l.clientId);const u=r.getBlock(s),d=ea(u.name),{clientId:p,attributeKey:m,offset:f}=r.getSelectionStart(),h=(p===i?c:d).attributes[m],g=(p===i||p===s)&&void 0!==m&&void 0!==f&&!!h;h||("number"==typeof m?window.console.error("RichText needs an identifier prop that is the block attribute key of the attribute it controls. Its type is expected to be a string, but was "+typeof m):window.console.error("The RichText identifier prop does not match any attributes defined by the block."));const b=va(l),v=va(u);if(g){const e=p===i?b:v,t=e.attributes[m],{multiline:n,__unstableMultilineWrapperTags:r,__unstablePreserveWhiteSpace:o}=h,a=PM(bM({html:t,multilineTag:n,multilineWrapperTags:r,preserveWhiteSpace:o}),"†",f,f);e.attributes[m]=UM({value:a,multilineTag:n,preserveWhiteSpace:o})}const y=l.name===u.name?[v]:La(v,l.name);if(!y||!y.length)return;const _=c.merge(b.attributes,y[0].attributes);if(g){const e=(0,ht.findKey)(_,(e=>"string"==typeof e&&-1!==e.indexOf("†"))),t=_[e],{multiline:n,__unstableMultilineWrapperTags:r,__unstablePreserveWhiteSpace:a}=c.attributes[e],i=bM({html:t,multilineTag:n,multilineWrapperTags:r,preserveWhiteSpace:a}),s=i.text.indexOf("†"),u=UM({value:RM(i,s,s+1),multilineTag:n,preserveWhiteSpace:a});_[e]=u,o.selectionChange(l.clientId,e,s,s)}o.replaceBlocks([l.clientId,u.clientId],[{...l,attributes:{...l.attributes,..._}},...y.slice(1)],0)},lw=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;e=(0,ht.castArray)(e);const a=r.getBlockRootClientId(e[0]);r.canRemoveBlocks(e,a)&&(t&&o.selectPreviousBlock(e[0]),o({type:"REMOVE_BLOCKS",clientIds:e}),o((e=>{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()})))}};function cw(e,t){return lw([e],t)}function uw(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;return{type:"REPLACE_INNER_BLOCKS",rootClientId:e,blocks:t,updateSelection:n,initialPosition:n?r:null,time:Date.now()}}function dw(e){return{type:"TOGGLE_BLOCK_MODE",clientId:e}}function pw(){return{type:"START_TYPING"}}function mw(){return{type:"STOP_TYPING"}}function fw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"START_DRAGGING_BLOCKS",clientIds:e}}function hw(){return{type:"STOP_DRAGGING_BLOCKS"}}function gw(){return{type:"ENTER_FORMATTED_TEXT"}}function bw(){return{type:"EXIT_FORMATTED_TEXT"}}function vw(e,t,n,r){return{type:"SELECTION_CHANGE",clientId:e,attributeKey:t,startOffset:n,endOffset:r}}function yw(e,t,n){const r=Qo();if(!r)return;return tw(ha(r,e),n,t)}function _w(e,t){return{type:"UPDATE_BLOCK_LIST_SETTINGS",clientId:e,settings:t}}function Mw(e){return{type:"UPDATE_SETTINGS",settings:e}}function kw(e,t){return{type:"SAVE_REUSABLE_BLOCK_SUCCESS",id:e,updatedId:t}}function ww(){return{type:"MARK_LAST_CHANGE_AS_PERSISTENT"}}function Ew(){return{type:"MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"}}const Lw=()=>e=>{let{dispatch:t}=e;t({type:"MARK_AUTOMATIC_CHANGE"});const{requestIdleCallback:n=(e=>setTimeout(e,100))}=window;n((()=>{t({type:"MARK_AUTOMATIC_CHANGE_FINAL"})}))},xw=function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t=>{let{dispatch:n}=t;n({type:"SET_NAVIGATION_MODE",isNavigationMode:e}),Q_(hr(e?"You are currently in navigation mode. Navigate blocks using the Tab key and Arrow keys. Use Left and Right Arrow keys to move between nesting levels. To exit navigation mode and edit the selected block, press Enter.":"You are currently in edit mode. To return to the navigation mode, press Escape."))}},Sw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return t=>{let{dispatch:n}=t;n({type:"SET_BLOCK_MOVING_MODE",hasBlockMovingClientId:e}),e&&Q_(hr("Use the Tab key and Arrow keys to choose new block location. Use Left and Right Arrow keys to move between nesting levels. Once location is selected press Enter or Space to move the block."))}},Aw=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;const a=r.getBlocksByClientId(e);if((0,ht.some)(a,(e=>!e)))return;const i=a.map((e=>e.name));if(i.some((e=>!ra(e,"multiple",!0))))return;const s=r.getBlockRootClientId(e[0]),l=r.getBlockIndex((0,ht.last)((0,ht.castArray)(e)),s),c=a.map((e=>ba(e)));return o.insertBlocks(c,l+1,s,t),c.length>1&&t&&o.multiSelect((0,ht.first)(c).clientId,(0,ht.last)(c).clientId),c.map((e=>e.clientId))}},Cw=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e,o);return r.insertDefaultBlock({},o,a)},Tw=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e,o);return r.insertDefaultBlock({},o,a+1)};function zw(e,t){return{type:"TOGGLE_BLOCK_HIGHLIGHT",clientId:e,isHighlighted:t}}const Nw=e=>async t=>{let{dispatch:n}=t;n(zw(e,!0)),await new Promise((e=>setTimeout(e,150))),n(zw(e,!1))};function Ow(e,t){return{type:"SET_HAS_CONTROLLED_INNER_BLOCKS",hasControlledInnerBlocks:t,clientId:e}}const Dw="core/block-editor",Bw={reducer:ny,selectors:u,actions:m,__experimentalUseThunks:!0},Iw=dn(Dw,{...Bw,persist:["preferences"]});yn(Dw,{...Bw,persist:["preferences"]});const Pw={name:"",isSelected:!1},Rw=(0,dt.createContext)(Pw),{Provider:Hw}=Rw;function Ww(){return(0,dt.useContext)(Rw)}function Yw(){const{isSelected:e,clientId:t,name:n}=Ww();return Cc((r=>{if(e)return!0;const{getBlockName:o,isFirstMultiSelectedBlock:a,getMultiSelectedBlockClientIds:i}=r(Iw);return!!a(t)&&i().every((e=>o(e)===n))}),[t,e,n])}function jw(e){let{group:t="default",controls:n,children:r,__experimentalShareWithChildBlocks:o=!1}=e;const a=function(e,t){const n=Yw(),{clientId:r}=Ww(),o=Cc((e=>{const{getBlockName:n,hasSelectedInnerBlock:o}=e(Iw),{hasBlockSupport:a}=e(Qa);return t&&a(n(r),"__experimentalExposeControlsToChildren",!1)&&o(r)}),[t,r]);var a;return n?null===(a=Wv[e])||void 0===a?void 0:a.Fill:o?Wv.parent.Fill:null}(t,o);return a?(0,dt.createElement)(af,{document},(0,dt.createElement)(a,null,(e=>{const o=(0,ht.isEmpty)(e)?null:e;return(0,dt.createElement)(sf.Provider,{value:o},"default"===t&&(0,dt.createElement)(Hv,{controls:n}),r)}))):null}function qw(e){let{group:t="default",...n}=e;const r=(0,dt.useContext)(sf),o=Wv[t].Slot,a=Dh(o.__unstableName);return Boolean(a.fills&&a.fills.length)?"default"===t?(0,dt.createElement)(o,ft({},n,{bubblesVirtually:!0,fillProps:r})):(0,dt.createElement)(Hv,null,(0,dt.createElement)(o,ft({},n,{bubblesVirtually:!0,fillProps:r}))):null}const Fw=jw;Fw.Slot=qw;const Vw=Fw;const Xw=(0,dt.forwardRef)((function(e,t){return(0,dt.useContext)(sf)?(0,dt.createElement)(Lv,ft({ref:t},e.toggleProps),(t=>(0,dt.createElement)(Pv,ft({},e,{popoverProps:{isAlternate:!0,...e.popoverProps},toggleProps:t})))):(0,dt.createElement)(Pv,e)}));const Uw=function e(t){const{children:n,className:r="",label:o,hideSeparator:a}=t,i=uf(e);if(!dt.Children.count(n))return null;const s=`components-menu-group-label-${i}`,l=Hp()(r,"components-menu-group",{"has-hidden-separator":a});return(0,dt.createElement)("div",{className:l},o&&(0,dt.createElement)("div",{className:"components-menu-group__label",id:s,"aria-hidden":"true"},o),(0,dt.createElement)("div",{role:"group","aria-labelledby":o?s:null},n))};const $w=(0,dt.forwardRef)((function(e,t){let{children:n,info:r,className:o,icon:a,iconPosition:i="right",shortcut:s,isSelected:l,role:c="menuitem",...u}=e;return o=Hp()("components-menu-item__button",o),r&&(n=(0,dt.createElement)("span",{className:"components-menu-item__info-wrapper"},(0,dt.createElement)("span",{className:"components-menu-item__item"},n),(0,dt.createElement)("span",{className:"components-menu-item__info"},r))),a&&!(0,ht.isString)(a)&&(a=(0,dt.cloneElement)(a,{className:Hp()("components-menu-items__item-icon",{"has-icon-right":"right"===i})})),(0,dt.createElement)(lb,ft({ref:t,"aria-checked":"menuitemcheckbox"===c||"menuitemradio"===c?l:void 0,role:c,icon:"left"===i?a:void 0,className:o},u),(0,dt.createElement)("span",{className:"components-menu-item__item"},n),(0,dt.createElement)(eg,{className:"components-menu-item__shortcut",shortcut:s}),a&&"right"===i&&(0,dt.createElement)(cg,{icon:a}))})),Gw=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z"})),Kw=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M4 9v6h14V9H4zm8-4.8H4v1.5h8V4.2zM4 19.8h8v-1.5H4v1.5z"})),Jw=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M7 9v6h10V9H7zM5 19.8h14v-1.5H5v1.5zM5 4.3v1.5h14V4.3H5z"})),Zw=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M6 15h14V9H6v6zm6-10.8v1.5h8V4.2h-8zm0 15.6h8v-1.5h-8v1.5z"})),Qw=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M5 9v6h14V9H5zm11-4.8H8v1.5h8V4.2zM8 19.8h8v-1.5H8v1.5z"})),eE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z"})),tE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M9 9v6h11V9H9zM4 20h1.5V4H4v16z"})),nE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M20 9h-7.2V4h-1.6v5H4v6h7.2v5h1.6v-5H20z"})),rE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M4 15h11V9H4v6zM18.5 4v16H20V4h-1.5z"})),oE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M9 15h6V9H9v6zm-5 5h1.5V4H4v16zM18.5 4v16H20V4h-1.5z"})),aE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{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"})),iE=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{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"}));n(8679);function sE(){for(var e=arguments.length,t=new Array(e),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};const{defaultIndex:t=0}=e;if("number"!=typeof t)throw new TypeError(`Default breakpoint index should be a number. Got: ${t}, ${typeof t}`);if(t<0||t>lE.length-1)throw new RangeError(`Default breakpoint index out of range. Theme has ${lE.length} breakpoints, got index ${t}`);const[n,r]=(0,dt.useState)(t);return(0,dt.useEffect)((()=>{const e=()=>{const e=lE.filter((e=>"undefined"!=typeof window&&window.matchMedia(`screen and (min-width: ${e})`).matches)).length;n!==e&&r(e)};return e(),"undefined"!=typeof window&&window.addEventListener("resize",e),()=>{"undefined"!=typeof window&&window.removeEventListener("resize",e)}}),[n]),n};function uE(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=cE(t);if(!Array.isArray(e)&&"function"!=typeof e)return e;const r=e||[];return r[n>=r.length?r.length-1:n]}function dE(e){var t,n;if(void 0===e)return;if(!e)return"0";const r="number"==typeof e?e:Number(e);return"undefined"!=typeof window&&null!==(t=window.CSS)&&void 0!==t&&null!==(n=t.supports)&&void 0!==n&&n.call(t,"margin",e.toString())||Number.isNaN(r)?e.toString():`calc(4px * ${e})`}const pE={name:"zjik7",styles:"display:flex"},mE={name:"qgaee5",styles:"display:block;max-height:100%;max-width:100%;min-height:0;min-width:0"},fE={name:"82a6rk",styles:"flex:1"},hE={name:"13nosa1",styles:">*{min-height:0;}"},gE={name:"1pwxzk4",styles:">*{min-width:0;}"},bE=new RegExp(/-left/g),vE=new RegExp(/-right/g),yE=new RegExp(/Left/g),_E=new RegExp(/Right/g);function ME(e){return"left"===e?"right":"right"===e?"left":bE.test(e)?e.replace(bE,"-right"):vE.test(e)?e.replace(vE,"-left"):yE.test(e)?e.replace(yE,"Right"):_E.test(e)?e.replace(_E,"Left"):e}const kE=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(0,ht.mapKeys)(e,((e,t)=>ME(t)))};function wE(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return()=>t?vr()?sE(t,""):sE(e,""):vr()?sE(kE(e),""):sE(e,"")}function EE(e){const{align:t="center",className:n,direction:r="row",expanded:o=!0,gap:a=2,justify:i="space-between",wrap:s=!1,...l}=Dg(function(e){let{isReversed:t,...n}=e;return void 0!==t?(pu("Flex isReversed",{alternative:'Flex direction="row-reverse" or "column-reverse"',since:"5.9"}),{...n,direction:t?"row-reverse":"row"}):n}(e),"Flex"),c=uE(Array.isArray(r)?r:[r]),u="string"==typeof c&&!!c.includes("column"),d="string"==typeof c&&c.includes("reverse"),p=Og();return{...l,className:(0,dt.useMemo)((()=>{const e={};return e.Base=sE({alignItems:u?"normal":t,flexDirection:c,flexWrap:s?"wrap":void 0,justifyContent:i,height:u&&o?"100%":void 0,width:!u&&o?"100%":void 0,marginBottom:s?`calc(${dE(a)} * -1)`:void 0},"",""),e.Items=sE(">*+*:not( marquee ){margin-top:",u?dE(a):void 0,";",wE({marginLeft:u||d?void 0:dE(a),marginRight:!u&&d?dE(a):void 0})(),";}",""),e.WrapItems=sE(">*:not( marquee ){margin-bottom:",dE(a),";",wE({marginLeft:!u&&d?dE(a):void 0,marginRight:u||d?void 0:dE(a)})(),";}>*:last-child:not( marquee ){",wE({marginLeft:!u&&d?0:void 0,marginRight:u||d?void 0:0})(),";}",""),p(pE,e.Base,s?e.WrapItems:e.Items,u?hE:gE,n)}),[t,n,c,o,a,u,d,i,s,wE.watch()]),isColumn:u}}wE.watch=()=>vr();const LE=(0,dt.createContext)({flexItemDisplay:void 0});const xE=Bg((function(e,t){const{children:n,isColumn:r,...o}=EE(e);return(0,dt.createElement)(LE.Provider,{value:{flexItemDisplay:r?"block":void 0}},(0,dt.createElement)(ab,ft({},o,{ref:t}),n))}),"Flex");function SE(e){const{className:t,display:n,isBlock:r=!1,...o}=Dg(e,"FlexItem"),a={},i=(0,dt.useContext)(LE).flexItemDisplay;a.Base=sE({display:n||i},"","");return{...o,className:Og()(mE,a.Base,r&&fE,t)}}const AE=Bg((function(e,t){const n=SE(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"FlexItem");const CE=function(e){let{className:t,checked:n,id:r,disabled:o,onChange:a=ht.noop,...i}=e;const s=Hp()("components-form-toggle",t,{"is-checked":n,"is-disabled":o});return(0,dt.createElement)("span",{className:s},(0,dt.createElement)("input",ft({className:"components-form-toggle__input",id:r,type:"checkbox",checked:n,onChange:a,disabled:o},i)),(0,dt.createElement)("span",{className:"components-form-toggle__track"}),(0,dt.createElement)("span",{className:"components-form-toggle__thumb"}))},TE={"default.fontFamily":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif","default.fontSize":"13px","helpText.fontSize":"12px",mobileTextMinFontSize:"16px"};function zE(e){return(0,ht.get)(TE,e,"")}function NE(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return xo(e).alpha(t).toRgbString()}Ao([Co]);const OE={black:"#000",white:"#fff"},DE={blue:{medium:{focus:"#007cba",focusDark:"#fff"}},gray:{900:"#1e1e1e",700:"#757575",600:"#949494",400:"#ccc",200:"#ddd",100:"#f0f0f0"},darkGray:{primary:"#1e1e1e",heading:"#050505"},mediumGray:{text:"#757575"},lightGray:{ui:"#949494",secondary:"#ccc",tertiary:"#e7e8e9"}},BE={900:"#191e23",800:"#23282d",700:"#32373c",600:"#40464d",500:"#555d66",400:"#606a73",300:"#6c7781",200:"#7e8993",150:"#8d96a0",100:"#8f98a1",placeholder:NE(DE.gray[900],.62)},IE={900:NE("#000510",.9),800:NE("#00000a",.85),700:NE("#06060b",.8),600:NE("#000913",.75),500:NE("#0a1829",.7),400:NE("#0a1829",.65),300:NE("#0e1c2e",.62),200:NE("#162435",.55),100:NE("#223443",.5),backgroundFill:NE(BE[700],.7)},PE={900:NE("#304455",.45),800:NE("#425863",.4),700:NE("#667886",.35),600:NE("#7b86a2",.3),500:NE("#9197a2",.25),400:NE("#95959c",.2),300:NE("#829493",.15),200:NE("#8b8b96",.1),100:NE("#747474",.05)},RE={900:"#a2aab2",800:"#b5bcc2",700:"#ccd0d4",600:"#d7dade",500:"#e2e4e7",400:"#e8eaeb",300:"#edeff0",200:"#f3f4f5",100:"#f8f9f9",placeholder:NE(OE.white,.65)},HE={900:NE(OE.white,.5),800:NE(OE.white,.45),700:NE(OE.white,.4),600:NE(OE.white,.35),500:NE(OE.white,.3),400:NE(OE.white,.25),300:NE(OE.white,.2),200:NE(OE.white,.15),100:NE(OE.white,.1),backgroundFill:NE(RE[300],.8)},WE={wordpress:{700:"#00669b"},dark:{900:"#0071a1"},medium:{900:"#006589",800:"#00739c",700:"#007fac",600:"#008dbe",500:"#00a0d2",400:"#33b3db",300:"#66c6e4",200:"#bfe7f3",100:"#e5f5fa",highlight:"#b3e7fe",focus:"#007cba"}},YE={theme:`var( --wp-admin-theme-color, ${WE.wordpress[700]})`,themeDark10:`var( --wp-admin-theme-color-darker-10, ${WE.medium.focus})`},jE={theme:YE.theme,background:OE.white,backgroundDisabled:RE[200],border:DE.gray[700],borderHover:DE.gray[700],borderFocus:YE.themeDark10,borderDisabled:DE.gray[400],borderLight:DE.gray[200],label:BE[500],textDisabled:BE[150],textDark:OE.white,textLight:OE.black},qE={...OE,darkGray:(0,ht.merge)({},BE,DE.darkGray),darkOpacity:IE,darkOpacityLight:PE,mediumGray:DE.mediumGray,gray:DE.gray,lightGray:(0,ht.merge)({},RE,DE.lightGray),lightGrayLight:HE,blue:(0,ht.merge)({},WE,DE.blue),alert:{yellow:"#f0b849",red:"#d94f4f",green:"#4ab866"},admin:YE,ui:jE},FE=rb("div",{target:"e1puf3u3"})("font-family:",zE("default.fontFamily"),";font-size:",zE("default.fontSize"),";"),VE=rb("div",{target:"e1puf3u2"})("margin-bottom:",dE(2),";.components-panel__row &{margin-bottom:inherit;}"),XE=rb("label",{target:"e1puf3u1"})("display:inline-block;margin-bottom:",dE(2),";"),UE=rb("p",{target:"e1puf3u0"})("font-size:",zE("helpText.fontSize"),";font-style:normal;color:",qE.mediumGray.text,";");function $E(e){let{id:t,label:n,hideLabelFromVision:r,help:o,className:a,children:i}=e;return(0,dt.createElement)(FE,{className:Hp()("components-base-control",a)},(0,dt.createElement)(VE,{className:"components-base-control__field"},n&&t&&(r?(0,dt.createElement)(ib,{as:"label",htmlFor:t},n):(0,dt.createElement)(XE,{className:"components-base-control__label",htmlFor:t},n)),n&&!t&&(r?(0,dt.createElement)(ib,{as:"label"},n):(0,dt.createElement)($E.VisualLabel,null,n)),i),!!o&&(0,dt.createElement)(UE,{id:t?t+"__help":void 0,className:"components-base-control__help"},o))}$E.VisualLabel=e=>{let{className:t,children:n}=e;return t=Hp()("components-base-control__label",t),(0,dt.createElement)("span",{className:t},n)};const GE=$E;function KE(e){let{label:t,checked:n,help:r,className:o,onChange:a,disabled:i}=e;const s=`inspector-toggle-control-${uf(KE)}`;let l,c;return r&&(l=s+"__help",c=(0,ht.isFunction)(r)?r(n):r),(0,dt.createElement)(GE,{id:s,help:c,className:Hp()("components-toggle-control",o)},(0,dt.createElement)(CE,{id:s,checked:n,onChange:function(e){a(e.target.checked)},"aria-describedby":l,disabled:i}),(0,dt.createElement)("label",{htmlFor:s,className:"components-toggle-control__label"},t))}function JE(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.split(",").map((e=>`.editor-styles-wrapper ${e} ${t}`)).join(",")}const ZE={"color.palette":e=>void 0===e.colors?void 0:e.colors,"color.gradients":e=>void 0===e.gradients?void 0:e.gradients,"color.custom":e=>void 0===e.disableCustomColors?void 0:!e.disableCustomColors,"color.customGradient":e=>void 0===e.disableCustomGradients?void 0:!e.disableCustomGradients,"typography.fontSizes":e=>void 0===e.fontSizes?void 0:e.fontSizes,"typography.customFontSize":e=>void 0===e.disableCustomFontSizes?void 0:!e.disableCustomFontSizes,"typography.lineHeight":e=>e.enableCustomLineHeight,"spacing.units":e=>{if(void 0!==e.enableCustomUnits)return!0===e.enableCustomUnits?["px","em","rem","vh","vw","%"]:e.enableCustomUnits},"spacing.padding":e=>e.enableCustomSpacing},QE={"border.customColor":"border.color","border.customStyle":"border.style","border.customWidth":"border.width","typography.customFontStyle":"typography.fontStyle","typography.customFontWeight":"typography.fontWeight","typography.customLetterSpacing":"typography.letterSpacing","typography.customTextDecorations":"typography.textDecoration","typography.customTextTransforms":"typography.textTransform","border.customRadius":"border.radius","spacing.customMargin":"spacing.margin","spacing.customPadding":"spacing.padding","typography.customLineHeight":"typography.lineHeight"};function eL(e){const{name:t}=Ww(),n=Cc((n=>{var r;const o=n(Iw).getSettings(),a=(e=>QE[e]||e)(e),i=`__experimentalFeatures.${a}`,s=`__experimentalFeatures.blocks.${t}.${a}`,l=null!==(r=(0,ht.get)(o,s))&&void 0!==r?r:(0,ht.get)(o,i);var c,u;if(void 0!==l)return Yo[a]?null!==(c=null!==(u=l.custom)&&void 0!==u?u:l.theme)&&void 0!==c?c:l.default:l;const d=ZE[a]?ZE[a](o):void 0;return void 0!==d?d:"typography.dropCap"===a||void 0}),[t,e]);return n}const tL={left:tE,center:nE,right:rE,"space-between":oE};const nL=function(e){let{allowedControls:t=["left","center","right","space-between"],isCollapsed:n=!0,onChange:r,value:o,popoverProps:a,isToolbar:i}=e;const s=e=>{r(e===o?void 0:e)},l=o?tL[o]:tL.left,c=[{name:"left",icon:tE,title:hr("Justify items left"),isActive:"left"===o,onClick:()=>s("left")},{name:"center",icon:nE,title:hr("Justify items center"),isActive:"center"===o,onClick:()=>s("center")},{name:"right",icon:rE,title:hr("Justify items right"),isActive:"right"===o,onClick:()=>s("right")},{name:"space-between",icon:oE,title:hr("Space between items"),isActive:"space-between"===o,onClick:()=>s("space-between")}],u=i?Hv:Xw,d=i?{isCollapsed:n}:{};return(0,dt.createElement)(u,ft({icon:l,popoverProps:a,label:hr("Change items justification"),controls:c.filter((e=>t.includes(e.name)))},d))};function rL(e){return(0,dt.createElement)(nL,ft({},e,{isToolbar:!1}))}const oL={left:"flex-start",right:"flex-end",center:"center","space-between":"space-between"},aL={left:"flex-start",right:"flex-end",center:"center"},iL=["wrap","nowrap"],sL={name:"flex",label:hr("Flex"),inspectorControls:function(e){let{layout:t={},onChange:n}=e;const{allowOrientation:r=!0}=t;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(xE,null,(0,dt.createElement)(AE,null,(0,dt.createElement)(lL,{layout:t,onChange:n})),(0,dt.createElement)(AE,null,r&&(0,dt.createElement)(uL,{layout:t,onChange:n}))),(0,dt.createElement)(cL,{layout:t,onChange:n}))},toolBarControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:r}=e;return null!=r&&r.allowSwitching?null:(0,dt.createElement)(Vw,{group:"block",__experimentalShareWithChildBlocks:!0},(0,dt.createElement)(lL,{layout:t,onChange:n,isToolbar:!0}))},save:function(e){let{selector:t,layout:n}=e;const{orientation:r="horizontal",setCascadingProperties:o=!1}=n,a=null!==eL("spacing.blockGap"),i=oL[n.justifyContent]||oL.left,s=iL.includes(n.flexWrap)?n.flexWrap:"wrap";let l=`\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tjustify-content: ${i};\n\t\t`;o&&(l+=`\n\t\t\t--layout-justification-setting: ${i};\n\t\t\t--layout-direction: row;\n\t\t\t--layout-wrap: ${s};\n\t\t\t--layout-justify: ${i};\n\t\t\t--layout-align: center;\n\t\t\t`);const c=aL[n.justifyContent]||aL.left;let u=`\n\t\tflex-direction: column;\n\t\talign-items: ${c};\n\t\t`;return o&&(u+=`\n\t\t\t--layout-justification-setting: ${c};\n\t\t\t--layout-direction: column;\n\t\t\t--layout-justify: initial;\n\t\t\t--layout-align: ${c};\n\t\t\t`),(0,dt.createElement)("style",null,`\n\t\t\t\t${JE(t)} {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tgap: ${a?"var( --wp--style--block-gap, 0.5em )":"0.5em"};\n\t\t\t\t\tflex-wrap: ${s};\n\t\t\t\t\t${"horizontal"===r?l:u}\n\t\t\t\t}\n\n\t\t\t\t${JE(t,"> *")} {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\t\t\t`)},getOrientation(e){const{orientation:t="horizontal"}=e;return t},getAlignments:()=>[]};function lL(e){let{layout:t,onChange:n,isToolbar:r=!1}=e;const{justifyContent:o="left",orientation:a="horizontal"}=t,i=e=>{n({...t,justifyContent:e})},s=["left","center","right"];if("horizontal"===a&&s.push("space-between"),r)return(0,dt.createElement)(rL,{allowedControls:s,value:o,onChange:i,popoverProps:{position:"bottom right",isAlternate:!0}});const l=[{value:"left",icon:tE,label:hr("Justify items left")},{value:"center",icon:nE,label:hr("Justify items center")},{value:"right",icon:rE,label:hr("Justify items right")}];return"horizontal"===a&&l.push({value:"space-between",icon:oE,label:hr("Space between items")}),(0,dt.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-justification-controls"},(0,dt.createElement)("legend",null,hr("Justification")),(0,dt.createElement)("div",null,l.map((e=>{let{value:t,icon:n,label:r}=e;return(0,dt.createElement)(lb,{key:t,label:r,icon:n,isPressed:o===t,onClick:()=>i(t)})}))))}function cL(e){let{layout:t,onChange:n}=e;const{flexWrap:r="wrap"}=t;return(0,dt.createElement)(KE,{label:hr("Allow to wrap to multiple lines"),onChange:e=>{n({...t,flexWrap:e?"wrap":"nowrap"})},checked:"wrap"===r})}function uL(e){let{layout:t,onChange:n}=e;const{orientation:r="horizontal"}=t;return(0,dt.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-orientation-controls"},(0,dt.createElement)("legend",null,hr("Orientation")),(0,dt.createElement)(lb,{label:"horizontal",icon:aE,isPressed:"horizontal"===r,onClick:()=>n({...t,orientation:"horizontal"})}),(0,dt.createElement)(lb,{label:"vertical",icon:iE,isPressed:"vertical"===r,onClick:()=>n({...t,orientation:"vertical"})}))}const dL="web"===ry.OS,pL={px:{value:"px",label:dL?"px":hr("Pixels (px)"),default:"",a11yLabel:hr("Pixels (px)"),step:1},"%":{value:"%",label:dL?"%":hr("Percentage (%)"),default:"",a11yLabel:hr("Percent (%)"),step:.1},em:{value:"em",label:dL?"em":hr("Relative to parent font size (em)"),default:"",a11yLabel:gr("ems","Relative to parent font size (em)"),step:.01},rem:{value:"rem",label:dL?"rem":hr("Relative to root font size (rem)"),default:"",a11yLabel:gr("rems","Relative to root font size (rem)"),step:.01},vw:{value:"vw",label:dL?"vw":hr("Viewport width (vw)"),default:"",a11yLabel:hr("Viewport width (vw)"),step:.1},vh:{value:"vh",label:dL?"vh":hr("Viewport height (vh)"),default:"",a11yLabel:hr("Viewport height (vh)"),step:.1},vmin:{value:"vmin",label:dL?"vmin":hr("Viewport smallest dimension (vmin)"),default:"",a11yLabel:hr("Viewport smallest dimension (vmin)"),step:.1},vmax:{value:"vmax",label:dL?"vmax":hr("Viewport largest dimension (vmax)"),default:"",a11yLabel:hr("Viewport largest dimension (vmax)"),step:.1},ch:{value:"ch",label:dL?"ch":hr("Width of the zero (0) character (ch)"),default:"",a11yLabel:hr("Width of the zero (0) character (ch)"),step:.01},ex:{value:"ex",label:dL?"ex":hr("x-height of the font (ex)"),default:"",a11yLabel:hr("x-height of the font (ex)"),step:.01},cm:{value:"cm",label:dL?"cm":hr("Centimeters (cm)"),default:"",a11yLabel:hr("Centimeters (cm)"),step:.001},mm:{value:"mm",label:dL?"mm":hr("Millimeters (mm)"),default:"",a11yLabel:hr("Millimeters (mm)"),step:.1},in:{value:"in",label:dL?"in":hr("Inches (in)"),default:"",a11yLabel:hr("Inches (in)"),step:.001},pc:{value:"pc",label:dL?"pc":hr("Picas (pc)"),default:"",a11yLabel:hr("Picas (pc)"),step:1},pt:{value:"pt",label:dL?"pt":hr("Points (pt)"),default:"",a11yLabel:hr("Points (pt)"),step:1}},mL=Object.values(pL),fL=[pL.px,pL["%"],pL.em,pL.rem,pL.vw,pL.vh],hL=pL.px;function gL(e,t,n){return vL(t?`${e}${t}`:e,n)}function bL(e){return Array.isArray(e)&&!!e.length}function vL(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:mL;const n=String(e).trim();let r=parseFloat(n);r=isNaN(r)?"":r;const o=n.match(/[\d.\-\+]*\s*(.*)/);let a=void 0!==(null==o?void 0:o[1])?o[1]:"";if(a=a.toLowerCase(),bL(t)&&!1!==t){const e=t.find((e=>e.value===a));a=null==e?void 0:e.value}else a=hL.value;return[r,a]}function yL(e,t,n,r){const[o,a]=vL(e,t);let i,s=o;var l;(Number.isFinite(o)&&""!==o||(s=n),i=a||r,Array.isArray(t)&&bL(t)&&!i)&&(i=null===(l=t[0])||void 0===l?void 0:l.value);return[s,i]}const _L=e=>{let{units:t,availableUnits:n,defaultValues:r}=e;t=t||mL;const o=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return Array.isArray(t)?t.filter((t=>e.includes(t.value))):[]}(n||[],t);return r&&o.forEach(((e,t)=>{r[e.value]&&(o[t].default=r[e.value])})),0!==o.length&&o};const ML="CHANGE",kL="COMMIT",wL="DRAG_END",EL="DRAG_START",LL="DRAG",xL="INVALIDATE",SL="PRESS_DOWN",AL="PRESS_ENTER",CL="PRESS_UP",TL="RESET",zL="UPDATE",NL=e=>e,OL={_event:{},error:null,initialValue:"",isDirty:!1,isDragEnabled:!1,isDragging:!1,isPressEnterToChange:!1,value:""};function DL(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:OL;const{value:t}=e;return{...OL,...e,initialValue:t}}const BL=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const r=t(...n);return(0,ht.isEmpty)(r)?e:{...e,...r}}),{})}};function IL(e){return(t,n)=>{const r={...t};switch(n.type){case CL:case SL:r.isDirty=!1;break;case EL:r.isDragging=!0;break;case wL:r.isDragging=!1;break;case ML:r.error=null,r.value=n.payload.value,t.isPressEnterToChange&&(r.isDirty=!0);break;case kL:r.value=n.payload.value,r.isDirty=!1;break;case TL:r.error=null,r.isDirty=!1,r.value=n.payload.value||t.initialValue;break;case zL:r.value=n.payload.value,r.isDirty=!1;break;case xL:r.error=n.payload.error}return n.payload.event&&(r._event=n.payload.event),e(r,n)}}const PL={name:"hdknak",styles:"display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap"},RL="…",HL={auto:"auto",head:"head",middle:"middle",tail:"tail",none:"none"},WL={ellipsis:RL,ellipsizeMode:HL.auto,limit:0,numberOfLines:0};function YL(e,t,n,r){if("string"!=typeof e)return"";const o=e.length,a=~~t,i=~~n,s=(0,ht.isNil)(r)?RL:r;return 0===a&&0===i||a>=o||i>=o||a+i>=o?e:0===i?e.slice(0,a)+s:e.slice(0,a)+s+e.slice(o-i)}function jL(e){const{className:t,children:n,ellipsis:r=RL,ellipsizeMode:o=HL.auto,limit:a=0,numberOfLines:i=0,...s}=Dg(e,"Truncate"),l=Og(),c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;const n={...WL,...t},{ellipsis:r,ellipsizeMode:o,limit:a}=n;if(o===HL.none)return e;let i,s;switch(o){case HL.head:i=0,s=a;break;case HL.middle:i=Math.floor(a/2),s=Math.floor(a/2);break;default:i=a,s=0}return o!==HL.auto?YL(e,i,s,r):e}("string"==typeof n?n:"",{ellipsis:r,ellipsizeMode:o,limit:a,numberOfLines:i}),u=o===HL.auto;return{...s,className:(0,dt.useMemo)((()=>{const e={};return e.numberOfLines=sE("-webkit-box-orient:vertical;-webkit-line-clamp:",i,";display:-webkit-box;overflow:hidden;",""),l(u&&!i&&PL,u&&!!i&&e.numberOfLines,t)}),[t,i,u]),children:c}}let qL;Ao([Co]);const FL=wn()((function(e){var t,n;if("string"!=typeof e)return"";if("string"==typeof(n=e)&&xo(n).isValid())return e;if(!e.includes("var("))return"";if("undefined"==typeof document)return"";const r=function(){if("undefined"!=typeof document){if(!qL){const e=document.createElement("div");e.setAttribute("data-g2-color-computation-node",""),document.body.appendChild(e),qL=e}return qL}}();if(!r)return"";r.style.background=e;const o=null===(t=window)||void 0===t?void 0:t.getComputedStyle(r).background;return r.style.background="",o||""}));function VL(e){const t=function(e){const t=FL(e);return xo(t).isLight()?"#000000":"#ffffff"}(e);return"#000000"===t?"dark":"light"}const XL="36px",UL="12px",$L={controlSurfaceColor:qE.white,controlTextActiveColor:qE.ui.theme,controlPaddingX:UL,controlPaddingXLarge:"calc(12px * 1.3334)",controlPaddingXSmall:"calc(12px / 1.3334)",controlBackgroundColor:qE.white,controlBorderRadius:"2px",controlBorderColor:qE.gray[700],controlBoxShadow:"transparent",controlBorderColorHover:qE.gray[700],controlBoxShadowFocus:`0 0 0 0.5px ${qE.admin.theme}`,controlDestructiveBorderColor:qE.alert.red,controlHeight:XL,controlHeightXSmall:"calc( 36px * 0.6 )",controlHeightSmall:"calc( 36px * 0.8 )",controlHeightLarge:"calc( 36px * 1.2 )",controlHeightXLarge:"calc( 36px * 1.4 )"},GL={toggleGroupControlBackgroundColor:$L.controlBackgroundColor,toggleGroupControlBorderColor:qE.ui.border,toggleGroupControlBackdropBackgroundColor:$L.controlSurfaceColor,toggleGroupControlBackdropBorderColor:qE.ui.border,toggleGroupControlBackdropBoxShadow:"transparent",toggleGroupControlButtonColorActive:$L.controlBackgroundColor},KL={...$L,...GL,colorDivider:"rgba(0, 0, 0, 0.1)",colorScrollbarThumb:"rgba(0, 0, 0, 0.2)",colorScrollbarThumbHover:"rgba(0, 0, 0, 0.5)",colorScrollbarTrack:"rgba(0, 0, 0, 0.04)",elevationIntensity:1,radiusBlockUi:"2px",borderWidth:"1px",borderWidthFocus:"1.5px",borderWidthTab:"4px",spinnerSize:"18px",fontSize:"13px",fontSizeH1:"calc(2.44 * 13px)",fontSizeH2:"calc(1.95 * 13px)",fontSizeH3:"calc(1.56 * 13px)",fontSizeH4:"calc(1.25 * 13px)",fontSizeH5:"13px",fontSizeH6:"calc(0.8 * 13px)",fontSizeInputMobile:"16px",fontSizeMobile:"15px",fontSizeSmall:"calc(0.92 * 13px)",fontSizeXSmall:"calc(0.75 * 13px)",fontLineHeightBase:"1.2",fontWeight:"normal",fontWeightHeading:"600",gridBase:"4px",cardBorderRadius:"2px",cardPaddingXSmall:`${dE(2)}`,cardPaddingSmall:`${dE(4)}`,cardPaddingMedium:`${dE(4)} ${dE(6)}`,cardPaddingLarge:`${dE(6)} ${dE(8)}`,surfaceBackgroundColor:qE.white,surfaceBackgroundSubtleColor:"#F3F3F3",surfaceBackgroundTintColor:"#F5F5F5",surfaceBorderColor:"rgba(0, 0, 0, 0.1)",surfaceBorderBoldColor:"rgba(0, 0, 0, 0.15)",surfaceBorderSubtleColor:"rgba(0, 0, 0, 0.05)",surfaceBackgroundTertiaryColor:qE.white,surfaceColor:qE.white,transitionDuration:"200ms",transitionDurationFast:"160ms",transitionDurationFaster:"120ms",transitionDurationFastest:"100ms",transitionTimingFunction:"cubic-bezier(0.08, 0.52, 0.52, 1)",transitionTimingFunctionControl:"cubic-bezier(0.12, 0.8, 0.32, 1)"};const JL=sE("color:",qE.darkGray.primary,";line-height:",KL.fontLineHeightBase,";margin:0;",""),ZL={name:"4zleql",styles:"display:block"},QL=sE("color:",qE.alert.green,";",""),ex=sE("color:",qE.alert.red,";",""),tx=sE("color:",qE.mediumGray.text,";",""),nx=sE("mark{background:",qE.alert.yellow,";border-radius:2px;box-shadow:0 0 0 1px rgba( 0, 0, 0, 0.05 ) inset,0 -1px 0 rgba( 0, 0, 0, 0.1 ) inset;}",""),rx={name:"50zrmy",styles:"text-transform:uppercase"};var ox=n(6928);const ax=wn()((e=>{const t={};for(const n in e)t[n.toLowerCase()]=e[n];return t}));const ix={body:13,caption:10,footnote:11,largeTitle:28,subheadline:12,title:20},sx=[1,2,3,4,5,6].flatMap((e=>[e,e.toString()]));function lx(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:13;if(e in ix)return lx(ix[e]);if("number"!=typeof e){const t=parseFloat(e);if(Number.isNaN(t))return e;e=t}const t=`(${e} / 13)`;return`calc(${t} * ${KL.fontSize})`}function cx(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3;if(!sx.includes(e))return lx(e);const t=`fontSizeH${e}`;return KL[t]}var ux={name:"50zrmy",styles:"text-transform:uppercase"};function dx(e){const{adjustLineHeightForInnerControls:t,align:n,children:r,className:o,color:a,ellipsizeMode:i,isDestructive:s=!1,display:l,highlightEscape:c=!1,highlightCaseSensitive:u=!1,highlightWords:d,highlightSanitize:p,isBlock:m=!1,letterSpacing:h,lineHeight:g,optimizeReadabilityFor:b,size:v,truncate:y=!1,upperCase:_=!1,variant:M,weight:k=KL.fontWeight,...w}=Dg(e,"Text");let E=r;const L=Array.isArray(d),x="caption"===v;if(L){if("string"!=typeof r)throw new TypeError("`children` of `Text` must only be `string` types when `highlightWords` is defined");E=function(e){let{activeClassName:t="",activeIndex:n=-1,activeStyle:r,autoEscape:o,caseSensitive:a=!1,children:i,findChunks:s,highlightClassName:l="",highlightStyle:c={},highlightTag:u="mark",sanitize:d,searchWords:p=[],unhighlightClassName:m="",unhighlightStyle:f}=e;if(!i)return null;if("string"!=typeof i)return i;const h=i,g=(0,ox.findAll)({autoEscape:o,caseSensitive:a,findChunks:s,sanitize:d,searchWords:p,textToHighlight:h}),b=u;let v,y=-1,_="";const M=g.map(((e,o)=>{const i=h.substr(e.start,e.end-e.start);if(e.highlight){let e;y++,"object"==typeof l?a?e=l[i]:(l=ax(l),e=l[i.toLowerCase()]):e=l;const s=y===+n;_=`${e} ${s?t:""}`,v=!0===s&&null!==r?Object.assign({},c,r):c;const u={children:i,className:_,key:o,style:v};return"string"!=typeof b&&(u.highlightIndex=y),(0,dt.createElement)(b,u)}return(0,dt.createElement)("span",{children:i,className:m,key:o,style:f})}));return M}({autoEscape:c,children:r,caseSensitive:u,searchWords:d,sanitize:p})}const S=Og();let A;!0===y&&(A="auto"),!1===y&&(A="none");const C=jL({...w,className:(0,dt.useMemo)((()=>{const e={},r=function(e,t){if(t)return t;if(!e)return;let n=`calc(${KL.controlHeight} + ${dE(2)})`;switch(e){case"large":n=`calc(${KL.controlHeightLarge} + ${dE(2)})`;break;case"small":n=`calc(${KL.controlHeightSmall} + ${dE(2)})`;break;case"xSmall":n=`calc(${KL.controlHeightXSmall} + ${dE(2)})`}return n}(t,g);if(e.Base=sE({color:a,display:l,fontSize:lx(v),fontWeight:k,lineHeight:r,letterSpacing:h,textAlign:n},"",""),e.upperCase=ux,e.optimalTextColor=null,b){const t="dark"===VL(b);e.optimalTextColor=sE(t?{color:qE.black}:{color:qE.white},"","")}return S(JL,e.Base,e.optimalTextColor,s&&ex,!!L&&nx,m&&ZL,x&&tx,M&&f[M],_&&e.upperCase,o)}),[t,n,o,a,l,m,x,s,L,h,g,b,v,_,M,k]),children:r,ellipsizeMode:i||A});return!y&&Array.isArray(r)&&(E=dt.Children.map(r,(e=>{if(!(0,ht.isPlainObject)(e)||!("props"in e))return e;return Pg(e,["Link"])?(0,dt.cloneElement)(e,{size:e.props.size||"inherit"}):e}))),{...C,children:y?C.children:E}}const px=Bg((function(e,t){const n=dx(e);return(0,dt.createElement)(ab,ft({as:"span"},n,{ref:t}))}),"Text");var mx={name:"1739oy8",styles:"z-index:1"};const fx=e=>{let{isFocused:t}=e;return t?mx:""};var hx={name:"2o6p8u",styles:"justify-content:space-between"},gx={name:"14qk3ip",styles:"align-items:flex-start;flex-direction:column-reverse"},bx={name:"hbng6e",styles:"align-items:flex-start;flex-direction:column"};const vx=e=>{let{labelPosition:t}=e;switch(t){case"top":return bx;case"bottom":return gx;case"edge":return hx;default:return""}},yx=rb(xE,{target:"em5sgkm7"})("position:relative;border-radius:2px;padding-top:0;",fx," ",vx,";");var _x={name:"wyxldh",styles:"margin:0 !important"};var Mx={name:"1d3w5wq",styles:"width:100%"};const kx=rb("div",{target:"em5sgkm6"})("align-items:center;box-sizing:border-box;border-radius:inherit;display:flex;flex:1;position:relative;",(e=>{let{disabled:t}=e;return sE({backgroundColor:t?qE.ui.backgroundDisabled:qE.ui.background},"","")})," ",(e=>{let{hideLabel:t}=e;return t?_x:null})," ",(e=>{let{__unstableInputWidth:t,labelPosition:n}=e;return t?"side"===n?"":sE("edge"===n?{flex:`0 0 ${t}`}:{width:t},"",""):Mx}),";"),wx=rb("input",{target:"em5sgkm5"})("&&&{background-color:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",qE.black,";display:block;margin:0;outline:none;padding-left:8px;padding-right:8px;width:100%;",(e=>{let t,n,{isDragging:r,dragCursor:o}=e;return r&&(t=sE("cursor:",o,";user-select:none;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}","")),r&&o&&(n=sE("&:active{cursor:",o,";}","")),sE(t," ",n,";","")})," ",(e=>{let{disabled:t}=e;return t?sE({color:qE.ui.textDisabled},"",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:"13px",small:"11px"},r=n[t]||n.default;return r?sE("font-size:","16px",";@media ( min-width: 600px ){font-size:",r,";}",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:{height:30,lineHeight:1,minHeight:30},small:{height:24,lineHeight:1,minHeight:24}};return sE(n[t]||n.default,"","")})," &::-webkit-input-placeholder{line-height:normal;}}"),Ex=e=>{let{labelPosition:t}=e,n=4;return"edge"!==t&&"side"!==t||(n=0),sE({paddingTop:0,paddingBottom:n},"","")},Lx=rb(px,{target:"em5sgkm4"})("&&&{box-sizing:border-box;color:currentColor;display:block;margin:0;max-width:100%;z-index:1;",Ex," overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}"),xx=e=>(0,dt.createElement)(Lx,ft({},e,{as:"label"})),Sx=rb(AE,{target:"em5sgkm3"})({name:"1b6uupn",styles:"max-width:calc( 100% - 10px )"}),Ax=rb("div",{target:"em5sgkm2"})("&&&{box-sizing:border-box;border-radius:inherit;bottom:0;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;",(e=>{let t,{disabled:n,isFocused:r}=e,o=r?qE.ui.borderFocus:qE.ui.border;return r&&(t=`0 0 0 1px ${qE.ui.borderFocus} inset`),n&&(o=qE.ui.borderDisabled),sE({boxShadow:t,borderColor:o,borderStyle:"solid",borderWidth:1},"","")})," ",wE({paddingLeft:2}),";}"),Cx=rb("span",{target:"em5sgkm1"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"}),Tx=rb("span",{target:"em5sgkm0"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"});const zx=(0,dt.memo)((function(e){let{disabled:t=!1,isFocused:n=!1}=e;return(0,dt.createElement)(Ax,{"aria-hidden":"true",className:"components-input-control__backdrop",disabled:t,isFocused:n})})),Nx=zx;function Ox(e){let{children:t,hideLabelFromVision:n,htmlFor:r,...o}=e;return t?n?(0,dt.createElement)(ib,{as:"label",htmlFor:r},t):(0,dt.createElement)(xx,ft({htmlFor:r},o),t):null}function Dx(e,t){let{__unstableInputWidth:n,children:r,className:o,disabled:a=!1,hideLabelFromVision:i=!1,labelPosition:s,id:l,isFocused:c=!1,label:u,prefix:d,size:p="default",suffix:m,...f}=e;const h=function(e){const t=uf(Dx);return e||`input-base-control-${t}`}(l),g=i||!u;return(0,dt.createElement)(yx,ft({},f,function(e){const t={};switch(e){case"top":t.direction="column",t.gap=0;break;case"bottom":t.direction="column-reverse",t.gap=0;break;case"edge":t.justify="space-between"}return t}(s),{className:o,isFocused:c,labelPosition:s,ref:t}),(0,dt.createElement)(Sx,null,(0,dt.createElement)(Ox,{className:"components-input-control__label",hideLabelFromVision:i,labelPosition:s,htmlFor:h,size:p},u)),(0,dt.createElement)(kx,{__unstableInputWidth:n,className:"components-input-control__container",disabled:a,hideLabel:g,labelPosition:s},d&&(0,dt.createElement)(Cx,{className:"components-input-control__prefix"},d),r,m&&(0,dt.createElement)(Tx,{className:"components-input-control__suffix"},m),(0,dt.createElement)(Nx,{disabled:a,isFocused:c})))}const Bx=(0,dt.forwardRef)(Dx);function Ix(e,t){return e.map((function(e,n){return e+t[n]}))}function Px(e,t){return e.map((function(e,n){return e-t[n]}))}function Rx(e){return Math.hypot.apply(Math,e)}function Hx(e,t,n){var r=Rx(t),o=0===r?0:1/r,a=0===n?0:1/n,i=a*r,s=t.map((function(e){return a*e})),l=t.map((function(e){return o*e}));return{velocities:s,velocity:i,distance:Rx(e),direction:l}}function Wx(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function Yx(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function jx(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):en?+Yx(e-n,n-t,r)+n:e}function qx(e,t){for(var n=0;n=0||(o[n]=e[n]);return o}function Ux(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $x(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Kx(){}function Jx(){for(var e=arguments.length,t=new Array(e),n=0;n1?t-1:0),r=1;r2?o-2:0),i=2;i0||o>0,i=Fx({},n.controller.state.shared,n.state,n.mapStateValues(n.state),{locked:!!document.pointerLockElement,touches:o,down:a}),s=n.handler(i);return n.state.memo=void 0!==s?s:n.state.memo,i},this.controller=e,this.args=t}var t,n,r,o=e.prototype;return o.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},o.updateGestureState=function(e){Object.assign(this.state,e)},o.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},o.getMovement=function(e){var t=this.config.rubberband,n=this.state,r=n._bounds,o=n._initial,a=n._active,i=n._intentional,s=n.lastOffset,l=n.movement,c=n._threshold,u=this.getInternalMovement(e,this.state),d=!1===i[0]?MS(u[0],c[0]):i[0],p=!1===i[1]?MS(u[1],c[1]):i[1],m=this.checkIntentionality([d,p],u);if(m._blocked)return Fx({},m,{_movement:u,delta:[0,0]});var f=m._intentional,h=u,g=[!1!==f[0]?u[0]-f[0]:0,!1!==f[1]?u[1]-f[1]:0],b=Ix(g,s),v=a?t:[0,0];return g=kS(r,Ix(g,o),v),Fx({},m,{intentional:!1!==f[0]||!1!==f[1],_initial:o,_movement:h,movement:g,values:e,offset:kS(r,b,v),delta:Px(g,l)})},o.clean=function(){this.clearTimeout()},t=e,(n=[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}},{key:"transform",get:function(){return this.config.transform||this.controller.config.transform||yS}}])&&qx(t.prototype,n),r&&qx(t,r),e}();function MS(e,t){return Math.abs(e)>=t&&Wx(e)*t}function kS(e,t,n){var r=t[0],o=t[1],a=n[0],i=n[1],s=e[0],l=s[0],c=s[1],u=e[1],d=u[0],p=u[1];return[jx(r,l,c,a),jx(o,d,p,i)]}function wS(e,t,n){var r=e.state,o=t.timeStamp,a=t.type,i=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,previous:i}}function ES(e,t,n,r){var o=e.state,a=e.config,i=e.stateKey,s=e.args,l=e.transform,c=o.offset,u=n.timeStamp,d=a.initial,p=a.bounds,m=Px(l(a.threshold),l([0,0])).map(Math.abs),f=Fx({},bS()[i],{_active:!0,args:s,values:t,initial:null!=r?r:t,_threshold:m,offset:c,lastOffset:c,startTime:u});return Fx({},f,{_initial:Qx(d,f),_bounds:Qx(p,f)})}var LS=function(e){var t=this;this.classes=e,this.pointerIds=new Set,this.touchIds=new Set,this.supportsTouchEvents=tS(),this.supportsGestureEvents=function(){try{return"constructor"in GestureEvent}catch(e){return!1}}(),this.bind=function(){for(var e=arguments.length,n=new Array(e),r=0;ro?"x":r0?t.setUpDelayedDragTrigger(e):t.startDrag(e,!0))},t.onDragChange=function(e){if(!t.state.canceled&&t.state._active&&t.isValidEvent(e)&&(t.state._lastEventType!==e.type||e.timeStamp!==t.state.timeStamp)){var n;if(document.pointerLockElement){var r=e.movementX,o=e.movementY;n=Ix(t.transform([r,o]),t.state.values)}else n=iS(e,t.transform);var a=t.getKinematics(n,e);if(!t.state._dragStarted){if(t.state._dragDelayed)return void t.startDrag(e);if(!t.shouldPreventWindowScrollY)return;if(t.state._dragPreventScroll||!a.axis)return;if("x"!==a.axis)return void(t.state._active=!1);t.startDrag(e)}var i=oS(e);t.updateSharedState(i);var s=wS(Ux(t),e),l=Rx(a._movement),c=t.state._dragIsTap;c&&l>=3&&(c=!1),t.updateGestureState(Fx({},s,a,{_dragIsTap:c})),t.fireGestureHandler()}},t.onDragEnd=function(e){if(SS(t.controller,e),t.isValidEvent(e)&&(t.clean(),t.state._active)){t.state._active=!1;var n=t.state._dragIsTap,r=t.state.velocities,o=r[0],a=r[1],i=t.state.movement,s=i[0],l=i[1],c=t.state._intentional,u=c[0],d=c[1],p=t.config.swipeVelocity,m=p[0],f=p[1],h=t.config.swipeDistance,g=h[0],b=h[1],v=t.config.swipeDuration,y=Fx({},wS(Ux(t),e),t.getMovement(t.state.values)),_=[0,0];y.elapsedTimem&&Math.abs(s)>g&&(_[0]=Wx(o)),!1!==d&&Math.abs(a)>f&&Math.abs(l)>b&&(_[1]=Wx(a))),t.updateSharedState({buttons:0}),t.updateGestureState(Fx({},y,{tap:n,swipe:_})),t.fireGestureHandler(t.config.filterTaps&&!0===n)}},t.clean=function(){e.prototype.clean.call(Ux(t)),t.state._dragStarted=!1,t.releasePointerCapture(),AS(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0,_active:!1}),t.updateSharedState({buttons:0}),setTimeout((function(){return t.fireGestureHandler()}),0))},t.onClick=function(e){t.state._dragIsTap||e.stopPropagation()},t}Vx(t,e);var n=t.prototype;return n.startDrag=function(e,t){void 0===t&&(t=!1),this.state._active&&!this.state._dragStarted&&(t||this.setStartState(e),this.updateGestureState({_dragStarted:!0,_dragPreventScroll:!0,cancel:this.onCancel}),this.clearTimeout(),this.fireGestureHandler())},n.addBindings=function(e){(this.config.useTouch?(DS(e,"onTouchStart",this.onDragStart),DS(e,"onTouchMove",this.onDragChange),DS(e,"onTouchEnd",this.onDragEnd),DS(e,"onTouchCancel",this.onDragEnd)):(DS(e,"onPointerDown",this.onDragStart),DS(e,"onPointerMove",this.onDragChange),DS(e,"onPointerUp",this.onDragEnd),DS(e,"onPointerCancel",this.onDragEnd)),this.config.filterTaps)&&DS(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(HS);function jS(e,t){var n,r,o=[],a=!1;return function(){for(var i=arguments.length,s=new Array(i),l=0;l0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;return null!==(e=t.find(XS))&&void 0!==e?e:n}const GS=function(e,t){const n=(0,dt.useRef)(!1);(0,dt.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)};const KS=(0,dt.forwardRef)((function(e,t){let{disabled:n=!1,dragDirection:r="n",dragThreshold:o=10,id:a,isDragEnabled:i=!1,isFocused:s,isPressEnterToChange:l=!1,onBlur:c=ht.noop,onChange:u=ht.noop,onDrag:d=ht.noop,onDragEnd:p=ht.noop,onDragStart:m=ht.noop,onFocus:f=ht.noop,onKeyDown:h=ht.noop,onValidate:g=ht.noop,size:b="default",setIsFocused:v,stateReducer:y=(e=>e),value:_,type:M,...k}=e;const{state:w,change:E,commit:L,drag:x,dragEnd:S,dragStart:A,invalidate:C,pressDown:T,pressEnter:z,pressUp:N,reset:O,update:D}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:NL,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:OL;const[n,r]=(0,dt.useReducer)(IL(e),DL(t)),o=e=>(t,n)=>{n&&n.persist&&n.persist(),r({type:e,payload:{value:t,event:n}})},a=e=>t=>{t&&t.persist&&t.persist(),r({type:e,payload:{event:t}})},i=e=>t=>{r({type:e,payload:t})},s=o(ML),l=(e,t)=>r({type:xL,payload:{error:e,event:t}}),c=o(TL),u=o(kL),d=o(zL),p=i(EL),m=i(LL),f=i(wL),h=a(CL),g=a(SL),b=a(AL);return{change:s,commit:u,dispatch:r,drag:m,dragEnd:f,dragStart:p,invalidate:l,pressDown:g,pressEnter:b,pressUp:h,reset:c,state:n,update:d}}(y,{isDragEnabled:i,value:_,isPressEnterToChange:l}),{_event:B,value:I,isDragging:P,isDirty:R}=w,H=(0,dt.useRef)(!1),W=function(e,t){const n=function(e){let t="ns-resize";switch(e){case"n":case"s":t="ns-resize";break;case"e":case"w":t="ew-resize"}return t}(t);return(0,dt.useEffect)((()=>{document.documentElement.style.cursor=e?n:null}),[e]),n}(P,r);GS((()=>{_!==I&&(s||H.current?R||(u(I,{event:B}),H.current=!1):D(_,B))}),[I,R,s,_]);const Y=e=>{const t=e.currentTarget.value;try{g(t),L(t,e)}catch(t){C(t,e)}},j=function(e,t){void 0===t&&(t={}),vS.set("drag",YS);var n=(0,dt.useRef)();return n.current||(n.current=jS(hS,FS)),PS({drag:e},n.current(t))}((e=>{const{distance:t,dragging:n,event:r}=e;if(r.persist(),t){if(r.stopPropagation(),!n)return p(e),void S(e);d(e),x(e),P||(m(e),A(e))}}),{threshold:o,enabled:i}),q=i?j():{};let F;return"number"===M&&(F=e=>{var t;null===(t=k.onMouseDown)||void 0===t||t.call(k,e),e.currentTarget!==e.currentTarget.ownerDocument.activeElement&&e.currentTarget.focus()}),(0,dt.createElement)(wx,ft({},k,q,{className:"components-input-control__input",disabled:n,dragCursor:W,isDragging:P,id:a,onBlur:e=>{c(e),null==v||v(!1),l&&R&&(H.current=!0,US(I)?O(_,e):Y(e))},onChange:e=>{const t=e.target.value;E(t,e)},onFocus:e=>{f(e),null==v||v(!0)},onKeyDown:e=>{const{keyCode:t}=e;switch(h(e),t){case Cf:N(e);break;case zf:T(e);break;case Lf:z(e),l&&(e.preventDefault(),Y(e))}},onMouseDown:F,ref:t,inputSize:b,value:I,type:M}))})),JS=KS;function ZS(e,t){let{__unstableStateReducer:n=(e=>e),__unstableInputWidth:r,className:o,disabled:a=!1,hideLabelFromVision:i=!1,id:s,isPressEnterToChange:l=!1,label:c,labelPosition:u="top",onChange:d=ht.noop,onValidate:p=ht.noop,onKeyDown:m=ht.noop,prefix:f,size:h="default",suffix:g,value:b,...v}=e;const[y,_]=(0,dt.useState)(!1),M=function(e){const t=uf(ZS);return e||`inspector-input-control-${t}`}(s),k=Hp()("components-input-control",o);return(0,dt.createElement)(Bx,{__unstableInputWidth:r,className:k,disabled:a,gap:3,hideLabelFromVision:i,id:M,isFocused:y,justify:"left",label:c,labelPosition:u,prefix:f,size:h,suffix:g},(0,dt.createElement)(JS,ft({},v,{className:"components-input-control__input",disabled:a,id:M,isFocused:y,isPressEnterToChange:l,onChange:d,onKeyDown:m,onValidate:p,ref:t,setIsFocused:_,size:h,stateReducer:n,value:b})))}const QS=(0,dt.forwardRef)(ZS);var eA={name:"euqsgg",styles:"input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}input[type='number']{-moz-appearance:textfield;}"};const tA=e=>{let{hideHTMLArrows:t}=e;return t?eA:""},nA=rb(QS,{target:"ep48uk90"})(tA,";");function rA(e){const t=Number(e);return isNaN(t)?0:t}function oA(){for(var e=arguments.length,t=new Array(e),n=0;ne+rA(t)),0)}function aA(e){const t=(e+"").split(".");return void 0!==t[1]?t[1].length:0}function iA(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=rA(e),a=rA(r),i=aA(r),s=Math.round(o/a)*a,l=(0,ht.clamp)(s,t,n);return i?rA(l.toFixed(i)):l}const sA=(0,dt.forwardRef)((function(e,t){let{__unstableStateReducer:n=(e=>e),className:r,dragDirection:o="n",hideHTMLArrows:a=!1,isDragEnabled:i=!0,isShiftStepEnabled:s=!0,label:l,max:c=1/0,min:u=-1/0,required:d=!1,shiftStep:p=10,step:m=1,type:f="number",value:h,...g}=e;const b="any"===m,v=b?1:parseFloat(m),y=iA(0,u,c,v),_=(e,t)=>b?Math.min(c,Math.max(u,e)):iA(e,u,c,null!=t?t:v),M="number"===f?"off":null,k=Hp()("components-number-control",r);return(0,dt.createElement)(nA,ft({autoComplete:M,inputMode:"numeric"},g,{className:k,dragDirection:o,hideHTMLArrows:a,isDragEnabled:i,label:l,max:c,min:u,ref:t,required:d,step:m,type:f,value:h,__unstableStateReducer:BL(((e,t)=>{const{type:n,payload:r}=t,a=null==r?void 0:r.event,l=e.value;if(n===CL||n===SL){const t=a.shiftKey&&s,r=t?parseFloat(p)*v:v;let o=US(l)?y:l;null!=a&&a.preventDefault&&a.preventDefault(),n===CL&&(o=oA(o,r)),n===SL&&(o=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const r=rA(t);return 0===n?r:e-r}),0)}(o,r)),e.value=_(o,t?r:null)}if(n===LL&&i){const[t,n]=r.delta,a=r.shiftKey&&s,i=a?parseFloat(p)*v:v;let c,u;switch(o){case"n":u=n,c=-1;break;case"e":u=t,c=vr()?-1:1;break;case"s":u=n,c=1;break;case"w":u=t,c=vr()?1:-1}if(0!==u){u=Math.ceil(Math.abs(u))*Math.sign(u);const t=u*i*c;e.value=_(oA(l,t),a?i:null)}}if(n===AL||n===kL){const t=!1===d&&""===l;e.value=t?l:_(l)}return e}),n)}))}));const lA=rb("div",{target:"e1bagdl33"})({name:"100d0a9",styles:"box-sizing:border-box;position:relative"}),cA=e=>{let{disableUnits:t}=e;return sE(wE({paddingRight:t?3:24})(),";","")};var uA={name:"1y65o8",styles:"&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}"};const dA=e=>{let{disableUnits:t}=e;return t?"":uA},pA=rb(sA,{target:"e1bagdl32"})("&&&{input{appearance:none;-moz-appearance:textfield;display:block;width:100%;",dA,";",cA,";}}"),mA=e=>sE("appearance:none;background:transparent;border-radius:2px;border:none;box-sizing:border-box;color:",qE.darkGray[500],";display:block;font-size:8px;line-height:1;letter-spacing:-0.5px;outline:none;padding:2px 1px;position:absolute;text-align-last:center;text-transform:uppercase;width:20px;",wE({borderTopLeftRadius:0,borderBottomLeftRadius:0})()," ",wE({right:0})()," ",(e=>{let{selectSize:t}=e;return sE({default:{height:28,lineHeight:"24px",minHeight:28,top:1},small:{height:22,lineHeight:"18px",minHeight:22,top:1}}[t],"","")})(e),";",""),fA=rb("div",{target:"e1bagdl31"})("&&&{pointer-events:none;",mA,";}"),hA=rb("select",{target:"e1bagdl30"})("&&&{",mA,";cursor:pointer;border:1px solid transparent;&:hover{background-color:",qE.lightGray[300],";}&:focus{border-color:",qE.ui.borderFocus,";outline:2px solid transparent;outline-offset:0;}&:disabled{cursor:initial;&:hover{background-color:transparent;}}}");function gA(e){let{className:t,isUnitSelectTabbable:n=!0,onChange:r=ht.noop,size:o="default",unit:a="px",units:i=fL,...s}=e;if(!i||!bL(i)||1===(null==i?void 0:i.length))return(0,dt.createElement)(fA,{className:"components-unit-control__unit-label",selectSize:o},a);const l=Hp()("components-unit-control__select",t);return(0,dt.createElement)(hA,ft({className:l,onChange:e=>{const{value:t}=e.target,n=i.find((e=>e.value===t));r(t,{event:e,data:n})},selectSize:o,tabIndex:n?void 0:-1,value:a},s),i.map((e=>(0,dt.createElement)("option",{value:e.value,key:e.value},e.label))))}const bA={initial:void 0,fallback:""};const vA=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:bA;const{initial:n,fallback:r}={...bA,...t},[o,a]=(0,dt.useState)(e),i=XS(e);(0,dt.useEffect)((()=>{i&&o&&a(void 0)}),[i,o]);const s=$S([e,o,n],r),l=e=>{i||a(e)};return[s,l]};const yA=(0,dt.forwardRef)((function(e,t){let{__unstableStateReducer:n=(e=>e),autoComplete:r="off",className:o,disabled:a=!1,disableUnits:i=!1,isPressEnterToChange:s=!1,isResetValueOnUnitChange:l=!1,isUnitSelectTabbable:c=!0,label:u,onChange:d=ht.noop,onUnitChange:p=ht.noop,size:m="default",style:f,unit:h,units:g=fL,value:b,...v}=e;const y=(0,dt.useMemo)((()=>function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:mL;if(!Array.isArray(n))return n;const r=[...n],[,o]=gL(e,t,mL);return o&&!r.some((e=>e.value===o))&&pL[o]&&r.unshift(pL[o]),r}(b,h,g)),[b,h,g]),[_,M]=gL(b,h,y),[k,w]=vA(h,{initial:M,fallback:""}),E=(0,dt.useRef)(null),L=Hp()("components-unit-control",o),x=e=>{if(!isNaN(Number(e.currentTarget.value)))return void(E.current=null);const[t,n]=yL(e.currentTarget.value,y,_,k);if(E.current=t.toString(),s&&n!==k){const r={event:e,data:Array.isArray(y)?y.find((e=>e.value===n)):void 0};d(`${t}${n}`,r),p(n,r),w(n)}},S=x,A=i?null:(0,dt.createElement)(gA,{"aria-label":hr("Select unit"),disabled:a,isUnitSelectTabbable:c,onChange:(e,t)=>{const{data:n}=t;let r=`${_}${e}`;l&&void 0!==(null==n?void 0:n.default)&&(r=`${n.default}${e}`),d(r,t),p(e,t),w(e)},size:m,unit:k,units:y});let C=v.step;if(!C&&y){var T;const e=y.find((e=>e.value===k));C=null!==(T=null==e?void 0:e.step)&&void 0!==T?T:1}return(0,dt.createElement)(lA,{className:"components-unit-control-wrapper",style:f},(0,dt.createElement)(pA,ft({"aria-label":u,type:s?"text":"number"},(0,ht.omit)(v,["children"]),{autoComplete:r,className:L,disabled:a,disableUnits:i,isPressEnterToChange:s,label:u,onBlur:S,onKeyDown:e=>{const{keyCode:t}=e;t===Lf&&x(e)},onChange:(e,t)=>{""!==e?(e=yL(e,y,_,k).join(""),d(e,t)):d("",t)},ref:t,size:m,suffix:A,value:_,step:C,__unstableStateReducer:BL(((e,t)=>(t.type===kL&&null!==E.current&&(e.value=E.current,E.current=null),e)),n)})))})),_A=yA;const MA=function(e){let{icon:t,size:n=24,...r}=e;return(0,dt.cloneElement)(t,{width:n,height:n,...r})},kA={name:"default",label:hr("Flow"),inspectorControls:function(e){let{layout:t,onChange:n}=e;const{wideSize:r,contentSize:o}=t,a=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"]});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{className:"block-editor-hooks__layout-controls"},(0,dt.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,dt.createElement)(_A,{label:hr("Content"),labelPosition:"top",__unstableInputWidth:"80px",value:o||r||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,contentSize:e})},units:a}),(0,dt.createElement)(MA,{icon:Jw})),(0,dt.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,dt.createElement)(_A,{label:hr("Wide"),labelPosition:"top",__unstableInputWidth:"80px",value:r||o||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,wideSize:e})},units:a}),(0,dt.createElement)(MA,{icon:Qw}))),(0,dt.createElement)("div",{className:"block-editor-hooks__layout-controls-reset"},(0,dt.createElement)(lb,{variant:"secondary",isSmall:!0,disabled:!o&&!r,onClick:()=>n({contentSize:void 0,wideSize:void 0,inherit:!1})},hr("Reset"))),(0,dt.createElement)("p",{className:"block-editor-hooks__layout-controls-helptext"},hr("Customize the width for all elements that are assigned to the center or wide columns.")))},toolBarControls:function(){return null},save:function(e){let{selector:t,layout:n={}}=e;const{contentSize:r,wideSize:o}=n,a=null!==eL("spacing.blockGap");let i=r||o?`\n\t\t\t\t\t${JE(t,"> *")} {\n\t\t\t\t\t\tmax-width: ${null!=r?r:o};\n\t\t\t\t\t\tmargin-left: auto !important;\n\t\t\t\t\t\tmargin-right: auto !important;\n\t\t\t\t\t}\n\n\t\t\t\t\t${JE(t,'> [data-align="wide"]')} {\n\t\t\t\t\t\tmax-width: ${null!=o?o:r};\n\t\t\t\t\t}\n\n\t\t\t\t\t${JE(t,'> [data-align="full"]')} {\n\t\t\t\t\t\tmax-width: none;\n\t\t\t\t\t}\n\t\t\t\t`:"";return i+=`\n\t\t\t${JE(t,'> [data-align="left"]')} {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-right: 2em;\n\t\t\t}\n\n\t\t\t${JE(t,'> [data-align="right"]')} {\n\t\t\t\tfloat: right;\n\t\t\t\tmargin-left: 2em;\n\t\t\t}\n\n\t\t`,a&&(i+=`\n\t\t\t\t${JE(t,"> *")} {\n\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t}\n\t\t\t\t${JE(t,"> * + *")} {\n\t\t\t\t\tmargin-top: var( --wp--style--block-gap );\n\t\t\t\t}\n\t\t\t`),(0,dt.createElement)("style",null,i)},getOrientation:()=>"vertical",getAlignments(e){const t=function(e){const{contentSize:t,wideSize:n}=e,r={},o=/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i;o.test(t)&&(r.none=Sn(hr("Max %s wide"),t));o.test(n)&&(r.wide=Sn(hr("Max %s wide"),n));return r}(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:t[e]})));const{contentSize:n,wideSize:r}=e,o=[{name:"left"},{name:"center"},{name:"right"}];return n&&o.unshift({name:"full"}),r&&o.unshift({name:"wide",info:t.wide}),o.unshift({name:"none",info:t.none}),o}};const wA=[kA,sL];function EA(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return wA.find((t=>t.name===e))}const LA={type:"default"},xA=(0,dt.createContext)(LA),SA=xA.Provider;function AA(){return(0,dt.useContext)(xA)}function CA(e){let{layout:t={},...n}=e;const r=EA(t.type);return r?(0,dt.createElement)(r.save,ft({layout:t},n)):null}const TA=["none","left","center","right","wide","full"],zA=["wide","full"];function NA(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:TA;e.includes("none")||(e=["none",...e]);const{wideControlsEnabled:t=!1,themeSupportsLayout:n}=Cc((e=>{const{getSettings:t}=e(Iw),n=t();return{wideControlsEnabled:n.alignWide,themeSupportsLayout:n.supportsLayout}}),[]),r=AA(),o=EA(null==r?void 0:r.type),a=o.getAlignments(r);if(n){const t=a.filter((t=>{let{name:n}=t;return e.includes(n)}));return 1===t.length&&"none"===t[0].name?[]:t}if("default"!==o.name)return[];const{alignments:i=TA}=r,s=e.filter((e=>(r.alignments||t||!zA.includes(e))&&i.includes(e))).map((e=>({name:e})));return 1===s.length&&"none"===s[0].name?[]:s}const OA={none:{icon:Gw,title:hr("None")},left:{icon:Kw,title:hr("Align left")},center:{icon:Jw,title:hr("Align center")},right:{icon:Zw,title:hr("Align right")},wide:{icon:Qw,title:hr("Wide width")},full:{icon:eE,title:hr("Full width")}},DA={isAlternate:!0};const BA=function(e){let{value:t,onChange:n,controls:r,isToolbar:o,isCollapsed:a=!0}=e;const i=NA(r);if(!!!i.length)return null;function s(e){n([t,"none"].includes(e)?void 0:e)}const l=OA[t],c=OA.none,u=o?Hv:Xw,d={popoverProps:DA,icon:l?l.icon:c.icon,label:hr("Align"),toggleProps:{describedBy:hr("Change alignment")}},p=o||ry.isNative?{isCollapsed:o?a:void 0,controls:i.map((e=>{let{name:n}=e;return{...OA[n],isActive:t===n||!t&&"none"===n,role:a?"menuitemradio":void 0,onClick:()=>s(n)}}))}:{children:e=>{let{onClose:n}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Uw,{className:"block-editor-block-alignment-control__menu-group"},i.map((e=>{let{name:r,info:o}=e;const{icon:a,title:i}=OA[r],l=r===t||!t&&"none"===r;return(0,dt.createElement)($w,{key:r,icon:a,iconPosition:"left",className:Hp()("components-dropdown-menu__menu-item",{"is-active":l}),isSelected:l,onClick:()=>{s(r),n()},role:"menuitemradio",info:o},i)}))))}};return(0,dt.createElement)(u,ft({},d,p))};function IA(e){return(0,dt.createElement)(BA,ft({},e,{isToolbar:!1}))}function PA(e){return(0,dt.createElement)(BA,ft({},e,{isToolbar:!0}))}const RA=["left","center","right","wide","full"],HA=["wide","full"];function WA(e){let t,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t=Array.isArray(e)?RA.filter((t=>e.includes(t))):!0===e?[...RA]:[],!r||!0===e&&!n?(0,ht.without)(t,...HA):t}const YA=Bp((e=>t=>{const{name:n}=t,r=NA(WA(na(n,"align"),ra(n,"alignWide",!0))).map((e=>{let{name:t}=e;return t}));return(0,dt.createElement)(dt.Fragment,null,!!r.length&&(0,dt.createElement)(Vw,{group:"block",__experimentalShareWithChildBlocks:!0},(0,dt.createElement)(IA,{value:t.attributes.align,onChange:e=>{if(!e){var n,r;const o=ea(t.name);(null==o||null===(n=o.attributes)||void 0===n||null===(r=n.align)||void 0===r?void 0:r.default)&&(e="")}t.setAttributes({align:e})},controls:r})),(0,dt.createElement)(e,t))}),"withToolbarControls"),jA=Bp((e=>t=>{const{name:n,attributes:r}=t,{align:o}=r,a=NA(WA(na(n,"align"),ra(n,"alignWide",!0)));if(void 0===o)return(0,dt.createElement)(e,t);let i=t.wrapperProps;return a.some((e=>e.name===o))&&(i={...i,"data-align":o}),(0,dt.createElement)(e,ft({},t,{wrapperProps:i}))}));Jn("blocks.registerBlockType","core/align/addAttribute",(function(e){return(0,ht.has)(e.attributes,["align","type"])||ra(e,"align")&&(e.attributes={...e.attributes,align:{type:"string",enum:[...RA,""]}}),e})),Jn("editor.BlockListBlock","core/editor/align/with-data-align",jA),Jn("editor.BlockEdit","core/editor/align/with-toolbar-controls",YA),Jn("blocks.getSaveContent.extraProps","core/align/addAssignedAlign",(function(e,t,n){const{align:r}=n;return WA(na(t,"align"),ra(t,"alignWide",!0)).includes(r)&&(e.className=Hp()(`align${r}`,e.className)),e})),Jn("blocks.registerBlockType","core/lock/addAttribute",(function(e){return(0,ht.has)(e.attributes,["lock","type"])||(e.attributes={...e.attributes,lock:{type:"object"}}),e}));const qA=(0,dt.forwardRef)((function e(t,n){let{label:r,hideLabelFromVision:o,value:a,help:i,className:s,onChange:l,type:c="text",...u}=t;const d=`inspector-text-control-${uf(e)}`;return(0,dt.createElement)(GE,{label:r,hideLabelFromVision:o,id:d,help:i,className:s},(0,dt.createElement)("input",ft({className:"components-text-control__input",type:c,id:d,value:a,onChange:e=>l(e.target.value),"aria-describedby":i?d+"__help":void 0,ref:n},u)))})),FA=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"}));const VA=rb(MA,{target:"etxm6pv0"})({name:"bqq7t3",styles:"width:1.4em;height:1.4em;margin:-0.2em 0.1em 0;vertical-align:middle;fill:currentColor"});const XA=(0,dt.forwardRef)((function(e,t){let{href:n,children:r,className:o,rel:a="",...i}=e;a=(0,ht.uniq)((0,ht.compact)([...a.split(" "),"external","noreferrer","noopener"])).join(" ");const s=Hp()("components-external-link",o);return(0,dt.createElement)("a",ft({},i,{className:s,href:n,target:"_blank",rel:a,ref:t}),r,(0,dt.createElement)(ib,{as:"span"},hr("(opens in a new tab)")),(0,dt.createElement)(VA,{icon:FA,className:"components-external-link__icon"}))})),UA=()=>mf("(prefers-reduced-motion: reduce)"),$A=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),GA=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"}));const KA=(0,dt.forwardRef)(((e,t)=>{let{isOpened:n,icon:r,title:o,...a}=e;return o?(0,dt.createElement)("h2",{className:"components-panel__body-title"},(0,dt.createElement)(lb,ft({className:"components-panel__body-toggle","aria-expanded":n,ref:t},a),(0,dt.createElement)("span",{"aria-hidden":"true"},(0,dt.createElement)(cg,{className:"components-panel__arrow",icon:n?$A:GA})),o,r&&(0,dt.createElement)(cg,{icon:r,className:"components-panel__icon",size:20}))):null})),JA=(0,dt.forwardRef)((function(e,t){let{buttonProps:n={},children:r,className:o,icon:a,initialOpen:i,onToggle:s=ht.noop,opened:l,title:c,scrollAfterOpen:u=!0}=e;const[d,p]=vA(l,{initial:void 0===i||i}),m=(0,dt.useRef)(),f=UA()?"auto":"smooth",h=(0,dt.useRef)();h.current=u,GS((()=>{var e;d&&h.current&&null!==(e=m.current)&&void 0!==e&&e.scrollIntoView&&m.current.scrollIntoView({inline:"nearest",block:"nearest",behavior:f})}),[d,f]);const g=Hp()("components-panel__body",o,{"is-opened":d});return(0,dt.createElement)("div",{className:g,ref:dh([m,t])},(0,dt.createElement)(KA,ft({icon:a,isOpened:d,onClick:e=>{e.preventDefault();const t=!d;p(t),s(t)},title:c},n)),"function"==typeof r?r({opened:d}):d&&r)}));JA.displayName="PanelBody";const ZA=JA,QA=()=>{},eC=(0,dt.createContext)({menuItems:{default:{},optional:{}},hasMenuItems:!1,isResetting:!1,shouldRenderPlaceholderItems:!1,registerPanelItem:QA,deregisterPanelItem:QA,flagItemCustomization:QA,areAllOptionalControlsHidden:!0}),tC=()=>(0,dt.useContext)(eC),nC={default:qh("InspectorControls"),advanced:qh("InspectorAdvancedControls"),dimensions:qh("InspectorControlsDimensions"),typography:qh("InspectorControlsTypography")};function rC(e){var t;let{__experimentalGroup:n="default",children:r}=e;const o=Yw(),a=null===(t=nC[n])||void 0===t?void 0:t.Fill;return a&&o?(0,dt.createElement)(af,{document},(0,dt.createElement)(a,null,(e=>{const t=(0,ht.isEmpty)(e)?null:e;return(0,dt.createElement)(eC.Provider,{value:t},r)}))):null}const oC=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M7 11.5h10V13H7z"})),aC=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})),iC=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"})),sC=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"})),lC={bottom:{align:"flex-end",justify:"center"},bottomLeft:{align:"flex-start",justify:"flex-end"},bottomRight:{align:"flex-end",justify:"flex-end"},center:{align:"center",justify:"center"},edge:{align:"center",justify:"space-between"},left:{align:"center",justify:"flex-start"},right:{align:"center",justify:"flex-end"},stretch:{align:"stretch"},top:{align:"flex-start",justify:"center"},topLeft:{align:"flex-start",justify:"flex-start"},topRight:{align:"flex-start",justify:"flex-end"}},cC={bottom:{justify:"flex-end",align:"center"},bottomLeft:{justify:"flex-start",align:"flex-end"},bottomRight:{justify:"flex-end",align:"flex-end"},center:{justify:"center",align:"center"},edge:{justify:"space-between",align:"center"},left:{justify:"center",align:"flex-start"},right:{justify:"center",align:"flex-end"},stretch:{justify:"stretch"},top:{justify:"flex-start",align:"center"},topLeft:{justify:"flex-start",align:"flex-start"},topRight:{justify:"flex-start",align:"flex-end"}};function uC(e){const{alignment:t="edge",children:n,direction:r,spacing:o=2,...a}=Dg(e,"HStack"),i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"row";if((0,ht.isNil)(e))return{};const n="column"===t?cC:lC;return e in n?n[e]:{align:e}}(t,r),s=function(e){return"string"==typeof e?[e]:dt.Children.toArray(e).filter((e=>(0,dt.isValidElement)(e)))}(n);return EE({children:s.map(((e,t)=>{const n=e.key||`hstack-${t}`;return Pg(e,["Spacer"])?(0,dt.createElement)(AE,ft({isBlock:!0,key:n},e.props)):e})),direction:r,justify:"center",...i,...a,gap:o})}const dC=Bg((function(e,t){const n=uC(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"HStack");const pC=Bg((function(e,t){const n=function(e){const{as:t,level:n=2,...r}=Dg(e,"Heading"),o=t||`h${n}`,a={};return"string"==typeof o&&"h"!==o[0]&&(a.role="heading",a["aria-level"]="string"==typeof n?parseInt(n):n),{...dx({color:qE.darkGray.heading,size:cx(n),isBlock:!0,weight:KL.fontWeightHeading,...r}),...a,as:o}}(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"Heading");const mC={spacing:sE("column-gap:",dE(4),";row-gap:",dE(6),";",""),item:{fullWidth:{name:"18iuzk9",styles:"grid-column:1/-1"}}},fC=sE(mC.spacing,";border-top:",KL.borderWidth," solid ",qE.gray[200],";margin-top:-1px;padding:",dE(4),";",""),hC={name:"huufmu",styles:">div:not( :first-of-type ){display:none;}"},gC=sE(mC.item.fullWidth," gap:",dE(2),";.components-dropdown-menu{margin:",dE(-1)," 0;}&&&& .components-dropdown-menu__toggle{padding:0;min-width:",dE(6),";}",""),bC={name:"1pmxm02",styles:"font-size:inherit;font-weight:500;line-height:normal;&&{margin:0;}"},vC=sE(mC.item.fullWidth,"&>div,&>fieldset{padding-bottom:0;margin-bottom:0;max-width:100%;}&& ",FE,"{margin-bottom:0;",VE,"{margin-bottom:0;}}",""),yC={name:"eivff4",styles:"display:none"},_C={name:"16gsvie",styles:"min-width:200px"};const MC=()=>{},kC=e=>{let{items:t,onClose:n,toggleItem:r}=e;return t.length?(0,dt.createElement)(Uw,null,t.map((e=>{let[t,o]=e;const a=o?oC:aC,i=o?Sn(hr("Reset %s"),t):void 0;return(0,dt.createElement)($w,{key:t,icon:a,isSelected:!0,disabled:!o,label:i,onClick:()=>{r(t),n()},role:"menuitemcheckbox"},t)}))):null},wC=e=>{let{items:t,onClose:n,toggleItem:r}=e;return t.length?(0,dt.createElement)(Uw,null,t.map((e=>{let[t,o]=e;const a=Sn(hr(o?"Hide and reset %s":"Show %s"),t);return(0,dt.createElement)($w,{key:t,icon:o&&aC,isSelected:o,label:a,onClick:()=>{r(t),n()},role:"menuitemcheckbox"},t)}))):null},EC=Bg(((e,t)=>{const{areAllOptionalControlsHidden:n,dropdownMenuClassName:r,hasMenuItems:o,headingClassName:a,label:i,menuItems:s,resetAll:l,toggleItem:c,...u}=function(e){const{className:t,...n}=Dg(e,"ToolsPanelHeader"),r=Og(),o=(0,dt.useMemo)((()=>r(gC,t)),[t]),a=(0,dt.useMemo)((()=>r(_C)),[]),i=(0,dt.useMemo)((()=>r(bC)),[]),{menuItems:s,hasMenuItems:l,areAllOptionalControlsHidden:c}=tC();return{...n,areAllOptionalControlsHidden:c,dropdownMenuClassName:a,hasMenuItems:l,headingClassName:i,menuItems:s,className:o}}(e);if(!i)return null;const d=Object.entries((null==s?void 0:s.default)||{}),p=Object.entries((null==s?void 0:s.optional)||{}),m=n?iC:sC,f=gr(n?"View and add options":"View options","Button label to reveal tool panel options");return(0,dt.createElement)(dC,ft({},u,{ref:t}),(0,dt.createElement)(pC,{level:2,className:a},i),o&&(0,dt.createElement)(Pv,{icon:m,label:f,menuProps:{className:r},toggleProps:{isSmall:!0}},(e=>{let{onClose:t=MC}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(kC,{items:d,onClose:t,toggleItem:c}),(0,dt.createElement)(wC,{items:p,onClose:t,toggleItem:c}),(0,dt.createElement)(Uw,null,(0,dt.createElement)($w,{variant:"tertiary",onClick:()=>{l(),t()}},hr("Reset all"))))})))}),"ToolsPanelHeader"),LC=EC,xC=e=>{let{panelItems:t,shouldReset:n}=e;const r={default:{},optional:{}};return t.forEach((e=>{let{hasValue:t,isShownByDefault:o,label:a}=e;r[o?"default":"optional"][a]=!n&&t()})),r};function SC(e){const{className:t,resetAll:n,panelId:r,hasInnerWrapper:o,shouldRenderPlaceholderItems:a,...i}=Dg(e,"ToolsPanel"),s=(0,dt.useRef)(!1),l=s.current;(0,dt.useEffect)((()=>{l&&(s.current=!1)}),[l]);const[c,u]=(0,dt.useState)([]),[d,p]=(0,dt.useState)({default:{},optional:{}});(0,dt.useEffect)((()=>{const e=xC({panelItems:c,shouldReset:!1});p(e)}),[c]);const[m,f]=(0,dt.useState)(!1);(0,dt.useEffect)((()=>{if(d.optional){const e=Object.entries(d.optional),t=e.length>0&&!e.some((e=>{let[,t]=e;return t}));f(t)}}),[d.optional]);const h=Og(),g=(0,dt.useMemo)((()=>{const e=(null==d?void 0:d.default)&&!!Object.keys(null==d?void 0:d.default).length,n=o&&(e=>sE(">div:not( :first-of-type ){display:grid;grid-template-columns:",`repeat( ${e}, 1fr )`,";",mC.spacing," ",mC.item.fullWidth,";}",""))(2);return h(fC,n,!e&&m&&hC,t)}),[t,o,d,m]),b={panelId:r,menuItems:d,registerPanelItem:e=>{u((t=>[...t,e]))},deregisterPanelItem:e=>{const t=c.findIndex((t=>t.label===e));-1!==t&&u((e=>e.splice(t,1)))},flagItemCustomization:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";p({...d,[t]:{...d[t],[e]:!0}})},areAllOptionalControlsHidden:m,hasMenuItems:!!c.length,isResetting:s.current,shouldRenderPlaceholderItems:a};return{...i,panelContext:b,resetAllItems:()=>{"function"==typeof n&&(s.current=!0,n((()=>{const e=[];return c.forEach((t=>{t.resetAllFilter&&e.push(t.resetAllFilter)})),e})()));const e=xC({panelItems:c,shouldReset:!0});p(e)},toggleItem:e=>{const t=c.find((t=>t.label===e));if(!t)return;const n=t.isShownByDefault?"default":"optional",r={...d,[n]:{...d[n],[e]:!d[n][e]}};p(r)},className:g}}const AC={bottom:{alignItems:"flex-end",justifyContent:"center"},bottomLeft:{alignItems:"flex-start",justifyContent:"flex-end"},bottomRight:{alignItems:"flex-end",justifyContent:"flex-end"},center:{alignItems:"center",justifyContent:"center"},spaced:{alignItems:"center",justifyContent:"space-between"},left:{alignItems:"center",justifyContent:"flex-start"},right:{alignItems:"center",justifyContent:"flex-end"},stretch:{alignItems:"stretch"},top:{alignItems:"flex-start",justifyContent:"center"},topLeft:{alignItems:"flex-start",justifyContent:"flex-start"},topRight:{alignItems:"flex-start",justifyContent:"flex-end"}};function CC(e){const{align:t,alignment:n,className:r,columnGap:o,columns:a=2,gap:i=3,isInline:s=!1,justify:l,rowGap:c,rows:u,templateColumns:d,templateRows:p,...m}=Dg(e,"Grid"),f=uE(Array.isArray(a)?a:[a]),h=uE(Array.isArray(u)?u:[u]),g=d||!!a&&`repeat( ${f}, 1fr )`,b=p||!!u&&`repeat( ${h}, 1fr )`,v=Og();return{...m,className:(0,dt.useMemo)((()=>{const e=function(e){return e?AC[e]:{}}(n),a=sE({alignItems:t,display:s?"inline-grid":"grid",gap:`calc( ${KL.gridBase} * ${i} )`,gridTemplateColumns:g||void 0,gridTemplateRows:b||void 0,gridRowGap:c,gridColumnGap:o,justifyContent:l,verticalAlign:s?"middle":void 0,...e},"","");return v(a,r)}),[t,n,r,o,i,g,b,s,l,c])}}const TC=Bg((function(e,t){const n=CC(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"Grid"),zC=Bg(((e,t)=>{const{children:n,label:r,panelContext:o,resetAllItems:a,toggleItem:i,className:s}=SC(e);return(0,dt.createElement)(TC,{columns:2,className:s,ref:t},(0,dt.createElement)(eC.Provider,{value:o},(0,dt.createElement)(LC,{label:r,resetAll:a,toggleItem:i}),n))}),"ToolsPanel"),NC=e=>{if(!(0,ht.isObject)(e)||Array.isArray(e))return e;const t=(0,ht.pickBy)((0,ht.mapValues)(e,NC),ht.identity);return(0,ht.isEmpty)(t)?void 0:t};function OC(e){let{children:t,group:n,label:r}=e;const{clientId:o,attributes:a}=Cc((e=>{const{getBlockAttributes:t,getSelectedBlockClientId:n}=e(Iw),r=n();return{clientId:r,attributes:t(r)}}),[]),{updateBlockAttributes:i}=kp(Iw);return(0,dt.createElement)(zC,{className:`${n}-block-support-panel`,label:r,resetAll:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const{style:t}=a;let n={style:t};e.forEach((e=>{n={...n,...e(n)}})),n={...n,style:NC(n.style)},i(o,n)},key:o,panelId:o,hasInnerWrapper:!0,shouldRenderPlaceholderItems:!0},t)}function DC(e){let{Slot:t,...n}=e;const r=(0,dt.useContext)(eC);return(0,dt.createElement)(t,ft({},n,{fillProps:r}))}function BC(e){var t;let{__experimentalGroup:n="default",bubblesVirtually:r=!0,label:o,...a}=e;const i=null===(t=nC[n])||void 0===t?void 0:t.Slot,s=Dh(null==i?void 0:i.__unstableName);if(!i||!s)return null;return Boolean(s.fills&&s.fills.length)?o?(0,dt.createElement)(OC,{group:n,label:o},(0,dt.createElement)(DC,ft({},a,{bubblesVirtually:r,Slot:i}))):(0,dt.createElement)(i,ft({},a,{bubblesVirtually:r})):null}const IC=rC;IC.Slot=BC;const PC=e=>(0,dt.createElement)(rC,ft({},e,{__experimentalGroup:"advanced"}));PC.Slot=e=>(0,dt.createElement)(BC,ft({},e,{__experimentalGroup:"advanced"})),PC.slotName="InspectorAdvancedControls";const RC=IC,HC=/[\s#]/g;const WC=Bp((e=>t=>{if(ra(t.name,"anchor")&&t.isSelected){const n="web"===ry.OS,r=(0,dt.createElement)(qA,{className:"html-anchor-control",label:hr("HTML anchor"),help:(0,dt.createElement)(dt.Fragment,null,hr("Enter a word or two — without spaces — to make a unique web address just for this block, called an “anchor.” Then, you’ll be able to link directly to this section of your page."),n&&(0,dt.createElement)(XA,{href:hr("https://wordpress.org/support/article/page-jumps/")},hr("Learn more about anchors"))),value:t.attributes.anchor||"",placeholder:n?null:hr("Add an anchor"),onChange:e=>{e=e.replace(HC,"-"),t.setAttributes({anchor:e})},autoCapitalize:"none",autoComplete:"off"});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(e,t),n&&(0,dt.createElement)(RC,{__experimentalGroup:"advanced"},r),!n&&"core/heading"===t.name&&(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Heading settings")},r)))}return(0,dt.createElement)(e,t)}),"withInspectorControl");Jn("blocks.registerBlockType","core/anchor/attribute",(function(e){return(0,ht.has)(e.attributes,["anchor","type"])||ra(e,"anchor")&&(e.attributes={...e.attributes,anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),e})),Jn("editor.BlockEdit","core/editor/anchor/with-inspector-control",WC),Jn("blocks.getSaveContent.extraProps","core/anchor/save-props",(function(e,t,n){return ra(t,"anchor")&&(e.id=""===n.anchor?null:n.anchor),e}));const YC=Bp((e=>t=>ra(t.name,"customClassName",!0)&&t.isSelected?(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(e,t),(0,dt.createElement)(RC,{__experimentalGroup:"advanced"},(0,dt.createElement)(qA,{autoComplete:"off",label:hr("Additional CSS class(es)"),value:t.attributes.className||"",onChange:e=>{t.setAttributes({className:""!==e?e:void 0})},help:hr("Separate multiple classes with spaces.")}))):(0,dt.createElement)(e,t)),"withInspectorControl");Jn("blocks.registerBlockType","core/custom-class-name/attribute",(function(e){return ra(e,"customClassName",!0)&&(e.attributes={...e.attributes,className:{type:"string"}}),e})),Jn("editor.BlockEdit","core/editor/custom-class-name/with-inspector-control",YC),Jn("blocks.getSaveContent.extraProps","core/custom-class-name/save-props",(function(e,t,n){return ra(t,"customClassName",!0)&&n.className&&(e.className=Hp()(e.className,n.className)),e})),Jn("blocks.getSaveContent.extraProps","core/generated-class-name/save-props",(function(e,t){return ra(t,"className",!0)&&("string"==typeof e.className?e.className=(0,ht.uniq)([Fi(t.name),...e.className.split(" ")]).join(" ").trim():e.className=Fi(t.name)),e}));function jC(e){return Bp((t=>{const n="core/with-filters/"+e;let r;class o extends dt.Component{constructor(){super(...arguments),void 0===r&&(r=ar(e,t))}componentDidMount(){o.instances.push(this),1===o.instances.length&&(Kn("hookRemoved",n,i),Kn("hookAdded",n,i))}componentWillUnmount(){o.instances=(0,ht.without)(o.instances,this),0===o.instances.length&&(Zn("hookRemoved",n),Zn("hookAdded",n))}render(){return(0,dt.createElement)(r,this.props)}}o.instances=[];const a=(0,ht.debounce)((()=>{r=ar(e,t),o.instances.forEach((e=>{e.forceUpdate()}))}),16);function i(t){t===e&&a()}return o}),"withFilters")}const qC=Bp((e=>e.prototype instanceof dt.Component?class extends e{shouldComponentUpdate(e,t){return!qi(e,this.props)||!qi(t,this.state)}}:class extends dt.Component{shouldComponentUpdate(e){return!qi(e,this.props)}render(){return(0,dt.createElement)(e,this.props)}}),"pure"),FC=e=>Bp((t=>qC((n=>{const r=Cc(((t,r)=>e(t,n,r)));return(0,dt.createElement)(t,ft({},n,r))}))),"withSelect"),VC=(e,t)=>{const n=wc(),r=(0,dt.useRef)(e);return bc((()=>{r.current=e})),(0,dt.useMemo)((()=>{const e=r.current(n.dispatch,n);return(0,ht.mapValues)(e,((e,t)=>("function"!=typeof e&&console.warn(`Property ${t} returned from dispatchMap in useDispatchWithMap must be a function.`),function(){return r.current(n.dispatch,n)[t](...arguments)})))}),[n,...t])},XC=e=>Bp((t=>n=>{const r=VC(((t,r)=>e(t,n,r)),[]);return(0,dt.createElement)(t,ft({},n,r))}),"withDispatch"),UC=ht.flowRight,$C=e=>Bp((t=>n=>e(n)?(0,dt.createElement)(t,n):null),"ifCondition"),GC=(0,dt.createContext)({});function KC(e){let{value:t,children:n}=e;const r=(0,dt.useContext)(GC),o=(0,dt.useMemo)((()=>({...r,...t})),[r,t]);return(0,dt.createElement)(GC.Provider,{value:o,children:n})}const JC=GC,ZC={},QC=jC("editor.BlockEdit")((e=>{const{attributes:t={},name:n}=e,r=ea(n),o=(0,dt.useContext)(JC),a=(0,dt.useMemo)((()=>r&&r.usesContext?(0,ht.pick)(o,r.usesContext):ZC),[r,o]);if(!r)return null;const i=r.edit||r.save;if(r.apiVersion>1)return(0,dt.createElement)(i,ft({},e,{context:a}));const s=ra(r,"className",!0)?Fi(n):null,l=Hp()(s,t.className);return(0,dt.createElement)(i,ft({},e,{context:a,className:l}))}));function eT(e){const{name:t,isSelected:n,clientId:r}=e,o={name:t,isSelected:n,clientId:r};return(0,dt.createElement)(Hw,{value:(0,dt.useMemo)((()=>o),Object.values(o))},(0,dt.createElement)(QC,e))}const tT=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{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"})),nT=new Set(["alert","status","log","marquee","timer"]);let rT=[],oT=!1;function aT(e){if(oT)return;const t=document.body.children;(0,ht.forEach)(t,(t=>{t!==e&&function(e){const t=e.getAttribute("role");return!("SCRIPT"===e.tagName||e.hasAttribute("aria-hidden")||e.hasAttribute("aria-live")||nT.has(t))}(t)&&(t.setAttribute("aria-hidden","true"),rT.push(t))})),oT=!0}let iT=0;function sT(e){let{bodyOpenClassName:t="modal-open",role:n="dialog",title:r=null,focusOnMount:o=!0,shouldCloseOnEsc:a=!0,shouldCloseOnClickOutside:i=!0,isDismissable:s,isDismissible:l=s||!0,aria:c={labelledby:null,describedby:null},onRequestClose:u,icon:d,closeButtonLabel:p,children:m,style:f,overlayClassName:h,className:g,contentLabel:b,onKeyDown:v,isFullScreen:y=!1}=e;const _=(0,dt.useRef)(),M=uf(sT),k=r?`components-modal-header-${M}`:c.labelledby,w=ih(o),E=ah(),L=sh(),x=ch(u);return(0,dt.useEffect)((()=>(iT++,1===iT&&(aT(_.current),document.body.classList.add(t)),()=>{iT--,0===iT&&(document.body.classList.remove(t),oT&&((0,ht.forEach)(rT,(e=>{e.removeAttribute("aria-hidden")})),rT=[],oT=!1))})),[]),s&&pu("isDismissable prop of the Modal component",{since:"5.4",alternative:"isDismissible prop (renamed) of the Modal component"}),(0,mt.createPortal)((0,dt.createElement)("div",{ref:_,className:Hp()("components-modal__screen-overlay",h),onKeyDown:function(e){a&&e.keyCode===xf&&!e.defaultPrevented&&(e.preventDefault(),u&&u(e))}},(0,dt.createElement)(af,{document},(0,dt.createElement)("div",ft({className:Hp()("components-modal__frame",g,{"is-full-screen":y}),style:f,ref:dh([E,L,w]),role:n,"aria-label":b,"aria-labelledby":b?null:k,"aria-describedby":c.describedby,tabIndex:"-1"},i?x:{},{onKeyDown:v}),(0,dt.createElement)("div",{className:"components-modal__content",role:"document"},(0,dt.createElement)("div",{className:"components-modal__header"},(0,dt.createElement)("div",{className:"components-modal__header-heading-container"},d&&(0,dt.createElement)("span",{className:"components-modal__icon-container","aria-hidden":!0},d),r&&(0,dt.createElement)("h1",{id:k,className:"components-modal__header-heading"},r)),l&&(0,dt.createElement)(lb,{onClick:u,icon:tT,label:p||hr("Close dialog")})),m)))),document.body)}const lT=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M11 13h2v-2h-2v2zm-6 0h2v-2H5v2zm12-2v2h2v-2h-2z"}));const cT=function(e){let{className:t,actions:n,children:r,secondaryActions:o}=e;return(0,dt.createElement)("div",{className:Hp()(t,"block-editor-warning")},(0,dt.createElement)("div",{className:"block-editor-warning__contents"},(0,dt.createElement)("p",{className:"block-editor-warning__message"},r),(dt.Children.count(n)>0||o)&&(0,dt.createElement)("div",{className:"block-editor-warning__actions"},dt.Children.count(n)>0&&dt.Children.map(n,((e,t)=>(0,dt.createElement)("span",{key:t,className:"block-editor-warning__action"},e))),o&&(0,dt.createElement)(Pv,{className:"block-editor-warning__secondary",icon:lT,label:hr("More options"),popoverProps:{position:"bottom left",className:"block-editor-warning__dropdown"},noIcons:!0},(()=>(0,dt.createElement)(Uw,null,o.map(((e,t)=>(0,dt.createElement)($w,{onClick:e.onClick,key:t},e.title)))))))))};var uT=n(7630);function dT(e){let{title:t,rawContent:n,renderedContent:r,action:o,actionText:a,className:i}=e;return(0,dt.createElement)("div",{className:i},(0,dt.createElement)("div",{className:"block-editor-block-compare__content"},(0,dt.createElement)("h2",{className:"block-editor-block-compare__heading"},t),(0,dt.createElement)("div",{className:"block-editor-block-compare__html"},n),(0,dt.createElement)("div",{className:"block-editor-block-compare__preview edit-post-visual-editor"},(0,dt.createElement)(hi,null,Bo(r)))),(0,dt.createElement)("div",{className:"block-editor-block-compare__action"},(0,dt.createElement)(lb,{variant:"secondary",tabIndex:"0",onClick:o},a)))}const pT=function(e){let{block:t,onKeep:n,onConvert:r,convertor:o,convertButtonText:a}=e;const i=function(e){const t=(0,ht.castArray)(e).map((e=>$i(e.name,e.attributes,e.innerBlocks)));return t.join("")}(o(t)),s=(l=t.originalContent,c=i,(0,uT.Kx)(l,c).map(((e,t)=>{const n=Hp()({"block-editor-block-compare__added":e.added,"block-editor-block-compare__removed":e.removed});return(0,dt.createElement)("span",{key:t,className:n},e.value)})));var l,c;return(0,dt.createElement)("div",{className:"block-editor-block-compare__wrapper"},(0,dt.createElement)(dT,{title:hr("Current"),className:"block-editor-block-compare__current",action:n,actionText:hr("Convert to HTML"),rawContent:t.originalContent,renderedContent:t.originalContent}),(0,dt.createElement)(dT,{title:hr("After Conversion"),className:"block-editor-block-compare__converted",action:r,actionText:a,rawContent:s,renderedContent:i}))};const mT=e=>Ol({HTML:e.originalContent}),fT=UC([FC(((e,t)=>{let{clientId:n}=t;return{block:e(Iw).getBlock(n)}})),XC(((e,t)=>{let{block:n}=t;const{replaceBlock:r}=e(Iw);return{convertToClassic(){r(n.clientId,(e=>ha("core/freeform",{content:e.originalContent}))(n))},convertToHTML(){r(n.clientId,(e=>ha("core/html",{content:e.originalContent}))(n))},convertToBlocks(){r(n.clientId,mT(n))},attemptBlockRecovery(){r(n.clientId,(e=>{let{name:t,attributes:n,innerBlocks:r}=e;return ha(t,n,r)})(n))}}}))])((function(e){let{convertToHTML:t,convertToBlocks:n,convertToClassic:r,attemptBlockRecovery:o,block:a}=e;const i=!!ea("core/html"),[s,l]=(0,dt.useState)(!1),c=(0,dt.useCallback)((()=>l(!0)),[]),u=(0,dt.useCallback)((()=>l(!1)),[]),d=(0,dt.useMemo)((()=>[{title:gr("Resolve","imperative verb"),onClick:c},i&&{title:hr("Convert to HTML"),onClick:t},{title:hr("Convert to Classic Block"),onClick:r}].filter(Boolean)),[c,t,r]);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(cT,{actions:[(0,dt.createElement)(lb,{key:"recover",onClick:o,variant:"primary"},hr("Attempt Block Recovery"))],secondaryActions:d},hr("This block contains unexpected or invalid content.")),s&&(0,dt.createElement)(sT,{title:hr("Resolve Block"),onRequestClose:u,className:"block-editor-block-compare"},(0,dt.createElement)(pT,{block:a,onKeep:t,onConvert:n,convertor:mT,convertButtonText:hr("Convert to Blocks")})))})),hT=(0,dt.createElement)(cT,{className:"block-editor-block-list__block-crash-warning"},hr("This block has encountered an error and cannot be previewed.")),gT=()=>hT;class bT extends dt.Component{constructor(){super(...arguments),this.state={hasError:!1}}componentDidCatch(){this.setState({hasError:!0})}render(){return this.state.hasError?this.props.fallback:this.props.children}}const vT=bT;var yT=n(4042);const _T=function(e){let{clientId:t}=e;const[n,r]=(0,dt.useState)(""),o=Cc((e=>e(Iw).getBlock(t)),[t]),{updateBlock:a}=kp(Iw);return(0,dt.useEffect)((()=>{r(Ki(o))}),[o]),(0,dt.createElement)(yT.Z,{className:"block-editor-block-list__block-html-textarea",value:n,onBlur:()=>{const e=ea(o.name);if(!e)return;const i=el(e,n,o.attributes),s=n||$i(e,i),l=!n||function(e,t,n){const r=Ta(e),o={name:r.name,attributes:t,innerBlocks:[],originalContent:n},[a]=Bs(o,r);return a}(e,i,s);a(t,{attributes:i,originalContent:s,isValid:l}),n||r({content:s})},onChange:e=>r(e.target.value)})};let MT=IT();const kT=e=>NT(e,MT);let wT=IT();kT.write=e=>NT(e,wT);let ET=IT();kT.onStart=e=>NT(e,ET);let LT=IT();kT.onFrame=e=>NT(e,LT);let xT=IT();kT.onFinish=e=>NT(e,xT);let ST=[];kT.setTimeout=(e,t)=>{let n=kT.now()+t,r=()=>{let e=ST.findIndex((e=>e.cancel==r));~e&&ST.splice(e,1),RT.count-=~e?1:0},o={time:n,handler:e,cancel:r};return ST.splice(AT(n),0,o),RT.count+=1,OT(),o};let AT=e=>~(~ST.findIndex((t=>t.time>e))||~ST.length);kT.cancel=e=>{MT.delete(e),wT.delete(e)},kT.sync=e=>{zT=!0,kT.batchedUpdates(e),zT=!1},kT.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,kT.onStart(n)}return r.handler=e,r.cancel=()=>{ET.delete(n),t=null},r};let CT="undefined"!=typeof window?window.requestAnimationFrame:()=>{};kT.use=e=>CT=e,kT.now="undefined"!=typeof performance?()=>performance.now():Date.now,kT.batchedUpdates=e=>e(),kT.catch=console.error,kT.frameLoop="always",kT.advance=()=>{"demand"!==kT.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):BT()};let TT=-1,zT=!1;function NT(e,t){zT?(t.delete(e),e(0)):(t.add(e),OT())}function OT(){TT<0&&(TT=0,"demand"!==kT.frameLoop&&CT(DT))}function DT(){~TT&&(CT(DT),kT.batchedUpdates(BT))}function BT(){let e=TT;TT=kT.now();let t=AT(TT);t&&(PT(ST.splice(0,t),(e=>e.handler())),RT.count-=t),ET.flush(),MT.flush(e?Math.min(64,TT-e):16.667),LT.flush(),wT.flush(),xT.flush()}function IT(){let e=new Set,t=e;return{add(n){RT.count+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(RT.count-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,RT.count-=t.size,PT(t,(t=>t(n)&&e.add(t))),RT.count+=e.size,t=e)}}}function PT(e,t){e.forEach((e=>{try{t(e)}catch(e){kT.catch(e)}}))}const RT={count:0,clear(){TT=-1,ST=[],ET=IT(),MT=IT(),LT=IT(),wT=IT(),xT=IT(),RT.count=0}};function HT(){}const WT={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function YT(e,t){if(WT.arr(e)){if(!WT.arr(t)||e.length!==t.length)return!1;for(let n=0;ne.forEach(t);function qT(e,t,n){if(WT.arr(e))for(let r=0;rWT.und(e)?[]:WT.arr(e)?e:[e];function VT(e,t){if(e.size){const n=Array.from(e);e.clear(),jT(n,t)}}const XT=(e,...t)=>VT(e,(e=>e(...t)));let UT,$T,GT=null,KT=!1,JT=HT;var ZT=Object.freeze({__proto__:null,get createStringInterpolator(){return UT},get to(){return $T},get colors(){return GT},get skipAnimation(){return KT},get willAdvance(){return JT},assign:e=>{e.to&&($T=e.to),e.now&&(kT.now=e.now),void 0!==e.colors&&(GT=e.colors),null!=e.skipAnimation&&(KT=e.skipAnimation),e.createStringInterpolator&&(UT=e.createStringInterpolator),e.requestAnimationFrame&&kT.use(e.requestAnimationFrame),e.batchedUpdates&&(kT.batchedUpdates=e.batchedUpdates),e.willAdvance&&(JT=e.willAdvance),e.frameLoop&&(kT.frameLoop=e.frameLoop)}});const QT=new Set;let ez=[],tz=[],nz=0;const rz={get idle(){return!QT.size&&!ez.length},start(e){nz>e.priority?(QT.add(e),kT.onStart(oz)):(az(e),kT(sz))},advance:sz,sort(e){if(nz)kT.onFrame((()=>rz.sort(e)));else{const t=ez.indexOf(e);~t&&(ez.splice(t,1),iz(e))}},clear(){ez=[],QT.clear()}};function oz(){QT.forEach(az),QT.clear(),kT(sz)}function az(e){ez.includes(e)||iz(e)}function iz(e){ez.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(ez,(t=>t.priority>e.priority)),0,e)}function sz(e){const t=tz;for(let n=0;n0}const lz="[-+]?\\d*\\.?\\d+",cz=lz+"%";function uz(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}const dz=new RegExp("rgb"+uz(lz,lz,lz)),pz=new RegExp("rgba"+uz(lz,lz,lz,lz)),mz=new RegExp("hsl"+uz(lz,cz,cz)),fz=new RegExp("hsla"+uz(lz,cz,cz,lz)),hz=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,gz=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,bz=/^#([0-9a-fA-F]{6})$/,vz=/^#([0-9a-fA-F]{8})$/;function yz(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function _z(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,o=2*n-r,a=yz(o,r,e+1/3),i=yz(o,r,e),s=yz(o,r,e-1/3);return Math.round(255*a)<<24|Math.round(255*i)<<16|Math.round(255*s)<<8}function Mz(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function kz(e){return(parseFloat(e)%360+360)%360/360}function wz(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function Ez(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function Lz(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=bz.exec(e))?parseInt(t[1]+"ff",16)>>>0:GT&&void 0!==GT[e]?GT[e]:(t=dz.exec(e))?(Mz(t[1])<<24|Mz(t[2])<<16|Mz(t[3])<<8|255)>>>0:(t=pz.exec(e))?(Mz(t[1])<<24|Mz(t[2])<<16|Mz(t[3])<<8|wz(t[4]))>>>0:(t=hz.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=vz.exec(e))?parseInt(t[1],16)>>>0:(t=gz.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=mz.exec(e))?(255|_z(kz(t[1]),Ez(t[2]),Ez(t[3])))>>>0:(t=fz.exec(e))?(_z(kz(t[1]),Ez(t[2]),Ez(t[3]))|wz(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const xz=(e,t,n)=>{if(WT.fun(e))return e;if(WT.arr(e))return xz({range:e,output:t,extrapolate:n});if(WT.str(e.output[0]))return UT(e);const r=e,o=r.output,a=r.range||[0,1],i=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n=e);++n);return n-1}(e,a);return function(e,t,n,r,o,a,i,s,l){let c=l?l(e):e;if(cn){if("identity"===s)return c;"clamp"===s&&(c=n)}if(r===o)return r;if(t===n)return e<=t?r:o;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=a(c),r===-1/0?c=-c:o===1/0?c+=r:c=c*(o-r)+r;return c}(e,a[t],a[t+1],o[t],o[t+1],l,i,s,r.map)}};function Sz(){return Sz=Object.assign||function(e){for(var t=1;tBoolean(e&&e[Az]),zz=e=>e&&e[Az]?e[Az]():e,Nz=e=>e[Cz]||null;function Oz(e,t){let n=e[Cz];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}class Dz{constructor(e){if(this[Az]=void 0,this[Cz]=void 0,!e&&!(e=this.get))throw Error("Unknown getter");Bz(this,e)}}const Bz=(e,t)=>Rz(e,Az,t);function Iz(e,t){if(e[Az]){let n=e[Cz];n||Rz(e,Cz,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function Pz(e,t){let n=e[Cz];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[Cz]=null,e.observerRemoved&&e.observerRemoved(r,t)}}const Rz=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),Hz=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,Wz=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Yz=new RegExp(`(${Hz.source})(%|[a-z]+)`,"i");let jz;const qz=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,Fz=(e,t,n,r,o)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${o})`,Vz=e=>{jz||(jz=GT?new RegExp(`(${Object.keys(GT).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>zz(e).replace(Wz,Lz).replace(jz,Lz))),n=t.map((e=>e.match(Hz).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),o=r.map((t=>xz(Sz({},e,{output:t}))));return e=>{var n;const r=!Yz.test(t[0])&&(null==(n=t.find((e=>Yz.test(e))))?void 0:n.replace(Hz,""));let a=0;return t[0].replace(Hz,(()=>`${o[a++](e)}${r||""}`)).replace(qz,Fz)}},Xz=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError("react-spring: once requires a function parameter");return(...e)=>{n||(t(...e),n=!0)}},Uz=Xz(console.warn);const $z=Xz(console.warn);function Gz(e){return WT.str(e)&&("#"==e[0]||/\d/.test(e)||e in(GT||{}))}const Kz=e=>(0,dt.useEffect)(e,Jz),Jz=[];function Zz(){const e=(0,dt.useState)()[1],t=(0,dt.useState)(Qz)[0];return Kz(t.unmount),()=>{t.current&&e({})}}function Qz(){const e={current:!0,unmount:()=>()=>{e.current=!1}};return e}function eN(e){const t=(0,dt.useRef)();return(0,dt.useEffect)((()=>{t.current=e})),t.current}const tN="undefined"!=typeof window&&window.document&&window.document.createElement?dt.useLayoutEffect:dt.useEffect,nN=Symbol.for("Animated:node"),rN=e=>e&&e[nN],oN=(e,t)=>{return n=e,r=nN,o=t,Object.defineProperty(n,r,{value:o,writable:!0,configurable:!0});var n,r,o},aN=e=>e&&e[nN]&&e[nN].getPayload();class iN{constructor(){this.payload=void 0,oN(this,this)}getPayload(){return this.payload||[]}}class sN extends iN{constructor(e){super(),this.done=!0,this.elapsedTime=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.v0=void 0,this.durationProgress=0,this._value=e,WT.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new sN(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return WT.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,WT.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}class lN extends sN{constructor(e){super(0),this._string=null,this._toString=void 0,this._toString=xz({output:[e,e]})}static create(e){return new lN(e)}getValue(){let e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(WT.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=xz({output:[this.getValue(),e]})),this._value=0,super.reset()}}const cN={dependencies:null};class uN extends iN{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return qT(this.source,((n,r)=>{var o;(o=n)&&o[nN]===o?t[r]=n.getValue(e):Tz(n)?t[r]=zz(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&jT(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return qT(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){cN.dependencies&&Tz(e)&&cN.dependencies.add(e);const t=aN(e);t&&jT(t,(e=>this.add(e)))}}class dN extends uN{constructor(e){super(e)}static create(e){return new dN(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(pN)),!0)}}function pN(e){return(Gz(e)?lN:sN).create(e)}function mN(e){const t=rN(e);return t?t.constructor:WT.arr(e)?dN:Gz(e)?lN:sN}function fN(){return fN=Object.assign||function(e){for(var t=1;t{const n=!WT.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,dt.forwardRef)(((r,o)=>{const a=(0,dt.useRef)(null),i=n&&(0,dt.useCallback)((e=>{a.current=function(e,t){e&&(WT.fun(e)?e(t):e.current=t);return t}(o,e)}),[o]),[s,l]=function(e,t){const n=new Set;cN.dependencies=n,e.style&&(e=fN({},e,{style:t.createAnimatedStyle(e.style)}));return e=new uN(e),cN.dependencies=null,[e,n]}(r,t),c=Zz(),u=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,s.getValue(!0)))&&c()},d=new gN(u,l),p=(0,dt.useRef)();tN((()=>{const e=p.current;p.current=d,jT(l,(e=>Iz(e,d))),e&&(jT(e.deps,(t=>Pz(t,e))),kT.cancel(e.update))})),(0,dt.useEffect)(u,[]),Kz((()=>()=>{const e=p.current;jT(e.deps,(t=>Pz(t,e)))}));const m=t.getComponentProps(s.getValue());return dt.createElement(e,fN({},m,{ref:i}))}))};class gN{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&kT.write(this.update)}}const bN=Symbol.for("AnimatedComponent"),vN=e=>WT.str(e)?e:e&&WT.str(e.displayName)?e.displayName:WT.fun(e)&&e.name||null;function yN(){return yN=Object.assign||function(e){for(var t=1;t!0===e||!!(t&&e&&(WT.fun(e)?e(t):FT(e).includes(t))),kN=(e,t)=>WT.obj(e)?t&&e[t]:e,wN=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,EN=e=>e,LN=(e,t=EN)=>{let n=xN;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const o of n){const n=t(e[o],o);WT.und(n)||(r[o]=n)}return r},xN=["config","onProps","onStart","onChange","onPause","onResume","onRest"],SN={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function AN(e){const t=function(e){const t={};let n=0;if(qT(e,((e,r)=>{SN[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return qT(e,((e,r)=>r in t||(n[r]=e))),n}return yN({},e)}function CN(e){return e=zz(e),WT.arr(e)?e.map(CN):Gz(e)?ZT.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function TN(e){for(const t in e)return!0;return!1}function zN(e){return WT.fun(e)||WT.arr(e)&&WT.obj(e[0])}function NN(e,t){var n;null==(n=e.ref)||n.delete(e),null==t||t.delete(e)}function ON(e,t){var n;t&&e.ref!==t&&(null==(n=e.ref)||n.delete(e),t.add(e),e.ref=t)}const DN=yN({},{tension:170,friction:26},{mass:1,damping:1,easing:e=>e,clamp:!1});class BN{constructor(){this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,DN)}}function IN(e,t){if(WT.und(t.decay)){const n=!WT.und(t.tension)||!WT.und(t.friction);!n&&WT.und(t.frequency)&&WT.und(t.damping)&&WT.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}const PN=[];class RN{constructor(){this.changed=!1,this.values=PN,this.toValues=null,this.fromValues=PN,this.to=void 0,this.from=void 0,this.config=new BN,this.immediate=!1}}function HN(e,{key:t,props:n,defaultProps:r,state:o,actions:a}){return new Promise(((i,s)=>{var l;let c,u,d=MN(null!=(l=n.cancel)?l:null==r?void 0:r.cancel,t);if(d)f();else{WT.und(n.pause)||(o.paused=MN(n.pause,t));let e=null==r?void 0:r.pause;!0!==e&&(e=o.paused||MN(e,t)),c=_N(n.delay||0,t),e?(o.resumeQueue.add(m),a.pause()):(a.resume(),m())}function p(){o.resumeQueue.add(m),o.timeouts.delete(u),u.cancel(),c=u.time-kT.now()}function m(){c>0?(u=kT.setTimeout(f,c),o.pauseQueue.add(p),o.timeouts.add(u)):f()}function f(){o.pauseQueue.delete(p),o.timeouts.delete(u),e<=(o.cancelId||0)&&(d=!0);try{a.start(yN({},n,{callId:e,cancel:d}),i)}catch(e){s(e)}}}))}const WN=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?qN(e.get()):t.every((e=>e.noop))?YN(e.get()):jN(e.get(),t.every((e=>e.finished))),YN=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),jN=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),qN=e=>({value:e,cancelled:!0,finished:!1});function FN(e,t,n,r){const{callId:o,parentId:a,onRest:i}=t,{asyncTo:s,promise:l}=n;return a||e!==s||t.reset?n.promise=(async()=>{n.asyncId=o,n.asyncTo=e;const c=LN(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const p=new Promise(((e,t)=>(u=e,d=t))),m=e=>{const t=o<=(n.cancelId||0)&&qN(r)||o!==n.asyncId&&jN(r,!1);if(t)throw e.result=t,d(e),e},f=(e,t)=>{const a=new XN,i=new UN;return(async()=>{if(ZT.skipAnimation)throw VN(n),i.result=jN(r,!1),d(i),i;m(a);const s=WT.obj(e)?yN({},e):yN({},t,{to:e});s.parentId=o,qT(c,((e,t)=>{WT.und(s[t])&&(s[t]=e)}));const l=await r.start(s);return m(a),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),l})()};let h;if(ZT.skipAnimation)return VN(n),jN(r,!1);try{let t;t=WT.arr(e)?(async e=>{for(const t of e)await f(t)})(e):Promise.resolve(e(f,r.stop.bind(r))),await Promise.all([t.then(u),p]),h=jN(r.get(),!0,!1)}catch(e){if(e instanceof XN)h=e.result;else{if(!(e instanceof UN))throw e;h=e.result}}finally{o==n.asyncId&&(n.asyncId=a,n.asyncTo=a?s:void 0,n.promise=a?l:void 0)}return WT.fun(i)&&kT.batchedUpdates((()=>{i(h,r,r.item)})),h})():l}function VN(e,t){VT(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}class XN extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise."),this.result=void 0}}class UN extends Error{constructor(){super("SkipAnimationSignal"),this.result=void 0}}const $N=e=>e instanceof KN;let GN=1;class KN extends Dz{constructor(...e){super(...e),this.id=GN++,this.key=void 0,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=rN(this);return e&&e.getValue()}to(...e){return ZT.to(this,e)}interpolate(...e){return Uz('react-spring: The "interpolate" function is deprecated in v9 (use "to" instead)'),ZT.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){Oz(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||rz.sort(this),Oz(this,{type:"priority",parent:this,priority:e})}}const JN=Symbol.for("SpringPhase"),ZN=e=>(1&e[JN])>0,QN=e=>(2&e[JN])>0,eO=e=>(4&e[JN])>0,tO=(e,t)=>t?e[JN]|=3:e[JN]&=-3,nO=(e,t)=>t?e[JN]|=4:e[JN]&=-5;class rO extends KN{constructor(e,t){if(super(),this.key=void 0,this.animation=new RN,this.queue=void 0,this.defaultProps={},this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!WT.und(e)||!WT.und(t)){const n=WT.obj(e)?yN({},e):yN({},t,{from:e});WT.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(QN(this)||this._state.asyncTo)||eO(this)}get goal(){return zz(this.animation.to)}get velocity(){const e=rN(this);return e instanceof sN?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return ZN(this)}get isAnimating(){return QN(this)}get isPaused(){return eO(this)}advance(e){let t=!0,n=!1;const r=this.animation;let{config:o,toValues:a}=r;const i=aN(r.to);!i&&Tz(r.to)&&(a=FT(zz(r.to))),r.values.forEach(((s,l)=>{if(s.done)return;const c=s.constructor==lN?1:i?i[l].lastPosition:a[l];let u=r.immediate,d=c;if(!u){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[l],a=null!=s.v0?s.v0:s.v0=WT.arr(o.velocity)?o.velocity[l]:o.velocity;let i;if(WT.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+a/(1-e)*(1-r),u=Math.abs(s.lastPosition-d)<.1,i=a*r}else{i=null==s.lastVelocity?a:s.lastVelocity;const t=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n))),r=o.restVelocity||t/10,l=o.clamp?0:o.bounce,p=!WT.und(l),m=n==c?s.v0>0:nr,f||(u=Math.abs(c-d)<=t,!u));++e){p&&(h=d==c||d>c==m,h&&(i=-i*l,d=c));i+=(1e-6*-o.tension*(d-c)+.001*-o.friction*i)/o.mass*g,d+=i*g}}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(c-n),i=(d-s.lastPosition)/e,u=1==r}s.lastVelocity=i,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}i&&!i[l].done&&(u=!1),u?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)}));const s=rN(this),l=s.getValue();if(t){const e=zz(r.to);l===e&&!n||o.decay?n&&o.decay&&this._onChange(l):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(l)}set(e){return kT.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(QN(this)){const{to:e,config:t}=this.animation;kT.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return WT.und(e)?(n=this.queue||[],this.queue=[]):n=[WT.obj(e)?e:yN({},t,{to:e})],Promise.all(n.map((e=>this._update(e)))).then((e=>WN(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),VN(this._state,e&&this._lastCallId),kT.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=WT.obj(n)?n[t]:n,(null==n||zN(n))&&(n=void 0),r=WT.obj(r)?r[t]:r,null==r&&(r=void 0);const o={to:n,from:r};return ZN(this)||(e.reverse&&([n,r]=[r,n]),r=zz(r),WT.und(r)?rN(this)||this._set(n):this._set(r)),o}_update(e,t){let n=yN({},e);const{key:r,defaultProps:o}=this;n.default&&Object.assign(o,LN(n,((e,t)=>/^on/.test(t)?kN(e,r):e))),uO(this,n,"onProps"),dO(this,"onProps",n,this);const a=this._prepareNode(n);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const i=this._state;return HN(++this._lastCallId,{key:r,props:n,defaultProps:o,state:i,actions:{pause:()=>{eO(this)||(nO(this,!0),XT(i.pauseQueue),dO(this,"onPause",jN(this,oO(this,this.animation.to)),this))},resume:()=>{eO(this)&&(nO(this,!1),QN(this)&&this._resume(),XT(i.resumeQueue),dO(this,"onResume",jN(this,oO(this,this.animation.to)),this))},start:this._merge.bind(this,a)}}).then((e=>{if(n.loop&&e.finished&&(!t||!e.noop)){const e=aO(n);if(e)return this._update(e,!0)}return e}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(qN(this));const r=!WT.und(e.to),o=!WT.und(e.from);if(r||o){if(!(t.callId>this._lastToId))return n(qN(this));this._lastToId=t.callId}const{key:a,defaultProps:i,animation:s}=this,{to:l,from:c}=s;let{to:u=l,from:d=c}=e;!o||r||t.default&&!WT.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const p=!YT(d,c);p&&(s.from=d),d=zz(d);const m=!YT(u,l);m&&this._focus(u);const f=zN(t.to),{config:h}=s,{decay:g,velocity:b}=h;(r||o)&&(h.velocity=0),t.config&&!f&&function(e,t,n){n&&(IN(n=yN({},n),t),t=yN({},n,t)),IN(e,t),Object.assign(e,t);for(const t in DN)null==e[t]&&(e[t]=DN[t]);let{mass:r,frequency:o,damping:a}=e;WT.und(o)||(o<.01&&(o=.01),a<0&&(a=0),e.tension=Math.pow(2*Math.PI/o,2)*r,e.friction=4*Math.PI*a*r/o)}(h,_N(t.config,a),t.config!==i.config?_N(i.config,a):void 0);let v=rN(this);if(!v||WT.und(u))return n(jN(this,!0));const y=WT.und(t.reset)?o&&!t.default:!WT.und(d)&&MN(t.reset,a),_=y?d:this.get(),M=CN(u),k=WT.num(M)||WT.arr(M)||Gz(M),w=!f&&(!k||MN(i.immediate||t.immediate,a));if(m){const e=mN(u);if(e!==v.constructor){if(!w)throw Error(`Cannot animate between ${v.constructor.name} and ${e.name}, as the "to" prop suggests`);v=this._set(M)}}const E=v.constructor;let L=Tz(u),x=!1;if(!L){const e=y||!ZN(this)&&p;(m||e)&&(x=YT(CN(_),M),L=!x),(YT(s.immediate,w)||w)&&YT(h.decay,g)&&YT(h.velocity,b)||(L=!0)}if(x&&QN(this)&&(s.changed&&!y?L=!0:L||this._stop(l)),!f&&((L||Tz(l))&&(s.values=v.getPayload(),s.toValues=Tz(u)?null:E==lN?[1]:FT(M)),s.immediate!=w&&(s.immediate=w,w||y||this._set(l)),L)){const{onRest:e}=s;jT(cO,(e=>uO(this,t,e)));const r=jN(this,oO(this,l));XT(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&&kT.batchedUpdates((()=>{s.changed=!y,null==e||e(r,this),y?_N(i.onRest,r):null==s.onStart||s.onStart(r,this)}))}y&&this._set(_),f?n(FN(t.to,t,this._state,this)):L?this._start():QN(this)&&!m?this._pendingCalls.add(n):n(YN(_))}_focus(e){const t=this.animation;e!==t.to&&(Nz(this)&&this._detach(),t.to=e,Nz(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;Tz(t)&&(Iz(t,this),$N(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;Tz(e)&&Pz(e,this)}_set(e,t=!0){const n=zz(e);if(!WT.und(n)){const e=rN(this);if(!e||!YT(n,e.getValue())){const r=mN(n);e&&e.constructor==r?e.setValue(n):oN(this,r.create(n)),e&&kT.batchedUpdates((()=>{this._onChange(n,t)}))}}return rN(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,dO(this,"onStart",jN(this,oO(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),_N(this.animation.onChange,e,this)),_N(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;rN(this).reset(zz(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),QN(this)||(tO(this,!0),eO(this)||this._resume())}_resume(){ZT.skipAnimation?this.finish():rz.start(this)}_stop(e,t){if(QN(this)){tO(this,!1);const n=this.animation;jT(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),Oz(this,{type:"idle",parent:this});const r=t?qN(this.get()):jN(this.get(),oO(this,null!=e?e:n.to));XT(this._pendingCalls,r),n.changed&&(n.changed=!1,dO(this,"onRest",r,this))}}}function oO(e,t){const n=CN(t);return YT(CN(e.get()),n)}function aO(e,t=e.loop,n=e.to){let r=_N(t);if(r){const o=!0!==r&&AN(r),a=(o||e).reverse,i=!o||o.reset;return iO(yN({},e,{loop:t,default:!1,pause:void 0,to:!a||zN(n)?n:void 0,from:i?e.from:void 0,reset:i},o))}}function iO(e){const{to:t,from:n}=e=AN(e),r=new Set;return WT.obj(t)&&lO(t,r),WT.obj(n)&&lO(n,r),e.keys=r.size?Array.from(r):null,e}function sO(e){const t=iO(e);return WT.und(t.default)&&(t.default=LN(t)),t}function lO(e,t){qT(e,((e,n)=>null!=e&&t.add(n)))}const cO=["onStart","onRest","onChange","onPause","onResume"];function uO(e,t,n){e.animation[n]=t[n]!==wN(t,n)?kN(t[n],e.key):void 0}function dO(e,t,...n){var r,o,a,i;null==(r=(o=e.animation)[t])||r.call(o,...n),null==(a=(i=e.defaultProps)[t])||a.call(i,...n)}const pO=["onStart","onChange","onRest"];let mO=1;class fO{constructor(e,t){this.id=mO++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(yN({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];WT.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(iO(e)),this}start(e){let{queue:t}=this;return e?t=FT(e).map(iO):this.queue=[],this._flush?this._flush(this,t):(MO(this,t),hO(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;jT(FT(t),(t=>n[t].stop(!!e)))}else VN(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(WT.und(e))this.start({pause:!0});else{const t=this.springs;jT(FT(e),(e=>t[e].pause()))}return this}resume(e){if(WT.und(e))this.start({pause:!1});else{const t=this.springs;jT(FT(e),(e=>t[e].resume()))}return this}each(e){qT(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,o=this._changed.size>0;(r&&!this._started||o&&!this._started)&&(this._started=!0,VT(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const a=!r&&this._started,i=o||a&&n.size?this.get():null;o&&t.size&&VT(t,(([e,t])=>{t.value=i,e(t,this,this._item)})),a&&(this._started=!1,VT(n,(([e,t])=>{t.value=i,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}kT.onFrame(this._onFrame)}}function hO(e,t){return Promise.all(t.map((t=>gO(e,t)))).then((t=>WN(e,t)))}async function gO(e,t,n){const{keys:r,to:o,from:a,loop:i,onRest:s,onResolve:l}=t,c=WT.obj(t.default)&&t.default;i&&(t.loop=!1),!1===o&&(t.to=null),!1===a&&(t.from=null);const u=WT.arr(o)||WT.fun(o)?o:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):jT(pO,(n=>{const r=t[n];if(WT.fun(r)){const o=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=o.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):o.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,XT(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const p=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),m=!0===t.cancel||!0===wN(t,"cancel");(u||m&&d.asyncId)&&p.push(HN(++e._lastAsyncId,{props:t,state:d,actions:{pause:HT,resume:HT,start(t,n){m?(VN(d,e._lastAsyncId),n(qN(e))):(t.onRest=s,n(FN(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const f=WN(e,await Promise.all(p));if(i&&f.finished&&(!n||!f.noop)){const n=aO(t,i,o);if(n)return MO(e,[n]),gO(e,n,!0)}return l&&kT.batchedUpdates((()=>l(f,e,e.item))),f}function bO(e,t){const n=yN({},e.springs);return t&&jT(FT(t),(e=>{WT.und(e.keys)&&(e=iO(e)),WT.obj(e.to)||(e=yN({},e,{to:void 0})),_O(n,e,(e=>yO(e)))})),vO(e,n),n}function vO(e,t){qT(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,Iz(t,e))}))}function yO(e,t){const n=new rO;return n.key=e,t&&Iz(n,t),n}function _O(e,t,n){t.keys&&jT(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function MO(e,t){jT(t,(t=>{_O(e.springs,t,(t=>yO(t,e)))}))}function kO(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const wO=["children"],EO=e=>{let{children:t}=e,n=kO(e,wO);const r=(0,dt.useContext)(LO),o=n.pause||!!r.pause,a=n.immediate||!!r.immediate;n=function(e,t){const[n]=(0,dt.useState)((()=>({inputs:t,result:e()}))),r=(0,dt.useRef)(),o=r.current;let a=o;if(a){const n=Boolean(t&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n{r.current=a,o==n&&(n.inputs=n.result=void 0)}),[a]),a.result}((()=>({pause:o,immediate:a})),[o,a]);const{Provider:i}=LO;return dt.createElement(i,{value:n},t)},LO=(xO=EO,SO={},Object.assign(xO,dt.createContext(SO)),xO.Provider._context=xO,xO.Consumer._context=xO,xO);var xO,SO;EO.Provider=LO.Provider,EO.Consumer=LO.Consumer;const AO=()=>{const e=[],t=function(t){$z('react-spring: Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions');const r=[];return jT(e,((e,o)=>{if(WT.und(t))r.push(e.start());else{const a=n(t,e,o);a&&r.push(e.start(a))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return jT(e,(e=>e.pause(...arguments))),this},t.resume=function(){return jT(e,(e=>e.resume(...arguments))),this},t.set=function(t){jT(e,(e=>e.set(t)))},t.start=function(t){const n=[];return jT(e,((e,r)=>{if(WT.und(t))n.push(e.start());else{const o=this._getProps(t,e,r);o&&n.push(e.start(o))}})),n},t.stop=function(){return jT(e,(e=>e.stop(...arguments))),this},t.update=function(t){return jT(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return WT.fun(e)?e(n,t):e};return t._getProps=n,t};function CO(e,t,n){const r=WT.fun(t)&&t;r&&!n&&(n=[]);const o=(0,dt.useMemo)((()=>r||3==arguments.length?AO():void 0),[]),a=(0,dt.useRef)(0),i=Zz(),s=(0,dt.useMemo)((()=>({ctrls:[],queue:[],flush(e,t){const n=bO(e,t);return a.current>0&&!s.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?hO(e,t):new Promise((r=>{vO(e,n),s.queue.push((()=>{r(hO(e,t))})),i()}))}})),[]),l=(0,dt.useRef)([...s.ctrls]),c=[],u=eN(e)||0;function d(e,n){for(let o=e;o{jT(l.current.slice(e,u),(e=>{NN(e,o),e.stop(!0)})),l.current.length=e,d(u,e)}),[e]),(0,dt.useMemo)((()=>{d(0,Math.min(u,e))}),n);const p=l.current.map(((e,t)=>bO(e,c[t]))),m=(0,dt.useContext)(EO),f=eN(m),h=m!==f&&TN(m);tN((()=>{a.current++,s.ctrls=l.current;const{queue:e}=s;e.length&&(s.queue=[],jT(e,(e=>e()))),jT(l.current,((e,t)=>{null==o||o.add(e),h&&e.start({default:m});const n=c[t];n&&(ON(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),Kz((()=>()=>{jT(s.ctrls,(e=>e.stop(!0)))}));const g=p.map((e=>yN({},e)));return o?[g,o]:g}function TO(e,t){const n=WT.fun(e),[[r],o]=CO(1,n?e:[e],n?t||[]:t);return n||2==arguments.length?[r,o]:r}let zO;!function(e){e.MOUNT="mount",e.ENTER="enter",e.UPDATE="update",e.LEAVE="leave"}(zO||(zO={}));class NO extends KN{constructor(e,t){super(),this.key=void 0,this.idle=!0,this.calc=void 0,this._active=new Set,this.source=e,this.calc=xz(...t);const n=this._get(),r=mN(n);oN(this,r.create(n))}advance(e){const t=this._get();YT(t,this.get())||(rN(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&DO(this._active)&&BO(this)}_get(){const e=WT.arr(this.source)?this.source.map(zz):FT(zz(this.source));return this.calc(...e)}_start(){this.idle&&!DO(this._active)&&(this.idle=!1,jT(aN(this),(e=>{e.done=!1})),ZT.skipAnimation?(kT.batchedUpdates((()=>this.advance())),BO(this)):rz.start(this))}_attach(){let e=1;jT(FT(this.source),(t=>{Tz(t)&&Iz(t,this),$N(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){jT(FT(this.source),(e=>{Tz(e)&&Pz(e,this)})),this._active.clear(),BO(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=FT(this.source).reduce(((e,t)=>Math.max(e,($N(t)?t.priority:0)+1)),0))}}function OO(e){return!1!==e.idle}function DO(e){return!e.size||Array.from(e).every(OO)}function BO(e){e.idle||(e.idle=!0,jT(aN(e),(e=>{e.done=!0})),Oz(e,{type:"idle",parent:e}))}ZT.assign({createStringInterpolator:Vz,to:(e,t)=>new NO(e,t)});rz.advance;function IO(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const PO=["style","children","scrollTop","scrollLeft"],RO=/^--/;function HO(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||RO.test(e)||YO.hasOwnProperty(e)&&YO[e]?(""+t).trim():t+"px"}const WO={};let YO={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const jO=["Webkit","Ms","Moz","O"];YO=Object.keys(YO).reduce(((e,t)=>(jO.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),YO);const qO=["x","y","z"],FO=/^(matrix|translate|scale|rotate|skew)/,VO=/^(translate)/,XO=/^(rotate|skew)/,UO=(e,t)=>WT.num(e)&&0!==e?e+t:e,$O=(e,t)=>WT.arr(e)?e.every((e=>$O(e,t))):WT.num(e)?e===t:parseFloat(e)===t;class GO extends uN{constructor(e){let{x:t,y:n,z:r}=e,o=IO(e,qO);const a=[],i=[];(t||n||r)&&(a.push([t||0,n||0,r||0]),i.push((e=>[`translate3d(${e.map((e=>UO(e,"px"))).join(",")})`,$O(e,0)]))),qT(o,((e,t)=>{if("transform"===t)a.push([e||""]),i.push((e=>[e,""===e]));else if(FO.test(t)){if(delete o[t],WT.und(e))return;const n=VO.test(t)?"px":XO.test(t)?"deg":"";a.push(FT(e)),i.push("rotate3d"===t?([e,t,r,o])=>[`rotate3d(${e},${t},${r},${UO(o,n)})`,$O(o,0)]:e=>[`${t}(${e.map((e=>UO(e,n))).join(",")})`,$O(e,t.startsWith("scale")?1:0)])}})),a.length&&(o.transform=new KO(a,i)),super(o)}}class KO extends Dz{constructor(e,t){super(),this._value=null,this.inputs=e,this.transforms=t}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return jT(this.inputs,((n,r)=>{const o=zz(n[0]),[a,i]=this.transforms[r](WT.arr(o)?o:n.map(zz));e+=" "+a,t=t&&i})),t?"none":e}observerAdded(e){1==e&&jT(this.inputs,(e=>jT(e,(e=>Tz(e)&&Iz(e,this)))))}observerRemoved(e){0==e&&jT(this.inputs,(e=>jT(e,(e=>Tz(e)&&Pz(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),Oz(this,e)}}const JO=["scrollTop","scrollLeft"];ZT.assign({batchedUpdates:mt.unstable_batchedUpdates,createStringInterpolator:Vz,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});const ZO=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:n=(e=>new uN(e)),getComponentProps:r=(e=>e)}={})=>{const o={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},a=e=>{const t=vN(e)||"Anonymous";return(e=WT.str(e)?a[e]||(a[e]=hN(e,o)):e[bN]||(e[bN]=hN(e,o))).displayName=`Animated(${t})`,e};return qT(e,((t,n)=>{WT.arr(e)&&(n=vN(t)),a[n]=a(t)})),{animated:a}})(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,r=t,{style:o,children:a,scrollTop:i,scrollLeft:s}=r,l=IO(r,PO),c=Object.values(l),u=Object.keys(l).map((t=>n||e.hasAttribute(t)?t:WO[t]||(WO[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==a&&(e.textContent=a);for(let t in o)if(o.hasOwnProperty(t)){const n=HO(t,o[t]);RO.test(t)?e.style.setProperty(t,n):e.style[t]=n}u.forEach(((t,n)=>{e.setAttribute(t,c[n])})),void 0!==i&&(e.scrollTop=i),void 0!==s&&(e.scrollLeft=s)},createAnimatedStyle:e=>new GO(e),getComponentProps:e=>IO(e,JO)}),QO=ZO.animated;function eD(e){return Oo(e.ownerDocument.defaultView),e.ownerDocument.defaultView.getComputedStyle(e)}function tD(e){if(e){if(e.scrollHeight>e.clientHeight){const{overflowY:t}=eD(e);if(/(auto|scroll)/.test(t))return e}return tD(e.parentNode)}}const nD=e=>e+1,rD=e=>({top:e.offsetTop,left:e.offsetLeft});const oD=function(e){let{isSelected:t,adjustScrolling:n,enableAnimation:r,triggerAnimationOnChange:o}=e;const a=(0,dt.useRef)(),i=UA()||!r,[s,l]=(0,dt.useReducer)(nD,0),[c,u]=(0,dt.useReducer)(nD,0),[d,p]=(0,dt.useState)({x:0,y:0}),m=(0,dt.useMemo)((()=>a.current?rD(a.current):null),[o]),f=(0,dt.useMemo)((()=>{if(!n||!a.current)return()=>{};const e=tD(a.current);if(!e)return()=>{};const t=a.current.getBoundingClientRect();return()=>{const n=a.current.getBoundingClientRect().top-t.top;n&&(e.scrollTop+=n)}}),[o,n]);function h(e){let{value:n}=e,{x:r,y:o}=n;r=Math.round(r),o=Math.round(o),r===h.x&&o===h.y||(!function(e){let{x:n,y:r}=e;if(!a.current)return;const o=0===n&&0===r;a.current.style.transformOrigin=o?"":"center",a.current.style.transform=o?"":`translate3d(${n}px,${r}px,0)`,a.current.style.zIndex=!t||o?"":"1",f()}({x:r,y:o}),h.x=r,h.y=o)}return(0,dt.useLayoutEffect)((()=>{s&&u()}),[s]),(0,dt.useLayoutEffect)((()=>{if(!m)return;if(i)return void f();a.current.style.transform="";const e=rD(a.current);l(),p({x:Math.round(m.left-e.left),y:Math.round(m.top-e.top)})}),[o]),h.x=0,h.y=0,TO({from:{x:d.x,y:d.y},to:{x:0,y:0},reset:s!==c,config:{mass:5,tension:2e3,friction:200},immediate:i,onChange:h}),a};function aD(e){return!!e&&"INPUT"===e.nodeName}function iD(e){return aD(e)&&e.type&&!["button","checkbox","hidden","file","radio","image","range","reset","submit","number"].includes(e.type)||"TEXTAREA"===e.nodeName||"true"===e.contentEditable}function sD(e,t,n,r){const o=r.style.zIndex,a=r.style.position,{position:i="static"}=eD(r);"static"===i&&(r.style.position="relative"),r.style.zIndex="10000";const s=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;const r=e.caretPositionFromPoint(t,n);if(!r)return null;const o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=o,r.style.position=a,s}function lD(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName}function cD(e){return"rtl"===eD(e).direction}function uD(e,t,n){const{ownerDocument:r}=e,o=cD(e)?!t:t,a=e.getBoundingClientRect();void 0===n&&(n=t?a.right-1:a.left+1);return sD(r,n,o?a.bottom-1:a.top+1,e)}function dD(e,t,n){if(!e)return;if(e.focus(),lD(e)){if("number"!=typeof e.selectionStart)return;return void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0))}if(!e.isContentEditable)return;let r=uD(e,t,n);if(!(r&&r.startContainer&&e.contains(r.startContainer)||(e.scrollIntoView(t),r=r=uD(e,t,n),r&&r.startContainer&&e.contains(r.startContainer))))return;const{ownerDocument:o}=e,{defaultView:a}=o;Oo();const i=a.getSelection();Oo(),i.removeAllRanges(),i.addRange(r)}function pD(e,t){return dD(e,t,void 0)}const mD=".block-editor-block-list__block",fD=".block-list-appender";function hD(e,t){return t.closest([mD,fD].join(","))===e}function gD(e){const t=(0,dt.useRef)(),n=function(e){return Cc((t=>{const{getSelectedBlocksInitialCaretPosition:n,isMultiSelecting:r,isNavigationMode:o,isBlockSelected:a}=t(Iw);if(a(e)&&!r()&&!o())return n()}),[e])}(e);return(0,dt.useEffect)((()=>{if(null==n)return;if(!t.current)return;const{ownerDocument:e}=t.current;if(t.current.contains(e.activeElement))return;const r=rh.tabbable.find(t.current).filter((e=>iD(e))),o=-1===n,a=(o?ht.last:ht.first)(r)||t.current;hD(t.current,a)?pD(a,o):t.current.focus()}),[n]),t}function bD(e){if(e.defaultPrevented)return;const t="mouseover"===e.type?"add":"remove";e.preventDefault(),e.currentTarget.classList[t]("is-hovered")}function vD(){const e=Cc((e=>{const{isNavigationMode:t,getSettings:n}=e(Iw);return t()||n().outlineMode}),[]);return oh((t=>{if(e)return t.addEventListener("mouseout",bD),t.addEventListener("mouseover",bD),()=>{t.removeEventListener("mouseout",bD),t.removeEventListener("mouseover",bD),t.classList.remove("is-hovered")}}),[e])}function yD(e){return Cc((t=>{const{isBlockBeingDragged:n,isBlockHighlighted:r,isBlockSelected:o,isBlockMultiSelected:a,getBlockName:i,getSettings:s,hasSelectedInnerBlock:l,isTyping:c,__experimentalGetActiveBlockIdByBlockNames:u}=t(Iw),{__experimentalSpotlightEntityBlocks:d,outlineMode:p}=s(),m=n(e),f=o(e),h=i(e),g=l(e,!0),b=u(d);return Hp()({"is-selected":f,"is-highlighted":r(e),"is-multi-selected":a(e),"is-reusable":oa(ea(h)),"is-dragging":m,"has-child-selected":g,"has-active-entity":b,"is-active-entity":b===e,"remove-outline":f&&p&&c()})}),[e])}function _D(e){return Cc((t=>{const n=t(Iw).getBlockName(e),r=ea(n);if((null==r?void 0:r.apiVersion)>1)return Fi(n)}),[e])}function MD(e){return Cc((t=>{const{getBlockName:n,getBlockAttributes:r}=t(Iw),o=r(e);if(null==o||!o.className)return;const a=ea(n(e));return(null==a?void 0:a.apiVersion)>1?o.className:void 0}),[e])}function kD(e){return Cc((t=>{const{hasBlockMovingClientId:n,canInsertBlockType:r,getBlockName:o,getBlockRootClientId:a,isBlockSelected:i}=t(Iw);if(!i(e))return;const s=n();return s?Hp()("is-block-moving-mode",{"can-insert-moving-block":r(o(s),a(e))}):void 0}),[e])}function wD(e){const{isBlockSelected:t}=Cc(Iw),{selectBlock:n,selectionChange:r}=kp(Iw);return oh((o=>{function a(a){t(e)?a.target.isContentEditable||r(e):hD(o,a.target)&&n(e)}return o.addEventListener("focusin",a),()=>{o.removeEventListener("focusin",a)}}),[t,n])}function ED(e){const t=Cc((t=>t(Iw).isBlockSelected(e)),[e]),{getBlockRootClientId:n,getBlockIndex:r}=Cc(Iw),{insertDefaultBlock:o,removeBlock:a}=kp(Iw);return oh((i=>{if(t)return i.addEventListener("keydown",s),i.addEventListener("dragstart",l),()=>{i.removeEventListener("keydown",s),i.removeEventListener("dragstart",l)};function s(t){const{keyCode:s,target:l}=t;s!==Lf&&s!==Ef&&s!==Nf||l!==i||iD(l)||(t.preventDefault(),s===Lf?o({},n(e),r(e)+1):a(e))}function l(e){e.preventDefault()}}),[e,t,n,r,o,a])}function LD(e){const{isNavigationMode:t,isBlockSelected:n}=Cc(Iw),{setNavigationMode:r,selectBlock:o}=kp(Iw);return oh((a=>{function i(a){t()&&!a.defaultPrevented&&(a.preventDefault(),n(e)?r(!1):o(e))}return a.addEventListener("mousedown",i),()=>{a.addEventListener("mousedown",i)}}),[e,t,n,r])}var xD=n(4979),SD=n.n(xD);function AD(e){const t=(0,dt.useRef)(),n=Cc((t=>{const{isBlockSelected:n,getBlockSelectionEnd:r}=t(Iw);return n(e)||r()===e}),[e]);return(0,dt.useEffect)((()=>{if(!n)return;const e=t.current;if(!e)return;if(e.contains(e.ownerDocument.activeElement))return;const r=tD(e)||e.ownerDocument.defaultView;r&&SD()(e,r,{onlyScrollIfNeeded:!0})}),[n]),t}const CD=(0,dt.createContext)();function TD(e){let{children:t}=e;const n=(0,dt.useMemo)((()=>({refs:new Map,callbacks:new Map})),[]);return(0,dt.createElement)(CD.Provider,{value:n},t)}function zD(e){const{refs:t,callbacks:n}=(0,dt.useContext)(CD),r=(0,dt.useRef)();return(0,dt.useLayoutEffect)((()=>(t.set(r,e),()=>{t.delete(r)})),[e]),oh((t=>{r.current=t,n.forEach(((n,r)=>{e===n&&r(t)}))}),[e])}function ND(e){const{refs:t}=(0,dt.useContext)(CD),n=(0,dt.useRef)();return n.current=e,(0,dt.useMemo)((()=>({get current(){let e=null;for(const[r,o]of t.entries())o===n.current&&r.current&&(e=r.current);return e}})),[])}function OD(e){const{callbacks:t}=(0,dt.useContext)(CD),n=ND(e),[r,o]=(0,dt.useState)(null);return(0,dt.useLayoutEffect)((()=>{if(e)return t.set(o,e),()=>{t.delete(o)}}),[e]),n.current||r}function DD(e,t){Array.from(e.closest(".is-root-container").querySelectorAll(".rich-text")).forEach((e=>{t?e.setAttribute("contenteditable",!0):e.removeAttribute("contenteditable")}))}function BD(e){const{startMultiSelect:t,stopMultiSelect:n,multiSelect:r,selectBlock:o}=kp(Iw),{isSelectionEnabled:a,isBlockSelected:i,getBlockParents:s,getBlockSelectionStart:l,hasMultiSelection:c}=Cc(Iw);return oh((u=>{const{ownerDocument:d}=u,{defaultView:p}=d;let m,f;function h(t){let{isSelectionEnd:n}=t;const a=p.getSelection();if(!a.rangeCount||a.isCollapsed)return void DD(u,!0);const i=function(e){for(;e&&e.nodeType!==e.ELEMENT_NODE;)e=e.parentNode;if(!e)return;const t=e.closest(mD);return t?t.id.slice("block-".length):void 0}(a.focusNode);if(e===i){if(o(e),n&&(DD(u,!0),a.rangeCount)){const{commonAncestorContainer:e}=a.getRangeAt(0);m.contains(e)&&m.focus()}}else{const t=[...s(e),e],n=[...s(i),i],o=Math.min(t.length,n.length)-1;r(t[o],n[o])}}function g(){d.removeEventListener("selectionchange",h),p.removeEventListener("mouseup",g),f=p.requestAnimationFrame((()=>{h({isSelectionEnd:!0}),n()}))}function b(n){let{buttons:r}=n;1===r&&a()&&i(e)&&(m=d.activeElement,t(),d.addEventListener("selectionchange",h),p.addEventListener("mouseup",g),DD(u,!1))}function v(t){if(a()&&0===t.button)if(t.shiftKey){const n=l(),o=s(n);if(n&&n!==e&&(null==o||!o.includes(e))){const a=[...o,n],i=[...s(e),e],l=Math.min(a.length,i.length)-1,c=a[l],d=i[l];c!==d&&(DD(u,!1),r(c,d),t.preventDefault())}}else c()&&o(e)}return u.addEventListener("mousedown",v),u.addEventListener("mouseleave",b),()=>{u.removeEventListener("mousedown",v),u.removeEventListener("mouseleave",b),d.removeEventListener("selectionchange",h),p.removeEventListener("mouseup",g),p.cancelAnimationFrame(f)}}),[e,t,n,r,o,a,i,s])}function ID(){const e=(0,dt.useContext)(jU);return oh((t=>{if(e)return e.observe(t),()=>{e.unobserve(t)}}),[e])}function PD(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{__unstableIsHtml:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n,className:r,wrapperProps:o={},isAligned:a}=(0,dt.useContext)(RD),{index:i,mode:s,name:l,blockApiVersion:c,blockTitle:u,isPartOfSelection:d,adjustScrolling:p,enableAnimation:m}=Cc((e=>{const{getBlockRootClientId:t,getBlockIndex:r,getBlockMode:o,getBlockName:a,isTyping:i,getGlobalBlockCount:s,isBlockSelected:l,isBlockMultiSelected:c,isAncestorMultiSelected:u,isFirstMultiSelectedBlock:d}=e(Iw),p=l(n),m=c(n)||u(n),f=a(n),h=t(n),g=ea(f);return{index:r(n,h),mode:o(n),name:f,blockApiVersion:(null==g?void 0:g.apiVersion)||1,blockTitle:null==g?void 0:g.title,isPartOfSelection:p||m,adjustScrolling:p||d(n),enableAnimation:!i()&&s()<=200}}),[n]),f=Sn(hr("Block: %s"),u),h="html"!==s||t?"":"-visual",g=dh([e.ref,gD(n),AD(n),zD(n),wD(n),BD(n),ED(n),LD(n),vD(),ID(),oD({isSelected:d,adjustScrolling:p,enableAnimation:m,triggerAnimationOnChange:i})]),b=Ww();return c<2&&b.clientId,{...o,...e,ref:g,id:`block-${n}${h}`,tabIndex:0,role:"document","aria-label":f,"data-block":n,"data-type":l,"data-title":u,className:Hp()(Hp()("block-editor-block-list__block",{"wp-block":!a}),r,e.className,o.className,yD(n),_D(n),MD(n),kD(n)),style:{...o.style,...e.style}}}PD.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{blockType:t,attributes:n}=Xi;return ar("blocks.getSaveContent.extraProps",{...e},t,n)};const RD=(0,dt.createContext)();function HD(e){let{children:t,isHtml:n,...r}=e;return(0,dt.createElement)("div",PD(r,{__unstableIsHtml:n}),t)}const WD=FC(((e,t)=>{let{clientId:n,rootClientId:r}=t;const{isBlockSelected:o,getBlockMode:a,isSelectionEnabled:i,getTemplateLock:s,__unstableGetBlockWithoutInnerBlocks:l,canRemoveBlock:c,canMoveBlock:u}=e(Iw),d=l(n),p=o(n),m=s(r),f=c(n,r),h=u(n,r),{name:g,attributes:b,isValid:v}=d||{};return{mode:a(n),isSelectionEnabled:i(),isLocked:!!m,canRemove:f,canMove:h,block:d,name:g,attributes:b,isValid:v,isSelected:p}})),YD=XC(((e,t,n)=>{let{select:r}=n;const{updateBlockAttributes:o,insertBlocks:a,mergeBlocks:i,replaceBlocks:s,toggleSelection:l,__unstableMarkLastChangeAsPersistent:c}=e(Iw);return{setAttributes(e){const{getMultiSelectedBlockClientIds:n}=r(Iw),a=n(),{clientId:i}=t,s=a.length?a:[i];o(s,e)},onInsertBlocks(e,n){const{rootClientId:r}=t;a(e,n,r)},onInsertBlocksAfter(e){const{clientId:n,rootClientId:o}=t,{getBlockIndex:i}=r(Iw),s=i(n,o);a(e,s+1,o)},onMerge(e){const{clientId:n}=t,{getPreviousBlockClientId:o,getNextBlockClientId:a}=r(Iw);if(e){const e=a(n);e&&i(n,e)}else{const e=o(n);e&&i(e,n)}},onReplace(e,n,r){e.length&&!Aa(e[e.length-1])&&c(),s([t.clientId],e,n,r)},toggleSelection(e){l(e)}}})),jD=UC(qC,WD,YD,$C((e=>{let{block:t}=e;return!!t})),jC("editor.BlockListBlock"))((function(e){let{mode:t,isLocked:n,canRemove:r,clientId:o,isSelected:a,isSelectionEnabled:i,className:s,name:l,isValid:c,attributes:u,wrapperProps:d,setAttributes:p,onReplace:m,onInsertBlocksAfter:f,onMerge:h,toggleSelection:g}=e;const{removeBlock:b}=kp(Iw),v=(0,dt.useCallback)((()=>b(o)),[o]);let y=(0,dt.createElement)(eT,{name:l,isSelected:a,attributes:u,setAttributes:p,insertBlocksAfter:n?void 0:f,onReplace:r?m:void 0,onRemove:r?v:void 0,mergeBlocks:r?h:void 0,clientId:o,isSelectionEnabled:i,toggleSelection:g});const _=ea(l);null!=_&&_.getEditWrapperProps&&(d=function(e,t){const n={...e,...t};return e&&t&&e.className&&t.className&&(n.className=Hp()(e.className,t.className)),e&&t&&e.style&&t.style&&(n.style={...e.style,...t.style}),n}(d,_.getEditWrapperProps(u)));const M=d&&!!d["data-align"];let k;if(M&&(y=(0,dt.createElement)("div",{className:"wp-block","data-align":d["data-align"]},y)),c)k="html"===t?(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{style:{display:"none"}},y),(0,dt.createElement)(HD,{isHtml:!0},(0,dt.createElement)(_T,{clientId:o}))):(null==_?void 0:_.apiVersion)>1?y:(0,dt.createElement)(HD,d,y);else{const e=$i(_,u);k=(0,dt.createElement)(HD,{className:"has-warning"},(0,dt.createElement)(fT,{clientId:o}),(0,dt.createElement)(hi,null,Bo(e)))}const w={clientId:o,className:s,wrapperProps:(0,ht.omit)(d,["data-align"]),isAligned:M},E=(0,dt.useMemo)((()=>w),Object.values(w));return(0,dt.createElement)(RD.Provider,{value:E},(0,dt.createElement)(vT,{fallback:(0,dt.createElement)(HD,{className:"has-warning"},(0,dt.createElement)(gT,null))},k))})),qD=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"}));const FD=(0,dt.forwardRef)((function e(t,n){let{className:r,onChange:o,onKeyDown:a,value:i,label:s,placeholder:l=hr("Search"),hideLabelFromVision:c=!0,help:u,onClose:d}=t;const p=uf(e),m=function(){for(var e=arguments.length,t=new Array(e),n=0;n{t.forEach((e=>{e&&("function"==typeof e?e(r.current):e.current=r.current)}))}),[t]),r}(n),f=`components-search-control-${p}`;return(0,dt.createElement)(GE,{label:s,id:f,hideLabelFromVision:c,help:u,className:Hp()(r,"components-search-control")},(0,dt.createElement)("div",{className:"components-search-control__input-wrapper"},(0,dt.createElement)("input",{ref:m,className:"components-search-control__input",id:f,type:"search",placeholder:l,onChange:e=>o(e.target.value),onKeyDown:a,autoComplete:"off",value:i||""}),(0,dt.createElement)("div",{className:"components-search-control__icon"},d?(0,dt.createElement)(lb,{icon:tT,label:hr("Close search"),onClick:d}):i?(0,dt.createElement)(lb,{icon:tT,label:hr("Reset search"),onClick:()=>{o(""),m.current.focus()}}):(0,dt.createElement)(MA,{icon:qD}))))}));let VD,XD,UD,$D;const GD=/<(\/)?(\w+)\s*(\/)?>/g;function KD(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}const JD=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,dt.isValidElement)(e)))};function ZD(e){const t=function(){const e=GD.exec(VD);if(null===e)return["no-more-tokens"];const t=e.index,[n,r,o,a]=e,i=n.length;if(a)return["self-closed",o,t,i];if(r)return["closer",o,t,i];return["opener",o,t,i]}(),[n,r,o,a]=t,i=$D.length,s=o>XD?XD:null;if(!e[r])return QD(),!1;switch(n){case"no-more-tokens":if(0!==i){const{leadingTextStart:e,tokenStart:t}=$D.pop();UD.push(VD.substr(e,t))}return QD(),!1;case"self-closed":return 0===i?(null!==s&&UD.push(VD.substr(s,o-s)),UD.push(e[r]),XD=o+a,!0):(eB(KD(e[r],o,a)),XD=o+a,!0);case"opener":return $D.push(KD(e[r],o,a,o+a,s)),XD=o+a,!0;case"closer":if(1===i)return function(e){const{element:t,leadingTextStart:n,prevOffset:r,tokenStart:o,children:a}=$D.pop(),i=e?VD.substr(r,e-r):VD.substr(r);i&&a.push(i);null!==n&&UD.push(VD.substr(n,o-n));UD.push((0,dt.cloneElement)(t,null,...a))}(o),XD=o+a,!0;const t=$D.pop(),n=VD.substr(t.prevOffset,o-t.prevOffset);t.children.push(n),t.prevOffset=o+a;const l=KD(t.element,t.tokenStart,t.tokenLength,o+a);return l.children=t.children,eB(l),XD=o+a,!0;default:return QD(),!1}}function QD(){const e=VD.length-XD;0!==e&&UD.push(VD.substr(XD,e))}function eB(e){const{element:t,tokenStart:n,tokenLength:r,prevOffset:o,children:a}=e,i=$D[$D.length-1],s=VD.substr(i.prevOffset,n-i.prevOffset);s&&i.children.push(s),i.children.push((0,dt.cloneElement)(t,null,...a)),i.prevOffset=o||n+r}const tB=(e,t)=>{if(VD=e,XD=0,UD=[],$D=[],GD.lastIndex=0,!JD(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(ZD(t));return(0,dt.createElement)(dt.Fragment,null,...UD)};const nB=function(e){return(0,dt.createElement)("div",{className:"components-tip"},(0,dt.createElement)(bh,{width:"24",height:"24",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})),(0,dt.createElement)("p",null,e.children))},rB=[tB(hr("While writing, you can press / to quickly insert new blocks."),{kbd:(0,dt.createElement)("kbd",null)}),tB(hr("Indent a list by pressing space at the beginning of a line."),{kbd:(0,dt.createElement)("kbd",null)}),tB(hr("Outdent a list by pressing backspace at the beginning of a line."),{kbd:(0,dt.createElement)("kbd",null)}),hr("Drag files into the editor to automatically insert media blocks."),hr("Change a block's type by pressing the block icon on the toolbar.")];const oB=function(){const[e]=(0,dt.useState)(Math.floor(Math.random()*rB.length));return(0,dt.createElement)(nB,null,rB[e])},aB=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M19 8h-1V6h-5v2h-2V6H6v2H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm.5 10c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-8c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v8z"}));const iB=(0,dt.memo)((function(e){var t;let{icon:n,showColors:r=!1,className:o}=e;"block-default"===(null===(t=n)||void 0===t?void 0:t.src)&&(n={src:aB});const a=(0,dt.createElement)(cg,{icon:n&&n.src?n.src:n}),i=r?{backgroundColor:n&&n.background,color:n&&n.foreground}:{};return(0,dt.createElement)("span",{style:i,className:Hp()("block-editor-block-icon",o,{"has-colors":r})},a)}));const sB=function(e){let{title:t,icon:n,description:r,blockType:o}=e;return o&&(pu("`blockType` property in `BlockCard component`",{since:"5.7",alternative:"`title, icon and description` properties"}),({title:t,icon:n,description:r}=o)),(0,dt.createElement)("div",{className:"block-editor-block-card"},(0,dt.createElement)(iB,{icon:n,showColors:!0}),(0,dt.createElement)("div",{className:"block-editor-block-card__content"},(0,dt.createElement)("h2",{className:"block-editor-block-card__title"},t),(0,dt.createElement)("span",{className:"block-editor-block-card__description"},r)))},lB=Bp((e=>t=>(0,dt.createElement)(Mc,null,(n=>(0,dt.createElement)(e,ft({},t,{registry:n}))))),"withRegistry"),cB=Bp((e=>lB((t=>{let{useSubRegistry:n=!0,registry:r,...o}=t;if(!n)return(0,dt.createElement)(e,ft({registry:r},o));const[a,i]=(0,dt.useState)(null);return(0,dt.useEffect)((()=>{const e=hn({},r);e.registerStore(Dw,Bw),i(e)}),[r]),a?(0,dt.createElement)(kc,{value:a},(0,dt.createElement)(e,ft({registry:a},o))):null}))),"withRegistryProvider");function uB(e){let{clientId:t=null,value:n,selection:r,onChange:o=ht.noop,onInput:a=ht.noop}=e;const i=wc(),{resetBlocks:s,resetSelection:l,replaceInnerBlocks:c,setHasControlledInnerBlocks:u,__unstableMarkNextChangeAsNotPersistent:d}=i.dispatch(Iw),{getBlockName:p,getBlocks:m}=i.select(Iw),f=(0,dt.useRef)({incoming:null,outgoing:[]}),h=(0,dt.useRef)(!1),g=(0,dt.useRef)(a),b=(0,dt.useRef)(o);(0,dt.useEffect)((()=>{g.current=a,b.current=o}),[a,o]),(0,dt.useEffect)((()=>{f.current.outgoing.includes(n)?(0,ht.last)(f.current.outgoing)===n&&(f.current.outgoing=[]):m(t)!==n&&(f.current.outgoing=[],(()=>{if(n)if(d(),t){u(t,!0),d();const e=n.map((e=>va(e)));h.current&&(f.current.incoming=e),c(t,e)}else h.current&&(f.current.incoming=n),s(n)})(),r&&l(r.selectionStart,r.selectionEnd,r.initialPosition))}),[n,t]),(0,dt.useEffect)((()=>{const{getSelectionStart:e,getSelectionEnd:n,getSelectedBlocksInitialCaretPosition:r,isLastBlockChangePersistent:o,__unstableIsLastBlockChangeIgnored:a}=i.select(Iw);let s=m(t),l=o(),c=!1;h.current=!0;const u=i.subscribe((()=>{if(null!==t&&null===p(t))return;const i=o(),u=m(t),d=u!==s;if(s=u,d&&(f.current.incoming||a()))return f.current.incoming=null,void(l=i);if(d||c&&!d&&i&&!l){l=i,f.current.outgoing.push(s);(l?b.current:g.current)(s,{selection:{selectionStart:e(),selectionEnd:n(),initialPosition:r()}})}c=d}));return()=>u()}),[i,t])}const dB=cB((function(e){const{children:t,settings:n}=e,{updateSettings:r}=kp(Iw);return(0,dt.useEffect)((()=>{r(n)}),[n]),uB(e),(0,dt.createElement)(TD,null,t)}));const pB=rb("div",{target:"e1ac3xxk0"})({name:"u2jump",styles:"position:relative;pointer-events:none;&::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;}*{pointer-events:none;}"}),mB=(0,dt.createContext)(!1),{Consumer:fB,Provider:hB}=mB,gB=["BUTTON","FIELDSET","INPUT","OPTGROUP","OPTION","SELECT","TEXTAREA"];function bB(e){let{className:t,children:n,isDisabled:r=!0,...o}=e;const a=(0,dt.useRef)(null),i=()=>{a.current&&rh.focusable.find(a.current).forEach((e=>{(0,ht.includes)(gB,e.nodeName)&&e.setAttribute("disabled",""),"A"===e.nodeName&&e.setAttribute("tabindex","-1");const t=e.getAttribute("tabindex");null!==t&&"-1"!==t&&e.removeAttribute("tabindex"),e.hasAttribute("contenteditable")&&e.setAttribute("contenteditable","false")}))},s=(0,dt.useCallback)((0,ht.debounce)(i,void 0,{leading:!0}),[]);return(0,dt.useLayoutEffect)((()=>{if(!r)return;let e;return i(),a.current&&(e=new window.MutationObserver(s),e.observe(a.current,{childList:!0,attributes:!0,subtree:!0})),()=>{e&&e.disconnect(),s.cancel()}}),[]),r?(0,dt.createElement)(hB,{value:!0},(0,dt.createElement)(pB,ft({ref:a,className:Hp()(t,"components-disabled")},o),n)):(0,dt.createElement)(hB,{value:!1},n)}bB.Context=mB,bB.Consumer=fB;const vB=bB;function yB(e){let{onClick:t}=e;return(0,dt.createElement)("div",{tabIndex:0,role:"button",onClick:t,onKeyPress:t},(0,dt.createElement)(vB,null,(0,dt.createElement)(FU,null)))}function _B(){const{hasSelectedBlock:e,hasMultiSelection:t}=Cc(Iw),{clearSelectedBlock:n}=kp(Iw);return oh((r=>{function o(o){(e()||t())&&o.target===r&&n()}return r.addEventListener("mousedown",o),()=>{r.removeEventListener("mousedown",o)}}),[e,t,n])}function MB(e,t){const n="start"===t?"firstChild":"lastChild",r="start"===t?"nextSibling":"previousSibling";for(;e[n];)for(e=e[n];e.nodeType===e.TEXT_NODE&&/^[ \t\n]*$/.test(e.data)&&e[r];)e=e[r];return e}function kB(e){const{isMultiSelecting:t,getMultiSelectedBlockClientIds:n,hasMultiSelection:r,getSelectedBlockClientId:o}=e(Iw);return{isMultiSelecting:t(),multiSelectedBlockClientIds:n(),hasMultiSelection:r(),selectedBlockClientId:o()}}function wB(){const{isMultiSelecting:e,multiSelectedBlockClientIds:t,hasMultiSelection:n,selectedBlockClientId:r}=Cc(kB,[]),o=ND(r),a=ND((0,ht.first)(t)),i=ND((0,ht.last)(t));return oh((s=>{const{ownerDocument:l}=s,{defaultView:c}=l;if(!n||e){if(!r||e)return;const t=c.getSelection();if(t.rangeCount&&!t.isCollapsed){const e=o.current,{startContainer:n,endContainer:r}=t.getRangeAt(0);!e||e.contains(n)&&e.contains(r)||t.removeAllRanges()}return}const{length:u}=t;if(u<2)return;if(!a.current||!i.current)return;s.focus();const d=c.getSelection(),p=l.createRange(),m=MB(a.current,"start"),f=MB(i.current,"end");!function(e,t){Array.from(e.querySelectorAll(".rich-text")).forEach((e=>{t?e.setAttribute("contenteditable",!0):e.removeAttribute("contenteditable")}))}(s,!1),p.setStartBefore(m),p.setEndAfter(f),d.removeAllRanges(),d.addRange(p)}),[n,e,t,r])}function EB(e){const{tagName:t}=e;return"INPUT"===t||"BUTTON"===t||"SELECT"===t||"TEXTAREA"===t}function LB(e){const t=Array.from(e.getClientRects());if(!t.length)return;const n=Math.min(...t.map((e=>{let{top:t}=e;return t}))),r=Math.max(...t.map((e=>{let{bottom:t}=e;return t})));return r-n}function xB(e){const{anchorNode:t,focusNode:n,anchorOffset:r,focusOffset:o}=e;Oo(),Oo();const a=t.compareDocumentPosition(n);return!(a&t.DOCUMENT_POSITION_PRECEDING)&&(!!(a&t.DOCUMENT_POSITION_FOLLOWING)||(0!==a||r<=o))}function SB(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(lD(e)&&"number"==typeof e.selectionStart)return e.selectionStart===e.selectionEnd&&(t?0===e.selectionStart:e.value.length===e.selectionStart);if(!e.isContentEditable)return!0;const{ownerDocument:r}=e,{defaultView:o}=r;Oo();const a=o.getSelection();if(!a||!a.rangeCount)return!1;const i=a.getRangeAt(0),s=i.cloneRange(),l=xB(a),c=a.isCollapsed;c||s.collapse(!l);const u=pf(s),d=pf(i);if(!u||!d)return!1;const p=LB(i);if(!c&&p&&p>u.height&&l===t)return!1;const m=cD(e)?!t:t,f=e.getBoundingClientRect(),h=m?f.left+1:f.right-1,g=t?f.top+1:f.bottom-1,b=sD(r,h,g,e);if(!b)return!1;const v=pf(b);if(!v)return!1;const y=t?"top":"bottom",_=m?"left":"right",M=v[y]-d[y],k=v[_]-u[_],w=Math.abs(M)<=1,E=Math.abs(k)<=1;return n?w:w&&E}function AB(e,t){return SB(e,t,!0)}function CB(e,t){return SB(e,t)}function TB(e){const t=e.getSelection();Oo();const n=t.rangeCount?t.getRangeAt(0):null;return n?pf(n):null}function zB(e,t,n,r){let o,a=rh.focusable.find(n);return t&&(a=(0,ht.reverse)(a)),a=a.slice(a.indexOf(e)+1),r&&(o=e.getBoundingClientRect()),(0,ht.find)(a,(function(e){if(!rh.tabbable.isTabbableIndex(e))return!1;if(e.isContentEditable&&"true"!==e.contentEditable)return!1;if(r){const t=e.getBoundingClientRect();if(t.left>=o.right||t.right<=o.left)return!1}return!0}))}function NB(){const{getSelectedBlockClientId:e,getMultiSelectedBlocksStartClientId:t,getMultiSelectedBlocksEndClientId:n,getPreviousBlockClientId:r,getNextBlockClientId:o,getFirstMultiSelectedBlockClientId:a,getLastMultiSelectedBlockClientId:i,getSettings:s,hasMultiSelection:l}=Cc(Iw),{multiSelect:c,selectBlock:u}=kp(Iw);return oh((d=>{let p;function m(){p=null}function f(a){const i=e(),s=t(),l=n(),d=r(l||i),p=o(l||i),m=a?d:p;m&&(s===m?u(m):c(s||i,m))}function h(e){const t=a(),n=i(),r=e?t:n;r&&u(r)}function g(e,t){const n=zB(e,t,d);return!n||!function(e,t){return e.closest(mD)===t.closest(mD)}(e,n)}function b(t){const{keyCode:a,target:i}=t,c=a===Cf,u=a===Af,m=c||u,b=u||a===Tf,v=c||a===zf,y=b||v,_=t.shiftKey,M=_||t.ctrlKey||t.altKey||t.metaKey,k=v?AB:CB,{ownerDocument:w}=d,{defaultView:E}=w;if(l()){if(y){(_?f:h)(m),t.preventDefault()}return}if(v?p||(p=TB(E)):p=null,t.defaultPrevented)return;if(!y)return;if(!function(e,t,n){if((t===Cf||t===zf)&&!n)return!0;const{tagName:r}=e;return"INPUT"!==r&&"TEXTAREA"!==r}(i,a,M))return;const L=cD(i)?!m:m,{keepCaretInsideBlock:x}=s(),S=e();if(_){const e=n(),a=r(e||S),s=o(e||S);(m&&a||!m&&s)&&g(i,m)&&k(i,m)&&(f(m),t.preventDefault())}else if(v&&AB(i,m)&&!x){const e=zB(i,m,d,!0);e&&(!function(e,t,n){dD(e,t,null==n?void 0:n.left)}(e,m,p),t.preventDefault())}else if(b&&E.getSelection().isCollapsed&&CB(i,L)&&!x){pD(zB(i,L,d),m),t.preventDefault()}}return d.addEventListener("mousedown",m),d.addEventListener("keydown",b),()=>{d.removeEventListener("mousedown",m),d.removeEventListener("keydown",b)}}),[])}function OB(e,t,n){let r=t;do{if(e===r)return!0;r=r[n]}while(r);return!1}const DB=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REGISTER_SHORTCUT":return{...e,[t.name]:{category:t.category,keyCombination:t.keyCombination,aliases:t.aliases,description:t.description}};case"UNREGISTER_SHORTCUT":return(0,ht.omit)(e,t.name)}return e};function BB(e){let{name:t,category:n,description:r,keyCombination:o,aliases:a}=e;return{type:"REGISTER_SHORTCUT",name:t,category:n,keyCombination:o,aliases:a,description:r}}function IB(e){return{type:"UNREGISTER_SHORTCUT",name:e}}const PB=[],RB={display:Wf,raw:Rf,ariaLabel:Yf};function HB(e,t){return e?e.modifier?RB[t][e.modifier](e.character):e.character:null}function WB(e,t){return e[t]?e[t].keyCombination:null}function YB(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"display";const r=WB(e,t);return HB(r,n)}function jB(e,t){return e[t]?e[t].description:null}function qB(e,t){return e[t]&&e[t].aliases?e[t].aliases:PB}const FB=zr(((e,t)=>(0,ht.compact)([WB(e,t),...qB(e,t)])),((e,t)=>[e[t]])),VB=zr(((e,t)=>FB(e,t).map((e=>HB(e,"raw")))),((e,t)=>[e[t]])),XB=zr(((e,t)=>Object.entries(e).filter((e=>{let[,n]=e;return n.category===t})).map((e=>{let[t]=e;return t}))),(e=>[e])),UB=dn("core/keyboard-shortcuts",{reducer:DB,actions:h,selectors:g});function $B(){const{getAllShortcutKeyCombinations:e}=Cc(UB);return function(t,n){return e(t).some((e=>{let{modifier:t,character:r}=e;return qf[t](n,r)}))}}Mn(UB);const GB=(0,dt.createContext)();function KB(e,t){let{isDisabled:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(0,dt.useContext)(GB),o=$B(),a=(0,dt.useRef)();a.current=t,(0,dt.useEffect)((()=>{if(!n)return r.current.add(t),()=>{r.current.delete(t)};function t(t){o(e,t)&&a.current(t)}}),[e,n])}const{Provider:JB}=GB;function ZB(e){const t=(0,dt.useRef)(new Set);return(0,dt.createElement)(JB,{value:t},(0,dt.createElement)("div",ft({},e,{onKeyDown:function(n){e.onKeyDown&&e.onKeyDown(n);for(const e of t.current)e(n)}})))}function QB(){const{getBlockOrder:e,getSelectedBlockClientIds:t,getBlockRootClientId:n}=Cc(Iw),{multiSelect:r}=kp(Iw),o=$B();return oh((a=>{function i(a){if(!o("core/block-editor/select-all",a))return;if(!function(e){if(lD(e))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;const{ownerDocument:t}=e,{defaultView:n}=t;Oo();const r=n.getSelection();Oo();const o=r.rangeCount?r.getRangeAt(0):null;if(!o)return!0;const{startContainer:a,endContainer:i,startOffset:s,endOffset:l}=o;if(a===e&&i===e&&0===s&&l===e.childNodes.length)return!0;e.lastChild,Oo();const c=i.nodeType===i.TEXT_NODE?i.data.length:i.childNodes.length;return OB(a,e,"firstChild")&&OB(i,e,"lastChild")&&0===s&&l===c}(a.target))return;const i=t(),[s]=i,l=n(s);let c=e(l);i.length===c.length&&(c=e(n(l)));const u=(0,ht.first)(c),d=(0,ht.last)(c);u!==d&&(r(u,d),a.preventDefault())}return a.addEventListener("keydown",i),()=>{a.removeEventListener("keydown",i)}}),[])}function eI(){const[e,t,n]=function(){const e=(0,dt.useRef)(),t=(0,dt.useRef)(),n=(0,dt.useRef)(),r=(0,dt.useRef)(),{hasMultiSelection:o,getSelectedBlockClientId:a,getBlockCount:i}=Cc(Iw),{setNavigationMode:s}=kp(Iw),l=Cc((e=>e(Iw).isNavigationMode()),[])?void 0:"0",c=(0,dt.useRef)();function u(t){if(c.current)c.current=null;else if(o())e.current.focus();else if(a())r.current.focus();else{s(!0);const n=t.target.compareDocumentPosition(e.current)&t.target.DOCUMENT_POSITION_FOLLOWING?"findNext":"findPrevious";rh.tabbable[n](t.target).focus()}}const d=(0,dt.createElement)("div",{ref:t,tabIndex:l,onFocus:u}),p=(0,dt.createElement)("div",{ref:n,tabIndex:l,onFocus:u}),m=oh((l=>{function u(e){if(e.defaultPrevented)return;if(e.keyCode===xf&&!o())return e.preventDefault(),void s(!0);if(9!==e.keyCode)return;const r=e.shiftKey,i=r?"findPrevious":"findNext";if(!o()&&!a())return void(e.target===l&&s(!0));if(EB(e.target)&&EB(rh.tabbable[i](e.target)))return;const u=r?t:n;c.current=!0,u.current.focus({preventScroll:!0})}function d(e){r.current=e.target;const{ownerDocument:t}=l;e.relatedTarget||t.activeElement!==t.body||0!==i()||l.focus()}function p(r){var o;if(9!==r.keyCode)return;if("region"===(null===(o=r.target)||void 0===o?void 0:o.getAttribute("role")))return;if(e.current===r.target)return;const a=r.shiftKey?"findPrevious":"findNext",i=rh.tabbable[a](r.target);i!==t.current&&i!==n.current||(r.preventDefault(),i.focus({preventScroll:!0}))}const{ownerDocument:m}=l,{defaultView:f}=m;return f.addEventListener("keydown",p),l.addEventListener("keydown",u),l.addEventListener("focusout",d),()=>{f.removeEventListener("keydown",p),l.removeEventListener("keydown",u),l.removeEventListener("focusout",d)}}),[]);return[d,dh([e,m]),p]}(),r=Cc((e=>e(Iw).hasMultiSelection()),[]);return[e,dh([t,wB(),QB(),NB(),oh((e=>{if(e.tabIndex=-1,r)return e.setAttribute("aria-label",hr("Multiple selected blocks")),()=>{e.removeAttribute("aria-label")}}),[r])]),n]}const tI=(0,dt.forwardRef)((function(e,t){let{children:n,...r}=e;const[o,a,i]=eI();return(0,dt.createElement)(dt.Fragment,null,o,(0,dt.createElement)("div",ft({},r,{ref:dh([a,t]),className:Hp()(r.className,"block-editor-writing-flow")}),n),i)})),nI="editor-styles-wrapper";function rI(e){return(0,dt.useMemo)((()=>{const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children)}),[e])}const oI=(0,dt.forwardRef)((function(e,t){var n,r;let{contentRef:o,children:a,head:i,tabIndex:s=0,...l}=e;const[,c]=(0,dt.useReducer)((()=>({}))),[u,d]=(0,dt.useState)(),[p,m]=(0,dt.useState)([]),f=rI(null===(n=window.__editorAssets)||void 0===n?void 0:n.styles),h=rI(null===(r=window.__editorAssets)||void 0===r?void 0:r.scripts),g=_B(),[b,v,y]=eI(),_=oh((e=>{function t(){const{contentDocument:t,ownerDocument:n}=e,{readyState:r,documentElement:o}=t;return("interactive"===r||"complete"===r)&&(function(e){const{defaultView:t}=e,{frameElement:n}=t;function r(e){const r=Object.getPrototypeOf(e).constructor.name,o=window[r],a={};for(const t in e)a[t]=e[t];if(e instanceof t.MouseEvent){const e=n.getBoundingClientRect();a.clientX+=e.left,a.clientY+=e.top}const i=new o(e.type,a);!n.dispatchEvent(i)&&e.preventDefault()}const o=["dragover"];for(const t of o)e.addEventListener(t,r)}(t),d(t),g(o),m(Array.from(n.body.classList).filter((e=>e.startsWith("admin-color-")||"wp-embed-responsive"===e))),t.dir=n.dir,o.removeChild(t.head),o.removeChild(t.body),!0)}t()||e.addEventListener("load",(()=>{t()}))}),[]),M=oh((e=>{h.reduce(((t,n)=>t.then((()=>async function(e,t){let{id:n,src:r}=t;return new Promise(((t,o)=>{const a=e.ownerDocument.createElement("script");a.id=n,r?(a.src=r,a.onload=()=>t(),a.onerror=()=>o()):t(),e.appendChild(a)}))}(e,n)))),Promise.resolve()).finally((()=>{c()}))}),[]),k=dh([o,g,v]);return(0,dt.useEffect)((()=>{u&&function(e){Array.from(document.styleSheets).forEach((t=>{try{t.cssRules}catch(e){return}const{ownerNode:n,cssRules:r}=t;if(!r)return;if("LINK"!==n.tagName)return;if("wp-reset-editor-styles-css"===n.id)return;const o=Array.from(r).find((e=>{let{selectorText:t}=e;return t&&(t.includes(`.${nI}`)||t.includes(".wp-block"))}));if(o&&!e.getElementById(n.id)){console.warn(`Stylesheet ${n.id} was not properly added.\nFor blocks, use the block API's style (https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#style) or editorStyle (https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#editor-style).\nFor themes, use add_editor_style (https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#editor-styles).`,n.outerHTML),e.head.appendChild(n.cloneNode(!0));const t=n.id.replace("-css","-inline-css"),r=document.getElementById(t);r&&e.head.appendChild(r.cloneNode(!0))}}))}(u)}),[u]),i=(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("style",null,"body{margin:0}"),f.map((e=>{let{tagName:t,href:n,id:r,rel:o,media:a,textContent:i}=e;const s=t.toLowerCase();return"style"===s?(0,dt.createElement)(s,{id:r,key:r},i):(0,dt.createElement)(s,{href:n,id:r,rel:o,media:a,key:r})})),i),(0,dt.createElement)(dt.Fragment,null,s>=0&&b,(0,dt.createElement)("iframe",ft({},l,{ref:dh([t,_]),tabIndex:s,title:hr("Editor canvas")}),u&&(0,mt.createPortal)((0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("head",{ref:M},i),(0,dt.createElement)("body",{ref:k,className:Hp()(nI,...p)},(0,dt.createElement)(af,{document:u},a))),u.documentElement)),s>=0&&y)}));var aI=n(3692),iI=n.n(aI);const sI=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function lI(e,t){t=t||{};let n=1,r=1;function o(e){const t=e.match(/\n/g);t&&(n+=t.length);const o=e.lastIndexOf("\n");r=~o?e.length-o:r+e.length}function a(){const e={line:n,column:r};return function(t){return t.position=new i(e),m(),t}}function i(e){this.start=e,this.end={line:n,column:r},this.source=t.source}i.prototype.content=e;const s=[];function l(o){const a=new Error(t.source+":"+n+":"+r+": "+o);if(a.reason=o,a.filename=t.source,a.line=n,a.column=r,a.source=e,!t.silent)throw a;s.push(a)}function c(){return p(/^{\s*/)}function u(){return p(/^}/)}function d(){let t;const n=[];for(m(),f(n);e.length&&"}"!==e.charAt(0)&&(t=E()||L());)!1!==t&&(n.push(t),f(n));return n}function p(t){const n=t.exec(e);if(!n)return;const r=n[0];return o(r),e=e.slice(r.length),n}function m(){p(/^\s*/)}function f(e){let t;for(e=e||[];t=h();)!1!==t&&e.push(t);return e}function h(){const t=a();if("/"!==e.charAt(0)||"*"!==e.charAt(1))return;let n=2;for(;""!==e.charAt(n)&&("*"!==e.charAt(n)||"/"!==e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return l("End of comment missing");const i=e.slice(2,n-2);return r+=2,o(i),e=e.slice(n),r+=2,t({type:"comment",comment:i})}function g(){const e=p(/^([^{]+)/);if(e)return cI(e[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function b(){const e=a();let t=p(/^(\*?[-#\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(!t)return;if(t=cI(t[0]),!p(/^:\s*/))return l("property missing ':'");const n=p(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/),r=e({type:"declaration",property:t.replace(sI,""),value:n?cI(n[0]).replace(sI,""):""});return p(/^[;\s]*/),r}function v(){const e=[];if(!c())return l("missing '{'");let t;for(f(e);t=b();)!1!==t&&(e.push(t),f(e));return u()?e:l("missing '}'")}function y(){let e;const t=[],n=a();for(;e=p(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),p(/^,\s*/);if(t.length)return n({type:"keyframe",values:t,declarations:v()})}const _=w("import"),M=w("charset"),k=w("namespace");function w(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return function(){const n=a(),r=p(t);if(!r)return;const o={type:e};return o[e]=r[1].trim(),n(o)}}function E(){if("@"===e[0])return function(){const e=a();let t=p(/^@([-\w]+)?keyframes\s*/);if(!t)return;const n=t[1];if(t=p(/^([-\w]+)\s*/),!t)return l("@keyframes missing name");const r=t[1];if(!c())return l("@keyframes missing '{'");let o,i=f();for(;o=y();)i.push(o),i=i.concat(f());return u()?e({type:"keyframes",name:r,vendor:n,keyframes:i}):l("@keyframes missing '}'")}()||function(){const e=a(),t=p(/^@media *([^{]+)/);if(!t)return;const n=cI(t[1]);if(!c())return l("@media missing '{'");const r=f().concat(d());return u()?e({type:"media",media:n,rules:r}):l("@media missing '}'")}()||function(){const e=a(),t=p(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(t)return e({type:"custom-media",name:cI(t[1]),media:cI(t[2])})}()||function(){const e=a(),t=p(/^@supports *([^{]+)/);if(!t)return;const n=cI(t[1]);if(!c())return l("@supports missing '{'");const r=f().concat(d());return u()?e({type:"supports",supports:n,rules:r}):l("@supports missing '}'")}()||_()||M()||k()||function(){const e=a(),t=p(/^@([-\w]+)?document *([^{]+)/);if(!t)return;const n=cI(t[1]),r=cI(t[2]);if(!c())return l("@document missing '{'");const o=f().concat(d());return u()?e({type:"document",document:r,vendor:n,rules:o}):l("@document missing '}'")}()||function(){const e=a();if(!p(/^@page */))return;const t=g()||[];if(!c())return l("@page missing '{'");let n,r=f();for(;n=b();)r.push(n),r=r.concat(f());return u()?e({type:"page",selectors:t,declarations:r}):l("@page missing '}'")}()||function(){const e=a();if(!p(/^@host\s*/))return;if(!c())return l("@host missing '{'");const t=f().concat(d());return u()?e({type:"host",rules:t}):l("@host missing '}'")}()||function(){const e=a();if(!p(/^@font-face\s*/))return;if(!c())return l("@font-face missing '{'");let t,n=f();for(;t=b();)n.push(t),n=n.concat(f());return u()?e({type:"font-face",declarations:n}):l("@font-face missing '}'")}()}function L(){const e=a(),t=g();return t?(f(),e({type:"rule",selectors:t,declarations:v()})):l("selector missing")}return uI(function(){const e=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:e,parsingErrors:s}}}())}function cI(e){return e?e.replace(/^\s+|\s+$/g,""):""}function uI(e,t){const n=e&&"string"==typeof e.type,r=n?e:t;for(const t in e){const n=e[t];Array.isArray(n)?n.forEach((function(e){uI(e,r)})):n&&"object"==typeof n&&uI(n,r)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}var dI=n(5717),pI=n.n(dI);const mI=fI;function fI(e){this.options=e||{}}fI.prototype.emit=function(e){return e},fI.prototype.visit=function(e){return this[e.type](e)},fI.prototype.mapVisit=function(e,t){let n="";t=t||"";for(let r=0,o=e.length;rt=>{if("declaration"===t.type){const a=function(e){const t=/url\((\s*)(['"]?)(.+?)\2(\s*)\)/g;let n;const r=[];for(;null!==(n=t.exec(e));){const e={source:n[0],before:n[1],quote:n[2],value:n[3],after:n[4]};_I(e)&&r.push(e)}return r}(t.value).map((o=e,e=>({...e,newUrl:"url("+e.before+e.quote+MI(e.value,o)+e.quote+e.after+")"})));return{...t,value:(n=t.value,r=a,r.forEach((e=>{n=n.replace(e.source,e.newUrl)})),n)}}var n,r,o;return t},wI=/^(body|html|:root).*$/,EI=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n=>{const r=n=>t.includes(n.trim())?n:n.match(wI)?n.replace(/^(body|html|:root)/,e):e+" "+n;return"rule"===n.type?{...n,selectors:n.selectors.map(r)}:n}},LI=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,ht.map)(e,(e=>{let{css:n,baseURL:r,__experimentalNoWrapper:o=!1}=e;const a=[];return t&&!o&&a.push(EI(t)),r&&a.push(kI(r)),a.length?yI(n,UC(a)):n}))},xI=".editor-styles-wrapper";function SI(e){return(0,dt.useCallback)((e=>{if(!e)return;const{ownerDocument:t}=e,{defaultView:n,body:r}=t,o=t.querySelector(xI);let a;if(o)a=n.getComputedStyle(o,null).getPropertyValue("background-color");else{const e=t.createElement("div");e.classList.add("editor-styles-wrapper"),r.appendChild(e),a=n.getComputedStyle(e,null).getPropertyValue("background-color"),r.removeChild(e)}const i=xo(a);i.luminance()>.5||0===i.alpha()?r.classList.remove("is-dark-theme"):r.classList.add("is-dark-theme")}),[e])}function AI(e){let{styles:t}=e;const n=(0,dt.useMemo)((()=>LI(t,xI)),[t]);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("style",{ref:SI(t)}),n.map(((e,t)=>(0,dt.createElement)("style",{key:t},e))))}let CI;Ao([Co,No]);const TI=function(e){let{viewportWidth:t,__experimentalPadding:n}=e;const[r,{width:o}]=kf(),[a,{height:i}]=kf(),s=Cc((e=>e(Iw).getSettings().styles),[]);CI=CI||qC(FU);const l=o/t;return(0,dt.createElement)("div",{className:"block-editor-block-preview__container"},r,(0,dt.createElement)(vB,{className:"block-editor-block-preview__content",style:{transform:`scale(${l})`,height:i*l}},(0,dt.createElement)(oI,{head:(0,dt.createElement)(AI,{styles:s}),contentRef:oh((e=>{const{ownerDocument:{documentElement:t}}=e;t.classList.add("block-editor-block-preview__content-iframe"),t.style.position="absolute",t.style.width="100%",e.style.padding=n+"px"}),[]),"aria-hidden":!0,tabIndex:-1,style:{position:"absolute",width:t,height:i,pointerEvents:"none"}},a,(0,dt.createElement)(CI,{renderAppender:!1}))))};const zI=(0,dt.memo)((function(e){let{blocks:t,__experimentalPadding:n=0,viewportWidth:r=1200,__experimentalLive:o=!1,__experimentalOnClick:a}=e;const i=Cc((e=>e(Iw).getSettings()),[]),s=(0,dt.useMemo)((()=>{const e={...i};return e.__experimentalBlockPatterns=[],e}),[i]),l=(0,dt.useMemo)((()=>(0,ht.castArray)(t)),[t]);return t&&0!==t.length?(0,dt.createElement)(dB,{value:l,settings:s},o?(0,dt.createElement)(yB,{onClick:a}):(0,dt.createElement)(TI,{viewportWidth:r,__experimentalPadding:n})):null}));const NI=function(e){var t,n;let{item:r}=e;const{name:o,title:a,icon:i,description:s,initialAttributes:l}=r,c=ea(o),u=oa(r);return(0,dt.createElement)("div",{className:"block-editor-inserter__preview-container"},(0,dt.createElement)("div",{className:"block-editor-inserter__preview"},u||null!=c&&c.example?(0,dt.createElement)("div",{className:"block-editor-inserter__preview-content"},(0,dt.createElement)(zI,{__experimentalPadding:16,viewportWidth:null!==(t=null===(n=c.example)||void 0===n?void 0:n.viewportWidth)&&void 0!==t?t:500,blocks:c.example?xa(r.name,{attributes:{...c.example.attributes,...l},innerBlocks:c.example.innerBlocks}):ha(o,l)})):(0,dt.createElement)("div",{className:"block-editor-inserter__preview-content-missing"},hr("No Preview Available."))),!u&&(0,dt.createElement)(sB,{title:a,icon:i,description:s}))};function OI(e,t){const n=[];for(let r=0;r1&&void 0!==arguments[1]?arguments[1]:{step:1};const{step:n=1}=t,[r,o]=(0,dt.useState)([]);return(0,dt.useEffect)((()=>{let t=OI(e,r);t.length{e.length<=a||(o((t=>[...t,...e.slice(a,a+n)])),a+=n,i.add({},s))};return i.add({},s),()=>i.reset()}),[e]),r},BI=(0,dt.createContext)();const II=(0,dt.forwardRef)((function(e,t){let{isFirst:n,as:r,children:o,...a}=e;const i=(0,dt.useContext)(BI);return(0,dt.createElement)(Mv,ft({ref:t,state:i,role:"option",focusable:!0},a),(e=>{const t={...e,tabIndex:n?0:e.tabIndex};return r?(0,dt.createElement)(r,t,o):"function"==typeof o?o(t):(0,dt.createElement)(lb,t,o)}))})),PI="is-dragging-components-draggable";function RI(e){let{children:t,onDragStart:n,onDragOver:r,onDragEnd:o,cloneClassname:a,elementId:i,transferData:s,__experimentalTransferDataType:l="text",__experimentalDragComponent:c}=e;const u=(0,dt.useRef)(null),d=(0,dt.useRef)((()=>{}));return(0,dt.useEffect)((()=>()=>{d.current()}),[]),(0,dt.createElement)(dt.Fragment,null,t({onDraggableStart:function(e){const{ownerDocument:t}=e.target;e.dataTransfer.setData(l,JSON.stringify(s));const o=t.createElement("div");o.style.top=0,o.style.left=0;const c=t.createElement("div");"function"==typeof e.dataTransfer.setDragImage&&(c.classList.add("components-draggable__invisible-drag-image"),t.body.appendChild(c),e.dataTransfer.setDragImage(c,0,0)),o.classList.add("components-draggable__clone"),a&&o.classList.add(a);let p=0,m=0;if(u.current){p=e.clientX,m=e.clientY,o.style.transform=`translate( ${p}px, ${m}px )`;const n=t.createElement("div");n.innerHTML=u.current.innerHTML,o.appendChild(n),t.body.appendChild(o)}else{const e=t.getElementById(i),n=e.getBoundingClientRect(),r=e.parentNode,a=parseInt(n.top,10),s=parseInt(n.left,10);o.style.width=`${n.width+0}px`;const l=e.cloneNode(!0);l.id=`clone-${i}`,p=s-0,m=a-0,o.style.transform=`translate( ${p}px, ${m}px )`,Array.from(l.querySelectorAll("iframe")).forEach((e=>e.parentNode.removeChild(e))),o.appendChild(l),r.appendChild(o)}let f=e.clientX,h=e.clientY;const g=(0,ht.throttle)((function(e){if(f===e.clientX&&h===e.clientY)return;const t=p+e.clientX-f,n=m+e.clientY-h;o.style.transform=`translate( ${t}px, ${n}px )`,f=e.clientX,h=e.clientY,p=t,m=n,r&&r(e)}),16);let b;t.addEventListener("dragover",g),t.body.classList.add(PI),e.persist(),n&&(b=setTimeout((()=>n(e)))),d.current=()=>{o&&o.parentNode&&o.parentNode.removeChild(o),c&&c.parentNode&&c.parentNode.removeChild(c),t.body.classList.remove(PI),t.removeEventListener("dragover",g),clearTimeout(b)}},onDraggableEnd:function(e){e.preventDefault(),d.current(),o&&o(e)}}),c&&(0,dt.createElement)("div",{className:"components-draggable-drag-component-root",style:{display:"none"},ref:u},c))}const HI=(0,dt.createElement)(bh,{width:"18",height:"18",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18"},(0,dt.createElement)(hh,{d:"M5 4h2V2H5v2zm6-2v2h2V2h-2zm-6 8h2V8H5v2zm6 0h2V8h-2v2zm-6 6h2v-2H5v2zm6 0h2v-2h-2v2z"}));function WI(e){let{count:t,icon:n}=e;return(0,dt.createElement)("div",{className:"block-editor-block-draggable-chip-wrapper"},(0,dt.createElement)("div",{className:"block-editor-block-draggable-chip"},(0,dt.createElement)(xE,{justify:"center",className:"block-editor-block-draggable-chip__content"},(0,dt.createElement)(AE,null,n?(0,dt.createElement)(iB,{icon:n}):Sn(br("%d block","%d blocks",t),t)),(0,dt.createElement)(AE,null,(0,dt.createElement)(iB,{icon:HI})))))}const YI=e=>{let{isEnabled:t,blocks:n,icon:r,children:o}=e;const a={type:"inserter",blocks:n};return(0,dt.createElement)(RI,{__experimentalTransferDataType:"wp-blocks",transferData:a,__experimentalDragComponent:(0,dt.createElement)(WI,{count:n.length,icon:r})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return o({draggable:t,onDragStart:t?n:void 0,onDragEnd:t?r:void 0})}))};function jI(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window;const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||["iPad","iPhone"].includes(t)}const qI=(0,dt.memo)((function(e){let{className:t,isFirst:n,item:r,onSelect:o,onHover:a,isDraggable:i,...s}=e;const l=(0,dt.useRef)(!1),c=r.icon?{backgroundColor:r.icon.background,color:r.icon.foreground}:{},u=(0,dt.useMemo)((()=>[ha(r.name,r.initialAttributes,ga(r.innerBlocks))]),[r.name,r.initialAttributes,r.initialAttributes]);return(0,dt.createElement)(YI,{isEnabled:i&&!r.disabled,blocks:u,icon:r.icon},(e=>{let{draggable:i,onDragStart:u,onDragEnd:d}=e;return(0,dt.createElement)("div",{className:"block-editor-block-types-list__list-item",draggable:i,onDragStart:e=>{l.current=!0,u&&(a(null),u(e))},onDragEnd:e=>{l.current=!1,d&&d(e)}},(0,dt.createElement)(II,ft({isFirst:n,className:Hp()("block-editor-block-types-list__item",t),disabled:r.isDisabled,onClick:e=>{e.preventDefault(),o(r,jI()?e.metaKey:e.ctrlKey),a(null)},onKeyDown:e=>{const{keyCode:t}=e;t===Lf&&(e.preventDefault(),o(r,jI()?e.metaKey:e.ctrlKey),a(null))},onFocus:()=>{l.current||a(r)},onMouseEnter:()=>{l.current||a(r)},onMouseLeave:()=>a(null),onBlur:()=>a(null)},s),(0,dt.createElement)("span",{className:"block-editor-block-types-list__item-icon",style:c},(0,dt.createElement)(iB,{icon:r.icon,showColors:!0})),(0,dt.createElement)("span",{className:"block-editor-block-types-list__item-title"},r.title)))}))}));const FI=(0,dt.forwardRef)((function(e,t){const[n,r]=(0,dt.useState)(!1);return(0,dt.useEffect)((()=>{n&&Q_(hr("Use left and right arrow keys to move through blocks"))}),[n]),(0,dt.createElement)("div",ft({ref:t,role:"listbox","aria-orientation":"horizontal",onFocus:()=>{r(!0)},onBlur:e=>{!e.currentTarget.contains(e.relatedTarget)&&r(!1)}},e))}));function VI(e,t){if(t)return null==e?void 0:e.find((function(e){return e.id===t&&!e.disabled}))}var XI=Ab({name:"Group",compose:Zb,keys:[],useProps:function(e,t){return zb({role:"group"},t)}}),UI=(xb({as:"div",useHook:XI}),Ab({name:"CompositeGroup",compose:[XI,gv],keys:lv,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return XI.unstable_propsAreEqual(e,t);var n=e.currentId,r=(e.unstable_moves,Nb(e,["currentId","unstable_moves"])),o=t.currentId,a=(t.unstable_moves,Nb(t,["currentId","unstable_moves"]));if(e.items&&t.items){var i=VI(e.items,n),s=VI(t.items,o),l=null==i?void 0:i.groupId,c=null==s?void 0:s.groupId;if(t.id===c||t.id===l)return!1}return XI.unstable_propsAreEqual(r,a)},useProps:function(e,t){var n=t.ref,r=Nb(t,["ref"]),o=(0,dt.useRef)(null),a=e.id;return Wb((function(){var t;if(a)return null===(t=e.registerGroup)||void 0===t||t.call(e,{id:a,ref:o}),function(){var t;null===(t=e.unregisterGroup)||void 0===t||t.call(e,a)}}),[a,e.registerGroup,e.unregisterGroup]),zb({ref:Ib(o,n)},r)}})),$I=xb({as:"div",useHook:UI});const GI=(0,dt.forwardRef)((function(e,t){const n=(0,dt.useContext)(BI);return(0,dt.createElement)($I,ft({state:n,role:"presentation",ref:t},e))}));const KI=function(e){let{items:t=[],onSelect:n,onHover:r=(()=>{}),children:o,label:a,isDraggable:i=!0}=e;return(0,dt.createElement)(FI,{className:"block-editor-block-types-list","aria-label":a},function(e,t){const n=[];for(let r=0,o=e.length;r(0,dt.createElement)(GI,{key:t},e.map(((e,o)=>(0,dt.createElement)(qI,{key:e.id,item:e,className:Vi(e.id),onSelect:n,onHover:r,isDraggable:i,isFirst:0===t&&0===o})))))),o)};const JI=function(e){let{title:t,icon:n,children:r}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{className:"block-editor-inserter__panel-header"},(0,dt.createElement)("h2",{className:"block-editor-inserter__panel-title"},t),(0,dt.createElement)(cg,{icon:n})),(0,dt.createElement)("div",{className:"block-editor-inserter__panel-content"},r))},ZI=(e,t)=>{const{categories:n,collections:r,items:o}=Cc((t=>{const{getInserterItems:n}=t(Iw),{getCategories:r,getCollections:o}=t(Qa);return{categories:r(),collections:o(),items:n(e)}}),[e]),a=(0,dt.useCallback)(((e,n)=>{let{name:r,initialAttributes:o,innerBlocks:a}=e;const i=ha(r,o,ga(a));t(i,void 0,n)}),[t]);return[o,n,r,a]};function QI(e){return(0,dt.useState)(e)[0]}function eP(e){for(var t,n=[[]],r=function(){var e=t.value,r=n.find((function(t){return!t[0]||t[0].groupId===e.groupId}));r?r.push(e):n.push([e])},o=Db(e);!(t=o()).done;)r();return n}function tP(e){for(var t,n=[],r=Db(e);!(t=r()).done;){var o=t.value;n.push.apply(n,o)}return n}function nP(e){return e.slice().reverse()}function rP(e,t){return function(e){return"function"==typeof e}(e)?e(t):e}function oP(e){void 0===e&&(e={});var t=QI(e).baseId,n=(0,dt.useContext)(hv),r=(0,dt.useRef)(0),o=(0,dt.useState)((function(){return t||n()}));return{baseId:o[0],setBaseId:o[1],unstable_idCountRef:r}}function aP(e,t){return Boolean(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function iP(e,t){return e.findIndex((function(e){return!(!e.ref.current||!t.ref.current)&&aP(t.ref.current,e.ref.current)}))}function sP(e){for(var t,n=0,r=Db(e);!(t=r()).done;){var o=t.value.length;o>n&&(n=o)}return n}function lP(e){for(var t=eP(e),n=sP(t),r=[],o=0;oa&&(n=!0),-1):(r(0,ht.orderBy)(a,["frecency"],["desc"]).slice(0,6)),[a]),u=(0,dt.useMemo)((()=>a.filter((e=>!e.category))),[a]),d=(0,dt.useMemo)((()=>(0,ht.flow)((e=>e.filter((e=>e.category&&"reusable"!==e.category))),(e=>(0,ht.groupBy)(e,"category")))(a)),[a]),p=(0,dt.useMemo)((()=>{const e={...s};return Object.keys(s).forEach((t=>{e[t]=a.filter((e=>(e=>e.name.split("/")[0])(e)===t)),0===e[t].length&&delete e[t]})),e}),[a,s]);(0,dt.useEffect)((()=>()=>r(null)),[]);const m=DI(i),f=i.length===m.length,h=(0,dt.useMemo)((()=>Object.entries(s)),[s]),g=DI(f?h:kP);return(0,dt.createElement)(MP,null,(0,dt.createElement)("div",null,o&&!!c.length&&(0,dt.createElement)(JI,{title:gr("Most used","blocks")},(0,dt.createElement)(KI,{items:c,onSelect:l,onHover:r,label:gr("Most used","blocks")})),(0,ht.map)(m,(e=>{const t=d[e.slug];return t&&t.length?(0,dt.createElement)(JI,{key:e.slug,title:e.title,icon:e.icon},(0,dt.createElement)(KI,{items:t,onSelect:l,onHover:r,label:e.title})):null})),f&&u.length>0&&(0,dt.createElement)(JI,{className:"block-editor-inserter__uncategorized-blocks-panel",title:hr("Uncategorized")},(0,dt.createElement)(KI,{items:u,onSelect:l,onHover:r,label:hr("Uncategorized")})),(0,ht.map)(g,(e=>{let[t,n]=e;const o=p[t];return o&&o.length?(0,dt.createElement)(JI,{key:t,title:n.title,icon:n.icon},(0,dt.createElement)(KI,{items:o,onSelect:l,onHover:r,label:n.title})):null}))))},EP=rb("select",{target:"e1mv6sxx1"})("&&&{appearance:none;background:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",qE.black,";display:block;margin:0;width:100%;",(e=>{let{disabled:t}=e;return t?sE({color:qE.ui.textDisabled},"",""):""}),";",(e=>{let{selectSize:t}=e;const n={default:"13px",small:"11px"}[t];return n?sE("font-size:","16px",";@media ( min-width: 600px ){font-size:",n,";}",""):""}),";",(e=>{let{selectSize:t}=e;const n={default:{height:30,lineHeight:1,minHeight:30},small:{height:24,lineHeight:1,minHeight:24}};return sE(n[t]||n.default,"","")}),";",wE({paddingLeft:8,paddingRight:24}),";}"),LP=rb("div",{target:"e1mv6sxx0"})("align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;top:0;",wE({right:0})," svg{display:block;}");function xP(e,t){let{className:n,disabled:r=!1,help:o,hideLabelFromVision:a,id:i,label:s,multiple:l=!1,onBlur:c=ht.noop,onChange:u=ht.noop,onFocus:d=ht.noop,options:p=[],size:m="default",value:f,labelPosition:h="top",children:g,prefix:b,suffix:v,...y}=e;const[_,M]=(0,dt.useState)(!1),k=function(e){const t=uf(xP);return e||`inspector-select-control-${t}`}(i),w=o?`${k}__help`:void 0;if((0,ht.isEmpty)(p)&&!g)return null;const E=Hp()("components-select-control",n);return(0,dt.createElement)(GE,{help:o,id:k},(0,dt.createElement)(Bx,{className:E,disabled:r,hideLabelFromVision:a,id:k,isFocused:_,label:s,size:m,suffix:v||(0,dt.createElement)(LP,null,(0,dt.createElement)(MA,{icon:GA,size:18})),prefix:b,labelPosition:h},(0,dt.createElement)(EP,ft({},y,{"aria-describedby":w,className:"components-select-control__input",disabled:r,id:k,multiple:l,onBlur:e=>{c(e),M(!1)},onChange:e=>{if(l){const t=Array.from(e.target.options).filter((e=>{let{selected:t}=e;return t})),n=t.map((e=>{let{value:t}=e;return t}));u(n)}else u(e.target.value,{event:e})},onFocus:e=>{d(e),M(!0)},ref:t,selectSize:m,value:f}),g||p.map(((e,t)=>{const n=e.id||`${e.label}-${e.value}-${t}`;return(0,dt.createElement)("option",{key:n,value:e.value,disabled:e.disabled},e.label)})))))}const SP=(0,dt.forwardRef)(xP);const AP=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r,openPatternExplorer:o}=e;const a=yf("medium","<"),i=Hp()("block-editor-inserter__panel-header","block-editor-inserter__panel-header-patterns");return(0,dt.createElement)(xE,{justify:"space-between",align:"start",gap:"4",className:i},(0,dt.createElement)(AE,{isBlock:!0},(0,dt.createElement)(SP,{className:"block-editor-inserter__panel-dropdown",label:hr("Filter patterns"),hideLabelFromVision:!0,value:t.name,onChange:e=>{r(n.find((t=>e===t.name)))},onBlur:e=>{null!=e&&e.relatedTarget||e.stopPropagation()},options:(()=>{const e=[];return n.map((t=>e.push({value:t.name,label:t.label}))),e})()})),!a&&(0,dt.createElement)(AE,null,(0,dt.createElement)(lb,{variant:"secondary",className:"block-editor-inserter__patterns-explorer-expand",label:hr("Explore all patterns"),onClick:()=>o()},gr("Explore","Label for showing all block patterns"))))},CP=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}},TP=CP("context")((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CREATE_NOTICE":return[...(0,ht.reject)(e,{id:t.notice.id}),t.notice];case"REMOVE_NOTICE":return(0,ht.reject)(e,{id:t.id})}return e})),zP="global",NP="info";function OP(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:NP,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{speak:r=!0,isDismissible:o=!0,context:a=zP,id:i=(0,ht.uniqueId)(a),actions:s=[],type:l="default",__unstableHTML:c,icon:u=null,explicitDismiss:d=!1,onDismiss:p}=n;return t=String(t),{type:"CREATE_NOTICE",context:a,notice:{id:i,status:e,content:t,spokenMessage:r?t:null,__unstableHTML:c,isDismissible:o,actions:s,type:l,icon:u,explicitDismiss:d,onDismiss:p}}}function DP(e,t){return OP("success",e,t)}function BP(e,t){return OP("info",e,t)}function IP(e,t){return OP("error",e,t)}function PP(e,t){return OP("warning",e,t)}function RP(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:zP;return{type:"REMOVE_NOTICE",id:e,context:t}}const HP=[];function WP(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:zP;return e[t]||HP}const YP=dn("core/notices",{reducer:TP,actions:b,selectors:v});Mn(YP);const jP=(e,t)=>{const{patternCategories:n,patterns:r}=Cc((e=>{const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(Iw);return{patterns:n(t),patternCategories:r().__experimentalBlockPatternCategories}}),[t]),{createSuccessNotice:o}=kp(YP),a=(0,dt.useCallback)(((t,n)=>{e((0,ht.map)(n,(e=>va(e))),t.name),o(Sn(hr('Block pattern "%s" inserted.'),t.title),{type:"snackbar"})}),[]);return[r,n,a]};function qP(e,t,n){return void 0===n&&(n={}),"function"==typeof FocusEvent?new FocusEvent(t,n):bv(e,t,n)}function FP(e,t){var n=qP(e,"blur",t),r=e.dispatchEvent(n),o=_b(_b({},t),{},{bubbles:!0});return e.dispatchEvent(qP(e,"focusout",o)),r}function VP(e,t,n){return e.dispatchEvent(function(e,t,n){if(void 0===n&&(n={}),"function"==typeof KeyboardEvent)return new KeyboardEvent(t,n);var r=Pb(e).createEvent("KeyboardEvent");return r.initKeyboardEvent(t,n.bubbles,n.cancelable,Rb(e),n.key,n.location,n.ctrlKey,n.altKey,n.shiftKey,n.metaKey),r}(e,t,n))}var XP=Hb&&"msCrypto"in window;var UP=Hb&&"msCrypto"in window;function $P(e,t,n){var r=Yb(n);return(0,dt.useCallback)((function(n){var o;if(null===(o=r.current)||void 0===o||o.call(r,n),!n.defaultPrevented&&e&&function(e){return!!jb(e)&&!e.metaKey&&"Tab"!==e.key}(n)){var a=null==t?void 0:t.ref.current;a&&(VP(a,n.type,n)||n.preventDefault(),n.currentTarget.contains(a)&&n.stopPropagation())}}),[e,t])}function GP(e,t){return null==e?void 0:e.some((function(e){return!!t&&e.ref.current===t}))}var KP=Ab({name:"Composite",compose:[rv],keys:sv,useOptions:function(e){return zb(zb({},e),{},{currentId:iv(e)})},useProps:function(e,t){var n=t.ref,r=t.onFocusCapture,o=t.onFocus,a=t.onBlurCapture,i=t.onKeyDown,s=t.onKeyDownCapture,l=t.onKeyUpCapture,c=Nb(t,["ref","onFocusCapture","onFocus","onBlurCapture","onKeyDown","onKeyDownCapture","onKeyUpCapture"]),u=(0,dt.useRef)(null),d=VI(e.items,e.currentId),p=(0,dt.useRef)(null),m=Yb(r),f=Yb(o),h=Yb(a),g=Yb(i),b=function(e){var t=Yb(e),n=(0,dt.useReducer)((function(e){return e+1}),0),r=n[0],o=n[1];return(0,dt.useEffect)((function(){var e,n=null===(e=t.current)||void 0===e?void 0:e.ref.current;r&&n&&uv(n)}),[r]),o}(d),v=UP?function(e){var t=(0,dt.useRef)(null);return(0,dt.useEffect)((function(){var n=Pb(e.current),r=function(e){var n=e.target;t.current=n};return n.addEventListener("focus",r,!0),function(){n.removeEventListener("focus",r,!0)}}),[]),t}(u):void 0;(0,dt.useEffect)((function(){var t=u.current;e.unstable_moves&&!d&&(null==t||t.focus())}),[e.unstable_moves,d]);var y=$P(e.unstable_virtual,d,s),_=$P(e.unstable_virtual,d,l),M=(0,dt.useCallback)((function(t){var n;if(null===(n=m.current)||void 0===n||n.call(m,t),!t.defaultPrevented&&e.unstable_virtual){var r=(null==v?void 0:v.current)||t.relatedTarget,o=GP(e.items,r);jb(t)&&o&&(t.stopPropagation(),p.current=r)}}),[e.unstable_virtual,e.items]),k=(0,dt.useCallback)((function(t){var n;if(null===(n=f.current)||void 0===n||n.call(f,t),!t.defaultPrevented)if(e.unstable_virtual)jb(t)&&b();else if(jb(t)){var r;null===(r=e.setCurrentId)||void 0===r||r.call(e,null)}}),[e.unstable_virtual,e.setCurrentId]),w=(0,dt.useCallback)((function(t){var n;if(null===(n=h.current)||void 0===n||n.call(h,t),!t.defaultPrevented&&e.unstable_virtual){var r=(null==d?void 0:d.ref.current)||null,o=function(e){return XP?qb(e.currentTarget):e.relatedTarget}(t),a=GP(e.items,o);if(jb(t)&&a)o===r?p.current&&p.current!==o&&FP(p.current,t):r&&FP(r,t),t.stopPropagation();else!GP(e.items,t.target)&&r&&FP(r,t)}}),[e.unstable_virtual,e.items,d]),E=(0,dt.useCallback)((function(t){var n,r;if(null===(n=g.current)||void 0===n||n.call(g,t),!t.defaultPrevented&&null===e.currentId&&jb(t)){var o="horizontal"!==e.orientation,a="vertical"!==e.orientation,i=!(null===(r=e.groups)||void 0===r||!r.length),s={ArrowUp:(i||o)&&function(){if(i){var t,n=function(e){return av(tP(nP(eP(e))))}(e.items);if(null!=n&&n.id)null===(t=e.move)||void 0===t||t.call(e,n.id)}else{var r;null===(r=e.last)||void 0===r||r.call(e)}},ArrowRight:(i||a)&&e.first,ArrowDown:(i||o)&&e.first,ArrowLeft:(i||a)&&e.last,Home:e.first,End:e.last,PageUp:e.first,PageDown:e.last},l=s[t.key];l&&(t.preventDefault(),l())}}),[e.currentId,e.orientation,e.groups,e.items,e.move,e.last,e.first]);return zb({ref:Ib(u,n),id:e.baseId,onFocus:k,onFocusCapture:M,onBlurCapture:w,onKeyDownCapture:y,onKeyDown:E,onKeyUpCapture:_,"aria-activedescendant":e.unstable_virtual&&(null==d?void 0:d.id)||void 0},c)},useComposeProps:function(e,t){t=Zb(e,t,!0);var n=rv(e,t,!0);return e.unstable_virtual||null===e.currentId?zb({tabIndex:0},n):zb(zb({},t),{},{ref:n.ref})}}),JP=xb({as:"div",useHook:KP,useCreateElement:function(e,t,n){return bb(e,t,n)}});function ZP(e){let{isDraggable:t,pattern:n,onClick:r,composite:o}=e;const{blocks:a,viewportWidth:i}=n,s=`block-editor-block-patterns-list__item-description-${uf(ZP)}`;return(0,dt.createElement)(YI,{isEnabled:t,blocks:a},(e=>{let{draggable:t,onDragStart:l,onDragEnd:c}=e;return(0,dt.createElement)("div",{className:"block-editor-block-patterns-list__list-item","aria-label":n.title,"aria-describedby":n.description?s:void 0,draggable:t,onDragStart:l,onDragEnd:c},(0,dt.createElement)(Mv,ft({role:"option",as:"div"},o,{className:"block-editor-block-patterns-list__item",onClick:()=>r(n,a)}),(0,dt.createElement)(zI,{blocks:a,viewportWidth:i}),(0,dt.createElement)("div",{className:"block-editor-block-patterns-list__item-title"},n.title),!!n.description&&(0,dt.createElement)(ib,{id:s},n.description)))}))}function QP(){return(0,dt.createElement)("div",{className:"block-editor-block-patterns-list__item is-placeholder"})}const eR=function(e){let{isDraggable:t,blockPatterns:n,shownPatterns:r,onClickPattern:o,orientation:a,label:i=hr("Block Patterns")}=e;const s=_P({orientation:a});return(0,dt.createElement)(JP,ft({},s,{role:"listbox",className:"block-editor-block-patterns-list","aria-label":i}),n.map((e=>r.includes(e)?(0,dt.createElement)(ZP,{key:e.name,pattern:e,onClick:o,isDraggable:t,composite:s}):(0,dt.createElement)(QP,{key:e.name}))))};function tR(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r}=e;const o="block-editor-block-patterns-explorer__sidebar";return(0,dt.createElement)("div",{className:`${o}__categories-list`},n.map((e=>{let{name:n,label:a}=e;return(0,dt.createElement)(lb,{key:n,label:a,className:`${o}__categories-list__item`,isPressed:t===n,onClick:()=>{r(n)}},a)})))}function nR(e){let{filterValue:t,setFilterValue:n}=e;return(0,dt.createElement)("div",{className:"block-editor-block-patterns-explorer__search"},(0,dt.createElement)(FD,{onChange:n,value:t,label:hr("Search for patterns"),placeholder:hr("Search")}))}const rR=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r,filterValue:o,setFilterValue:a}=e;return(0,dt.createElement)("div",{className:"block-editor-block-patterns-explorer__sidebar"},(0,dt.createElement)(nR,{filterValue:o,setFilterValue:a}),!o&&(0,dt.createElement)(tR,{selectedCategory:t,patternCategories:n,onClickCategory:r}))};const oR=function(){return(0,dt.createElement)("div",{className:"block-editor-inserter__no-results"},(0,dt.createElement)(MA,{className:"block-editor-inserter__no-results-icon",icon:aB}),(0,dt.createElement)("p",null,hr("No results found.")))};const aR=function(e){let{rootClientId:t="",insertionIndex:n,clientId:r,isAppender:o,onSelect:a,shouldFocusBlock:i=!0}=e;const{getSelectedBlock:s}=Cc(Iw),{destinationRootClientId:l,destinationIndex:c}=Cc((e=>{const{getSelectedBlockClientId:a,getBlockRootClientId:i,getBlockIndex:s,getBlockOrder:l}=e(Iw),c=a();let u,d=t;return void 0!==n?u=n:r?u=s(r,d):!o&&c?(d=i(c),u=s(c,d)+1):u=l(d).length,{destinationRootClientId:d,destinationIndex:u}}),[t,n,r,o]),{replaceBlocks:u,insertBlocks:d,showInsertionPoint:p,hideInsertionPoint:m}=kp(Iw),f=(0,dt.useCallback)((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=s();!o&&r&&Aa(r)?u(r.clientId,e,null,i||n?0:null,t):d(e,c,l,!0,i||n?0:null,t);const p=Sn(br("%d block added.","%d blocks added.",(0,ht.castArray)(e).length),(0,ht.castArray)(e).length);Q_(p),a&&a()}),[o,s,u,d,l,c,a,i]),h=(0,dt.useCallback)((e=>{e?p(l,c):m()}),[p,m,l,c]);return[l,f,h]},iR=e=>e.name||"",sR=e=>e.title,lR=e=>e.description||"",cR=e=>e.keywords||[],uR=e=>e.category,dR=()=>null;function pR(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=(0,ht.deburr)(e),e=e.replace(/^\//,""),e=e.toLowerCase(),e}const mR=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return(0,ht.words)(pR(e))},fR=(e,t)=>(0,ht.differenceWith)(e,mR(t),((e,t)=>t.includes(e))),hR=(e,t,n,r)=>{if(0===mR(r).length)return e;const o={getCategory:e=>{var n;return null===(n=(0,ht.find)(t,{slug:e.category}))||void 0===n?void 0:n.title},getCollection:e=>{var t;return null===(t=n[e.name.split("/")[0]])||void 0===t?void 0:t.title}};return gR(e,r,o)},gR=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=mR(t);if(0===r.length)return e;const o=e.map((e=>[e,bR(e,t,n)])).filter((e=>{let[,t]=e;return t>0}));return o.sort(((e,t)=>{let[,n]=e,[,r]=t;return r-n})),o.map((e=>{let[t]=e;return t}))};function bR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{getName:r=iR,getTitle:o=sR,getDescription:a=lR,getKeywords:i=cR,getCategory:s=uR,getCollection:l=dR}=n,c=r(e),u=o(e),d=a(e),p=i(e),m=s(e),f=l(e),h=pR(t),g=pR(u);let b=0;if(h===g)b+=30;else if(g.startsWith(h))b+=20;else{const e=[c,u,d,...p,m,f].join(" "),t=(0,ht.words)(h);0===fR(t,e).length&&(b+=10)}return 0!==b&&c.startsWith("core/")&&b++,b}function vR(e){let{filterValue:t,filteredBlockPatternsLength:n}=e;return t?(0,dt.createElement)(pC,{level:2,lineHeight:"48px",className:"block-editor-block-patterns-explorer__search-results-count"},Sn(br('%1$d pattern found for "%2$s"','%1$d patterns found for "%2$s"',n),n,t)):null}const yR=function(e){let{filterValue:t,selectedCategory:n,patternCategories:r}=e;const o=df(Q_,500),[a,i]=aR({shouldFocusBlock:!0}),[s,,l]=jP(i,a),c=(0,dt.useMemo)((()=>r.map((e=>e.name))),[r]),u=(0,dt.useMemo)((()=>t?gR(s,t):s.filter((e=>{var t,r;return"uncategorized"===n?!(null!==(t=e.categories)&&void 0!==t&&t.length)||e.categories.every((e=>!c.includes(e))):null===(r=e.categories)||void 0===r?void 0:r.includes(n)}))),[t,n,s]);(0,dt.useEffect)((()=>{if(!t)return;const e=u.length,n=Sn(br("%d result found.","%d results found.",e),e);o(n)}),[t,o]);const d=DI(u,{step:2}),p=!(null==u||!u.length);return(0,dt.createElement)("div",{className:"block-editor-block-patterns-explorer__list"},p&&(0,dt.createElement)(vR,{filterValue:t,filteredBlockPatternsLength:u.length}),(0,dt.createElement)(MP,null,!p&&(0,dt.createElement)(oR,null),p&&(0,dt.createElement)(eR,{shownPatterns:d,blockPatterns:u,onClickPattern:l,isDraggable:!1})))};function _R(e){let{initialCategory:t,patternCategories:n}=e;const[r,o]=(0,dt.useState)(""),[a,i]=(0,dt.useState)(null==t?void 0:t.name);return(0,dt.createElement)("div",{className:"block-editor-block-patterns-explorer"},(0,dt.createElement)(rR,{selectedCategory:a,patternCategories:n,onClickCategory:i,filterValue:r,setFilterValue:o}),(0,dt.createElement)(yR,{filterValue:r,selectedCategory:a,patternCategories:n}))}const MR=function(e){let{onModalClose:t,...n}=e;return(0,dt.createElement)(sT,{title:hr("Patterns"),closeLabel:hr("Close"),onRequestClose:t,isFullScreen:!0},(0,dt.createElement)(_R,n))};function kR(e){let{rootClientId:t,onInsert:n,selectedCategory:r,populatedCategories:o}=e;const[a,,i]=jP(n,t),s=(0,dt.useCallback)((e=>{var t;if(null===(t=e.categories)||void 0===t||!t.length)return 1/0;const n=o.reduce(((e,t,n)=>{let{name:r}=t;return e[r]=n,e}),{});return Math.min(...e.categories.map((e=>void 0!==n[e]?n[e]:1/0)))}),[o]),l=(0,dt.useMemo)((()=>a.filter((e=>{var t;return"uncategorized"===r.name?s(e)===1/0:null===(t=e.categories)||void 0===t?void 0:t.includes(r.name)}))),[a,r]),c=(0,dt.useMemo)((()=>l.sort(((e,t)=>s(e)-s(t)))),[l,s]),u=DI(c);return l.length?(0,dt.createElement)("div",{className:"block-editor-inserter__panel-content"},(0,dt.createElement)(eR,{shownPatterns:u,blockPatterns:l,onClickPattern:i,label:r.label,orientation:"vertical",isDraggable:!0})):null}const wR=function(e){let{rootClientId:t,onInsert:n,onClickCategory:r,selectedCategory:o}=e;const[a,i]=(0,dt.useState)(!1),[s,l]=jP(),c=(0,dt.useCallback)((e=>!(!e.categories||!e.categories.length)&&e.categories.some((e=>l.some((t=>t.name===e))))),[l]),u=(0,dt.useMemo)((()=>{const e=l.filter((e=>s.some((t=>{var n;return null===(n=t.categories)||void 0===n?void 0:n.includes(e.name)})))).sort(((e,t)=>{let{name:n}=e,{name:r}=t;return[n,r].includes("featured")?"featured"===n?-1:1:0}));return s.some((e=>!c(e)))&&!e.find((e=>"uncategorized"===e.name))&&e.push({name:"uncategorized",label:gr("Uncategorized")}),e}),[s,l]),d=o||u[0];return(0,dt.createElement)(dt.Fragment,null,!a&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(AP,{selectedCategory:d,patternCategories:u,onClickCategory:r,openPatternExplorer:()=>i(!0)}),(0,dt.createElement)(kR,{rootClientId:t,onInsert:n,selectedCategory:d,populatedCategories:u})),a&&(0,dt.createElement)(MR,{initialCategory:d,patternCategories:u,onModalClose:()=>i(!1)}))};function ER(e){let{onHover:t,onInsert:n,rootClientId:r}=e;const[o,,,a]=ZI(r,n),i=(0,dt.useMemo)((()=>o.filter((e=>{let{category:t}=e;return"reusable"===t}))),[o]);return 0===i.length?(0,dt.createElement)(oR,null):(0,dt.createElement)(JI,{title:hr("Reusable blocks")},(0,dt.createElement)(KI,{items:i,onSelect:a,onHover:t,label:hr("Reusable blocks")}))}const LR=function(e){let{rootClientId:t,onInsert:n,onHover:r}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(ER,{onHover:r,onInsert:n,rootClientId:t}),(0,dt.createElement)("div",{className:"block-editor-inserter__manage-reusable-blocks-container"},(0,dt.createElement)("a",{className:"block-editor-inserter__manage-reusable-blocks",href:qc("edit.php",{post_type:"wp_block"})},hr("Manage Reusable blocks"))))},{Fill:xR,Slot:SR}=qh("__unstableInserterMenuExtension");xR.Slot=SR;const AR=xR,CR=[];const TR=function(e){let{filterValue:t,onSelect:n,onHover:r,rootClientId:o,clientId:a,isAppender:i,__experimentalInsertionIndex:s,maxBlockPatterns:l,maxBlockTypes:c,showBlockDirectory:u=!1,isDraggable:d=!0,shouldFocusBlock:p=!0}=e;const m=df(Q_,500),[f,h]=aR({onSelect:n,rootClientId:o,clientId:a,isAppender:i,insertionIndex:s,shouldFocusBlock:p}),[g,b,v,y]=ZI(f,h),[_,,M]=jP(h,f),k=(0,dt.useMemo)((()=>{const e=hR((0,ht.orderBy)(g,["frecency"],["desc"]),b,v,t);return void 0!==c?e.slice(0,c):e}),[t,g,b,v,c]),w=(0,dt.useMemo)((()=>{const e=gR(_,t);return void 0!==l?e.slice(0,l):e}),[t,_,l]);(0,dt.useEffect)((()=>{if(!t)return;const e=k.length+w.length,n=Sn(br("%d result found.","%d results found.",e),e);m(n)}),[t,m]);const E=DI(k,{step:9}),L=DI(E.length===k.length?w:CR),x=!(0,ht.isEmpty)(k)||!(0,ht.isEmpty)(w);return(0,dt.createElement)(MP,null,!u&&!x&&(0,dt.createElement)(oR,null),!!k.length&&(0,dt.createElement)(JI,{title:(0,dt.createElement)(ib,null,hr("Blocks"))},(0,dt.createElement)(KI,{items:E,onSelect:y,onHover:r,label:hr("Blocks"),isDraggable:d})),!!k.length&&!!w.length&&(0,dt.createElement)("div",{className:"block-editor-inserter__quick-inserter-separator"}),!!w.length&&(0,dt.createElement)(JI,{title:(0,dt.createElement)(ib,null,hr("Block Patterns"))},(0,dt.createElement)("div",{className:"block-editor-inserter__quick-inserter-patterns"},(0,dt.createElement)(eR,{shownPatterns:L,blockPatterns:w,onClickPattern:M,isDraggable:d}))),u&&(0,dt.createElement)(AR.Slot,{fillProps:{onSelect:y,onHover:r,filterValue:t,hasItems:x,rootClientId:f}},(e=>e.length?e:x?null:(0,dt.createElement)(oR,null))))},zR=e=>{let{tabId:t,onClick:n,children:r,selected:o,...a}=e;return(0,dt.createElement)(lb,ft({role:"tab",tabIndex:o?null:-1,"aria-selected":o,id:t,onClick:n},a),r)};function NR(e){var t;let{className:n,children:r,tabs:o,initialTabName:a,orientation:i="horizontal",activeClass:s="is-active",onSelect:l=ht.noop}=e;const c=uf(NR,"tab-panel"),[u,d]=(0,dt.useState)(null),p=e=>{d(e),l(e)},m=(0,ht.find)(o,{name:u}),f=`${c}-${null!==(t=null==m?void 0:m.name)&&void 0!==t?t:"none"}`;return(0,dt.useEffect)((()=>{(0,ht.find)(o,{name:u})||d(a||(o.length>0?o[0].name:null))}),[o]),(0,dt.createElement)("div",{className:n},(0,dt.createElement)(Bv,{role:"tablist",orientation:i,onNavigate:(e,t)=>{t.click()},className:"components-tab-panel__tabs"},o.map((e=>(0,dt.createElement)(zR,{className:Hp()("components-tab-panel__tabs-item",e.className,{[s]:e.name===u}),tabId:`${c}-${e.name}`,"aria-controls":`${c}-${e.name}-view`,selected:e.name===u,key:e.name,onClick:(0,ht.partial)(p,e.name)},e.title)))),m&&(0,dt.createElement)("div",{key:f,"aria-labelledby":f,role:"tabpanel",id:`${f}-view`,className:"components-tab-panel__tab-content"},r(m)))}const OR={name:"blocks",title:hr("Blocks")},DR={name:"patterns",title:hr("Patterns")},BR={name:"reusable",title:hr("Reusable")};const IR=function(e){let{children:t,showPatterns:n=!1,showReusableBlocks:r=!1,onSelect:o}=e;const a=(0,dt.useMemo)((()=>{const e=[OR];return n&&e.push(DR),r&&e.push(BR),e}),[OR,n,DR,r,BR]);return(0,dt.createElement)(NR,{className:"block-editor-inserter__tabs",tabs:a,onSelect:o},t)};const PR=function(e){let{rootClientId:t,clientId:n,isAppender:r,__experimentalInsertionIndex:o,onSelect:a,showInserterHelpPanel:i,showMostUsedBlocks:s,__experimentalFilterValue:l="",shouldFocusBlock:c=!0}=e;const[u,d]=(0,dt.useState)(l),[p,m]=(0,dt.useState)(null),[f,h]=(0,dt.useState)(null),[g,b,v]=aR({rootClientId:t,clientId:n,isAppender:r,insertionIndex:o,shouldFocusBlock:c}),{showPatterns:y,hasReusableBlocks:_}=Cc((e=>{var t;const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(Iw);return{showPatterns:!!n(g).length,hasReusableBlocks:!(null===(t=r().__experimentalReusableBlocks)||void 0===t||!t.length)}}),[g]),M=(0,dt.useCallback)(((e,t,n)=>{b(e,t,n),a()}),[b,a]),k=(0,dt.useCallback)(((e,t)=>{b(e,{patternName:t}),a()}),[b,a]),w=(0,dt.useCallback)((e=>{v(!!e),m(e)}),[v,m]),E=(0,dt.useCallback)((e=>{h(e)}),[h]),L=(0,dt.useMemo)((()=>(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{className:"block-editor-inserter__block-list"},(0,dt.createElement)(wP,{rootClientId:g,onInsert:M,onHover:w,showMostUsedBlocks:s})),i&&(0,dt.createElement)("div",{className:"block-editor-inserter__tips"},(0,dt.createElement)(ib,{as:"h2"},hr("A tip for using the block editor")),(0,dt.createElement)(oB,null)))),[g,M,w,u,s,i]),x=(0,dt.useMemo)((()=>(0,dt.createElement)(wR,{rootClientId:g,onInsert:k,onClickCategory:E,selectedCategory:f})),[g,k,E,f]),S=(0,dt.useMemo)((()=>(0,dt.createElement)(LR,{rootClientId:g,onInsert:M,onHover:w})),[g,M,w]),A=(0,dt.useCallback)((e=>"blocks"===e.name?L:"patterns"===e.name?x:S),[L,x,S]);return(0,dt.createElement)("div",{className:"block-editor-inserter__menu"},(0,dt.createElement)("div",{className:"block-editor-inserter__main-area"},(0,dt.createElement)("div",{className:"block-editor-inserter__content"},(0,dt.createElement)(FD,{className:"block-editor-inserter__search",onChange:e=>{p&&m(null),d(e)},value:u,label:hr("Search for blocks and patterns"),placeholder:hr("Search")}),!!u&&(0,dt.createElement)(TR,{filterValue:u,onSelect:a,onHover:w,rootClientId:t,clientId:n,isAppender:r,__experimentalInsertionIndex:o,showBlockDirectory:!0,shouldFocusBlock:c}),!u&&(y||_)&&(0,dt.createElement)(IR,{showPatterns:y,showReusableBlocks:_},A),!u&&!y&&!_&&L)),i&&p&&(0,dt.createElement)(NI,{item:p}))};function RR(e){let{onSelect:t,rootClientId:n,clientId:r,isAppender:o}=e;const[a,i]=(0,dt.useState)(""),[s,l]=aR({onSelect:t,rootClientId:n,clientId:r,isAppender:o}),[c]=ZI(s,l),[u]=jP(l,s),d=u.length&&!!a,p=d&&u.length>6||c.length>6,{setInserterIsOpened:m,insertionIndex:f}=Cc((e=>{const{getSettings:t,getBlockIndex:o,getBlockCount:a}=e(Iw),i=o(r,n);return{setInserterIsOpened:t().__experimentalSetIsInserterOpened,insertionIndex:-1===i?a():i}}),[r,n]);(0,dt.useEffect)((()=>{m&&m(!1)}),[m]);return(0,dt.createElement)("div",{className:Hp()("block-editor-inserter__quick-inserter",{"has-search":p,"has-expand":m})},p&&(0,dt.createElement)(FD,{className:"block-editor-inserter__search",value:a,onChange:e=>{i(e)},label:hr("Search for blocks and patterns"),placeholder:hr("Search")}),(0,dt.createElement)("div",{className:"block-editor-inserter__quick-inserter-results"},(0,dt.createElement)(TR,{filterValue:a,onSelect:t,rootClientId:n,clientId:r,isAppender:o,maxBlockPatterns:d?2:0,maxBlockTypes:6,isDraggable:!1})),m&&(0,dt.createElement)(lb,{className:"block-editor-inserter__quick-inserter-expand",onClick:()=>{m({rootClientId:n,insertionIndex:f,filterValue:a})},"aria-label":hr("Browse all. This will open the main inserter panel in the editor toolbar.")},hr("Browse all")))}const HR=e=>{let t,{onToggle:n,disabled:r,isOpen:o,blockTitle:a,hasSingleBlockType:i,toggleProps:s={}}=e;t=i?Sn(gr("Add %s","directly add the only allowed block"),a):gr("Add block","Generic label for block inserter button");const{onClick:l,...c}=s;return(0,dt.createElement)(lb,ft({icon:iC,label:t,tooltipPosition:"bottom",onClick:function(e){n&&n(e),l&&l(e)},className:"block-editor-inserter__toggle","aria-haspopup":!i&&"true","aria-expanded":!i&&o,disabled:r},c))};class WR extends dt.Component{constructor(){super(...arguments),this.onToggle=this.onToggle.bind(this),this.renderToggle=this.renderToggle.bind(this),this.renderContent=this.renderContent.bind(this)}onToggle(e){const{onToggle:t}=this.props;t&&t(e)}renderToggle(e){let{onToggle:t,isOpen:n}=e;const{disabled:r,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:s,hasItems:l,renderToggle:c=HR}=this.props;return c({onToggle:t,isOpen:n,disabled:r||!l,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:s})}renderContent(e){let{onClose:t}=e;const{rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a,__experimentalIsQuick:i}=this.props;return i?(0,dt.createElement)(RR,{onSelect:()=>{t()},rootClientId:n,clientId:r,isAppender:o}):(0,dt.createElement)(PR,{onSelect:()=>{t()},rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a})}render(){const{position:e,hasSingleBlockType:t,directInsertBlock:n,insertOnlyAllowedBlock:r,__experimentalIsQuick:o,onSelectOrClose:a}=this.props;return t||null!=n&&n.length?this.renderToggle({onToggle:r}):(0,dt.createElement)(Tv,{className:"block-editor-inserter",contentClassName:Hp()("block-editor-inserter__popover",{"is-quick":o}),position:e,onToggle:this.onToggle,expandOnMobile:!0,headerTitle:hr("Add a block"),renderToggle:this.renderToggle,renderContent:this.renderContent,onClose:a})}}const YR=UC([FC(((e,t)=>{let{clientId:n,rootClientId:r}=t;const{getBlockRootClientId:o,hasInserterItems:a,__experimentalGetAllowedBlocks:i,__experimentalGetDirectInsertBlock:s}=e(Iw),{getBlockVariations:l}=e(Qa);r=r||o(n)||void 0;const c=i(r),u=s(r),d=1===(0,ht.size)(c)&&0===(0,ht.size)(l(c[0].name,"inserter"));let p=!1;return d&&(p=c[0]),{hasItems:a(r),hasSingleBlockType:d,blockTitle:p?p.title:"",allowedBlockType:p,directInsertBlock:u,rootClientId:r}})),XC(((e,t,n)=>{let{select:r}=n;return{insertOnlyAllowedBlock(){const{rootClientId:n,clientId:o,isAppender:a,hasSingleBlockType:i,allowedBlockType:s,directInsertBlock:l,onSelectOrClose:c}=t;if(!(i||null!=l&&l.length))return;const{insertBlock:u}=e(Iw);u(null!=l&&l.length?ha(...l):ha(s.name),function(){const{getBlockIndex:e,getBlockSelectionEnd:t,getBlockOrder:i,getBlockRootClientId:s}=r(Iw);if(o)return e(o,n);const l=t();return!a&&l&&s(l)===n?e(l,n)+1:i(n).length}(),n),c&&c();Q_(Sn(hr("%s block added"),s.title))}}})),$C((e=>{let{hasItems:t,isAppender:n,rootClientId:r,clientId:o}=e;return t||!n&&!r&&!o}))])(WR);const jR=UC(FC(((e,t)=>{const{getBlockCount:n,getBlockName:r,isBlockValid:o,getSettings:a,getTemplateLock:i}=e(Iw),s=!n(t.rootClientId),l=r(t.lastBlockClientId)===Qo(),c=o(t.lastBlockClientId),{bodyPlaceholder:u}=a();return{isVisible:s||!l||!c,showPrompt:s,isLocked:!!i(t.rootClientId),placeholder:u}})),XC(((e,t)=>{const{insertDefaultBlock:n,startTyping:r}=e(Iw);return{onAppend(){const{rootClientId:e}=t;n(void 0,e),r()}}})))((function(e){let{isLocked:t,isVisible:n,onAppend:r,showPrompt:o,placeholder:a,rootClientId:i}=e;if(t||!n)return null;const s=ds(a)||hr("Type / to choose a block");return(0,dt.createElement)("div",{"data-root-client-id":i||"",className:Hp()("block-editor-default-block-appender",{"has-visible-prompt":o})},(0,dt.createElement)("p",{tabIndex:"0",contentEditable:!0,suppressContentEditableWarning:!0,role:"button","aria-label":hr("Add block"),className:"block-editor-default-block-appender__content",onFocus:r},o?s:"\ufeff"),(0,dt.createElement)(YR,{rootClientId:i,position:"bottom right",isAppender:!0,__experimentalIsQuick:!0}))}));function qR(e,t){let{rootClientId:n,className:r,onFocus:o,tabIndex:a}=e;return(0,dt.createElement)(YR,{position:"bottom center",rootClientId:n,__experimentalIsQuick:!0,renderToggle:e=>{let n,{onToggle:i,disabled:s,isOpen:l,blockTitle:c,hasSingleBlockType:u}=e;n=u?Sn(gr("Add %s","directly add the only allowed block"),c):gr("Add block","Generic label for block inserter button");const d=!u;let p=(0,dt.createElement)(lb,{ref:t,onFocus:o,tabIndex:a,className:Hp()(r,"block-editor-button-block-appender"),onClick:i,"aria-haspopup":d?"true":void 0,"aria-expanded":d?l:void 0,disabled:s,label:n},!u&&(0,dt.createElement)(ib,{as:"span"},n),(0,dt.createElement)(MA,{icon:iC}));return(d||u)&&(p=(0,dt.createElement)(sg,{text:n},p)),p},isAppender:!0})}(0,dt.forwardRef)(((e,t)=>(pu("wp.blockEditor.ButtonBlockerAppender",{alternative:"wp.blockEditor.ButtonBlockAppender"}),qR(e,t))));const FR=(0,dt.forwardRef)(qR);const VR=FC(((e,t)=>{let{rootClientId:n}=t;const{getBlockOrder:r,canInsertBlockType:o,getTemplateLock:a,getSelectedBlockClientId:i}=e(Iw);return{isLocked:!!a(n),blockClientIds:r(n),canInsertDefaultBlock:o(Qo(),n),selectedBlockClientId:i()}}))((function(e){let t,{blockClientIds:n,rootClientId:r,canInsertDefaultBlock:o,isLocked:a,renderAppender:i,className:s,selectedBlockClientId:l,tagName:c="div"}=e;if(a||!1===i)return null;if(i)t=(0,dt.createElement)(i,null);else{const e=!r,a=l===r,i=l&&!n.includes(l);if(!e&&!a&&(!l||i))return null;t=o?(0,dt.createElement)(jR,{rootClientId:r,lastBlockClientId:(0,ht.last)(n)}):(0,dt.createElement)(FR,{rootClientId:r,className:"block-list-appender__toggle"})}return(0,dt.createElement)(c,{tabIndex:-1,className:Hp()("block-list-appender wp-block",s),"data-block":!0},t)}));var XR=function(e,t){return XR=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},XR(e,t)};function UR(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}XR(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var $R=function(){return $R=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i}function JR(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o-1||/[A-Z]/.test(e))}var CH={};var TH=["","X","Y","Z"],zH=["transformPerspective","x","y","z"];function NH(e,t){return zH.indexOf(e)-zH.indexOf(t)}["translate","scale","rotate","skew"].forEach((function(e){return TH.forEach((function(t){return zH.push(e+t)}))}));var OH=new Set(zH);function DH(e){return OH.has(e)}var BH=new Set(["originX","originY","originZ"]);function IH(e){return BH.has(e)}function PH(e,t){var n=t.layout,r=t.layoutId;return DH(e)||IH(e)||(n||void 0!==r)&&(!!CH[e]||"opacity"===e)}var RH=function(e){return null!==e&&"object"==typeof e&&e.getVelocity},HH={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"};function WH(e){return e.startsWith("--")}var YH=function(e,t){return t&&"number"==typeof e?t.transform(e):e},jH=function(e,t){return function(n){return Math.max(Math.min(n,t),e)}},qH=function(e){return e%1?Number(e.toFixed(5)):e},FH=/(-)?([\d]*\.?[\d])+/g,VH=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,XH=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i;function UH(e){return"string"==typeof e}var $H=function(e){return{test:function(t){return UH(t)&&t.endsWith(e)&&1===t.split(" ").length},parse:parseFloat,transform:function(t){return""+t+e}}},GH=$H("deg"),KH=$H("%"),JH=$H("px"),ZH=$H("vh"),QH=$H("vw"),eW=$R($R({},KH),{parse:function(e){return KH.parse(e)/100},transform:function(e){return KH.transform(100*e)}}),tW={test:function(e){return"number"==typeof e},parse:parseFloat,transform:function(e){return e}},nW=$R($R({},tW),{transform:jH(0,1)}),rW=$R($R({},tW),{default:1}),oW=$R($R({},tW),{transform:Math.round}),aW={borderWidth:JH,borderTopWidth:JH,borderRightWidth:JH,borderBottomWidth:JH,borderLeftWidth:JH,borderRadius:JH,radius:JH,borderTopLeftRadius:JH,borderTopRightRadius:JH,borderBottomRightRadius:JH,borderBottomLeftRadius:JH,width:JH,maxWidth:JH,height:JH,maxHeight:JH,size:JH,top:JH,right:JH,bottom:JH,left:JH,padding:JH,paddingTop:JH,paddingRight:JH,paddingBottom:JH,paddingLeft:JH,margin:JH,marginTop:JH,marginRight:JH,marginBottom:JH,marginLeft:JH,rotate:GH,rotateX:GH,rotateY:GH,rotateZ:GH,scale:rW,scaleX:rW,scaleY:rW,scaleZ:rW,skew:GH,skewX:GH,skewY:GH,distance:JH,translateX:JH,translateY:JH,translateZ:JH,x:JH,y:JH,z:JH,perspective:JH,transformPerspective:JH,opacity:nW,originX:eW,originY:eW,originZ:JH,zIndex:oW,fillOpacity:nW,strokeOpacity:nW,numOctaves:oW};function iW(e,t,n,r,o,a,i,s){var l,c=e.style,u=e.vars,d=e.transform,p=e.transformKeys,m=e.transformOrigin;p.length=0;var f=!1,h=!1,g=!0;for(var b in t){var v=t[b];if(WH(b))u[b]=v;else{var y=aW[b],_=YH(v,y);if(DH(b)){if(f=!0,d[b]=_,p.push(b),!g)continue;v!==(null!==(l=y.default)&&void 0!==l?l:0)&&(g=!1)}else if(IH(b))m[b]=_,h=!0;else if((null==n?void 0:n.isHydrated)&&(null==r?void 0:r.isHydrated)&&CH[b]){var M=CH[b].process(v,r,n),k=CH[b].applyTo;if(k)for(var w=k.length,E=0;E0?-1:1)*((r-a)*i)/s}):(t=function(e){return Math.exp(-e*o)*((e-l)*o+1)-.001},n=function(e){return Math.exp(-e*o)*(o*o*(l-e))});var p=function(e,t,n){for(var r=n,o=1;o<12;o++)r-=e(r)/t(r);return r}(t,n,5/o);if(o*=1e3,isNaN(p))return{stiffness:100,damping:10,duration:o};var m=Math.pow(p,2)*u;return{stiffness:m,damping:2*d*Math.sqrt(u*m),duration:o}}function gY(e,t){return e*Math.sqrt(1-t*t)}var bY=["duration","bounce"],vY=["stiffness","damping","mass"];function yY(e,t){return t.some((function(t){return void 0!==e[t]}))}function _Y(e){var t=e.from,n=void 0===t?0:t,r=e.to,o=void 0===r?1:r,a=e.restSpeed,i=void 0===a?2:a,s=e.restDelta,l=GR(e,["from","to","restSpeed","restDelta"]),c={done:!1,value:n},u=function(e){var t=$R({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},e);if(!yY(e,vY)&&yY(e,bY)){var n=hY(e);(t=$R($R($R({},t),n),{velocity:0,mass:1})).isResolvedFromDuration=!0}return t}(l),d=u.stiffness,p=u.damping,m=u.mass,f=u.velocity,h=u.duration,g=u.isResolvedFromDuration,b=MY,v=MY;function y(){var e=f?-f/1e3:0,t=o-n,r=p/(2*Math.sqrt(d*m)),a=Math.sqrt(d/m)/1e3;if(null!=s||(s=Math.abs(o-n)<=1?.01:.4),r<1){var i=gY(a,r);b=function(n){var s=Math.exp(-r*a*n);return o-s*((e+r*a*t)/i*Math.sin(i*n)+t*Math.cos(i*n))},v=function(n){var o=Math.exp(-r*a*n);return r*a*o*(Math.sin(i*n)*(e+r*a*t)/i+t*Math.cos(i*n))-o*(Math.cos(i*n)*(e+r*a*t)-i*t*Math.sin(i*n))}}else if(1===r)b=function(n){return o-Math.exp(-a*n)*(t+(e+a*t)*n)};else{var l=a*Math.sqrt(r*r-1);b=function(n){var i=Math.exp(-r*a*n),s=Math.min(l*n,300);return o-i*((e+r*a*t)*Math.sinh(s)+l*t*Math.cosh(s))/l}}}return y(),{next:function(e){var t=b(e);if(g)c.done=e>=h;else{var n=1e3*v(e),r=Math.abs(n)<=i,a=Math.abs(o-t)<=s;c.done=r&&a}return c.value=c.done?o:t,c},flipTarget:function(){var e;f=-f,n=(e=[o,n])[0],o=e[1],y()}}}_Y.needsInterpolation=function(e,t){return"string"==typeof e||"string"==typeof t};var MY=function(e){return 0},kY=function(e,t,n){var r=t-e;return 0===r?1:(n-e)/r},wY=function(e,t,n){return-n*e+n*t+e},EY=function(e,t){return function(n){return Boolean(UH(n)&&XH.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t))}},LY=function(e,t,n){return function(r){var o;if(!UH(r))return r;var a=r.match(FH),i=a[0],s=a[1],l=a[2],c=a[3];return(o={})[e]=parseFloat(i),o[t]=parseFloat(s),o[n]=parseFloat(l),o.alpha=void 0!==c?parseFloat(c):1,o}},xY=jH(0,255),SY=$R($R({},tW),{transform:function(e){return Math.round(xY(e))}}),AY={test:EY("rgb","red"),parse:LY("red","green","blue"),transform:function(e){var t=e.red,n=e.green,r=e.blue,o=e.alpha,a=void 0===o?1:o;return"rgba("+SY.transform(t)+", "+SY.transform(n)+", "+SY.transform(r)+", "+qH(nW.transform(a))+")"}};var CY={test:EY("#"),parse:function(e){var t="",n="",r="",o="";return e.length>5?(t=e.substr(1,2),n=e.substr(3,2),r=e.substr(5,2),o=e.substr(7,2)):(t=e.substr(1,1),n=e.substr(2,1),r=e.substr(3,1),o=e.substr(4,1),t+=t,n+=n,r+=r,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}},transform:AY.transform},TY={test:EY("hsl","hue"),parse:LY("hue","saturation","lightness"),transform:function(e){var t=e.hue,n=e.saturation,r=e.lightness,o=e.alpha,a=void 0===o?1:o;return"hsla("+Math.round(t)+", "+KH.transform(qH(n))+", "+KH.transform(qH(r))+", "+qH(nW.transform(a))+")"}},zY=function(e,t,n){var r=e*e,o=t*t;return Math.sqrt(Math.max(0,n*(o-r)+r))},NY=[CY,AY,TY],OY=function(e){return NY.find((function(t){return t.test(e)}))},DY=function(e){return"'"+e+"' is not an animatable color. Use the equivalent color code instead."},BY=function(e,t){var n=OY(e),r=OY(t);DY(e),DY(t),n.transform,r.transform;var o=n.parse(e),a=r.parse(t),i=$R({},o),s=n===TY?wY:zY;return function(e){for(var t in i)"alpha"!==t&&(i[t]=s(o[t],a[t],e));return i.alpha=wY(o.alpha,a.alpha,e),n.transform(i)}},IY={test:function(e){return AY.test(e)||CY.test(e)||TY.test(e)},parse:function(e){return AY.test(e)?AY.parse(e):TY.test(e)?TY.parse(e):CY.parse(e)},transform:function(e){return UH(e)?e:e.hasOwnProperty("red")?AY.transform(e):TY.transform(e)}},PY="${c}",RY="${n}";function HY(e){var t=[],n=0,r=e.match(VH);r&&(n=r.length,e=e.replace(VH,PY),t.push.apply(t,r.map(IY.parse)));var o=e.match(FH);return o&&(e=e.replace(FH,RY),t.push.apply(t,o.map(tW.parse))),{values:t,numColors:n,tokenised:e}}function WY(e){return HY(e).values}function YY(e){var t=HY(e),n=t.values,r=t.numColors,o=t.tokenised,a=n.length;return function(e){for(var t=o,n=0;n0},parse:WY,createTransformer:YY,getAnimatableNone:function(e){var t=WY(e);return YY(e)(t.map(jY))}},FY=function(e){return"number"==typeof e};function VY(e,t){return FY(e)?function(n){return wY(e,t,n)}:IY.test(e)?BY(e,t):GY(e,t)}var XY=function(e,t){var n=JR([],e),r=n.length,o=e.map((function(e,n){return VY(e,t[n])}));return function(e){for(var t=0;te[l-1]&&(e=[].concat(e),t=[].concat(t),e.reverse(),t.reverse());var c=JY(t,i,s),u=2===l?function(e,t){var n=e[0],r=e[1],o=t[0];return function(e){return o(kY(n,r,e))}}(e,c):function(e,t){var n=e.length,r=n-1;return function(o){var a=0,i=!1;if(o<=e[0]?i=!0:o>=e[r]&&(a=r-1,i=!0),!i){for(var s=1;so||s===r);s++);a=s-1}var l=kY(e[a],e[a+1],o);return t[a](l)}}(e,c);return a?function(t){return u(mY(e[0],e[l-1],t))}:u}var QY,ej=function(e){return function(t){return 1-e(1-t)}},tj=function(e){return function(t){return t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2}},nj=function(e){return function(t){return t*t*((e+1)*t-e)}},rj=function(e){return e},oj=(QY=2,function(e){return Math.pow(e,QY)}),aj=ej(oj),ij=tj(oj),sj=function(e){return 1-Math.sin(Math.acos(e))},lj=ej(sj),cj=tj(lj),uj=nj(1.525),dj=ej(uj),pj=tj(uj),mj=function(e){var t=nj(e);return function(e){return(e*=2)<1?.5*t(e):.5*(2-Math.pow(2,-10*(e-1)))}}(1.525),fj=function(e){if(1===e||0===e)return e;var t=e*e;return e<.36363636363636365?7.5625*t:e<.7272727272727273?9.075*t-9.9*e+3.4:e<.9?12.066481994459833*t-19.63545706371191*e+8.898060941828255:10.8*e*e-20.52*e+10.72},hj=ej(fj);function gj(e,t){return e.map((function(){return t||ij})).splice(0,e.length-1)}function bj(e){var t=e.from,n=void 0===t?0:t,r=e.to,o=void 0===r?1:r,a=e.ease,i=e.offset,s=e.duration,l=void 0===s?300:s,c={done:!1,value:n},u=Array.isArray(o)?o:[n,o],d=function(e,t){return e.map((function(e){return e*t}))}(i&&i.length===u.length?i:function(e){var t=e.length;return e.map((function(e,n){return 0!==n?n/(t-1):0}))}(u),l);function p(){return ZY(d,u,{ease:Array.isArray(a)?a:gj(u,a)})}var m=p();return{next:function(e){return c.value=m(e),c.done=e>=l,c},flipTarget:function(){u.reverse(),m=p()}}}var vj={keyframes:bj,spring:_Y,decay:function(e){var t=e.velocity,n=void 0===t?0:t,r=e.from,o=void 0===r?0:r,a=e.power,i=void 0===a?.8:a,s=e.timeConstant,l=void 0===s?350:s,c=e.restDelta,u=void 0===c?.5:c,d=e.modifyTarget,p={done:!1,value:o},m=i*n,f=o+m,h=void 0===d?f:d(f);return h!==f&&(m=h-o),{next:function(e){var t=-m*Math.exp(-e/l);return p.done=!(t>u||t<-u),p.value=p.done?h:h+t,p},flipTarget:function(){}}}};var yj=1/60*1e3,_j="undefined"!=typeof performance?function(){return performance.now()}:function(){return Date.now()},Mj="undefined"!=typeof window?function(e){return window.requestAnimationFrame(e)}:function(e){return setTimeout((function(){return e(_j())}),yj)};var kj=!0,wj=!1,Ej=!1,Lj={delta:0,timestamp:0},xj=["read","update","preRender","render","postRender"],Sj=xj.reduce((function(e,t){return e[t]=function(e){var t=[],n=[],r=0,o=!1,a=new WeakSet,i={schedule:function(e,i,s){void 0===i&&(i=!1),void 0===s&&(s=!1);var l=s&&o,c=l?t:n;return i&&a.add(e),-1===c.indexOf(e)&&(c.push(e),l&&o&&(r=t.length)),e},cancel:function(e){var t=n.indexOf(e);-1!==t&&n.splice(t,1),a.delete(e)},process:function(s){var l;if(o=!0,t=(l=[n,t])[0],(n=l[1]).length=0,r=t.length)for(var c=0;c=t+n:e<=-n}(p,S,v,C)&&N():(r.stop(),M&&M()))}return l&&(null==y||y(),(r=u(O)).start()),{stop:function(){null==_||_(),r.stop()}}}function Hj(e,t){return t?e*(1e3/t):0}var Wj=function(e){return 1e3*e},Yj=function(e,t){return 1-3*t+3*e},jj=function(e,t){return 3*t-6*e},qj=function(e){return 3*e},Fj=function(e,t,n){return((Yj(t,n)*e+jj(t,n))*e+qj(t))*e},Vj=function(e,t,n){return 3*Yj(t,n)*e*e+2*jj(t,n)*e+qj(t)};var Xj=.1;function Uj(e,t,n,r){if(e===t&&n===r)return rj;for(var o=new Float32Array(11),a=0;a<11;++a)o[a]=Fj(a*Xj,e,n);function i(t){for(var r=0,a=1;10!==a&&o[a]<=t;++a)r+=Xj;--a;var i=r+(t-o[a])/(o[a+1]-o[a])*Xj,s=Vj(i,e,n);return s>=.001?function(e,t,n,r){for(var o=0;o<8;++o){var a=Vj(t,n,r);if(0===a)return t;t-=(Fj(t,n,r)-e)/a}return t}(t,i,e,n):0===s?i:function(e,t,n,r,o){var a,i,s=0;do{(a=Fj(i=t+(n-t)/2,r,o)-e)>0?n=i:t=i}while(Math.abs(a)>1e-7&&++s<10);return i}(t,r,r+Xj,e,n)}return function(e){return 0===e||1===e?e:Fj(i(e),t,r)}}var $j={linear:rj,easeIn:oj,easeInOut:ij,easeOut:aj,circIn:sj,circInOut:cj,circOut:lj,backIn:uj,backInOut:pj,backOut:dj,anticipate:mj,bounceIn:hj,bounceInOut:function(e){return e<.5?.5*(1-fj(1-2*e)):.5*fj(2*e-1)+.5},bounceOut:fj},Gj=function(e){if(Array.isArray(e)){e.length;var t=KR(e,4);return Uj(t[0],t[1],t[2],t[3])}return"string"==typeof e?$j[e]:e},Kj=function(e,t){return"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!qY.test(t)||t.startsWith("url(")))},Jj=function(){return{type:"spring",stiffness:500,damping:25,restDelta:.5,restSpeed:10}},Zj=function(e){return{type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restDelta:.01,restSpeed:10}},Qj=function(){return{type:"keyframes",ease:"linear",duration:.3}},eq=function(e){return{type:"keyframes",duration:.8,values:e}},tq={x:Jj,y:Jj,z:Jj,rotate:Jj,rotateX:Jj,rotateY:Jj,rotateZ:Jj,scaleX:Zj,scaleY:Zj,scale:Zj,opacity:Qj,backgroundColor:Qj,color:Qj,default:Zj},nq=new Set(["brightness","contrast","saturate","opacity"]);function rq(e){var t=e.slice(0,-1).split("("),n=t[0],r=t[1];if("drop-shadow"===n)return e;var o=(r.match(FH)||[])[0];if(!o)return e;var a=r.replace(o,""),i=nq.has(n)?1:0;return o!==r&&(i*=100),n+"("+i+a+")"}var oq=/([a-z-]*)\(.*?\)/g,aq=$R($R({},qY),{getAnimatableNone:function(e){var t=e.match(oq);return t?t.map(rq).join(" "):e}}),iq=$R($R({},aW),{color:IY,backgroundColor:IY,outlineColor:IY,fill:IY,stroke:IY,borderColor:IY,borderTopColor:IY,borderRightColor:IY,borderBottomColor:IY,borderLeftColor:IY,filter:aq,WebkitFilter:aq}),sq=function(e){return iq[e]};function lq(e,t){var n,r=sq(e);return r!==aq&&(r=qY),null===(n=r.getAnimatableNone)||void 0===n?void 0:n.call(r,t)}function cq(e){var t=e.ease,n=e.times,r=e.yoyo,o=e.flip,a=e.loop,i=GR(e,["ease","times","yoyo","flip","loop"]),s=$R({},i);return n&&(s.offset=n),i.duration&&(s.duration=Wj(i.duration)),i.repeatDelay&&(s.repeatDelay=Wj(i.repeatDelay)),t&&(s.ease=function(e){return Array.isArray(e)&&"number"!=typeof e[0]}(t)?t.map(Gj):Gj(t)),"tween"===i.type&&(s.type="keyframes"),(r||a||o)&&(!0,r?s.repeatType="reverse":a?s.repeatType="loop":o&&(s.repeatType="mirror"),s.repeat=a||r||o||i.repeat),"spring"!==i.type&&(s.type="keyframes"),s}function uq(e,t,n){var r;return Array.isArray(t.to)&&(null!==(r=e.duration)&&void 0!==r||(e.duration=.8)),function(e){Array.isArray(e.to)&&null===e.to[0]&&(e.to=JR([],KR(e.to)),e.to[0]=e.from)}(t),function(e){e.when,e.delay,e.delayChildren,e.staggerChildren,e.staggerDirection,e.repeat,e.repeatType,e.repeatDelay,e.from;var t=GR(e,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(t).length}(e)||(e=$R($R({},e),function(e,t){var n;return n=zW(t)?eq:tq[e]||tq.default,$R({to:t},n(t))}(n,t.to))),$R($R({},t),cq(e))}function dq(e,t,n,r,o){var a,i=fq(r,e),s=null!==(a=i.from)&&void 0!==a?a:t.get(),l=Kj(e,n);"none"===s&&l&&"string"==typeof n?s=lq(e,n):pq(s)&&"string"==typeof n?s=mq(n):!Array.isArray(n)&&pq(n)&&"string"==typeof s&&(n=mq(s));var c=Kj(e,s);return c&&l&&!1!==i.type?function(){var r={from:s,to:n,velocity:t.getVelocity(),onComplete:o,onUpdate:function(e){return t.set(e)}};return"inertia"===i.type||"decay"===i.type?function(e){var t,n=e.from,r=void 0===n?0:n,o=e.velocity,a=void 0===o?0:o,i=e.min,s=e.max,l=e.power,c=void 0===l?.8:l,u=e.timeConstant,d=void 0===u?750:u,p=e.bounceStiffness,m=void 0===p?500:p,f=e.bounceDamping,h=void 0===f?10:f,g=e.restDelta,b=void 0===g?1:g,v=e.modifyTarget,y=e.driver,_=e.onUpdate,M=e.onComplete;function k(e){return void 0!==i&&es}function w(e){return void 0===i?s:void 0===s||Math.abs(i-e)C||-1===T&&e-1&&e.splice(n,1)}var yq=function(){function e(){this.subscriptions=[]}return e.prototype.add=function(e){var t=this;return bq(this.subscriptions,e),function(){return vq(t.subscriptions,e)}},e.prototype.notify=function(e,t,n){var r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(var o=0;of&&b,M=Array.isArray(g)?g:[g],k=M.reduce(i,{});!1===v&&(k={});var w=h.prevResolvedValues,E=void 0===w?{}:w,L=$R($R({},E),k),x=function(e){_=!0,p.delete(e),h.needsAnimating[e]=!0};for(var S in L){var A=k[S],C=E[S];m.hasOwnProperty(S)||(A!==C?zW(A)&&zW(C)?pY(A,C)?h.protectedKeys[S]=!0:x(S):void 0!==A?x(S):p.add(S):void 0!==A&&p.has(S)?x(S):h.protectedKeys[S]=!0)}h.prevProp=g,h.prevResolvedValues=k,h.isActive&&(m=$R($R({},m),k)),a&&e.blockInitialAnimation&&(_=!1),_&&!y&&d.push.apply(d,JR([],KR(M.map((function(e){return{animation:e,options:$R({type:o},t)}})))))},g=0;g=3;if(t||n){var o=e.point,a=Dj().timestamp;r.history.push($R($R({},o),{timestamp:a}));var i=r.handlers,s=i.onStart,l=i.onMove;t||(s&&s(r.lastMoveEvent,e),r.startEvent=r.lastMoveEvent),l&&l(r.lastMoveEvent,e)}}},this.handlePointerMove=function(e,t){r.lastMoveEvent=e,r.lastMoveEventInfo=Xq(t,r.transformPagePoint),jW(e)&&0===e.buttons?r.handlePointerUp(e,t):Bj.update(r.updatePoint,!0)},this.handlePointerUp=function(e,t){r.end();var n=r.handlers,o=n.onEnd,a=n.onSessionEnd,i=$q(Xq(t,r.transformPagePoint),r.history);r.startEvent&&o&&o(e,i),a&&a(e,i)},!(qW(e)&&e.touches.length>1)){this.handlers=t,this.transformPagePoint=o;var a=Xq(UW(e),this.transformPagePoint),i=a.point,s=Dj().timestamp;this.history=[$R($R({},i),{timestamp:s})];var l=t.onSessionStart;l&&l(e,$q(a,this.history)),this.removeListeners=cY(ZW(window,"pointermove",this.handlePointerMove),ZW(window,"pointerup",this.handlePointerUp),ZW(window,"pointercancel",this.handlePointerUp))}}return e.prototype.updateHandlers=function(e){this.handlers=e},e.prototype.end=function(){this.removeListeners&&this.removeListeners(),Cj.update(this.updatePoint)},e}();function Xq(e,t){return t?{point:t(e.point)}:e}function Uq(e,t){return{x:e.x-t.x,y:e.y-t.y}}function $q(e,t){var n=e.point;return{point:n,delta:Uq(n,Kq(t)),offset:Uq(n,Gq(t)),velocity:Jq(t,.1)}}function Gq(e){return e[0]}function Kq(e){return e[e.length-1]}function Jq(e,t){if(e.length<2)return{x:0,y:0};for(var n=e.length-1,r=null,o=Kq(e);n>=0&&(r=e[n],!(o.timestamp-r.timestamp>Wj(t)));)n--;if(!r)return{x:0,y:0};var a=(o.timestamp-r.timestamp)/1e3;if(0===a)return{x:0,y:0};var i={x:(o.x-r.x)/a,y:(o.y-r.y)/a};return i.x===1/0&&(i.x=0),i.y===1/0&&(i.y=0),i}function Zq(e){return e}function Qq(e){var t=e.top;return{x:{min:e.left,max:e.right},y:{min:t,max:e.bottom}}}var eF={translate:0,scale:1,origin:0,originPoint:0};function tF(){return{x:$R({},eF),y:$R({},eF)}}function nF(e){return[e("x"),e("y")]}function rF(e,t,n){var r=t.min,o=t.max;return void 0!==r&&eo&&(e=n?wY(o,e,n.max):Math.min(e,o)),e}function oF(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function aF(e,t){var n,r=t.min-e.min,o=t.max-e.max;return t.max-t.minr?n=kY(t.min,t.max-r,e.min):r>o&&(n=kY(e.min,e.max-o,t.min)),function(e){return mY(0,1,e)}(n)}function pF(e,t,n,r){void 0===r&&(r=.5),e.origin=r,e.originPoint=wY(t.min,t.max,e.origin),e.scale=uF(n)/uF(t),cF(e.scale,1,1e-4)&&(e.scale=1),e.translate=wY(n.min,n.max,e.origin)-e.originPoint,cF(e.translate)&&(e.translate=0)}function mF(e,t,n,r){pF(e.x,t.x,n.x,fF(r.originX)),pF(e.y,t.y,n.y,fF(r.originY))}function fF(e){return"number"==typeof e?e:.5}function hF(e,t,n){e.min=n.min+t.min,e.max=e.min+uF(t)}var gF=function(e,t){return e.depth-t.depth};function bF(e){return e.projection.isEnabled||e.shouldResetTransform()}function vF(e,t){void 0===t&&(t=[]);var n=e.parent;return n&&vF(n,t),bF(e)&&t.push(e),t}function yF(e){if(!e.shouldResetTransform()){var t,n=e.getLayoutState();e.notifyBeforeLayoutMeasure(n.layout),n.isHydrated=!0,n.layout=e.measureViewportBox(),n.layoutCorrected=(t=n.layout,{x:$R({},t.x),y:$R({},t.y)}),e.notifyLayoutMeasure(n.layout,e.prevViewportBox||n.layout),Bj.update((function(){return e.rebaseProjectionTarget()}))}}function _F(e,t){return{min:t.min-e.min,max:t.max-e.min}}function MF(e,t){return{x:_F(e.x,t.x),y:_F(e.y,t.y)}}function kF(e,t){var n=e.getLayoutId(),r=t.getLayoutId();return n!==r||void 0===r&&e!==t}function wF(e){var t=e.getProps(),n=t.drag,r=t._dragX;return n&&!r}function EF(e,t){e.min=t.min,e.max=t.max}function LF(e,t,n){return n+t*(e-n)}function xF(e,t,n,r,o){return void 0!==o&&(e=LF(e,o,r)),LF(e,n,r)+t}function SF(e,t,n,r,o){void 0===t&&(t=0),void 0===n&&(n=1),e.min=xF(e.min,t,n,r,o),e.max=xF(e.max,t,n,r,o)}function AF(e,t){var n=t.x,r=t.y;SF(e.x,n.translate,n.scale,n.originPoint),SF(e.y,r.translate,r.scale,r.originPoint)}function CF(e,t,n,r){var o=KR(r,3),a=o[0],i=o[1],s=o[2];e.min=t.min,e.max=t.max;var l=void 0!==n[s]?n[s]:.5,c=wY(t.min,t.max,l);SF(e,n[a],n[i],c,n.scale)}var TF=["x","scaleX","originX"],zF=["y","scaleY","originY"];function NF(e,t,n){CF(e.x,t.x,n,TF),CF(e.y,t.y,n,zF)}function OF(e,t,n,r,o){return e=LF(e-=t,1/n,r),void 0!==o&&(e=LF(e,1/o,r)),e}function DF(e,t,n){var r=KR(n,3),o=r[0],a=r[1],i=r[2];!function(e,t,n,r,o){void 0===t&&(t=0),void 0===n&&(n=1),void 0===r&&(r=.5);var a=wY(e.min,e.max,r)-t;e.min=OF(e.min,t,n,a,o),e.max=OF(e.max,t,n,a,o)}(e,t[o],t[a],t[i],t.scale)}function BF(e,t){DF(e.x,t,TF),DF(e.y,t,zF)}var IF=new Set;function PF(e,t,n){e[n]||(e[n]=[]),e[n].push(t)}function RF(e){return IF.add(e),function(){return IF.delete(e)}}function HF(){if(IF.size){var e=0,t=[[]],n=[],r=function(n){return PF(t,n,e)},o=function(t){PF(n,t,e),e++};IF.forEach((function(t){t(r,o),e=0})),IF.clear();for(var a=n.length,i=0;i<=a;i++)t[i]&&t[i].forEach(YF),n[i]&&n[i].forEach(YF)}}var WF,YF=function(e){return e()},jF=new WeakMap,qF=function(){function e(e){var t=e.visualElement;this.isDragging=!1,this.currentDirection=null,this.constraints=!1,this.elastic={x:{min:0,max:1},y:{min:0,max:1}},this.props={},this.hasMutatedConstraints=!1,this.cursorProgress={x:.5,y:.5},this.originPoint={},this.openGlobalLock=null,this.panSession=null,this.visualElement=t,this.visualElement.enableLayoutProjection(),jF.set(t,this)}return e.prototype.start=function(e,t){var n=this,r=void 0===t?{}:t,o=r.snapToCursor,a=void 0!==o&&o,i=r.cursorProgress,s=this.props.transformPagePoint;this.panSession=new Vq(e,{onSessionStart:function(e){var t;n.stopMotion();var r=function(e){return UW(e,"client")}(e).point;null===(t=n.cancelLayout)||void 0===t||t.call(n),n.cancelLayout=RF((function(e,t){var o=vF(n.visualElement),s=function(e){var t=[],n=function(e){bF(e)&&t.push(e),e.children.forEach(n)};return e.children.forEach(n),t.sort(gF)}(n.visualElement),l=JR(JR([],KR(o)),KR(s)),c=!1;n.isLayoutDrag()&&n.visualElement.lockProjectionTarget(),t((function(){l.forEach((function(e){return e.resetTransform()}))})),e((function(){yF(n.visualElement),s.forEach(yF)})),t((function(){l.forEach((function(e){return e.restoreTransform()})),a&&(c=n.snapToCursor(r))})),e((function(){Boolean(n.getAxisMotionValue("x")&&!n.isExternalDrag())||n.visualElement.rebaseProjectionTarget(!0,n.visualElement.measureViewportBox(!1)),n.visualElement.scheduleUpdateLayoutProjection();var e=n.visualElement.projection;nF((function(t){if(!c){var o=e.target[t],a=o.min,s=o.max;n.cursorProgress[t]=i?i[t]:kY(a,s,r[t])}var l=n.getAxisMotionValue(t);l&&(n.originPoint[t]=l.get())}))})),t((function(){Tj.update(),Tj.preRender(),Tj.render(),Tj.postRender()})),e((function(){return n.resolveDragConstraints()}))}))},onStart:function(e,t){var r,o,a,i=n.props,s=i.drag,l=i.dragPropagation;(!s||l||(n.openGlobalLock&&n.openGlobalLock(),n.openGlobalLock=rY(s),n.openGlobalLock))&&(HF(),n.isDragging=!0,n.currentDirection=null,null===(o=(r=n.props).onDragStart)||void 0===o||o.call(r,e,t),null===(a=n.visualElement.animationState)||void 0===a||a.setActive(RW.Drag,!0))},onMove:function(e,t){var r,o,a,i,s=n.props,l=s.dragPropagation,c=s.dragDirectionLock;if(l||n.openGlobalLock){var u=t.offset;if(c&&null===n.currentDirection)return n.currentDirection=function(e,t){void 0===t&&(t=10);var n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(u),void(null!==n.currentDirection&&(null===(o=(r=n.props).onDirectionLock)||void 0===o||o.call(r,n.currentDirection)));n.updateAxis("x",t.point,u),n.updateAxis("y",t.point,u),null===(i=(a=n.props).onDrag)||void 0===i||i.call(a,e,t),WF=e}},onSessionEnd:function(e,t){return n.stop(e,t)}},{transformPagePoint:s})},e.prototype.resolveDragConstraints=function(){var e=this,t=this.props,n=t.dragConstraints,r=t.dragElastic,o=this.visualElement.getLayoutState().layoutCorrected;this.constraints=!!n&&(gH(n)?this.resolveRefConstraints(o,n):function(e,t){var n=t.top,r=t.left,o=t.bottom,a=t.right;return{x:oF(e.x,r,a),y:oF(e.y,n,o)}}(o,n)),this.elastic=function(e){return!1===e?e=0:!0===e&&(e=.35),{x:iF(e,"left","right"),y:iF(e,"top","bottom")}}(r),this.constraints&&!this.hasMutatedConstraints&&nF((function(t){e.getAxisMotionValue(t)&&(e.constraints[t]=function(e,t){var n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(o[t],e.constraints[t]))}))},e.prototype.resolveRefConstraints=function(e,t){var n=this.props,r=n.onMeasureDragConstraints,o=n.transformPagePoint,a=t.current;this.constraintsBox=lF(a,o);var i=function(e,t){return{x:aF(e.x,t.x),y:aF(e.y,t.y)}}(e,this.constraintsBox);if(r){var s=r(function(e){var t=e.x,n=e.y;return{top:n.min,bottom:n.max,left:t.min,right:t.max}}(i));this.hasMutatedConstraints=!!s,s&&(i=Qq(s))}return i},e.prototype.cancelDrag=function(){var e,t;this.visualElement.unlockProjectionTarget(),null===(e=this.cancelLayout)||void 0===e||e.call(this),this.isDragging=!1,this.panSession&&this.panSession.end(),this.panSession=null,!this.props.dragPropagation&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(RW.Drag,!1)},e.prototype.stop=function(e,t){var n,r,o;null===(n=this.panSession)||void 0===n||n.end(),this.panSession=null;var a=this.isDragging;if(this.cancelDrag(),a){var i=t.velocity;this.animateDragEnd(i),null===(o=(r=this.props).onDragEnd)||void 0===o||o.call(r,e,t)}},e.prototype.snapToCursor=function(e){var t=this;return nF((function(n){if(FF(n,t.props.drag,t.currentDirection)){var r=t.getAxisMotionValue(n);if(!r)return t.cursorProgress[n]=.5,!0;var o=t.visualElement.getLayoutState().layout,a=o[n].max-o[n].min,i=o[n].min+a/2,s=e[n]-i;t.originPoint[n]=e[n],r.set(s)}})).includes(!0)},e.prototype.updateAxis=function(e,t,n){if(FF(e,this.props.drag,this.currentDirection))return this.getAxisMotionValue(e)?this.updateAxisMotionValue(e,n):this.updateVisualElementAxis(e,t)},e.prototype.updateAxisMotionValue=function(e,t){var n=this.getAxisMotionValue(e);if(t&&n){var r=this.originPoint[e]+t[e],o=this.constraints?rF(r,this.constraints[e],this.elastic[e]):r;n.set(o)}},e.prototype.updateVisualElementAxis=function(e,t){var n,r=this.visualElement.getLayoutState().layout[e],o=r.max-r.min,a=this.cursorProgress[e],i=function(e,t,n,r,o){var a=e-t*n;return r?rF(a,r,o):a}(t[e],o,a,null===(n=this.constraints)||void 0===n?void 0:n[e],this.elastic[e]);this.visualElement.setProjectionTargetAxis(e,i,i+o)},e.prototype.setProps=function(e){var t=e.drag,n=void 0!==t&&t,r=e.dragDirectionLock,o=void 0!==r&&r,a=e.dragPropagation,i=void 0!==a&&a,s=e.dragConstraints,l=void 0!==s&&s,c=e.dragElastic,u=void 0===c?.35:c,d=e.dragMomentum,p=void 0===d||d,m=GR(e,["drag","dragDirectionLock","dragPropagation","dragConstraints","dragElastic","dragMomentum"]);this.props=$R({drag:n,dragDirectionLock:o,dragPropagation:i,dragConstraints:l,dragElastic:u,dragMomentum:p},m)},e.prototype.getAxisMotionValue=function(e){var t=this.props,n=t.layout,r=t.layoutId,o="_drag"+e.toUpperCase();return this.props[o]?this.props[o]:n||void 0!==r?void 0:this.visualElement.getValue(e,0)},e.prototype.isLayoutDrag=function(){return!this.getAxisMotionValue("x")},e.prototype.isExternalDrag=function(){var e=this.props,t=e._dragX,n=e._dragY;return t||n},e.prototype.animateDragEnd=function(e){var t=this,n=this.props,r=n.drag,o=n.dragMomentum,a=n.dragElastic,i=n.dragTransition,s=function(e,t){void 0===t&&(t=!0);var n,r=e.getProjectionParent();return!!r&&(t?BF(n=MF(r.projection.target,e.projection.target),r.getLatestValues()):n=MF(r.getLayoutState().layout,e.getLayoutState().layout),nF((function(t){return e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)})),!0)}(this.visualElement,this.isLayoutDrag()&&!this.isExternalDrag()),l=this.constraints||{};if(s&&Object.keys(l).length&&this.isLayoutDrag()){var c=this.visualElement.getProjectionParent();if(c){var u=MF(c.projection.targetFinal,l);nF((function(e){var t=u[e],n=t.min,r=t.max;l[e]={min:isNaN(n)?void 0:n,max:isNaN(r)?void 0:r}}))}}var d=nF((function(n){var c;if(FF(n,r,t.currentDirection)){var u=null!==(c=null==l?void 0:l[n])&&void 0!==c?c:{},d=a?200:1e6,p=a?40:1e7,m=$R($R({type:"inertia",velocity:o?e[n]:0,bounceStiffness:d,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10},i),u);return t.getAxisMotionValue(n)?t.startAxisValueAnimation(n,m):t.visualElement.startLayoutAnimation(n,m,s)}}));return Promise.all(d).then((function(){var e,n;null===(n=(e=t.props).onDragTransitionEnd)||void 0===n||n.call(e)}))},e.prototype.stopMotion=function(){var e=this;nF((function(t){var n=e.getAxisMotionValue(t);n?n.stop():e.visualElement.stopLayoutAnimation()}))},e.prototype.startAxisValueAnimation=function(e,t){var n=this.getAxisMotionValue(e);if(n){var r=n.get();return n.set(r),n.set(r),hq(e,n,0,t)}},e.prototype.scalePoint=function(){var e=this,t=this.props,n=t.drag;if(gH(t.dragConstraints)&&this.constraintsBox){this.stopMotion();var r={x:0,y:0};nF((function(t){r[t]=dF(e.visualElement.projection.target[t],e.constraintsBox[t])})),this.updateConstraints((function(){nF((function(t){if(FF(t,n,null)){var o=function(e,t,n){var r=e.max-e.min,o=wY(t.min,t.max-r,n);return{min:o,max:o+r}}(e.visualElement.projection.target[t],e.constraintsBox[t],r[t]),a=o.min,i=o.max;e.visualElement.setProjectionTargetAxis(t,a,i)}}))})),setTimeout(HF,1)}},e.prototype.updateConstraints=function(e){var t=this;this.cancelLayout=RF((function(n,r){var o=vF(t.visualElement);r((function(){return o.forEach((function(e){return e.resetTransform()}))})),n((function(){return yF(t.visualElement)})),r((function(){return o.forEach((function(e){return e.restoreTransform()}))})),n((function(){t.resolveDragConstraints()})),e&&r(e)}))},e.prototype.mount=function(e){var t=this,n=ZW(e.getInstance(),"pointerdown",(function(e){var n=t.props,r=n.drag,o=n.dragListener;r&&(void 0===o||o)&&t.start(e)})),r=WW(window,"resize",(function(){t.scalePoint()})),o=e.onLayoutUpdate((function(){t.isDragging&&t.resolveDragConstraints()})),a=e.prevDragCursor;return a&&this.start(WF,{cursorProgress:a}),function(){null==n||n(),null==r||r(),null==o||o(),t.cancelDrag()}},e}();function FF(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}var VF,XF,UF={pan:uY((function(e){var t=e.onPan,n=e.onPanStart,r=e.onPanEnd,o=e.onPanSessionStart,a=e.visualElement,i=t||n||r||o,s=(0,dt.useRef)(null),l=(0,dt.useContext)(rH).transformPagePoint,c={onSessionStart:o,onStart:n,onMove:t,onEnd:function(e,t){s.current=null,r&&r(e,t)}};(0,dt.useEffect)((function(){null!==s.current&&s.current.updateHandlers(c)})),QW(a,"pointerdown",i&&function(e){s.current=new Vq(e,c,{transformPagePoint:l})}),sY((function(){return s.current&&s.current.end()}))})),drag:uY((function(e){var t=e.dragControls,n=e.visualElement,r=(0,dt.useContext)(rH).transformPagePoint,o=iH((function(){return new qF({visualElement:n})}));o.setProps($R($R({},e),{transformPagePoint:r})),(0,dt.useEffect)((function(){return t&&t.subscribe(o)}),[o]),(0,dt.useEffect)((function(){return o.mount(n)}),[])}))};function $F(e){return"string"==typeof e&&e.startsWith("var(--")}!function(e){e[e.Entering=0]="Entering",e[e.Present=1]="Present",e[e.Exiting=2]="Exiting"}(VF||(VF={})),function(e){e[e.Hide=0]="Hide",e[e.Show=1]="Show"}(XF||(XF={}));var GF=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function KF(e,t,n){void 0===n&&(n=1);var r=KR(function(e){var t=GF.exec(e);if(!t)return[,];var n=KR(t,3);return[n[1],n[2]]}(e),2),o=r[0],a=r[1];if(o){var i=window.getComputedStyle(t).getPropertyValue(o);return i?i.trim():$F(a)?KF(a,t,n+1):a}}function JF(e,t){return e/(t.max-t.min)*100}var ZF="_$css";var QF={process:function(e,t,n){var r=n.target;if("string"==typeof e){if(!JH.test(e))return e;e=parseFloat(e)}return JF(e,r.x)+"% "+JF(e,r.y)+"%"}},eV={borderRadius:$R($R({},QF),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:QF,borderTopRightRadius:QF,borderBottomLeftRadius:QF,borderBottomRightRadius:QF,boxShadow:{process:function(e,t){var n=t.delta,r=t.treeScale,o=e,a=e.includes("var("),i=[];a&&(e=e.replace(GF,(function(e){return i.push(e),ZF})));var s=qY.parse(e);if(s.length>5)return o;var l=qY.createTransformer(e),c="number"!=typeof s[0]?1:0,u=n.x.scale*r.x,d=n.y.scale*r.y;s[0+c]/=u,s[1+c]/=d;var p=wY(u,d,.5);"number"==typeof s[2+c]&&(s[2+c]/=p),"number"==typeof s[3+c]&&(s[3+c]/=p);var m=l(s);if(a){var f=0;m=m.replace(ZF,(function(){var e=i[f];return f++,e}))}return m}}},tV=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.frameTarget={x:{min:0,max:1},y:{min:0,max:1}},t.currentAnimationTarget={x:{min:0,max:1},y:{min:0,max:1}},t.isAnimating={x:!1,y:!1},t.stopAxisAnimation={x:void 0,y:void 0},t.isAnimatingTree=!1,t.animate=function(e,n,r){void 0===r&&(r={});var o=r.originBox,a=r.targetBox,i=r.visibilityAction,s=r.shouldStackAnimate,l=r.onComplete,c=r.prevParent,u=GR(r,["originBox","targetBox","visibilityAction","shouldStackAnimate","onComplete","prevParent"]),d=t.props,p=d.visualElement,m=d.layout;if(!1===s)return t.isAnimatingTree=!1,t.safeToRemove();if(!t.isAnimatingTree||!0===s){s&&(t.isAnimatingTree=!0),n=o||n,e=a||e;var f=!1,h=p.getProjectionParent();if(h){var g=h.prevViewportBox,b=h.getLayoutState().layout;c&&(a&&(b=c.getLayoutState().layout),o&&!kF(c,h)&&c.prevViewportBox&&(g=c.prevViewportBox)),g&&sV(c,o,a)&&(f=!0,n=MF(g,n),e=MF(b,e))}var v=nV(n,e),y=nF((function(r){var o,a;if("position"===m){var s=e[r].max-e[r].min;n[r].max=n[r].min+s}if(!p.projection.isTargetLocked)return void 0===i?v?t.animateAxis(r,e[r],n[r],$R($R({},u),{isRelative:f})):(null===(a=(o=t.stopAxisAnimation)[r])||void 0===a||a.call(o),p.setProjectionTargetAxis(r,e[r].min,e[r].max,f)):void p.setVisibility(i===XF.Show)}));return p.syncRender(),Promise.all(y).then((function(){t.isAnimatingTree=!1,l&&l(),p.notifyLayoutAnimationComplete()}))}},t}return UR(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props.visualElement;t.animateMotionValue=hq,t.enableLayoutProjection(),this.unsubLayoutReady=t.onLayoutUpdate(this.animate),t.layoutSafeToRemove=function(){return e.safeToRemove()},function(e){for(var t in e)CH[t]=e[t]}(eV)},t.prototype.componentWillUnmount=function(){var e=this;this.unsubLayoutReady(),nF((function(t){var n,r;return null===(r=(n=e.stopAxisAnimation)[t])||void 0===r?void 0:r.call(n)}))},t.prototype.animateAxis=function(e,t,n,r){var o,a,i=this,s=void 0===r?{}:r,l=s.transition,c=s.isRelative;if(!this.isAnimating[e]||!aV(t,this.currentAnimationTarget[e])){null===(a=(o=this.stopAxisAnimation)[e])||void 0===a||a.call(o),this.isAnimating[e]=!0;var u=this.props.visualElement,d=this.frameTarget[e],p=u.getProjectionAnimationProgress()[e];p.clearListeners(),p.set(0),p.set(0);var m=function(){var r=p.get()/1e3;!function(e,t,n,r){e.min=wY(t.min,n.min,r),e.max=wY(t.max,n.max,r)}(d,n,t,r),u.setProjectionTargetAxis(e,d.min,d.max,c)};m();var f=p.onChange(m);this.stopAxisAnimation[e]=function(){i.isAnimating[e]=!1,p.stop(),f()},this.currentAnimationTarget[e]=t;var h=l||u.getDefaultTransition()||iV;return hq("x"===e?"layoutX":"layoutY",p,1e3,h&&fq(h,"layout")).then(this.stopAxisAnimation[e])}},t.prototype.safeToRemove=function(){var e,t;null===(t=(e=this.props).safeToRemove)||void 0===t||t.call(e)},t.prototype.render=function(){return null},t}(dt.Component);function nV(e,t){return!(oV(e)||oV(t)||aV(e.x,t.x)&&aV(e.y,t.y))}var rV={min:0,max:0};function oV(e){return aV(e.x,rV)&&aV(e.y,rV)}function aV(e,t){return e.min===t.min&&e.max===t.max}var iV={duration:.45,ease:[.4,0,.1,1]};function sV(e,t,n){return e||!e&&!(t||n)}var lV={layoutReady:function(e){return e.notifyLayoutReady()}};function cV(){var e=new Set;return{add:function(t){return e.add(t)},flush:function(t){var n=void 0===t?lV:t,r=n.layoutReady,o=n.parent;RF((function(t,n){var a=Array.from(e).sort(gF),i=o?vF(o):[];n((function(){JR(JR([],KR(i)),KR(a)).forEach((function(e){return e.resetTransform()}))})),t((function(){a.forEach(yF)})),n((function(){i.forEach((function(e){return e.restoreTransform()})),a.forEach(r)})),t((function(){a.forEach((function(e){e.isPresent&&(e.presence=VF.Present)}))})),n((function(){Tj.preRender(),Tj.render()})),t((function(){Bj.postRender((function(){return a.forEach(uV)})),e.clear()}))})),HF()}}}function uV(e){e.prevViewportBox=e.projection.target}var dV=(0,dt.createContext)(cV()),pV=(0,dt.createContext)(cV());function mV(e){return!!e.forceUpdate}var fV=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return UR(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.syncLayout,n=e.framerSyncLayout,r=e.visualElement;mV(t)&&t.register(r),mV(n)&&n.register(r),r.onUnmount((function(){mV(t)&&t.remove(r),mV(n)&&n.remove(r)}))},t.prototype.getSnapshotBeforeUpdate=function(){var e=this.props,t=e.syncLayout,n=e.visualElement;return mV(t)?t.syncUpdate():(!function(e){e.shouldResetTransform()||(e.prevViewportBox=e.measureViewportBox(!1),e.rebaseProjectionTarget(!1,e.prevViewportBox))}(n),t.add(n)),null},t.prototype.componentDidUpdate=function(){var e=this.props.syncLayout;mV(e)||e.flush()},t.prototype.render=function(){return null},t}(pt().Component);var hV={measureLayout:function(e){var t=(0,dt.useContext)(dV),n=(0,dt.useContext)(pV);return pt().createElement(fV,$R({},e,{syncLayout:t,framerSyncLayout:n}))},layoutAnimation:function(e){var t=KR(sH(),2)[1];return dt.createElement(tV,$R({},e,{safeToRemove:t}))}};function gV(){return{isHydrated:!1,layout:{x:{min:0,max:1},y:{min:0,max:1}},layoutCorrected:{x:{min:0,max:1},y:{min:0,max:1}},treeScale:{x:1,y:1},delta:tF(),deltaFinal:tF(),deltaTransform:""}}var bV=gV();function vV(e,t,n){var r=e.x,o=e.y,a="translate3d("+r.translate/t.x+"px, "+o.translate/t.y+"px, 0) ";if(n){var i=n.rotate,s=n.rotateX,l=n.rotateY;i&&(a+="rotate("+i+") "),s&&(a+="rotateX("+s+") "),l&&(a+="rotateY("+l+") ")}return a+="scale("+r.scale+", "+o.scale+")",n||a!==_V?a:""}function yV(e){var t=e.deltaFinal;return 100*t.x.origin+"% "+100*t.y.origin+"% 0"}var _V=vV(bV.delta,bV.treeScale,{x:1,y:1}),MV=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","SetAxisTarget","Unmount"];function kV(e,t,n,r){var o,a,i=e.delta,s=e.layout,l=e.layoutCorrected,c=e.treeScale,u=t.target;a=s,EF((o=l).x,a.x),EF(o.y,a.y),function(e,t,n){var r=n.length;if(r){var o,a;t.x=t.y=1;for(var i=0;i=0;t--){var n=X.path[t];if(n.projection.isEnabled){e=n;break}}_=e}return _},resolveRelativeTargetBox:function(){var e=X.getProjectionParent();if(A.relativeTarget&&e&&(function(e,t){hF(e.target.x,e.relativeTarget.x,t.target.x),hF(e.target.y,e.relativeTarget.y,t.target.y)}(A,e.projection),wF(e))){var t=A.target;NF(t,t,e.getLatestValues())}},shouldResetTransform:function(){return Boolean(h._layoutResetTransform)},pointTo:function(e){C=e.projection,T=e.getLatestValues(),null==M||M(),M=cY(e.onSetAxisTarget(X.scheduleUpdateLayoutProjection),e.onLayoutAnimationComplete((function(){var e;X.isPresent?X.presence=VF.Present:null===(e=X.layoutSafeToRemove)||void 0===e||e.call(X)})))},isPresent:!0,presence:VF.Entering});return X}};function LV(e){e.resolveRelativeTargetBox()}function xV(e){e.updateLayoutProjection()}var SV,AV=JR(["initial"],KR(Dq)),CV=AV.length,TV=new Set(["width","height","top","left","right","bottom","x","y"]),zV=function(e){return TV.has(e)},NV=function(e,t){e.set(t,!1),e.set(t)},OV=function(e){return e===tW||e===JH};!function(e){e.width="width",e.height="height",e.left="left",e.right="right",e.top="top",e.bottom="bottom"}(SV||(SV={}));var DV=function(e,t){return parseFloat(e.split(", ")[t])},BV=function(e,t){return function(n,r){var o=r.transform;if("none"===o||!o)return 0;var a=o.match(/^matrix3d\((.+)\)$/);if(a)return DV(a[1],t);var i=o.match(/^matrix\((.+)\)$/);return i?DV(i[1],e):0}},IV=new Set(["x","y","z"]),PV=zH.filter((function(e){return!IV.has(e)}));var RV={width:function(e){var t=e.x;return t.max-t.min},height:function(e){var t=e.y;return t.max-t.min},top:function(e,t){var n=t.top;return parseFloat(n)},left:function(e,t){var n=t.left;return parseFloat(n)},bottom:function(e,t){var n=e.y,r=t.top;return parseFloat(r)+(n.max-n.min)},right:function(e,t){var n=e.x,r=t.left;return parseFloat(r)+(n.max-n.min)},x:BV(4,13),y:BV(5,14)},HV=function(e,t,n,r){void 0===n&&(n={}),void 0===r&&(r={}),t=$R({},t),r=$R({},r);var o=Object.keys(t).filter(zV),a=[],i=!1,s=[];if(o.forEach((function(o){var l=e.getValue(o);if(e.hasValue(o)){var c,u=n[o],d=t[o],p=Eq(u);if(zW(d))for(var m=d.length,f=null===d[0]?1:0;f{if(!e)return;function n(t){const{deltaX:n,deltaY:r}=t;e.current.scrollBy(n,r)}const r={passive:!0};return t.addEventListener("wheel",n,r),()=>{t.removeEventListener("wheel",n,r)}}),[e])}const GV=(0,dt.createContext)();function KV(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const{selectBlock:r}=kp(Iw),o=(0,dt.useContext)(GV),a=(0,dt.useRef)(),{orientation:i,previousClientId:s,nextClientId:l,rootClientId:c,isInserterShown:u}=Cc((e=>{var t;const{getBlockOrder:n,getBlockListSettings:r,getBlockInsertionPoint:o,isBlockBeingDragged:a,getPreviousBlockClientId:i,getNextBlockClientId:s}=e(Iw),l=o(),c=n(l.rootClientId);if(!c.length)return{};let u=c[l.index-1],d=c[l.index];for(;a(u);)u=i(u);for(;a(d);)d=s(d);return{previousClientId:u,nextClientId:d,orientation:(null===(t=r(l.rootClientId))||void 0===t?void 0:t.orientation)||"vertical",rootClientId:l.rootClientId,isInserterShown:null==l?void 0:l.__unstableWithInserter}}),[]),d=OD(s),p=OD(l),m="vertical"===i,f=(0,dt.useMemo)((()=>{if(!d&&!p)return{};const e=d?d.getBoundingClientRect():null,t=p?p.getBoundingClientRect():null;if(m)return{width:d?d.offsetWidth:p.offsetWidth,height:t&&e?t.top-e.bottom:0};let n=0;return e&&t&&(n=vr()?e.left-t.right:t.left-e.right),{width:n,height:d?d.offsetHeight:p.offsetHeight}}),[d,p]),h=(0,dt.useCallback)((()=>{if(!d&&!p)return{};const{ownerDocument:e}=d||p,t=d?d.getBoundingClientRect():null,n=p?p.getBoundingClientRect():null;return m?vr()?{top:t?t.bottom:n.top,left:t?t.right:n.right,right:t?t.left:n.left,bottom:n?n.top:t.bottom,ownerDocument:e}:{top:t?t.bottom:n.top,left:t?t.left:n.left,right:t?t.right:n.right,bottom:n?n.top:t.bottom,ownerDocument:e}:vr()?{top:t?t.top:n.top,left:t?t.left:n.right,right:n?n.right:t.left,bottom:t?t.bottom:n.bottom,ownerDocument:e}:{top:t?t.top:n.top,left:t?t.right:n.left,right:n?n.left:t.right,bottom:t?t.bottom:n.bottom,ownerDocument:e}}),[d,p]),g=$V(n),b=UA(),v=Hp()("block-editor-block-list__insertion-point","is-"+i);const y=d&&p&&u,_={start:{...m?{height:0,left:"50%",right:"50%",y:0}:{width:0,top:"50%",bottom:"50%",x:0},opacity:0},rest:{...m?{height:4,left:0,right:0,y:-2}:{width:4,top:0,bottom:0,x:-2},opacity:1,borderRadius:"2px",transition:{delay:y?.4:0}},hover:{...m?{height:4,left:0,right:0,y:-2}:{width:4,top:0,bottom:0,x:-2},opacity:1,borderRadius:"2px",transition:{delay:.4}}},M={start:{scale:b?1:0},rest:{scale:1,transition:{delay:.2}}};return(0,dt.createElement)(Qh,{ref:g,noArrow:!0,animate:!1,getAnchorRect:h,focusOnMount:!1,className:"block-editor-block-list__insertion-point-popover",__unstableSlotName:t||null,key:l+"--"+c},(0,dt.createElement)(UV.div,{layout:!b,initial:b?"rest":"start",animate:"rest",whileHover:"hover",whileTap:"pressed",exit:"start",ref:a,tabIndex:-1,onClick:function(e){e.target===a.current&&l&&r(l,-1)},onFocus:function(e){e.target!==a.current&&(o.current=!0)},className:Hp()(v,{"is-with-inserter":y}),style:f},(0,dt.createElement)(UV.div,{variants:_,className:"block-editor-block-list__insertion-point-indicator"}),y&&(0,dt.createElement)(UV.div,{variants:M,className:Hp()("block-editor-block-list__insertion-point-inserter")},(0,dt.createElement)(YR,{position:"bottom center",clientId:l,rootClientId:c,__experimentalIsQuick:!0,onToggle:e=>{o.current=e},onSelectOrClose:()=>{o.current=!1}}))))}function JV(e){let{children:t,__unstablePopoverSlot:n,__unstableContentRef:r}=e;const o=Cc((e=>e(Iw).isBlockInsertionPointVisible()),[]);return(0,dt.createElement)(GV.Provider,{value:(0,dt.useRef)(!1)},o&&(0,dt.createElement)(KV,{__unstablePopoverSlot:n,__unstableContentRef:r}),t)}function ZV(){const e=(0,dt.useContext)(GV),t=Cc((e=>e(Iw).getSettings().hasReducedUI),[]),{getBlockListSettings:n,getBlockRootClientId:r,getBlockIndex:o,isBlockInsertionPointVisible:a,isMultiSelecting:i,getSelectedBlockClientIds:s,getTemplateLock:l}=Cc(Iw),{showInsertionPoint:c,hideInsertionPoint:u}=kp(Iw);return oh((r=>{if(!t)return r.addEventListener("mousemove",d),()=>{r.removeEventListener("mousemove",d)};function d(t){var r,d;if(e.current)return;if(i())return;if(!t.target.classList.contains("block-editor-block-list__layout"))return void(a()&&u());let p;if(!t.target.classList.contains("is-root-container")){p=(t.target.getAttribute("data-block")?t.target:t.target.closest("[data-block]")).getAttribute("data-block")}if(l(p))return;const m=(null===(r=n(p))||void 0===r?void 0:r.orientation)||"vertical",f=t.target.getBoundingClientRect(),h=t.clientY-f.top,g=t.clientX-f.left;let b=Array.from(t.target.children).find((e=>e.classList.contains("wp-block")&&"vertical"===m&&e.offsetTop>h||e.classList.contains("wp-block")&&"horizontal"===m&&e.offsetLeft>g));if(!b)return;if(!b.id&&(b=b.firstElementChild,!b))return;if(null===(d=b.parentElement)||void 0===d?void 0:d.closest(".block-editor-block-content-overlay.overlay-active"))return;const v=b.id.slice("block-".length);if(!v)return;if(s().includes(v))return;const y=b.getBoundingClientRect();if("horizontal"===m&&(t.clientY>y.bottom||t.clientYy.right||t.clientX{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback||window.requestAnimationFrame,eX="undefined"==typeof window?clearTimeout:window.cancelIdleCallback||window.cancelAnimationFrame;function tX(e){return Cc((t=>{if(!e)return null;const{getBlockName:n,getBlockAttributes:r}=t(Iw),{getBlockType:o,getActiveBlockVariation:a}=t(Qa),i=n(e),s=o(i);if(!s)return null;const l=r(e),c=a(i,l),u={title:s.title,icon:s.icon,description:s.description,anchor:null==l?void 0:l.anchor};return c?{title:c.title||s.title,icon:c.icon||s.icon,description:c.description||s.description}:u}),[e])}function nX(e){let{clientId:t}=e;const{attributes:n,name:r,reusableBlockTitle:o}=Cc((e=>{if(!t)return{};const{getBlockName:n,getBlockAttributes:r,__experimentalGetReusableBlockTitle:o}=e(Iw),a=n(t);if(!a)return{};const i=oa(ea(a));return{attributes:r(t),name:a,reusableBlockTitle:i&&o(r(t).ref)}}),[t]),a=tX(t);if(!r||!a)return null;const i=ea(r),s=i?za(i,n):null,l=o||s;return l&&l!==i.title?(0,ht.truncate)(l,{length:35}):a.title}const rX=e=>{let{children:t,clientIds:n,cloneClassname:r,onDragStart:o,onDragEnd:a}=e;const{srcRootClientId:i,isDraggable:s,icon:l}=Cc((e=>{var t;const{getBlockRootClientId:r,getTemplateLock:o,getBlockName:a}=e(Iw),i=r(n[0]);return{srcRootClientId:i,isDraggable:"all"!==(i?o(i):null),icon:null===(t=ea(a(n[0])))||void 0===t?void 0:t.icon}}),[n]),c=(0,dt.useRef)(!1),[u,d,p]=function(){const e=(0,dt.useRef)(null),t=(0,dt.useRef)(null),n=(0,dt.useRef)(null),r=(0,dt.useRef)(null);return(0,dt.useEffect)((()=>()=>{r.current&&(clearInterval(r.current),r.current=null)}),[]),[(0,dt.useCallback)((o=>{e.current=o.clientY,n.current=tD(o.target),r.current=setInterval((()=>{if(n.current&&t.current){const e=n.current.scrollTop+t.current;n.current.scroll({top:e})}}),25)}),[]),(0,dt.useCallback)((r=>{if(!n.current)return;const o=n.current.offsetHeight,a=e.current-n.current.offsetTop,i=r.clientY-n.current.offsetTop;if(r.clientY>a){const e=Math.max(o-a-50,0),n=Math.max(i-a-50,0)/e;t.current=25*n}else if(r.clientY{e.current=null,n.current=null,r.current&&(clearInterval(r.current),r.current=null)}]}(),{startDraggingBlocks:m,stopDraggingBlocks:f}=kp(Iw);if((0,dt.useEffect)((()=>()=>{c.current&&f()}),[]),!s)return t({isDraggable:!1});const h={type:"block",srcClientIds:n,srcRootClientId:i};return(0,dt.createElement)(RI,{cloneClassname:r,__experimentalTransferDataType:"wp-blocks",transferData:h,onDragStart:e=>{m(n),c.current=!0,u(e),o&&o()},onDragOver:d,onDragEnd:()=>{f(),c.current=!1,p(),a&&a()},__experimentalDragComponent:(0,dt.createElement)(WI,{count:n.length,icon:l})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return t({draggable:!0,onDragStart:n,onDragEnd:r})}))};const oX=function(e){let{clientId:t,rootClientId:n,blockElement:r}=e;const o=tX(t),a=Cc((e=>{var r;const{getBlock:o,getBlockIndex:a,hasBlockMovingClientId:i,getBlockListSettings:s}=e(Iw),l=a(t,n),{name:c,attributes:u}=o(t);return{index:l,name:c,attributes:u,blockMovingMode:i(),orientation:null===(r=s(n))||void 0===r?void 0:r.orientation}}),[t,n]),{index:i,name:s,attributes:l,blockMovingMode:c,orientation:u}=a,{setNavigationMode:d,removeBlock:p}=kp(Iw),m=(0,dt.useRef)(),f=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"vertical";const o=null==e?void 0:e.title,a=e?za(e,t,"accessibility"):"",i=void 0!==n,s=a&&a!==o;return i&&"vertical"===r?s?Sn(hr("%1$s Block. Row %2$d. %3$s"),o,n,a):Sn(hr("%1$s Block. Row %2$d"),o,n):i&&"horizontal"===r?s?Sn(hr("%1$s Block. Column %2$d. %3$s"),o,n,a):Sn(hr("%1$s Block. Column %2$d"),o,n):s?Sn(hr("%1$s Block. %2$s"),o,a):Sn(hr("%s Block"),o)}(ea(s),l,i+1,u);(0,dt.useEffect)((()=>{m.current.focus(),Q_(f)}),[f]);const{hasBlockMovingClientId:h,getBlockIndex:g,getBlockRootClientId:b,getClientIdsOfDescendants:v,getSelectedBlockClientId:y,getMultiSelectedBlocksEndClientId:_,getPreviousBlockClientId:M,getNextBlockClientId:k,isNavigationMode:w}=Cc(Iw),{selectBlock:E,clearSelectedBlock:L,setBlockMovingClientId:x,moveBlockToPosition:S}=kp(Iw),A=Hp()("block-editor-block-list__block-selection-button",{"is-block-moving-mode":!!c}),C=hr("Drag");return(0,dt.createElement)("div",{className:A},(0,dt.createElement)(xE,{justify:"center",className:"block-editor-block-list__block-selection-button__content"},(0,dt.createElement)(AE,null,(0,dt.createElement)(iB,{icon:null==o?void 0:o.icon,showColors:!0})),(0,dt.createElement)(AE,null,(0,dt.createElement)(rX,{clientIds:[t]},(e=>(0,dt.createElement)(lb,ft({icon:HI,className:"block-selection-button_drag-handle","aria-hidden":"true",label:C,tabIndex:"-1"},e))))),(0,dt.createElement)(AE,null,(0,dt.createElement)(lb,{ref:m,onClick:()=>d(!1),onKeyDown:function(e){const{keyCode:n}=e,o=n===Cf,a=n===zf,i=n===Af,s=n===Tf,l=9===n,c=n===xf,u=n===Lf,d=n===Sf,m=e.shiftKey;if(n===Ef||n===Nf)return p(t),void e.preventDefault();const f=y(),A=_(),C=M(A||f),T=k(A||f),z=l&&m||o,N=l&&!m||a,O=i,D=s;let B;if(z)B=C;else if(N)B=T;else if(O){var I;B=null!==(I=b(f))&&void 0!==I?I:f}else if(D){var P;B=null!==(P=v([f])[0])&&void 0!==P?P:f}const R=h();if(c&&w()&&(L(),e.preventDefault()),c&&R&&!e.defaultPrevented&&(x(null),e.preventDefault()),(u||d)&&R){const e=b(R),t=b(f),n=g(R,e);let r=g(f,t);n{!function(e){const[t]=rh.tabbable.find(e);t&&t.focus()}(e.current)}),[]);KB("core/block-editor/focus-toolbar",s),(0,dt.useEffect)((()=>{a&&s()}),[n,a,s]),(0,dt.useEffect)((()=>{let t=0;return i&&!a&&(t=window.requestAnimationFrame((()=>{const t=cX(e.current),n=i||0;t[n]&&function(e){return e.contains(e.ownerDocument.activeElement)}(e.current)&&t[n].focus()}))),()=>{if(window.cancelAnimationFrame(t),!o||!e.current)return;const n=cX(e.current).findIndex((e=>0===e.tabIndex));o(n)}}),[i,a])}const dX=function(e){let{children:t,focusOnMount:n,__experimentalInitialIndex:r,__experimentalOnIndexChange:o,...a}=e;const i=(0,dt.useRef)(),s=function(e){const[t,n]=(0,dt.useState)(!0),r=(0,dt.useCallback)((()=>{const t=!rh.tabbable.find(e.current).some((e=>!("toolbarItem"in e.dataset)));t||pu("Using custom components as toolbar controls",{since:"5.6",alternative:"ToolbarItem, ToolbarButton or ToolbarDropdownMenu components",link:"https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols"}),n(t)}),[]);return(0,dt.useLayoutEffect)((()=>{const t=new window.MutationObserver(r);return t.observe(e.current,{childList:!0,subtree:!0}),()=>t.disconnect()}),[t]),t}(i);return uX(i,n,s,r,o),s?(0,dt.createElement)(lX,ft({label:a["aria-label"],ref:i},a),t):(0,dt.createElement)(Bv,ft({orientation:"horizontal",role:"toolbar",ref:i},a),t)},pX=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),mX=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));function fX(e,t,n,r,o,a,i){const s=n+1,l=e=>"up"===e?"horizontal"===i?vr()?"right":"left":"up":"down"===e?"horizontal"===i?vr()?"left":"right":"down":null;if(e>1)return function(e,t,n,r,o){const a=t+1;if(o<0&&n)return hr("Blocks cannot be moved up as they are already at the top");if(o>0&&r)return hr("Blocks cannot be moved down as they are already at the bottom");if(o<0&&!n)return Sn(br("Move %1$d block from position %2$d up by one place","Move %1$d blocks from position %2$d up by one place",e),e,a);if(o>0&&!r)return Sn(br("Move %1$d block from position %2$d down by one place","Move %1$d blocks from position %2$d down by one place",e),e,a)}(e,n,r,o,a);if(r&&o)return Sn(hr("Block %s is the only block, and cannot be moved"),t);if(a>0&&!o){const e=l("down");if("down"===e)return Sn(hr("Move %1$s block from position %2$d down to position %3$d"),t,s,s+1);if("left"===e)return Sn(hr("Move %1$s block from position %2$d left to position %3$d"),t,s,s+1);if("right"===e)return Sn(hr("Move %1$s block from position %2$d right to position %3$d"),t,s,s+1)}if(a>0&&o){const e=l("down");if("down"===e)return Sn(hr("Block %1$s is at the end of the content and can’t be moved down"),t);if("left"===e)return Sn(hr("Block %1$s is at the end of the content and can’t be moved left"),t);if("right"===e)return Sn(hr("Block %1$s is at the end of the content and can’t be moved right"),t)}if(a<0&&!r){const e=l("up");if("up"===e)return Sn(hr("Move %1$s block from position %2$d up to position %3$d"),t,s,s-1);if("left"===e)return Sn(hr("Move %1$s block from position %2$d left to position %3$d"),t,s,s-1);if("right"===e)return Sn(hr("Move %1$s block from position %2$d right to position %3$d"),t,s,s-1)}if(a<0&&r){const e=l("up");if("up"===e)return Sn(hr("Block %1$s is at the beginning of the content and can’t be moved up"),t);if("left"===e)return Sn(hr("Block %1$s is at the beginning of the content and can’t be moved left"),t);if("right"===e)return Sn(hr("Block %1$s is at the beginning of the content and can’t be moved right"),t)}}const hX=(e,t)=>"up"===e?"horizontal"===t?vr()?pX:mX:$A:"down"===e?"horizontal"===t?vr()?mX:pX:GA:null,gX=(e,t)=>"up"===e?"horizontal"===t?vr()?hr("Move right"):hr("Move left"):hr("Move up"):"down"===e?"horizontal"===t?vr()?hr("Move left"):hr("Move right"):hr("Move down"):null,bX=(0,dt.forwardRef)(((e,t)=>{let{clientIds:n,direction:r,orientation:o,...a}=e;const i=uf(bX),s=(0,ht.castArray)(n).length,{blockType:l,isDisabled:c,rootClientId:u,isFirst:d,isLast:p,firstIndex:m,orientation:f="vertical"}=Cc((e=>{const{getBlockIndex:t,getBlockRootClientId:a,getBlockOrder:i,getBlock:s,getBlockListSettings:l}=e(Iw),c=(0,ht.castArray)(n),u=(0,ht.first)(c),d=a(u),p=t(u,d),m=t((0,ht.last)(c),d),f=i(d),h=s(u),g=0===p,b=m===f.length-1,{orientation:v}=l(d)||{};return{blockType:h?ea(h.name):null,isDisabled:"up"===r?g:b,rootClientId:d,firstIndex:p,isFirst:g,isLast:b,orientation:o||v}}),[n,r]),{moveBlocksDown:h,moveBlocksUp:g}=kp(Iw),b="up"===r?g:h,v=`block-editor-block-mover-button__description-${i}`;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(lb,ft({ref:t,className:Hp()("block-editor-block-mover-button",`is-${r}-button`),icon:hX(r,f),label:gX(r,f),"aria-describedby":v},a,{onClick:c?null:e=>{b(n,u),a.onClick&&a.onClick(e)},"aria-disabled":c})),(0,dt.createElement)("span",{id:v,className:"block-editor-block-mover-button__description"},fX(s,l&&l.title,m,d,p,"up"===r?-1:1,f)))})),vX=(0,dt.forwardRef)(((e,t)=>(0,dt.createElement)(bX,ft({direction:"up",ref:t},e)))),yX=(0,dt.forwardRef)(((e,t)=>(0,dt.createElement)(bX,ft({direction:"down",ref:t},e))));const _X=FC(((e,t)=>{var n;let{clientIds:r}=t;const{getBlock:o,getBlockIndex:a,getBlockListSettings:i,canMoveBlocks:s,getBlockOrder:l,getBlockRootClientId:c}=e(Iw),u=(0,ht.castArray)(r),d=(0,ht.first)(u),p=o(d),m=c((0,ht.first)(u)),f=a(d,m),h=0===f,g=a((0,ht.last)(u),m)===l(m).length-1;return{blockType:p?ea(p.name):null,canMove:s(r,m),rootClientId:m,firstIndex:f,isFirst:h,isLast:g,orientation:null===(n=i(m))||void 0===n?void 0:n.orientation}}))((function(e){let{isFirst:t,isLast:n,clientIds:r,canMove:o,isHidden:a,rootClientId:i,orientation:s,hideDragHandle:l}=e;const[c,u]=(0,dt.useState)(!1),d=()=>u(!0),p=()=>u(!1);if(!o||t&&n&&!i)return null;const m=hr("Drag");return(0,dt.createElement)("div",{className:Hp()("block-editor-block-mover",{"is-visible":c||!a,"is-horizontal":"horizontal"===s})},!l&&(0,dt.createElement)(rX,{clientIds:r,cloneClassname:"block-editor-block-mover__drag-clone"},(e=>(0,dt.createElement)(lb,ft({icon:HI,className:"block-editor-block-mover__drag-handle","aria-hidden":"true",label:m,tabIndex:"-1"},e)))),(0,dt.createElement)(Hv,{className:"block-editor-block-mover__move-button-container"},(0,dt.createElement)(Lv,{onFocus:d,onBlur:p},(e=>(0,dt.createElement)(vX,ft({clientIds:r},e)))),(0,dt.createElement)(Lv,{onFocus:d,onBlur:p},(e=>(0,dt.createElement)(yX,ft({clientIds:r},e))))))})),{clearTimeout:MX,setTimeout:kX}=window,wX=200;function EX(e){let{ref:t,isFocused:n,debounceTimeout:r=wX,onChange:o=ht.noop}=e;const[a,i]=(0,dt.useState)(!1),s=(0,dt.useRef)(),l=e=>{null!=t&&t.current&&i(e),o(e)},c=()=>{const e=(null==t?void 0:t.current)&&t.current.matches(":hover");return!n&&!e},u=()=>{const e=s.current;e&&MX&&MX(e)};return(0,dt.useEffect)((()=>()=>u()),[]),{showMovers:a,debouncedShowMovers:e=>{e&&e.stopPropagation(),u(),a||l(!0)},debouncedHideMovers:e=>{e&&e.stopPropagation(),u(),s.current=kX((()=>{c()&&l(!1)}),r)}}}function LX(e){let{ref:t,debounceTimeout:n=wX,onChange:r=ht.noop}=e;const[o,a]=(0,dt.useState)(!1),{showMovers:i,debouncedShowMovers:s,debouncedHideMovers:l}=EX({ref:t,debounceTimeout:n,isFocused:o,onChange:r}),c=(0,dt.useRef)(!1),u=()=>(null==t?void 0:t.current)&&t.current.contains(t.current.ownerDocument.activeElement);return(0,dt.useEffect)((()=>{const e=t.current,n=()=>{u()&&(a(!0),s())},r=()=>{u()||(a(!1),l())};return e&&!c.current&&(e.addEventListener("focus",n,!0),e.addEventListener("blur",r,!0),c.current=!0),()=>{e&&(e.removeEventListener("focus",n),e.removeEventListener("blur",r))}}),[t,c,a,s,l]),{showMovers:i,gestures:{onMouseMove:s,onMouseLeave:l}}}function xX(){const{selectBlock:e,toggleBlockHighlight:t}=kp(Iw),{firstParentClientId:n,shouldHide:r,hasReducedUI:o}=Cc((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientId:r,getSettings:o}=e(Iw),{hasBlockSupport:a}=e(Qa),i=n(r()),s=i[i.length-1],l=ea(t(s)),c=o();return{firstParentClientId:s,shouldHide:!a(l,"__experimentalParentSelector",!0),hasReducedUI:c.hasReducedUI}}),[]),a=tX(n),i=(0,dt.useRef)(),{gestures:s}=LX({ref:i,onChange(e){e&&o||t(n,e)}});return r||void 0===n?null:(0,dt.createElement)("div",ft({className:"block-editor-block-parent-selector",key:n,ref:i},s),(0,dt.createElement)(Sv,{className:"block-editor-block-parent-selector__button",onClick:()=>e(n),label:Sn(hr("Select %s"),a.title),showTooltip:!0,icon:(0,dt.createElement)(iB,{icon:a.icon})}))}const SX=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z"}));function AX(e){let{blocks:t}=e;return(0,dt.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,dt.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,dt.createElement)(Qh,{className:"block-editor-block-switcher__preview__popover",position:"bottom right",focusOnMount:!1},(0,dt.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,dt.createElement)("div",{className:"block-editor-block-switcher__preview-title"},hr("Preview")),(0,dt.createElement)(zI,{viewportWidth:500,blocks:t})))))}const CX=e=>{let{className:t,possibleBlockTransformations:n,onSelect:r,blocks:o}=e;const[a,i]=(0,dt.useState)();return(0,dt.createElement)(Uw,{label:hr("Transform to"),className:t},a&&(0,dt.createElement)(AX,{blocks:La(o,a)}),n.map((e=>{const{name:t,icon:n,title:o,isDisabled:a}=e;return(0,dt.createElement)($w,{key:t,className:Vi(t),onClick:e=>{e.preventDefault(),r(t)},disabled:a,onMouseLeave:()=>i(null),onMouseEnter:()=>i(t)},(0,dt.createElement)(iB,{icon:n,showColors:!0}),o)})))};class TX{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.value=e,this._currentValue,this._valueAsArray}entries(){return this._valueAsArray.entries(...arguments)}forEach(){return this._valueAsArray.forEach(...arguments)}keys(){return this._valueAsArray.keys(...arguments)}values(){return this._valueAsArray.values(...arguments)}get value(){return this._currentValue}set value(e){e=String(e),this._valueAsArray=(0,ht.uniq)((0,ht.compact)(e.split(/\s+/g))),this._currentValue=this._valueAsArray.join(" ")}get length(){return this._valueAsArray.length}toString(){return this.value}*[Symbol.iterator](){return yield*this._valueAsArray}item(e){return this._valueAsArray[e]}contains(e){return-1!==this._valueAsArray.indexOf(e)}add(){for(var e=arguments.length,t=new Array(e),n=0;n({...t,attributes:{...t.attributes,className:l}})),[t,l]);return(0,dt.createElement)("div",{key:r.name,className:Hp()("block-editor-block-styles__item",{"is-active":o}),onClick:()=>s(),onKeyDown:e=>{Lf!==e.keyCode&&Sf!==e.keyCode||(e.preventDefault(),s())},onMouseEnter:i,onMouseLeave:a,role:c||"button",tabIndex:"0","aria-label":r.label||r.name},(0,dt.createElement)("div",{className:"block-editor-block-styles__item-preview"},(0,dt.createElement)(zI,{viewportWidth:n,blocks:u})),(0,dt.createElement)("div",{className:"block-editor-block-styles__item-label"},r.label||r.name))}const OX=function(e){let{clientId:t,onSwitch:n=ht.noop,onHoverClassName:r=ht.noop,itemRole:o}=e;const{styles:a,block:i,type:s,className:l}=Cc((e=>{const{getBlock:n}=e(Iw),r=n(t);if(!r)return zX;const o=ea(r.name),{getBlockStyles:a}=e(Qa);return{block:r,type:o,styles:a(r.name),className:r.attributes.className||""}}),[t]),{updateBlockAttributes:c}=kp(Iw),u=function(e,t){return(0,dt.useMemo)((()=>{const n=null==t?void 0:t.example,r=null==t?void 0:t.name;return n&&r?xa(r,{attributes:n.attributes,innerBlocks:n.innerBlocks}):e?va(e):void 0}),[null!=t&&t.example?null==e?void 0:e.name:e,t])}(i,s);if(!a||0===a.length)return null;const d=(0,ht.find)(a,"isDefault")?a:[{name:"default",label:gr("Default","block style"),isDefault:!0},...a],p=function(e,t){for(const n of new TX(t).values()){if(-1===n.indexOf("is-style-"))continue;const t=n.substring(9),r=(0,ht.find)(e,{name:t});if(r)return r}return(0,ht.find)(e,"isDefault")}(d,l);return(0,dt.createElement)("div",{className:"block-editor-block-styles"},d.map((e=>{var a,i;const d=function(e,t,n){const r=new TX(e);return t&&r.remove("is-style-"+t.name),r.add("is-style-"+n.name),r.value}(l,p,e);return(0,dt.createElement)(NX,{genericPreviewBlock:u,viewportWidth:null!==(a=null===(i=s.example)||void 0===i?void 0:i.viewportWidth)&&void 0!==a?a:500,className:l,isActive:p===e,key:e.name,onSelect:()=>{c(t,{className:d}),r(null),n()},onBlur:()=>r(null),onHover:()=>r(d),style:e,styleClassName:d,itemRole:o})})))};function DX(e){let{hoveredBlock:t,onSwitch:n}=e;const{name:r,clientId:o}=t,[a,i]=(0,dt.useState)(),s=Cc((e=>e(Qa).getBlockType(r)),[r]);return(0,dt.createElement)(Uw,{label:hr("Styles"),className:"block-editor-block-switcher__styles__menugroup"},a&&(0,dt.createElement)(AX,{blocks:s&&s.example?xa(s.name,{attributes:{...s.example.attributes,className:a},innerBlocks:s.example.innerBlocks}):va(t,{className:a})}),(0,dt.createElement)(OX,{clientId:o,onSwitch:n,onHoverClassName:i,itemRole:"menuitem"}))}const BX=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;const{clientId:r,name:o,innerBlocks:a=[]}=e;if(!n.has(r)){if(o===t)return e;for(const e of a){const r=BX(e,t,n);if(r)return r}}},IX=(e,t)=>{const n=function(e,t){var n;const r=null===(n=ea(e))||void 0===n?void 0:n.attributes;if(!r)return[];const o=Object.keys(r);return t?o.filter((e=>{var n;return(null===(n=r[e])||void 0===n?void 0:n.__experimentalRole)===t})):o}(e,"content");return null!=n&&n.length?n.reduce(((e,n)=>(t[n]&&(e[n]=t[n]),e)),{}):t},PX=(e,t)=>{const n=IX(t.name,t.attributes);e.attributes={...e.attributes,...n}},RX=(e,t)=>(0,dt.useMemo)((()=>e.reduce(((e,n)=>{const r=((e,t)=>{const n=t.map((e=>va(e))),r=new Set;for(const t of e){let e=!1;for(const o of n){const n=BX(o,t.name,r);if(n){e=!0,r.add(n.clientId),PX(n,t);break}}if(!e)return}return n})(t,n.blocks);return r&&e.push({...n,transformedBlocks:r}),e}),[])),[e,t]);function HX(e){let{patterns:t,onSelect:n}=e;return(0,dt.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,dt.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,dt.createElement)(Qh,{className:"block-editor-block-switcher__preview__popover",position:"bottom right"},(0,dt.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,dt.createElement)("div",{className:"block-editor-block-switcher__preview-title"},hr("Preview")),(0,dt.createElement)(WX,{patterns:t,onSelect:n})))))}function WX(e){let{patterns:t,onSelect:n}=e;const r=_P();return(0,dt.createElement)(JP,ft({},r,{role:"listbox",className:"block-editor-block-switcher__preview-patterns-container","aria-label":hr("Patterns list")}),t.map((e=>(0,dt.createElement)(YX,{key:e.name,pattern:e,onSelect:n,composite:r}))))}function YX(e){let{pattern:t,onSelect:n,composite:r}=e;const o="block-editor-block-switcher__preview-patterns-container",a=uf(YX,`${o}-list__item-description`);return(0,dt.createElement)("div",{className:`${o}-list__list-item`,"aria-label":t.title,"aria-describedby":t.description?a:void 0},(0,dt.createElement)(Mv,ft({role:"option",as:"div"},r,{className:`${o}-list__item`,onClick:()=>n(t.transformedBlocks)}),(0,dt.createElement)(zI,{blocks:t.transformedBlocks,viewportWidth:t.viewportWidth||500}),(0,dt.createElement)("div",{className:`${o}-list__item-title`},t.title)),!!t.description&&(0,dt.createElement)(ib,{id:a},t.description))}const jX=function(e){let{blocks:t,patterns:n,onSelect:r}=e;const[o,a]=(0,dt.useState)(!1),i=RX(n,t);return i.length?(0,dt.createElement)(Uw,{className:"block-editor-block-switcher__pattern__transforms__menugroup"},o&&(0,dt.createElement)(HX,{patterns:i,onSelect:r}),(0,dt.createElement)($w,{onClick:e=>{e.preventDefault(),a(!o)},icon:pX},hr("Patterns"))):null},qX=e=>{let{clientIds:t,blocks:n}=e;const{replaceBlocks:r}=kp(Iw),o=tX(n[0].clientId),{possibleBlockTransformations:a,canRemove:i,hasBlockStyles:s,icon:l,blockTitle:c,patterns:u}=Cc((e=>{var r;const{getBlockRootClientId:a,getBlockTransformItems:i,__experimentalGetPatternTransformItems:s}=e(Iw),{getBlockStyles:l,getBlockType:c}=e(Qa),{canRemoveBlocks:u}=e(Iw),d=a((0,ht.castArray)(t)[0]),[{name:p}]=n,m=1===n.length,f=m&&l(p);let h;if(m)h=null==o?void 0:o.icon;else{var g;const e=1===(0,ht.uniq)(n.map((e=>{let{name:t}=e;return t}))).length;h=e?null===(g=c(p))||void 0===g?void 0:g.icon:SX}return{possibleBlockTransformations:i(n,d),canRemove:u(t,d),hasBlockStyles:!(null==f||!f.length),icon:h,blockTitle:null===(r=c(p))||void 0===r?void 0:r.title,patterns:s(n,d)}}),[t,n,null==o?void 0:o.icon]),d=1===n.length&&oa(n[0]),p=1===n.length&&"core/template-part"===n[0].name;const m=!!a.length&&i,f=!(null==u||!u.length)&&i;if(!s&&!m)return(0,dt.createElement)(Hv,null,(0,dt.createElement)(Sv,{disabled:!0,className:"block-editor-block-switcher__no-switcher-icon",title:c,icon:(0,dt.createElement)(iB,{icon:l,showColors:!0})}));const h=c,g=1===n.length?Sn(hr("%s: Change block type or style"),c):Sn(br("Change type of %d block","Change type of %d blocks",n.length),n.length),b=s||m||f;return(0,dt.createElement)(Hv,null,(0,dt.createElement)(Lv,null,(e=>(0,dt.createElement)(Pv,{className:"block-editor-block-switcher",label:h,popoverProps:{position:"bottom right",isAlternate:!0,className:"block-editor-block-switcher__popover"},icon:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(iB,{icon:l,className:"block-editor-block-switcher__toggle",showColors:!0}),(d||p)&&(0,dt.createElement)("span",{className:"block-editor-block-switcher__toggle-text"},(0,dt.createElement)(nX,{clientId:t}))),toggleProps:{describedBy:g,...e},menuProps:{orientation:"both"}},(e=>{let{onClose:o}=e;return b&&(0,dt.createElement)("div",{className:"block-editor-block-switcher__container"},f&&(0,dt.createElement)(jX,{blocks:n,patterns:u,onSelect:e=>{(e=>{r(t,e)})(e),o()}}),m&&(0,dt.createElement)(CX,{className:"block-editor-block-switcher__transforms__menugroup",possibleBlockTransformations:a,blocks:n,onSelect:e=>{(e=>{r(t,La(n,e))})(e),o()}}),s&&(0,dt.createElement)(DX,{hoveredBlock:n[0],onSwitch:o}))})))))},FX=e=>{let{clientIds:t}=e;const n=Cc((e=>e(Iw).getBlocksByClientId(t)),[t]);return!n.length||n.some((e=>!e))?null:(0,dt.createElement)(qX,{clientIds:t,blocks:n})};var VX=n(2152),XX=n.n(VX);function UX(e){const t=(0,dt.useRef)(e);return t.current=e,t}function $X(e,t){const n=UX(e),r=UX(t);return oh((e=>{const t=new(XX())(e,{text:()=>"function"==typeof n.current?n.current():n.current||""});return t.on("success",(t=>{let{clearSelection:n}=t;n(),e.focus(),r.current&&r.current()})),()=>{t.destroy()}}),[])}function GX(e){Oo(e.defaultView);const t=e.defaultView.getSelection();Oo();const n=t.rangeCount?t.getRangeAt(0):null;return!!n&&!n.collapsed}function KX(e){return aD(e)&&"number"===e.type&&!!e.valueAsNumber}function JX(e){return GX(e)||!!e.activeElement&&function(e){if(!iD(e)&&!KX(e))return!1;try{const{selectionStart:t,selectionEnd:n}=e;return null!==t&&t!==n}catch(e){return!1}}(e.activeElement)}function ZX(e){const t=Array.from(e.files);return Array.from(e.items).forEach((e=>{const n=e.getAsFile();n&&!t.find((e=>{let{name:t,type:r,size:o}=e;return t===n.name&&r===n.type&&o===n.size}))&&t.push(n)})),t}function QX(){const{getBlockName:e}=Cc(Iw),{getBlockType:t}=Cc(Qa),{createSuccessNotice:n}=kp(YP);return(0,dt.useCallback)(((r,o)=>{let a="";if(1===o.length){var i;const n=o[0],s=null===(i=t(e(n)))||void 0===i?void 0:i.title;a=Sn(hr("copy"===r?'Copied "%s" to clipboard.':'Moved "%s" to clipboard.'),s)}else a=Sn("copy"===r?br("Copied %d block to clipboard.","Copied %d blocks to clipboard.",o.length):br("Moved %d block to clipboard.","Moved %d blocks to clipboard.",o.length),o.length);n(a,{type:"snackbar"})}),[])}function eU(){const{getBlocksByClientId:e,getSelectedBlockClientIds:t,hasMultiSelection:n,getSettings:r}=Cc(Iw),{flashBlock:o,removeBlocks:a,replaceBlocks:i}=kp(Iw),s=QX();return oh((l=>{function c(c){const u=t();if(0===u.length)return;if(!n()){const{target:e}=c,{ownerDocument:t}=e,n="copy"===c.type||"cut"===c.type?JX(t):function(e){return!!e.activeElement&&(iD(e.activeElement)||KX(e.activeElement)||GX(e))}(t);if(n)return}if(!l.contains(c.target.ownerDocument.activeElement))return;const d=c.defaultPrevented;if(c.preventDefault(),"copy"===c.type||"cut"===c.type){1===u.length&&o(u[0]),s(c.type,u);const t=Qi(e(u));c.clipboardData.setData("text/plain",t),c.clipboardData.setData("text/html",t)}if("cut"===c.type)a(u);else if("paste"===c.type){if(d)return;const{__experimentalCanUserUseUnfilteredHTML:e}=r(),{plainText:t,html:n}=function(e){let{clipboardData:t}=e,n="",r="";try{n=t.getData("text/plain"),r=t.getData("text/html")}catch(e){try{r=t.getData("Text")}catch(e){return}}const o=ZX(t).filter((e=>{let{type:t}=e;return/^image\/(?:jpe?g|png|gif)$/.test(t)}));return o.length&&!r&&(r=o.map((e=>``)).join(""),n=""),{html:r,plainText:n}}(c),o=dc({HTML:n,plainText:t,mode:"BLOCKS",canUserUseUnfilteredHTML:e});i(u,o,o.length-1,-1)}}return l.ownerDocument.addEventListener("copy",c),l.ownerDocument.addEventListener("cut",c),l.ownerDocument.addEventListener("paste",c),()=>{l.ownerDocument.removeEventListener("copy",c),l.ownerDocument.removeEventListener("cut",c),l.ownerDocument.removeEventListener("paste",c)}}),[])}function tU(e){let{clientIds:t,children:n,__experimentalUpdateSelection:r}=e;const{canInsertBlockType:o,getBlockRootClientId:a,getBlocksByClientId:i,canMoveBlocks:s,canRemoveBlocks:l}=Cc(Iw),{getDefaultBlockName:c,getGroupingBlockName:u}=Cc(Qa),d=i(t),p=a(t[0]),m=(0,ht.every)(d,(e=>!!e&&ra(e.name,"multiple",!0)&&o(e.name,p))),f=o(c(),p),h=s(t,p),g=l(t,p),{removeBlocks:b,replaceBlocks:v,duplicateBlocks:y,insertAfterBlock:_,insertBeforeBlock:M,flashBlock:k,setBlockMovingClientId:w,setNavigationMode:E,selectBlock:L}=kp(Iw),x=QX();return n({canDuplicate:m,canInsertDefaultBlock:f,canMove:h,canRemove:g,rootClientId:p,blocks:d,onDuplicate:()=>y(t,r),onRemove:()=>b(t,r),onInsertBefore(){M((0,ht.first)((0,ht.castArray)(t)))},onInsertAfter(){_((0,ht.last)((0,ht.castArray)(t)))},onMoveTo(){E(!0),L(t[0]),w(t[0])},onGroup(){if(!d.length)return;const e=u(),n=La(d,e);n&&v(t,n)},onUngroup(){if(!d.length)return;const e=d[0].innerBlocks;e.length&&v(t,e)},onCopy(){const e=d.map((e=>{let{clientId:t}=e;return t}));1===d.length&&k(e[0]),x("copy",e)}})}const nU=UC([FC(((e,t)=>{let{clientId:n}=t;const{getBlock:r,getBlockMode:o,getSettings:a}=e(Iw),i=r(n),s=a().codeEditingEnabled;return{mode:o(n),blockType:i?ea(i.name):null,isCodeEditingEnabled:s}})),XC(((e,t)=>{let{onToggle:n=ht.noop,clientId:r}=t;return{onToggleMode(){e(Iw).toggleBlockMode(r),n()}}}))])((function(e){let{blockType:t,mode:n,onToggleMode:r,small:o=!1,isCodeEditingEnabled:a=!0}=e;if(!ra(t,"html",!0)||!a)return null;const i=hr("visual"===n?"Edit as HTML":"Edit visually");return(0,dt.createElement)($w,{onClick:r},!o&&i)}));const rU=UC(FC(((e,t)=>{let{clientId:n}=t;const r=e(Iw).getBlock(n);return{block:r,shouldRender:r&&"core/html"===r.name}})),XC(((e,t)=>{let{block:n}=t;return{onClick:()=>e(Iw).replaceBlocks(n.clientId,Ol({HTML:Ki(n)}))}})))((function(e){let{shouldRender:t,onClick:n,small:r}=e;if(!t)return null;const o=hr("Convert to Blocks");return(0,dt.createElement)($w,{onClick:n},!r&&o)})),{Fill:oU,Slot:aU}=qh("__unstableBlockSettingsMenuFirstItem");oU.Slot=aU;const iU=oU;function sU(e){let{clientIds:t,isGroupable:n,isUngroupable:r,blocksSelection:o,groupingBlockName:a,onClose:i=(()=>{})}=e;const{replaceBlocks:s}=kp(Iw);return n||r?(0,dt.createElement)(dt.Fragment,null,n&&(0,dt.createElement)($w,{onClick:()=>{(()=>{const e=La(o,a);e&&s(t,e)})(),i()}},gr("Group","verb")),r&&(0,dt.createElement)($w,{onClick:()=>{(()=>{const e=o[0].innerBlocks;e.length&&s(t,e)})(),i()}},gr("Ungroup","Ungrouping blocks from within a Group block back into individual blocks within the Editor "))):null}const{Fill:lU,Slot:cU}=qh("BlockSettingsMenuControls");function uU(e){let{...t}=e;return(0,dt.createElement)(af,{document},(0,dt.createElement)(lU,t))}uU.Slot=e=>{let{fillProps:t,clientIds:n=null}=e;const{selectedBlocks:r,selectedClientIds:o}=Cc((e=>{const{getBlocksByClientId:t,getSelectedBlockClientIds:r}=e(Iw),o=null!==n?n:r();return{selectedBlocks:(0,ht.map)((0,ht.compact)(t(o)),(e=>e.name)),selectedClientIds:o}}),[n]),a=function(){const{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}=Cc((e=>{var t;const{getBlockRootClientId:n,getBlocksByClientId:r,canInsertBlockType:o,getSelectedBlockClientIds:a}=e(Iw),{getGroupingBlockName:i}=e(Qa),s=a(),l=i(),c=o(l,null!=s&&s.length?n(s[0]):void 0),u=r(s),d=1===u.length&&(null===(t=u[0])||void 0===t?void 0:t.name)===l;return{clientIds:s,isGroupable:c&&u.length&&!d,isUngroupable:d&&!!u[0].innerBlocks.length,blocksSelection:u,groupingBlockName:l}}),[]);return{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}}(),{isGroupable:i,isUngroupable:s}=a,l=i||s;return(0,dt.createElement)(cU,{fillProps:{...t,selectedBlocks:r,selectedClientIds:o}},(e=>{if((null==e?void 0:e.length)>0||l)return(0,dt.createElement)(Uw,null,e,(0,dt.createElement)(sU,ft({},a,{onClose:null==t?void 0:t.onClose})))}))};const dU=uU,pU={className:"block-editor-block-settings-menu__popover",position:"bottom right",isAlternate:!0};function mU(e){let{blocks:t,onCopy:n}=e;const r=$X((()=>Qi(t)),n);return(0,dt.createElement)($w,{ref:r},hr("Copy"))}const fU=function(e){let{clientIds:t,__experimentalSelectBlock:n,children:r,...o}=e;const a=(0,ht.castArray)(t),i=a.length,s=a[0],{onlyBlock:l,title:c}=Cc((e=>{var t;const{getBlockCount:n,getBlockName:r}=e(Iw),{getBlockType:o}=e(Qa);return{onlyBlock:1===n(),title:null===(t=o(r(s)))||void 0===t?void 0:t.title}}),[s]),u=Cc((e=>{const{getShortcutRepresentation:t}=e(UB);return{duplicate:t("core/block-editor/duplicate"),remove:t("core/block-editor/remove"),insertAfter:t("core/block-editor/insert-after"),insertBefore:t("core/block-editor/insert-before")}}),[]),d=(0,dt.useCallback)(n?async e=>{const t=await e;t&&t[0]&&n(t[0])}:ht.noop,[n]),p=Sn(hr("Remove %s"),c),m=1===i?p:hr("Remove blocks");return(0,dt.createElement)(tU,{clientIds:t,__experimentalUpdateSelection:!n},(e=>{let{canDuplicate:n,canInsertDefaultBlock:a,canMove:c,canRemove:p,onDuplicate:f,onInsertAfter:h,onInsertBefore:g,onRemove:b,onCopy:v,onMoveTo:y,blocks:_}=e;return(0,dt.createElement)(Pv,ft({icon:sC,label:hr("Options"),className:"block-editor-block-settings-menu",popoverProps:pU,noIcons:!0},o),(e=>{let{onClose:o}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Uw,null,(0,dt.createElement)(iU.Slot,{fillProps:{onClose:o}}),1===i&&(0,dt.createElement)(rU,{clientId:s}),(0,dt.createElement)(mU,{blocks:_,onCopy:v}),n&&(0,dt.createElement)($w,{onClick:(0,ht.flow)(o,f,d),shortcut:u.duplicate},hr("Duplicate")),a&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)($w,{onClick:(0,ht.flow)(o,g),shortcut:u.insertBefore},hr("Insert before")),(0,dt.createElement)($w,{onClick:(0,ht.flow)(o,h),shortcut:u.insertAfter},hr("Insert after"))),c&&!l&&(0,dt.createElement)($w,{onClick:(0,ht.flow)(o,y)},hr("Move to")),1===i&&(0,dt.createElement)(nU,{clientId:s,onToggle:o})),(0,dt.createElement)(dU.Slot,{fillProps:{onClose:o},clientIds:t}),"function"==typeof r?r({onClose:o}):dt.Children.map((e=>(0,dt.cloneElement)(e,{onClose:o}))),p&&(0,dt.createElement)(Uw,null,(0,dt.createElement)($w,{onClick:(0,ht.flow)(o,b,d),shortcut:u.remove},m)))}))}))};const hU=function(e){let{clientIds:t,...n}=e;return(0,dt.createElement)(Hv,null,(0,dt.createElement)(Lv,null,(e=>(0,dt.createElement)(fU,ft({clientIds:t,toggleProps:e},n)))))};function gU(e){let{hideDragHandle:t}=e;const{blockClientIds:n,blockClientId:r,blockType:o,hasFixedToolbar:a,hasReducedUI:i,isValid:s,isVisual:l}=Cc((e=>{const{getBlockName:t,getBlockMode:n,getSelectedBlockClientIds:r,isBlockValid:o,getBlockRootClientId:a,getSettings:i}=e(Iw),s=r(),l=s[0],c=a(l),u=i();return{blockClientIds:s,blockClientId:l,blockType:l&&ea(t(l)),hasFixedToolbar:u.hasFixedToolbar,hasReducedUI:u.hasReducedUI,rootClientId:c,isValid:s.every((e=>o(e))),isVisual:s.every((e=>"visual"===n(e)))}}),[]),{toggleBlockHighlight:c}=kp(Iw),u=(0,dt.useRef)(),{showMovers:d,gestures:p}=LX({ref:u,onChange(e){e&&i||c(r,e)}}),m=yf("medium","<")||a;if(o&&!ra(o,"__experimentalToolbar",!0))return null;const f=m||d;if(0===n.length)return null;const h=s&&l,g=n.length>1,b=Hp()("block-editor-block-toolbar",f&&"is-showing-movers");return(0,dt.createElement)("div",{className:b},!g&&!m&&(0,dt.createElement)(xX,{clientIds:n}),(0,dt.createElement)("div",ft({ref:u},p),(h||g)&&(0,dt.createElement)(Hv,{className:"block-editor-block-toolbar__block-controls"},(0,dt.createElement)(FX,{clientIds:n}),(0,dt.createElement)(_X,{clientIds:n,hideDragHandle:t||i}))),h&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw.Slot,{group:"parent",className:"block-editor-block-toolbar__slot"}),(0,dt.createElement)(Vw.Slot,{group:"block",className:"block-editor-block-toolbar__slot"}),(0,dt.createElement)(Vw.Slot,{className:"block-editor-block-toolbar__slot"}),(0,dt.createElement)(Vw.Slot,{group:"inline",className:"block-editor-block-toolbar__slot"}),(0,dt.createElement)(Vw.Slot,{group:"other",className:"block-editor-block-toolbar__slot"})),(0,dt.createElement)(hU,{clientIds:n}))}const bU=function(e){let{focusOnMount:t,isFixed:n,...r}=e;const{blockType:o,hasParents:a,showParentSelector:i}=Cc((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientIds:r}=e(Iw),{getBlockType:o}=e(Qa),a=r(),i=a[0],s=n(i),l=o(t(s[s.length-1]));return{blockType:i&&o(t(i)),hasParents:s.length,showParentSelector:ra(l,"__experimentalParentSelector",!0)&&a.length<=1}}),[]);if(o&&!ra(o,"__experimentalToolbar",!0))return null;const s=Hp()("block-editor-block-contextual-toolbar",{"has-parent":a&&i,"is-fixed":n});return(0,dt.createElement)(dX,ft({focusOnMount:t,className:s,"aria-label":hr("Block tools")},r),(0,dt.createElement)(gU,{hideDragHandle:n}))};function vU(e){const{isNavigationMode:t,isMultiSelecting:n,hasMultiSelection:r,isTyping:o,isCaretWithinFormattedText:a,getSettings:i,getLastMultiSelectedBlockClientId:s}=e(Iw);return{isNavigationMode:t(),isMultiSelecting:n(),isTyping:o(),isCaretWithinFormattedText:a(),hasMultiSelection:r(),hasFixedToolbar:i().hasFixedToolbar,lastClientId:s()}}function yU(e){let{clientId:t,rootClientId:n,isValid:r,isEmptyDefaultBlock:o,capturingClientId:a,__unstablePopoverSlot:i,__unstableContentRef:s}=e;const{isNavigationMode:l,isMultiSelecting:c,isTyping:u,isCaretWithinFormattedText:d,hasMultiSelection:p,hasFixedToolbar:m,lastClientId:f}=Cc(vU,[]),h=Cc((e=>{const{isBlockInsertionPointVisible:n,getBlockInsertionPoint:r,getBlockOrder:o}=e(Iw);if(!n())return!1;const a=r();return o(a.rootClientId)[a.index]===t}),[t]),g=yf("medium"),[b,v]=(0,dt.useState)(!1),[y,_]=(0,dt.useState)(!1),{stopTyping:M}=kp(Iw),k=!u&&!l&&o&&r,w=l,E=!l&&!m&&g&&!k&&!c&&(!u||d);KB("core/block-editor/focus-toolbar",(()=>{v(!0),M(!0)}),{isDisabled:!!(l||E||m||o)}),(0,dt.useEffect)((()=>{E||v(!1)}),[E]);const L=(0,dt.useRef)(),x=OD(t),S=OD(f),A=OD(a),C=$V(s);if(!(w||E||b||k))return null;let T=x;if(!T)return null;a&&(T=A);let z=T;if(p){if(!S)return null;z={top:T,bottom:S}}const N=k?"top left right":"top right left",{ownerDocument:O}=T,D=k?void 0:O.defaultView.frameElement||tD(T)||O.body;return(0,dt.createElement)(Qh,{ref:C,noArrow:!0,animate:!1,position:N,focusOnMount:!1,anchorRef:z,className:Hp()("block-editor-block-list__block-popover",{"is-insertion-point-visible":h}),__unstableStickyBoundaryElement:D,__unstableSlotName:i||null,__unstableBoundaryParent:!0,__unstableObserveElement:T,shouldAnchorIncludePadding:!0,__unstableEditorCanvasWrapper:null==s?void 0:s.current},(E||b)&&(0,dt.createElement)("div",{onFocus:function(){_(!0)},onBlur:function(){_(!1)},tabIndex:-1,className:Hp()("block-editor-block-list__block-popover-inserter",{"is-visible":y})},(0,dt.createElement)(YR,{clientId:t,rootClientId:n,__experimentalIsQuick:!0})),(E||b)&&(0,dt.createElement)(bU,{focusOnMount:b,__experimentalInitialIndex:L.current,__experimentalOnIndexChange:e=>{L.current=e},key:t}),w&&(0,dt.createElement)(oX,{clientId:t,rootClientId:n,blockElement:T}),k&&(0,dt.createElement)("div",{className:"block-editor-block-list__empty-block-inserter"},(0,dt.createElement)(YR,{position:"bottom right",rootClientId:n,clientId:t,__experimentalIsQuick:!0})))}function _U(e){const{getSelectedBlockClientId:t,getFirstMultiSelectedBlockClientId:n,getBlockRootClientId:r,getBlock:o,getBlockParents:a,__experimentalGetBlockListSettingsForBlocks:i}=e(Iw),s=t()||n();if(!s)return;const{name:l,attributes:c={},isValid:u}=o(s)||{},d=a(s),p=i(d),m=(0,ht.find)(d,(e=>{var t;return null===(t=p[e])||void 0===t?void 0:t.__experimentalCaptureToolbars}));return{clientId:s,rootClientId:r(s),name:l,isValid:u,isEmptyDefaultBlock:l&&Aa({name:l,attributes:c}),capturingClientId:m}}function MU(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const r=Cc(_U,[]);if(!r)return null;const{clientId:o,rootClientId:a,name:i,isValid:s,isEmptyDefaultBlock:l,capturingClientId:c}=r;return i?(0,dt.createElement)(yU,{clientId:o,rootClientId:a,isValid:s,isEmptyDefaultBlock:l,capturingClientId:c,__unstablePopoverSlot:t,__unstableContentRef:n}):null}function kU(e){let{children:t}=e;const n=(0,dt.useContext)(GV),r=(0,dt.useContext)(vB.Context);return n||r?t:(pu('wp.components.Popover.Slot name="block-toolbar"',{alternative:"wp.blockEditor.BlockTools"}),(0,dt.createElement)(JV,{__unstablePopoverSlot:"block-toolbar"},(0,dt.createElement)(MU,{__unstablePopoverSlot:"block-toolbar"}),t))}const wU=Bp((e=>t=>{const{clientId:n}=Ww();return(0,dt.createElement)(e,ft({},t,{clientId:n}))}),"withClientId"),EU=wU((e=>{let{clientId:t,showSeparator:n,isFloating:r,onAddBlock:o,isToggle:a}=e;return(0,dt.createElement)(FR,{className:Hp()({"block-list-appender__toggle":a}),rootClientId:t,showSeparator:n,isFloating:r,onAddBlock:o})})),LU=UC([wU,FC(((e,t)=>{let{clientId:n}=t;const{getBlockOrder:r}=e(Iw),o=r(n);return{lastBlockClientId:(0,ht.last)(o)}}))])((e=>{let{clientId:t,lastBlockClientId:n}=e;return(0,dt.createElement)(jR,{rootClientId:t,lastBlockClientId:n})}));const xU=new WeakMap;function SU(e,t,n){const r=fc((()=>(0,ht.throttle)(e,t,n)),[e,t,n]);return(0,dt.useEffect)((()=>()=>r.cancel()),[r]),r}function AU(e){const t=(0,dt.useRef)();return t.current=e,t}function CU(e){let{isDisabled:t,onDrop:n,onDragStart:r,onDragEnter:o,onDragLeave:a,onDragEnd:i,onDragOver:s}=e;const l=AU(n),c=AU(r),u=AU(o),d=AU(a),p=AU(i),m=AU(s);return oh((e=>{if(t)return;let n=!1;const{ownerDocument:r}=e;function o(e){n||(n=!0,r.removeEventListener("dragenter",o),r.addEventListener("dragend",h),r.addEventListener("mousemove",h),c.current&&c.current(e))}function a(t){t.preventDefault(),e.contains(t.relatedTarget)||u.current&&u.current(t)}function i(e){!e.defaultPrevented&&m.current&&m.current(e),e.preventDefault()}function s(t){(function(t){const{defaultView:n}=r;if(!(t&&n&&t instanceof n.HTMLElement&&e.contains(t)))return!1;let o=t;do{if(o.dataset.isDropZone)return o===e}while(o=o.parentElement);return!1})(t.relatedTarget)||d.current&&d.current(t)}function f(e){e.defaultPrevented||(e.preventDefault(),e.dataTransfer&&e.dataTransfer.files.length,l.current&&l.current(e),h(e))}function h(e){n&&(n=!1,r.addEventListener("dragenter",o),r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),p.current&&p.current(e))}return e.dataset.isDropZone="true",e.addEventListener("drop",f),e.addEventListener("dragenter",a),e.addEventListener("dragover",i),e.addEventListener("dragleave",s),r.addEventListener("dragenter",o),()=>{delete e.dataset.isDropZone,e.removeEventListener("drop",f),e.removeEventListener("dragenter",a),e.removeEventListener("dragover",i),e.removeEventListener("dragleave",s),r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),r.addEventListener("dragenter",o)}}),[t])}function TU(e,t,n,r,o,a,i){return s=>{const{srcRootClientId:l,srcClientIds:c,type:u,blocks:d}=function(e){let t={srcRootClientId:null,srcClientIds:null,srcIndex:null,type:null,blocks:null};if(!e.dataTransfer)return t;try{t=Object.assign(t,JSON.parse(e.dataTransfer.getData("wp-blocks")))}catch(e){return t}return t}(s);if("inserter"===u){i();const n=d.map((e=>va(e)));a(n,t,e,!0,null)}if("block"===u){const a=n(c[0],l);if(l===e&&a===t)return;if(c.includes(e)||r(c).some((t=>t===e)))return;const i=l===e,s=c.length;o(c,l,e,i&&ae(Iw).getSettings().mediaUpload),[]),{canInsertBlockType:r,getBlockIndex:o,getClientIdsOfDescendants:a}=Cc(Iw),{insertBlocks:i,moveBlocksToPosition:s,updateBlockAttributes:l,clearSelectedBlock:c}=kp(Iw),u=TU(e,t,o,a,s,i,c),d=function(e,t,n,r,o,a){return i=>{if(!n)return;const s=wa(Ea("from"),(t=>"files"===t.type&&o(t.blockName,e)&&t.isMatch(i)));if(s){const n=s.transform(i,r);a(n,t,e)}}}(e,t,n,l,r,i),p=function(e,t,n){return r=>{const o=dc({HTML:r,mode:"BLOCKS"});o.length&&n(o,t,e)}}(e,t,i);return e=>{const t=ZX(e.dataTransfer),n=e.dataTransfer.getData("text/html");t.length?d(t):n?p(n):u(e)}}function NU(e,t,n){const r="top"===n||"bottom"===n,{x:o,y:a}=e,i=r?o:a,s=r?a:o,l=r?t.left:t.top,c=r?t.right:t.bottom,u=t[n];let d;return d=i>=l&&i<=c?i:i2&&void 0!==arguments[2]?arguments[2]:["top","bottom","left","right"];return o.forEach((o=>{const a=NU(e,t,o);(void 0===n||a{const s=e.getBoundingClientRect(),[l,c]=OU(t,s,r);if(void 0===i||l0&&void 0!==arguments[0]?arguments[0]:{};const[t,n]=(0,dt.useState)(null),r=Cc((t=>{const{getTemplateLock:n}=t(Iw);return"all"===n(e)}),[e]),{getBlockListSettings:o}=Cc(Iw),{showInsertionPoint:a,hideInsertionPoint:i}=kp(Iw),s=zU(e,t),l=SU((0,dt.useCallback)(((t,r)=>{var i;const s=DU(Array.from(r.children).filter((e=>e.classList.contains("wp-block"))),{x:t.clientX,y:t.clientY},null===(i=o(e))||void 0===i?void 0:i.orientation);n(void 0===s?0:s),null!==s&&a(e,s)}),[]),200);return CU({isDisabled:r,onDrop:s,onDragOver(e){l(e,e.currentTarget)},onDragLeave(){l.cancel(),i(),n(null)},onDragEnd(){l.cancel(),i(),n(null)}})}function IU(e){const{clientId:t,allowedBlocks:n,__experimentalDefaultBlock:r,__experimentalDirectInsert:o,template:a,templateLock:i,wrapperRef:s,templateInsertUpdatesSelection:l,__experimentalCaptureToolbars:c,__experimentalAppenderTagName:u,renderAppender:d,orientation:p,placeholder:m,__experimentalLayout:f}=e;!function(e,t,n,r,o,a,i,s){const{updateBlockListSettings:l}=kp(Iw),{blockListSettings:c,parentLock:u}=Cc((t=>{const n=t(Iw).getBlockRootClientId(e);return{blockListSettings:t(Iw).getBlockListSettings(e),parentLock:t(Iw).getTemplateLock(n)}}),[e]),d=(0,dt.useMemo)((()=>t),t);(0,dt.useLayoutEffect)((()=>{const t={allowedBlocks:d,templateLock:void 0===o?u:o};if(void 0!==a&&(t.__experimentalCaptureToolbars=a),void 0!==i)t.orientation=i;else{const e=EA(null==s?void 0:s.type);t.orientation=e.getOrientation(s)}void 0!==n&&(t.__experimentalDefaultBlock=n),void 0!==r&&(t.__experimentalDirectInsert=r),qi(c,t)||l(e,t)}),[e,c,d,n,r,o,u,a,i,l,s])}(t,n,r,o,i,c,p,f),function(e,t,n,r){const{getSelectedBlocksInitialCaretPosition:o}=Cc(Iw),{replaceInnerBlocks:a}=kp(Iw),i=Cc((t=>t(Iw).getBlocks(e)),[e]),s=(0,dt.useRef)(null);(0,dt.useLayoutEffect)((()=>{if((0===i.length||"all"===n)&&!(0,ht.isEqual)(t,s.current)){s.current=t;const n=mc(i,t);(0,ht.isEqual)(n,i)||a(e,n,0===i.length&&r&&0!==n.length,o())}}),[i,t,n,e])}(t,a,i,l);const h=Cc((e=>{const n=e(Iw).getBlock(t),r=ea(n.name);if(r&&r.providesContext)return function(e,t){xU.has(t)||xU.set(t,new WeakMap);const n=xU.get(t);if(!n.has(e)){const r=(0,ht.mapValues)(t.providesContext,(t=>e[t]));n.set(e,r)}return n.get(e)}(n.attributes,r)}),[t]);return(0,dt.createElement)(KC,{value:h},(0,dt.createElement)(XU,{rootClientId:t,renderAppender:d,__experimentalAppenderTagName:u,__experimentalLayout:f,wrapperRef:s,placeholder:m}))}function PU(e){return uB(e),(0,dt.createElement)(IU,e)}const RU=(0,dt.forwardRef)(((e,t)=>{const n=HU({ref:t},e);return(0,dt.createElement)("div",{className:"block-editor-inner-blocks"},(0,dt.createElement)("div",n))}));function HU(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n}=Ww(),r=yf("medium","<"),{__experimentalCaptureToolbars:o,hasOverlay:a}=Cc((e=>{if(!n)return{};const{getBlockName:t,isBlockSelected:o,hasSelectedInnerBlock:a,isNavigationMode:i}=e(Iw),s=t(n),l=i()||r;return{__experimentalCaptureToolbars:e(Qa).hasBlockSupport(s,"__experimentalExposeControlsToChildren",!1),hasOverlay:"core/template"!==s&&!o(n)&&!a(n,!0)&&l}}),[n,r]),i=dh([e.ref,BU({rootClientId:n})]),s={__experimentalCaptureToolbars:o,...t},l=s.value&&s.onChange?PU:IU;return{...e,ref:i,className:Hp()(e.className,"block-editor-block-list__layout",{"has-overlay":a}),children:n?(0,dt.createElement)(l,ft({},s,{clientId:n})):(0,dt.createElement)(XU,t)}}HU.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{innerBlocks:t}=Ui,n=Qi(t,{isInnerBlocks:!0}),r=(0,dt.createElement)(hi,null,n);return{...e,children:r}},RU.DefaultBlockAppender=LU,RU.ButtonBlockAppender=EU,RU.Content=()=>HU.save().children;const WU=RU,YU=(0,dt.createContext)(),jU=(0,dt.createContext)();function qU(e){let{className:t,...n}=e;const[r,o]=(0,dt.useState)(),a=yf("medium"),{isOutlineMode:i,isFocusMode:s,isNavigationMode:l}=Cc((e=>{const{getSettings:t,isNavigationMode:n}=e(Iw),{outlineMode:r,focusMode:o}=t();return{isOutlineMode:r,isFocusMode:o,isNavigationMode:n()}}),[]),c=HU({ref:dh([_B(),ZV(),o]),className:Hp()("is-root-container",t,{"is-outline-mode":i,"is-focus-mode":s&&a,"is-navigate-mode":l})},n);return(0,dt.createElement)(YU.Provider,{value:r},(0,dt.createElement)("div",c))}function FU(e){return function(){const e=Cc((e=>e(Iw).getSettings().__experimentalBlockPatterns),[]);(0,dt.useEffect)((()=>{if(null==e||!e.length)return;let t,n=-1;const r=()=>{n++,n>=e.length||(bn(Iw).__experimentalGetParsedPattern(e[n].name),t=QV(r))};return t=QV(r),()=>eX(t)}),[e])}(),(0,dt.createElement)(kU,null,(0,dt.createElement)(Hw,{value:Pw},(0,dt.createElement)(qU,e)))}function VU(e){let{placeholder:t,rootClientId:n,renderAppender:r,__experimentalAppenderTagName:o,__experimentalLayout:a=LA}=e;const[i,s]=(0,dt.useState)(new Set),l=(0,dt.useMemo)((()=>{const{IntersectionObserver:e}=window;if(e)return new e((e=>{s((t=>{const n=new Set(t);for(const t of e){const e=t.target.getAttribute("data-block");n[t.isIntersecting?"add":"delete"](e)}return n}))}))}),[s]),{order:c,selectedBlocks:u}=Cc((e=>{const{getBlockOrder:t,getSelectedBlockClientIds:r}=e(Iw);return{order:t(n),selectedBlocks:r()}}),[n]);return(0,dt.createElement)(SA,{value:a},(0,dt.createElement)(jU.Provider,{value:l},c.map((e=>(0,dt.createElement)(Sc,{key:e,value:!i.has(e)&&!u.includes(e)},(0,dt.createElement)(jD,{rootClientId:n,clientId:e}))))),c.length<1&&t,(0,dt.createElement)(VR,{tagName:o,rootClientId:n,renderAppender:r}))}function XU(e){return(0,dt.createElement)(Sc,{value:!1},(0,dt.createElement)(VU,e))}FU.__unstableElementContext=YU;const UU=Bg((function(e,t){const n=function(e){const{expanded:t=!1,...n}=Dg(e,"VStack");return uC({direction:"column",expanded:t,...n})}(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"VStack"),$U=UU;var GU=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","state","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget","setState"],KU=[].concat(GU,["value","checked","unstable_checkOnFocus"]),JU=xb({as:"div",useHook:Ab({name:"RadioGroup",compose:KP,keys:GU,useProps:function(e,t){return zb({role:"radiogroup"},t)}}),useCreateElement:function(e,t,n){return bb(e,t,n)}});function ZU(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transition";switch(t){case"transition":e="transition-duration: 0ms;";break;case"animation":e="animation-duration: 1ms;";break;default:e="\n\t\t\t\tanimation-duration: 1ms;\n\t\t\t\ttransition-duration: 0ms;\n\t\t\t"}return`\n\t\t@media ( prefers-reduced-motion: reduce ) {\n\t\t\t${e};\n\t\t}\n\t`}const QU=sE("background:",qE.ui.background,";border:1px solid;border-color:",qE.ui.border,";border-radius:",KL.controlBorderRadius,";display:inline-flex;min-height:",KL.controlHeight,";min-width:0;padding:2px;position:relative;transition:transform ",KL.transitionDurationFastest," linear;",ZU("transition")," &:hover{border-color:",qE.ui.borderHover,";}&:focus-within{border-color:",qE.ui.borderFocus,";box-shadow:",KL.controlBoxShadowFocus,";outline:none;z-index:1;}",""),e$={name:"7whenc",styles:"display:flex;width:100%"},t$=rb("div",{target:"eakva830"})("background:",qE.gray[900],";border-radius:",KL.controlBorderRadius,";box-shadow:",KL.toggleGroupControlBackdropBoxShadow,";left:0;position:absolute;top:2px;bottom:2px;transition:transform ",KL.transitionDurationFast," ease;",ZU("transition")," z-index:1;");const n$=(0,dt.memo)((function(e){let{containerRef:t,containerWidth:n,isAdaptiveWidth:r,state:o}=e;const[a,i]=(0,dt.useState)(0),[s,l]=(0,dt.useState)(0),[c,u]=(0,dt.useState)(!1),[d,p]=(0,dt.useState)(!1);return(0,dt.useEffect)((()=>{const e=null==t?void 0:t.current;if(!e)return;const n=e.querySelector(`[data-value="${o}"]`);if(p(!!n),!n)return;const{x:r}=e.getBoundingClientRect(),{width:a,x:s}=n.getBoundingClientRect();let d;return i(s-r-1),l(a),c||(d=window.requestAnimationFrame((()=>{u(!0)}))),()=>window.cancelAnimationFrame(d)}),[c,t,n,o,r]),d?(0,dt.createElement)(t$,{role:"presentation",style:{transform:`translateX(${a}px)`,transition:c?void 0:"none",width:s}}):null})),r$=(0,dt.createContext)({}),o$=r$,a$=()=>{};const i$=Bg((function e(t,n){const{className:r,isAdaptiveWidth:o=!1,isBlock:a=!1,label:i,hideLabelFromVision:s=!1,help:l,onChange:c=a$,value:u,children:d,...p}=Dg(t,"ToggleGroupControl"),m=Og(),f=(0,dt.useRef)(),[h,g]=Mf()(),b=function(e){void 0===e&&(e={});var t=QI(e),n=t.state,r=t.loop,o=void 0===r||r,a=Nb(t,["state","loop"]),i=(0,dt.useState)(n),s=i[0],l=i[1],c=_P(zb(zb({},a),{},{loop:o}));return zb(zb({},c),{},{state:s,setState:l})}({baseId:uf(e,"toggle-group-control").toString(),state:u});GS((()=>{c(b.state)}),[b.state]),GS((()=>{u!==b.state&&b.setState(u)}),[u]);const v=(0,dt.useMemo)((()=>m(QU,a&&e$,"medium",r)),[r,a]);return(0,dt.createElement)(GE,{help:l},(0,dt.createElement)(o$.Provider,{value:{...b,isBlock:!o}},!s&&(0,dt.createElement)("div",null,(0,dt.createElement)(GE.VisualLabel,null,i)),(0,dt.createElement)(JU,ft({},b,{"aria-label":i,as:ab,className:v},p,{ref:dh([f,n])}),h,(0,dt.createElement)(n$,ft({},b,{containerRef:f,containerWidth:g.width,isAdaptiveWidth:o})),d)))}),"ToggleGroupControl"),s$=i$;function l$(e){return void 0!==e.checked?e.checked:void 0!==e.value&&e.state===e.value}function c$(e,t){var n=bv(e,"change");Object.defineProperties(n,{type:{value:"change"},target:{value:e},currentTarget:{value:e}}),null==t||t(n)}var u$=Ab({name:"Radio",compose:_v,keys:KU,useOptions:function(e,t){var n,r=t.value,o=t.checked,a=e.unstable_clickOnEnter,i=void 0!==a&&a,s=e.unstable_checkOnFocus,l=void 0===s||s,c=Nb(e,["unstable_clickOnEnter","unstable_checkOnFocus"]);return zb(zb({checked:o,unstable_clickOnEnter:i,unstable_checkOnFocus:l},c),{},{value:null!=(n=c.value)?n:r})},useProps:function(e,t){var n=t.ref,r=t.onChange,o=t.onClick,a=Nb(t,["ref","onChange","onClick"]),i=(0,dt.useRef)(null),s=(0,dt.useState)(!0),l=s[0],c=s[1],u=l$(e),d=Yb(e.currentId===e.id),p=Yb(r),m=Yb(o);!function(e){var t=(0,dt.useState)((function(){return l$(e)}))[0],n=(0,dt.useState)(e.currentId)[0],r=e.id,o=e.setCurrentId;(0,dt.useEffect)((function(){t&&r&&n!==r&&(null==o||o(r))}),[t,r,o,n])}(e),(0,dt.useEffect)((function(){var e=i.current;e&&("INPUT"===e.tagName&&"radio"===e.type||c(!1))}),[]);var f=(0,dt.useCallback)((function(t){var n,r;null===(n=p.current)||void 0===n||n.call(p,t),t.defaultPrevented||e.disabled||null===(r=e.setState)||void 0===r||r.call(e,e.value)}),[e.disabled,e.setState,e.value]),h=(0,dt.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e),e.defaultPrevented||l||c$(e.currentTarget,f)}),[f,l]);return(0,dt.useEffect)((function(){var t=i.current;t&&e.unstable_moves&&d.current&&e.unstable_checkOnFocus&&c$(t,f)}),[e.unstable_moves,e.unstable_checkOnFocus,f]),zb({ref:Ib(i,n),role:l?void 0:"radio",type:l?"radio":void 0,value:l?e.value:void 0,name:l?e.baseId:void 0,"aria-checked":u,checked:u,onChange:f,onClick:h},a)}}),d$=xb({as:"input",memo:!0,useHook:u$});const p$=rb("div",{target:"eu1cvm72"})({name:"sln1fl",styles:"display:inline-flex;max-width:100%;min-width:0;position:relative"}),m$={name:"82a6rk",styles:"flex:1"},f$=sE("align-items:center;appearance:none;background:transparent;border:none;border-radius:",KL.controlBorderRadius,";color:",qE.gray[700],";cursor:pointer;display:flex;height:100%;justify-content:center;line-height:100%;outline:none;padding:0 12px;position:relative;text-align:center;transition:background ",KL.transitionDurationFast," linear,color ",KL.transitionDurationFast," linear,font-weight 60ms linear;",ZU("transition")," user-select:none;width:100%;z-index:2;&::-moz-focus-inner{border:0;}&:active{background:",KL.toggleGroupControlBackgroundColor,";}",""),h$=sE("color:",qE.white,";",""),g$=rb("div",{target:"eu1cvm71"})("font-size:",KL.fontSize,";line-height:1;position:absolute;top:50%;left:50%;transform:translate( -50%, -50% );"),b$={name:"1qsuvl4",styles:"background:transparent"},v$=rb("div",{target:"eu1cvm70"})("font-size:",KL.fontSize,";font-weight:bold;height:0;overflow:hidden;visibility:hidden;"),y$=sE("min-height:",KL.controlHeight,";",""),{ButtonContentView:_$,LabelPlaceholderView:M$,LabelView:k$}=y,w$=e=>{let{showTooltip:t,text:n,children:r}=e;return t&&n?(0,dt.createElement)(sg,{text:n,position:"top center"},r):(0,dt.createElement)(dt.Fragment,null,r)};const E$=Bg((function e(t,n){const r=(0,dt.useContext)(r$),o=Dg({...t,id:uf(e,r.baseId||"toggle-group-control-option")},"ToggleGroupControlOption"),{className:a,isBlock:i=!1,label:s,value:l,showTooltip:c=!1,...u}={...r,...o},d=u.state===l,p=Og(),m=p(i&&m$),f=p(f$,a,d&&h$),h=u["aria-label"]?u["aria-label"]:s;return(0,dt.createElement)(k$,{className:m,"data-active":d},(0,dt.createElement)(w$,{showTooltip:c,text:h},(0,dt.createElement)(d$,ft({},u,{as:"button","aria-label":h,className:f,"data-value":l,ref:n,value:l}),(0,dt.createElement)(_$,null,s),(0,dt.createElement)(M$,{"aria-hidden":!0},s))))}),"ToggleGroupControlOption"),L$=E$,x$=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M14.5 13.8c-1.1 0-2.1.7-2.4 1.8H4V17h8.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20v-1.5h-3.1c-.3-1-1.3-1.7-2.4-1.7zM11.9 7c-.3-1-1.3-1.8-2.4-1.8S7.4 6 7.1 7H4v1.5h3.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20V7h-8.1z"})),S$=e=>null!=e;const A$=Bg((function(e,t){const n=function(e){const{className:t,margin:n,marginBottom:r=2,marginLeft:o,marginRight:a,marginTop:i,marginX:s,marginY:l,padding:c,paddingBottom:u,paddingLeft:d,paddingRight:p,paddingTop:m,paddingX:f,paddingY:h,...g}=Dg(e,"Spacer");return{...g,className:Og()(S$(n)&&sE("margin:",dE(n),";",""),S$(l)&&sE("margin-bottom:",dE(l),";margin-top:",dE(l),";",""),S$(s)&&sE("margin-left:",dE(s),";margin-right:",dE(s),";",""),S$(i)&&sE("margin-top:",dE(i),";",""),S$(r)&&sE("margin-bottom:",dE(r),";",""),S$(o)&&sE("margin-left:",dE(o),";",""),S$(a)&&sE("margin-right:",dE(a),";",""),S$(c)&&sE("padding:",dE(c),";",""),S$(h)&&sE("padding-bottom:",dE(h),";padding-top:",dE(h),";",""),S$(f)&&sE("padding-left:",dE(f),";padding-right:",dE(f),";",""),S$(m)&&sE("padding-top:",dE(m),";",""),S$(u)&&sE("padding-bottom:",dE(u),";",""),S$(d)&&sE("padding-left:",dE(d),";",""),S$(p)&&sE("padding-right:",dE(p),";",""),t)}}(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"Spacer");function C$(e,t,n){return"number"!=typeof e?null:parseFloat((0,ht.clamp)(e,t,n))}const T$=()=>sE({height:30,minHeight:30},"",""),z$=12,N$=rb("div",{target:"exqw8y214"})({name:"17z6zai",styles:"-webkit-tap-highlight-color:transparent;box-sizing:border-box;align-items:flex-start;display:inline-flex;justify-content:flex-start;padding:0;position:relative;touch-action:none;width:100%"}),O$=rb("div",{target:"exqw8y213"})("box-sizing:border-box;color:",qE.blue.medium.focus,";display:block;flex:1;position:relative;width:100%;",(e=>{let{color:t=qE.ui.borderFocus}=e;return sE({color:t},"","")}),";",T$,";",(e=>{let{marks:t}=e;return sE({marginBottom:t?16:null},"","")}),";"),D$=rb("span",{target:"exqw8y212"})("margin-top:",4,"px;",wE({marginRight:6}),";"),B$=rb("span",{target:"exqw8y211"})("margin-top:",4,"px;",wE({marginLeft:16}),";"),I$=rb("span",{target:"exqw8y210"})("background-color:",qE.lightGray[600],";box-sizing:border-box;left:0;pointer-events:none;right:0;display:block;height:",4,"px;position:absolute;margin-top:",13,"px;top:0;border-radius:",4,"px;",(e=>{let{disabled:t,railColor:n}=e,r=n||null;return t&&(r=qE.lightGray[400]),sE({background:r},"","")}),";"),P$=rb("span",{target:"exqw8y29"})("background-color:currentColor;border-radius:",4,"px;box-sizing:border-box;height:",4,"px;pointer-events:none;display:block;position:absolute;margin-top:",13,"px;top:0;",(e=>{let{disabled:t,trackColor:n}=e,r=n||"currentColor";return t&&(r=qE.lightGray[800]),sE({background:r},"","")}),";"),R$=rb("span",{target:"exqw8y28"})({name:"1xuuvmv",styles:"box-sizing:border-box;display:block;pointer-events:none;position:relative;width:100%;user-select:none"}),H$=rb("span",{target:"exqw8y27"})("box-sizing:border-box;height:",z$,"px;left:0;position:absolute;top:-4px;width:1px;",(e=>{let{disabled:t,isFilled:n}=e,r=n?"currentColor":qE.lightGray[600];return t&&(r=qE.lightGray[800]),sE({backgroundColor:r},"","")}),";"),W$=rb("span",{target:"exqw8y26"})("box-sizing:border-box;color:",qE.lightGray[600],";left:0;font-size:11px;position:absolute;top:12px;transform:translateX( -50% );white-space:nowrap;",(e=>{let{isFilled:t}=e;return sE({color:t?qE.darkGray[300]:qE.lightGray[600]},"","")}),";");var Y$={name:"1sb75b3",styles:"background-color:var( --wp-admin-theme-color )"};const j$=e=>{let{disabled:t}=e;return t?sE("background-color:",qE.lightGray[800],";",""):Y$},q$=rb("span",{target:"exqw8y25"})("align-items:center;box-sizing:border-box;display:flex;height:",z$,"px;justify-content:center;margin-top:",9,"px;outline:0;pointer-events:none;position:absolute;top:0;user-select:none;width:",z$,"px;border-radius:50%;",j$,";",wE({marginLeft:-10}),";",wE({transform:"translateX( 4.5px )"},{transform:"translateX( -4.5px )"}),";"),F$=rb("span",{target:"exqw8y24"})("align-items:center;border-radius:50%;box-sizing:border-box;height:100%;outline:0;position:absolute;user-select:none;width:100%;",j$,";",(e=>{let{isFocused:t}=e;return t?sE("&::before{content:' ';position:absolute;background-color:var( --wp-admin-theme-color );opacity:0.4;border-radius:50%;height:",20,"px;width:",20,"px;top:-4px;left:-4px;}",""):""}),";"),V$=rb("input",{target:"exqw8y23"})("box-sizing:border-box;cursor:pointer;display:block;height:100%;left:0;margin:0 -",6,"px;opacity:0;outline:none;position:absolute;right:0;top:0;width:calc( 100% + ",z$,"px );");var X$={name:"1cypxip",styles:"top:-80%"},U$={name:"1lr98c4",styles:"bottom:-80%"};const $$=rb("span",{target:"exqw8y22"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;box-sizing:border-box;color:white;display:inline-block;font-size:12px;min-width:32px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-align:center;transition:opacity 120ms ease;user-select:none;line-height:1.4;",(e=>{let{show:t}=e;return sE({opacity:t?1:0},"","")}),";",(e=>{let{position:t}=e;return"bottom"===t?U$:X$}),";",ZU("transition"),";",wE({transform:"translateX(-50%)"},{transform:"translateX(50%)"}),";"),G$=rb(sA,{target:"exqw8y21"})("box-sizing:border-box;display:inline-block;font-size:13px;margin-top:0;width:",dE(16),"!important;input[type='number']&{",T$,";}",wE({marginLeft:`${dE(4)} !important`}),";"),K$=rb("span",{target:"exqw8y20"})("box-sizing:border-box;display:block;margin-top:0;button,button.is-small{margin-left:0;",T$,";}",wE({marginLeft:8}),";");const J$=(0,dt.forwardRef)((function(e,t){let{describedBy:n,label:r,onHideTooltip:o=ht.noop,onMouseLeave:a=ht.noop,onMouseMove:i=ht.noop,onShowTooltip:s=ht.noop,value:l,...c}=e;const u=function(e){let{onHide:t=ht.noop,onMouseLeave:n=ht.noop,onMouseMove:r=ht.noop,onShow:o=ht.noop,timeout:a=300}=e;const[i,s]=(0,dt.useState)(!1),l=(0,dt.useRef)(),c=(0,dt.useCallback)((e=>{window.clearTimeout(l.current),l.current=setTimeout(e,a)}),[a]),u=(0,dt.useCallback)((e=>{r(e),c((()=>{i||(s(!0),o())}))}),[]),d=(0,dt.useCallback)((e=>{n(e),c((()=>{s(!1),t()}))}),[]);return(0,dt.useEffect)((()=>()=>{window.clearTimeout(l.current)})),{onMouseMove:u,onMouseLeave:d}}({onHide:o,onMouseLeave:a,onMouseMove:i,onShow:s});return(0,dt.createElement)(V$,ft({},c,u,{"aria-describedby":n,"aria-label":r,"aria-hidden":!1,ref:t,tabIndex:0,type:"range",value:l}))})),Z$=J$;function Q$(e){let{className:t,isFilled:n=!1,label:r,style:o={},...a}=e;const i=Hp()("components-range-control__mark",n&&"is-filled",t),s=Hp()("components-range-control__mark-label",n&&"is-filled");return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(H$,ft({},a,{"aria-hidden":"true",className:i,isFilled:n,style:o})),r&&(0,dt.createElement)(W$,{"aria-hidden":"true",className:s,isFilled:n,style:o},r))}function eG(e){let{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0,...s}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(I$,ft({disabled:t},s)),n&&(0,dt.createElement)(tG,{disabled:t,marks:n,min:r,max:o,step:a,value:i}))}function tG(e){let{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0}=e;"any"===a&&(a=1);const s=function(e){let{marks:t,min:n=0,max:r=100,step:o=1,value:a=0}=e;if(!t)return[];const i=r-n;if(!Array.isArray(t)){t=[];const e=1+Math.round(i/o);for(;e>t.push({value:o*t.length+n}););}const s=[];return t.forEach(((e,t)=>{if(e.valuer)return;const o=`mark-${t}`,l=e.value<=a,c=(e.value-n)/i*100+"%",u={[vr()?"right":"left"]:c};s.push({...e,isFilled:l,key:o,style:u})})),s}({marks:n,min:r,max:o,step:a,value:i});return(0,dt.createElement)(R$,{"aria-hidden":"true",className:"components-range-control__marks"},s.map((e=>(0,dt.createElement)(Q$,ft({},e,{key:e.key,"aria-hidden":"true",disabled:t})))))}function nG(e){let{className:t,inputRef:n,tooltipPosition:r,show:o=!1,style:a={},value:i=0,renderTooltipContent:s=(e=>e),zIndex:l=100,...c}=e;const u=function(e){let{inputRef:t,tooltipPosition:n}=e;const[r,o]=(0,dt.useState)(),a=(0,dt.useCallback)((()=>{t&&t.current&&o(n)}),[n]);return(0,dt.useEffect)((()=>{a()}),[a]),(0,dt.useEffect)((()=>(window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a)}))),r}({inputRef:n,tooltipPosition:r}),d=Hp()("components-simple-tooltip",t),p={...a,zIndex:l};return(0,dt.createElement)($$,ft({},c,{"aria-hidden":o,className:d,position:u,show:o,role:"tooltip",style:p}),s(i))}const rG=(0,dt.forwardRef)((function e(t,n){var r;let{afterIcon:o,allowReset:a=!1,beforeIcon:i,className:s,currentInput:l,color:c=qE.ui.theme,disabled:u=!1,help:d,initialPosition:p,isShiftStepEnabled:m=!0,label:f,hideLabelFromVision:h=!1,marks:g=!1,max:b=100,min:v=0,onBlur:y=ht.noop,onChange:_=ht.noop,onFocus:M=ht.noop,onMouseMove:k=ht.noop,onMouseLeave:w=ht.noop,railColor:E,resetFallbackValue:L,renderTooltipContent:x=(e=>e),showTooltip:S,shiftStep:A=10,step:C=1,trackColor:T,value:z,withInputField:N=!0,...O}=t;const[D,B]=function(e){let{min:t,max:n,value:r,initial:o}=e;const[a,i]=vA(C$(r,t,n),{initial:o,fallback:null});return[a,(0,dt.useCallback)((e=>{i(null===e?null:C$(e,t,n))}),[t,n])]}({min:v,max:b,value:z,initial:p}),I=(0,dt.useRef)(!1);"any"===C&&(S=!1,N=!1);const[P,R]=(0,dt.useState)(S),[H,W]=(0,dt.useState)(!1),Y=(0,dt.useRef)(),j=null===(r=Y.current)||void 0===r?void 0:r.matches(":focus"),q=!u&&H,F=null===D,V=F?"":void 0!==D?D:l,X=F?(b-v)/2+v:D,U=F?50:(D-v)/(b-v)*100,$=`${(0,ht.clamp)(U,0,100)}%`,G=Hp()("components-range-control",s),K=Hp()("components-range-control__wrapper",!!g&&"is-marked"),J=uf(e,"inspector-range-control"),Z=d?`${J}__help`:void 0,Q=!1!==S&&(0,ht.isFinite)(D),ee=()=>{let e=parseFloat(L),t=e;isNaN(e)&&(e=null,t=void 0),B(e),_(t)},te={[vr()?"right":"left"]:$};return(0,dt.createElement)(GE,{className:G,label:f,hideLabelFromVision:h,id:J,help:d},(0,dt.createElement)(N$,{className:"components-range-control__root"},i&&(0,dt.createElement)(D$,null,(0,dt.createElement)(cg,{icon:i})),(0,dt.createElement)(O$,{className:K,color:c,marks:!!g},(0,dt.createElement)(Z$,ft({},O,{className:"components-range-control__slider",describedBy:Z,disabled:u,id:J,label:f,max:b,min:v,onBlur:e=>{y(e),W(!1),R(!1)},onChange:e=>{const t=parseFloat(e.target.value);B(t),_(t)},onFocus:e=>{M(e),W(!0),R(!0)},onMouseMove:k,onMouseLeave:w,ref:e=>{Y.current=e,n&&n(e)},step:C,value:V})),(0,dt.createElement)(eG,{"aria-hidden":!0,disabled:u,marks:g,max:b,min:v,railColor:E,step:C,value:X}),(0,dt.createElement)(P$,{"aria-hidden":!0,className:"components-range-control__track",disabled:u,style:{width:$},trackColor:T}),(0,dt.createElement)(q$,{style:te,disabled:u},(0,dt.createElement)(F$,{"aria-hidden":!0,isFocused:q,disabled:u})),Q&&(0,dt.createElement)(nG,{className:"components-range-control__tooltip",inputRef:Y,tooltipPosition:"bottom",renderTooltipContent:x,show:j||P,style:te,value:D})),o&&(0,dt.createElement)(B$,null,(0,dt.createElement)(cg,{icon:o})),N&&(0,dt.createElement)(G$,{"aria-label":f,className:"components-range-control__number",disabled:u,inputMode:"decimal",isShiftStepEnabled:m,max:b,min:v,onBlur:()=>{I.current&&(ee(),I.current=!1)},onChange:e=>{e=parseFloat(e),B(e),isNaN(e)?a&&(I.current=!0):((eb)&&(e=C$(e,v,b)),_(e),I.current=!1)},shiftStep:A,step:C,value:V}),a&&(0,dt.createElement)(K$,null,(0,dt.createElement)(lb,{className:"components-range-control__reset",disabled:u||void 0===D,variant:"secondary",isSmall:!0,onClick:ee},hr("Reset")))))})),oG=rG;const aG=rb(sA,{target:"ez9hsf46"})(kx,"{width:",dE(24),";}"),iG=rb(SP,{target:"ez9hsf45"})("margin-left:",dE(-2),";width:5em;",Ax,"{display:none;}"),sG=rb(oG,{target:"ez9hsf44"})("flex:1;",VE,"{margin-bottom:0;}"),lG=`\n&&& ${wx} {\n\theight: 40px;\n}`,cG=`\n.react-colorful__interactive {\n\twidth: calc( 100% - ${dE(2)} );\n\tmargin-left: ${dE(1)};\n}`,uG=rb("div",{target:"ez9hsf43"})("padding:",dE(2)," ",dE(4),";"),dG=rb("div",{target:"ez9hsf42"})("width:216px;.react-colorful{display:flex;flex-direction:column;align-items:center;width:216px;height:auto;}.react-colorful__saturation{width:100%;border-radius:0;height:216px;margin-bottom:",dE(4),";border-bottom:none;}.react-colorful__hue,.react-colorful__alpha{width:184px;height:16px;border-radius:16px;margin-bottom:",dE(2),";}.react-colorful__pointer{height:16px;width:16px;border:none;box-shadow:0 0 2px 0 rgba( 0, 0, 0, 0.25 );outline:2px solid transparent;}.react-colorful__pointer-fill{box-shadow:inset 0 0 0 ",KL.borderWidthFocus," #fff;}",cG," ",VE,"{margin-bottom:0;}",lG,";"),pG=rb(lb,{target:"ez9hsf41"})("&&&&&{min-width:",dE(6),";padding:0;}"),mG=rb(QS,{target:"ez9hsf40"})({name:"1287a6j",styles:"width:8em"});function fG(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function hG(e){return e instanceof fG(e).Element||e instanceof Element}function gG(e){return e instanceof fG(e).HTMLElement||e instanceof HTMLElement}function bG(e){return"undefined"!=typeof ShadowRoot&&(e instanceof fG(e).ShadowRoot||e instanceof ShadowRoot)}var vG=Math.max,yG=Math.min,_G=Math.round;function MG(e,t){void 0===t&&(t=!1);var n=e.getBoundingClientRect(),r=1,o=1;if(gG(e)&&t){var a=e.offsetHeight,i=e.offsetWidth;i>0&&(r=_G(n.width)/i||1),a>0&&(o=_G(n.height)/a||1)}return{width:n.width/r,height:n.height/o,top:n.top/o,right:n.right/r,bottom:n.bottom/o,left:n.left/r,x:n.left/r,y:n.top/o}}function kG(e){var t=fG(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function wG(e){return e?(e.nodeName||"").toLowerCase():null}function EG(e){return((hG(e)?e.ownerDocument:e.document)||window.document).documentElement}function LG(e){return MG(EG(e)).left+kG(e).scrollLeft}function xG(e){return fG(e).getComputedStyle(e)}function SG(e){var t=xG(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function AG(e,t,n){void 0===n&&(n=!1);var r=gG(t),o=gG(t)&&function(e){var t=e.getBoundingClientRect(),n=_G(t.width)/e.offsetWidth||1,r=_G(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),a=EG(t),i=MG(e,o),s={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!n)&&(("body"!==wG(t)||SG(a))&&(s=function(e){return e!==fG(e)&&gG(e)?{scrollLeft:(t=e).scrollLeft,scrollTop:t.scrollTop}:kG(e);var t}(t)),gG(t)?((l=MG(t,!0)).x+=t.clientLeft,l.y+=t.clientTop):a&&(l.x=LG(a))),{x:i.left+s.scrollLeft-l.x,y:i.top+s.scrollTop-l.y,width:i.width,height:i.height}}function CG(e){var t=MG(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function TG(e){return"html"===wG(e)?e:e.assignedSlot||e.parentNode||(bG(e)?e.host:null)||EG(e)}function zG(e){return["html","body","#document"].indexOf(wG(e))>=0?e.ownerDocument.body:gG(e)&&SG(e)?e:zG(TG(e))}function NG(e,t){var n;void 0===t&&(t=[]);var r=zG(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),a=fG(r),i=o?[a].concat(a.visualViewport||[],SG(r)?r:[]):r,s=t.concat(i);return o?s:s.concat(NG(TG(i)))}function OG(e){return["table","td","th"].indexOf(wG(e))>=0}function DG(e){return gG(e)&&"fixed"!==xG(e).position?e.offsetParent:null}function BG(e){for(var t=fG(e),n=DG(e);n&&OG(n)&&"static"===xG(n).position;)n=DG(n);return n&&("html"===wG(n)||"body"===wG(n)&&"static"===xG(n).position)?t:n||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&gG(e)&&"fixed"===xG(e).position)return null;for(var n=TG(e);gG(n)&&["html","body"].indexOf(wG(n))<0;){var r=xG(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}var IG="top",PG="bottom",RG="right",HG="left",WG="auto",YG=[IG,PG,RG,HG],jG="start",qG="end",FG="viewport",VG="popper",XG=YG.reduce((function(e,t){return e.concat([t+"-"+jG,t+"-"+qG])}),[]),UG=[].concat(YG,[WG]).reduce((function(e,t){return e.concat([t,t+"-"+jG,t+"-"+qG])}),[]),$G=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function GG(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}var KG={placement:"bottom",modifiers:[],strategy:"absolute"};function JG(){for(var e=arguments.length,t=new Array(e),n=0;n=0?"x":"y"}function oK(e){var t,n=e.reference,r=e.element,o=e.placement,a=o?tK(o):null,i=o?nK(o):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(a){case IG:t={x:s,y:n.y-r.height};break;case PG:t={x:s,y:n.y+n.height};break;case RG:t={x:n.x+n.width,y:l};break;case HG:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var c=a?rK(a):null;if(null!=c){var u="y"===c?"height":"width";switch(i){case jG:t[c]=t[c]-(n[u]/2-r[u]/2);break;case qG:t[c]=t[c]+(n[u]/2-r[u]/2)}}return t}const aK={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=oK({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}};var iK={top:"auto",right:"auto",bottom:"auto",left:"auto"};function sK(e){var t,n=e.popper,r=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,s=e.position,l=e.gpuAcceleration,c=e.adaptive,u=e.roundOffsets,d=e.isFixed,p=!0===u?function(e){var t=e.x,n=e.y,r=window.devicePixelRatio||1;return{x:_G(t*r)/r||0,y:_G(n*r)/r||0}}(i):"function"==typeof u?u(i):i,m=p.x,f=void 0===m?0:m,h=p.y,g=void 0===h?0:h,b=i.hasOwnProperty("x"),v=i.hasOwnProperty("y"),y=HG,_=IG,M=window;if(c){var k=BG(n),w="clientHeight",E="clientWidth";if(k===fG(n)&&"static"!==xG(k=EG(n)).position&&"absolute"===s&&(w="scrollHeight",E="scrollWidth"),k=k,o===IG||(o===HG||o===RG)&&a===qG)_=PG,g-=(d&&M.visualViewport?M.visualViewport.height:k[w])-r.height,g*=l?1:-1;if(o===HG||(o===IG||o===PG)&&a===qG)y=RG,f-=(d&&M.visualViewport?M.visualViewport.width:k[E])-r.width,f*=l?1:-1}var L,x=Object.assign({position:s},c&&iK);return l?Object.assign({},x,((L={})[_]=v?"0":"",L[y]=b?"0":"",L.transform=(M.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",L)):Object.assign({},x,((t={})[_]=v?g+"px":"",t[y]=b?f+"px":"",t.transform="",t))}const lK={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=void 0===r||r,a=n.adaptive,i=void 0===a||a,s=n.roundOffsets,l=void 0===s||s,c={placement:tK(t.placement),variation:nK(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,sK(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,sK(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};const cK={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];gG(o)&&wG(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],o=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});gG(r)&&wG(r)&&(Object.assign(r.style,a),Object.keys(o).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};const uK={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.offset,a=void 0===o?[0,0]:o,i=UG.reduce((function(e,n){return e[n]=function(e,t,n){var r=tK(e),o=[HG,IG].indexOf(r)>=0?-1:1,a="function"==typeof n?n(Object.assign({},t,{placement:e})):n,i=a[0],s=a[1];return i=i||0,s=(s||0)*o,[HG,RG].indexOf(r)>=0?{x:s,y:i}:{x:i,y:s}}(n,t.rects,a),e}),{}),s=i[t.placement],l=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[r]=i}};var dK={left:"right",right:"left",bottom:"top",top:"bottom"};function pK(e){return e.replace(/left|right|bottom|top/g,(function(e){return dK[e]}))}var mK={start:"end",end:"start"};function fK(e){return e.replace(/start|end/g,(function(e){return mK[e]}))}function hK(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&bG(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function gK(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function bK(e,t){return t===FG?gK(function(e){var t=fG(e),n=EG(e),r=t.visualViewport,o=n.clientWidth,a=n.clientHeight,i=0,s=0;return r&&(o=r.width,a=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=r.offsetLeft,s=r.offsetTop)),{width:o,height:a,x:i+LG(e),y:s}}(e)):hG(t)?function(e){var t=MG(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):gK(function(e){var t,n=EG(e),r=kG(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=vG(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=vG(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+LG(e),l=-r.scrollTop;return"rtl"===xG(o||n).direction&&(s+=vG(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:s,y:l}}(EG(e)))}function vK(e,t,n){var r="clippingParents"===t?function(e){var t=NG(TG(e)),n=["absolute","fixed"].indexOf(xG(e).position)>=0,r=n&&gG(e)?BG(e):e;return hG(r)?t.filter((function(e){return hG(e)&&hK(e,r)&&"body"!==wG(e)&&(!n||"static"!==xG(e).position)})):[]}(e):[].concat(t),o=[].concat(r,[n]),a=o[0],i=o.reduce((function(t,n){var r=bK(e,n);return t.top=vG(r.top,t.top),t.right=yG(r.right,t.right),t.bottom=yG(r.bottom,t.bottom),t.left=vG(r.left,t.left),t}),bK(e,a));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function yK(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function _K(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function MK(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=void 0===r?e.placement:r,a=n.boundary,i=void 0===a?"clippingParents":a,s=n.rootBoundary,l=void 0===s?FG:s,c=n.elementContext,u=void 0===c?VG:c,d=n.altBoundary,p=void 0!==d&&d,m=n.padding,f=void 0===m?0:m,h=yK("number"!=typeof f?f:_K(f,YG)),g=u===VG?"reference":VG,b=e.rects.popper,v=e.elements[p?g:u],y=vK(hG(v)?v:v.contextElement||EG(e.elements.popper),i,l),_=MG(e.elements.reference),M=oK({reference:_,element:b,strategy:"absolute",placement:o}),k=gK(Object.assign({},b,M)),w=u===VG?k:_,E={top:y.top-w.top+h.top,bottom:w.bottom-y.bottom+h.bottom,left:y.left-w.left+h.left,right:w.right-y.right+h.right},L=e.modifiersData.offset;if(u===VG&&L){var x=L[o];Object.keys(E).forEach((function(e){var t=[RG,PG].indexOf(e)>=0?1:-1,n=[IG,PG].indexOf(e)>=0?"y":"x";E[e]+=x[n]*t}))}return E}const kK={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,a=void 0===o||o,i=n.altAxis,s=void 0===i||i,l=n.fallbackPlacements,c=n.padding,u=n.boundary,d=n.rootBoundary,p=n.altBoundary,m=n.flipVariations,f=void 0===m||m,h=n.allowedAutoPlacements,g=t.options.placement,b=tK(g),v=l||(b===g||!f?[pK(g)]:function(e){if(tK(e)===WG)return[];var t=pK(e);return[fK(e),t,fK(t)]}(g)),y=[g].concat(v).reduce((function(e,n){return e.concat(tK(n)===WG?function(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,a=n.rootBoundary,i=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,c=void 0===l?UG:l,u=nK(r),d=u?s?XG:XG.filter((function(e){return nK(e)===u})):YG,p=d.filter((function(e){return c.indexOf(e)>=0}));0===p.length&&(p=d);var m=p.reduce((function(t,n){return t[n]=MK(e,{placement:n,boundary:o,rootBoundary:a,padding:i})[tK(n)],t}),{});return Object.keys(m).sort((function(e,t){return m[e]-m[t]}))}(t,{placement:n,boundary:u,rootBoundary:d,padding:c,flipVariations:f,allowedAutoPlacements:h}):n)}),[]),_=t.rects.reference,M=t.rects.popper,k=new Map,w=!0,E=y[0],L=0;L=0,T=C?"width":"height",z=MK(t,{placement:x,boundary:u,rootBoundary:d,altBoundary:p,padding:c}),N=C?A?RG:HG:A?PG:IG;_[T]>M[T]&&(N=pK(N));var O=pK(N),D=[];if(a&&D.push(z[S]<=0),s&&D.push(z[N]<=0,z[O]<=0),D.every((function(e){return e}))){E=x,w=!1;break}k.set(x,D)}if(w)for(var B=function(e){var t=y.find((function(t){var n=k.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return E=t,"break"},I=f?3:1;I>0;I--){if("break"===B(I))break}t.placement!==E&&(t.modifiersData[r]._skip=!0,t.placement=E,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function wK(e,t,n){return vG(e,yG(t,n))}const EK={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,a=void 0===o||o,i=n.altAxis,s=void 0!==i&&i,l=n.boundary,c=n.rootBoundary,u=n.altBoundary,d=n.padding,p=n.tether,m=void 0===p||p,f=n.tetherOffset,h=void 0===f?0:f,g=MK(t,{boundary:l,rootBoundary:c,padding:d,altBoundary:u}),b=tK(t.placement),v=nK(t.placement),y=!v,_=rK(b),M="x"===_?"y":"x",k=t.modifiersData.popperOffsets,w=t.rects.reference,E=t.rects.popper,L="function"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,x="number"==typeof L?{mainAxis:L,altAxis:L}:Object.assign({mainAxis:0,altAxis:0},L),S=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,A={x:0,y:0};if(k){if(a){var C,T="y"===_?IG:HG,z="y"===_?PG:RG,N="y"===_?"height":"width",O=k[_],D=O+g[T],B=O-g[z],I=m?-E[N]/2:0,P=v===jG?w[N]:E[N],R=v===jG?-E[N]:-w[N],H=t.elements.arrow,W=m&&H?CG(H):{width:0,height:0},Y=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},j=Y[T],q=Y[z],F=wK(0,w[N],W[N]),V=y?w[N]/2-I-F-j-x.mainAxis:P-F-j-x.mainAxis,X=y?-w[N]/2+I+F+q+x.mainAxis:R+F+q+x.mainAxis,U=t.elements.arrow&&BG(t.elements.arrow),$=U?"y"===_?U.clientTop||0:U.clientLeft||0:0,G=null!=(C=null==S?void 0:S[_])?C:0,K=O+X-G,J=wK(m?yG(D,O+V-G-$):D,O,m?vG(B,K):B);k[_]=J,A[_]=J-O}if(s){var Z,Q="x"===_?IG:HG,ee="x"===_?PG:RG,te=k[M],ne="y"===M?"height":"width",re=te+g[Q],oe=te-g[ee],ae=-1!==[IG,HG].indexOf(b),ie=null!=(Z=null==S?void 0:S[M])?Z:0,se=ae?re:te-w[ne]-E[ne]-ie+x.altAxis,le=ae?te+w[ne]+E[ne]-ie-x.altAxis:oe,ce=m&&ae?function(e,t,n){var r=wK(e,t,n);return r>n?n:r}(se,te,le):wK(m?se:re,te,m?le:oe);k[M]=ce,A[M]=ce-te}t.modifiersData[r]=A}},requiresIfExists:["offset"]};const LK={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,a=n.elements.arrow,i=n.modifiersData.popperOffsets,s=tK(n.placement),l=rK(s),c=[HG,RG].indexOf(s)>=0?"height":"width";if(a&&i){var u=function(e,t){return yK("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:_K(e,YG))}(o.padding,n),d=CG(a),p="y"===l?IG:HG,m="y"===l?PG:RG,f=n.rects.reference[c]+n.rects.reference[l]-i[l]-n.rects.popper[c],h=i[l]-n.rects.reference[l],g=BG(a),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,v=f/2-h/2,y=u[p],_=b-d[c]-u[m],M=b/2-d[c]/2+v,k=wK(y,M,_),w=l;n.modifiersData[r]=((t={})[w]=k,t.centerOffset=k-M,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&hK(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function xK(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function SK(e){return[IG,RG,PG,HG].some((function(t){return e[t]>=0}))}const AK={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=MK(t,{elementContext:"reference"}),s=MK(t,{altBoundary:!0}),l=xK(i,r),c=xK(s,o,a),u=SK(l),d=SK(c);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}};var CK=ZG({defaultModifiers:[eK,aK,lK,cK,uK,kK,EK,LK,AK]});function TK(e){void 0===e&&(e={});var t,n,r=QI(e),o=r.visible,a=void 0!==o&&o,i=r.animated,s=void 0!==i&&i,l=oP(Nb(r,["visible","animated"])),c=(0,dt.useState)(a),u=c[0],d=c[1],p=(0,dt.useState)(s),m=p[0],f=p[1],h=(0,dt.useState)(!1),g=h[0],b=h[1],v=(t=u,n=(0,dt.useRef)(null),Wb((function(){n.current=t}),[t]),n),y=null!=v.current&&v.current!==u;m&&!g&&y&&b(!0),(0,dt.useEffect)((function(){if("number"==typeof m&&g){var e=setTimeout((function(){return b(!1)}),m);return function(){clearTimeout(e)}}return function(){}}),[m,g]);var _=(0,dt.useCallback)((function(){return d(!0)}),[]),M=(0,dt.useCallback)((function(){return d(!1)}),[]),k=(0,dt.useCallback)((function(){return d((function(e){return!e}))}),[]),w=(0,dt.useCallback)((function(){return b(!1)}),[]);return zb(zb({},l),{},{visible:u,animated:m,animating:g,show:_,hide:M,toggle:k,setVisible:d,setAnimated:f,stopAnimation:w})}var zK=Gb("Mac")&&!Gb("Chrome")&&Gb("Safari");function NK(e){return function(t){return e&&!Eb(t,e)?e:t}}function OK(e){void 0===e&&(e={});var t=QI(e),n=t.gutter,r=void 0===n?12:n,o=t.placement,a=void 0===o?"bottom":o,i=t.unstable_flip,s=void 0===i||i,l=t.unstable_offset,c=t.unstable_preventOverflow,u=void 0===c||c,d=t.unstable_fixed,p=void 0!==d&&d,m=t.modal,f=void 0!==m&&m,h=Nb(t,["gutter","placement","unstable_flip","unstable_offset","unstable_preventOverflow","unstable_fixed","modal"]),g=(0,dt.useRef)(null),b=(0,dt.useRef)(null),v=(0,dt.useRef)(null),y=(0,dt.useRef)(null),_=(0,dt.useState)(a),M=_[0],k=_[1],w=(0,dt.useState)(a),E=w[0],L=w[1],x=(0,dt.useState)(l||[0,r])[0],S=(0,dt.useState)({position:"fixed",left:"100%",top:"100%"}),A=S[0],C=S[1],T=(0,dt.useState)({}),z=T[0],N=T[1],O=function(e){void 0===e&&(e={});var t=QI(e),n=t.modal,r=void 0===n||n,o=TK(Nb(t,["modal"])),a=(0,dt.useState)(r),i=a[0],s=a[1],l=(0,dt.useRef)(null);return zb(zb({},o),{},{modal:i,setModal:s,unstable_disclosureRef:l})}(zb({modal:f},h)),D=(0,dt.useCallback)((function(){return!!g.current&&(g.current.forceUpdate(),!0)}),[]),B=(0,dt.useCallback)((function(e){e.placement&&L(e.placement),e.styles&&(C(NK(e.styles.popper)),y.current&&N(NK(e.styles.arrow)))}),[]);return Wb((function(){return b.current&&v.current&&(g.current=CK(b.current,v.current,{placement:M,strategy:p?"fixed":"absolute",onFirstUpdate:zK?B:void 0,modifiers:[{name:"eventListeners",enabled:O.visible},{name:"applyStyles",enabled:!1},{name:"flip",enabled:s,options:{padding:8}},{name:"offset",options:{offset:x}},{name:"preventOverflow",enabled:u,options:{tetherOffset:function(){var e;return(null===(e=y.current)||void 0===e?void 0:e.clientWidth)||0}}},{name:"arrow",enabled:!!y.current,options:{element:y.current}},{name:"updateState",phase:"write",requires:["computeStyles"],enabled:O.visible&&!0,fn:function(e){var t=e.state;return B(t)}}]})),function(){g.current&&(g.current.destroy(),g.current=null)}}),[M,p,O.visible,s,x,u]),(0,dt.useEffect)((function(){if(O.visible){var e=window.requestAnimationFrame((function(){var e;null===(e=g.current)||void 0===e||e.forceUpdate()}));return function(){window.cancelAnimationFrame(e)}}}),[O.visible]),zb(zb({},O),{},{unstable_referenceRef:b,unstable_popoverRef:v,unstable_arrowRef:y,unstable_popoverStyles:A,unstable_arrowStyles:z,unstable_update:D,unstable_originalPlacement:M,placement:E,place:k})}var DK={currentTooltipId:null,listeners:new Set,subscribe:function(e){var t=this;return this.listeners.add(e),function(){t.listeners.delete(e)}},show:function(e){this.currentTooltipId=e,this.listeners.forEach((function(t){return t(e)}))},hide:function(e){this.currentTooltipId===e&&(this.currentTooltipId=null,this.listeners.forEach((function(e){return e(null)})))}};var BK=["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation","unstable_disclosureRef","unstable_referenceRef","unstable_popoverRef","unstable_arrowRef","unstable_popoverStyles","unstable_arrowStyles","unstable_originalPlacement","unstable_update","placement","place","unstable_timeout","unstable_setTimeout"],IK=[].concat(BK,["unstable_portal"]),PK=Ab({name:"TooltipReference",compose:Zb,keys:BK,useProps:function(e,t){var n=t.ref,r=t.onFocus,o=t.onBlur,a=t.onMouseEnter,i=t.onMouseLeave,s=Nb(t,["ref","onFocus","onBlur","onMouseEnter","onMouseLeave"]),l=Yb(r),c=Yb(o),u=Yb(a),d=Yb(i),p=(0,dt.useCallback)((function(t){var n,r;null===(n=l.current)||void 0===n||n.call(l,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),m=(0,dt.useCallback)((function(t){var n,r;null===(n=c.current)||void 0===n||n.call(c,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]),f=(0,dt.useCallback)((function(t){var n,r;null===(n=u.current)||void 0===n||n.call(u,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),h=(0,dt.useCallback)((function(t){var n,r;null===(n=d.current)||void 0===n||n.call(d,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]);return zb({ref:Ib(e.unstable_referenceRef,n),tabIndex:0,onFocus:p,onBlur:m,onMouseEnter:f,onMouseLeave:h,"aria-describedby":e.baseId},s)}}),RK=xb({as:"div",useHook:PK});const HK=(0,dt.createContext)({});var WK=Ab({name:"DisclosureContent",compose:Zb,keys:["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation"],useProps:function(e,t){var n=t.onTransitionEnd,r=t.onAnimationEnd,o=t.style,a=Nb(t,["onTransitionEnd","onAnimationEnd","style"]),i=e.animated&&e.animating,s=(0,dt.useState)(null),l=s[0],c=s[1],u=!e.visible&&!i,d=u?zb({display:"none"},o):o,p=Yb(n),m=Yb(r),f=(0,dt.useRef)(0);(0,dt.useEffect)((function(){if(e.animated)return f.current=window.requestAnimationFrame((function(){f.current=window.requestAnimationFrame((function(){e.visible?c("enter"):c(i?"leave":null)}))})),function(){return window.cancelAnimationFrame(f.current)}}),[e.animated,e.visible,i]);var h=(0,dt.useCallback)((function(t){var n;jb(t)&&(i&&!0===e.animated&&(null===(n=e.stopAnimation)||void 0===n||n.call(e)))}),[e.animated,i,e.stopAnimation]),g=(0,dt.useCallback)((function(e){var t;null===(t=p.current)||void 0===t||t.call(p,e),h(e)}),[h]),b=(0,dt.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e),h(e)}),[h]);return zb({id:e.baseId,"data-enter":"enter"===l?"":void 0,"data-leave":"leave"===l?"":void 0,onTransitionEnd:g,onAnimationEnd:b,hidden:u,style:d},a)}});xb({as:"div",useHook:WK});function YK(){return Hb?document.body:null}var jK=(0,dt.createContext)(YK());function qK(e){var t=e.children,n=(0,dt.useContext)(jK)||YK(),r=(0,dt.useState)((function(){if(Hb){var e=document.createElement("div");return e.className=qK.__className,e}return null}))[0];return Wb((function(){if(r&&n)return n.appendChild(r),function(){n.removeChild(r)}}),[r,n]),r?(0,mt.createPortal)((0,dt.createElement)(jK.Provider,{value:r},t),r):null}function FK(e){e.defaultPrevented||"Escape"===e.key&&DK.show(null)}qK.__className="__reakit-portal",qK.__selector="."+qK.__className;var VK=Ab({name:"Tooltip",compose:WK,keys:IK,useOptions:function(e){var t=e.unstable_portal;return zb({unstable_portal:void 0===t||t},Nb(e,["unstable_portal"]))},useProps:function(e,t){var n=t.ref,r=t.style,o=t.wrapElement,a=Nb(t,["ref","style","wrapElement"]);(0,dt.useEffect)((function(){var t;Pb(null===(t=e.unstable_popoverRef)||void 0===t?void 0:t.current).addEventListener("keydown",FK)}),[]);var i=(0,dt.useCallback)((function(t){return e.unstable_portal&&(t=(0,dt.createElement)(qK,null,t)),o?o(t):t}),[e.unstable_portal,o]);return zb({ref:Ib(e.unstable_popoverRef,n),role:"tooltip",style:zb(zb({},e.unstable_popoverStyles),{},{pointerEvents:"none"},r),wrapElement:i},a)}}),XK=xb({as:"div",memo:!0,useHook:VK});const UK=Bg((function(e,t){const{as:n="span",shortcut:r,className:o,...a}=Dg(e,"Shortcut");if(!r)return null;let i,s;return"string"==typeof r?i=r:(i=r.display,s=r.ariaLabel),(0,dt.createElement)(ab,ft({as:n,className:o,"aria-label":s,ref:t},a),i)}),"Shortcut");const $K=sE("z-index:",1000002,";box-sizing:border-box;opacity:0;outline:none;transform-origin:top center;transition:opacity ",KL.transitionDurationFastest," ease;&[data-enter]{opacity:1;}",""),GK=rb("div",{target:"e7tfjmw1"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;box-shadow:0 0 0 1px rgba( 255, 255, 255, 0.04 );color:",qE.white,";padding:4px 8px;"),KK={name:"12mkfdx",styles:"outline:none"},JK=rb(UK,{target:"e7tfjmw0"})("display:inline-block;margin-left:",dE(1),";"),{TooltipPopoverView:ZK}=_;const QK=Bg((function(e,t){const{children:n,className:r,...o}=Dg(e,"TooltipContent"),{tooltip:a}=(0,dt.useContext)(HK),i=Og()($K,r);return(0,dt.createElement)(XK,ft({as:ab},o,a,{className:i,ref:t}),(0,dt.createElement)(ZK,null,n))}),"TooltipContent");const eJ=Bg((function(e,t){const{animated:n=!0,animationDuration:r=160,baseId:o,children:a,content:i,focusable:s=!0,gutter:l=4,id:c,modal:u=!0,placement:d,visible:p=!1,shortcut:m,...f}=Dg(e,"Tooltip"),h=function(e){void 0===e&&(e={});var t=QI(e),n=t.placement,r=void 0===n?"top":n,o=t.unstable_timeout,a=void 0===o?0:o,i=Nb(t,["placement","unstable_timeout"]),s=(0,dt.useState)(a),l=s[0],c=s[1],u=(0,dt.useRef)(null),d=(0,dt.useRef)(null),p=OK(zb(zb({},i),{},{placement:r})),m=(p.modal,p.setModal,Nb(p,["modal","setModal"])),f=(0,dt.useCallback)((function(){null!==u.current&&window.clearTimeout(u.current),null!==d.current&&window.clearTimeout(d.current)}),[]),h=(0,dt.useCallback)((function(){f(),m.hide(),d.current=window.setTimeout((function(){DK.hide(m.baseId)}),l)}),[f,m.hide,l,m.baseId]),g=(0,dt.useCallback)((function(){f(),!l||DK.currentTooltipId?(DK.show(m.baseId),m.show()):(DK.show(null),u.current=window.setTimeout((function(){DK.show(m.baseId),m.show()}),l))}),[f,l,m.show,m.baseId]);return(0,dt.useEffect)((function(){return DK.subscribe((function(e){e!==m.baseId&&(f(),m.visible&&m.hide())}))}),[m.baseId,f,m.visible,m.hide]),(0,dt.useEffect)((function(){return function(){f(),DK.hide(m.baseId)}}),[f,m.baseId]),zb(zb({},m),{},{hide:h,show:g,unstable_timeout:l,unstable_setTimeout:c})}({animated:n?r:void 0,baseId:o||c,gutter:l,placement:d,visible:p,...f}),g=(0,dt.useMemo)((()=>({tooltip:h})),[h]);return(0,dt.createElement)(HK.Provider,{value:g},i&&(0,dt.createElement)(QK,{unstable_portal:u,ref:t},i,m&&(0,dt.createElement)(JK,{shortcut:m})),a&&(0,dt.createElement)(RK,ft({},h,a.props,{ref:null==a?void 0:a.ref}),(e=>(s||(e.tabIndex=void 0),(0,dt.cloneElement)(a,e)))))}),"Tooltip"),tJ=eJ,nJ=e=>{let{values:t}=e;return(0,dt.createElement)(dt.Fragment,null,t.map((e=>{let[t,n]=e;return(0,dt.createElement)(AE,{key:n,isBlock:!0,display:"flex"},(0,dt.createElement)(px,{color:"blue"},n),(0,dt.createElement)(px,null,t))})))},rJ=e=>{let{color:t,enableAlpha:n}=e;const{h:r,s:o,l:a,a:i}=t.toHsl(),s=[[Math.floor(r),"H"],[Math.round(100*o),"S"],[Math.round(100*a),"L"]];return n&&s.push([Math.round(100*i),"A"]),(0,dt.createElement)(nJ,{values:s})},oJ=e=>{let{color:t,enableAlpha:n}=e;const{r,g:o,b:a,a:i}=t.toRgb(),s=[[r,"R"],[o,"G"],[a,"B"]];return n&&s.push([Math.round(100*i),"A"]),(0,dt.createElement)(nJ,{values:s})},aJ=e=>{let{color:t}=e;const n=t.toHex().slice(1).toUpperCase();return(0,dt.createElement)(AE,null,(0,dt.createElement)(px,{color:"blue"},"#"),(0,dt.createElement)(px,null,n))},iJ=e=>{let{color:t,colorType:n,enableAlpha:r}=e;const[o,a]=(0,dt.useState)(null),i=(0,dt.useRef)(),s={color:t,enableAlpha:r},l=(e=>{switch(e){case"hsl":return rJ;case"rgb":return oJ;default:return aJ}})(n),c=$X((()=>{switch(n){case"hsl":return t.toHslString();case"rgb":return t.toRgbString();default:return t.toHex()}}),(()=>{i.current&&clearTimeout(i.current),a(t.toHex()),i.current=setTimeout((()=>{a(null),i.current=void 0}),3e3)}));return(0,dt.useEffect)((()=>()=>{i.current&&clearTimeout(i.current)}),[]),(0,dt.createElement)(tJ,{content:(0,dt.createElement)(px,{color:"white"},o===t.toHex()?hr("Copied!"):hr("Copy"))},(0,dt.createElement)(xE,{justify:"flex-start",gap:dE(1),ref:c,style:{height:30}},(0,dt.createElement)(l,s)))},sJ=e=>{let{min:t,max:n,label:r,abbreviation:o,onChange:a,value:i}=e;return(0,dt.createElement)(A$,{as:dC,spacing:4},(0,dt.createElement)(aG,{min:t,max:n,label:r,hideLabelFromVision:!0,value:i,onChange:a,prefix:(0,dt.createElement)(A$,{as:px,paddingLeft:dE(3.5),color:"blue",lineHeight:1},o),hideHTMLArrows:!0}),(0,dt.createElement)(sG,{label:r,hideLabelFromVision:!0,min:t,max:n,value:i,onChange:a,withInputField:!1}))},lJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{r:o,g:a,b:i,a:s}=t.toRgb();return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(sJ,{min:0,max:255,label:"Red",abbreviation:"R",value:o,onChange:e=>n(xo({r:e,g:a,b:i,a:s}))}),(0,dt.createElement)(sJ,{min:0,max:255,label:"Green",abbreviation:"G",value:a,onChange:e=>n(xo({r:o,g:e,b:i,a:s}))}),(0,dt.createElement)(sJ,{min:0,max:255,label:"Blue",abbreviation:"B",value:i,onChange:e=>n(xo({r:o,g:a,b:e,a:s}))}),r&&(0,dt.createElement)(sJ,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*s),onChange:e=>n(xo({r:o,g:a,b:i,a:e/100}))}))},cJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{h:o,s:a,l:i,a:s}=t.toHsl();return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(sJ,{min:0,max:359,label:"Hue",abbreviation:"H",value:o,onChange:e=>{n(xo({h:e,s:a,l:i,a:s}))}}),(0,dt.createElement)(sJ,{min:0,max:100,label:"Saturation",abbreviation:"S",value:a,onChange:e=>{n(xo({h:o,s:e,l:i,a:s}))}}),(0,dt.createElement)(sJ,{min:0,max:100,label:"Lightness",abbreviation:"L",value:i,onChange:e=>{n(xo({h:o,s:a,l:e,a:s}))}}),r&&(0,dt.createElement)(sJ,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*s),onChange:e=>{n(xo({h:o,s:a,l:i,a:e/100}))}}))},uJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;return(0,dt.createElement)(mG,{prefix:(0,dt.createElement)(A$,{as:px,marginLeft:dE(3.5),color:"blue",lineHeight:1},"#"),value:t.toHex().slice(1).toUpperCase(),onChange:e=>{n(xo("#"+e))},onValidate:e=>{if(!xo("#"+e).isValid())throw new Error("Invalid hex color input")},maxLength:r?8:6,label:hr("Hex color"),hideLabelFromVision:!0})},dJ=e=>{let{colorType:t,color:n,onChange:r,enableAlpha:o}=e;const a={color:n,onChange:r,enableAlpha:o};switch(t){case"hsl":return(0,dt.createElement)(cJ,a);case"rgb":return(0,dt.createElement)(lJ,a);default:return(0,dt.createElement)(uJ,a)}};function pJ(){return(pJ=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function fJ(e){var t=(0,dt.useRef)(e),n=(0,dt.useRef)((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var hJ=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e0:e.buttons>0)&&o.current?a(vJ(o.current,e,s.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=l.current,a=bJ(o.current),i=n?a.addEventListener:a.removeEventListener;i(r?"touchmove":"mousemove",e),i(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=o.current;if(r&&(yJ(t),!function(e,t){return t&&!gJ(e)}(t,l.current)&&r)){if(gJ(t)){l.current=!0;var i=t.changedTouches||[];i.length&&(s.current=i[0].identifier)}r.focus(),a(vJ(r,t,s.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),i({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]}),[i,a]),u=c[0],d=c[1],p=c[2];return(0,dt.useEffect)((function(){return p}),[p]),pt().createElement("div",pJ({},r,{onTouchStart:u,onMouseDown:u,className:"react-colorful__interactive",ref:o,onKeyDown:d,tabIndex:0,role:"slider"}))})),MJ=function(e){return e.filter(Boolean).join(" ")},kJ=function(e){var t=e.color,n=e.left,r=e.top,o=void 0===r?.5:r,a=MJ(["react-colorful__pointer",e.className]);return pt().createElement("div",{className:a,style:{top:100*o+"%",left:100*n+"%"}},pt().createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},wJ=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},EJ=(Math.PI,function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:wJ(e.h),s:wJ(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:wJ(o/2),a:wJ(r,2)}}),LJ=function(e){var t=EJ(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},xJ=function(e){var t=EJ(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},SJ=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),s=r*(1-(t-a)*n),l=r*(1-(1-t+a)*n),c=a%6;return{r:wJ(255*[r,s,i,i,l,r][c]),g:wJ(255*[l,r,r,s,i,i][c]),b:wJ(255*[i,i,l,r,r,s][c]),a:wJ(o,2)}},AJ=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?TJ({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},CJ=AJ,TJ=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),s=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:wJ(60*(s<0?s+6:s)),s:wJ(a?i/a*100:0),v:wJ(a/255*100),a:o}},zJ=pt().memo((function(e){var t=e.hue,n=e.onChange,r=MJ(["react-colorful__hue",e.className]);return pt().createElement("div",{className:r},pt().createElement(_J,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:hJ(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuetext":wJ(t)},pt().createElement(kJ,{className:"react-colorful__hue-pointer",left:t/360,color:LJ({h:t,s:100,v:100,a:1})})))})),NJ=pt().memo((function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:LJ({h:t.h,s:100,v:100,a:1})};return pt().createElement("div",{className:"react-colorful__saturation",style:r},pt().createElement(_J,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:hJ(t.s+100*e.left,0,100),v:hJ(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+wJ(t.s)+"%, Brightness "+wJ(t.v)+"%"},pt().createElement(kJ,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:LJ(t)})))})),OJ=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},DJ=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")};function BJ(e,t,n){var r=fJ(n),o=(0,dt.useState)((function(){return e.toHsva(t)})),a=o[0],i=o[1],s=(0,dt.useRef)({color:t,hsva:a});(0,dt.useEffect)((function(){if(!e.equal(t,s.current.color)){var n=e.toHsva(t);s.current={hsva:n,color:t},i(n)}}),[t,e]),(0,dt.useEffect)((function(){var t;OJ(a,s.current.hsva)||e.equal(t=e.fromHsva(a),s.current.color)||(s.current={hsva:a,color:t},r(t))}),[a,e,r]);var l=(0,dt.useCallback)((function(e){i((function(t){return Object.assign({},t,e)}))}),[]);return[a,l]}var IJ,PJ="undefined"!=typeof window?dt.useLayoutEffect:dt.useEffect,RJ=new Map,HJ=function(e){PJ((function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!RJ.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',RJ.set(t,r);var o=IJ||n.nc;o&&r.setAttribute("nonce",o),t.head.appendChild(r)}}),[])},WJ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=mJ(e,["className","colorModel","color","onChange"]),s=(0,dt.useRef)(null);HJ(s);var l=BJ(n,o,a),c=l[0],u=l[1],d=MJ(["react-colorful",t]);return pt().createElement("div",pJ({},i,{ref:s,className:d}),pt().createElement(NJ,{hsva:c,onChange:u}),pt().createElement(zJ,{hue:c.h,onChange:u,className:"react-colorful__last-control"}))},YJ=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+xJ(Object.assign({},n,{a:0}))+", "+xJ(Object.assign({},n,{a:1}))+")"},a=MJ(["react-colorful__alpha",t]);return pt().createElement("div",{className:a},pt().createElement("div",{className:"react-colorful__alpha-gradient",style:o}),pt().createElement(_J,{onMove:function(e){r({a:e.left})},onKey:function(e){r({a:hJ(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":wJ(100*n.a)+"%"},pt().createElement(kJ,{className:"react-colorful__alpha-pointer",left:n.a,color:xJ(n)})))},jJ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=mJ(e,["className","colorModel","color","onChange"]),s=(0,dt.useRef)(null);HJ(s);var l=BJ(n,o,a),c=l[0],u=l[1],d=MJ(["react-colorful",t]);return pt().createElement("div",pJ({},i,{ref:s,className:d}),pt().createElement(NJ,{hsva:c,onChange:u}),pt().createElement(zJ,{hue:c.h,onChange:u}),pt().createElement(YJ,{hsva:c,onChange:u,className:"react-colorful__last-control"}))},qJ={defaultColor:"rgba(0, 0, 0, 1)",toHsva:AJ,fromHsva:function(e){var t=SJ(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:DJ},FJ=function(e){return pt().createElement(jJ,pJ({},e,{colorModel:qJ}))},VJ={defaultColor:"rgb(0, 0, 0)",toHsva:CJ,fromHsva:function(e){var t=SJ(e);return"rgb("+t.r+", "+t.g+", "+t.b+")"},equal:DJ},XJ=function(e){return pt().createElement(WJ,pJ({},e,{colorModel:VJ}))};const UJ=e=>{let{color:t,enableAlpha:n,onChange:r}=e;const o=n?FJ:XJ,a=(0,dt.useMemo)((()=>t.toRgbString()),[t]);return(0,dt.createElement)(o,{color:a,onChange:e=>{r(xo(e))}})};Ao([Co]);const $J=[{label:"RGB",value:"rgb"},{label:"HSL",value:"hsl"},{label:"Hex",value:"hex"}],GJ=Bg(((e,t)=>{const{enableAlpha:n=!1,color:r,onChange:o,defaultValue:a="#fff",copyFormat:i,...s}=Dg(e,"ColorPicker"),l=(0,dt.useMemo)((()=>xo(r||a)),[r,a]),c=(0,dt.useCallback)((e=>{o(e.toHex())}),[o]),[u,d]=(0,dt.useState)(!1),[p,m]=(0,dt.useState)(i||"hex");return(0,dt.createElement)(dG,ft({ref:t},s),(0,dt.createElement)(UJ,{onChange:c,color:l,enableAlpha:n}),(0,dt.createElement)(uG,null,(0,dt.createElement)(dC,{justify:"space-between"},u?(0,dt.createElement)(iG,{options:$J,value:p,onChange:e=>m(e),label:hr("Color format"),hideLabelFromVision:!0}):(0,dt.createElement)(iJ,{color:l,colorType:i||p,enableAlpha:n}),(0,dt.createElement)(pG,{isSmall:!0,onClick:()=>d(!u),icon:x$,isPressed:u,label:hr(u?"Hide detailed inputs":"Show detailed inputs")})),(0,dt.createElement)(A$,{margin:4}),u&&(0,dt.createElement)(dJ,{colorType:p,color:l,onChange:c,enableAlpha:n})))}),"ColorPicker"),KJ=GJ;function JJ(e){var t;return void 0!==e.onChangeComplete||void 0!==e.disableAlpha||"string"==typeof(null===(t=e.color)||void 0===t?void 0:t.hex)}const ZJ=wn()((e=>{const t=xo(e),n=t.toHex(),r=t.toRgb(),o=t.toHsv(),a=t.toHsl();return{hex:n,rgb:r,hsv:o,hsl:a,source:"hex",oldHue:a.h}}));const QJ=e=>(0,dt.createElement)(KJ,function(e){const t=(0,dt.useCallback)((t=>{var n;return JJ(e)?e.onChangeComplete(ZJ(t)):null===(n=e.onChange)||void 0===n?void 0:n.call(e,t)}),[e.onChangeComplete,e.onChange]),n=(0,dt.useMemo)((()=>JJ(e)?function(e){if(void 0!==(null==e?void 0:e.color))return"string"==typeof e.color?e.color:e.color.hex?e.color.hex:void 0}(e):e.color),[e.color]),r=(0,dt.useMemo)((()=>JJ(e)?!e.disableAlpha:e.enableAlpha),[e.disableAlpha,e.enableAlpha]);return{...JJ(e)?{}:e,onChange:t,color:n,enableAlpha:r}}(e));function eZ(e){let{actions:t,className:n,options:r,children:o}=e;return(0,dt.createElement)("div",{className:Hp()("components-circular-option-picker",n)},(0,dt.createElement)("div",{className:"components-circular-option-picker__swatches"},r),o,t&&(0,dt.createElement)("div",{className:"components-circular-option-picker__custom-clear-wrapper"},t))}eZ.Option=function(e){let{className:t,isSelected:n,selectedIconProps:r,tooltipText:o,...a}=e;const i=(0,dt.createElement)(lb,ft({isPressed:n,className:"components-circular-option-picker__option"},a));return(0,dt.createElement)("div",{className:Hp()(t,"components-circular-option-picker__option-wrapper")},o?(0,dt.createElement)(sg,{text:o},i):i,n&&(0,dt.createElement)(MA,ft({icon:aC},r||{})))},eZ.ButtonAction=function(e){let{className:t,children:n,...r}=e;return(0,dt.createElement)(lb,ft({className:Hp()("components-circular-option-picker__clear",t),isSmall:!0,variant:"secondary"},r),n)},eZ.DropdownLinkAction=function(e){let{buttonProps:t,className:n,dropdownProps:r,linkText:o}=e;return(0,dt.createElement)(Tv,ft({className:Hp()("components-circular-option-picker__dropdown-link-action",n),renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,dt.createElement)(lb,ft({"aria-expanded":n,"aria-haspopup":"true",onClick:r,variant:"link"},t),o)}},r))};const tZ=rb(pC,{target:"e1uu5br00"})({name:"13lxv2o",styles:"text-transform:uppercase;line-height:24px;font-weight:500;&&&{font-size:11px;margin-bottom:0;}"});function nZ(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;const s=(0,dt.useMemo)((()=>(0,ht.map)(r,(e=>{let{color:t,name:r}=e;const i=xo(t);return(0,dt.createElement)(eZ.Option,{key:t,isSelected:a===t,selectedIconProps:a===t?{fill:i.contrast()>i.contrast("#000")?"#fff":"#000"}:{},tooltipText:r||Sn(hr("Color code: %s"),t),style:{backgroundColor:t,color:t},onClick:a===t?n:()=>o(t),"aria-label":r?Sn(hr("Color: %s"),r):Sn(hr("Color code: %s"),t)})}))),[r,a,o,n]);return(0,dt.createElement)(eZ,{className:t,options:s,actions:i})}function rZ(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;return(0,dt.createElement)($U,{spacing:3,className:t},r.map(((e,t)=>{let{name:s,colors:l}=e;return(0,dt.createElement)($U,{spacing:2,key:t},(0,dt.createElement)(tZ,null,s),(0,dt.createElement)(nZ,{clearColor:n,colors:l,onChange:o,value:a,actions:r.length===t+1?i:null}))})))}function oZ(e){let{clearable:t=!0,className:n,colors:r,disableCustomColors:o=!1,enableAlpha:a,onChange:i,value:s,__experimentalHasMultipleOrigins:l=!1}=e;const c=(0,dt.useCallback)((()=>i(void 0)),[i]),u=l?rZ:nZ;return(0,dt.createElement)($U,{spacing:3,className:n},!o&&(0,dt.createElement)(Tv,{contentClassName:"components-color-palette__custom-color-dropdown-content",renderContent:()=>(0,dt.createElement)(QJ,{color:s,onChange:e=>i(e),enableAlpha:a}),renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,dt.createElement)("button",{className:"components-color-palette__custom-color","aria-expanded":t,"aria-haspopup":"true",onClick:n,"aria-label":hr("Custom color picker"),style:{background:s}},s)}}),(0,dt.createElement)(u,{clearable:t,clearColor:c,colors:r,onChange:i,value:s,actions:!!t&&(0,dt.createElement)(eZ.ButtonAction,{onClick:c},hr("Clear"))}))}Ao([Co,No]);const aZ=Bg((function(e,t){const n=function(e){return SE({isBlock:!0,...Dg(e,"FlexBlock")})}(e);return(0,dt.createElement)(ab,ft({},n,{ref:t}))}),"FlexBlock");const iZ=rb(xE,{target:"e65ony43"})("margin-bottom:",dE(2),";"),sZ=rb("div",{target:"e65ony42"})("border-radius:50%;border:",KL.borderWidth," solid ",qE.ui.border,";box-sizing:border-box;cursor:grab;height:",32,"px;overflow:hidden;width:",32,"px;"),lZ=rb("div",{target:"e65ony41"})({name:"1bhd2sw",styles:"box-sizing:border-box;position:relative;width:100%;height:100%"}),cZ=rb("div",{target:"e65ony40"})("background:",qE.admin.theme,";border-radius:50%;border:",3,"px solid ",qE.admin.theme,";bottom:0;box-sizing:border-box;display:block;height:0px;left:0;margin:auto;position:absolute;right:0;top:-",16,"px;width:0px;");const uZ=function(e){let{value:t,onChange:n,...r}=e;const o=(0,dt.useRef)(),a=(0,dt.useRef)(),i=(0,dt.useRef)(),s=e=>{const{x:t,y:r}=a.current,{ownerDocument:i}=o.current;e.preventDefault(),i.activeElement.blur(),n(function(e,t,n,r){const o=r-t,a=n-e,i=Math.atan2(o,a),s=Math.round(i*(180/Math.PI))+90;if(s<0)return 360+s;return s}(t,r,e.clientX,e.clientY))},{startDrag:l,isDragging:c}=function(e){let{onDragStart:t,onDragMove:n,onDragEnd:r}=e;const[o,a]=(0,dt.useState)(!1),i=(0,dt.useRef)({onDragStart:t,onDragMove:n,onDragEnd:r});bc((()=>{i.current.onDragStart=t,i.current.onDragMove=n,i.current.onDragEnd=r}),[t,n,r]);const s=(0,dt.useCallback)((e=>i.current.onDragMove&&i.current.onDragMove(e)),[]),l=(0,dt.useCallback)((e=>{i.current.onDragEnd&&i.current.onDragEnd(e),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l),a(!1)}),[]),c=(0,dt.useCallback)((e=>{i.current.onDragStart&&i.current.onDragStart(e),document.addEventListener("mousemove",s),document.addEventListener("mouseup",l),a(!0)}),[]);return(0,dt.useEffect)((()=>()=>{o&&(document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l))}),[o]),{startDrag:c,endDrag:l,isDragging:o}}({onDragStart:e=>{(()=>{const e=o.current.getBoundingClientRect();a.current={x:e.x+e.width/2,y:e.y+e.height/2}})(),s(e)},onDragMove:s,onDragEnd:s});return(0,dt.useEffect)((()=>{c?(void 0===i.current&&(i.current=document.body.style.cursor),document.body.style.cursor="grabbing"):(document.body.style.cursor=i.current||null,i.current=void 0)}),[c]),(0,dt.createElement)(sZ,ft({ref:o,onMouseDown:l,className:"components-angle-picker-control__angle-circle",style:c?{cursor:"grabbing"}:void 0},r),(0,dt.createElement)(lZ,{style:t?{transform:`rotate(${t}deg)`}:void 0,className:"components-angle-picker-control__angle-circle-indicator-wrapper"},(0,dt.createElement)(cZ,{className:"components-angle-picker-control__angle-circle-indicator"})))};function dZ(e){let{className:t,label:n=hr("Angle"),onChange:r,value:o}=e;const a=Hp()("components-angle-picker-control",t);return(0,dt.createElement)(iZ,{className:a},(0,dt.createElement)(aZ,null,(0,dt.createElement)(QS,{label:n,className:"components-angle-picker-control__input-field",max:360,min:0,onChange:e=>{const t=""!==e?parseInt(e,10):0;r(t)},step:"1",value:o,hideHTMLArrows:!0,suffix:(0,dt.createElement)(A$,{as:px,marginRight:dE(3),style:{color:"var( --wp-admin-theme-color )"}},"°")})),(0,dt.createElement)(AE,{style:{marginLeft:dE(4),marginBottom:dE(1),marginTop:"auto"}},(0,dt.createElement)(uZ,{"aria-hidden":"true",value:o,onChange:r})))}const pZ={className:"components-custom-gradient-picker__color-picker-popover",position:"top"};function mZ(e){return Math.max(0,Math.min(100,e))}function fZ(e,t,n){const r=e.slice();return r[t]=n,r}function hZ(e,t,n){if(function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=e[t].position,a=Math.min(o,n),i=Math.max(o,n);return e.some(((e,o)=>{let{position:s}=e;return o!==t&&(Math.abs(s-n){const t=bZ(e.clientX,r.current,16),{initialPosition:n,index:o,significantMoveHappened:s}=c.current;!s&&Math.abs(n-t)>=5&&(c.current.significantMoveHappened=!0),i(hZ(a,o,t))},d=()=>{window&&window.removeEventListener&&c.current&&c.current.listenersActivated&&(window.removeEventListener("mousemove",u),window.removeEventListener("mouseup",d),l(),c.current.listenersActivated=!1)};return(0,dt.useEffect)((()=>()=>{d()}),[]),a.map(((e,r)=>{const p=null==e?void 0:e.position;return o!==p&&(0,dt.createElement)(Tv,{key:r,onClose:l,renderToggle:t=>{let{isOpen:n,onToggle:o}=t;return(0,dt.createElement)(vZ,{key:r,onClick:()=>{c.current&&c.current.significantMoveHappened||(n?l():s(),o())},onMouseDown:()=>{window&&window.addEventListener&&(c.current={initialPosition:p,index:r,significantMoveHappened:!1,listenersActivated:!0},s(),window.addEventListener("mousemove",u),window.addEventListener("mouseup",d))},onKeyDown:t=>{t.keyCode===Af?(t.stopPropagation(),i(hZ(a,r,mZ(e.position-10)))):t.keyCode===Tf&&(t.stopPropagation(),i(hZ(a,r,mZ(e.position+10))))},isOpen:n,position:e.position,color:e.color})},renderContent:o=>{let{onClose:s}=o;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(QJ,{enableAlpha:!n,color:e.color,onChange:e=>{i(gZ(a,r,xo(e).toRgbString()))}}),!t&&(0,dt.createElement)(lb,{className:"components-custom-gradient-picker__remove-control-point",onClick:()=>{i(function(e,t){return e.filter(((e,n)=>n!==t))}(a,r)),s()},variant:"link"},hr("Remove Control Point")))},popoverProps:pZ})}))}yZ.InsertPoint=function(e){let{value:t,onChange:n,onOpenInserter:r,onCloseInserter:o,insertPosition:a,disableAlpha:i}=e;const[s,l]=(0,dt.useState)(!1);return(0,dt.createElement)(Tv,{className:"components-custom-gradient-picker__inserter",onClose:()=>{o()},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,dt.createElement)(lb,{"aria-expanded":t,"aria-haspopup":"true",onClick:()=>{t?o():(l(!1),r()),n()},className:"components-custom-gradient-picker__insert-point",icon:iC,style:{left:null!==a?`${a}%`:void 0}})},renderContent:()=>(0,dt.createElement)(QJ,{enableAlpha:!i,onChange:e=>{s?n(function(e,t,n){const r=e.findIndex((e=>e.position===t));return gZ(e,r,n)}(t,a,xo(e).toRgbString())):(n(function(e,t,n){const r=e.findIndex((e=>e.position>t)),o={color:n,position:t},a=e.slice();return a.splice(r-1,0,o),a}(t,a,xo(e).toRgbString())),l(!0))}}),popoverProps:pZ})};const _Z=yZ;function MZ(e,t){switch(t.type){case"MOVE_INSERTER":if("IDLE"===e.id||"MOVING_INSERTER"===e.id)return{id:"MOVING_INSERTER",insertPosition:t.insertPosition};break;case"STOP_INSERTER_MOVE":if("MOVING_INSERTER"===e.id)return{id:"IDLE"};break;case"OPEN_INSERTER":if("MOVING_INSERTER"===e.id)return{id:"INSERTING_CONTROL_POINT",insertPosition:e.insertPosition};break;case"CLOSE_INSERTER":if("INSERTING_CONTROL_POINT"===e.id)return{id:"IDLE"};break;case"START_CONTROL_CHANGE":if("IDLE"===e.id)return{id:"MOVING_CONTROL_POINT"};break;case"STOP_CONTROL_CHANGE":if("MOVING_CONTROL_POINT"===e.id)return{id:"IDLE"}}return e}const kZ={id:"IDLE"};function wZ(e){let{background:t,hasGradient:n,value:r,onChange:o,disableInserter:a=!1,disableAlpha:i=!1}=e;const s=(0,dt.useRef)(),[l,c]=(0,dt.useReducer)(MZ,kZ),u=e=>{const t=bZ(e.clientX,s.current,16);(0,ht.some)(r,(e=>{let{position:n}=e;return Math.abs(t-n)<10}))?"MOVING_INSERTER"===l.id&&c({type:"STOP_INSERTER_MOVE"}):c({type:"MOVE_INSERTER",insertPosition:t})},d="MOVING_INSERTER"===l.id,p="INSERTING_CONTROL_POINT"===l.id;return(0,dt.createElement)("div",{ref:s,className:Hp()("components-custom-gradient-picker__gradient-bar",{"has-gradient":n}),onMouseEnter:u,onMouseMove:u,style:{background:t},onMouseLeave:()=>{c({type:"STOP_INSERTER_MOVE"})}},(0,dt.createElement)("div",{className:"components-custom-gradient-picker__markers-container"},!a&&(d||p)&&(0,dt.createElement)(_Z.InsertPoint,{disableAlpha:i,insertPosition:l.insertPosition,value:r,onChange:o,onOpenInserter:()=>{c({type:"OPEN_INSERTER"})},onCloseInserter:()=>{c({type:"CLOSE_INSERTER"})}}),(0,dt.createElement)(_Z,{disableAlpha:i,disableRemove:a,gradientPickerDomRef:s,ignoreMarkerPosition:p?l.insertPosition:void 0,value:r,onChange:o,onStartControlPointChange:()=>{c({type:"START_CONTROL_CHANGE"})},onStopControlPointChange:()=>{c({type:"STOP_CONTROL_CHANGE"})}})))}var EZ=n(9948);const LZ="linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%)",xZ={type:"angular",value:90},SZ=[{value:"linear-gradient",label:hr("Linear")},{value:"radial-gradient",label:hr("Radial")}],AZ={top:0,"top right":45,"right top":45,right:90,"right bottom":135,"bottom right":135,bottom:180,"bottom left":225,"left bottom":225,left:270,"top left":315,"left top":315};function CZ(e){let{type:t,value:n,length:r}=e;return`${function(e){let{type:t,value:n}=e;return"literal"===t?n:"hex"===t?`#${n}`:`${t}(${n.join(",")})`}({type:t,value:n})} ${function(e){if(!e)return"";const{value:t,type:n}=e;return`${t}${n}`}(r)}`}function TZ(e){let{type:t,orientation:n,colorStops:r}=e;const o=function(e){if(e&&"angular"===e.type)return`${e.value}deg`}(n),a=r.sort(((e,t)=>(0,ht.get)(e,["length","value"],0)-(0,ht.get)(t,["length","value"],0))).map(CZ);return`${t}(${(0,ht.compact)([o,...a]).join(",")})`}function zZ(e){return void 0===e.length||"%"!==e.length.type}function NZ(e){switch(e.type){case"hex":return`#${e.value}`;case"literal":return e.value;case"rgb":case"rgba":return`${e.type}(${e.value.join(",")})`;default:return"transparent"}}Ao([Co]);const OZ=rb(aZ,{target:"e99xvul1"})({name:"1gvx10y",styles:"flex-grow:5"}),DZ=rb(aZ,{target:"e99xvul0"})({name:"1gvx10y",styles:"flex-grow:5"}),BZ=e=>{let{gradientAST:t,hasGradient:n,onChange:r}=e;const o=(0,ht.get)(t,["orientation","value"],180);return(0,dt.createElement)(dZ,{onChange:e=>{r(TZ({...t,orientation:{type:"angular",value:e}}))},labelPosition:"top",value:n?o:""})},IZ=e=>{let{gradientAST:t,hasGradient:n,onChange:r}=e;const{type:o}=t;return(0,dt.createElement)(SP,{className:"components-custom-gradient-picker__type-picker",label:hr("Type"),labelPosition:"top",onChange:e=>{"linear-gradient"===e&&r(TZ({...t,...t.orientation?{}:{orientation:xZ},type:"linear-gradient"})),"radial-gradient"===e&&r(TZ({...(0,ht.omit)(t,["orientation"]),type:"radial-gradient"}))},options:SZ,value:n&&o})};function PZ(e){let{value:t,onChange:n}=e;const r=function(e){var t;let n;try{n=EZ.parse(e)[0],n.value=e}catch(e){n=EZ.parse(LZ)[0],n.value=LZ}if("directional"===(null===(t=n.orientation)||void 0===t?void 0:t.type)&&(n.orientation.type="angular",n.orientation.value=AZ[n.orientation.value].toString()),n.colorStops.some(zZ)){const{colorStops:e}=n,t=100/(e.length-1);e.forEach(((e,n)=>{e.length={value:t*n,type:"%"}})),n.value=TZ(n)}return n}(t),o=function(e){return TZ({type:"linear-gradient",orientation:xZ,colorStops:e.colorStops})}(r),a=r.value!==LZ,i=r.colorStops.map((e=>({color:NZ(e),position:parseInt(e.length.value)})));return(0,dt.createElement)("div",{className:"components-custom-gradient-picker"},(0,dt.createElement)(wZ,{background:o,hasGradient:a,value:i,onChange:e=>{n(TZ(function(e,t){return{...e,colorStops:t.map((e=>{let{position:t,color:n}=e;const{r,g:o,b:a,a:i}=xo(n).toRgb();return{length:{type:"%",value:t.toString()},type:i<1?"rgba":"rgb",value:i<1?[r,o,a,i]:[r,o,a]}}))}}(r,e)))}}),(0,dt.createElement)(xE,{gap:3,className:"components-custom-gradient-picker__ui-line"},(0,dt.createElement)(OZ,null,(0,dt.createElement)(IZ,{gradientAST:r,hasGradient:a,onChange:n})),(0,dt.createElement)(DZ,null,"linear-gradient"===r.type&&(0,dt.createElement)(BZ,{gradientAST:r,hasGradient:a,onChange:n}))))}function RZ(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i,content:s}=e;const l=(0,dt.useMemo)((()=>(0,ht.map)(r,(e=>{let{gradient:t,name:r}=e;return(0,dt.createElement)(eZ.Option,{key:t,value:t,isSelected:a===t,tooltipText:r||Sn(hr("Gradient code: %s"),t),style:{color:"rgba( 0,0,0,0 )",background:t},onClick:a===t?n:()=>o(t),"aria-label":r?Sn(hr("Gradient: %s"),r):Sn(hr("Gradient code: %s"),t)})}))),[r,a,o,n]);return(0,dt.createElement)(eZ,{className:t,options:l,actions:i},s)}function HZ(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i,content:s}=e;return(0,dt.createElement)($U,{spacing:3,className:t},r.map(((e,t)=>{let{name:l,gradients:c}=e;return(0,dt.createElement)($U,{spacing:2,key:t},(0,dt.createElement)(tZ,null,l),(0,dt.createElement)(RZ,ft({clearGradient:n,gradients:c,onChange:o,value:a},r.length===t+1?{actions:i,content:s}:{})))})))}function WZ(e){let{className:t,gradients:n,onChange:r,value:o,clearable:a=!0,disableCustomGradients:i=!1,__experimentalHasMultipleOrigins:s}=e;const l=(0,dt.useCallback)((()=>r(void 0)),[r]),c=s?HZ:RZ;return(0,dt.createElement)(c,{className:t,clearable:a,clearGradient:l,gradients:n,onChange:r,value:o,actions:a&&(0,dt.createElement)(eZ.ButtonAction,{onClick:l},hr("Clear")),content:!i&&(0,dt.createElement)(PZ,{value:o,onChange:r})})}const YZ=["colors","disableCustomColors","gradients","disableCustomGradients"];function jZ(e){let{colors:t,gradients:n,disableCustomColors:r,disableCustomGradients:o,__experimentalHasMultipleOrigins:a,className:i,label:s,onColorChange:l,onGradientChange:c,colorValue:u,gradientValue:d,clearable:p,showTitle:m=!0,enableAlpha:f}=e;const h=l&&(!(0,ht.isEmpty)(t)||!r),g=c&&(!(0,ht.isEmpty)(n)||!o),[b,v]=(0,dt.useState)(d?"gradient":!!h&&"color");return h||g?(0,dt.createElement)(GE,{className:Hp()("block-editor-color-gradient-control",i)},(0,dt.createElement)("fieldset",null,(0,dt.createElement)($U,{spacing:1},m&&(0,dt.createElement)("legend",null,(0,dt.createElement)("div",{className:"block-editor-color-gradient-control__color-indicator"},(0,dt.createElement)(GE.VisualLabel,null,s))),h&&g&&(0,dt.createElement)(s$,{value:b,onChange:v,label:hr("Select color type"),hideLabelFromVision:!0,isBlock:!0},(0,dt.createElement)(L$,{value:"color",label:hr("Solid")}),(0,dt.createElement)(L$,{value:"gradient",label:hr("Gradient")})),("color"===b||!g)&&(0,dt.createElement)(oZ,{value:u,onChange:g?e=>{l(e),c()}:l,colors:t,disableCustomColors:r,__experimentalHasMultipleOrigins:a,clearable:p,enableAlpha:f}),("gradient"===b||!h)&&(0,dt.createElement)(WZ,{value:d,onChange:h?e=>{c(e),l()}:c,gradients:n,disableCustomGradients:o,__experimentalHasMultipleOrigins:a,clearable:p})))):null}function qZ(e){const t={};return t.colors=eL("color.palette"),t.gradients=eL("color.gradients"),t.disableCustomColors=!eL("color.custom"),t.disableCustomGradients=!eL("color.customGradient"),(0,dt.createElement)(jZ,ft({},t,e))}const FZ=function(e){return(0,ht.every)(YZ,(t=>e.hasOwnProperty(t)))?(0,dt.createElement)(jZ,e):(0,dt.createElement)(qZ,e)};function VZ(){return{disableCustomColors:!eL("color.custom"),disableCustomGradients:!eL("color.customGradient")}}function XZ(){const e=VZ(),t=eL("color.palette.custom"),n=eL("color.palette.theme"),r=eL("color.palette.default"),o=eL("color.defaultPalette");e.colors=(0,dt.useMemo)((()=>{const e=[];return n&&n.length&&e.push({name:gr("Theme","Indicates this palette comes from the theme."),colors:n}),o&&r&&r.length&&e.push({name:gr("Default","Indicates this palette comes from WordPress."),colors:r}),t&&t.length&&e.push({name:gr("Custom","Indicates this palette comes from the theme."),colors:t}),e}),[r,n,t]);const a=eL("color.gradients.custom"),i=eL("color.gradients.theme"),s=eL("color.gradients.default"),l=eL("color.defaultGradients");return e.gradients=(0,dt.useMemo)((()=>{const e=[];return i&&i.length&&e.push({name:gr("Theme","Indicates this palette comes from the theme."),gradients:i}),l&&s&&s.length&&e.push({name:gr("Default","Indicates this palette comes from WordPress."),gradients:s}),a&&a.length&&e.push({name:gr("Custom","Indicates this palette is created by the user."),gradients:a}),e}),[a,i,s]),e}Ao([Co,No]);const UZ=(e,t,n)=>{if(t){const n=(0,ht.find)(e,{slug:t});if(n)return n}return{color:n}},$Z=(e,t)=>(0,ht.find)(e,{color:t});function GZ(e,t){if(e&&t)return`has-${(0,ht.kebabCase)(t)}-${e}`}const KZ=[];function JZ(e){const{attributes:{borderColor:t,style:n},setAttributes:r}=e,o=XZ(),a=o.colors.reduce(((e,t)=>e.concat(t.colors)),[]),[i,s]=(0,dt.useState)((()=>{var e,r;return null===(e=UZ(a,t,null==n||null===(r=n.border)||void 0===r?void 0:r.color))||void 0===e?void 0:e.color}));return(0,dt.createElement)(FZ,ft({label:hr("Color"),colorValue:i,onColorChange:e=>{s(e);const t=$Z(a,e),o={...n,border:{...null==n?void 0:n.border,color:null!=t&&t.slug?void 0:e}},i=null!=t&&t.slug?t.slug:void 0;r({style:NC(o),borderColor:i})},clearable:!1,__experimentalHasMultipleOrigins:!0},o))}function ZZ(e,t,n){var r;if(!wQ(t,"color")||EQ(t))return e;const{borderColor:o,style:a}=n,i=GZ("border-color",o),s=Hp()(e.className,{"has-border-color":o||(null==a||null===(r=a.border)||void 0===r?void 0:r.color),[i]:!!i});return e.className=s||void 0,e}const QZ=Bp((e=>t=>{var n,r;const{name:o,attributes:a}=t,{borderColor:i}=a,s=eL("color.palette")||KZ;if(!wQ(o,"color")||EQ(o))return(0,dt.createElement)(e,t);const l={borderColor:i?null===(n=UZ(s,i))||void 0===n?void 0:n.color:void 0};let c=t.wrapperProps;return c={...t.wrapperProps,style:{...l,...null===(r=t.wrapperProps)||void 0===r?void 0:r.style}},(0,dt.createElement)(e,ft({},t,{wrapperProps:c}))}));function eQ(e){return[...e].sort(((t,n)=>e.filter((e=>e===n)).length-e.filter((e=>e===t)).length)).shift()}function tQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("string"==typeof e)return e;const t=Object.values(e).map((e=>vL(e))),n=t.map((e=>e[0])),r=t.map((e=>e[1])),o=n.every((e=>e===n[0]))?n[0]:"",a=eQ(r),i=0===o||o?`${o}${a}`:null;return i}function nQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=tQ(e),n=isNaN(parseFloat(t));return n}function rQ(e){if(!e)return!1;if("string"==typeof e)return!0;return!!Object.values(e).filter((e=>!!e||0===e)).length}function oQ(e){let{onChange:t,values:n,...r}=e;const o=tQ(n),a=rQ(n)&&nQ(n),i=a?hr("Mixed"):null;return(0,dt.createElement)(_A,ft({},r,{"aria-label":hr("Border radius"),disableUnits:a,isOnly:!0,value:o,onChange:t,placeholder:i}))}Jn("blocks.registerBlockType","core/border/addAttributes",(function(e){return wQ(e,"color")?e.attributes.borderColor?e:{...e,attributes:{...e.attributes,borderColor:{type:"string"}}}:e})),Jn("blocks.getSaveContent.extraProps","core/border/addSaveProps",ZZ),Jn("blocks.registerBlockType","core/border/addEditProps",(function(e){if(!wQ(e,"color")||EQ(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),ZZ(r,e,n)},e})),Jn("editor.BlockListBlock","core/border/with-border-color-palette-styles",QZ);const aQ={topLeft:hr("Top left"),topRight:hr("Top right"),bottomLeft:hr("Bottom left"),bottomRight:hr("Bottom right")};function iQ(e){let{onChange:t,values:n,...r}=e;const o="string"!=typeof n?n:{topLeft:n,topRight:n,bottomLeft:n,bottomRight:n};return(0,dt.createElement)("div",{className:"components-border-radius-control__input-controls-wrapper"},Object.entries(aQ).map((e=>{let[n,a]=e;return(0,dt.createElement)(_A,ft({},r,{key:n,"aria-label":a,value:o[n],onChange:(i=n,e=>{t&&t({...o,[i]:e||void 0})})}));var i})))}const sQ=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M15.6 7.2H14v1.5h1.6c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.8 0 5.2-2.3 5.2-5.2 0-2.9-2.3-5.2-5.2-5.2zM4.7 12.4c0-2 1.7-3.7 3.7-3.7H10V7.2H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H10v-1.5H8.4c-2 0-3.7-1.7-3.7-3.7zm4.6.9h5.3v-1.5H9.3v1.5z"})),lQ=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M15.6 7.3h-.7l1.6-3.5-.9-.4-3.9 8.5H9v1.5h2l-1.3 2.8H8.4c-2 0-3.7-1.7-3.7-3.7s1.7-3.7 3.7-3.7H10V7.3H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H9l-1.4 3.2.9.4 5.7-12.5h1.4c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.9 0 5.2-2.3 5.2-5.2 0-2.9-2.4-5.2-5.2-5.2z"}));function cQ(e){let{isLinked:t,...n}=e;const r=hr(t?"Unlink Radii":"Link Radii");return(0,dt.createElement)(sg,{text:r},(0,dt.createElement)(lb,ft({},n,{className:"component-border-radius-control__linked-button",isPrimary:t,isSecondary:!t,isSmall:!0,icon:t?sQ:lQ,iconSize:16,"aria-label":r})))}const uQ={topLeft:null,topRight:null,bottomLeft:null,bottomRight:null},dQ={px:100,em:20,rem:20};function pQ(e){let{onChange:t,values:n}=e;const[r,o]=(0,dt.useState)(!rQ(n)||!nQ(n)),a=_L({availableUnits:eL("spacing.units")||["px","em","rem"]}),i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("string"==typeof e){const[,t]=vL(e);return t||"px"}const t=Object.values(e).map((e=>{const[,t]=vL(e);return t}));return eQ(t)||"px"}(n),s=a&&a.find((e=>e.value===i)),l=(null==s?void 0:s.step)||1,[c]=vL(tQ(n));return(0,dt.createElement)("fieldset",{className:"components-border-radius-control"},(0,dt.createElement)("legend",null,hr("Radius")),(0,dt.createElement)("div",{className:"components-border-radius-control__wrapper"},r?(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(oQ,{className:"components-border-radius-control__unit-control",values:n,min:0,onChange:t,unit:i,units:a}),(0,dt.createElement)(oG,{className:"components-border-radius-control__range-control",value:c,min:0,max:dQ[i],initialPosition:0,withInputField:!1,onChange:e=>{t(void 0!==e?`${e}${i}`:void 0)},step:l})):(0,dt.createElement)(iQ,{min:0,onChange:t,values:n||uQ,units:a}),(0,dt.createElement)(cQ,{onClick:()=>o(!r),isLinked:r})))}function mQ(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(pQ,{values:null==n||null===(t=n.border)||void 0===t?void 0:t.radius,onChange:e=>{let t={...n,border:{...null==n?void 0:n.border,radius:e}};void 0!==e&&""!==e||(t=NC(t)),r({style:t})}})}const fQ=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,dt.createElement)(hh,{d:"M5 11.25h14v1.5H5z"})),hQ=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,dt.createElement)(hh,{fillRule:"evenodd",d:"M5 11.25h3v1.5H5v-1.5zm5.5 0h3v1.5h-3v-1.5zm8.5 0h-3v1.5h3v-1.5z",clipRule:"evenodd"})),gQ=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,dt.createElement)(hh,{fillRule:"evenodd",d:"M5.25 11.25h1.5v1.5h-1.5v-1.5zm3 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5zm1.5 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5z",clipRule:"evenodd"})),bQ=[{label:hr("Solid"),icon:fQ,value:"solid"},{label:hr("Dashed"),icon:hQ,value:"dashed"},{label:hr("Dotted"),icon:gQ,value:"dotted"}];function vQ(e){let{onChange:t,value:n}=e;return(0,dt.createElement)("fieldset",{className:"components-border-style-control"},(0,dt.createElement)("legend",null,hr("Style")),(0,dt.createElement)("div",{className:"components-border-style-control__buttons"},bQ.map((e=>(0,dt.createElement)(lb,{key:e.value,icon:e.icon,isSmall:!0,isPressed:e.value===n,onClick:()=>t(e.value===n?void 0:e.value),"aria-label":e.label})))))}const yQ=e=>{var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(vQ,{value:null==n||null===(t=n.border)||void 0===t?void 0:t.style,onChange:e=>{const t={...n,border:{...null==n?void 0:n.border,style:e}};r({style:NC(t)})}})},_Q=e=>{const{attributes:{borderColor:t,style:n},setAttributes:r}=e,{width:o,color:a,style:i}=(null==n?void 0:n.border)||{},[s,l]=(0,dt.useState)(),[c,u]=(0,dt.useState)();(0,dt.useEffect)((()=>{"none"!==i&&l(i)}),[i]),(0,dt.useEffect)((()=>{(t||a)&&u({name:t||void 0,color:a||void 0})}),[t,a]);const d=_L({availableUnits:eL("spacing.units")||["px","em","rem"]});return(0,dt.createElement)(_A,{value:o,label:hr("Width"),min:0,onChange:e=>{let o={...n,border:{...null==n?void 0:n.border,width:e}},a=t;const l=0===parseFloat(e);l&&(a=void 0,o.border.color=void 0,o.border.style="none"),l||"none"!==i||(o.border.style=s),l||void 0!==t||(a=null==c?void 0:c.name,o.border.color=null==c?void 0:c.color),void 0!==e&&""!==e||(o=NC(o)),r({borderColor:a,style:o})},units:d})},MQ="__experimentalBorder";function kQ(e){const t=LQ(e),n=wQ(e.name),r=eL("border.color")&&wQ(e.name,"color"),o=eL("border.radius")&&wQ(e.name,"radius"),a=eL("border.style")&&wQ(e.name,"style"),i=eL("border.width")&&wQ(e.name,"width");return t||!n?null:(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{className:"block-editor-hooks__border-controls",title:hr("Border"),initialOpen:!1},(i||a)&&(0,dt.createElement)("div",{className:"block-editor-hooks__border-controls-row"},i&&(0,dt.createElement)(_Q,e),a&&(0,dt.createElement)(yQ,e)),r&&(0,dt.createElement)(JZ,e),o&&(0,dt.createElement)(mQ,e)))}function wQ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";if("web"!==ry.OS)return!1;const n=na(e,MQ);return!0===n||("any"===t?!!(null!=n&&n.color||null!=n&&n.radius||null!=n&&n.width||null!=n&&n.style):!(null==n||!n[t]))}function EQ(e){const t=na(e,MQ);return null==t?void 0:t.__experimentalSkipSerialization}const LQ=()=>[!eL("border.color"),!eL("border.radius"),!eL("border.style"),!eL("border.width")].every(Boolean);function xQ(e){if(e)return`has-${e}-gradient-background`}function SQ(e,t){const n=(0,ht.find)(e,["slug",t]);return n&&n.gradient}function AQ(e,t){return(0,ht.find)(e,["gradient",t])}function CQ(e,t){const n=AQ(e,t);return n&&n.slug}const TQ=e=>{let{className:t,colorValue:n,...r}=e;return(0,dt.createElement)("span",ft({className:Hp()("component-color-indicator",t),style:{background:n}},r))},zQ=hr("(%s: color %s)"),NQ=hr("(%s: gradient %s)"),OQ=["colors","disableCustomColors","gradients","disableCustomGradients"],DQ=e=>{let{colors:t,gradients:n,settings:r}=e;return r.map(((e,r)=>{let o,{colorValue:a,gradientValue:i,label:s,colors:l,gradients:c}=e;if(!a&&!i)return null;if(a){const e=$Z(l||t,a);o=Sn(zQ,s.toLowerCase(),e&&e.name||a)}else{const e=AQ(c||n,a);o=Sn(NQ,s.toLowerCase(),e&&e.name||i)}return(0,dt.createElement)(TQ,{key:r,colorValue:a||i,"aria-label":o})}))},BQ=e=>{let{className:t,colors:n,gradients:r,disableCustomColors:o,disableCustomGradients:a,children:i,settings:s,title:l,showTitle:c=!0,__experimentalHasMultipleOrigins:u,enableAlpha:d,...p}=e;if((0,ht.isEmpty)(n)&&(0,ht.isEmpty)(r)&&o&&a&&(0,ht.every)(s,(e=>(0,ht.isEmpty)(e.colors)&&(0,ht.isEmpty)(e.gradients)&&(void 0===e.disableCustomColors||e.disableCustomColors)&&(void 0===e.disableCustomGradients||e.disableCustomGradients))))return null;const m=(0,dt.createElement)("span",{className:"block-editor-panel-color-gradient-settings__panel-title"},l,(0,dt.createElement)(DQ,{colors:n,gradients:r,settings:s}));return(0,dt.createElement)(ZA,ft({className:Hp()("block-editor-panel-color-gradient-settings",t),title:c?m:void 0},p),s.map(((e,t)=>(0,dt.createElement)(FZ,ft({showTitle:c,key:t,colors:n,gradients:r,disableCustomColors:o,disableCustomGradients:a,__experimentalHasMultipleOrigins:u,enableAlpha:d},e)))),i)},IQ=e=>{const t=VZ();return t.colors=eL("color.palette"),t.gradients=eL("color.gradients"),(0,dt.createElement)(BQ,ft({},t,e))},PQ=e=>{const t=XZ();return(0,dt.createElement)(BQ,ft({},t,e))},RQ=e=>(0,ht.every)(OQ,(t=>e.hasOwnProperty(t)))?(0,dt.createElement)(BQ,e):e.__experimentalHasMultipleOrigins?(0,dt.createElement)(PQ,e):(0,dt.createElement)(IQ,e);function HQ(e){switch(e){case"success":case"warning":case"info":return"polite";default:return"assertive"}}const WQ=function(e){let{className:t,status:n="info",children:r,spokenMessage:o=r,onRemove:a=ht.noop,isDismissible:i=!0,actions:s=[],politeness:l=HQ(n),__unstableHTML:c,onDismiss:u=ht.noop}=e;!function(e,t){const n="string"==typeof e?e:ji(e);(0,dt.useEffect)((()=>{n&&Q_(n,t)}),[n,t])}(o,l);const d=Hp()(t,"components-notice","is-"+n,{"is-dismissible":i});return c&&(r=(0,dt.createElement)(hi,null,r)),(0,dt.createElement)("div",{className:d},(0,dt.createElement)("div",{className:"components-notice__content"},r,(0,dt.createElement)("div",{className:"components-notice__actions"},s.map(((e,t)=>{let{className:n,label:r,isPrimary:o,variant:a,noDefaultClasses:i=!1,onClick:s,url:l}=e,c=a;return"primary"===a||i||(c=l?"link":"secondary"),void 0===c&&o&&(c="primary"),(0,dt.createElement)(lb,{key:t,href:l,variant:c,onClick:l?void 0:s,className:Hp()("components-notice__action",n)},r)})))),i&&(0,dt.createElement)(lb,{className:"components-notice__dismiss",icon:vh,label:hr("Dismiss this notice"),onClick:e=>{var t;null==e||null===(t=e.preventDefault)||void 0===t||t.call(e),u(),a()},showTooltip:!1}))};function YQ(e){let{colordBackgroundColor:t,colordTextColor:n,backgroundColor:r,textColor:o}=e;const a=t.brightness(){Q_(hr("This color combination may be hard for people to read."))}),[r,o]),(0,dt.createElement)("div",{className:"block-editor-contrast-checker"},(0,dt.createElement)(WQ,{spokenMessage:null,status:"warning",isDismissible:!1},a))}Ao([Co,No]);const jQ=function(e){let{backgroundColor:t,fallbackBackgroundColor:n,fallbackTextColor:r,fontSize:o,isLargeText:a,textColor:i}=e;if(!t&&!n||!i&&!r)return null;const s=xo(t||n),l=xo(i||r);return 1!==s.alpha()||1!==l.alpha()||l.isReadable(s,{level:"AA",size:a||!1!==a&&o>=24?"large":"small"})?null:(0,dt.createElement)(YQ,{backgroundColor:t,textColor:i,colordBackgroundColor:s,colordTextColor:l})};function qQ(e){return e.ownerDocument.defaultView.getComputedStyle(e)}function FQ(e){let{settings:t,clientId:n,enableContrastChecking:r=!0,showTitle:o=!0}=e;const[a,i]=(0,dt.useState)(),[s,l]=(0,dt.useState)(),c=ND(n);return(0,dt.useEffect)((()=>{if(!r)return;if(!c.current)return;l(qQ(c.current).color);let e=c.current,t=qQ(e).backgroundColor;for(;"rgba(0, 0, 0, 0)"===t&&e.parentNode&&e.parentNode.nodeType===e.parentNode.ELEMENT_NODE;)e=e.parentNode,t=qQ(e).backgroundColor;i(t)})),(0,dt.createElement)(RC,null,(0,dt.createElement)(RQ,{title:hr("Color"),initialOpen:!1,settings:t,showTitle:o,__experimentalHasMultipleOrigins:!0},r&&(0,dt.createElement)(jQ,{backgroundColor:a,textColor:s})))}const VQ="color",XQ=e=>{const t=na(e,VQ);return t&&(!0===t.link||!0===t.gradient||!1!==t.background||!1!==t.text)},UQ=e=>{const t=na(e,VQ);return null==t?void 0:t.__experimentalSkipSerialization},$Q=e=>{const t=na(e,VQ);return(0,ht.isObject)(t)&&!!t.gradients};function GQ(e,t,n){var r,o,a,i,s,l;if(!XQ(t)||UQ(t))return e;const c=$Q(t),{backgroundColor:u,textColor:d,gradient:p,style:m}=n,f=GZ("background-color",u),h=xQ(p),g=GZ("color",d),b=Hp()(e.className,g,h,{[f]:!(c&&null!=m&&null!==(r=m.color)&&void 0!==r&&r.gradient||!f),"has-text-color":d||(null==m||null===(o=m.color)||void 0===o?void 0:o.text),"has-background":u||(null==m||null===(a=m.color)||void 0===a?void 0:a.background)||c&&(p||(null==m||null===(i=m.color)||void 0===i?void 0:i.gradient)),"has-link-color":null==m||null===(s=m.elements)||void 0===s||null===(l=s.link)||void 0===l?void 0:l.color});return e.className=b||void 0,e}const KQ=(e,t)=>{const n=/var:preset\|color\|(.+)/.exec(t);return n&&n[1]?UZ(e,n[1]).color:t};function JQ(e){var t,n,r,o,a,i,s,l,c,u,d;const{name:p,attributes:m}=e,{palette:f,gradients:h,customGradient:g,custom:b,text:v,background:y,link:_}=eL("color")||{},M=b||!(null!=f&&f.theme)||(null==f||null===(t=f.theme)||void 0===t?void 0:t.length)>0,k=g||!(null!=h&&h.theme)||(null==h||null===(n=h.theme)||void 0===n?void 0:n.length)>0,w=(0,dt.useMemo)((()=>[...(null==f?void 0:f.custom)||[],...(null==f?void 0:f.theme)||[],...(null==f?void 0:f.default)||[]]),[f]),E=(0,dt.useMemo)((()=>[...(null==h?void 0:h.custom)||[],...(null==h?void 0:h.theme)||[],...(null==h?void 0:h.default)||[]]),[h]),L=(0,dt.useRef)(m);if((0,dt.useEffect)((()=>{L.current=m}),[m]),!XQ(p))return null;const x=(e=>{if("web"!==ry.OS)return!1;const t=na(e,VQ);return(0,ht.isObject)(t)&&!!t.link})(p)&&_&&M,S=(e=>{const t=na(e,VQ);return t&&!1!==t.text})(p)&&v&&M,A=(e=>{const t=na(e,VQ);return t&&!1!==t.background})(p)&&y&&M,C=$Q(p)&&k;if(!(x||S||A||C))return null;const{style:T,textColor:z,backgroundColor:N,gradient:O}=m;let D;if(C&&O)D=SQ(E,O);else if(C){var B;D=null==T||null===(B=T.color)||void 0===B?void 0:B.gradient}const I=t=>n=>{var r,o;const a=$Z(w,n),i=t+"Color",s={...L.current.style,color:{...null===(r=L.current)||void 0===r||null===(o=r.style)||void 0===o?void 0:o.color,[t]:null!=a&&a.slug?void 0:n}},l=null!=a&&a.slug?a.slug:void 0,c={style:NC(s),[i]:l};e.setAttributes(c),L.current={...L.current,...c}};return(0,dt.createElement)(FQ,{enableContrastChecking:!("web"!==ry.OS||O||null!=T&&null!==(r=T.color)&&void 0!==r&&r.gradient),clientId:e.clientId,settings:[...S?[{label:hr("Text color"),onColorChange:I("text"),colorValue:UZ(w,z,null==T||null===(o=T.color)||void 0===o?void 0:o.text).color}]:[],...A||C?[{label:hr("Background color"),onColorChange:A?I("background"):void 0,colorValue:UZ(w,N,null==T||null===(a=T.color)||void 0===a?void 0:a.background).color,gradientValue:D,onGradientChange:C?t=>{const n=CQ(E,t);let r;if(n){var o,a,i;const e={...null===(o=L.current)||void 0===o?void 0:o.style,color:{...null===(a=L.current)||void 0===a||null===(i=a.style)||void 0===i?void 0:i.color,gradient:void 0}};r={style:NC(e),gradient:n}}else{var s,l,c;const e={...null===(s=L.current)||void 0===s?void 0:s.style,color:{...null===(l=L.current)||void 0===l||null===(c=l.style)||void 0===c?void 0:c.color,gradient:t}};r={style:NC(e),gradient:void 0}}e.setAttributes(r),L.current={...L.current,...r}}:void 0}]:[],...x?[{label:hr("Link Color"),onColorChange:t=>{const n=$Z(w,t),r=null!=n&&n.slug?`var:preset|color|${n.slug}`:t,o=NC(function(e,t,n){return(0,ht.setWith)(e?(0,ht.clone)(e):{},t,n,ht.clone)}(T,["elements","link","color","text"],r));e.setAttributes({style:o})},colorValue:KQ(w,null==T||null===(i=T.elements)||void 0===i||null===(s=i.link)||void 0===s||null===(l=s.color)||void 0===l?void 0:l.text),clearable:!(null==T||null===(c=T.elements)||void 0===c||null===(u=c.link)||void 0===u||null===(d=u.color)||void 0===d||!d.text)}]:[]]})}const ZQ=Bp((e=>t=>{var n,r,o;const{name:a,attributes:i}=t,{backgroundColor:s,textColor:l}=i,{palette:c}=eL("color")||{},u=(0,dt.useMemo)((()=>[...(null==c?void 0:c.custom)||[],...(null==c?void 0:c.theme)||[],...(null==c?void 0:c.default)||[]]),[c]);if(!XQ(a)||UQ(a))return(0,dt.createElement)(e,t);const d={color:l?null===(n=UZ(u,l))||void 0===n?void 0:n.color:void 0,backgroundColor:s?null===(r=UZ(u,s))||void 0===r?void 0:r.color:void 0};let p=t.wrapperProps;return p={...t.wrapperProps,style:{...d,...null===(o=t.wrapperProps)||void 0===o?void 0:o.style}},(0,dt.createElement)(e,ft({},t,{wrapperProps:p}))}));function QQ(e){const t=(0,dt.useRef)();return(0,dt.useEffect)((()=>{t.current=e}),[e]),t.current}Jn("blocks.registerBlockType","core/color/addAttribute",(function(e){return XQ(e)?(e.attributes.backgroundColor||Object.assign(e.attributes,{backgroundColor:{type:"string"}}),e.attributes.textColor||Object.assign(e.attributes,{textColor:{type:"string"}}),$Q(e)&&!e.attributes.gradient&&Object.assign(e.attributes,{gradient:{type:"string"}}),e):e})),Jn("blocks.getSaveContent.extraProps","core/color/addSaveProps",GQ),Jn("blocks.registerBlockType","core/color/addEditProps",(function(e){if(!XQ(e)||UQ(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),GQ(r,e,n)},e})),Jn("editor.BlockListBlock","core/color/with-color-palette-styles",ZQ);const e0=Bg(((e,t)=>{const{children:n,isShown:r,shouldRenderPlaceholder:o,...a}=function(e){var t,n;const{className:r,hasValue:o,isShownByDefault:a,label:i,panelId:s,resetAllFilter:l,onDeselect:c,onSelect:u,...d}=Dg(e,"ToolsPanelItem"),{panelId:p,menuItems:m,registerPanelItem:f,deregisterPanelItem:h,flagItemCustomization:g,isResetting:b,shouldRenderPlaceholderItems:v}=tC(),y=(0,dt.useCallback)(o,[s]),_=(0,dt.useCallback)(l,[s]);(0,dt.useEffect)((()=>(p===s&&f({hasValue:y,isShownByDefault:a,label:i,resetAllFilter:_,panelId:s}),()=>h(i))),[p,s,a,i,y,_]);const M=o(),k=QQ(M);(0,dt.useEffect)((()=>{a&&M&&!k&&g(i)}),[M,k,a,i]);const w=a?"default":"optional",E=null==m||null===(t=m[w])||void 0===t?void 0:t[i],L=QQ(E);(0,dt.useEffect)((()=>{b||p!==s||(!E||M||L||null==u||u(),!E&&L&&(null==c||c()))}),[p,E,b,M,s,L]);const x=a?void 0!==(null==m||null===(n=m[w])||void 0===n?void 0:n[i]):E,S=Og(),A=(0,dt.useMemo)((()=>S(vC,v&&!x&&yC,r)),[x,v,r]);return{...d,isShown:x,shouldRenderPlaceholder:v,className:A}}(e);return r?(0,dt.createElement)(ab,ft({},a,{ref:t}),n):o?(0,dt.createElement)(ab,ft({},a,{ref:t})):null}),"ToolsPanelItem");function t0(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}var n0=n(5697),r0=n.n(n0);n(9864);function o0(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function a0(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function i0(e,t){if(e.clientHeightt||a>e&&i=t&&s>=n?a-e-r:i>t&&sn?i-t+o:0}var l0=0;function c0(){}function u0(e,t){if(e){var n=function(e,t){var n=window,r=t.scrollMode,o=t.block,a=t.inline,i=t.boundary,s=t.skipOverflowHiddenElements,l="function"==typeof i?i:function(e){return e!==i};if(!o0(e))throw new TypeError("Invalid target");for(var c=document.scrollingElement||document.documentElement,u=[],d=e;o0(d)&&l(d);){if((d=d.parentElement)===c){u.push(d);break}null!=d&&d===document.body&&i0(d)&&!i0(document.documentElement)||null!=d&&i0(d,s)&&u.push(d)}for(var p=n.visualViewport?n.visualViewport.width:innerWidth,m=n.visualViewport?n.visualViewport.height:innerHeight,f=window.scrollX||pageXOffset,h=window.scrollY||pageYOffset,g=e.getBoundingClientRect(),b=g.height,v=g.width,y=g.top,_=g.right,M=g.bottom,k=g.left,w="start"===o||"nearest"===o?y:"end"===o?M:y+b/2,E="center"===a?k+v/2:"end"===a?_:k,L=[],x=0;x=0&&k>=0&&M<=m&&_<=p&&y>=z&&M<=O&&k>=D&&_<=N)return L;var B=getComputedStyle(S),I=parseInt(B.borderLeftWidth,10),P=parseInt(B.borderTopWidth,10),R=parseInt(B.borderRightWidth,10),H=parseInt(B.borderBottomWidth,10),W=0,Y=0,j="offsetWidth"in S?S.offsetWidth-S.clientWidth-I-R:0,q="offsetHeight"in S?S.offsetHeight-S.clientHeight-P-H:0;if(c===S)W="start"===o?w:"end"===o?w-m:"nearest"===o?s0(h,h+m,m,P,H,h+w,h+w+b,b):w-m/2,Y="start"===a?E:"center"===a?E-p/2:"end"===a?E-p:s0(f,f+p,p,I,R,f+E,f+E+v,v),W=Math.max(0,W+h),Y=Math.max(0,Y+f);else{W="start"===o?w-z-P:"end"===o?w-O+H+q:"nearest"===o?s0(z,O,C,P,H+q,w,w+b,b):w-(z+C/2)+q/2,Y="start"===a?E-D-I:"center"===a?E-(D+T/2)+j/2:"end"===a?E-N+R+j:s0(D,N,T,I,R+j,E,E+v,v);var F=S.scrollLeft,V=S.scrollTop;w+=V-(W=Math.max(0,Math.min(V+W,S.scrollHeight-C+q))),E+=F-(Y=Math.max(0,Math.min(F+Y,S.scrollWidth-T+j)))}L.push({el:S,top:W,left:Y})}return L}(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach((function(e){var t=e.el,n=e.top,r=e.left;t.scrollTop=n,t.scrollLeft=r}))}}function d0(e,t,n){return e===t||t instanceof n.Node&&e.contains&&e.contains(t)}function p0(e,t){var n;function r(){n&&clearTimeout(n)}function o(){for(var o=arguments.length,a=new Array(o),i=0;i1?n-1:0),o=1;o=37&&n<=40&&0!==t.indexOf("Arrow")?"Arrow"+t:t}function _0(e,t,n,r,o){if(void 0===o&&(o=!0),0===n)return-1;var a=n-1;("number"!=typeof t||t<0||t>=n)&&(t=e>0?-1:a+1);var i=t+e;i<0?i=o?a:0:i>a&&(i=o?0:a);var s=M0(e,i,n,r,o);return-1===s?t>=n?-1:t:s}function M0(e,t,n,r,o){var a=r(t);if(!a||!a.hasAttribute("disabled"))return t;if(e>0){for(var i=t+1;i=0;s--)if(!r(s).hasAttribute("disabled"))return s;return o?e>0?M0(1,0,n,r,!1):M0(-1,n-1,n,r,!1):-1}function k0(e,t,n,r){return void 0===r&&(r=!0),t.some((function(t){return t&&(d0(t,e,n)||r&&d0(t,n.document.activeElement,n))}))}var w0=p0((function(e){L0(e).textContent=""}),500);function E0(e,t){var n=L0(t);e&&(n.textContent=e,w0(t))}function L0(e){void 0===e&&(e=document);var t=e.getElementById("a11y-status-message");return t||((t=e.createElement("div")).setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}var x0=["isInitialMount","highlightedIndex","items","environment"],S0={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function A0(e,t,n){var r=e.props,o=e.type,a={};Object.keys(t).forEach((function(r){!function(e,t,n,r){var o=t.props,a=t.type,i="on"+D0(e)+"Change";o[i]&&void 0!==r[e]&&r[e]!==n[e]&&o[i](ft({type:a},r))}(r,e,t,n),n[r]!==t[r]&&(a[r]=n[r])})),r.onStateChange&&Object.keys(a).length&&r.onStateChange(ft({type:o},a))}var C0=p0((function(e,t){E0(e(),t)}),200),T0="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?dt.useLayoutEffect:dt.useEffect;function z0(e){var t=e.id,n=void 0===t?"downshift-"+h0():t,r=e.labelId,o=e.menuId,a=e.getItemId,i=e.toggleButtonId,s=e.inputId;return(0,dt.useRef)({labelId:r||n+"-label",menuId:o||n+"-menu",getItemId:a||function(e){return n+"-item-"+e},toggleButtonId:i||n+"-toggle-button",inputId:s||n+"-input"}).current}function N0(e,t,n){return void 0!==e?e:0===n.length?-1:n.indexOf(t)}function O0(e){return/^\S{1}$/.test(e)}function D0(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function B0(e){var t=(0,dt.useRef)(e);return t.current=e,t}function I0(e,t,n){var r=(0,dt.useRef)(),o=(0,dt.useRef)(),a=(0,dt.useCallback)((function(t,n){o.current=n,t=b0(t,n.props);var r=e(t,n);return n.props.stateReducer(t,ft({},n,{changes:r}))}),[e]),i=(0,dt.useReducer)(a,t),s=i[0],l=i[1],c=B0(n),u=(0,dt.useCallback)((function(e){return l(ft({props:c.current},e))}),[c]),d=o.current;return(0,dt.useEffect)((function(){d&&r.current&&r.current!==s&&A0(d,b0(r.current,d.props),s),r.current=s}),[s,n,d]),[s,u]}function P0(e,t,n){var r=I0(e,t,n),o=r[0],a=r[1];return[b0(o,n),a]}var R0={itemToString:function(e){return e?String(e):""},stateReducer:function(e,t){return t.changes},getA11ySelectionMessage:function(e){var t=e.selectedItem,n=e.itemToString;return t?n(t)+" has been selected.":""},scrollIntoView:u0,circularNavigation:!1,environment:"undefined"==typeof window?{}:window};function H0(e,t,n){void 0===n&&(n=S0);var r="default"+D0(t);return r in e?e[r]:n[t]}function W0(e,t,n){if(void 0===n&&(n=S0),t in e)return e[t];var r="initial"+D0(t);return r in e?e[r]:H0(e,t,n)}function Y0(e){var t=W0(e,"selectedItem"),n=W0(e,"isOpen"),r=W0(e,"highlightedIndex"),o=W0(e,"inputValue");return{highlightedIndex:r<0&&t&&n?e.items.indexOf(t):r,isOpen:n,selectedItem:t,inputValue:o}}function j0(e,t,n,r){var o=e.items,a=e.initialHighlightedIndex,i=e.defaultHighlightedIndex,s=t.selectedItem,l=t.highlightedIndex;return 0===o.length?-1:void 0!==a&&l===a?a:void 0!==i?i:s?0===n?o.indexOf(s):_0(n,o.indexOf(s),o.length,r,!1):0===n?-1:n<0?o.length-1:0}function q0(e,t,n,r){var o=(0,dt.useRef)({isMouseDown:!1,isTouchMove:!1});return(0,dt.useEffect)((function(){var a=function(){o.current.isMouseDown=!0},i=function(a){o.current.isMouseDown=!1,e&&!k0(a.target,t.map((function(e){return e.current})),n)&&r()},s=function(){o.current.isTouchMove=!1},l=function(){o.current.isTouchMove=!0},c=function(a){!e||o.current.isTouchMove||k0(a.target,t.map((function(e){return e.current})),n,!1)||r()};return n.addEventListener("mousedown",a),n.addEventListener("mouseup",i),n.addEventListener("touchstart",s),n.addEventListener("touchmove",l),n.addEventListener("touchend",c),function(){n.removeEventListener("mousedown",a),n.removeEventListener("mouseup",i),n.removeEventListener("touchstart",s),n.removeEventListener("touchmove",l),n.removeEventListener("touchend",c)}}),[e,n]),o}var F0=function(){return c0};function V0(e,t,n){var r=n.isInitialMount,o=n.highlightedIndex,a=n.items,i=n.environment,s=t0(n,x0);(0,dt.useEffect)((function(){r||C0((function(){return e(ft({highlightedIndex:o,highlightedItem:a[o],resultCount:a.length},s))}),i.document)}),t)}function X0(e){var t=e.highlightedIndex,n=e.isOpen,r=e.itemRefs,o=e.getItemNodeFromIndex,a=e.menuElement,i=e.scrollIntoView,s=(0,dt.useRef)(!0);return T0((function(){t<0||!n||!Object.keys(r.current).length||(!1===s.current?s.current=!0:i(o(t),a))}),[t]),s}var U0=c0;function $0(e,t,n){var r,o=t.type,a=t.props;switch(o){case n.ItemMouseMove:r={highlightedIndex:t.index};break;case n.MenuMouseLeave:r={highlightedIndex:-1};break;case n.ToggleButtonClick:case n.FunctionToggleMenu:r={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:j0(a,e,0)};break;case n.FunctionOpenMenu:r={isOpen:!0,highlightedIndex:j0(a,e,0)};break;case n.FunctionCloseMenu:r={isOpen:!1};break;case n.FunctionSetHighlightedIndex:r={highlightedIndex:t.highlightedIndex};break;case n.FunctionSetInputValue:r={inputValue:t.inputValue};break;case n.FunctionReset:r={highlightedIndex:H0(a,"highlightedIndex"),isOpen:H0(a,"isOpen"),selectedItem:H0(a,"selectedItem"),inputValue:H0(a,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return ft({},e,r)}function G0(e){for(var t=e.keysSoFar,n=e.highlightedIndex,r=e.items,o=e.itemToString,a=e.getItemNodeFromIndex,i=t.toLowerCase(),s=0;s=0&&{selectedItem:o.items[l]});break;case 13:n={highlightedIndex:j0(o,e,1,t.getItemNodeFromIndex),isOpen:!0};break;case 14:n={highlightedIndex:j0(o,e,-1,t.getItemNodeFromIndex),isOpen:!0};break;case 5:case 6:n=ft({isOpen:H0(o,"isOpen"),highlightedIndex:H0(o,"highlightedIndex")},e.highlightedIndex>=0&&{selectedItem:o.items[e.highlightedIndex]});break;case 3:n={highlightedIndex:M0(1,0,o.items.length,t.getItemNodeFromIndex,!1)};break;case 4:n={highlightedIndex:M0(-1,o.items.length-1,o.items.length,t.getItemNodeFromIndex,!1)};break;case 2:case 8:n={isOpen:!1,highlightedIndex:-1};break;case 7:var c=t.key,u=""+e.inputValue+c,d=G0({keysSoFar:u,highlightedIndex:e.highlightedIndex,items:o.items,itemToString:o.itemToString,getItemNodeFromIndex:t.getItemNodeFromIndex});n=ft({inputValue:u},d>=0&&{highlightedIndex:d});break;case 0:n={highlightedIndex:_0(a?5:1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 1:n={highlightedIndex:_0(a?-5:-1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 20:n={selectedItem:t.selectedItem};break;default:return $0(e,t,Z0)}return ft({},e,n)}var e1=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],t1=["onClick","onKeyDown","refKey","ref"],n1=["item","index","onMouseMove","onClick","refKey","ref"];function r1(e){void 0===e&&(e={}),J0(e,r1);var t=ft({},K0,e),n=t.items,r=t.scrollIntoView,o=t.environment,a=t.initialIsOpen,i=t.defaultIsOpen,s=t.itemToString,l=t.getA11ySelectionMessage,c=t.getA11yStatusMessage,u=P0(Q0,Y0(t),t),d=u[0],p=u[1],m=d.isOpen,f=d.highlightedIndex,h=d.selectedItem,g=d.inputValue,b=(0,dt.useRef)(null),v=(0,dt.useRef)(null),y=(0,dt.useRef)({}),_=(0,dt.useRef)(!0),M=(0,dt.useRef)(null),k=z0(t),w=(0,dt.useRef)(),E=(0,dt.useRef)(!0),L=B0({state:d,props:t}),x=(0,dt.useCallback)((function(e){return y.current[k.getItemId(e)]}),[k]);V0(c,[m,f,g,n],ft({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:s},d)),V0(l,[h],ft({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:s},d));var S=X0({menuElement:v.current,highlightedIndex:f,isOpen:m,itemRefs:y,scrollIntoView:r,getItemNodeFromIndex:x});(0,dt.useEffect)((function(){return M.current=p0((function(e){e({type:21,inputValue:""})}),500),function(){M.current.cancel()}}),[]),(0,dt.useEffect)((function(){g&&M.current(p)}),[p,g]),U0({isInitialMount:E.current,props:t,state:d}),(0,dt.useEffect)((function(){E.current?(a||i||m)&&v.current&&v.current.focus():m?v.current&&v.current.focus():o.document.activeElement===v.current&&b.current&&(_.current=!1,b.current.focus())}),[m]),(0,dt.useEffect)((function(){E.current||(w.current=n.length)}));var A=q0(m,[v,b],o,(function(){p({type:8})})),C=F0();(0,dt.useEffect)((function(){E.current=!1}),[]),(0,dt.useEffect)((function(){m||(y.current={})}),[m]);var T=(0,dt.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),p({type:13,getItemNodeFromIndex:x,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),p({type:14,getItemNodeFromIndex:x,shiftKey:e.shiftKey})}}}),[p,x]),z=(0,dt.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),p({type:0,getItemNodeFromIndex:x,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),p({type:1,getItemNodeFromIndex:x,shiftKey:e.shiftKey})},Home:function(e){e.preventDefault(),p({type:3,getItemNodeFromIndex:x})},End:function(e){e.preventDefault(),p({type:4,getItemNodeFromIndex:x})},Escape:function(){p({type:2})},Enter:function(e){e.preventDefault(),p({type:5})}," ":function(e){e.preventDefault(),p({type:6})}}}),[p,x]),N=(0,dt.useCallback)((function(){p({type:16})}),[p]),O=(0,dt.useCallback)((function(){p({type:18})}),[p]),D=(0,dt.useCallback)((function(){p({type:17})}),[p]),B=(0,dt.useCallback)((function(e){p({type:19,highlightedIndex:e})}),[p]),I=(0,dt.useCallback)((function(e){p({type:20,selectedItem:e})}),[p]),P=(0,dt.useCallback)((function(){p({type:22})}),[p]),R=(0,dt.useCallback)((function(e){p({type:21,inputValue:e})}),[p]),H=(0,dt.useCallback)((function(e){return ft({id:k.labelId,htmlFor:k.toggleButtonId},e)}),[k]),W=(0,dt.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onMouseLeave,a=r.refKey,i=void 0===a?"ref":a,s=r.onKeyDown,l=r.onBlur,c=r.ref,u=t0(r,e1),d=(void 0===t?{}:t).suppressRefError,m=void 0!==d&&d,f=L.current.state;return C("getMenuProps",m,i,v),ft(((n={})[i]=f0(c,(function(e){v.current=e})),n.id=k.menuId,n.role="listbox",n["aria-labelledby"]=k.labelId,n.tabIndex=-1,n),f.isOpen&&f.highlightedIndex>-1&&{"aria-activedescendant":k.getItemId(f.highlightedIndex)},{onMouseLeave:m0(o,(function(){p({type:9})})),onKeyDown:m0(s,(function(e){var t=y0(e);t&&z[t]?z[t](e):O0(t)&&p({type:7,key:t,getItemNodeFromIndex:x})})),onBlur:m0(l,(function(){!1!==_.current?!A.current.isMouseDown&&p({type:8}):_.current=!0}))},u)}),[p,L,z,A,C,k,x]),Y=(0,dt.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onClick,a=r.onKeyDown,i=r.refKey,s=void 0===i?"ref":i,l=r.ref,c=t0(r,t1),u=(void 0===t?{}:t).suppressRefError,d=void 0!==u&&u,m=ft(((n={})[s]=f0(l,(function(e){b.current=e})),n.id=k.toggleButtonId,n["aria-haspopup"]="listbox",n["aria-expanded"]=L.current.state.isOpen,n["aria-labelledby"]=k.labelId+" "+k.toggleButtonId,n),c);return c.disabled||(m.onClick=m0(o,(function(){p({type:12})})),m.onKeyDown=m0(a,(function(e){var t=y0(e);t&&T[t]?T[t](e):O0(t)&&p({type:15,key:t,getItemNodeFromIndex:x})}))),C("getToggleButtonProps",d,s,b),m}),[p,L,T,C,k,x]),j=(0,dt.useCallback)((function(e){var t,n=void 0===e?{}:e,r=n.item,o=n.index,a=n.onMouseMove,i=n.onClick,s=n.refKey,l=void 0===s?"ref":s,c=n.ref,u=t0(n,n1),d=L.current,m=d.state,f=d.props,h=N0(o,r,f.items);if(h<0)throw new Error("Pass either item or item index in getItemProps!");var g=ft(((t={role:"option","aria-selected":""+(h===m.highlightedIndex),id:k.getItemId(h)})[l]=f0(c,(function(e){e&&(y.current[k.getItemId(h)]=e)})),t),u);return u.disabled||(g.onMouseMove=m0(a,(function(){o!==m.highlightedIndex&&(S.current=!1,p({type:10,index:o}))})),g.onClick=m0(i,(function(){p({type:11,index:o})}))),g}),[p,L,S,k]);return{getToggleButtonProps:Y,getLabelProps:H,getMenuProps:W,getItemProps:j,toggleMenu:N,openMenu:D,closeMenu:O,setHighlightedIndex:B,selectItem:I,reset:P,setInputValue:R,highlightedIndex:f,isOpen:m,selectedItem:h,inputValue:g}}r1.stateChangeTypes=Z0;r0().array.isRequired,r0().func,r0().func,r0().func,r0().bool,r0().number,r0().number,r0().number,r0().bool,r0().bool,r0().bool,r0().any,r0().any,r0().any,r0().string,r0().string,r0().string,r0().string,r0().string,r0().string,r0().func,r0().string,r0().string,r0().func,r0().func,r0().func,r0().func,r0().func,r0().func,r0().shape({addEventListener:r0().func,removeEventListener:r0().func,document:r0().shape({getElementById:r0().func,activeElement:r0().any,body:r0().any})});ft({},R0,{getA11yStatusMessage:g0,circularNavigation:!0});r0().array,r0().array,r0().array,r0().func,r0().func,r0().func,r0().number,r0().number,r0().number,r0().func,r0().func,r0().string,r0().string,r0().shape({addEventListener:r0().func,removeEventListener:r0().func,document:r0().shape({getElementById:r0().func,activeElement:r0().any,body:r0().any})});const o1=e=>null==e?void 0:e.name,a1=(e,t)=>{let{selectedItem:n}=e,{type:r,changes:o,props:{items:a}}=t;switch(r){case r1.stateChangeTypes.ToggleButtonKeyDownArrowDown:return{selectedItem:a[n?Math.min(a.indexOf(n)+1,a.length-1):0]};case r1.stateChangeTypes.ToggleButtonKeyDownArrowUp:return{selectedItem:a[n?Math.max(a.indexOf(n)-1,0):a.length-1]};default:return o}};function i1(e){var t;let{className:n,hideLabelFromVision:r,label:o,describedBy:a,options:i,onChange:s,value:l}=e;const{getLabelProps:c,getToggleButtonProps:u,getMenuProps:d,getItemProps:p,isOpen:m,highlightedIndex:f,selectedItem:h}=r1({initialSelectedItem:i[0],items:i,itemToString:o1,onSelectedItemChange:s,...null!=l?{selectedItem:l}:void 0,stateReducer:a1});const g=d({className:"components-custom-select-control__menu","aria-hidden":!m});return null!==(t=g["aria-activedescendant"])&&void 0!==t&&t.startsWith("downshift-null")&&delete g["aria-activedescendant"],(0,dt.createElement)("div",{className:Hp()("components-custom-select-control",n)},r?(0,dt.createElement)(ib,ft({as:"label"},c()),o):(0,dt.createElement)("label",c({className:"components-custom-select-control__label"}),o),(0,dt.createElement)(lb,u({"aria-label":o,"aria-labelledby":void 0,className:"components-custom-select-control__button",isSmall:!0,describedBy:a||(h?Sn(hr("Currently selected: %s"),h.name):hr("No selection"))}),o1(h),(0,dt.createElement)(MA,{icon:GA,className:"components-custom-select-control__button-icon"})),(0,dt.createElement)("ul",g,m&&i.map(((e,t)=>(0,dt.createElement)("li",p({item:e,index:t,key:e.key,className:Hp()(e.className,"components-custom-select-control__item",{"is-highlighted":t===f,"has-hint":!!e.__experimentalHint}),style:e.style}),e.name,e.__experimentalHint&&(0,dt.createElement)("span",{className:"components-custom-select-control__item-hint"},e.__experimentalHint),e===h&&(0,dt.createElement)(MA,{icon:aC,className:"components-custom-select-control__item-icon"}))))))}const s1=[{name:hr("Regular"),value:"normal"},{name:hr("Italic"),value:"italic"}],l1=[{name:hr("Thin"),value:"100"},{name:hr("Extra Light"),value:"200"},{name:hr("Light"),value:"300"},{name:hr("Regular"),value:"400"},{name:hr("Medium"),value:"500"},{name:hr("Semi Bold"),value:"600"},{name:hr("Bold"),value:"700"},{name:hr("Extra Bold"),value:"800"},{name:hr("Black"),value:"900"}],c1=(e,t)=>hr(e?t?"Appearance":"Font style":"Font weight");function u1(e){const{onChange:t,hasFontStyles:n=!0,hasFontWeights:r=!0,value:{fontStyle:o,fontWeight:a}}=e,i=n||r,s=c1(n,r),l={key:"default",name:hr("Default"),style:{fontStyle:void 0,fontWeight:void 0}},c=(0,dt.useMemo)((()=>n&&r?(()=>{const e=[l];return s1.forEach((t=>{let{name:n,value:r}=t;l1.forEach((t=>{let{name:o,value:a}=t;const i="normal"===r?o:Sn(hr("%1$s %2$s"),o,n);e.push({key:`${r}-${a}`,name:i,style:{fontStyle:r,fontWeight:a}})}))})),e})():n?(()=>{const e=[l];return s1.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:r,fontWeight:void 0}})})),e})():(()=>{const e=[l];return l1.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:void 0,fontWeight:r}})})),e})()),[e.options]),u=c.find((e=>e.style.fontStyle===o&&e.style.fontWeight===a))||c[0];return i&&(0,dt.createElement)(i1,{className:"components-font-appearance-control",label:s,describedBy:u?Sn(hr(n?r?"Currently selected font appearance: %s":"Currently selected font style: %s":"Currently selected font weight: %s"),u.name):hr("No selected font appearance"),options:c,value:u,onChange:e=>{let{selectedItem:n}=e;return t(n.style)}})}const d1=.1;function p1(e){let{value:t,onChange:n}=e;const r=function(e){return void 0!==e&&""!==e}(t),o=r?t:"";return(0,dt.createElement)("div",{className:"block-editor-line-height-control"},(0,dt.createElement)(qA,{autoComplete:"off",onKeyDown:e=>{const{keyCode:t}=e;48!==t||r||(e.preventDefault(),n("0"))},onChange:e=>{if(r)return void n(e);let t=e;switch(e){case"0.1":t=1.6;break;case"0":t=1.4}n(t)},label:hr("Line height"),placeholder:1.5,step:d1,type:"number",value:o,min:0}))}const m1="typography.lineHeight";function f1(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(p1,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.lineHeight,onChange:e=>{const t={...n,typography:{...null==n?void 0:n.typography,lineHeight:e}};r({style:NC(t)})}})}function h1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!eL("typography.lineHeight");return!ra(e,m1)||t}const g1="typography.__experimentalFontStyle",b1="typography.__experimentalFontWeight";function v1(e){var t,n;const{attributes:{style:r},setAttributes:o}=e,a=!y1(e),i=!_1(e),s=null==r||null===(t=r.typography)||void 0===t?void 0:t.fontStyle,l=null==r||null===(n=r.typography)||void 0===n?void 0:n.fontWeight;return(0,dt.createElement)(u1,{onChange:e=>{o({style:NC({...r,typography:{...null==r?void 0:r.typography,fontStyle:e.fontStyle,fontWeight:e.fontWeight}})})},hasFontStyles:a,hasFontWeights:i,value:{fontStyle:s,fontWeight:l}})}function y1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ra(e,g1),n=eL("typography.fontStyle");return!t||!n}function _1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ra(e,b1),n=eL("typography.fontWeight");return!t||!n}function M1(e){const t=y1(e),n=_1(e);return t&&n}function k1(e){let{value:t="",onChange:n,fontFamilies:r,...o}=e;const a=eL("typography.fontFamilies");if(r||(r=a),(0,ht.isEmpty)(r))return null;const i=[{value:"",label:hr("Default")},...r.map((e=>{let{fontFamily:t,name:n}=e;return{value:t,label:n||t}}))];return(0,dt.createElement)(SP,ft({label:hr("Font family"),options:i,value:t,onChange:n,labelPosition:"top"},o))}const w1="typography.__experimentalFontFamily";function E1(e,t,n){if(!ra(t,w1))return e;if(ra(t,"typography.__experimentalSkipSerialization"))return e;if(null==n||!n.fontFamily)return e;const r=new TX(e.className);r.add(`has-${(0,ht.kebabCase)(null==n?void 0:n.fontFamily)}-font-family`);const o=r.value;return e.className=o||void 0,e}function L1(e){var t;let{setAttributes:n,attributes:{fontFamily:r}}=e;const o=eL("typography.fontFamilies"),a=null===(t=(0,ht.find)(o,(e=>{let{slug:t}=e;return r===t})))||void 0===t?void 0:t.fontFamily;return(0,dt.createElement)(k1,{className:"block-editor-hooks-font-family-control",fontFamilies:o,value:a,onChange:function(e){const t=(0,ht.find)(o,(t=>{let{fontFamily:n}=t;return n===e}));n({fontFamily:null==t?void 0:t.slug})}})}function x1(e){let{name:t}=e;const n=eL("typography.fontFamilies");return!n||0===n.length||!ra(t,w1)}Jn("blocks.registerBlockType","core/fontFamily/addAttribute",(function(e){return ra(e,w1)?(e.attributes.fontFamily||Object.assign(e.attributes,{fontFamily:{type:"string"}}),e):e})),Jn("blocks.getSaveContent.extraProps","core/fontFamily/addSaveProps",E1),Jn("blocks.registerBlockType","core/fontFamily/addEditProps",(function(e){if(!ra(e,w1))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),E1(r,e,n)},e}));const S1=(e,t,n)=>{if(t){const n=(0,ht.find)(e,{slug:t});if(n)return n}return{size:n}};function A1(e){if(e)return`has-${(0,ht.kebabCase)(e)}-font-size`}const C1={slug:"default",name:hr("Default")},T1="custom",z1={slug:T1,name:hr("Custom")};function N1(e){const[,t,n]=e.split(/(\d+)/);return[t,n]}function O1(e){return/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i.test(e)}function D1(e,t,n){return n&&!t.length?null:e?function(e,t){return[C1,...e,...t?[]:[z1]].map((e=>{let{slug:t,name:n,size:r}=e;return{key:t,name:n,size:r,__experimentalHint:r&&O1(r)&&parseInt(r)}}))}(t,n):function(e){return e.map((e=>{let{slug:t,size:n,name:r}=e,o=n;if("string"==typeof n){const[e]=N1(n);o=e}return{key:t,value:n,label:o,name:r}}))}(t)}const B1=(0,dt.forwardRef)((function(e,t){var n,r;let{fallbackFontSize:o,fontSizes:a=[],disableCustomFontSizes:i=!1,onChange:s,value:l,withSlider:c=!1,withReset:u=!0}=e;const d=[typeof l,typeof(null==a||null===(n=a[0])||void 0===n?void 0:n.size)].includes("string"),p=d?parseInt(l):l,m="number"==typeof l||(null==l||null===(r=l.endsWith)||void 0===r?void 0:r.call(l,"px")),f=_L({availableUnits:["px","em","rem"]}),h=a.length>5||a.some((e=>{let{size:t}=e;return!O1(t)})),g=(0,dt.useMemo)((()=>D1(h,a,i)),[h,a,i]),b=function(e,t){return t?e.find((e=>e.size===t))||z1:C1}(a,l),v=b.slug===T1,[y,_]=(0,dt.useState)(!i&&v),M=(0,dt.useMemo)((()=>{if(y)return`(${hr("Custom")})`;if(v)return O1(l)&&`(${l})`;if(h)return O1(null==b?void 0:b.size)&&`(${null==b?void 0:b.size})`;let e=b.name;if("string"==typeof b.size){const[,t]=N1(b.size);e+=`(${t})`}return e}),[y,null==b?void 0:b.slug,l,v]);if(!g)return null;const k=Sn(hr("Currently selected font size: %s"),b.name),w="components-font-size-picker";return(0,dt.createElement)("fieldset",ft({className:w},t?{}:{ref:t}),(0,dt.createElement)(ib,{as:"legend"},hr("Font size")),(0,dt.createElement)(xE,{justify:"space-between",className:`${w}__header`},(0,dt.createElement)(AE,null,hr("Size"),M&&(0,dt.createElement)("span",{className:`${w}__header__hint`},M)),!i&&(0,dt.createElement)(AE,null,(0,dt.createElement)(lb,{label:hr(y?"Use size preset":"Set custom size"),showTooltip:!1,icon:x$,onClick:()=>{_(!y)},isPressed:y,isSmall:!0}))),(0,dt.createElement)("div",{className:`${w}__controls`},!!a.length&&h&&!y&&(0,dt.createElement)(i1,{className:`${w}__select`,label:hr("Font size"),hideLabelFromVision:!0,describedBy:k,options:g,value:g.find((e=>e.key===b.slug)),onChange:e=>{let{selectedItem:t}=e;s(d?t.size:Number(t.size)),t.key===T1&&_(!0)}}),!h&&!y&&(0,dt.createElement)(s$,{label:hr("Font size"),hideLabelFromVision:!0,value:l,onChange:e=>{s(d?e:Number(e))},isBlock:!0},g.map((e=>(0,dt.createElement)(L$,{key:e.key,value:e.value,label:e.label,"aria-label":e.name,showTooltip:!0})))),!c&&!i&&y&&(0,dt.createElement)(xE,{justify:"space-between",className:`${w}__custom-size-control`},(0,dt.createElement)(AE,{isBlock:!0},(0,dt.createElement)(_A,{label:hr("Custom"),labelPosition:"top",hideLabelFromVision:!0,value:l,onChange:e=>{0!==parseFloat(e)&&e?s(d?e:parseInt(e,10)):s(void 0)},units:!!d&&f})),u&&(0,dt.createElement)(AE,{isBlock:!0},(0,dt.createElement)(lb,{className:"components-color-palette__clear",disabled:void 0===l,onClick:()=>{s(void 0)},isSmall:!0,variant:"secondary"},hr("Reset"))))),c&&(0,dt.createElement)(oG,{className:`${w}__custom-input`,label:hr("Custom Size"),value:m&&p||"",initialPosition:o,onChange:e=>{s(d?e+"px":e)},min:12,max:100}))}));const I1=function(e){const t=eL("typography.fontSizes"),n=!eL("typography.customFontSize");return(0,dt.createElement)(B1,ft({},e,{fontSizes:t,disableCustomFontSizes:n}))},P1="typography.fontSize";function R1(e,t,n){if(!ra(t,P1))return e;if(ra(t,"typography.__experimentalSkipSerialization"))return e;const r=new TX(e.className);r.add(A1(n.fontSize));const o=r.value;return e.className=o||void 0,e}function H1(e){var t,n;const{attributes:{fontSize:r,style:o},setAttributes:a}=e,i=eL("typography.fontSizes"),s=S1(i,r,null==o||null===(t=o.typography)||void 0===t?void 0:t.fontSize),l=(null==s?void 0:s.size)||(null==o||null===(n=o.typography)||void 0===n?void 0:n.fontSize)||r;return(0,dt.createElement)(I1,{onChange:e=>{const t=function(e,t){return(0,ht.find)(e,{size:t})||{size:t}}(i,e).slug;a({style:NC({...o,typography:{...null==o?void 0:o.typography,fontSize:t?void 0:e}}),fontSize:t})},value:l,withReset:!1})}function W1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=eL("typography.fontSizes"),n=!(null==t||!t.length);return!ra(e,P1)||!n}const Y1=Bp((e=>t=>{var n,r;const o=eL("typography.fontSizes"),{name:a,attributes:{fontSize:i,style:s},wrapperProps:l}=t;if(!ra(a,P1)||ra(a,"typography.__experimentalSkipSerialization")||!i||null!=s&&null!==(n=s.typography)&&void 0!==n&&n.fontSize)return(0,dt.createElement)(e,t);const c=S1(o,i,null==s||null===(r=s.typography)||void 0===r?void 0:r.fontSize).size,u={...t,wrapperProps:{...l,style:{fontSize:c,...null==l?void 0:l.style}}};return(0,dt.createElement)(e,u)}),"withFontSizeInlineStyles");Jn("blocks.registerBlockType","core/font/addAttribute",(function(e){return ra(e,P1)?(e.attributes.fontSize||Object.assign(e.attributes,{fontSize:{type:"string"}}),e):e})),Jn("blocks.getSaveContent.extraProps","core/font/addSaveProps",R1),Jn("blocks.registerBlockType","core/font/addEditProps",(function(e){if(!ra(e,P1))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),R1(r,e,n)},e})),Jn("editor.BlockListBlock","core/font-size/with-font-size-inline-styles",Y1);const j1=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M7 18v1h10v-1H7zm5-2c1.5 0 2.6-.4 3.4-1.2.8-.8 1.1-2 1.1-3.5V5H15v5.8c0 1.2-.2 2.1-.6 2.8-.4.7-1.2 1-2.4 1s-2-.3-2.4-1c-.4-.7-.6-1.6-.6-2.8V5H7.5v6.2c0 1.5.4 2.7 1.1 3.5.8.9 1.9 1.3 3.4 1.3z"})),q1=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M9.1 9v-.5c0-.6.2-1.1.7-1.4.5-.3 1.2-.5 2-.5.7 0 1.4.1 2.1.3.7.2 1.4.5 2.1.9l.2-1.9c-.6-.3-1.2-.5-1.9-.7-.8-.1-1.6-.2-2.4-.2-1.5 0-2.7.3-3.6 1-.8.7-1.2 1.5-1.2 2.6V9h2zM20 12H4v1h8.3c.3.1.6.2.8.3.5.2.9.5 1.1.8.3.3.4.7.4 1.2 0 .7-.2 1.1-.8 1.5-.5.3-1.2.5-2.1.5-.8 0-1.6-.1-2.4-.3-.8-.2-1.5-.5-2.2-.8L7 18.1c.5.2 1.2.4 2 .6.8.2 1.6.3 2.4.3 1.7 0 3-.3 3.9-1 .9-.7 1.3-1.6 1.3-2.8 0-.9-.2-1.7-.7-2.2H20v-1z"})),F1=[{name:hr("Underline"),value:"underline",icon:j1},{name:hr("Strikethrough"),value:"line-through",icon:q1}];function V1(e){let{value:t,onChange:n}=e;return(0,dt.createElement)("fieldset",{className:"block-editor-text-decoration-control"},(0,dt.createElement)("legend",null,hr("Decoration")),(0,dt.createElement)("div",{className:"block-editor-text-decoration-control__buttons"},F1.map((e=>(0,dt.createElement)(lb,{key:e.value,icon:e.icon,isSmall:!0,isPressed:e.value===t,onClick:()=>n(e.value===t?void 0:e.value),"aria-label":e.name})))))}const X1="typography.__experimentalTextDecoration";function U1(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(V1,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textDecoration,onChange:function(e){r({style:NC({...n,typography:{...null==n?void 0:n.typography,textDecoration:e}})})}})}function $1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ra(e,X1),n=eL("typography.textDecoration");return t||!n}const G1=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M6.1 6.8L2.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H6.1zm-.8 6.8L7 8.9l1.7 4.7H5.3zm15.1-.7c-.4-.5-.9-.8-1.6-1 .4-.2.7-.5.8-.9.2-.4.3-.9.3-1.4 0-.9-.3-1.6-.8-2-.6-.5-1.3-.7-2.4-.7h-3.5V18h4.2c1.1 0 2-.3 2.6-.8.6-.6 1-1.4 1-2.4-.1-.8-.3-1.4-.6-1.9zm-5.7-4.7h1.8c.6 0 1.1.1 1.4.4.3.2.5.7.5 1.3 0 .6-.2 1.1-.5 1.3-.3.2-.8.4-1.4.4h-1.8V8.2zm4 8c-.4.3-.9.5-1.5.5h-2.6v-3.8h2.6c1.4 0 2 .6 2 1.9.1.6-.1 1-.5 1.4z"})),K1=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{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"})),J1=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M7.1 6.8L3.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H7.1zm-.8 6.8L8 8.9l1.7 4.7H6.3zm14.5-1.5c-.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 2 .1.8-.2 1.4-.6 2z"})),Z1=[{name:hr("Uppercase"),value:"uppercase",icon:G1},{name:hr("Lowercase"),value:"lowercase",icon:K1},{name:hr("Capitalize"),value:"capitalize",icon:J1}];function Q1(e){let{value:t,onChange:n}=e;return(0,dt.createElement)("fieldset",{className:"block-editor-text-transform-control"},(0,dt.createElement)("legend",null,hr("Letter case")),(0,dt.createElement)("div",{className:"block-editor-text-transform-control__buttons"},Z1.map((e=>(0,dt.createElement)(lb,{key:e.value,icon:e.icon,isSmall:!0,isPressed:t===e.value,"aria-label":e.name,onClick:()=>n(t===e.value?void 0:e.value)})))))}const e2="typography.__experimentalTextTransform";function t2(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(Q1,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textTransform,onChange:function(e){r({style:NC({...n,typography:{...null==n?void 0:n.typography,textTransform:e}})})}})}function n2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ra(e,e2),n=eL("typography.textTransform");return t||!n}function r2(e){let{value:t,onChange:n,__unstableInputWidth:r="60px"}=e;const o=_L({availableUnits:eL("spacing.units")||["px","em","rem"],defaultValues:{px:"2",em:".2",rem:".2"}});return(0,dt.createElement)(_A,{label:hr("Letter-spacing"),value:t,__unstableInputWidth:r,units:o,onChange:n})}const o2="typography.__experimentalLetterSpacing";function a2(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,dt.createElement)(r2,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.letterSpacing,onChange:function(e){r({style:NC({...n,typography:{...null==n?void 0:n.typography,letterSpacing:e}})})},__unstableInputWidth:!1})}function i2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ra(e,o2),n=eL("typography.letterSpacing");return t||!n}const s2="typography",l2=[m1,P1,g1,b1,w1,X1,e2,o2];function c2(e){const{clientId:t}=e,n=x1(e),r=W1(e),o=M1(e),a=h1(e),i=$1(e),s=n2(e),l=i2(e),c=!y1(e),u=!_1(e),d=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=[M1(e),W1(e),h1(e),x1(e),$1(e),n2(e),i2(e)];return t.filter(Boolean).length===t.length}(e),p=u2(e.name);if(d||!p)return null;const m=na(e.name,[s2,"__experimentalDefaultControls"]),f=e=>t=>{var n;return{...t,style:{...t.style,typography:{...null===(n=t.style)||void 0===n?void 0:n.typography,[e]:void 0}}}};return(0,dt.createElement)(RC,{__experimentalGroup:"typography"},!n&&(0,dt.createElement)(e0,{hasValue:()=>function(e){return!!e.attributes.fontFamily}(e),label:hr("Font family"),onDeselect:()=>function(e){let{setAttributes:t}=e;t({fontFamily:void 0})}(e),isShownByDefault:null==m?void 0:m.fontFamily,resetAllFilter:e=>({...e,fontFamily:void 0}),panelId:t},(0,dt.createElement)(L1,e)),!r&&(0,dt.createElement)(e0,{hasValue:()=>function(e){var t;const{fontSize:n,style:r}=e.attributes;return!!n||!(null==r||null===(t=r.typography)||void 0===t||!t.fontSize)}(e),label:hr("Font size"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({fontSize:void 0,style:NC({...r,typography:{...null==r?void 0:r.typography,fontSize:void 0}})})}(e),isShownByDefault:null==m?void 0:m.fontSize,resetAllFilter:e=>{var t;return{...e,fontSize:void 0,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontSize:void 0}}}},panelId:t},(0,dt.createElement)(H1,e)),!o&&(0,dt.createElement)(e0,{className:"single-column",hasValue:()=>function(e){var t;const{fontStyle:n,fontWeight:r}=(null===(t=e.attributes.style)||void 0===t?void 0:t.typography)||{};return!!n||!!r}(e),label:c1(c,u),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,typography:{...null==r?void 0:r.typography,fontStyle:void 0,fontWeight:void 0}})})}(e),isShownByDefault:null==m?void 0:m.fontAppearance,resetAllFilter:e=>{var t;return{...e,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontStyle:void 0,fontWeight:void 0}}}},panelId:t},(0,dt.createElement)(v1,e)),!a&&(0,dt.createElement)(e0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.lineHeight)}(e),label:hr("Line height"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,typography:{...null==r?void 0:r.typography,lineHeight:void 0}})})}(e),isShownByDefault:null==m?void 0:m.lineHeight,resetAllFilter:f("lineHeight"),panelId:t},(0,dt.createElement)(f1,e)),!i&&(0,dt.createElement)(e0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textDecoration)}(e),label:hr("Decoration"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,typography:{...null==r?void 0:r.typography,textDecoration:void 0}})})}(e),isShownByDefault:null==m?void 0:m.textDecoration,resetAllFilter:f("textDecoration"),panelId:t},(0,dt.createElement)(U1,e)),!s&&(0,dt.createElement)(e0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textTransform)}(e),label:hr("Letter case"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,typography:{...null==r?void 0:r.typography,textTransform:void 0}})})}(e),isShownByDefault:null==m?void 0:m.textTransform,resetAllFilter:f("textTransform"),panelId:t},(0,dt.createElement)(t2,e)),!l&&(0,dt.createElement)(e0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.letterSpacing)}(e),label:hr("Letter-spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,typography:{...null==r?void 0:r.typography,letterSpacing:void 0}})})}(e),isShownByDefault:null==m?void 0:m.letterSpacing,resetAllFilter:f("letterSpacing"),panelId:t},(0,dt.createElement)(a2,e)))}const u2=e=>l2.some((t=>ra(e,t)));function d2(e){const t=na(e,y3);return!!(!0===t||null!=t&&t.blockGap)}function p2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!eL("spacing.blockGap");return!d2(e)||t}function m2(e){var t;const{clientId:n,attributes:{style:r},setAttributes:o}=e,a=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"]}),i=ND(n);if(p2(e))return null;return ry.select({web:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(_A,{label:hr("Block spacing"),__unstableInputWidth:"80px",min:0,onChange:e=>{var t;const n={...r,spacing:{...null==r?void 0:r.spacing,blockGap:e}};o({style:NC(n)});const a=(null===(t=window)||void 0===t?void 0:t.navigator.userAgent)&&window.navigator.userAgent.includes("Safari")&&!window.navigator.userAgent.includes("Chrome ")&&!window.navigator.userAgent.includes("Chromium ");var s;i.current&&a&&(null===(s=i.current.parentNode)||void 0===s||s.replaceChild(i.current,i.current))},units:a,value:null==r||null===(t=r.spacing)||void 0===t?void 0:t.blockGap})),native:null})}const f2=rb("div",{target:"e7pk0lh6"})({name:"14bvcyk",styles:"box-sizing:border-box;max-width:235px;padding-bottom:12px;width:100%"}),h2=rb(xE,{target:"e7pk0lh5"})("color:",qE.ui.label,";padding-bottom:8px;"),g2=rb(xE,{target:"e7pk0lh4"})({name:"aujtid",styles:"min-height:30px;gap:0"}),b2=rb("div",{target:"e7pk0lh3"})({name:"112jwab",styles:"box-sizing:border-box;max-width:80px"}),v2=rb(xE,{target:"e7pk0lh2"})({name:"xy18ro",styles:"justify-content:center;padding-top:8px"}),y2=rb(xE,{target:"e7pk0lh1"})({name:"3tw5wk",styles:"position:relative;height:100%;width:100%;justify-content:flex-start"});var _2={name:"1ch9yvl",styles:"border-radius:0"},M2={name:"tg3mx0",styles:"border-radius:2px"};const k2=e=>{let{isFirst:t,isLast:n,isOnly:r}=e;return t?wE({borderTopRightRadius:0,borderBottomRightRadius:0})():n?wE({borderTopLeftRadius:0,borderBottomLeftRadius:0})():r?M2:_2},w2=e=>{let{isFirst:t,isOnly:n}=e;return wE({marginLeft:t||n?0:-1})()},E2=rb(_A,{target:"e7pk0lh0"})("max-width:60px;",k2,";",w2,";");function L2(e){let{isFirst:t,isLast:n,isOnly:r,onHoverOn:o=ht.noop,onHoverOff:a=ht.noop,label:i,value:s,...l}=e;const c=function(e,t){void 0===t&&(t={}),vS.set("hover",VS);var n=(0,dt.useRef)();return n.current||(n.current=jS(fS,FS)),PS({hover:e},n.current(t))}((e=>{let{event:t,...n}=e;n.hovering?o(t,n):a(t,n)}));return(0,dt.createElement)(b2,c(),(0,dt.createElement)(x2,{text:i},(0,dt.createElement)(E2,ft({"aria-label":i,className:"component-box-control__unit-control",hideHTMLArrows:!0,isFirst:t,isLast:n,isOnly:r,isPressEnterToChange:!0,isResetValueOnUnitChange:!1,value:s},l))))}function x2(e){let{children:t,text:n}=e;return n?(0,dt.createElement)(sg,{text:n,position:"top"},(0,dt.createElement)("div",null,t)):t}const S2={all:hr("All"),top:hr("Top"),bottom:hr("Bottom"),left:hr("Left"),right:hr("Right"),mixed:hr("Mixed"),vertical:hr("Vertical"),horizontal:hr("Horizontal")},A2={top:null,right:null,bottom:null,left:null},C2={top:!1,right:!1,bottom:!1,left:!1},T2=["top","right","bottom","left"];function z2(e){return e.sort(((t,n)=>e.filter((e=>e===t)).length-e.filter((e=>e===n)).length)).pop()}function N2(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:T2;const n=I2(t),r=n.map((t=>vL(e[t]))),o=r.map((e=>e[0])),a=r.map((e=>e[1])),i=o.every((e=>e===o[0]))?o[0]:"",s=z2(a),l=(0,ht.isNumber)(i)?`${i}${s}`:null;return l}function O2(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:T2;const n=N2(e,t),r=isNaN(parseFloat(n));return r}function D2(e){return void 0!==e&&!(0,ht.isEmpty)(Object.values(e).filter((e=>!!e&&/\d/.test(e))))}function B2(e,t){let n="all";return e||(n=t?"vertical":"top"),n}function I2(e){const t=[];if(null==e||!e.length)return T2;if(e.includes("vertical"))t.push("top","bottom");else if(e.includes("horizontal"))t.push("left","right");else{const n=T2.filter((t=>e.includes(t)));t.push(...n)}return t}function P2(e){let{onChange:t=ht.noop,onFocus:n=ht.noop,onHoverOn:r=ht.noop,onHoverOff:o=ht.noop,values:a,sides:i,selectedUnits:s,setSelectedUnits:l,...c}=e;const u=N2(a,i),d=D2(a)&&O2(a,i),p=d?S2.mixed:null,m=u?void 0:function(e){if(!e||"object"!=typeof e)return;return z2(Object.values(e).filter(Boolean))}(s),f=(e,t)=>{const n={...e};return null!=i&&i.length?i.forEach((e=>{"vertical"===e?(n.top=t,n.bottom=t):"horizontal"===e?(n.left=t,n.right=t):n[e]=t})):T2.forEach((e=>n[e]=t)),n};return(0,dt.createElement)(L2,ft({},c,{disableUnits:d,isOnly:!0,value:u,unit:m,onChange:e=>{const n=!isNaN(parseFloat(e)),r=f(a,n?e:void 0);t(r)},onUnitChange:e=>{const t=f(s,e);l(t)},onFocus:e=>{n(e,{side:"all"})},onHoverOn:()=>{r({top:!0,bottom:!0,left:!0,right:!0})},onHoverOff:()=>{o({top:!1,bottom:!1,left:!1,right:!1})},placeholder:p}))}function R2(e){let{onChange:t=ht.noop,onFocus:n=ht.noop,onHoverOn:r=ht.noop,onHoverOff:o=ht.noop,values:a,selectedUnits:i,setSelectedUnits:s,sides:l,...c}=e;const u=e=>t=>{n(t,{side:e})},d=e=>()=>{r({[e]:!0})},p=e=>()=>{o({[e]:!1})},m=e=>(n,r)=>{let{event:o}=r;const{altKey:i}=o,s={...a},l=!isNaN(parseFloat(n))?n:void 0;if(s[e]=l,i)switch(e){case"top":s.bottom=l;break;case"bottom":s.top=l;break;case"left":s.right=l;break;case"right":s.left=l}(e=>{t(e)})(s)},f=e=>t=>{const n={...i};n[e]=t,s(n)},h=null!=l&&l.length?T2.filter((e=>l.includes(e))):T2,g=h[0],b=h[h.length-1],v=g===b&&g;return(0,dt.createElement)(v2,{className:"component-box-control__input-controls-wrapper"},(0,dt.createElement)(y2,{gap:0,align:"top",className:"component-box-control__input-controls"},h.map((e=>(0,dt.createElement)(L2,ft({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:a[e],unit:a[e]?void 0:i[e],onChange:m(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:p(e),label:S2[e],key:`box-control-${e}`}))))))}const H2=["vertical","horizontal"];function W2(e){let{onChange:t,onFocus:n,onHoverOn:r,onHoverOff:o,values:a,selectedUnits:i,setSelectedUnits:s,sides:l,...c}=e;const u=e=>t=>{n&&n(t,{side:e})},d=e=>()=>{r&&("vertical"===e&&r({top:!0,bottom:!0}),"horizontal"===e&&r({left:!0,right:!0}))},p=e=>()=>{o&&("vertical"===e&&o({top:!1,bottom:!1}),"horizontal"===e&&o({left:!1,right:!1}))},m=e=>n=>{if(!t)return;const r={...a},o=!isNaN(parseFloat(n))?n:void 0;"vertical"===e&&(r.top=o,r.bottom=o),"horizontal"===e&&(r.left=o,r.right=o),t(r)},f=e=>t=>{const n={...i};"vertical"===e&&(n.top=t,n.bottom=t),"horizontal"===e&&(n.left=t,n.right=t),s(n)},h=null!=l&&l.length?H2.filter((e=>l.includes(e))):H2,g=h[0],b=h[h.length-1],v=g===b;return(0,dt.createElement)(y2,{gap:0,align:"top",className:"component-box-control__vertical-horizontal-input-controls"},h.map((e=>(0,dt.createElement)(L2,ft({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:"vertical"===e?a.top:a.left,unit:"vertical"===e?i.top:i.left,onChange:m(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:p(e),label:S2[e],key:e})))))}const Y2=rb("span",{target:"eaw9yqk8"})({name:"1w884gc",styles:"box-sizing:border-box;display:block;width:24px;height:24px;position:relative;padding:4px"}),j2=rb("span",{target:"eaw9yqk7"})({name:"i6vjox",styles:"box-sizing:border-box;display:block;position:relative;width:100%;height:100%"}),q2=rb("span",{target:"eaw9yqk6"})("box-sizing:border-box;display:block;pointer-events:none;position:absolute;",(e=>{let{isFocused:t}=e;return sE({backgroundColor:"currentColor",opacity:t?1:.3},"","")}),";"),F2=rb(q2,{target:"eaw9yqk5"})({name:"1k2w39q",styles:"bottom:3px;top:3px;width:2px"}),V2=rb(q2,{target:"eaw9yqk4"})({name:"1q9b07k",styles:"height:2px;left:3px;right:3px"}),X2=rb(V2,{target:"eaw9yqk3"})({name:"abcix4",styles:"top:0"}),U2=rb(F2,{target:"eaw9yqk2"})({name:"1wf8jf",styles:"right:0"}),$2=rb(V2,{target:"eaw9yqk1"})({name:"8tapst",styles:"bottom:0"}),G2=rb(F2,{target:"eaw9yqk0"})({name:"1ode3cm",styles:"left:0"});function K2(e){let{size:t=24,side:n="all",sides:r,...o}=e;const a=e=>!(e=>(null==r?void 0:r.length)&&!r.includes(e))(e)&&("all"===n||n===e),i=a("top")||a("vertical"),s=a("right")||a("horizontal"),l=a("bottom")||a("vertical"),c=a("left")||a("horizontal"),u=t/24;return(0,dt.createElement)(Y2,ft({style:{transform:`scale(${u})`}},o),(0,dt.createElement)(j2,null,(0,dt.createElement)(X2,{isFocused:i}),(0,dt.createElement)(U2,{isFocused:s}),(0,dt.createElement)($2,{isFocused:l}),(0,dt.createElement)(G2,{isFocused:c})))}function J2(e){let{isLinked:t,...n}=e;const r=hr(t?"Unlink Sides":"Link Sides");return(0,dt.createElement)(sg,{text:r},(0,dt.createElement)("span",null,(0,dt.createElement)(lb,ft({},n,{className:"component-box-control__linked-button",variant:t?"primary":"secondary",isSmall:!0,icon:t?sQ:lQ,iconSize:16,"aria-label":r}))))}var Z2={name:"11f5o9n",styles:"bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1"};const Q2=rb("div",{target:"e1df9b4q5"})("box-sizing:border-box;position:relative;",(e=>{let{isPositionAbsolute:t}=e;return t?Z2:""}),";"),e3=rb("div",{target:"e1df9b4q4"})("box-sizing:border-box;background:",qE.blue.wordpress[700],";background:",qE.ui.theme,";filter:brightness( 1 );opacity:0;position:absolute;pointer-events:none;transition:opacity 120ms linear;z-index:1;",(e=>{let{isActive:t}=e;return t&&"\n\t\topacity: 0.3;\n\t"}),";"),t3=rb(e3,{target:"e1df9b4q3"})({name:"5i97ct",styles:"top:0;left:0;right:0"}),n3=rb(e3,{target:"e1df9b4q2"})("top:0;bottom:0;",wE({right:0}),";"),r3=rb(e3,{target:"e1df9b4q1"})({name:"8cxke2",styles:"bottom:0;left:0;right:0"}),o3=rb(e3,{target:"e1df9b4q0"})("top:0;bottom:0;",wE({left:0}),";");function a3(e){let{showValues:t=C2,values:n}=e;const{top:r,right:o,bottom:a,left:i}=n;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(i3,{isVisible:t.top,value:r}),(0,dt.createElement)(s3,{isVisible:t.right,value:o}),(0,dt.createElement)(l3,{isVisible:t.bottom,value:a}),(0,dt.createElement)(c3,{isVisible:t.left,value:i}))}function i3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=u3(r).isActive||t;return(0,dt.createElement)(t3,{isActive:o,style:{height:r}})}function s3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=u3(r).isActive||t;return(0,dt.createElement)(n3,{isActive:o,style:{width:r}})}function l3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=u3(r).isActive||t;return(0,dt.createElement)(r3,{isActive:o,style:{height:r}})}function c3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=u3(r).isActive||t;return(0,dt.createElement)(o3,{isActive:o,style:{width:r}})}function u3(e){const[t,n]=(0,dt.useState)(!1),r=(0,dt.useRef)(e),o=(0,dt.useRef)(),a=()=>{o.current&&window.clearTimeout(o.current)};return(0,dt.useEffect)((()=>(e!==r.current&&(n(!0),r.current=e,a(),o.current=setTimeout((()=>{n(!1)}),400)),()=>a())),[e]),{isActive:t}}const d3={min:0};function p3(e){let{id:t,inputProps:n=d3,onChange:r=ht.noop,onChangeShowVisualizer:o=ht.noop,label:a=hr("Box Control"),values:i,units:s,sides:l,splitOnAxis:c=!1,allowReset:u=!0,resetValues:d=A2}=e;const[p,m]=vA(i,{fallback:A2}),f=p||A2,h=D2(i),g=1===(null==l?void 0:l.length),[b,v]=(0,dt.useState)(h),[y,_]=(0,dt.useState)(!h||!O2(f)||g),[M,k]=(0,dt.useState)(B2(y,c)),[w,E]=(0,dt.useState)({top:vL(null==i?void 0:i.top)[1],right:vL(null==i?void 0:i.right)[1],bottom:vL(null==i?void 0:i.bottom)[1],left:vL(null==i?void 0:i.left)[1]}),L=function(e){const t=uf(p3,"inspector-box-control");return e||t}(t),x=`${L}-heading`,S={...n,onChange:e=>{r(e),m(e),v(!0)},onFocus:(e,t)=>{let{side:n}=t;k(n)},onHoverOn:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o({...C2,...e})},onHoverOff:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o({...C2,...e})},isLinked:y,units:s,selectedUnits:w,setSelectedUnits:E,sides:l,values:f};return(0,dt.createElement)(f2,{id:L,role:"region","aria-labelledby":x},(0,dt.createElement)(h2,{className:"component-box-control__header"},(0,dt.createElement)(AE,null,(0,dt.createElement)(px,{id:x,className:"component-box-control__label"},a)),u&&(0,dt.createElement)(AE,null,(0,dt.createElement)(lb,{className:"component-box-control__reset-button",isSecondary:!0,isSmall:!0,onClick:()=>{r(d),m(d),E(d),v(!1)},disabled:!b},hr("Reset")))),(0,dt.createElement)(g2,{className:"component-box-control__header-control-wrapper"},(0,dt.createElement)(AE,null,(0,dt.createElement)(K2,{side:M,sides:l})),y&&(0,dt.createElement)(aZ,null,(0,dt.createElement)(P2,ft({"aria-label":a},S))),!y&&c&&(0,dt.createElement)(aZ,null,(0,dt.createElement)(W2,S)),!g&&(0,dt.createElement)(AE,null,(0,dt.createElement)(J2,{onClick:()=>{_(!y),k(B2(!y,c))},isLinked:y}))),!y&&!c&&(0,dt.createElement)(R2,S))}function m3(e){const t=na(e,y3);return!!(!0===t||null!=t&&t.margin)}function f3(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!eL("spacing.margin"),n=!L3(e,"margin");return!m3(e)||t||n}function h3(e){var t;const{name:n,attributes:{style:r},setAttributes:o}=e,a=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"]}),i=E3(n,"margin"),s=i&&i.some((e=>M3.includes(e)));if(f3(e))return null;return ry.select({web:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(p3,{values:null==r||null===(t=r.spacing)||void 0===t?void 0:t.margin,onChange:e=>{const t={...r,spacing:{...null==r?void 0:r.spacing,margin:e}};o({style:NC(t)})},onChangeShowVisualizer:e=>{const t={...r,visualizers:{margin:e}};o({style:NC(t)})},label:hr("Margin"),sides:i,units:a,allowReset:!1,splitOnAxis:s})),native:null})}function g3(e){const t=na(e,y3);return!!(!0===t||null!=t&&t.padding)}function b3(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!eL("spacing.padding"),n=!L3(e,"padding");return!g3(e)||t||n}function v3(e){var t;const{name:n,attributes:{style:r},setAttributes:o}=e,a=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"]}),i=E3(n,"padding"),s=i&&i.some((e=>M3.includes(e)));if(b3(e))return null;return ry.select({web:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(p3,{values:null==r||null===(t=r.spacing)||void 0===t?void 0:t.padding,onChange:e=>{const t={...r,spacing:{...null==r?void 0:r.spacing,padding:e}};o({style:NC(t)})},onChangeShowVisualizer:e=>{const t={...r,visualizers:{padding:e}};o({style:NC(t)})},label:hr("Padding"),sides:i,units:a,allowReset:!1,splitOnAxis:s})),native:null})}p3.__Visualizer=function(e){let{children:t,showValues:n=C2,values:r=A2,...o}=e;const a=!t;return(0,dt.createElement)(Q2,ft({},o,{isPositionAbsolute:a,"aria-hidden":"true"}),(0,dt.createElement)(a3,{showValues:n,values:r}),t)};const y3="spacing",_3=["top","right","bottom","left"],M3=["vertical","horizontal"];function k3(e){const t=p2(e),n=b3(e),r=f3(e),o=w3(e),a=function(e){if("web"!==ry.OS)return!1;return d2(e)||g3(e)||m3(e)}(e.name);if(o||!a)return null;const i=na(e.name,[y3,"__experimentalDefaultControls"]),s=e=>t=>{var n;return{...t,style:{...t.style,spacing:{...null===(n=t.style)||void 0===n?void 0:n.spacing,[e]:void 0}}}};return(0,dt.createElement)(RC,{__experimentalGroup:"dimensions"},!n&&(0,dt.createElement)(e0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.padding)}(e),label:hr("Padding"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,spacing:{...null==r?void 0:r.spacing,padding:void 0}})})}(e),resetAllFilter:s("padding"),isShownByDefault:null==i?void 0:i.padding,panelId:e.clientId},(0,dt.createElement)(v3,e)),!r&&(0,dt.createElement)(e0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.margin)}(e),label:hr("Margin"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:NC({...r,spacing:{...null==r?void 0:r.spacing,margin:void 0}})})}(e),resetAllFilter:s("margin"),isShownByDefault:null==i?void 0:i.margin,panelId:e.clientId},(0,dt.createElement)(h3,e)),!t&&(0,dt.createElement)(e0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.blockGap)}(e),label:hr("Block spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:{...r,spacing:{...null==r?void 0:r.spacing,blockGap:void 0}}})}(e),resetAllFilter:s("blockGap"),isShownByDefault:null==i?void 0:i.blockGap,panelId:e.clientId},(0,dt.createElement)(m2,e)))}const w3=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=p2(e),n=b3(e),r=f3(e);return t&&n&&r};function E3(e,t){const n=na(e,y3);if(n&&"boolean"!=typeof n[t])return n[t]}function L3(e,t){const n=E3(e,t);return!(n&&n.some((e=>_3.includes(e)))&&n.some((e=>M3.includes(e))))||(console.warn(`The ${t} support for the "${e}" block can not be configured to support both axial and arbitrary sides.`),!1)}const x3=[...l2,MQ,VQ,y3],S3=e=>x3.some((t=>ra(e,t))),A3="var:";function C3(e){if((0,ht.startsWith)(e,A3)){return`var(--wp--${e.slice(A3.length).split("|").join("--")})`}return e}function T3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t={};return Object.keys(Ho).forEach((n=>{const r=Ho[n].value,o=Ho[n].properties;if((0,ht.has)(e,r)&&"elements"!==(0,ht.first)(r)){const a=(0,ht.get)(e,r);o&&!(0,ht.isString)(a)?Object.entries(o).forEach((e=>{const[n,r]=e,o=(0,ht.get)(a,[r]);o&&(t[n]=C3(o))})):t[n]=C3((0,ht.get)(e,r))}})),t}const z3={"__experimentalBorder.__experimentalSkipSerialization":["border"],"color.__experimentalSkipSerialization":[VQ],"typography.__experimentalSkipSerialization":[s2],[`${y3}.__experimentalSkipSerialization`]:["spacing"]},N3={...z3,[`${y3}`]:["spacing.blockGap"]};function O3(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:N3;if(!S3(t))return e;let{style:o}=n;return(0,ht.forEach)(r,((e,n)=>{na(t,n)&&(o=(0,ht.omit)(o,e))})),e.style={...T3(o),...e.style},e}const D3=Bp((e=>t=>{const n=Yw();return(0,dt.createElement)(dt.Fragment,null,n&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(JQ,t),(0,dt.createElement)(c2,t),(0,dt.createElement)(kQ,t),(0,dt.createElement)(k3,t)),(0,dt.createElement)(e,t))}),"withToolbarControls"),B3=Bp((e=>t=>{var n,r;const o=null===(n=t.attributes.style)||void 0===n?void 0:n.elements,a=`wp-elements-${uf(e)}`,i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,ht.map)(t,((t,n)=>{const r=T3(t);return(0,ht.isEmpty)(r)?"":[`.${e} ${Wo[n]}{`,...(0,ht.map)(r,((e,t)=>`\t${(0,ht.kebabCase)(t)}: ${e};`)),"}"].join("\n")})).join("\n")}(a,null===(r=t.attributes.style)||void 0===r?void 0:r.elements),s=(0,dt.useContext)(FU.__unstableElementContext);return(0,dt.createElement)(dt.Fragment,null,o&&s&&(0,mt.createPortal)((0,dt.createElement)("style",{dangerouslySetInnerHTML:{__html:i}}),s),(0,dt.createElement)(e,ft({},t,{className:o?Hp()(t.className,a):t.className})))}));Jn("blocks.registerBlockType","core/style/addAttribute",(function(e){return S3(e)?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),Jn("blocks.getSaveContent.extraProps","core/style/addSaveProps",O3),Jn("blocks.registerBlockType","core/style/addEditProps",(function(e){if(!S3(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),O3(r,e,n,z3)},e})),Jn("editor.BlockEdit","core/style/with-block-controls",D3),Jn("editor.BlockListBlock","core/editor/with-elements-styles",B3);const I3=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{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"}));const P3=function(e){let{fill:t}=e;return t?(0,dt.createElement)("span",{className:"components-swatch",style:{background:t}}):(0,dt.createElement)(cg,{icon:I3})};function R3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"90deg";const n=100/e.length,r=e.map(((e,t)=>`${e} ${t*n}%, ${e} ${(t+1)*n}%`)).join(", ");return`linear-gradient( ${t}, ${r} )`}Ao([Co]);const H3=function(e){let{values:t}=e;return(0,dt.createElement)(P3,{fill:t&&R3(t,"135deg")})};function W3(e){let{label:t,value:n,colors:r,disableCustomColors:o,enableAlpha:a,onChange:i}=e;const[s,l]=(0,dt.useState)(!1);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(lb,{className:"components-color-list-picker__swatch-button",icon:(0,dt.createElement)(P3,{fill:n}),onClick:()=>l((e=>!e))},t),s&&(0,dt.createElement)(oZ,{className:"components-color-list-picker__color-picker",colors:r,value:n,clearable:!1,onChange:i,disableCustomColors:o,enableAlpha:a}))}const Y3=function(e){let{colors:t,labels:n,value:r=[],disableCustomColors:o,enableAlpha:a,onChange:i}=e;return(0,dt.createElement)("div",{className:"components-color-list-picker"},n.map(((e,n)=>(0,dt.createElement)(W3,{key:n,label:e,value:r[n],colors:t,disableCustomColors:o,enableAlpha:a,onChange:e=>{const t=r.slice();t[n]=e,i(t)}}))))},j3=["#333","#CCC"];function q3(e){let{value:t,onChange:n}=e;const r=!!t,o=r?t:j3,a=R3(o),i=function(e){return e.map(((t,n)=>({position:100*n/(e.length-1),color:t})))}(o);return(0,dt.createElement)(wZ,{disableInserter:!0,background:a,hasGradient:r,value:i,onChange:e=>{const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map((e=>{let{color:t}=e;return t}))}(e);n(t)}})}const F3=function(e){let{clearable:t=!0,colorPalette:n,duotonePalette:r,disableCustomColors:o,disableCustomDuotone:a,value:i,onChange:s}=e;const[l,c]=(0,dt.useMemo)((()=>{return!(e=n)||e.length<2?["#000","#fff"]:e.map((e=>{let{color:t}=e;return{color:t,brightness:xo(t).brightness()}})).reduce(((e,t)=>{let[n,r]=e;return[t.brightness<=n.brightness?t:n,t.brightness>=r.brightness?t:r]}),[{brightness:1},{brightness:0}]).map((e=>{let{color:t}=e;return t}));var e}),[n]);return(0,dt.createElement)(eZ,{options:r.map((e=>{let{colors:t,slug:n,name:r}=e;const o={background:R3(t,"135deg"),color:"transparent"},a=null!=r?r:Sn(hr("Duotone code: %s"),n),l=r?Sn(hr("Duotone: %s"),r):a,c=(0,ht.isEqual)(t,i);return(0,dt.createElement)(eZ.Option,{key:n,value:t,isSelected:c,"aria-label":l,tooltipText:a,style:o,onClick:()=>{s(c?void 0:t)}})})),actions:!!t&&(0,dt.createElement)(eZ.ButtonAction,{onClick:()=>s(void 0)},hr("Clear"))},!o&&!a&&(0,dt.createElement)(q3,{value:i,onChange:s}),!a&&(0,dt.createElement)(Y3,{labels:[hr("Shadows"),hr("Highlights")],colors:n,value:i,disableCustomColors:o,enableAlpha:!0,onChange:e=>{e[0]||(e[0]=l),e[1]||(e[1]=c);const t=e.length>=2?e:void 0;s(t)}}))};const V3=function(e){let{colorPalette:t,duotonePalette:n,disableCustomColors:r,disableCustomDuotone:o,value:a,onChange:i}=e;return(0,dt.createElement)(Tv,{popoverProps:{className:"block-editor-duotone-control__popover",headerTitle:hr("Duotone"),isAlternate:!0},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,dt.createElement)(Sv,{showTooltip:!0,onClick:n,"aria-haspopup":"true","aria-expanded":t,onKeyDown:e=>{t||e.keyCode!==zf||(e.preventDefault(),n())},label:hr("Apply duotone filter"),icon:(0,dt.createElement)(H3,{values:a})})},renderContent:()=>(0,dt.createElement)(Uw,{label:hr("Duotone")},(0,dt.createElement)("div",{className:"block-editor-duotone-control__description"},hr("Create a two-tone color effect without losing your original image.")),(0,dt.createElement)(F3,{colorPalette:t,duotonePalette:n,disableCustomColors:r,disableCustomDuotone:o,value:a,onChange:i}))})},X3=[];function U3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const t={r:[],g:[],b:[],a:[]};return e.forEach((e=>{const n=xo(e).toRgb();t.r.push(n.r/255),t.g.push(n.g/255),t.b.push(n.b/255),t.a.push(n.a)})),t}function $3(e){let{selector:t,id:n,values:r}=e;const o=`\n${t} {\n\tfilter: url( #${n} );\n}\n`;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(bh,{xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 0 0",width:"0",height:"0",focusable:"false",role:"none",style:{visibility:"hidden",position:"absolute",left:"-9999px",overflow:"hidden"}},(0,dt.createElement)("defs",null,(0,dt.createElement)("filter",{id:n},(0,dt.createElement)("feColorMatrix",{colorInterpolationFilters:"sRGB",type:"matrix",values:" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "}),(0,dt.createElement)("feComponentTransfer",{colorInterpolationFilters:"sRGB"},(0,dt.createElement)("feFuncR",{type:"table",tableValues:r.r.join(" ")}),(0,dt.createElement)("feFuncG",{type:"table",tableValues:r.g.join(" ")}),(0,dt.createElement)("feFuncB",{type:"table",tableValues:r.b.join(" ")}),(0,dt.createElement)("feFuncA",{type:"table",tableValues:r.a.join(" ")})),(0,dt.createElement)("feComposite",{in2:"SourceGraphic",operator:"in"})))),(0,dt.createElement)("style",{dangerouslySetInnerHTML:{__html:o}}))}function G3(e){var t;let{attributes:n,setAttributes:r}=e;const o=null==n?void 0:n.style,a=null==o||null===(t=o.color)||void 0===t?void 0:t.duotone,i=eL("color.duotone")||X3,s=eL("color.palette")||X3,l=!eL("color.custom"),c=!eL("color.customDuotone")||0===(null==s?void 0:s.length)&&l;return 0===(null==i?void 0:i.length)&&c?null:(0,dt.createElement)(Vw,{group:"block",__experimentalShareWithChildBlocks:!0},(0,dt.createElement)(V3,{duotonePalette:i,colorPalette:s,disableCustomDuotone:c,disableCustomColors:l,value:a,onChange:e=>{const t={...o,color:{...null==o?void 0:o.color,duotone:e}};r({style:t})}}))}Ao([Co]);const K3=Bp((e=>t=>{const n=ra(t.name,"color.__experimentalDuotone");return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(e,t),n&&(0,dt.createElement)(G3,t))}),"withDuotoneControls");const J3=Bp((e=>t=>{var n,r,o;const a=na(t.name,"color.__experimentalDuotone"),i=null==t||null===(n=t.attributes)||void 0===n||null===(r=n.style)||void 0===r||null===(o=r.color)||void 0===o?void 0:o.duotone;if(!a||!i)return(0,dt.createElement)(e,t);const s=`wp-duotone-${uf(e)}`,l=function(e,t){const n=e.split(","),r=t.split(","),o=[];return n.forEach((e=>{r.forEach((t=>{o.push(`${e.trim()} ${t.trim()}`)}))})),o.join(", ")}(`.editor-styles-wrapper .${s}`,a),c=Hp()(null==t?void 0:t.className,s),u=(0,dt.useContext)(FU.__unstableElementContext);return(0,dt.createElement)(dt.Fragment,null,u&&(0,mt.createPortal)((0,dt.createElement)($3,{selector:l,id:s,values:U3(i)}),u),(0,dt.createElement)(e,ft({},t,{className:c})))}),"withDuotoneStyles");Jn("blocks.registerBlockType","core/editor/duotone/add-attributes",(function(e){return ra(e,"color.__experimentalDuotone")?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),Jn("editor.BlockEdit","core/editor/duotone/with-editor-controls",K3),Jn("editor.BlockListBlock","core/editor/duotone/with-styles",J3);const Z3=(0,dt.forwardRef)((function(e,t){let{className:n,...r}=e;const o=Hp()("components-button-group",n);return(0,dt.createElement)("div",ft({ref:t,role:"group",className:o},r))})),Q3="__experimentalLayout";function e4(e){let{setAttributes:t,attributes:n,name:r}=e;const{layout:o}=n,a=eL("layout"),i=Cc((e=>{const{getSettings:t}=e(Iw);return t().supportsLayout}),[]),s=na(r,Q3,{}),{allowSwitching:l,allowEditing:c=!0,allowInheriting:u=!0,default:d}=s;if(!c)return null;const p=o||d||{},{inherit:m=!1,type:f="default"}=p;if("default"===f&&!i)return null;const h=EA(f),g=e=>t({layout:e});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Layout")},u&&!!a&&(0,dt.createElement)(KE,{label:hr("Inherit default layout"),checked:!!m,onChange:()=>t({layout:{inherit:!m}})}),!m&&l&&(0,dt.createElement)(t4,{type:f,onChange:e=>t({layout:{type:e}})}),!m&&h&&(0,dt.createElement)(h.inspectorControls,{layout:p,onChange:g,layoutBlockSupport:s}))),!m&&h&&(0,dt.createElement)(h.toolBarControls,{layout:p,onChange:g,layoutBlockSupport:s}))}function t4(e){let{type:t,onChange:n}=e;return(0,dt.createElement)(Z3,null,wA.map((e=>{let{name:r,label:o}=e;return(0,dt.createElement)(lb,{key:r,isPressed:t===r,onClick:()=>n(r)},o)})))}const n4=Bp((e=>t=>{const{name:n}=t;return[ra(n,Q3)&&(0,dt.createElement)(e4,ft({key:"layout"},t)),(0,dt.createElement)(e,ft({key:"edit"},t))]}),"withInspectorControls"),r4=Bp((e=>t=>{const{name:n,attributes:r}=t,o=ra(n,Q3),a=uf(e),i=eL("layout")||{},s=(0,dt.useContext)(FU.__unstableElementContext),{layout:l}=r,{default:c}=na(n,Q3)||{},u=null!=l&&l.inherit?i:l||c||{},d=Hp()(null==t?void 0:t.className,{[`wp-container-${a}`]:o});return(0,dt.createElement)(dt.Fragment,null,o&&s&&(0,mt.createPortal)((0,dt.createElement)(CA,{selector:`.wp-container-${a}`,layout:u}),s),(0,dt.createElement)(e,ft({},t,{className:d})))}));Jn("blocks.registerBlockType","core/layout/addAttribute",(function(e){return(0,ht.has)(e.attributes,["layout","type"])||ra(e,Q3)&&(e.attributes={...e.attributes,layout:{type:"object"}}),e})),Jn("editor.BlockListBlock","core/editor/layout/with-layout-styles",r4),Jn("editor.BlockEdit","core/editor/layout/with-inspector-controls",n4);const o4=[];function a4(e){var t;let{borderColor:n,style:r}=e;const o=(null==r?void 0:r.border)||{},a=GZ("border-color",n);return{className:Hp()({[a]:!!a,"has-border-color":n||(null==r||null===(t=r.border)||void 0===t?void 0:t.color)})||void 0,style:T3({border:o})}}function i4(e){const t=eL("color.palette")||o4,n=a4(e);if(e.borderColor){const r=UZ(t,e.borderColor);n.style.borderColor=r.color}return n}function s4(e){var t,n,r,o,a,i;const{backgroundColor:s,textColor:l,gradient:c,style:u}=e,d=GZ("background-color",s),p=GZ("color",l),m=xQ(c),f=m||(null==u||null===(t=u.color)||void 0===t?void 0:t.gradient);return{className:Hp()(p,m,{[d]:!f&&!!d,"has-text-color":l||(null==u||null===(n=u.color)||void 0===n?void 0:n.text),"has-background":s||(null==u||null===(r=u.color)||void 0===r?void 0:r.background)||c||(null==u||null===(o=u.color)||void 0===o?void 0:o.gradient),"has-link-color":null==u||null===(a=u.elements)||void 0===a||null===(i=a.link)||void 0===i?void 0:i.color})||void 0,style:T3({color:(null==u?void 0:u.color)||{}})}}function l4(e){const{backgroundColor:t,textColor:n,gradient:r}=e,{palette:o,gradients:a}=eL("color")||{},i=(0,dt.useMemo)((()=>[...(null==o?void 0:o.custom)||[],...(null==o?void 0:o.theme)||[],...(null==o?void 0:o.default)||[]]),[o]),s=(0,dt.useMemo)((()=>[...(null==a?void 0:a.custom)||[],...(null==a?void 0:a.theme)||[],...(null==a?void 0:a.default)||[]]),[a]),l=s4(e);if(t){const e=UZ(i,t);l.style.backgroundColor=e.color}if(r&&(l.style.background=SQ(s,r)),n){const e=UZ(i,n);l.style.color=e.color}return l}function c4(e){const{style:t}=e;return{style:T3({spacing:(null==t?void 0:t.spacing)||{}})}}const u4=()=>Bp((e=>t=>{const{palette:n}=eL("color")||{},r=(0,dt.useMemo)((()=>[...(null==n?void 0:n.custom)||[],...(null==n?void 0:n.theme)||[],...(null==n?void 0:n.default)||[]]),[n]);return(0,dt.createElement)(e,ft({},t,{colors:r}))}),"withEditorColorPalette");function d4(e,t){const n=(0,ht.reduce)(e,((e,t)=>({...e,...(0,ht.isString)(t)?{[t]:(0,ht.kebabCase)(t)}:t})),{});return UC([t,e=>class extends dt.Component{constructor(e){super(e),this.setters=this.createSetters(),this.colorUtils={getMostReadableColor:this.getMostReadableColor.bind(this)},this.state={}}getMostReadableColor(e){const{colors:t}=this.props;return function(e,t){const n=xo(t);return(0,ht.maxBy)(e,(e=>{let{color:t}=e;return n.contrast(t)})).color}(t,e)}createSetters(){return(0,ht.reduce)(n,((e,t,n)=>{const r=(0,ht.upperFirst)(n),o=`custom${r}`;return e[`set${r}`]=this.createSetColor(n,o),e}),{})}createSetColor(e,t){return n=>{const r=$Z(this.props.colors,n);this.props.setAttributes({[e]:r&&r.slug?r.slug:void 0,[t]:r&&r.slug?void 0:n})}}static getDerivedStateFromProps(e,t){let{attributes:r,colors:o}=e;return(0,ht.reduce)(n,((e,n,a)=>{const i=UZ(o,r[a],r[`custom${(0,ht.upperFirst)(a)}`]),s=t[a];return(null==s?void 0:s.color)===i.color&&s?e[a]=s:e[a]={...i,class:GZ(n,i.slug)},e}),{})}render(){return(0,dt.createElement)(e,ft({},this.props,{colors:void 0},this.state,this.setters,{colorUtils:this.colorUtils}))}}])}function p4(){const e=u4();for(var t=arguments.length,n=new Array(t),r=0;rn(t===e?void 0:e)}const c=(0,ht.find)(r,(e=>e.align===t)),u=s?Hv:Xw,d=s?{isCollapsed:i}:{};return(0,dt.createElement)(u,ft({icon:c?c.icon:vr()?h4:m4,label:o,toggleProps:{describedBy:a},popoverProps:b4,controls:r.map((e=>{const{align:n}=e,r=t===n;return{...e,isActive:r,role:i?"menuitemradio":void 0,onClick:l(n)}}))},d))};function y4(e){return(0,dt.createElement)(v4,ft({},e,{isToolbar:!1}))}function _4(e){return(0,dt.createElement)(v4,ft({},e,{isToolbar:!0}))}const M4=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M4.2 9h1.5V5.8H9V4.2H4.2V9zm14 9.2H15v1.5h4.8V15h-1.5v3.2zM15 4.2v1.5h3.2V9h1.5V4.2H15zM5.8 15H4.2v4.8H9v-1.5H5.8V15z"}));const k4=function(e){let{isActive:t,label:n=hr("Toggle full height"),onToggle:r,isDisabled:o}=e;return(0,dt.createElement)(Sv,{isActive:t,icon:M4,label:n,onClick:()=>r(!t),disabled:o})},w4=[["top left","top center","top right"],["center left","center center","center right"],["bottom left","bottom center","bottom right"]],E4={"top left":hr("Top Left"),"top center":hr("Top Center"),"top right":hr("Top Right"),"center left":hr("Center Left"),"center center":hr("Center Center"),"center right":hr("Center Right"),"bottom left":hr("Bottom Left"),"bottom center":hr("Bottom Center"),"bottom right":hr("Bottom Right")},L4=(0,ht.flattenDeep)(w4);function x4(e){return("center"===e?"center center":e).replace("-"," ")}function S4(e,t){return`${e}-${x4(t).replace(" ","-")}`}var A4={name:"lp9rn7",styles:"border-radius:2px;box-sizing:border-box;display:grid;grid-template-columns:repeat( 3, 1fr );outline:none"};const C4=()=>A4,T4=rb("div",{target:"e1od1u4s3"})(C4,";border:1px solid transparent;cursor:pointer;grid-template-columns:auto;",(e=>{let{size:t=92}=e;return sE("grid-template-rows:repeat( 3, calc( ",t,"px / 3 ) );width:",t,"px;","")}),";"),z4=rb("div",{target:"e1od1u4s2"})({name:"1x5gbbj",styles:"box-sizing:border-box;display:grid;grid-template-columns:repeat( 3, 1fr )"}),N4=e=>sE("background:currentColor;box-sizing:border-box;display:grid;margin:auto;transition:all 120ms linear;",ZU("transition")," ",(e=>{let{isActive:t}=e;return sE("box-shadow:",t?`0 0 0 2px ${qE.black}`:null,";color:",t?qE.black:qE.lightGray[800],";*:hover>&{color:",t?qE.black:qE.blue.medium.focus,";}","")})(e),";",""),O4=rb("span",{target:"e1od1u4s1"})("height:6px;width:6px;",N4,";"),D4=rb("span",{target:"e1od1u4s0"})({name:"rjf3ub",styles:"appearance:none;border:none;box-sizing:border-box;margin:0;display:flex;position:relative;outline:none;align-items:center;justify-content:center;padding:0"});function B4(e){let{isActive:t=!1,value:n,...r}=e;const o=E4[n];return(0,dt.createElement)(sg,{text:o},(0,dt.createElement)(Mv,ft({as:D4,role:"gridcell"},r),(0,dt.createElement)(ib,null,n),(0,dt.createElement)(O4,{isActive:t,role:"presentation"})))}rb("div",{target:"elqsdmc2"})({name:"ogl07i",styles:"box-sizing:border-box;padding:2px"});const I4=rb("div",{target:"elqsdmc1"})("transform-origin:top left;height:100%;width:100%;",C4,";",(()=>sE({gridTemplateRows:"repeat( 3, calc( 21px / 3))",padding:1.5,maxHeight:24,maxWidth:24},"","")),";",(e=>{let{disablePointerEvents:t}=e;return sE({pointerEvents:t?"none":null},"","")}),";"),P4=rb("span",{target:"elqsdmc0"})("height:2px;width:2px;",N4,";",(e=>{let{isActive:t}=e;return sE("box-shadow:",t?"0 0 0 1px currentColor":null,";color:currentColor;*:hover>&{color:currentColor;}","")}),";"),R4=D4,H4=24;function W4(e){let{className:t,id:n,label:r=hr("Alignment Matrix Control"),defaultValue:o="center center",value:a,onChange:i=ht.noop,width:s=92,...l}=e;const[c]=(0,dt.useState)(null!=a?a:o),u=function(e){const t=uf(W4,"alignment-matrix-control");return e||t}(n),d=S4(u,c),p=_P({baseId:u,currentId:d,rtl:vr()});(0,dt.useEffect)((()=>{void 0!==a&&p.setCurrentId(S4(u,a))}),[a,p.setCurrentId]);const m=Hp()("component-alignment-matrix-control",t);return(0,dt.createElement)(JP,ft({},l,p,{"aria-label":r,as:T4,className:m,role:"grid",width:s}),w4.map(((e,t)=>(0,dt.createElement)($I,ft({},p,{as:z4,role:"row",key:t}),e.map((e=>{const t=S4(u,e),n=p.currentId===t;return(0,dt.createElement)(B4,ft({},p,{id:t,isActive:n,key:e,value:e,onFocus:()=>{i(e)},tabIndex:n?0:-1}))}))))))}W4.Icon=function(e){let{className:t,disablePointerEvents:n=!0,size:r=H4,style:o={},value:a="center",...i}=e;const s=function(){const e=x4(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"center").replace("-"," "),t=L4.indexOf(e);return t>-1?t:void 0}(a),l=(r/H4).toFixed(2),c=Hp()("component-alignment-matrix-control-icon",t),u={...o,transform:`scale(${l})`};return(0,dt.createElement)(I4,ft({},i,{className:c,disablePointerEvents:n,role:"presentation",size:r,style:u}),L4.map(((e,t)=>{const n=s===t;return(0,dt.createElement)(R4,{key:e},(0,dt.createElement)(P4,{isActive:n}))})))};const Y4=function(e){const{label:t=hr("Change matrix alignment"),onChange:n=ht.noop,value:r="center",isDisabled:o}=e,a=(0,dt.createElement)(W4.Icon,{value:r}),i="block-editor-block-alignment-matrix-control",s=`${i}__popover`;return(0,dt.createElement)(Tv,{position:"bottom right",className:i,popoverProps:{className:s,isAlternate:!0},renderToggle:e=>{let{onToggle:n,isOpen:r}=e;return(0,dt.createElement)(Sv,{onClick:n,"aria-haspopup":"true","aria-expanded":r,onKeyDown:e=>{r||e.keyCode!==zf||(e.preventDefault(),n())},label:t,icon:a,showTooltip:!0,disabled:o})},renderContent:()=>(0,dt.createElement)(W4,{hasFocusBorder:!1,onChange:n,value:r})})},j4=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M10.8622 8.04053L14.2805 12.0286L10.8622 16.0167L9.72327 15.0405L12.3049 12.0286L9.72327 9.01672L10.8622 8.04053Z"}));const q4=function(e){let{rootLabelText:t}=e;const{selectBlock:n,clearSelectedBlock:r}=kp(Iw),{clientId:o,parents:a,hasSelection:i}=Cc((e=>{const{getSelectionStart:t,getSelectedBlockClientId:n,getBlockParents:r}=e(Iw),o=n();return{parents:r(o),clientId:o,hasSelection:!!t().clientId}}),[]),s=t||hr("Document");return(0,dt.createElement)("ul",{className:"block-editor-block-breadcrumb",role:"list","aria-label":hr("Block breadcrumb")},(0,dt.createElement)("li",{className:i?void 0:"block-editor-block-breadcrumb__current","aria-current":i?void 0:"true"},i&&(0,dt.createElement)(lb,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:r},s),!i&&s,!!o&&(0,dt.createElement)(MA,{icon:j4,className:"block-editor-block-breadcrumb__separator"})),a.map((e=>(0,dt.createElement)("li",{key:e},(0,dt.createElement)(lb,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:()=>n(e)},(0,dt.createElement)(nX,{clientId:e})),(0,dt.createElement)(MA,{icon:j4,className:"block-editor-block-breadcrumb__separator"})))),!!o&&(0,dt.createElement)("li",{className:"block-editor-block-breadcrumb__current","aria-current":"true"},(0,dt.createElement)(nX,{clientId:o})))};function F4(e){let{clientId:t,tagName:n="div",wrapperProps:r,className:o}=e;const[a,i]=(0,dt.useState)(!0),[s,l]=(0,dt.useState)(!1),{isParentSelected:c,hasChildSelected:u,isDraggingBlocks:d,isParentHighlighted:p}=Cc((e=>{const{isBlockSelected:n,hasSelectedInnerBlock:r,isDraggingBlocks:o,isBlockHighlighted:a}=e(Iw);return{isParentSelected:n(t),hasChildSelected:r(t,!0),isDraggingBlocks:o(),isParentHighlighted:a(t)}}),[t]),m=Hp()("block-editor-block-content-overlay",null==r?void 0:r.className,o,{"overlay-active":a,"parent-highlighted":p,"is-dragging-blocks":d});return(0,dt.useEffect)((()=>{c||u||a||i(!0),c&&!s&&a&&i(!1),u&&a&&i(!1)}),[c,u,a,s]),(0,dt.createElement)(n,ft({},r,{className:m,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),onMouseUp:a?()=>i(!1):void 0}),null==r?void 0:r.children)}const V4=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M13.8 5.2H3v1.5h10.8V5.2zm-3.6 12v1.5H21v-1.5H10.2zm7.2-6H6.6v1.5h10.8v-1.5z"}));const X4=(0,dt.createContext)(),U4=X4.Provider;function $4(e){let{children:t}=e;const[n,r]=(0,dt.useState)(),o=(0,dt.useMemo)((()=>({lastFocusedElement:n,setLastFocusedElement:r})),[n]);return(0,dt.createElement)(U4,{value:o},t)}function G4(e){const t=rh.focusable.find(e,{sequential:!0});if(t&&t.length)return t.filter((t=>t.closest('[role="row"]')===e))}const K4=(0,dt.forwardRef)((function(e,t){let{children:n,onExpandRow:r=(()=>{}),onCollapseRow:o=(()=>{}),...a}=e;const i=(0,dt.useCallback)((e=>{const{keyCode:t,metaKey:n,ctrlKey:a,altKey:i,shiftKey:s}=e;if(n||a||i||s||!(0,ht.includes)([Cf,zf,Af,Tf],t))return;e.stopPropagation();const{activeElement:l}=document,{currentTarget:c}=e;if(!c.contains(l))return;const u=l.closest('[role="row"]'),d=G4(u),p=d.indexOf(l);if((0,ht.includes)([Af,Tf],t)){let n;if(n=t===Af?Math.max(0,p-1):Math.min(p+1,d.length-1),n===p){if(t===Af){var m,f,h;if("true"===(null==u?void 0:u.ariaExpanded))return o(u),void e.preventDefault();const t=Math.max(parseInt(null!==(m=null==u?void 0:u.ariaLevel)&&void 0!==m?m:1,10)-1,1),n=Array.from(c.querySelectorAll('[role="row"]'));let r=u;for(let e=n.indexOf(u);e>=0;e--)if(parseInt(n[e].ariaLevel,10)===t){r=n[e];break}null===(f=G4(r))||void 0===f||null===(h=f[0])||void 0===h||h.focus()}else{if("false"===(null==u?void 0:u.ariaExpanded))return r(u),void e.preventDefault();const t=G4(u);var g;if(t.length>0)null===(g=t[t.length-1])||void 0===g||g.focus()}return void e.preventDefault()}d[n].focus(),e.preventDefault()}else if((0,ht.includes)([Cf,zf],t)){const n=Array.from(c.querySelectorAll('[role="row"]')),r=n.indexOf(u);let o;if(o=t===Cf?Math.max(0,r-1):Math.min(r+1,n.length-1),o===r)return void e.preventDefault();const a=G4(n[o]);if(!a||!a.length)return void e.preventDefault();a[Math.min(p,a.length-1)].focus(),e.preventDefault()}}),[]);return(0,dt.createElement)($4,null,(0,dt.createElement)("table",ft({},a,{role:"treegrid",onKeyDown:i,ref:t}),(0,dt.createElement)("tbody",null,n)))})),J4=(0,dt.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,dt.useRef)(),i=t||a,{lastFocusedElement:s,setLastFocusedElement:l}=(0,dt.useContext)(X4);let c;s&&(c=s===i.current?0:-1);const u={ref:i,tabIndex:c,onFocus:e=>l(e.target),...o};return"function"==typeof n?n(u):(0,dt.createElement)(r,u,n)})),Z4=(0,dt.forwardRef)((function(e,t){let{children:n,...r}=e;return(0,dt.createElement)(J4,ft({ref:t},r),n)})),Q4=(0,dt.forwardRef)((function(e,t){let{children:n,withoutGridItem:r=!1,...o}=e;return(0,dt.createElement)("td",ft({},o,{role:"gridcell"}),r?n:(0,dt.createElement)(Z4,{ref:t},n))}));const e5=(0,dt.forwardRef)((function(e,t){let{children:n,level:r,positionInSet:o,setSize:a,isExpanded:i,...s}=e;return(0,dt.createElement)("tr",ft({},s,{ref:t,role:"row","aria-level":r,"aria-posinset":o,"aria-setsize":a,"aria-expanded":i}),n)})),t5=QO(e5);function n5(e){let{isSelected:t,position:n,level:r,rowCount:o,children:a,className:i,path:s,...l}=e;const c=oD({isSelected:t,adjustScrolling:!1,enableAnimation:!0,triggerAnimationOnChange:s});return(0,dt.createElement)(t5,ft({ref:c,className:Hp()("block-editor-list-view-leaf",i),level:r,positionInSet:n,setSize:o},l),a)}function r5(e){let{onClick:t}=e;return(0,dt.createElement)("span",{className:"block-editor-list-view__expander",onClick:e=>t(e,{forceToggle:!0}),"aria-hidden":"true"},(0,dt.createElement)(MA,{icon:j4}))}const o5=(0,dt.forwardRef)((function e(t,n){let{className:r,block:{clientId:o},isSelected:a,onClick:i,onToggleExpanded:s,position:l,siblingBlockCount:c,level:u,tabIndex:d,onFocus:p,onDragStart:m,onDragEnd:f,draggable:h}=t;const g=tX(o),b=`list-view-block-select-button__${uf(e)}`,v=((e,t,n)=>Sn(hr("Block %1$d of %2$d, Level %3$d"),e,t,n))(l,c,u);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(lb,{className:Hp()("block-editor-list-view-block-select-button",r),onClick:i,"aria-describedby":b,ref:n,tabIndex:d,onFocus:p,onDragStart:m,onDragEnd:f,draggable:h},(0,dt.createElement)(r5,{onClick:s}),(0,dt.createElement)(iB,{icon:null==g?void 0:g.icon,showColors:!0}),(0,dt.createElement)(nX,{clientId:o}),(null==g?void 0:g.anchor)&&(0,dt.createElement)("span",{className:"block-editor-list-view-block-select-button__anchor"},g.anchor),a&&(0,dt.createElement)(ib,null,hr("(selected block)"))),(0,dt.createElement)("div",{className:"block-editor-list-view-block-select-button__description",id:b},v))})),a5=(0,dt.forwardRef)(((e,t)=>{let{onClick:n,onToggleExpanded:r,block:o,isSelected:a,position:i,siblingBlockCount:s,level:l,...c}=e;const{clientId:u}=o,{blockMovingClientId:d,selectedBlockInBlockEditor:p}=Cc((e=>{const{getBlockRootClientId:t,hasBlockMovingClientId:n,getSelectedBlockClientId:r}=e(Iw);return{rootClientId:t(u)||"",blockMovingClientId:n(),selectedBlockInBlockEditor:r()}}),[u]),m=d&&p===u,f=Hp()("block-editor-list-view-block-contents",{"is-dropping-before":m});return(0,dt.createElement)(rX,{clientIds:[o.clientId]},(e=>{let{draggable:u,onDragStart:d,onDragEnd:p}=e;return(0,dt.createElement)(o5,ft({ref:t,className:f,block:o,onClick:n,onToggleExpanded:r,isSelected:a,position:i,siblingBlockCount:s,level:l,draggable:u,onDragStart:d,onDragEnd:p},c))}))})),i5=a5,s5=(0,dt.createContext)({__experimentalFeatures:!1,__experimentalPersistentListViewFeatures:!1}),l5=()=>(0,dt.useContext)(s5);const c5=(0,dt.memo)((function(e){let{block:t,isDragged:n,isSelected:r,isBranchSelected:o,selectBlock:a,position:i,level:s,rowCount:l,siblingBlockCount:c,showBlockMovers:u,path:d,isExpanded:p}=e;const m=(0,dt.useRef)(null),[f,h]=(0,dt.useState)(!1),{clientId:g}=t,{toggleBlockHighlight:b}=kp(Iw),{__experimentalFeatures:v,__experimentalPersistentListViewFeatures:y,__experimentalHideContainerBlockActions:_,isTreeGridMounted:M,expand:k,collapse:w}=l5(),E=u&&c>0,L=Hp()("block-editor-list-view-block__mover-cell",{"is-visible":f||r}),x=Hp()("block-editor-list-view-block__menu-cell",{"is-visible":f||r});(0,dt.useEffect)((()=>{y&&!M&&r&&m.current.focus()}),[]);const S=y?b:()=>{},A=(0,dt.useCallback)((()=>{h(!0),S(g,!0)}),[g,h,S]),C=(0,dt.useCallback)((()=>{h(!1),S(g,!1)}),[g,h,S]),T=(0,dt.useCallback)((e=>{e.stopPropagation(),a(g)}),[g,a]),z=(0,dt.useCallback)((e=>{e.stopPropagation(),!0===p?w(g):!1===p&&k(g)}),[g,k,w,p]),N=v&&(!_||_&&s>1),O=v&&!N;let D;E?D=2:O&&(D=3);const B=Hp()({"is-selected":r,"is-branch-selected":y&&o,"is-dragging":n,"has-single-cell":O});return(0,dt.createElement)(n5,{className:B,onMouseEnter:A,onMouseLeave:C,onFocus:A,onBlur:C,level:s,position:i,rowCount:l,path:d,id:`list-view-block-${g}`,"data-block":g,isExpanded:p},(0,dt.createElement)(Q4,{className:"block-editor-list-view-block__contents-cell",colSpan:D,ref:m},(e=>{let{ref:n,tabIndex:o,onFocus:a}=e;return(0,dt.createElement)("div",{className:"block-editor-list-view-block__contents-container"},(0,dt.createElement)(i5,{block:t,onClick:T,onToggleExpanded:z,isSelected:r,position:i,siblingBlockCount:c,level:s,ref:n,tabIndex:o,onFocus:a}))})),E&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Q4,{className:L,withoutGridItem:!0},(0,dt.createElement)(Z4,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,dt.createElement)(vX,{orientation:"vertical",clientIds:[g],ref:t,tabIndex:n,onFocus:r})})),(0,dt.createElement)(Z4,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,dt.createElement)(yX,{orientation:"vertical",clientIds:[g],ref:t,tabIndex:n,onFocus:r})})))),N&&(0,dt.createElement)(Q4,{className:x},(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,dt.createElement)(fU,{clientIds:[g],icon:sC,toggleProps:{ref:t,className:"block-editor-list-view-block__menu",tabIndex:n,onFocus:r},disableOpenOnArrowDown:!0,__experimentalSelectBlock:T})})))}));function u5(e,t,n){var r;if(null==n?void 0:n.includes(e.clientId))return 0;return null===(r=t[e.clientId])||void 0===r||r?1+e.innerBlocks.reduce(d5(t,n),0):1}const d5=(e,t)=>(n,r)=>{var o;if(null==t?void 0:t.includes(r.clientId))return n;return(null===(o=e[r.clientId])||void 0===o||o)&&r.innerBlocks.length>0?n+u5(r,e,t):n+1};function p5(e){const{blocks:t,selectBlock:n,showBlockMovers:r,showNestedBlocks:o,selectedClientIds:a,level:i=1,path:s="",isBranchSelected:l=!1,listPosition:c=0,fixedListWindow:u}=e,{expandedState:d,draggedClientIds:p,__experimentalPersistentListViewFeatures:m}=l5(),f=(0,ht.compact)(t),h=f.length;let g=c;return(0,dt.createElement)(dt.Fragment,null,f.map(((e,t)=>{var c;const{clientId:b,innerBlocks:v}=e;t>0&&(g+=u5(f[t-1],d,p));const y=m,{itemInView:_}=u,M=!y||_(g),k=t+1,w=s.length>0?`${s}_${k}`:`${k}`,E=o&&!!v&&!!v.length,L=E?null===(c=d[b])||void 0===c||c:void 0,x=!(null==p||!p.includes(b)),S=x||M,A=((e,t)=>(0,ht.isArray)(t)&&t.length?-1!==t.indexOf(e):t===e)(b,a),C=l||A&&E;return(0,dt.createElement)(Sc,{key:b,value:!A},S&&(0,dt.createElement)(c5,{block:e,selectBlock:n,isSelected:A,isBranchSelected:C,isDragged:x,level:i,position:k,rowCount:h,siblingBlockCount:h,showBlockMovers:r,path:w,isExpanded:L,listPosition:g}),!S&&(0,dt.createElement)("tr",null,(0,dt.createElement)("td",{className:"block-editor-list-view-placeholder"})),E&&L&&!x&&(0,dt.createElement)(p5,{blocks:v,selectBlock:n,showBlockMovers:r,showNestedBlocks:o,level:i+1,path:w,listPosition:g+1,fixedListWindow:u,isBranchSelected:C,selectedClientIds:a}))})))}p5.defaultProps={selectBlock:()=>{}};const m5=(0,dt.memo)(p5);function f5(e){let{listViewRef:t,blockDropTarget:n}=e;const{rootClientId:r,clientId:o,dropPosition:a}=n||{},[i,s]=(0,dt.useMemo)((()=>{if(!t.current)return[];return[r?t.current.querySelector(`[data-block="${r}"]`):void 0,o?t.current.querySelector(`[data-block="${o}"]`):void 0]}),[r,o]),l=s||i,c=(0,dt.useCallback)((()=>{if(!i)return 0;const e=l.getBoundingClientRect();return i.querySelector(".block-editor-block-icon").getBoundingClientRect().right-e.left}),[i,l]),u=(0,dt.useMemo)((()=>{if(!l)return{};const e=c();return{width:l.offsetWidth-e}}),[c,l]),d=(0,dt.useCallback)((()=>{if(!l)return{};const e=l.ownerDocument,t=l.getBoundingClientRect(),n=c(),r={left:t.left+n,right:t.right,width:0,height:t.height,ownerDocument:e};return"top"===a?{...r,top:t.top,bottom:t.top}:"bottom"===a||"inside"===a?{...r,top:t.bottom,bottom:t.bottom}:{}}),[l,a,c]);return l?(0,dt.createElement)(Qh,{noArrow:!0,animate:!1,getAnchorRect:d,focusOnMount:!1,className:"block-editor-list-view-drop-indicator"},(0,dt.createElement)("div",{style:u,className:"block-editor-list-view-drop-indicator__line"})):null}function h5(e,t){return t.left<=e.x&&t.right>=e.x&&t.top<=e.y&&t.bottom>=e.y}const g5=["top","bottom"];function b5(){const{getBlockRootClientId:e,getBlockIndex:t,getBlockCount:n,getDraggedBlockClientIds:r,canInsertBlocks:o}=Cc(Iw),[a,i]=(0,dt.useState)(),{rootClientId:s,blockIndex:l}=a||{},c=zU(s,l),u=r(),d=SU((0,dt.useCallback)(((r,a)=>{const s={x:r.clientX,y:r.clientY},l=!(null==u||!u.length),c=function(e,t){let n,r,o,a;for(const i of e){if(i.isDraggedBlock)continue;const s=i.element.getBoundingClientRect(),[l,c]=OU(t,s,g5),u=h5(t,s);if(void 0===o||l0||function(e,t){const n=t.left+t.width/2;return e.x>n}(t,a)))return{rootClientId:r.clientId,blockIndex:0,dropPosition:"inside"};if(!r.canInsertDraggedBlocksAsSibling)return;const s=i?1:0;return{rootClientId:r.rootClientId,clientId:r.clientId,blockIndex:r.blockIndex+s,dropPosition:n}}(Array.from(a.querySelectorAll("[data-block]")).map((r=>{const a=r.dataset.block,i=e(a);return{clientId:a,rootClientId:i,blockIndex:t(a,i),element:r,isDraggedBlock:!!l&&u.includes(a),innerBlockCount:n(a),canInsertDraggedBlocksAsSibling:!l||o(u,i),canInsertDraggedBlocksAsChild:!l||o(u,a)}})),s);c&&i(c)}),[u]),200);return{ref:CU({onDrop:c,onDragOver(e){d(e,e.currentTarget)},onDragEnd(){d.cancel(),i(null)}}),target:a}}const v5=()=>{},y5=(e,t)=>{switch(t.type){case"expand":return{...e,[t.clientId]:!0};case"collapse":return{...e,[t.clientId]:!1};default:return e}};const _5=(0,dt.forwardRef)((function(e,t){let{blocks:n,onSelect:r=v5,__experimentalFeatures:o,__experimentalPersistentListViewFeatures:a,__experimentalHideContainerBlockActions:i,showNestedBlocks:s,showBlockMovers:l,...c}=e;const{clientIdsTree:u,draggedClientIds:d,selectedClientIds:p}=function(e){return Cc((t=>{const{getDraggedBlockClientIds:n,getSelectedBlockClientIds:r,__unstableGetClientIdsTree:o}=t(Iw);return{selectedClientIds:r(),draggedClientIds:n(),clientIdsTree:e||o()}}),[e])}(n),{selectBlock:m}=kp(Iw),{visibleBlockCount:f}=Cc((e=>{const{getGlobalBlockCount:t,getClientIdsOfDescendants:n}=e(Iw),r=(null==d?void 0:d.length)>0?n(d).length+1:0;return{visibleBlockCount:t()-r}}),[d]),h=(0,dt.useCallback)((e=>{m(e),r(e)}),[m,r]),[g,b]=(0,dt.useReducer)(y5,{}),{ref:v,target:y}=b5(),_=(0,dt.useRef)(),M=dh([_,v,t]),k=(0,dt.useRef)(!1);(0,dt.useEffect)((()=>{k.current=!0}),[]);const[w]=function(e,t,n,r){var o,a;const i=null!==(o=null==r?void 0:r.initWindowSize)&&void 0!==o?o:30,s=null===(a=null==r?void 0:r.useWindowing)||void 0===a||a,[l,c]=(0,dt.useState)({visibleItems:i,start:0,end:i,itemInView:e=>e>=0&&e<=i});return(0,dt.useLayoutEffect)((()=>{var o,a,i,l;if(!s)return;const u=tD(e.current),d=e=>{var o;if(!u)return;const a=Math.ceil(u.clientHeight/t),i=e?a:null!==(o=null==r?void 0:r.windowOverscan)&&void 0!==o?o:a,s=Math.floor(u.scrollTop/t),l=Math.max(0,s-i),d=Math.min(n-1,s+a+i);c((e=>{const t={visibleItems:a,start:l,end:d,itemInView:e=>l<=e&&e<=d};return e.start!==t.start||e.end!==t.end||e.visibleItems!==t.visibleItems?t:e}))};d(!0);const p=(0,ht.debounce)((()=>{d()}),16);return null==u||u.addEventListener("scroll",p),null==u||null===(o=u.ownerDocument)||void 0===o||null===(a=o.defaultView)||void 0===a||a.addEventListener("resize",p),null==u||null===(i=u.ownerDocument)||void 0===i||null===(l=i.defaultView)||void 0===l||l.addEventListener("resize",p),()=>{var e,t;null==u||u.removeEventListener("scroll",p),null==u||null===(e=u.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("resize",p)}}),[t,e,n]),(0,dt.useLayoutEffect)((()=>{var r,o;if(!s)return;const a=tD(e.current),i=e=>{switch(e.keyCode){case 36:return null==a?void 0:a.scrollTo({top:0});case 35:return null==a?void 0:a.scrollTo({top:n*t});case 33:return null==a?void 0:a.scrollTo({top:a.scrollTop-l.visibleItems*t});case 34:return null==a?void 0:a.scrollTo({top:a.scrollTop+l.visibleItems*t})}};return null==a||null===(r=a.ownerDocument)||void 0===r||null===(o=r.defaultView)||void 0===o||o.addEventListener("keydown",i),()=>{var e,t;null==a||null===(e=a.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("keydown",i)}}),[n,t,e,l.visibleItems]),[l,c]}(_,36,f,{useWindowing:a,windowOverscan:40}),E=(0,dt.useCallback)((e=>{e&&b({type:"expand",clientId:e})}),[b]),L=(0,dt.useCallback)((e=>{e&&b({type:"collapse",clientId:e})}),[b]),x=(0,dt.useCallback)((e=>{var t;E(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[E]),S=(0,dt.useCallback)((e=>{var t;L(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[L]),A=(0,dt.useMemo)((()=>({__experimentalFeatures:o,__experimentalPersistentListViewFeatures:a,__experimentalHideContainerBlockActions:i,isTreeGridMounted:k.current,draggedClientIds:d,expandedState:g,expand:E,collapse:L})),[o,a,i,k.current,d,g,E,L]);return(0,dt.createElement)(Sc,{value:!0},(0,dt.createElement)(f5,{listViewRef:_,blockDropTarget:y}),(0,dt.createElement)(K4,{className:"block-editor-list-view-tree","aria-label":hr("Block navigation structure"),ref:M,onCollapseRow:S,onExpandRow:x},(0,dt.createElement)(s5.Provider,{value:A},(0,dt.createElement)(m5,ft({blocks:u,selectBlock:h,showNestedBlocks:s,showBlockMovers:l,fixedListWindow:w,selectedClientIds:p},c)))))}));function M5(e){let{isEnabled:t,onToggle:n,isOpen:r,innerRef:o,...a}=e;return(0,dt.createElement)(lb,ft({},a,{ref:o,icon:V4,"aria-expanded":r,"aria-haspopup":"true",onClick:t?n:void 0,label:hr("List view"),className:"block-editor-block-navigation","aria-disabled":!t}))}const k5=(0,dt.forwardRef)((function(e,t){let{isDisabled:n,__experimentalFeatures:r,...o}=e;const a=Cc((e=>!!e(Iw).getBlockCount()),[])&&!n;return(0,dt.createElement)(Tv,{contentClassName:"block-editor-block-navigation__popover",position:"bottom right",renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,dt.createElement)(M5,ft({},o,{innerRef:t,isOpen:n,onToggle:r,isEnabled:a}))},renderContent:()=>(0,dt.createElement)("div",{className:"block-editor-block-navigation__container"},(0,dt.createElement)("p",{className:"block-editor-block-navigation__label"},hr("List view")),(0,dt.createElement)(_5,{showNestedBlocks:!0,__experimentalFeatures:r}))})}));const w5=function(e){let{icon:t,children:n,label:r,instructions:o,className:a,notices:i,preview:s,isColumnLayout:l,...c}=e;const[u,{width:d}]=kf();let p;"number"==typeof d&&(p={"is-large":d>=480,"is-medium":d>=160&&d<480,"is-small":d<160});const m=Hp()("components-placeholder",a,p),f=Hp()("components-placeholder__fieldset",{"is-column-layout":l});return(0,dt.createElement)("div",ft({},c,{className:m}),u,i,s&&(0,dt.createElement)("div",{className:"components-placeholder__preview"},s),(0,dt.createElement)("div",{className:"components-placeholder__label"},(0,dt.createElement)(cg,{icon:t}),r),!!o&&(0,dt.createElement)("div",{className:"components-placeholder__instructions"},o),(0,dt.createElement)("div",{className:f},n))},E5=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));const L5=function(e){let{icon:t=E5,label:n=hr("Choose variation"),instructions:r=hr("Select a variation to start with."),variations:o,onSelect:a,allowSkip:i}=e;const s=Hp()("block-editor-block-variation-picker",{"has-many-variations":o.length>4});return(0,dt.createElement)(w5,{icon:t,label:n,instructions:r,className:s},(0,dt.createElement)("ul",{className:"block-editor-block-variation-picker__variations",role:"list","aria-label":hr("Block variations")},o.map((e=>(0,dt.createElement)("li",{key:e.name},(0,dt.createElement)(lb,{variant:"secondary",icon:e.icon,iconSize:48,onClick:()=>a(e),className:"block-editor-block-variation-picker__variation",label:e.description||e.title}),(0,dt.createElement)("span",{className:"block-editor-block-variation-picker__variation-label",role:"presentation"},e.title))))),i&&(0,dt.createElement)("div",{className:"block-editor-block-variation-picker__skip"},(0,dt.createElement)(lb,{variant:"link",onClick:()=>a()},hr("Skip"))))},x5=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"})),S5="carousel",A5="grid",C5=e=>{let{onStartBlank:t,onBlockPatternSelect:n}=e;return(0,dt.createElement)("div",{className:"block-editor-block-pattern-setup__actions"},(0,dt.createElement)(lb,{onClick:t},hr("Start blank")),(0,dt.createElement)(lb,{variant:"primary",onClick:n},hr("Choose")))},T5=e=>{let{handlePrevious:t,handleNext:n,activeSlide:r,totalSlides:o}=e;return(0,dt.createElement)("div",{className:"block-editor-block-pattern-setup__navigation"},(0,dt.createElement)(lb,{icon:mX,label:hr("Previous pattern"),onClick:t,disabled:0===r}),(0,dt.createElement)(lb,{icon:pX,label:hr("Next pattern"),onClick:n,disabled:r===o-1}))},z5=e=>{let{viewMode:t,setViewMode:n,handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i,onBlockPatternSelect:s,onStartBlank:l}=e;const c=t===S5,u=(0,dt.createElement)("div",{className:"block-editor-block-pattern-setup__display-controls"},(0,dt.createElement)(lb,{icon:eE,label:hr("Carousel view"),onClick:()=>n(S5),isPressed:c}),(0,dt.createElement)(lb,{icon:x5,label:hr("Grid view"),onClick:()=>n(A5),isPressed:t===A5}));return(0,dt.createElement)("div",{className:"block-editor-block-pattern-setup__toolbar"},c&&(0,dt.createElement)(T5,{handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i}),u,c&&(0,dt.createElement)(C5,{onBlockPatternSelect:s,onStartBlank:l}))};const N5=function(e,t,n){return Cc((r=>{const{getBlockRootClientId:o,__experimentalGetPatternsByBlockTypes:a,__experimentalGetAllowedPatterns:i}=r(Iw),s=o(e);return n?i(s).filter(n):a(t,s)}),[e,t,n])},O5=e=>{let{viewMode:t,activeSlide:n,patterns:r,onBlockPatternSelect:o}=e;const a=_P(),i="block-editor-block-pattern-setup__container";if(t===S5){const e=new Map([[n,"active-slide"],[n-1,"previous-slide"],[n+1,"next-slide"]]);return(0,dt.createElement)("div",{className:i},(0,dt.createElement)("ul",{className:"carousel-container"},r.map(((t,n)=>(0,dt.createElement)(B5,{className:e.get(n)||"",key:t.name,pattern:t})))))}return(0,dt.createElement)(JP,ft({},a,{role:"listbox",className:i,"aria-label":hr("Patterns list")}),r.map((e=>(0,dt.createElement)(D5,{key:e.name,pattern:e,onSelect:o,composite:a}))))};function D5(e){let{pattern:t,onSelect:n,composite:r}=e;const o="block-editor-block-pattern-setup-list",{blocks:a,title:i,description:s,viewportWidth:l=700}=t,c=uf(D5,`${o}__item-description`);return(0,dt.createElement)("div",{className:`${o}__list-item`,"aria-label":t.title,"aria-describedby":t.description?c:void 0},(0,dt.createElement)(Mv,ft({role:"option",as:"div"},r,{className:`${o}__item`,onClick:()=>n(a)}),(0,dt.createElement)(zI,{blocks:a,viewportWidth:l}),(0,dt.createElement)("div",{className:`${o}__item-title`},i)),!!s&&(0,dt.createElement)(ib,{id:c},s))}function B5(e){let{className:t,pattern:n}=e;const{blocks:r,title:o,description:a}=n,i=uf(B5,"block-editor-block-pattern-setup-list__item-description");return(0,dt.createElement)("li",{className:`pattern-slide ${t}`,"aria-label":o,"aria-describedby":a?i:void 0},(0,dt.createElement)(zI,{blocks:r,__experimentalLive:!0}),!!a&&(0,dt.createElement)(ib,{id:i},a))}const I5=e=>{let{clientId:t,blockName:n,filterPatternsFn:r,startBlankComponent:o,onBlockPatternSelect:a}=e;const[i,s]=(0,dt.useState)(S5),[l,c]=(0,dt.useState)(0),[u,d]=(0,dt.useState)(!1),{replaceBlock:p}=kp(Iw),m=N5(t,n,r);if(null==m||!m.length||u)return o;const f=a||(e=>{const n=e.map((e=>va(e)));p(t,n)});return(0,dt.createElement)("div",{className:`block-editor-block-pattern-setup view-mode-${i}`},(0,dt.createElement)(z5,{viewMode:i,setViewMode:s,activeSlide:l,totalSlides:m.length,handleNext:()=>{c((e=>e+1))},handlePrevious:()=>{c((e=>e-1))},onBlockPatternSelect:()=>{f(m[l].blocks)},onStartBlank:()=>{d(!0)}}),(0,dt.createElement)(O5,{viewMode:i,activeSlide:l,patterns:m,onBlockPatternSelect:f}))},P5=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M15 4H9v11h6V4zM4 18.5V20h16v-1.5H4z"})),R5=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z"})),H5={top:{icon:(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M9 20h6V9H9v11zM4 4v1.5h16V4H4z"})),title:gr("Align top","Block vertical alignment setting")},center:{icon:R5,title:gr("Align middle","Block vertical alignment setting")},bottom:{icon:P5,title:gr("Align bottom","Block vertical alignment setting")}},W5=["top","center","bottom"],Y5={isAlternate:!0};const j5=function(e){let{value:t,onChange:n,controls:r=W5,isCollapsed:o=!0,isToolbar:a}=e;const i=H5[t],s=H5.top,l=a?Hv:Xw,c=a?{isCollapsed:o}:{};return(0,dt.createElement)(l,ft({popoverProps:Y5,icon:i?i.icon:s.icon,label:gr("Change vertical alignment","Block vertical alignment setting label"),controls:r.map((e=>{return{...H5[e],isActive:t===e,role:o?"menuitemradio":void 0,onClick:(r=e,()=>n(t===r?void 0:r))};var r}))},c))};function q5(e){return(0,dt.createElement)(j5,ft({},e,{isToolbar:!1}))}function F5(e){return(0,dt.createElement)(j5,ft({},e,{isToolbar:!0}))}const V5=Bp((e=>t=>{const n=eL("color.palette"),r=!eL("color.custom"),o=void 0===t.colors?n:t.colors,a=void 0===t.disableCustomColors?r:t.disableCustomColors,i=!(0,ht.isEmpty)(o)||!a;return(0,dt.createElement)(e,ft({},t,{colors:o,disableCustomColors:a,hasColorsToChoose:i}))}),"withColorContext"),X5=V5(oZ);var U5=function(e,t){return U5=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},U5(e,t)};var $5=function(){return $5=Object.assign||function(e){for(var t,n=1,r=arguments.length;nu*o?{width:u*o,height:u}:{width:c,height:c/o}}function Z5(e,t,n,r,o){void 0===o&&(o=0);var a=l6(t.width,t.height,o),i=a.width,s=a.height;return{x:Q5(e.x,i,n.width,r),y:Q5(e.y,s,n.height,r)}}function Q5(e,t,n,r){var o=t*r/2-n/2;return Math.min(o,Math.max(e,-o))}function e6(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function t6(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function n6(e,t,n,r,o,a,i){void 0===a&&(a=0),void 0===i&&(i=!0);var s=i&&0===a?r6:o6,l={x:s(100,((t.width-n.width/o)/2-e.x/o)/t.width*100),y:s(100,((t.height-n.height/o)/2-e.y/o)/t.height*100),width:s(100,n.width/t.width*100/o),height:s(100,n.height/t.height*100/o)},c=Math.round(s(t.naturalWidth,l.width*t.naturalWidth/100)),u=Math.round(s(t.naturalHeight,l.height*t.naturalHeight/100)),d=t.naturalWidth>=t.naturalHeight*r?{width:Math.round(u*r),height:u}:{width:c,height:Math.round(c/r)};return{croppedAreaPercentages:l,croppedAreaPixels:$5($5({},d),{x:Math.round(s(t.naturalWidth-d.width,l.x*t.naturalWidth/100)),y:Math.round(s(t.naturalHeight-d.height,l.y*t.naturalHeight/100))})}}function r6(e,t){return Math.min(e,Math.max(0,t))}function o6(e,t){return t}function a6(e,t,n){var r=t.width/t.naturalWidth,o=function(e,t,n){var r=t.width/t.naturalWidth;if(n)return n.height>n.width?n.height/r/e.height:n.width/r/e.width;var o=e.width/e.height;return t.naturalWidth>=t.naturalHeight*o?t.naturalHeight/e.height:t.naturalWidth/e.width}(e,t,n),a=r*o;return{crop:{x:((t.naturalWidth-e.width)/2-e.x)*a,y:((t.naturalHeight-e.height)/2-e.y)*a},zoom:o}}function i6(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function s6(e,t,n,r,o){var a=Math.cos,i=Math.sin,s=o*Math.PI/180;return[(e-n)*a(s)-(t-r)*i(s)+n,(e-n)*i(s)+(t-r)*a(s)+r]}function l6(e,t,n){var r=e/2,o=t/2,a=[s6(0,0,r,o,n),s6(e,0,r,o,n),s6(e,t,r,o,n),s6(0,t,r,o,n)],i=Math.min.apply(Math,a.map((function(e){return e[0]}))),s=Math.max.apply(Math,a.map((function(e){return e[0]}))),l=Math.min.apply(Math,a.map((function(e){return e[1]}))),c=Math.max.apply(Math,a.map((function(e){return e[1]})));return{width:s-i,height:c-l}}function c6(){for(var e=[],t=0;t0})).join(" ").trim()}var u6=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.imageRef=null,n.videoRef=null,n.containerRef=null,n.styleRef=null,n.containerRect=null,n.mediaSize={width:0,height:0,naturalWidth:0,naturalHeight:0},n.dragStartPosition={x:0,y:0},n.dragStartCrop={x:0,y:0},n.lastPinchDistance=0,n.lastPinchRotation=0,n.rafDragTimeout=null,n.rafPinchTimeout=null,n.wheelTimer=null,n.state={cropSize:null,hasWheelJustStarted:!1},n.preventZoomSafari=function(e){return e.preventDefault()},n.cleanEvents=function(){document.removeEventListener("mousemove",n.onMouseMove),document.removeEventListener("mouseup",n.onDragStopped),document.removeEventListener("touchmove",n.onTouchMove),document.removeEventListener("touchend",n.onDragStopped)},n.clearScrollEvent=function(){n.containerRef&&n.containerRef.removeEventListener("wheel",n.onWheel),n.wheelTimer&&clearTimeout(n.wheelTimer)},n.onMediaLoad=function(){n.computeSizes(),n.emitCropData(),n.setInitialCrop(),n.props.onMediaLoaded&&n.props.onMediaLoaded(n.mediaSize)},n.setInitialCrop=function(){var e=n.props,t=e.initialCroppedAreaPixels,r=e.cropSize;if(t){var o=a6(t,n.mediaSize,r),a=o.crop,i=o.zoom;n.props.onCropChange(a),n.props.onZoomChange&&n.props.onZoomChange(i)}},n.computeSizes=function(){var e,t,r,o,a,i,s=n.imageRef||n.videoRef;if(s&&n.containerRef){n.containerRect=n.containerRef.getBoundingClientRect(),n.mediaSize={width:s.offsetWidth,height:s.offsetHeight,naturalWidth:(null===(e=n.imageRef)||void 0===e?void 0:e.naturalWidth)||(null===(t=n.videoRef)||void 0===t?void 0:t.videoWidth)||0,naturalHeight:(null===(r=n.imageRef)||void 0===r?void 0:r.naturalHeight)||(null===(o=n.videoRef)||void 0===o?void 0:o.videoHeight)||0};var l=n.props.cropSize?n.props.cropSize:J5(s.offsetWidth,s.offsetHeight,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation);(null===(a=n.state.cropSize)||void 0===a?void 0:a.height)===l.height&&(null===(i=n.state.cropSize)||void 0===i?void 0:i.width)===l.width||n.props.onCropSizeChange&&n.props.onCropSizeChange(l),n.setState({cropSize:l},n.recomputeCropPosition)}},n.onMouseDown=function(e){e.preventDefault(),document.addEventListener("mousemove",n.onMouseMove),document.addEventListener("mouseup",n.onDragStopped),n.onDragStart(t.getMousePoint(e))},n.onMouseMove=function(e){return n.onDrag(t.getMousePoint(e))},n.onTouchStart=function(e){document.addEventListener("touchmove",n.onTouchMove,{passive:!1}),document.addEventListener("touchend",n.onDragStopped),2===e.touches.length?n.onPinchStart(e):1===e.touches.length&&n.onDragStart(t.getTouchPoint(e.touches[0]))},n.onTouchMove=function(e){e.preventDefault(),2===e.touches.length?n.onPinchMove(e):1===e.touches.length&&n.onDrag(t.getTouchPoint(e.touches[0]))},n.onDragStart=function(e){var t,r,o=e.x,a=e.y;n.dragStartPosition={x:o,y:a},n.dragStartCrop=$5({},n.props.crop),null===(r=(t=n.props).onInteractionStart)||void 0===r||r.call(t)},n.onDrag=function(e){var t=e.x,r=e.y;n.rafDragTimeout&&window.cancelAnimationFrame(n.rafDragTimeout),n.rafDragTimeout=window.requestAnimationFrame((function(){if(n.state.cropSize&&void 0!==t&&void 0!==r){var e=t-n.dragStartPosition.x,o=r-n.dragStartPosition.y,a={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+o},i=n.props.restrictPosition?Z5(a,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):a;n.props.onCropChange(i)}}))},n.onDragStopped=function(){var e,t;n.cleanEvents(),n.emitCropData(),null===(t=(e=n.props).onInteractionEnd)||void 0===t||t.call(e)},n.onWheel=function(e){e.preventDefault();var r=t.getMousePoint(e),o=K5()(e).pixelY,a=n.props.zoom-o*n.props.zoomSpeed/200;n.setNewZoom(a,r),n.state.hasWheelJustStarted||n.setState({hasWheelJustStarted:!0},(function(){var e,t;return null===(t=(e=n.props).onInteractionStart)||void 0===t?void 0:t.call(e)})),n.wheelTimer&&clearTimeout(n.wheelTimer),n.wheelTimer=window.setTimeout((function(){return n.setState({hasWheelJustStarted:!1},(function(){var e,t;return null===(t=(e=n.props).onInteractionEnd)||void 0===t?void 0:t.call(e)}))}),250)},n.getPointOnContainer=function(e){var t=e.x,r=e.y;if(!n.containerRect)throw new Error("The Cropper is not mounted");return{x:n.containerRect.width/2-(t-n.containerRect.left),y:n.containerRect.height/2-(r-n.containerRect.top)}},n.getPointOnMedia=function(e){var t=e.x,r=e.y,o=n.props,a=o.crop,i=o.zoom;return{x:(t+a.x)/i,y:(r+a.y)/i}},n.setNewZoom=function(e,t){if(n.state.cropSize&&n.props.onZoomChange){var r=n.getPointOnContainer(t),o=n.getPointOnMedia(r),a=Math.min(n.props.maxZoom,Math.max(e,n.props.minZoom)),i={x:o.x*a-r.x,y:o.y*a-r.y},s=n.props.restrictPosition?Z5(i,n.mediaSize,n.state.cropSize,a,n.props.rotation):i;n.props.onCropChange(s),n.props.onZoomChange(a)}},n.getCropData=function(){return n.state.cropSize?n6(n.props.restrictPosition?Z5(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop,n.mediaSize,n.state.cropSize,n.getAspect(),n.props.zoom,n.props.rotation,n.props.restrictPosition):null},n.emitCropData=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropComplete&&n.props.onCropComplete(t,r),n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.emitCropAreaChange=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.recomputeCropPosition=function(){if(n.state.cropSize){var e=n.props.restrictPosition?Z5(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop;n.props.onCropChange(e),n.emitCropData()}},n}return function(e,t){function n(){this.constructor=e}U5(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){window.addEventListener("resize",this.computeSizes),this.containerRef&&(this.props.zoomWithScroll&&this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}),this.containerRef.addEventListener("gesturestart",this.preventZoomSafari),this.containerRef.addEventListener("gesturechange",this.preventZoomSafari)),this.props.disableAutomaticStylesInjection||(this.styleRef=document.createElement("style"),this.styleRef.setAttribute("type","text/css"),this.styleRef.innerHTML=".reactEasyCrop_Container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n user-select: none;\n touch-action: none;\n cursor: move;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.reactEasyCrop_Image,\n.reactEasyCrop_Video {\n will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */\n}\n\n.reactEasyCrop_Contain {\n max-width: 100%;\n max-height: 100%;\n margin: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.reactEasyCrop_Cover_Horizontal {\n width: 100%;\n height: auto;\n}\n.reactEasyCrop_Cover_Vertical {\n width: auto;\n height: 100%;\n}\n\n.reactEasyCrop_CropArea {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n border: 1px solid rgba(255, 255, 255, 0.5);\n box-sizing: border-box;\n box-shadow: 0 0 0 9999em;\n color: rgba(0, 0, 0, 0.5);\n overflow: hidden;\n}\n\n.reactEasyCrop_CropAreaRound {\n border-radius: 50%;\n}\n\n.reactEasyCrop_CropAreaGrid::before {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 0;\n bottom: 0;\n left: 33.33%;\n right: 33.33%;\n border-top: 0;\n border-bottom: 0;\n}\n\n.reactEasyCrop_CropAreaGrid::after {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 33.33%;\n bottom: 33.33%;\n left: 0;\n right: 0;\n border-left: 0;\n border-right: 0;\n}\n",document.head.appendChild(this.styleRef)),this.imageRef&&this.imageRef.complete&&this.onMediaLoad()},t.prototype.componentWillUnmount=function(){var e;window.removeEventListener("resize",this.computeSizes),this.containerRef&&(this.containerRef.removeEventListener("gesturestart",this.preventZoomSafari),this.containerRef.removeEventListener("gesturechange",this.preventZoomSafari)),this.styleRef&&(null===(e=this.styleRef.parentNode)||void 0===e||e.removeChild(this.styleRef)),this.cleanEvents(),this.props.zoomWithScroll&&this.clearScrollEvent()},t.prototype.componentDidUpdate=function(e){var t,n,r,o,a,i,s,l,c;e.rotation!==this.props.rotation?(this.computeSizes(),this.recomputeCropPosition()):e.aspect!==this.props.aspect?this.computeSizes():e.zoom!==this.props.zoom?this.recomputeCropPosition():(null===(t=e.cropSize)||void 0===t?void 0:t.height)!==(null===(n=this.props.cropSize)||void 0===n?void 0:n.height)||(null===(r=e.cropSize)||void 0===r?void 0:r.width)!==(null===(o=this.props.cropSize)||void 0===o?void 0:o.width)?this.computeSizes():(null===(a=e.crop)||void 0===a?void 0:a.x)===(null===(i=this.props.crop)||void 0===i?void 0:i.x)&&(null===(s=e.crop)||void 0===s?void 0:s.y)===(null===(l=this.props.crop)||void 0===l?void 0:l.y)||this.emitCropAreaChange(),e.zoomWithScroll!==this.props.zoomWithScroll&&this.containerRef&&(this.props.zoomWithScroll?this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}):this.clearScrollEvent()),e.video!==this.props.video&&(null===(c=this.videoRef)||void 0===c||c.load())},t.prototype.getAspect=function(){var e=this.props,t=e.cropSize,n=e.aspect;return t?t.width/t.height:n},t.prototype.onPinchStart=function(e){var n=t.getTouchPoint(e.touches[0]),r=t.getTouchPoint(e.touches[1]);this.lastPinchDistance=e6(n,r),this.lastPinchRotation=t6(n,r),this.onDragStart(i6(n,r))},t.prototype.onPinchMove=function(e){var n=this,r=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),a=i6(r,o);this.onDrag(a),this.rafPinchTimeout&&window.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=window.requestAnimationFrame((function(){var e=e6(r,o),t=n.props.zoom*(e/n.lastPinchDistance);n.setNewZoom(t,a),n.lastPinchDistance=e;var i=t6(r,o),s=n.props.rotation+(i-n.lastPinchRotation);n.props.onRotationChange&&n.props.onRotationChange(s),n.lastPinchRotation=i}))},t.prototype.render=function(){var e=this,t=this.props,n=t.image,r=t.video,o=t.mediaProps,a=t.transform,i=t.crop,s=i.x,l=i.y,c=t.rotation,u=t.zoom,d=t.cropShape,p=t.showGrid,m=t.style,f=m.containerStyle,h=m.cropAreaStyle,g=m.mediaStyle,b=t.classes,v=b.containerClassName,y=b.cropAreaClassName,_=b.mediaClassName,M=t.objectFit;return pt().createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(t){return e.containerRef=t},"data-testid":"container",style:f,className:c6("reactEasyCrop_Container",v)},n?pt().createElement("img",$5({alt:"",className:c6("reactEasyCrop_Image","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical",_)},o,{src:n,ref:function(t){return e.imageRef=t},style:$5($5({},g),{transform:a||"translate("+s+"px, "+l+"px) rotate("+c+"deg) scale("+u+")"}),onLoad:this.onMediaLoad})):r&&pt().createElement("video",$5({autoPlay:!0,loop:!0,muted:!0,className:c6("reactEasyCrop_Video","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical",_)},o,{ref:function(t){return e.videoRef=t},onLoadedMetadata:this.onMediaLoad,style:$5($5({},g),{transform:a||"translate("+s+"px, "+l+"px) rotate("+c+"deg) scale("+u+")"}),controls:!1}),(Array.isArray(r)?r:[{src:r}]).map((function(e){return pt().createElement("source",$5({key:e.src},e))}))),this.state.cropSize&&pt().createElement("div",{style:$5($5({},h),{width:this.state.cropSize.width,height:this.state.cropSize.height}),"data-testid":"cropper",className:c6("reactEasyCrop_CropArea","round"===d&&"reactEasyCrop_CropAreaRound",p&&"reactEasyCrop_CropAreaGrid",y)}))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:3,minZoom:1,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0},t.getMousePoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t.getTouchPoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t}(pt().Component);const d6=u6,p6=(function(){var e=sE.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}})` +(()=>{var e={6600:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;const o=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}))},9733:e=>{"use strict";function t(){return null}function n(){return t}t.isRequired=t,e.exports={and:n,between:n,booleanSome:n,childrenHavePropXorChildren:n,childrenOf:n,childrenOfType:n,childrenSequenceOf:n,componentWithName:n,disallowedIf:n,elementType:n,empty:n,explicitNull:n,forbidExtraProps:Object,integer:n,keysOf:n,mutuallyExclusiveProps:n,mutuallyExclusiveTrueProps:n,nChildren:n,nonNegativeInteger:t,nonNegativeNumber:n,numericString:n,object:n,or:n,predicate:n,range:n,ref:n,requiredBy:n,restrictedProp:n,sequenceOf:n,shape:n,stringEndsWith:n,stringStartsWith:n,uniqueArray:n,uniqueArrayOf:n,valuesOf:n,withShape:n}},8341:(e,t,n)=>{e.exports=n(9733)},3535:(e,t,n)=>{"use strict";var r=n(9572),o=n(3069),a=n(1391),i=n(751),s=n(8305),l=n(821);e.exports=function(){var e=l(this),t=s(a(e,"length")),n=1;arguments.length>0&&void 0!==arguments[0]&&(n=i(arguments[0]));var c=r(e,0);return o(c,e,t,0,n),c}},6650:(e,t,n)=>{"use strict";var r=n(4289),o=n(5559),a=n(3535),i=n(8981),s=i(),l=n(2131),c=o(s);r(c,{getPolyfill:i,implementation:a,shim:l}),e.exports=c},8981:(e,t,n)=>{"use strict";var r=n(3535);e.exports=function(){return Array.prototype.flat||r}},2131:(e,t,n)=>{"use strict";var r=n(4289),o=n(8981);e.exports=function(){var e=o();return r(Array.prototype,{flat:e},{flat:function(){return Array.prototype.flat!==e}}),e}},9367:function(e,t){var n,r,o;r=[e,t],n=function(e,t){"use strict";var n="function"==typeof Map?new Map:function(){var e=[],t=[];return{has:function(t){return e.indexOf(t)>-1},get:function(n){return t[e.indexOf(n)]},set:function(n,r){-1===e.indexOf(n)&&(e.push(n),t.push(r))},delete:function(n){var r=e.indexOf(n);r>-1&&(e.splice(r,1),t.splice(r,1))}}}(),r=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){r=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function o(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!n.has(e)){var t=null,o=null,a=null,i=function(){e.clientWidth!==o&&p()},s=function(t){window.removeEventListener("resize",i,!1),e.removeEventListener("input",p,!1),e.removeEventListener("keyup",p,!1),e.removeEventListener("autosize:destroy",s,!1),e.removeEventListener("autosize:update",p,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),n.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",s,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",p,!1),window.addEventListener("resize",i,!1),e.addEventListener("input",p,!1),e.addEventListener("autosize:update",p,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",n.set(e,{destroy:s,update:p}),l()}function l(){var n=window.getComputedStyle(e,null);"vertical"===n.resize?e.style.resize="none":"both"===n.resize&&(e.style.resize="horizontal"),t="content-box"===n.boxSizing?-(parseFloat(n.paddingTop)+parseFloat(n.paddingBottom)):parseFloat(n.borderTopWidth)+parseFloat(n.borderBottomWidth),isNaN(t)&&(t=0),p()}function c(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function u(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function d(){if(0!==e.scrollHeight){var n=u(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+t+"px",o=e.clientWidth,n.forEach((function(e){e.node.scrollTop=e.scrollTop})),r&&(document.documentElement.scrollTop=r)}}function p(){d();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),o="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(o{"use strict";var r=n(210),o=n(5559),a=o(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&a(e,".prototype.")>-1?o(n):n}},5559:(e,t,n)=>{"use strict";var r=n(8612),o=n(210),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||r.call(i,a),l=o("%Object.getOwnPropertyDescriptor%",!0),c=o("%Object.defineProperty%",!0),u=o("%Math.max%");if(c)try{c({},"a",{value:1})}catch(e){c=null}e.exports=function(e){var t=s(r,i,arguments);if(l&&c){var n=l(t,"length");n.configurable&&c(t,"length",{value:1+u(0,e.length-(arguments.length-1))})}return t};var d=function(){return s(r,a,arguments)};c?c(e.exports,"apply",{value:d}):e.exports.apply=d},1991:(e,t)=>{var n;!function(){"use strict";var r=function(){function e(){}function t(e,t){for(var n=t.length,r=0;r{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=l()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=l()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==c(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&u(t.prototype,n),r&&u(t,r),e}(),p=d;function m(e){return m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},m(e)}function f(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===m(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=i()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new p({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return y("action",e)}},{key:"defaultTarget",value:function(e){var t=y("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return y("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],r=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&f(t.prototype,n),r&&f(t,r),a}(o()),M=_},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var r=n(828);function o(e,t,n,r,o){var i=a.apply(this,arguments);return e.addEventListener(n,i,o),{destroy:function(){e.removeEventListener(n,i,o)}}}function a(e,t,n,o){return function(n){n.delegateTarget=r(n.target,t),n.delegateTarget&&o.call(e,n)}}e.exports=function(e,t,n,r,a){return"function"==typeof e.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return o(e,t,n,r,a)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var r=n(879),o=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(r.string(e))return function(e,t,n){return o(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var r=window.getSelection(),o=document.createRange();o.selectNodeContents(e),r.removeAllRanges(),r.addRange(o),t=r.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r{e.exports=function(e,t,n){return((n=window.getComputedStyle)?n(e):e.currentStyle)[t.replace(/-(\w)/gi,(function(e,t){return t.toUpperCase()}))]}},7734:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addEventListener:()=>c});var r=!("undefined"==typeof window||!window.document||!window.document.createElement);var o=void 0;function a(){return void 0===o&&(o=function(){if(!r)return!1;if(!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}}),n=function(){};window.addEventListener("testPassiveEventSupport",n,t),window.removeEventListener("testPassiveEventSupport",n,t)}catch(e){}return e}()),o}function i(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function s(e){this.target=e,this.events={}}s.prototype.getEventHandlers=function(e,t){var n,r=String(e)+" "+String((n=t)?!0===n?100:(n.capture<<0)+(n.passive<<1)+(n.once<<2):0);return this.events[r]||(this.events[r]={handlers:[],handleEvent:void 0},this.events[r].nextHandlers=this.events[r].handlers),this.events[r]},s.prototype.handleEvent=function(e,t,n){var r=this.getEventHandlers(e,t);r.handlers=r.nextHandlers,r.handlers.forEach((function(e){e&&e(n)}))},s.prototype.add=function(e,t,n){var r=this,o=this.getEventHandlers(e,n);i(o),0===o.nextHandlers.length&&(o.handleEvent=this.handleEvent.bind(this,e,n),this.target.addEventListener(e,o.handleEvent,n)),o.nextHandlers.push(t);var a=!0;return function(){if(a){a=!1,i(o);var s=o.nextHandlers.indexOf(t);o.nextHandlers.splice(s,1),0===o.nextHandlers.length&&(r.target&&r.target.removeEventListener(e,o.handleEvent,n),o.handleEvent=void 0)}}};var l="__consolidated_events_handlers__";function c(e,t,n,r){e[l]||(e[l]=new s(e));var o=function(e){if(e)return a()?e:!!e.capture}(r);return e[l].add(t,n,o)}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e={NODE_ENV:"production"}.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,o,a,i=null;function s(...e){if(!s.enabled)return;const r=s,o=Number(new Date),a=o-(n||o);r.diff=a,r.prev=n,r.curr=o,n=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,o)=>{if("%%"===n)return"%";i++;const a=t.formatters[o];if("function"==typeof a){const t=e[i];n=a.call(r,t),e.splice(i,1),i--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=r,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(o!==t.namespaces&&(o=t.namespaces,a=t.enabled(e)),a),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{"use strict";var r=n(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),a=Object.prototype.toString,i=Array.prototype.concat,s=Object.defineProperty,l=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),c=function(e,t,n,r){var o;(!(t in e)||"function"==typeof(o=r)&&"[object Function]"===a.call(o)&&r())&&(l?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},u=function(e,t){var n=arguments.length>2?arguments[2]:{},a=r(t);o&&(a=i.call(a,Object.getOwnPropertySymbols(t)));for(var s=0;s{"use strict";function n(){}function r(e,t,n,r,o){for(var a=0,i=t.length,s=0,l=0;ae.length?n:e})),c.value=e.join(d)}else c.value=e.join(n.slice(s,s+c.count));s+=c.count,c.added||(l+=c.count)}}var p=t[i-1];return i>1&&"string"==typeof p.value&&(p.added||p.removed)&&e.equals("",p.value)&&(t[i-2].value+=p.value,t.pop()),t}function o(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.callback;"function"==typeof n&&(a=n,n={}),this.options=n;var i=this;function s(e){return a?(setTimeout((function(){a(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var l=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,u=1,d=l+c,p=[{newPos:-1,components:[]}],m=this.extractCommon(p[0],t,e,0);if(p[0].newPos+1>=l&&m+1>=c)return s([{value:this.join(t),count:t.length}]);function f(){for(var n=-1*u;n<=u;n+=2){var a=void 0,d=p[n-1],m=p[n+1],f=(m?m.newPos:0)-n;d&&(p[n-1]=void 0);var h=d&&d.newPos+1=l&&f+1>=c)return s(r(i,a.components,t,e,i.useLongestToken));p[n]=a}else p[n]=void 0}u++}if(a)!function e(){setTimeout((function(){if(u>d)return a();f()||e()}),0)}();else for(;u<=d;){var h=f();if(h)return h}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var o=t.length,a=n.length,i=e.newPos,s=i-r,l=0;i+1{"use strict";var r;t.Kx=function(e,t,n){return o.diff(e,t,n)};var o=new(((r=n(5913))&&r.__esModule?r:{default:r}).default)},1676:e=>{"use strict";e.exports=function(e){if(arguments.length<1)throw new TypeError("1 argument is required");if("object"!=typeof e)throw new TypeError("Argument 1 (”other“) to Node.contains must be an instance of Node");var t=e;do{if(this===t)return!0;t&&(t=t.parentNode)}while(t);return!1}},2483:(e,t,n)=>{"use strict";var r=n(4289),o=n(1676),a=n(4356),i=a(),s=function(e,t){return i.apply(e,[t])};r(s,{getPolyfill:a,implementation:o,shim:n(1514)}),e.exports=s},4356:(e,t,n)=>{"use strict";var r=n(1676);e.exports=function(){if("undefined"!=typeof document){if(document.contains)return document.contains;if(document.body&&document.body.contains)try{if("boolean"==typeof document.body.contains.call(document,""))return document.body.contains}catch(e){}}return r}},1514:(e,t,n)=>{"use strict";var r=n(4289),o=n(4356);e.exports=function(){var e=o();return"undefined"!=typeof document&&(r(document,{contains:e},{contains:function(){return document.contains!==e}}),"undefined"!=typeof Element&&r(Element.prototype,{contains:e},{contains:function(){return Element.prototype.contains!==e}})),e}},9010:(e,t,n)=>{"use strict";var r=n(4657);e.exports=function(e,t,n){n=n||{},9===t.nodeType&&(t=r.getWindow(t));var o=n.allowHorizontalScroll,a=n.onlyScrollIfNeeded,i=n.alignWithTop,s=n.alignWithLeft,l=n.offsetTop||0,c=n.offsetLeft||0,u=n.offsetBottom||0,d=n.offsetRight||0;o=void 0===o||o;var p=r.isWindow(t),m=r.offset(e),f=r.outerHeight(e),h=r.outerWidth(e),g=void 0,b=void 0,v=void 0,y=void 0,_=void 0,M=void 0,k=void 0,w=void 0,E=void 0,L=void 0;p?(k=t,L=r.height(k),E=r.width(k),w={left:r.scrollLeft(k),top:r.scrollTop(k)},_={left:m.left-w.left-c,top:m.top-w.top-l},M={left:m.left+h-(w.left+E)+d,top:m.top+f-(w.top+L)+u},y=w):(g=r.offset(t),b=t.clientHeight,v=t.clientWidth,y={left:t.scrollLeft,top:t.scrollTop},_={left:m.left-(g.left+(parseFloat(r.css(t,"borderLeftWidth"))||0))-c,top:m.top-(g.top+(parseFloat(r.css(t,"borderTopWidth"))||0))-l},M={left:m.left+h-(g.left+v+(parseFloat(r.css(t,"borderRightWidth"))||0))+d,top:m.top+f-(g.top+b+(parseFloat(r.css(t,"borderBottomWidth"))||0))+u}),_.top<0||M.top>0?!0===i?r.scrollTop(t,y.top+_.top):!1===i?r.scrollTop(t,y.top+M.top):_.top<0?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top):a||((i=void 0===i||!!i)?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top)),o&&(_.left<0||M.left>0?!0===s?r.scrollLeft(t,y.left+_.left):!1===s?r.scrollLeft(t,y.left+M.left):_.left<0?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left):a||((s=void 0===s||!!s)?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left)))}},4979:(e,t,n)=>{"use strict";e.exports=n(9010)},4657:e=>{"use strict";var t=Object.assign||function(e){for(var t=1;t{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function n(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(o,a){null!==a&&"object"===t(a)&&(o=o[1]),e.call(r,o,a,n)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}],a&&n(o.prototype,a),i&&n(o,i),e}();e.exports=o},1503:(e,t,n)=>{"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator,o=n(4149),a=n(5320),i=n(8923),s=n(2636),l=function(e,t){if(null==e)throw new TypeError("Cannot call method on "+e);if("string"!=typeof t||"number"!==t&&"string"!==t)throw new TypeError('hint must be "string" or "number"');var n,r,i,s="string"===t?["toString","valueOf"]:["valueOf","toString"];for(i=0;i1&&(arguments[1]===String?n="string":arguments[1]===Number&&(n="number")),r&&(Symbol.toPrimitive?t=c(e,Symbol.toPrimitive):s(e)&&(t=Symbol.prototype.valueOf)),void 0!==t){var a=t.call(e,n);if(o(a))return a;throw new TypeError("unable to convert exotic object to primitive")}return"default"===n&&(i(e)||s(e))&&(n="string"),l(e,"default"===n?"number":n)}},2116:(e,t,n)=>{"use strict";var r=Object.prototype.toString,o=n(4149),a=n(5320),i=function(e){var t;if((t=arguments.length>1?arguments[1]:"[object Date]"===r.call(e)?String:Number)===String||t===Number){var n,i,s=t===String?["toString","valueOf"]:["valueOf","toString"];for(i=0;i1?i(e,arguments[1]):i(e)}},4149:e=>{"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},7667:function(e){e.exports=function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;na?(l=o/a,i=c,s=Math.round(i/l)):(l=a/o,s=c,i=Math.round(s/l)),(i>o||s>a||ir?-1:n===r?0:1})),m=r(p[0],5),f=m[0],h=m[1],g=m[2],b=m[3],v=m[4];return b?[Math.round(f/b),Math.round(h/b),Math.round(g/b),Math.round(b/v)]:[0,0,0,0]}},{key:"_bindImageEvents",value:function(e,t,n){var r=this,o=(n=n||{})&&n.data,a=this._getDefaultColor(n),i=function(){c(),t.call(e,r.getColor(e,n),o)},s=function(){c(),t.call(e,r._prepareResult(a,new Error("Image error")),o)},l=function(){c(),t.call(e,r._prepareResult(a,new Error("Image abort")),o)},c=function(){e.removeEventListener("load",i),e.removeEventListener("error",s),e.removeEventListener("abort",l)};e.addEventListener("load",i),e.addEventListener("error",s),e.addEventListener("abort",l)}},{key:"_prepareResult",value:function(e,t){var n=e.slice(0,3),r=[].concat(n,e[3]/255),o=this._isDark(e);return{error:t,value:e,rgb:"rgb("+n.join(",")+")",rgba:"rgba("+r.join(",")+")",hex:this._arrayToHex(n),hexa:this._arrayToHex(e),isDark:o,isLight:!o}}},{key:"_getOriginalSize",value:function(e){return e instanceof HTMLImageElement?{width:e.naturalWidth,height:e.naturalHeight}:e instanceof HTMLVideoElement?{width:e.videoWidth,height:e.videoHeight}:{width:e.width,height:e.height}}},{key:"_toHex",value:function(e){var t=e.toString(16);return 1===t.length?"0"+t:t}},{key:"_arrayToHex",value:function(e){return"#"+e.map(this._toHex).join("")}},{key:"_isDark",value:function(e){return(299*e[0]+587*e[1]+114*e[2])/1e3<128}},{key:"_makeCanvas",value:function(){return"undefined"==typeof window?new OffscreenCanvas(1,1):document.createElement("canvas")}}]),t}()}()},3316:e=>{function t(e,t,n,r){var o,a=null==(o=r)||"number"==typeof o||"boolean"==typeof o?r:n(r),i=t.get(a);return void 0===i&&(i=e.call(this,r),t.set(a,i)),i}function n(e,t,n){var r=Array.prototype.slice.call(arguments,3),o=n(r),a=t.get(o);return void 0===a&&(a=e.apply(this,r),t.set(o,a)),a}function r(e,t,n,r,o){return n.bind(t,e,r,o)}function o(e,o){return r(e,this,1===e.length?t:n,o.cache.create(),o.serializer)}function a(){return JSON.stringify(arguments)}function i(){this.cache=Object.create(null)}i.prototype.has=function(e){return e in this.cache},i.prototype.get=function(e){return this.cache[e]},i.prototype.set=function(e,t){this.cache[e]=t};var s={create:function(){return new i}};e.exports=function(e,t){var n=t&&t.cache?t.cache:s,r=t&&t.serializer?t.serializer:a;return(t&&t.strategy?t.strategy:o)(e,{cache:n,serializer:r})},e.exports.strategies={variadic:function(e,t){return r(e,this,n,t.cache.create(),t.serializer)},monadic:function(e,n){return r(e,this,t,n.cache.create(),n.serializer)}}},7648:e=>{"use strict";var t="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,r=Object.prototype.toString,o="[object Function]";e.exports=function(e){var a=this;if("function"!=typeof a||r.call(a)!==o)throw new TypeError(t+a);for(var i,s=n.call(arguments,1),l=function(){if(this instanceof i){var t=a.apply(this,s.concat(n.call(arguments)));return Object(t)===t?t:this}return a.apply(e,s.concat(n.call(arguments)))},c=Math.max(0,a.length-s.length),u=[],d=0;d{"use strict";var r=n(7648);e.exports=Function.prototype.bind||r},210:(e,t,n)=>{"use strict";var r,o=SyntaxError,a=Function,i=TypeError,s=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var c=function(){throw new i},u=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(e){return c}}}():c,d=n(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},m={},f="undefined"==typeof Uint8Array?r:p(Uint8Array),h={"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":d?p([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":m,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":d?p(p([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&d?p((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&d?p((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":d?p(""[Symbol.iterator]()):r,"%Symbol%":d?Symbol:r,"%SyntaxError%":o,"%ThrowTypeError%":u,"%TypedArray%":f,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet},g=function e(t){var n;if("%AsyncFunction%"===t)n=s("async function () {}");else if("%GeneratorFunction%"===t)n=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=s("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(n=p(o.prototype))}return h[t]=n,n},b={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},v=n(8612),y=n(7642),_=v.call(Function.call,Array.prototype.concat),M=v.call(Function.apply,Array.prototype.splice),k=v.call(Function.call,String.prototype.replace),w=v.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,L=/\\(\\)?/g,C=function(e){var t=w(e,0,1),n=w(e,-1);if("%"===t&&"%"!==n)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var r=[];return k(e,E,(function(e,t,n,o){r[r.length]=n?k(o,L,"$1"):t||e})),r},x=function(e,t){var n,r=e;if(y(b,r)&&(r="%"+(n=b[r])[0]+"%"),y(h,r)){var a=h[r];if(a===m&&(a=g(r)),void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var n=C(e),r=n.length>0?n[0]:"",a=x("%"+r+"%",t),s=a.name,c=a.value,u=!1,d=a.alias;d&&(r=d[0],M(n,_([0,1],d)));for(var p=1,m=!0;p=n.length){var v=l(c,f);c=(m=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:c[f]}else m=y(c,f),c=c[f];m&&!u&&(h[s]=c)}}return c}},1884:(e,t,n)=>{"use strict";var r=n(4289),o=n(2636),a="__ global cache key __";"function"==typeof Symbol&&o(Symbol("foo"))&&"function"==typeof Symbol.for&&(a=Symbol.for(a));var i=function(){return!0},s=function(){if(!n.g[a]){var e={};e[a]={};var t={};t[a]=i,r(n.g,e,t)}return n.g[a]},l=s(),c=function(e){return o(e)?Symbol.prototype.valueOf.call(e):typeof e+" | "+String(e)},u=function(e){if(!function(e){return null===e||"object"!=typeof e&&"function"!=typeof e}(e))throw new TypeError("key must not be an object")},d={clear:function(){delete n.g[a],l=s()},delete:function(e){return u(e),delete l[c(e)],!d.has(e)},get:function(e){return u(e),l[c(e)]},has:function(e){return u(e),c(e)in l},set:function(e,t){u(e);var n=c(e),o={};o[n]=t;var a={};return a[n]=i,r(l,o,a),d.has(e)},setIfMissingThenGet:function(e,t){if(d.has(e))return d.get(e);var n=t();return d.set(e,n),n}};e.exports=d},9948:(e,t)=>{var n={};n.parse=function(){var e=/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,t=/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,n=/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,r=/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,o=/^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,a=/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,i=/^(left|center|right|top|bottom)/i,s=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,l=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,c=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,u=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,d=/^\(/,p=/^\)/,m=/^,/,f=/^\#([0-9a-fA-F]+)/,h=/^([a-zA-Z]+)/,g=/^rgb/i,b=/^rgba/i,v=/^(([0-9]*\.[0-9]+)|([0-9]+\.?))/,y="";function _(e){var t=new Error(y+": "+e);throw t.source=y,t}function M(){var e=T(k);return y.length>0&&_("Invalid input not EOF"),e}function k(){return w("linear-gradient",e,L)||w("repeating-linear-gradient",t,L)||w("radial-gradient",n,C)||w("repeating-radial-gradient",r,C)}function w(e,t,n){return E(t,(function(t){var r=n();return r&&(I(m)||_("Missing comma before color stops")),{type:e,orientation:r,colorStops:T(z)}}))}function E(e,t){var n=I(e);if(n)return I(d)||_("Missing ("),result=t(n),I(p)||_("Missing )"),result}function L(){return B("directional",o,1)||B("angular",u,1)}function C(){var e,t,n=x();return n&&((e=[]).push(n),t=y,I(m)&&((n=x())?e.push(n):y=t)),e}function x(){var e=function(){var e=B("shape",/^(circle)/i,0);e&&(e.style=D()||S());return e}()||function(){var e=B("shape",/^(ellipse)/i,0);e&&(e.style=O()||S());return e}();if(e)e.at=function(){if(B("position",/^at/,0)){var e=A();return e||_("Missing positioning value"),e}}();else{var t=A();t&&(e={type:"default-radial",at:t})}return e}function S(){return B("extent-keyword",a,1)}function A(){var e={x:O(),y:O()};if(e.x||e.y)return{type:"position",value:e}}function T(e){var t=e(),n=[];if(t)for(n.push(t);I(m);)(t=e())?n.push(t):_("One extra comma");return n}function z(){var e=B("hex",f,1)||E(b,(function(){return{type:"rgba",value:T(N)}}))||E(g,(function(){return{type:"rgb",value:T(N)}}))||B("literal",h,0);return e||_("Expected color definition"),e.length=O(),e}function N(){return I(v)[1]}function O(){return B("%",l,1)||B("position-keyword",i,1)||D()}function D(){return B("px",s,1)||B("em",c,1)}function B(e,t,n){var r=I(t);if(r)return{type:e,value:r[n]}}function I(e){var t,n;return(n=/^[\n\r\t\s]+/.exec(y))&&P(n[0].length),(t=e.exec(y))&&P(t[0].length),t}function P(e){y=y.substr(e)}return function(e){return y=e.toString(),M()}}(),t.parse=(n||{}).parse},1405:(e,t,n)=>{"use strict";var r="undefined"!=typeof Symbol&&Symbol,o=n(5419);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},6410:(e,t,n)=>{"use strict";var r=n(5419);e.exports=function(){return r()&&!!Symbol.toStringTag}},7642:(e,t,n)=>{"use strict";var r=n(8612);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},6928:e=>{e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);Object.defineProperty(t,"combineChunks",{enumerable:!0,get:function(){return r.combineChunks}}),Object.defineProperty(t,"fillInChunks",{enumerable:!0,get:function(){return r.fillInChunks}}),Object.defineProperty(t,"findAll",{enumerable:!0,get:function(){return r.findAll}}),Object.defineProperty(t,"findChunks",{enumerable:!0,get:function(){return r.findChunks}})},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.findAll=function(e){var t=e.autoEscape,a=e.caseSensitive,i=void 0!==a&&a,s=e.findChunks,l=void 0===s?r:s,c=e.sanitize,u=e.searchWords,d=e.textToHighlight;return o({chunksToHighlight:n({chunks:l({autoEscape:t,caseSensitive:i,sanitize:c,searchWords:u,textToHighlight:d})}),totalLength:d?d.length:0})};var n=t.combineChunks=function(e){var t=e.chunks;return t=t.sort((function(e,t){return e.start-t.start})).reduce((function(e,t){if(0===e.length)return[t];var n=e.pop();if(t.start<=n.end){var r=Math.max(n.end,t.end);e.push({highlight:!1,start:n.start,end:r})}else e.push(n,t);return e}),[])},r=function(e){var t=e.autoEscape,n=e.caseSensitive,r=e.sanitize,o=void 0===r?a:r,i=e.searchWords,s=e.textToHighlight;return s=o(s),i.filter((function(e){return e})).reduce((function(e,r){r=o(r),t&&(r=r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var a=new RegExp(r,n?"g":"gi"),i=void 0;i=a.exec(s);){var l=i.index,c=a.lastIndex;c>l&&e.push({highlight:!1,start:l,end:c}),i.index===a.lastIndex&&a.lastIndex++}return e}),[])};t.findChunks=r;var o=t.fillInChunks=function(e){var t=e.chunksToHighlight,n=e.totalLength,r=[],o=function(e,t,n){t-e>0&&r.push({start:e,end:t,highlight:n})};if(0===t.length)o(0,n,!1);else{var a=0;t.forEach((function(e){o(a,e.start,!1),o(e.start,e.end,!0),a=e.end})),o(a,n,!1)}return r};function a(e){return e}}])},8679:(e,t,n)=>{"use strict";var r=n(1296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var o=m(n);o&&o!==f&&e(t,o,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var s=l(t),h=l(n),g=0;g{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,l=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,m=n?Symbol.for("react.suspense"):60113,f=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,b=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,y=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function M(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case a:case s:case i:case m:return e;default:switch(e=e&&e.$$typeof){case c:case p:case g:case h:case l:return e;default:return t}}case o:return t}}}function k(e){return M(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=c,t.ContextProvider=l,t.Element=r,t.ForwardRef=p,t.Fragment=a,t.Lazy=g,t.Memo=h,t.Portal=o,t.Profiler=s,t.StrictMode=i,t.Suspense=m,t.isAsyncMode=function(e){return k(e)||M(e)===u},t.isConcurrentMode=k,t.isContextConsumer=function(e){return M(e)===c},t.isContextProvider=function(e){return M(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return M(e)===p},t.isFragment=function(e){return M(e)===a},t.isLazy=function(e){return M(e)===g},t.isMemo=function(e){return M(e)===h},t.isPortal=function(e){return M(e)===o},t.isProfiler=function(e){return M(e)===s},t.isStrictMode=function(e){return M(e)===i},t.isSuspense=function(e){return M(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===d||e===s||e===i||e===m||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===h||e.$$typeof===l||e.$$typeof===c||e.$$typeof===p||e.$$typeof===v||e.$$typeof===y||e.$$typeof===_||e.$$typeof===b)},t.typeOf=M},1296:(e,t,n)=>{"use strict";e.exports=n(6103)},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},5320:e=>{"use strict";var t,n,r=Function.prototype.toString,o="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof o&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw n}}),n={},o((function(){throw 42}),null,t)}catch(e){e!==n&&(o=null)}else o=null;var a=/^\s*class\b/,i=function(e){try{var t=r.call(e);return a.test(t)}catch(e){return!1}},s=Object.prototype.toString,l="function"==typeof Symbol&&!!Symbol.toStringTag,c="object"==typeof document&&void 0===document.all&&void 0!==document.all?document.all:{};e.exports=o?function(e){if(e===c)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;try{o(e,null,t)}catch(e){if(e!==n)return!1}return!i(e)}:function(e){if(e===c)return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;if(l)return function(e){try{return!i(e)&&(r.call(e),!0)}catch(e){return!1}}(e);if(i(e))return!1;var t=s.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},8923:(e,t,n)=>{"use strict";var r=Date.prototype.getDay,o=Object.prototype.toString,a=n(6410)();e.exports=function(e){return"object"==typeof e&&null!==e&&(a?function(e){try{return r.call(e),!0}catch(e){return!1}}(e):"[object Date]"===o.call(e))}},8420:(e,t,n)=>{"use strict";var r,o,a,i,s=n(1924),l=n(6410)();if(l){r=s("Object.prototype.hasOwnProperty"),o=s("RegExp.prototype.exec"),a={};var c=function(){throw a};i={toString:c,valueOf:c},"symbol"==typeof Symbol.toPrimitive&&(i[Symbol.toPrimitive]=c)}var u=s("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor;e.exports=l?function(e){if(!e||"object"!=typeof e)return!1;var t=d(e,"lastIndex");if(!(t&&r(t,"value")))return!1;try{o(e,i)}catch(e){return e===a}}:function(e){return!(!e||"object"!=typeof e&&"function"!=typeof e)&&"[object RegExp]"===u(e)}},2636:(e,t,n)=>{"use strict";var r=Object.prototype.toString;if(n(1405)()){var o=Symbol.prototype.toString,a=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==r.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&a.test(o.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},1465:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!("undefined"==typeof window||!("ontouchstart"in window||window.DocumentTouch&&"undefined"!=typeof document&&document instanceof window.DocumentTouch))||!("undefined"==typeof navigator||!navigator.maxTouchPoints&&!navigator.msMaxTouchPoints)},e.exports=t.default},8303:(e,t,n)=>{var r=n(1934);e.exports=function(e){var t=r(e,"line-height"),n=parseFloat(t,10);if(t===n+""){var o=e.style.lineHeight;e.style.lineHeight=t+"em",t=r(e,"line-height"),n=parseFloat(t,10),o?e.style.lineHeight=o:delete e.style.lineHeight}if(-1!==t.indexOf("pt")?(n*=4,n/=3):-1!==t.indexOf("mm")?(n*=96,n/=25.4):-1!==t.indexOf("cm")?(n*=96,n/=2.54):-1!==t.indexOf("in")?n*=96:-1!==t.indexOf("pc")&&(n*=16),n=Math.round(n),"normal"===t){var a=e.nodeName,i=document.createElement(a);i.innerHTML=" ","TEXTAREA"===a.toUpperCase()&&i.setAttribute("rows","1");var s=r(e,"font-size");i.style.fontSize=s,i.style.padding="0px",i.style.border="0px";var l=document.body;l.appendChild(i),n=i.offsetHeight,l.removeChild(i)}return n}},2705:(e,t,n)=>{var r=n(5639).Symbol;e.exports=r},4239:(e,t,n)=>{var r=n(2705),o=n(9607),a=n(2333),i=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},7561:(e,t,n)=>{var r=n(7990),o=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(o,""):e}},1957:(e,t,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},9607:(e,t,n)=>{var r=n(2705),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=a.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var o=i.call(e);return r&&(t?e[s]=n:delete e[s]),o}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},3279:(e,t,n)=>{var r=n(3218),o=n(7771),a=n(4841),i=Math.max,s=Math.min;e.exports=function(e,t,n){var l,c,u,d,p,m,f=0,h=!1,g=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function v(t){var n=l,r=c;return l=c=void 0,f=t,d=e.apply(r,n)}function y(e){return f=e,p=setTimeout(M,t),h?v(e):d}function _(e){var n=e-m;return void 0===m||n>=t||n<0||g&&e-f>=u}function M(){var e=o();if(_(e))return k(e);p=setTimeout(M,function(e){var n=t-(e-m);return g?s(n,u-(e-f)):n}(e))}function k(e){return p=void 0,b&&l?v(e):(l=c=void 0,d)}function w(){var e=o(),n=_(e);if(l=arguments,c=this,m=e,n){if(void 0===p)return y(m);if(g)return clearTimeout(p),p=setTimeout(M,t),v(m)}return void 0===p&&(p=setTimeout(M,t)),d}return t=a(t)||0,r(n)&&(h=!!n.leading,u=(g="maxWait"in n)?i(a(n.maxWait)||0,t):u,b="trailing"in n?!!n.trailing:b),w.cancel=function(){void 0!==p&&clearTimeout(p),f=0,l=m=c=p=void 0},w.flush=function(){return void 0===p?d:k(o())},w}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var r=n(4239),o=n(7005);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},6486:function(e,t,n){var r;e=n.nmd(e),function(){var o,a="Expected a function",i="__lodash_hash_undefined__",s="__lodash_placeholder__",l=16,c=32,u=64,d=128,p=256,m=1/0,f=9007199254740991,h=NaN,g=4294967295,b=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",u],["rearg",p]],v="[object Arguments]",y="[object Array]",_="[object Boolean]",M="[object Date]",k="[object Error]",w="[object Function]",E="[object GeneratorFunction]",L="[object Map]",C="[object Number]",x="[object Object]",S="[object Promise]",A="[object RegExp]",T="[object Set]",z="[object String]",N="[object Symbol]",O="[object WeakMap]",D="[object ArrayBuffer]",B="[object DataView]",I="[object Float32Array]",P="[object Float64Array]",R="[object Int8Array]",H="[object Int16Array]",W="[object Int32Array]",Y="[object Uint8Array]",j="[object Uint8ClampedArray]",q="[object Uint16Array]",F="[object Uint32Array]",V=/\b__p \+= '';/g,X=/\b(__p \+=) '' \+/g,U=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,K=RegExp($.source),J=RegExp(G.source),Z=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oe=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(oe.source),ie=/^\s+/,se=/\s/,le=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pe=/[()=,{}\[\]\/\s]/,me=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,be=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,Me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ke=/($^)/,we=/['\n\r\u2028\u2029\\]/g,Ee="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Le="\\u2700-\\u27bf",Ce="a-z\\xdf-\\xf6\\xf8-\\xff",xe="A-Z\\xc0-\\xd6\\xd8-\\xde",Se="\\ufe0e\\ufe0f",Ae="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Te="['’]",ze="[\\ud800-\\udfff]",Ne="["+Ae+"]",Oe="["+Ee+"]",De="\\d+",Be="[\\u2700-\\u27bf]",Ie="["+Ce+"]",Pe="[^\\ud800-\\udfff"+Ae+De+Le+Ce+xe+"]",Re="\\ud83c[\\udffb-\\udfff]",He="[^\\ud800-\\udfff]",We="(?:\\ud83c[\\udde6-\\uddff]){2}",Ye="[\\ud800-\\udbff][\\udc00-\\udfff]",je="["+xe+"]",qe="(?:"+Ie+"|"+Pe+")",Fe="(?:"+je+"|"+Pe+")",Ve="(?:['’](?:d|ll|m|re|s|t|ve))?",Xe="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ue="(?:"+Oe+"|"+Re+")"+"?",$e="[\\ufe0e\\ufe0f]?",Ge=$e+Ue+("(?:\\u200d(?:"+[He,We,Ye].join("|")+")"+$e+Ue+")*"),Ke="(?:"+[Be,We,Ye].join("|")+")"+Ge,Je="(?:"+[He+Oe+"?",Oe,We,Ye,ze].join("|")+")",Ze=RegExp(Te,"g"),Qe=RegExp(Oe,"g"),et=RegExp(Re+"(?="+Re+")|"+Je+Ge,"g"),tt=RegExp([je+"?"+Ie+"+"+Ve+"(?="+[Ne,je,"$"].join("|")+")",Fe+"+"+Xe+"(?="+[Ne,je+qe,"$"].join("|")+")",je+"?"+qe+"+"+Ve,je+"+"+Xe,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",De,Ke].join("|"),"g"),nt=RegExp("[\\u200d\\ud800-\\udfff"+Ee+Se+"]"),rt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ot=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,it={};it[I]=it[P]=it[R]=it[H]=it[W]=it[Y]=it[j]=it[q]=it[F]=!0,it[v]=it[y]=it[D]=it[_]=it[B]=it[M]=it[k]=it[w]=it[L]=it[C]=it[x]=it[A]=it[T]=it[z]=it[O]=!1;var st={};st[v]=st[y]=st[D]=st[B]=st[_]=st[M]=st[I]=st[P]=st[R]=st[H]=st[W]=st[L]=st[C]=st[x]=st[A]=st[T]=st[z]=st[N]=st[Y]=st[j]=st[q]=st[F]=!0,st[k]=st[w]=st[O]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,ut=parseInt,dt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,pt="object"==typeof self&&self&&self.Object===Object&&self,mt=dt||pt||Function("return this")(),ft=t&&!t.nodeType&&t,ht=ft&&e&&!e.nodeType&&e,gt=ht&&ht.exports===ft,bt=gt&&dt.process,vt=function(){try{var e=ht&&ht.require&&ht.require("util").types;return e||bt&&bt.binding&&bt.binding("util")}catch(e){}}(),yt=vt&&vt.isArrayBuffer,_t=vt&&vt.isDate,Mt=vt&&vt.isMap,kt=vt&&vt.isRegExp,wt=vt&&vt.isSet,Et=vt&&vt.isTypedArray;function Lt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Ct(e,t,n,r){for(var o=-1,a=null==e?0:e.length;++o-1}function Nt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function tn(e,t){for(var n=e.length;n--&&Yt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var rn=Xt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),on=Xt({"&":"&","<":"<",">":">",'"':""","'":"'"});function an(e){return"\\"+lt[e]}function sn(e){return nt.test(e)}function ln(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function cn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,r=e.length,o=0,a=[];++n",""":'"',"'":"'"});var bn=function e(t){var n,r=(t=null==t?mt:bn.defaults(mt.Object(),t,bn.pick(mt,ot))).Array,se=t.Date,Ee=t.Error,Le=t.Function,Ce=t.Math,xe=t.Object,Se=t.RegExp,Ae=t.String,Te=t.TypeError,ze=r.prototype,Ne=Le.prototype,Oe=xe.prototype,De=t["__core-js_shared__"],Be=Ne.toString,Ie=Oe.hasOwnProperty,Pe=0,Re=(n=/[^.]+$/.exec(De&&De.keys&&De.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",He=Oe.toString,We=Be.call(xe),Ye=mt._,je=Se("^"+Be.call(Ie).replace(oe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qe=gt?t.Buffer:o,Fe=t.Symbol,Ve=t.Uint8Array,Xe=qe?qe.allocUnsafe:o,Ue=cn(xe.getPrototypeOf,xe),$e=xe.create,Ge=Oe.propertyIsEnumerable,Ke=ze.splice,Je=Fe?Fe.isConcatSpreadable:o,et=Fe?Fe.iterator:o,nt=Fe?Fe.toStringTag:o,lt=function(){try{var e=fa(xe,"defineProperty");return e({},"",{}),e}catch(e){}}(),dt=t.clearTimeout!==mt.clearTimeout&&t.clearTimeout,pt=se&&se.now!==mt.Date.now&&se.now,ft=t.setTimeout!==mt.setTimeout&&t.setTimeout,ht=Ce.ceil,bt=Ce.floor,vt=xe.getOwnPropertySymbols,Rt=qe?qe.isBuffer:o,Xt=t.isFinite,vn=ze.join,yn=cn(xe.keys,xe),_n=Ce.max,Mn=Ce.min,kn=se.now,wn=t.parseInt,En=Ce.random,Ln=ze.reverse,Cn=fa(t,"DataView"),xn=fa(t,"Map"),Sn=fa(t,"Promise"),An=fa(t,"Set"),Tn=fa(t,"WeakMap"),zn=fa(xe,"create"),Nn=Tn&&new Tn,On={},Dn=Ya(Cn),Bn=Ya(xn),In=Ya(Sn),Pn=Ya(An),Rn=Ya(Tn),Hn=Fe?Fe.prototype:o,Wn=Hn?Hn.valueOf:o,Yn=Hn?Hn.toString:o;function jn(e){if(os(e)&&!Ui(e)&&!(e instanceof Xn)){if(e instanceof Vn)return e;if(Ie.call(e,"__wrapped__"))return ja(e)}return new Vn(e)}var qn=function(){function e(){}return function(t){if(!rs(t))return{};if($e)return $e(t);e.prototype=t;var n=new e;return e.prototype=o,n}}();function Fn(){}function Vn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=o}function Xn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Un(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function ur(e,t,n,r,a,i){var s,l=1&t,c=2&t,u=4&t;if(n&&(s=a?n(e,r,a,i):n(e)),s!==o)return s;if(!rs(e))return e;var d=Ui(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ie.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return No(e,s)}else{var p=ba(e),m=p==w||p==E;if(Ji(e))return Co(e,l);if(p==x||p==v||m&&!a){if(s=c||m?{}:ya(e),!l)return c?function(e,t){return Oo(e,ga(e),t)}(e,function(e,t){return e&&Oo(t,Bs(t),e)}(s,e)):function(e,t){return Oo(e,ha(e),t)}(e,ir(s,e))}else{if(!st[p])return a?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case D:return xo(e);case _:case M:return new r(+e);case B:return function(e,t){var n=t?xo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case I:case P:case R:case H:case W:case Y:case j:case q:case F:return So(e,n);case L:return new r;case C:case z:return new r(e);case A:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case T:return new r;case N:return o=e,Wn?xe(Wn.call(o)):{}}var o}(e,p,l)}}i||(i=new Jn);var f=i.get(e);if(f)return f;i.set(e,s),cs(e)?e.forEach((function(r){s.add(ur(r,t,n,r,e,i))})):as(e)&&e.forEach((function(r,o){s.set(o,ur(r,t,n,o,e,i))}));var h=d?o:(u?c?sa:ia:c?Bs:Ds)(e);return xt(h||e,(function(r,o){h&&(r=e[o=r]),rr(s,o,ur(r,t,n,o,e,i))})),s}function dr(e,t,n){var r=n.length;if(null==e)return!r;for(e=xe(e);r--;){var a=n[r],i=t[a],s=e[a];if(s===o&&!(a in e)||!i(s))return!1}return!0}function pr(e,t,n){if("function"!=typeof e)throw new Te(a);return Da((function(){e.apply(o,n)}),t)}function mr(e,t,n,r){var o=-1,a=zt,i=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=Ot(t,Jt(n))),r?(a=Nt,i=!1):t.length>=200&&(a=Qt,i=!1,t=new Kn(t));e:for(;++o-1},$n.prototype.set=function(e,t){var n=this.__data__,r=or(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Gn.prototype.clear=function(){this.size=0,this.__data__={hash:new Un,map:new(xn||$n),string:new Un}},Gn.prototype.delete=function(e){var t=pa(this,e).delete(e);return this.size-=t?1:0,t},Gn.prototype.get=function(e){return pa(this,e).get(e)},Gn.prototype.has=function(e){return pa(this,e).has(e)},Gn.prototype.set=function(e,t){var n=pa(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Kn.prototype.add=Kn.prototype.push=function(e){return this.__data__.set(e,i),this},Kn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.clear=function(){this.__data__=new $n,this.size=0},Jn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Jn.prototype.get=function(e){return this.__data__.get(e)},Jn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof $n){var r=n.__data__;if(!xn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Gn(r)}return n.set(e,t),this.size=n.size,this};var fr=Io(kr),hr=Io(wr,!0);function gr(e,t){var n=!0;return fr(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function br(e,t,n){for(var r=-1,a=e.length;++r0&&n(s)?t>1?yr(s,t-1,n,r,o):Dt(o,s):r||(o[o.length]=s)}return o}var _r=Po(),Mr=Po(!0);function kr(e,t){return e&&_r(e,t,Ds)}function wr(e,t){return e&&Mr(e,t,Ds)}function Er(e,t){return Tt(t,(function(t){return es(e[t])}))}function Lr(e,t){for(var n=0,r=(t=ko(t,e)).length;null!=e&&nt}function Ar(e,t){return null!=e&&Ie.call(e,t)}function Tr(e,t){return null!=e&&t in xe(e)}function zr(e,t,n){for(var a=n?Nt:zt,i=e[0].length,s=e.length,l=s,c=r(s),u=1/0,d=[];l--;){var p=e[l];l&&t&&(p=Ot(p,Jt(t))),u=Mn(p.length,u),c[l]=!n&&(t||i>=120&&p.length>=120)?new Kn(l&&p):o}p=e[0];var m=-1,f=c[0];e:for(;++m=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Ur(e,t,n){for(var r=-1,o=t.length,a={};++r-1;)s!==e&&Ke.call(s,l,1),Ke.call(e,l,1);return e}function Gr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==a){var a=o;Ma(o)?Ke.call(e,o,1):fo(e,o)}}return e}function Kr(e,t){return e+bt(En()*(t-e+1))}function Jr(e,t){var n="";if(!e||t<1||t>f)return n;do{t%2&&(n+=e),(t=bt(t/2))&&(e+=e)}while(t);return n}function Zr(e,t){return Ba(Aa(e,t,il),e+"")}function Qr(e){return Qn(qs(e))}function eo(e,t){var n=qs(e);return Ra(n,cr(t,0,n.length))}function to(e,t,n,r){if(!rs(e))return e;for(var a=-1,i=(t=ko(t,e)).length,s=i-1,l=e;null!=l&&++aa?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=r(a);++o>>1,i=e[a];null!==i&&!ds(i)&&(n?i<=t:i=200){var c=t?null:Zo(e);if(c)return dn(c);i=!1,o=Qt,l=new Kn}else l=t?[]:s;e:for(;++r=r?e:ao(e,t,n)}var Lo=dt||function(e){return mt.clearTimeout(e)};function Co(e,t){if(t)return e.slice();var n=e.length,r=Xe?Xe(n):new e.constructor(n);return e.copy(r),r}function xo(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function So(e,t){var n=t?xo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ao(e,t){if(e!==t){var n=e!==o,r=null===e,a=e==e,i=ds(e),s=t!==o,l=null===t,c=t==t,u=ds(t);if(!l&&!u&&!i&&e>t||i&&s&&c&&!l&&!u||r&&s&&c||!n&&c||!a)return 1;if(!r&&!i&&!u&&e1?n[a-1]:o,s=a>2?n[2]:o;for(i=e.length>3&&"function"==typeof i?(a--,i):o,s&&ka(n[0],n[1],s)&&(i=a<3?o:i,a=1),t=xe(t);++r-1?a[i?t[s]:s]:o}}function jo(e){return aa((function(t){var n=t.length,r=n,i=Vn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new Te(a);if(i&&!l&&"wrapper"==ca(s))var l=new Vn([],!0)}for(r=l?r:n;++r1&&y.reverse(),m&&ul))return!1;var u=i.get(e),d=i.get(t);if(u&&d)return u==t&&d==e;var p=-1,m=!0,f=2&n?new Kn:o;for(i.set(e,t),i.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(le,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return xt(b,(function(n){var r="_."+n[0];t&n[1]&&!zt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(ue):[]}(r),n)))}function Pa(e){var t=0,n=0;return function(){var r=kn(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(o,arguments)}}function Ra(e,t){var n=-1,r=e.length,a=r-1;for(t=t===o?r:t;++n1?e[t-1]:o;return n="function"==typeof n?(e.pop(),n):o,li(e,n)}));function hi(e){var t=jn(e);return t.__chain__=!0,t}function gi(e,t){return t(e)}var bi=aa((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return lr(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Xn&&Ma(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:gi,args:[a],thisArg:o}),new Vn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(o),e}))):this.thru(a)}));var vi=Do((function(e,t,n){Ie.call(e,n)?++e[n]:sr(e,n,1)}));var yi=Yo(Xa),_i=Yo(Ua);function Mi(e,t){return(Ui(e)?xt:fr)(e,da(t,3))}function ki(e,t){return(Ui(e)?St:hr)(e,da(t,3))}var wi=Do((function(e,t,n){Ie.call(e,n)?e[n].push(t):sr(e,n,[t])}));var Ei=Zr((function(e,t,n){var o=-1,a="function"==typeof t,i=Gi(e)?r(e.length):[];return fr(e,(function(e){i[++o]=a?Lt(t,e,n):Nr(e,t,n)})),i})),Li=Do((function(e,t,n){sr(e,n,t)}));function Ci(e,t){return(Ui(e)?Ot:Yr)(e,da(t,3))}var xi=Do((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Si=Zr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ka(e,t[0],t[1])?t=[]:n>2&&ka(t[0],t[1],t[2])&&(t=[t[0]]),Xr(e,yr(t,1),[])})),Ai=pt||function(){return mt.Date.now()};function Ti(e,t,n){return t=n?o:t,t=e&&null==t?e.length:t,ea(e,d,o,o,o,o,t)}function zi(e,t){var n;if("function"!=typeof t)throw new Te(a);return e=bs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=o),n}}var Ni=Zr((function(e,t,n){var r=1;if(n.length){var o=un(n,ua(Ni));r|=c}return ea(e,r,t,n,o)})),Oi=Zr((function(e,t,n){var r=3;if(n.length){var o=un(n,ua(Oi));r|=c}return ea(t,r,e,n,o)}));function Di(e,t,n){var r,i,s,l,c,u,d=0,p=!1,m=!1,f=!0;if("function"!=typeof e)throw new Te(a);function h(t){var n=r,a=i;return r=i=o,d=t,l=e.apply(a,n)}function g(e){return d=e,c=Da(v,t),p?h(e):l}function b(e){var n=e-u;return u===o||n>=t||n<0||m&&e-d>=s}function v(){var e=Ai();if(b(e))return y(e);c=Da(v,function(e){var n=t-(e-u);return m?Mn(n,s-(e-d)):n}(e))}function y(e){return c=o,f&&r?h(e):(r=i=o,l)}function _(){var e=Ai(),n=b(e);if(r=arguments,i=this,u=e,n){if(c===o)return g(u);if(m)return Lo(c),c=Da(v,t),h(u)}return c===o&&(c=Da(v,t)),l}return t=ys(t)||0,rs(n)&&(p=!!n.leading,s=(m="maxWait"in n)?_n(ys(n.maxWait)||0,t):s,f="trailing"in n?!!n.trailing:f),_.cancel=function(){c!==o&&Lo(c),d=0,r=u=i=c=o},_.flush=function(){return c===o?l:y(Ai())},_}var Bi=Zr((function(e,t){return pr(e,1,t)})),Ii=Zr((function(e,t,n){return pr(e,ys(t)||0,n)}));function Pi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Te(a);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(Pi.Cache||Gn),n}function Ri(e){if("function"!=typeof e)throw new Te(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Pi.Cache=Gn;var Hi=wo((function(e,t){var n=(t=1==t.length&&Ui(t[0])?Ot(t[0],Jt(da())):Ot(yr(t,1),Jt(da()))).length;return Zr((function(r){for(var o=-1,a=Mn(r.length,n);++o=t})),Xi=Or(function(){return arguments}())?Or:function(e){return os(e)&&Ie.call(e,"callee")&&!Ge.call(e,"callee")},Ui=r.isArray,$i=yt?Jt(yt):function(e){return os(e)&&xr(e)==D};function Gi(e){return null!=e&&ns(e.length)&&!es(e)}function Ki(e){return os(e)&&Gi(e)}var Ji=Rt||yl,Zi=_t?Jt(_t):function(e){return os(e)&&xr(e)==M};function Qi(e){if(!os(e))return!1;var t=xr(e);return t==k||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ss(e)}function es(e){if(!rs(e))return!1;var t=xr(e);return t==w||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function ts(e){return"number"==typeof e&&e==bs(e)}function ns(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function rs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function os(e){return null!=e&&"object"==typeof e}var as=Mt?Jt(Mt):function(e){return os(e)&&ba(e)==L};function is(e){return"number"==typeof e||os(e)&&xr(e)==C}function ss(e){if(!os(e)||xr(e)!=x)return!1;var t=Ue(e);if(null===t)return!0;var n=Ie.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Be.call(n)==We}var ls=kt?Jt(kt):function(e){return os(e)&&xr(e)==A};var cs=wt?Jt(wt):function(e){return os(e)&&ba(e)==T};function us(e){return"string"==typeof e||!Ui(e)&&os(e)&&xr(e)==z}function ds(e){return"symbol"==typeof e||os(e)&&xr(e)==N}var ps=Et?Jt(Et):function(e){return os(e)&&ns(e.length)&&!!it[xr(e)]};var ms=Go(Wr),fs=Go((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(Gi(e))return us(e)?fn(e):No(e);if(et&&e[et])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[et]());var t=ba(e);return(t==L?ln:t==T?dn:qs)(e)}function gs(e){return e?(e=ys(e))===m||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function bs(e){var t=gs(e),n=t%1;return t==t?n?t-n:t:0}function vs(e){return e?cr(bs(e),0,g):0}function ys(e){if("number"==typeof e)return e;if(ds(e))return h;if(rs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var n=be.test(e);return n||ye.test(e)?ut(e.slice(2),n?2:8):ge.test(e)?h:+e}function _s(e){return Oo(e,Bs(e))}function Ms(e){return null==e?"":po(e)}var ks=Bo((function(e,t){if(Ca(t)||Gi(t))Oo(t,Ds(t),e);else for(var n in t)Ie.call(t,n)&&rr(e,n,t[n])})),ws=Bo((function(e,t){Oo(t,Bs(t),e)})),Es=Bo((function(e,t,n,r){Oo(t,Bs(t),e,r)})),Ls=Bo((function(e,t,n,r){Oo(t,Ds(t),e,r)})),Cs=aa(lr);var xs=Zr((function(e,t){e=xe(e);var n=-1,r=t.length,a=r>2?t[2]:o;for(a&&ka(t[0],t[1],a)&&(r=1);++n1),t})),Oo(e,sa(e),n),r&&(n=ur(n,7,ra));for(var o=t.length;o--;)fo(n,t[o]);return n}));var Hs=aa((function(e,t){return null==e?{}:function(e,t){return Ur(e,t,(function(t,n){return Ts(e,n)}))}(e,t)}));function Ws(e,t){if(null==e)return{};var n=Ot(sa(e),(function(e){return[e]}));return t=da(t),Ur(e,n,(function(e,n){return t(e,n[0])}))}var Ys=Qo(Ds),js=Qo(Bs);function qs(e){return null==e?[]:Zt(e,Ds(e))}var Fs=Ho((function(e,t,n){return t=t.toLowerCase(),e+(n?Vs(t):t)}));function Vs(e){return Qs(Ms(e).toLowerCase())}function Xs(e){return(e=Ms(e))&&e.replace(Me,rn).replace(Qe,"")}var Us=Ho((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),$s=Ho((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Gs=Ro("toLowerCase");var Ks=Ho((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Js=Ho((function(e,t,n){return e+(n?" ":"")+Qs(t)}));var Zs=Ho((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Qs=Ro("toUpperCase");function el(e,t,n){return e=Ms(e),(t=n?o:t)===o?function(e){return rt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var tl=Zr((function(e,t){try{return Lt(e,o,t)}catch(e){return Qi(e)?e:new Ee(e)}})),nl=aa((function(e,t){return xt(t,(function(t){t=Wa(t),sr(e,t,Ni(e[t],e))})),e}));function rl(e){return function(){return e}}var ol=jo(),al=jo(!0);function il(e){return e}function sl(e){return Pr("function"==typeof e?e:ur(e,1))}var ll=Zr((function(e,t){return function(n){return Nr(n,e,t)}})),cl=Zr((function(e,t){return function(n){return Nr(e,n,t)}}));function ul(e,t,n){var r=Ds(t),o=Er(t,r);null!=n||rs(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Er(t,Ds(t)));var a=!(rs(n)&&"chain"in n&&!n.chain),i=es(e);return xt(o,(function(n){var r=t[n];e[n]=r,i&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__),o=n.__actions__=No(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Dt([this.value()],arguments))})})),e}function dl(){}var pl=Xo(Ot),ml=Xo(At),fl=Xo(Pt);function hl(e){return wa(e)?Vt(Wa(e)):function(e){return function(t){return Lr(t,e)}}(e)}var gl=$o(),bl=$o(!0);function vl(){return[]}function yl(){return!1}var _l=Vo((function(e,t){return e+t}),0),Ml=Jo("ceil"),kl=Vo((function(e,t){return e/t}),1),wl=Jo("floor");var El,Ll=Vo((function(e,t){return e*t}),1),Cl=Jo("round"),xl=Vo((function(e,t){return e-t}),0);return jn.after=function(e,t){if("function"!=typeof t)throw new Te(a);return e=bs(e),function(){if(--e<1)return t.apply(this,arguments)}},jn.ary=Ti,jn.assign=ks,jn.assignIn=ws,jn.assignInWith=Es,jn.assignWith=Ls,jn.at=Cs,jn.before=zi,jn.bind=Ni,jn.bindAll=nl,jn.bindKey=Oi,jn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ui(e)?e:[e]},jn.chain=hi,jn.chunk=function(e,t,n){t=(n?ka(e,t,n):t===o)?1:_n(bs(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,s=0,l=r(ht(a/t));ia?0:a+n),(r=r===o||r>a?a:bs(r))<0&&(r+=a),r=n>r?0:vs(r);n>>0)?(e=Ms(e))&&("string"==typeof t||null!=t&&!ls(t))&&!(t=po(t))&&sn(e)?Eo(fn(e),0,n):e.split(t,n):[]},jn.spread=function(e,t){if("function"!=typeof e)throw new Te(a);return t=null==t?0:_n(bs(t),0),Zr((function(n){var r=n[t],o=Eo(n,0,t);return r&&Dt(o,r),Lt(e,this,o)}))},jn.tail=function(e){var t=null==e?0:e.length;return t?ao(e,1,t):[]},jn.take=function(e,t,n){return e&&e.length?ao(e,0,(t=n||t===o?1:bs(t))<0?0:t):[]},jn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ao(e,(t=r-(t=n||t===o?1:bs(t)))<0?0:t,r):[]},jn.takeRightWhile=function(e,t){return e&&e.length?go(e,da(t,3),!1,!0):[]},jn.takeWhile=function(e,t){return e&&e.length?go(e,da(t,3)):[]},jn.tap=function(e,t){return t(e),e},jn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new Te(a);return rs(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Di(e,t,{leading:r,maxWait:t,trailing:o})},jn.thru=gi,jn.toArray=hs,jn.toPairs=Ys,jn.toPairsIn=js,jn.toPath=function(e){return Ui(e)?Ot(e,Wa):ds(e)?[e]:No(Ha(Ms(e)))},jn.toPlainObject=_s,jn.transform=function(e,t,n){var r=Ui(e),o=r||Ji(e)||ps(e);if(t=da(t,4),null==n){var a=e&&e.constructor;n=o?r?new a:[]:rs(e)&&es(a)?qn(Ue(e)):{}}return(o?xt:kr)(e,(function(e,r,o){return t(n,e,r,o)})),n},jn.unary=function(e){return Ti(e,1)},jn.union=oi,jn.unionBy=ai,jn.unionWith=ii,jn.uniq=function(e){return e&&e.length?mo(e):[]},jn.uniqBy=function(e,t){return e&&e.length?mo(e,da(t,2)):[]},jn.uniqWith=function(e,t){return t="function"==typeof t?t:o,e&&e.length?mo(e,o,t):[]},jn.unset=function(e,t){return null==e||fo(e,t)},jn.unzip=si,jn.unzipWith=li,jn.update=function(e,t,n){return null==e?e:ho(e,t,Mo(n))},jn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:o,null==e?e:ho(e,t,Mo(n),r)},jn.values=qs,jn.valuesIn=function(e){return null==e?[]:Zt(e,Bs(e))},jn.without=ci,jn.words=el,jn.wrap=function(e,t){return Wi(Mo(t),e)},jn.xor=ui,jn.xorBy=di,jn.xorWith=pi,jn.zip=mi,jn.zipObject=function(e,t){return yo(e||[],t||[],rr)},jn.zipObjectDeep=function(e,t){return yo(e||[],t||[],to)},jn.zipWith=fi,jn.entries=Ys,jn.entriesIn=js,jn.extend=ws,jn.extendWith=Es,ul(jn,jn),jn.add=_l,jn.attempt=tl,jn.camelCase=Fs,jn.capitalize=Vs,jn.ceil=Ml,jn.clamp=function(e,t,n){return n===o&&(n=t,t=o),n!==o&&(n=(n=ys(n))==n?n:0),t!==o&&(t=(t=ys(t))==t?t:0),cr(ys(e),t,n)},jn.clone=function(e){return ur(e,4)},jn.cloneDeep=function(e){return ur(e,5)},jn.cloneDeepWith=function(e,t){return ur(e,5,t="function"==typeof t?t:o)},jn.cloneWith=function(e,t){return ur(e,4,t="function"==typeof t?t:o)},jn.conformsTo=function(e,t){return null==t||dr(e,t,Ds(t))},jn.deburr=Xs,jn.defaultTo=function(e,t){return null==e||e!=e?t:e},jn.divide=kl,jn.endsWith=function(e,t,n){e=Ms(e),t=po(t);var r=e.length,a=n=n===o?r:cr(bs(n),0,r);return(n-=t.length)>=0&&e.slice(n,a)==t},jn.eq=qi,jn.escape=function(e){return(e=Ms(e))&&J.test(e)?e.replace(G,on):e},jn.escapeRegExp=function(e){return(e=Ms(e))&&ae.test(e)?e.replace(oe,"\\$&"):e},jn.every=function(e,t,n){var r=Ui(e)?At:gr;return n&&ka(e,t,n)&&(t=o),r(e,da(t,3))},jn.find=yi,jn.findIndex=Xa,jn.findKey=function(e,t){return Ht(e,da(t,3),kr)},jn.findLast=_i,jn.findLastIndex=Ua,jn.findLastKey=function(e,t){return Ht(e,da(t,3),wr)},jn.floor=wl,jn.forEach=Mi,jn.forEachRight=ki,jn.forIn=function(e,t){return null==e?e:_r(e,da(t,3),Bs)},jn.forInRight=function(e,t){return null==e?e:Mr(e,da(t,3),Bs)},jn.forOwn=function(e,t){return e&&kr(e,da(t,3))},jn.forOwnRight=function(e,t){return e&&wr(e,da(t,3))},jn.get=As,jn.gt=Fi,jn.gte=Vi,jn.has=function(e,t){return null!=e&&va(e,t,Ar)},jn.hasIn=Ts,jn.head=Ga,jn.identity=il,jn.includes=function(e,t,n,r){e=Gi(e)?e:qs(e),n=n&&!r?bs(n):0;var o=e.length;return n<0&&(n=_n(o+n,0)),us(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&Yt(e,t,n)>-1},jn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:bs(n);return o<0&&(o=_n(r+o,0)),Yt(e,t,o)},jn.inRange=function(e,t,n){return t=gs(t),n===o?(n=t,t=0):n=gs(n),function(e,t,n){return e>=Mn(t,n)&&e<_n(t,n)}(e=ys(e),t,n)},jn.invoke=Os,jn.isArguments=Xi,jn.isArray=Ui,jn.isArrayBuffer=$i,jn.isArrayLike=Gi,jn.isArrayLikeObject=Ki,jn.isBoolean=function(e){return!0===e||!1===e||os(e)&&xr(e)==_},jn.isBuffer=Ji,jn.isDate=Zi,jn.isElement=function(e){return os(e)&&1===e.nodeType&&!ss(e)},jn.isEmpty=function(e){if(null==e)return!0;if(Gi(e)&&(Ui(e)||"string"==typeof e||"function"==typeof e.splice||Ji(e)||ps(e)||Xi(e)))return!e.length;var t=ba(e);if(t==L||t==T)return!e.size;if(Ca(e))return!Rr(e).length;for(var n in e)if(Ie.call(e,n))return!1;return!0},jn.isEqual=function(e,t){return Dr(e,t)},jn.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:o)?n(e,t):o;return r===o?Dr(e,t,o,n):!!r},jn.isError=Qi,jn.isFinite=function(e){return"number"==typeof e&&Xt(e)},jn.isFunction=es,jn.isInteger=ts,jn.isLength=ns,jn.isMap=as,jn.isMatch=function(e,t){return e===t||Br(e,t,ma(t))},jn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:o,Br(e,t,ma(t),n)},jn.isNaN=function(e){return is(e)&&e!=+e},jn.isNative=function(e){if(La(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ir(e)},jn.isNil=function(e){return null==e},jn.isNull=function(e){return null===e},jn.isNumber=is,jn.isObject=rs,jn.isObjectLike=os,jn.isPlainObject=ss,jn.isRegExp=ls,jn.isSafeInteger=function(e){return ts(e)&&e>=-9007199254740991&&e<=f},jn.isSet=cs,jn.isString=us,jn.isSymbol=ds,jn.isTypedArray=ps,jn.isUndefined=function(e){return e===o},jn.isWeakMap=function(e){return os(e)&&ba(e)==O},jn.isWeakSet=function(e){return os(e)&&"[object WeakSet]"==xr(e)},jn.join=function(e,t){return null==e?"":vn.call(e,t)},jn.kebabCase=Us,jn.last=Qa,jn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r;return n!==o&&(a=(a=bs(n))<0?_n(r+a,0):Mn(a,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,a):Wt(e,qt,a,!0)},jn.lowerCase=$s,jn.lowerFirst=Gs,jn.lt=ms,jn.lte=fs,jn.max=function(e){return e&&e.length?br(e,il,Sr):o},jn.maxBy=function(e,t){return e&&e.length?br(e,da(t,2),Sr):o},jn.mean=function(e){return Ft(e,il)},jn.meanBy=function(e,t){return Ft(e,da(t,2))},jn.min=function(e){return e&&e.length?br(e,il,Wr):o},jn.minBy=function(e,t){return e&&e.length?br(e,da(t,2),Wr):o},jn.stubArray=vl,jn.stubFalse=yl,jn.stubObject=function(){return{}},jn.stubString=function(){return""},jn.stubTrue=function(){return!0},jn.multiply=Ll,jn.nth=function(e,t){return e&&e.length?Vr(e,bs(t)):o},jn.noConflict=function(){return mt._===this&&(mt._=Ye),this},jn.noop=dl,jn.now=Ai,jn.pad=function(e,t,n){e=Ms(e);var r=(t=bs(t))?mn(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Uo(bt(o),n)+e+Uo(ht(o),n)},jn.padEnd=function(e,t,n){e=Ms(e);var r=(t=bs(t))?mn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var a=En();return Mn(e+a*(t-e+ct("1e-"+((a+"").length-1))),t)}return Kr(e,t)},jn.reduce=function(e,t,n){var r=Ui(e)?Bt:Ut,o=arguments.length<3;return r(e,da(t,4),n,o,fr)},jn.reduceRight=function(e,t,n){var r=Ui(e)?It:Ut,o=arguments.length<3;return r(e,da(t,4),n,o,hr)},jn.repeat=function(e,t,n){return t=(n?ka(e,t,n):t===o)?1:bs(t),Jr(Ms(e),t)},jn.replace=function(){var e=arguments,t=Ms(e[0]);return e.length<3?t:t.replace(e[1],e[2])},jn.result=function(e,t,n){var r=-1,a=(t=ko(t,e)).length;for(a||(a=1,e=o);++rf)return[];var n=g,r=Mn(e,g);t=da(t),e-=g;for(var o=Gt(r,t);++n=i)return e;var l=n-mn(r);if(l<1)return r;var c=s?Eo(s,0,l).join(""):e.slice(0,l);if(a===o)return c+r;if(s&&(l+=c.length-l),ls(a)){if(e.slice(l).search(a)){var u,d=c;for(a.global||(a=Se(a.source,Ms(he.exec(a))+"g")),a.lastIndex=0;u=a.exec(d);)var p=u.index;c=c.slice(0,p===o?l:p)}}else if(e.indexOf(po(a),l)!=l){var m=c.lastIndexOf(a);m>-1&&(c=c.slice(0,m))}return c+r},jn.unescape=function(e){return(e=Ms(e))&&K.test(e)?e.replace($,gn):e},jn.uniqueId=function(e){var t=++Pe;return Ms(e)+t},jn.upperCase=Zs,jn.upperFirst=Qs,jn.each=Mi,jn.eachRight=ki,jn.first=Ga,ul(jn,(El={},kr(jn,(function(e,t){Ie.call(jn.prototype,t)||(El[t]=e)})),El),{chain:!1}),jn.VERSION="4.17.21",xt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){jn[e].placeholder=jn})),xt(["drop","take"],(function(e,t){Xn.prototype[e]=function(n){n=n===o?1:_n(bs(n),0);var r=this.__filtered__&&!t?new Xn(this):this.clone();return r.__filtered__?r.__takeCount__=Mn(n,r.__takeCount__):r.__views__.push({size:Mn(n,g),type:e+(r.__dir__<0?"Right":"")}),r},Xn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),xt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Xn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:da(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),xt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Xn.prototype[e]=function(){return this[n](1).value()[0]}})),xt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Xn.prototype[e]=function(){return this.__filtered__?new Xn(this):this[n](1)}})),Xn.prototype.compact=function(){return this.filter(il)},Xn.prototype.find=function(e){return this.filter(e).head()},Xn.prototype.findLast=function(e){return this.reverse().find(e)},Xn.prototype.invokeMap=Zr((function(e,t){return"function"==typeof e?new Xn(this):this.map((function(n){return Nr(n,e,t)}))})),Xn.prototype.reject=function(e){return this.filter(Ri(da(e)))},Xn.prototype.slice=function(e,t){e=bs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Xn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==o&&(n=(t=bs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Xn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Xn.prototype.toArray=function(){return this.take(g)},kr(Xn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=jn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);a&&(jn.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,l=t instanceof Xn,c=s[0],u=l||Ui(t),d=function(e){var t=a.apply(jn,Dt([e],s));return r&&p?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var p=this.__chain__,m=!!this.__actions__.length,f=i&&!p,h=l&&!m;if(!i&&u){t=h?t:new Xn(this);var g=e.apply(t,s);return g.__actions__.push({func:gi,args:[d],thisArg:o}),new Vn(g,p)}return f&&h?e.apply(this,s):(g=this.thru(d),f?r?g.value()[0]:g.value():g)})})),xt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=ze[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);jn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ui(o)?o:[],e)}return this[n]((function(n){return t.apply(Ui(n)?n:[],e)}))}})),kr(Xn.prototype,(function(e,t){var n=jn[t];if(n){var r=n.name+"";Ie.call(On,r)||(On[r]=[]),On[r].push({name:t,func:n})}})),On[qo(o,2).name]=[{name:"wrapper",func:o}],Xn.prototype.clone=function(){var e=new Xn(this.__wrapped__);return e.__actions__=No(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=No(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=No(this.__views__),e},Xn.prototype.reverse=function(){if(this.__filtered__){var e=new Xn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Xn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ui(e),r=t<0,o=n?e.length:0,a=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?o:this.__values__[this.__index__++]}},jn.prototype.plant=function(e){for(var t,n=this;n instanceof Fn;){var r=ja(n);r.__index__=0,r.__values__=o,t?a.__wrapped__=r:t=r;var a=r;n=n.__wrapped__}return a.__wrapped__=e,t},jn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Xn){var t=e;return this.__actions__.length&&(t=new Xn(this)),(t=t.reverse()).__actions__.push({func:gi,args:[ri],thisArg:o}),new Vn(t,this.__chain__)}return this.thru(ri)},jn.prototype.toJSON=jn.prototype.valueOf=jn.prototype.value=function(){return bo(this.__wrapped__,this.__actions__)},jn.prototype.first=jn.prototype.head,et&&(jn.prototype[et]=function(){return this}),jn}();mt._=bn,(r=function(){return bn}.call(t,n,t,e))===o||(e.exports=r)}.call(this)},7771:(e,t,n)=>{var r=n(5639);e.exports=function(){return r.Date.now()}},3493:(e,t,n)=>{var r=n(3279),o=n(3218);e.exports=function(e,t,n){var a=!0,i=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return o(n)&&(a="leading"in n?!!n.leading:a,i="trailing"in n?!!n.trailing:i),r(e,t,{leading:a,maxWait:t,trailing:i})}},4841:(e,t,n)=>{var r=n(7561),o=n(3218),a=n(3448),i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):i.test(e)?NaN:+e}},9588:e=>{e.exports=function(e,t){var n,r,o=0;function a(){var a,i,s=n,l=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(i=0;i{(e.exports=n(5177)).tz.load(n(1128))},5341:function(e,t,n){var r,o,a;!function(i,s){"use strict";e.exports?e.exports=s(n(8)):(o=[n(381)],void 0===(a="function"==typeof(r=s)?r.apply(t,o):r)||(e.exports=a))}(0,(function(e){"use strict";if(!e.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX";function n(e,n){for(var r="",o=Math.abs(e),a=Math.floor(o),i=function(e,n){for(var r,o=".",a="";n>0;)n-=1,e*=60,r=Math.floor(e+1e-6),o+=t[r],e-=r,r&&(a+=o,o="");return a}(o-a,Math.min(~~n,10));a>0;)r=t[a%60]+r,a=Math.floor(a/60);return e<0&&(r="-"+r),r&&i?r+i:(i||"-"!==r)&&(r||i)||"0"}function r(e){var t,r=[],o=0;for(t=0;ts.population||i.population===s.population&&r&&r[i.name]?l.unshift(i):l.push(i),u=!0);u||d.push([i])}for(o=0;on&&(o=t,t=n,n=o),o=0;on&&(i=Math.min(i,o+1)));return[a,i]}(e.untils,t,n),a=r.apply(e.untils,o);return a[a.length-1]=null,{name:e.name,abbrs:r.apply(e.abbrs,o),untils:a,offsets:r.apply(e.offsets,o),population:e.population,countries:e.countries}}return e.tz.pack=i,e.tz.packBase60=n,e.tz.createLinks=u,e.tz.filterYears=d,e.tz.filterLinkPack=function(e,t,n,r){var o,a,l=e.zones,c=[];for(o=0;o96?e-87:e>64?e-29:e-48}function d(e){var t=0,n=e.split("."),r=n[0],o=n[1]||"",a=1,i=0,s=1;for(45===e.charCodeAt(0)&&(t=1,s=-1);t3){var t=a[E(e)];if(t)return t;A("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}var n,r,o,i=function(){var e,t,n,r=(new Date).getFullYear()-2,o=new b(new Date(r,0,1)),a=[o];for(n=1;n<48;n++)(t=new b(new Date(r,n,1))).offset!==o.offset&&(e=y(o,t),a.push(e),a.push(new b(new Date(e.at+6e4)))),o=t;for(n=0;n<4;n++)a.push(new b(new Date(r+n,0,1))),a.push(new b(new Date(r+n,6,1)));return a}(),s=i.length,l=k(i),c=[];for(r=0;r0?c[0].zone.name:void 0}function E(e){return(e||"").toLowerCase().replace(/\//g,"_")}function L(e){var t,r,o,i;for("string"==typeof e&&(e=[e]),t=0;t= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),h.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,r=this.untils;for(t=0;tr&&T.moveInvalidForward&&(t=r),a0&&(this._z=null),z.apply(this,arguments)}),e.tz.setDefault=function(t){return(l<2||2===l&&c<9)&&A("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?C(t):null,e};var B=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(B)?(B.push("_z"),B.push("_a")):B&&(B._z=null),e}))},2786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},4130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,o,a,i){var s=t(r),l=n[e][t(r)];return 2===s&&(l=l[o?0:1]),l.replace(/%d/i,r)}},o=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(381))},6135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(381))},6440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,o,a,i){var s=n(t),l=r[e][n(t)];return 2===s&&(l=l[o?0:1]),l.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},7702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},6040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(381))},7100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},o={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,i){var s=r(t),l=o[e][r(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},1083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,r=e%100-n,o=e>=100?100:null;return e+(t[n]||t[r]||t[o])},week:{dow:1,doy:7}})}(n(381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвіліна":"хвіліну":"h"===r?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[r],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(381))},8338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(381))},6225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(381))},1560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+o({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(r(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function r(e){return e>9?r(e%10):e}function o(e,t){return 2===t?a(e):e}function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],d=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],p=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:p,fullWeekdaysParse:u,shortWeekdaysParse:d,minWeekdaysParse:p,monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:l,monthsShortStrictRegex:c,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(381))},622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5822:function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],o=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?o+(a(e)?"sekundy":"sekund"):o+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?o+(a(e)?"minuty":"minut"):o+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(a(e)?"hodiny":"hodin"):o+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?o+(a(e)?"dny":"dní"):o+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?o+(a(e)?"měsíce":"měsíců"):o+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?o+(a(e)?"roky":"let"):o+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(381))},7373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(381))},4780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},217:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},894:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9740:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(381))},837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var r=this._calendarEl[e],o=n&&n.hours();return t(r)&&(r=r.apply(n)),r.replace("{}",o%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(381))},8348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(381))},7925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},2243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},6436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},4175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(381))},6319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},1662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},2915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(381))},5251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(381))},1146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(381))},5655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?o[n][2]?o[n][2]:o[n][1]:r?o[n][0]:o[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},6959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(381))},1897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,t,n,r){var a="";switch(n){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":a=r?"sekunnin":"sekuntia";break;case"m":return r?"minuutin":"minuutti";case"mm":a=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":a=r?"tunnin":"tuntia";break;case"d":return r?"päivän":"päivä";case"dd":a=r?"päivän":"päivää";break;case"M":return r?"kuukauden":"kuukausi";case"MM":a=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":a=r?"vuoden":"vuotta"}return a=o(e,r)+" "+a}function o(e,r){return e<10?r?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},3049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(381))},2330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},4470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,r=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,o=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},9295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],r=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],o=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],a=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],r=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],o=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},8794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},7884:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(381))},3168:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(381))},5349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(381))},4206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(381))},94:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],o=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:o,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(381))},316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var o=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return o+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return o+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return o+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return o+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return o+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return o+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},1423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(381))},9218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(381))},135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,o){var a=e+" ";switch(r){case"s":return n||o?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||o?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||o?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||o?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":o?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(o?"daga":"dögum"):n?a+"dagur":a+(o?"dag":"degi");case"M":return n?"mánuður":o?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(o?"mánuði":"mánuðum"):n?a+"mánuður":a+(o?"mánuð":"mánuði");case"y":return n||o?"ár":"ári";case"yy":return t(e)?a+(n||o?"ár":"árum"):a+(n||o?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},9183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(381))},4286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(381))},2105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(381))},7772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},8758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},9282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(381))},3730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},3291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},6841:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?o[n][0]:o[n][1]}function n(e){return o(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function r(e){return o(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function o(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return o(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return o(e)}return o(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:r,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(381))},7010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"}function r(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function o(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,n,i){var s=e+" ";return 1===e?s+r(e,t,n[0],i):t?s+(o(e)?a(n)[1]:a(n)[0]):i?s+a(n)[1]:s+(o(e)?a(n)[1]:a(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(381))},7595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,o){return e+" "+n(t[o],e,r)}function o(e,r,o){return n(t[o],e,r)}function a(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:a,ss:r,m:o,mm:r,h:o,hh:r,d:o,dd:r,M:o,MM:r,y:o,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},5966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(381))},370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var o="";if(t)switch(n){case"s":o="काही सेकंद";break;case"ss":o="%d सेकंद";break;case"m":o="एक मिनिट";break;case"mm":o="%d मिनिटे";break;case"h":o="एक तास";break;case"hh":o="%d तास";break;case"d":o="एक दिवस";break;case"dd":o="%d दिवस";break;case"M":o="एक महिना";break;case"MM":o="%d महिने";break;case"y":o="एक वर्ष";break;case"yy":o="%d वर्षे"}else switch(n){case"s":o="काही सेकंदां";break;case"ss":o="%d सेकंदां";break;case"m":o="एका मिनिटा";break;case"mm":o="%d मिनिटां";break;case"h":o="एका तासा";break;case"hh":o="%d तासां";break;case"d":o="एका दिवसा";break;case"dd":o="%d दिवसां";break;case"M":o="एका महिन्या";break;case"MM":o="%d महिन्यां";break;case"y":o="एका वर्षा";break;case"yy":o="%d वर्षां"}return o.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(381))},1237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},2126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},4924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},6744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(381))},9814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(381))},4495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function o(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function a(e,t,n){var r=e+" ";switch(n){case"ss":return r+(o(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(o(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(o(e)?"godziny":"godzin");case"ww":return r+(o(e)?"tygodnie":"tygodni");case"MM":return r+(o(e)?"miesiące":"miesięcy");case"yy":return r+(o(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:a,M:"miesiąc",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(381))},9520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(381))},1793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[r],+e)}var r=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(381))},950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(381))},4249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function o(e,t,n,o){var a=e+" ";switch(n){case"s":return t||o?"pár sekúnd":"pár sekundami";case"ss":return t||o?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":o?"minútu":"minútou";case"mm":return t||o?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":o?"hodinu":"hodinou";case"hh":return t||o?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||o?"deň":"dňom";case"dd":return t||o?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||o?"mesiac":"mesiacom";case"MM":return t||o?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||o?"rok":"rokom";case"yy":return t||o?a+(r(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},4985:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return o+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return o+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return o+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return o+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return o+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return o+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},1104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},9131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(381))},8760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(381))},1172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(381))},1044:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(381))},3110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(381))},2095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(381))},9005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},5768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},9444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function r(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function o(e,t,n,r){var o=a(e);switch(n){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}function a(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),o=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),o>0&&(a+=(""!==a?" ":"")+t[o]),""===a?"pagh":a}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:r,s:"puS lup",ss:o,m:"wa’ tup",mm:o,h:"wa’ rep",hh:o,d:"wa’ jaj",dd:o,M:"wa’ jar",MM:o,y:"wa’ DIS",yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},8254:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?o[n][0]:o[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(381))},1106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(381))},7691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвилина":"хвилину":"h"===r?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[r],+e)}function r(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function o(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:r,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:o("[Сьогодні "),nextDay:o("[Завтра "),lastDay:o("[Вчора "),nextWeek:o("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return o("[Минулої] dddd [").call(this);case 1:case 2:case 4:return o("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(381))},3795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(381))},5666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},5805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(381))},3839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(381))},5726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},9807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},4152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":5655,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":5655,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":1793,"./ru.js":1793,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":1044,"./ta.js":1044,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=6700},381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,r;function o(){return t.apply(null,arguments)}function a(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function u(e){return void 0===e}function d(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function p(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function m(e,t){var n,r=[];for(n=0;n>>0;for(t=0;t0)for(n=0;n<_.length;n++)u(o=t[r=_[n]])||(e[r]=o);return e}function w(e){k(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===M&&(M=!0,o.updateOffset(this),M=!1)}function E(e){return e instanceof w||null!=e&&null!=e._isAMomentObject}function L(e){!1===o.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function C(e,t){var n=!0;return f((function(){if(null!=o.deprecationHandler&&o.deprecationHandler(null,e),n){var r,a,i,s=[];for(a=0;a=0?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}var P=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,R=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,H={},W={};function Y(e,t,n,r){var o=r;"string"==typeof r&&(o=function(){return this[r]()}),e&&(W[e]=o),t&&(W[t[0]]=function(){return I(o.apply(this,arguments),t[1],t[2])}),n&&(W[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function j(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function q(e){var t,n,r=e.match(P);for(t=0,n=r.length;t=0&&R.test(e);)e=e.replace(R,r),R.lastIndex=0,n-=1;return e}var X={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function U(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(P).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var $="Invalid date";function G(){return this._invalidDate}var K="%d",J=/\d{1,2}/;function Z(e){return this._ordinal.replace("%d",e)}var Q={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function ee(e,t,n,r){var o=this._relativeTime[n];return T(o)?o(e,t,n,r):o.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return T(n)?n(t):n.replace(/%s/i,t)}var ne={};function re(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function oe(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function ae(e){var t,n,r={};for(n in e)l(e,n)&&(t=oe(n))&&(r[t]=e[n]);return r}var ie={};function se(e,t){ie[e]=t}function le(e){var t,n=[];for(t in e)l(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function pe(e,t){return function(n){return null!=n?(fe(this,e,n),o.updateOffset(this,t),this):me(this,e)}}function me(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function he(e){return T(this[e=oe(e)])?this[e]():this}function ge(e,t){if("object"==typeof e){var n,r=le(e=ae(e));for(n=0;n68?1900:2e3)};var bt=pe("FullYear",!0);function vt(){return ce(this.year())}function yt(e,t,n,r,o,a,i){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,o,a,i),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,o,a,i),s}function _t(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Mt(e,t,n){var r=7+t-n;return-(7+_t(e,0,r).getUTCDay()-t)%7+r-1}function kt(e,t,n,r,o){var a,i,s=1+7*(t-1)+(7+n-r)%7+Mt(e,r,o);return s<=0?i=gt(a=e-1)+s:s>gt(e)?(a=e+1,i=s-gt(e)):(a=e,i=s),{year:a,dayOfYear:i}}function wt(e,t,n){var r,o,a=Mt(e.year(),t,n),i=Math.floor((e.dayOfYear()-a-1)/7)+1;return i<1?r=i+Et(o=e.year()-1,t,n):i>Et(e.year(),t,n)?(r=i-Et(e.year(),t,n),o=e.year()+1):(o=e.year(),r=i),{week:r,year:o}}function Et(e,t,n){var r=Mt(e,t,n),o=Mt(e+1,t,n);return(gt(e)-r+o)/7}function Lt(e){return wt(e,this._week.dow,this._week.doy).week}Y("w",["ww",2],"wo","week"),Y("W",["WW",2],"Wo","isoWeek"),re("week","w"),re("isoWeek","W"),se("week",5),se("isoWeek",5),Be("w",we),Be("ww",we,ye),Be("W",we),Be("WW",we,ye),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=de(e)}));var Ct={dow:0,doy:6};function xt(){return this._week.dow}function St(){return this._week.doy}function At(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Tt(e){var t=wt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function zt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Nt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ot(e,t){return e.slice(t,7).concat(e.slice(0,t))}Y("d",0,"do","day"),Y("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),Y("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),Y("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),Y("e",0,0,"weekday"),Y("E",0,0,"isoWeekday"),re("day","d"),re("weekday","e"),re("isoWeekday","E"),se("day",11),se("weekday",11),se("isoWeekday",11),Be("d",we),Be("e",we),Be("E",we),Be("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Be("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Be("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:b(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=de(e)}));var Dt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Bt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),It="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Pt=De,Rt=De,Ht=De;function Wt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ot(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Ot(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function jt(e){return!0===e?Ot(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function qt(e,t,n){var r,o,a,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=qe.call(this._weekdaysParse,i))?o:null:"ddd"===t?-1!==(o=qe.call(this._shortWeekdaysParse,i))?o:null:-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:"dddd"===t?-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._shortWeekdaysParse,i))||-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:"ddd"===t?-1!==(o=qe.call(this._shortWeekdaysParse,i))||-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._minWeekdaysParse,i))?o:null:-1!==(o=qe.call(this._minWeekdaysParse,i))||-1!==(o=qe.call(this._weekdaysParse,i))||-1!==(o=qe.call(this._shortWeekdaysParse,i))?o:null}function Ft(e,t,n){var r,o,a;if(this._weekdaysParseExact)return qt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=h([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=zt(e,this.localeData()),this.add(e-t,"d")):t}function Xt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Ut(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Nt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function $t(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Pt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Rt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ht),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,r,o,a,i=[],s=[],l=[],c=[];for(t=0;t<7;t++)n=h([2e3,1]).day(t),r=Re(this.weekdaysMin(n,"")),o=Re(this.weekdaysShort(n,"")),a=Re(this.weekdays(n,"")),i.push(r),s.push(o),l.push(a),c.push(r),c.push(o),c.push(a);i.sort(e),s.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Zt(){return this.hours()%12||12}function Qt(){return this.hours()||24}function en(e,t){Y(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}Y("H",["HH",2],0,"hour"),Y("h",["hh",2],0,Zt),Y("k",["kk",2],0,Qt),Y("hmm",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)})),Y("hmmss",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)+I(this.seconds(),2)})),Y("Hmm",0,0,(function(){return""+this.hours()+I(this.minutes(),2)})),Y("Hmmss",0,0,(function(){return""+this.hours()+I(this.minutes(),2)+I(this.seconds(),2)})),en("a",!0),en("A",!1),re("hour","h"),se("hour",13),Be("a",tn),Be("A",tn),Be("H",we),Be("h",we),Be("k",we),Be("HH",we,ye),Be("hh",we,ye),Be("kk",we,ye),Be("hmm",Ee),Be("hmmss",Le),Be("Hmm",Ee),Be("Hmmss",Le),We(["H","HH"],Ue),We(["k","kk"],(function(e,t,n){var r=de(e);t[Ue]=24===r?0:r})),We(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),We(["h","hh"],(function(e,t,n){t[Ue]=de(e),b(n).bigHour=!0})),We("hmm",(function(e,t,n){var r=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r)),b(n).bigHour=!0})),We("hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o)),b(n).bigHour=!0})),We("Hmm",(function(e,t,n){var r=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r))})),We("Hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Ue]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o))}));var rn=/[ap]\.?m?\.?/i,on=pe("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var sn,ln={calendar:D,longDateFormat:X,invalidDate:$,ordinal:K,dayOfMonthOrdinalParse:J,relativeTime:Q,months:tt,monthsShort:nt,week:Ct,weekdays:Dt,weekdaysMin:It,weekdaysShort:Bt,meridiemParse:rn},cn={},un={};function dn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0;){if(r=fn(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&dn(o,n)>=t-1)break;t--}a++}return sn}function fn(t){var r=null;if(void 0===cn[t]&&e&&e.exports)try{r=sn._abbr,n(6700)("./"+t),hn(r)}catch(e){cn[t]=null}return cn[t]}function hn(e,t){var n;return e&&((n=u(t)?vn(e):gn(e,t))?sn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),sn._abbr}function gn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=cn[e])A("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=fn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new O(N(r,t)),un[e]&&un[e].forEach((function(e){gn(e.name,e.config)})),hn(e),cn[e]}return delete cn[e],null}function bn(e,t){if(null!=t){var n,r,o=ln;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(N(cn[e]._config,t)):(null!=(r=fn(e))&&(o=r._config),t=N(o,t),null==r&&(t.abbr=e),(n=new O(t)).parentLocale=cn[e],cn[e]=n),hn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===hn()&&hn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return sn;if(!i(e)){if(t=fn(e))return t;e=[e]}return mn(e)}function yn(){return x(cn)}function _n(e){var t,n=e._a;return n&&-2===b(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[Xe]<1||n[Xe]>et(n[Fe],n[Ve])?Xe:n[Ue]<0||n[Ue]>24||24===n[Ue]&&(0!==n[$e]||0!==n[Ge]||0!==n[Ke])?Ue:n[$e]<0||n[$e]>59?$e:n[Ge]<0||n[Ge]>59?Ge:n[Ke]<0||n[Ke]>999?Ke:-1,b(e)._overflowDayOfYear&&(tXe)&&(t=Xe),b(e)._overflowWeeks&&-1===t&&(t=Je),b(e)._overflowWeekday&&-1===t&&(t=Ze),b(e).overflow=t),e}var Mn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,wn=/Z|[+-]\d\d(?::?\d\d)?/,En=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Ln=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Cn=/^\/?Date\((-?\d+)/i,xn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Sn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function An(e){var t,n,r,o,a,i,s=e._i,l=Mn.exec(s)||kn.exec(s);if(l){for(b(e).iso=!0,t=0,n=En.length;tgt(a)||0===e._dayOfYear)&&(b(e)._overflowDayOfYear=!0),n=_t(a,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[Xe]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=r[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Ue]&&0===e._a[$e]&&0===e._a[Ge]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Ue]=0),e._d=(e._useUTC?_t:yt).apply(null,i),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Ue]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(b(e).weekdayMismatch=!0)}}function Wn(e){var t,n,r,o,a,i,s,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(a=1,i=4,n=Pn(t.GG,e._a[Fe],wt(Gn(),1,4).year),r=Pn(t.W,1),((o=Pn(t.E,1))<1||o>7)&&(l=!0)):(a=e._locale._week.dow,i=e._locale._week.doy,c=wt(Gn(),a,i),n=Pn(t.gg,e._a[Fe],c.year),r=Pn(t.w,c.week),null!=t.d?((o=t.d)<0||o>6)&&(l=!0):null!=t.e?(o=t.e+a,(t.e<0||t.e>6)&&(l=!0)):o=a),r<1||r>Et(n,a,i)?b(e)._overflowWeeks=!0:null!=l?b(e)._overflowWeekday=!0:(s=kt(n,r,o,a,i),e._a[Fe]=s.year,e._dayOfYear=s.dayOfYear)}function Yn(e){if(e._f!==o.ISO_8601)if(e._f!==o.RFC_2822){e._a=[],b(e).empty=!0;var t,n,r,a,i,s,l=""+e._i,c=l.length,u=0;for(r=V(e._f,e._locale).match(P)||[],t=0;t0&&b(e).unusedInput.push(i),l=l.slice(l.indexOf(n)+n.length),u+=n.length),W[a]?(n?b(e).empty=!1:b(e).unusedTokens.push(a),je(a,n,e)):e._strict&&!n&&b(e).unusedTokens.push(a);b(e).charsLeftOver=c-u,l.length>0&&b(e).unusedInput.push(l),e._a[Ue]<=12&&!0===b(e).bigHour&&e._a[Ue]>0&&(b(e).bigHour=void 0),b(e).parsedDateParts=e._a.slice(0),b(e).meridiem=e._meridiem,e._a[Ue]=jn(e._locale,e._a[Ue],e._meridiem),null!==(s=b(e).era)&&(e._a[Fe]=e._locale.erasConvertYear(s,e._a[Fe])),Hn(e),_n(e)}else Bn(e);else An(e)}function jn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function qn(e){var t,n,r,o,a,i,s=!1;if(0===e._f.length)return b(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;othis?this:e:y()}));function Zn(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Gn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function kr(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),(t=Xn(t))._a?(e=t._isUTC?h(t._a):Gn(t._a),this._isDSTShifted=this.isValid()&&cr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wr(){return!!this.isValid()&&!this._isUTC}function Er(){return!!this.isValid()&&this._isUTC}function Lr(){return!!this.isValid()&&this._isUTC&&0===this._offset}o.updateOffset=function(){};var Cr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,xr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Sr(e,t){var n,r,o,a=e,i=null;return sr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(i=Cr.exec(e))?(n="-"===i[1]?-1:1,a={y:0,d:de(i[Xe])*n,h:de(i[Ue])*n,m:de(i[$e])*n,s:de(i[Ge])*n,ms:de(lr(1e3*i[Ke]))*n}):(i=xr.exec(e))?(n="-"===i[1]?-1:1,a={y:Ar(i[2],n),M:Ar(i[3],n),w:Ar(i[4],n),d:Ar(i[5],n),h:Ar(i[6],n),m:Ar(i[7],n),s:Ar(i[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(o=zr(Gn(a.from),Gn(a.to)),(a={}).ms=o.milliseconds,a.M=o.months),r=new ir(a),sr(e)&&l(e,"_locale")&&(r._locale=e._locale),sr(e)&&l(e,"_isValid")&&(r._isValid=e._isValid),r}function Ar(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Tr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function zr(e,t){var n;return e.isValid()&&t.isValid()?(t=mr(t,e),e.isBefore(t)?n=Tr(e,t):((n=Tr(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Nr(e,t){return function(n,r){var o;return null===r||isNaN(+r)||(A(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=r,r=o),Or(this,Sr(n,r),e),this}}function Or(e,t,n,r){var a=t._milliseconds,i=lr(t._days),s=lr(t._months);e.isValid()&&(r=null==r||r,s&&ut(e,me(e,"Month")+s*n),i&&fe(e,"Date",me(e,"Date")+i*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&o.updateOffset(e,i||s))}Sr.fn=ir.prototype,Sr.invalid=ar;var Dr=Nr(1,"add"),Br=Nr(-1,"subtract");function Ir(e){return"string"==typeof e||e instanceof String}function Pr(e){return E(e)||p(e)||Ir(e)||d(e)||Hr(e)||Rr(e)||null==e}function Rr(e){var t,n,r=s(e)&&!c(e),o=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;tn.valueOf():n.valueOf()9999?F(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(n,"Z")):F(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function eo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,o="moment",a="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+o+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(e+t+n+r)}function to(e){e||(e=this.isUtc()?o.defaultFormatUtc:o.defaultFormat);var t=F(this,e);return this.localeData().postformat(t)}function no(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Sr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ro(e){return this.from(Gn(),e)}function oo(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Sr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ao(e){return this.to(Gn(),e)}function io(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}o.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",o.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var so=C("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function lo(){return this._locale}var co=1e3,uo=60*co,po=60*uo,mo=3506328*po;function fo(e,t){return(e%t+t)%t}function ho(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-mo:new Date(e,t,n).valueOf()}function go(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-mo:Date.UTC(e,t,n)}function bo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=fo(t+(this._isUTC?0:this.utcOffset()*uo),po);break;case"minute":t=this._d.valueOf(),t-=fo(t,uo);break;case"second":t=this._d.valueOf(),t-=fo(t,co)}return this._d.setTime(t),o.updateOffset(this,!0),this}function vo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=po-fo(t+(this._isUTC?0:this.utcOffset()*uo),po)-1;break;case"minute":t=this._d.valueOf(),t+=uo-fo(t,uo)-1;break;case"second":t=this._d.valueOf(),t+=co-fo(t,co)-1}return this._d.setTime(t),o.updateOffset(this,!0),this}function yo(){return this._d.valueOf()-6e4*(this._offset||0)}function _o(){return Math.floor(this.valueOf()/1e3)}function Mo(){return new Date(this.valueOf())}function ko(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function wo(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Eo(){return this.isValid()?this.toISOString():null}function Lo(){return v(this)}function Co(){return f({},b(this))}function xo(){return b(this).overflow}function So(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Ao(e,t){var n,r,a,i=this._eras||vn("en")._eras;for(n=0,r=i.length;n=0)return l[r]}function zo(e,t){var n=e.since<=e.until?1:-1;return void 0===t?o(e.since).year():o(e.since).year()+(t-e.offset)*n}function No(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e(a=Et(e,r,o))&&(t=a),Zo.call(this,e,t,n,r,o))}function Zo(e,t,n,r,o){var a=kt(e,t,n,r,o),i=_t(a.year,0,a.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Qo(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}Y("N",0,0,"eraAbbr"),Y("NN",0,0,"eraAbbr"),Y("NNN",0,0,"eraAbbr"),Y("NNNN",0,0,"eraName"),Y("NNNNN",0,0,"eraNarrow"),Y("y",["y",1],"yo","eraYear"),Y("y",["yy",2],0,"eraYear"),Y("y",["yyy",3],0,"eraYear"),Y("y",["yyyy",4],0,"eraYear"),Be("N",Ho),Be("NN",Ho),Be("NNN",Ho),Be("NNNN",Wo),Be("NNNNN",Yo),We(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var o=n._locale.erasParse(e,r,n._strict);o?b(n).era=o:b(n).invalidEra=e})),Be("y",Ae),Be("yy",Ae),Be("yyy",Ae),Be("yyyy",Ae),Be("yo",jo),We(["y","yy","yyy","yyyy"],Fe),We(["yo"],(function(e,t,n,r){var o;n._locale._eraYearOrdinalRegex&&(o=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Fe]=n._locale.eraYearOrdinalParse(e,o):t[Fe]=parseInt(e,10)})),Y(0,["gg",2],0,(function(){return this.weekYear()%100})),Y(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Fo("gggg","weekYear"),Fo("ggggg","weekYear"),Fo("GGGG","isoWeekYear"),Fo("GGGGG","isoWeekYear"),re("weekYear","gg"),re("isoWeekYear","GG"),se("weekYear",1),se("isoWeekYear",1),Be("G",Te),Be("g",Te),Be("GG",we,ye),Be("gg",we,ye),Be("GGGG",xe,Me),Be("gggg",xe,Me),Be("GGGGG",Se,ke),Be("ggggg",Se,ke),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=de(e)})),Ye(["gg","GG"],(function(e,t,n,r){t[r]=o.parseTwoDigitYear(e)})),Y("Q",0,"Qo","quarter"),re("quarter","Q"),se("quarter",7),Be("Q",ve),We("Q",(function(e,t){t[Ve]=3*(de(e)-1)})),Y("D",["DD",2],"Do","date"),re("date","D"),se("date",9),Be("D",we),Be("DD",we,ye),Be("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),We(["D","DD"],Xe),We("Do",(function(e,t){t[Xe]=de(e.match(we)[0])}));var ea=pe("Date",!0);function ta(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}Y("DDD",["DDDD",3],"DDDo","dayOfYear"),re("dayOfYear","DDD"),se("dayOfYear",4),Be("DDD",Ce),Be("DDDD",_e),We(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),Y("m",["mm",2],0,"minute"),re("minute","m"),se("minute",14),Be("m",we),Be("mm",we,ye),We(["m","mm"],$e);var na=pe("Minutes",!1);Y("s",["ss",2],0,"second"),re("second","s"),se("second",15),Be("s",we),Be("ss",we,ye),We(["s","ss"],Ge);var ra,oa,aa=pe("Seconds",!1);for(Y("S",0,0,(function(){return~~(this.millisecond()/100)})),Y(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Y(0,["SSS",3],0,"millisecond"),Y(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Y(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Y(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Y(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Y(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Y(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),re("millisecond","ms"),se("millisecond",16),Be("S",Ce,ve),Be("SS",Ce,ye),Be("SSS",Ce,_e),ra="SSSS";ra.length<=9;ra+="S")Be(ra,Ae);function ia(e,t){t[Ke]=de(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")We(ra,ia);function sa(){return this._isUTC?"UTC":""}function la(){return this._isUTC?"Coordinated Universal Time":""}oa=pe("Milliseconds",!1),Y("z",0,0,"zoneAbbr"),Y("zz",0,0,"zoneName");var ca=w.prototype;function ua(e){return Gn(1e3*e)}function da(){return Gn.apply(null,arguments).parseZone()}function pa(e){return e}ca.add=Dr,ca.calendar=jr,ca.clone=qr,ca.diff=Kr,ca.endOf=vo,ca.format=to,ca.from=no,ca.fromNow=ro,ca.to=oo,ca.toNow=ao,ca.get=he,ca.invalidAt=xo,ca.isAfter=Fr,ca.isBefore=Vr,ca.isBetween=Xr,ca.isSame=Ur,ca.isSameOrAfter=$r,ca.isSameOrBefore=Gr,ca.isValid=Lo,ca.lang=so,ca.locale=io,ca.localeData=lo,ca.max=Jn,ca.min=Kn,ca.parsingFlags=Co,ca.set=ge,ca.startOf=bo,ca.subtract=Br,ca.toArray=ko,ca.toObject=wo,ca.toDate=Mo,ca.toISOString=Qr,ca.inspect=eo,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ca[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ca.toJSON=Eo,ca.toString=Zr,ca.unix=_o,ca.valueOf=yo,ca.creationData=So,ca.eraName=No,ca.eraNarrow=Oo,ca.eraAbbr=Do,ca.eraYear=Bo,ca.year=bt,ca.isLeapYear=vt,ca.weekYear=Vo,ca.isoWeekYear=Xo,ca.quarter=ca.quarters=Qo,ca.month=dt,ca.daysInMonth=pt,ca.week=ca.weeks=At,ca.isoWeek=ca.isoWeeks=Tt,ca.weeksInYear=Go,ca.weeksInWeekYear=Ko,ca.isoWeeksInYear=Uo,ca.isoWeeksInISOWeekYear=$o,ca.date=ea,ca.day=ca.days=Vt,ca.weekday=Xt,ca.isoWeekday=Ut,ca.dayOfYear=ta,ca.hour=ca.hours=on,ca.minute=ca.minutes=na,ca.second=ca.seconds=aa,ca.millisecond=ca.milliseconds=oa,ca.utcOffset=hr,ca.utc=br,ca.local=vr,ca.parseZone=yr,ca.hasAlignedHourOffset=_r,ca.isDST=Mr,ca.isLocal=wr,ca.isUtcOffset=Er,ca.isUtc=Lr,ca.isUTC=Lr,ca.zoneAbbr=sa,ca.zoneName=la,ca.dates=C("dates accessor is deprecated. Use date instead.",ea),ca.months=C("months accessor is deprecated. Use month instead",dt),ca.years=C("years accessor is deprecated. Use year instead",bt),ca.zone=C("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gr),ca.isDSTShifted=C("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",kr);var ma=O.prototype;function fa(e,t,n,r){var o=vn(),a=h().set(r,t);return o[n](a,e)}function ha(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return fa(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=fa(e,r,n,"month");return o}function ga(e,t,n,r){"boolean"==typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var o,a=vn(),i=e?a._week.dow:0,s=[];if(null!=n)return fa(t,(n+i)%7,r,"day");for(o=0;o<7;o++)s[o]=fa(t,(o+i)%7,r,"day");return s}function ba(e,t){return ha(e,t,"months")}function va(e,t){return ha(e,t,"monthsShort")}function ya(e,t,n){return ga(e,t,n,"weekdays")}function _a(e,t,n){return ga(e,t,n,"weekdaysShort")}function Ma(e,t,n){return ga(e,t,n,"weekdaysMin")}ma.calendar=B,ma.longDateFormat=U,ma.invalidDate=G,ma.ordinal=Z,ma.preparse=pa,ma.postformat=pa,ma.relativeTime=ee,ma.pastFuture=te,ma.set=z,ma.eras=Ao,ma.erasParse=To,ma.erasConvertYear=zo,ma.erasAbbrRegex=Po,ma.erasNameRegex=Io,ma.erasNarrowRegex=Ro,ma.months=it,ma.monthsShort=st,ma.monthsParse=ct,ma.monthsRegex=ft,ma.monthsShortRegex=mt,ma.week=Lt,ma.firstDayOfYear=St,ma.firstDayOfWeek=xt,ma.weekdays=Wt,ma.weekdaysMin=jt,ma.weekdaysShort=Yt,ma.weekdaysParse=Ft,ma.weekdaysRegex=$t,ma.weekdaysShortRegex=Gt,ma.weekdaysMinRegex=Kt,ma.isPM=nn,ma.meridiem=an,hn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),o.lang=C("moment.lang is deprecated. Use moment.locale instead.",hn),o.langData=C("moment.langData is deprecated. Use moment.localeData instead.",vn);var ka=Math.abs;function wa(){var e=this._data;return this._milliseconds=ka(this._milliseconds),this._days=ka(this._days),this._months=ka(this._months),e.milliseconds=ka(e.milliseconds),e.seconds=ka(e.seconds),e.minutes=ka(e.minutes),e.hours=ka(e.hours),e.months=ka(e.months),e.years=ka(e.years),this}function Ea(e,t,n,r){var o=Sr(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function La(e,t){return Ea(this,e,t,1)}function Ca(e,t){return Ea(this,e,t,-1)}function xa(e){return e<0?Math.floor(e):Math.ceil(e)}function Sa(){var e,t,n,r,o,a=this._milliseconds,i=this._days,s=this._months,l=this._data;return a>=0&&i>=0&&s>=0||a<=0&&i<=0&&s<=0||(a+=864e5*xa(Ta(s)+i),i=0,s=0),l.milliseconds=a%1e3,e=ue(a/1e3),l.seconds=e%60,t=ue(e/60),l.minutes=t%60,n=ue(t/60),l.hours=n%24,i+=ue(n/24),s+=o=ue(Aa(i)),i-=xa(Ta(o)),r=ue(s/12),s%=12,l.days=i,l.months=s,l.years=r,this}function Aa(e){return 4800*e/146097}function Ta(e){return 146097*e/4800}function za(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=oe(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Aa(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ta(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function Na(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Oa(e){return function(){return this.as(e)}}var Da=Oa("ms"),Ba=Oa("s"),Ia=Oa("m"),Pa=Oa("h"),Ra=Oa("d"),Ha=Oa("w"),Wa=Oa("M"),Ya=Oa("Q"),ja=Oa("y");function qa(){return Sr(this)}function Fa(e){return e=oe(e),this.isValid()?this[e+"s"]():NaN}function Va(e){return function(){return this.isValid()?this._data[e]:NaN}}var Xa=Va("milliseconds"),Ua=Va("seconds"),$a=Va("minutes"),Ga=Va("hours"),Ka=Va("days"),Ja=Va("months"),Za=Va("years");function Qa(){return ue(this.days()/7)}var ei=Math.round,ti={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ni(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}function ri(e,t,n,r){var o=Sr(e).abs(),a=ei(o.as("s")),i=ei(o.as("m")),s=ei(o.as("h")),l=ei(o.as("d")),c=ei(o.as("M")),u=ei(o.as("w")),d=ei(o.as("y")),p=a<=n.ss&&["s",a]||a0,p[4]=r,ni.apply(null,p)}function oi(e){return void 0===e?ei:"function"==typeof e&&(ei=e,!0)}function ai(e,t){return void 0!==ti[e]&&(void 0===t?ti[e]:(ti[e]=t,"s"===e&&(ti.ss=t-1),!0))}function ii(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,o=!1,a=ti;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(o=e),"object"==typeof t&&(a=Object.assign({},ti,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),r=ri(this,!o,a,n=this.localeData()),o&&(r=n.pastFuture(+this,r)),n.postformat(r)}var si=Math.abs;function li(e){return(e>0)-(e<0)||+e}function ci(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,o,a,i,s,l=si(this._milliseconds)/1e3,c=si(this._days),u=si(this._months),d=this.asSeconds();return d?(e=ue(l/60),t=ue(e/60),l%=60,e%=60,n=ue(u/12),u%=12,r=l?l.toFixed(3).replace(/\.?0+$/,""):"",o=d<0?"-":"",a=li(this._months)!==li(d)?"-":"",i=li(this._days)!==li(d)?"-":"",s=li(this._milliseconds)!==li(d)?"-":"",o+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?i+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var ui=ir.prototype;return ui.isValid=or,ui.abs=wa,ui.add=La,ui.subtract=Ca,ui.as=za,ui.asMilliseconds=Da,ui.asSeconds=Ba,ui.asMinutes=Ia,ui.asHours=Pa,ui.asDays=Ra,ui.asWeeks=Ha,ui.asMonths=Wa,ui.asQuarters=Ya,ui.asYears=ja,ui.valueOf=Na,ui._bubble=Sa,ui.clone=qa,ui.get=Fa,ui.milliseconds=Xa,ui.seconds=Ua,ui.minutes=$a,ui.hours=Ga,ui.days=Ka,ui.weeks=Qa,ui.months=Ja,ui.years=Za,ui.humanize=ii,ui.toISOString=ci,ui.toString=ci,ui.toJSON=ci,ui.locale=io,ui.localeData=lo,ui.toIsoString=C("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ci),ui.lang=so,Y("X",0,0,"unix"),Y("x",0,0,"valueOf"),Be("x",Te),Be("X",Oe),We("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),We("x",(function(e,t,n){n._d=new Date(de(e))})),o.version="2.29.1",a(Gn),o.fn=ca,o.min=Qn,o.max=er,o.now=tr,o.utc=h,o.unix=ua,o.months=ba,o.isDate=p,o.locale=hn,o.invalid=y,o.duration=Sr,o.isMoment=E,o.weekdays=ya,o.parseZone=da,o.localeData=vn,o.isDuration=sr,o.monthsShort=va,o.weekdaysMin=Ma,o.defineLocale=gn,o.updateLocale=bn,o.locales=yn,o.weekdaysShort=_a,o.normalizeUnits=oe,o.relativeTimeRounding=oi,o.relativeTimeThreshold=ai,o.calendarFormat=Yr,o.prototype=ca,o.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},o}()},2441:(e,t,n)=>{var r;!function(o,a,i){if(o){for(var s,l={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"},c={106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},u={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"},d={option:"alt",command:"meta",return:"enter",escape:"esc",plus:"+",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"},p=1;p<20;++p)l[111+p]="f"+p;for(p=0;p<=9;++p)l[p+96]=p.toString();y.prototype.bind=function(e,t,n){var r=this;return e=e instanceof Array?e:[e],r._bindMultiple.call(r,e,t,n),r},y.prototype.unbind=function(e,t){return this.bind.call(this,e,(function(){}),t)},y.prototype.trigger=function(e,t){var n=this;return n._directMap[e+":"+t]&&n._directMap[e+":"+t]({},e),n},y.prototype.reset=function(){var e=this;return e._callbacks={},e._directMap={},e},y.prototype.stopCallback=function(e,t){if((" "+t.className+" ").indexOf(" mousetrap ")>-1)return!1;if(v(t,this.target))return!1;if("composedPath"in e&&"function"==typeof e.composedPath){var n=e.composedPath()[0];n!==e.target&&(t=n)}return"INPUT"==t.tagName||"SELECT"==t.tagName||"TEXTAREA"==t.tagName||t.isContentEditable},y.prototype.handleKey=function(){var e=this;return e._handleKey.apply(e,arguments)},y.addKeycodes=function(e){for(var t in e)e.hasOwnProperty(t)&&(l[t]=e[t]);s=null},y.init=function(){var e=y(a);for(var t in e)"_"!==t.charAt(0)&&(y[t]=function(t){return function(){return e[t].apply(e,arguments)}}(t))},y.init(),o.Mousetrap=y,e.exports&&(e.exports=y),void 0===(r=function(){return y}.call(t,n,t,e))||(e.exports=r)}function m(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function f(e){if("keypress"==e.type){var t=String.fromCharCode(e.which);return e.shiftKey||(t=t.toLowerCase()),t}return l[e.which]?l[e.which]:c[e.which]?c[e.which]:String.fromCharCode(e.which).toLowerCase()}function h(e){return"shift"==e||"ctrl"==e||"alt"==e||"meta"==e}function g(e,t,n){return n||(n=function(){if(!s)for(var e in s={},l)e>95&&e<112||l.hasOwnProperty(e)&&(s[l[e]]=e);return s}()[e]?"keydown":"keypress"),"keypress"==n&&t.length&&(n="keydown"),n}function b(e,t){var n,r,o,a=[];for(n=function(e){return"+"===e?["+"]:(e=e.replace(/\+{2}/g,"+plus")).split("+")}(e),o=0;o1?p(e,s,n,r):(i=b(e,r),t._callbacks[i.key]=t._callbacks[i.key]||[],c(i.key,i.modifiers,{type:i.action},o,e,a),t._callbacks[i.key][o?"unshift":"push"]({callback:n,modifiers:i.modifiers,action:i.action,seq:o,level:a,combo:e}))}t._handleKey=function(e,t,n){var r,o=c(e,t,n),a={},d=0,p=!1;for(r=0;r{!function(e){if(e){var t={},n=e.prototype.stopCallback;e.prototype.stopCallback=function(e,r,o,a){return!!this.paused||!t[o]&&!t[a]&&n.call(this,e,r,o)},e.prototype.bindGlobal=function(e,n,r){if(this.bind(e,n,r),e instanceof Array)for(var o=0;o{var t=1e3,n=60*t,r=60*n,o=24*r,a=7*o,i=365.25*o;function s(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!s)return;var l=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*i;case"weeks":case"week":case"w":return l*a;case"days":case"day":case"d":return l*o;case"hours":case"hour":case"hrs":case"hr":case"h":return l*r;case"minutes":case"minute":case"mins":case"min":case"m":return l*n;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var a=Math.abs(e);if(a>=o)return s(e,a,o,"day");if(a>=r)return s(e,a,r,"hour");if(a>=n)return s(e,a,n,"minute");if(a>=t)return s(e,a,t,"second");return e+" ms"}(e):function(e){var a=Math.abs(e);if(a>=o)return Math.round(e/o)+"d";if(a>=r)return Math.round(e/r)+"h";if(a>=n)return Math.round(e/n)+"m";if(a>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},2796:(e,t,n)=>{e.exports=n(643)},3264:e=>{"use strict";var t=!("undefined"==typeof window||!window.document||!window.document.createElement),n={canUseDOM:t,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:t&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:t&&!!window.screen,isInWorker:!t};e.exports=n},4518:e=>{var t,n,r,o,a,i,s,l,c,u,d,p,m,f,h,g=!1;function b(){if(!g){g=!0;var e=navigator.userAgent,b=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),v=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(p=/\b(iPhone|iP[ao]d)/.exec(e),m=/\b(iP[ao]d)/.exec(e),u=/Android/i.exec(e),f=/FBAN\/\w+;/i.exec(e),h=/Mobile/i.exec(e),d=!!/Win64/.exec(e),b){(t=b[1]?parseFloat(b[1]):b[5]?parseFloat(b[5]):NaN)&&document&&document.documentMode&&(t=document.documentMode);var y=/(?:Trident\/(\d+.\d+))/.exec(e);i=y?parseFloat(y[1])+4:t,n=b[2]?parseFloat(b[2]):NaN,r=b[3]?parseFloat(b[3]):NaN,(o=b[4]?parseFloat(b[4]):NaN)?(b=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=b&&b[1]?parseFloat(b[1]):NaN):a=NaN}else t=n=r=a=o=NaN;if(v){if(v[1]){var _=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);s=!_||parseFloat(_[1].replace("_","."))}else s=!1;l=!!v[2],c=!!v[3]}else s=l=c=!1}}var v={ie:function(){return b()||t},ieCompatibilityMode:function(){return b()||i>t},ie64:function(){return v.ie()&&d},firefox:function(){return b()||n},opera:function(){return b()||r},webkit:function(){return b()||o},safari:function(){return v.webkit()},chrome:function(){return b()||a},windows:function(){return b()||l},osx:function(){return b()||s},linux:function(){return b()||c},iphone:function(){return b()||p},mobile:function(){return b()||p||m||u||h},nativeApp:function(){return b()||f},android:function(){return b()||u},ipad:function(){return b()||m}};e.exports=v},6534:(e,t,n)=>{"use strict";var r,o=n(3264);o.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!o.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var i=document.createElement("div");i.setAttribute(n,"return;"),a="function"==typeof i[n]}return!a&&r&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}},643:(e,t,n)=>{"use strict";var r=n(4518),o=n(6534);function a(e){var t=0,n=0,r=0,o=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=10*t,o=10*n,"deltaY"in e&&(o=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||o)&&e.deltaMode&&(1==e.deltaMode?(r*=40,o*=40):(r*=800,o*=800)),r&&!t&&(t=r<1?-1:1),o&&!n&&(n=o<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:o}}a.getEventType=function(){return r.firefox()?"DOMMouseScroll":o("wheel")?"wheel":"mousewheel"},e.exports=a},631:(e,t,n)=>{var r="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&o&&"function"==typeof o.get?o.get:null,i=r&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=s&&l&&"function"==typeof l.get?l.get:null,u=s&&Set.prototype.forEach,d="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,m="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,f=Boolean.prototype.valueOf,h=Object.prototype.toString,g=Function.prototype.toString,b=String.prototype.match,v="function"==typeof BigInt?BigInt.prototype.valueOf:null,y=Object.getOwnPropertySymbols,_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"==typeof Symbol&&"object"==typeof Symbol.iterator,k=Object.prototype.propertyIsEnumerable,w=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),E=n(4654).custom,L=E&&T(E)?E:null,C="function"==typeof Symbol&&void 0!==Symbol.toStringTag?Symbol.toStringTag:null;function x(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function S(e){return String(e).replace(/"/g,""")}function A(e){return!("[object Array]"!==O(e)||C&&"object"==typeof e&&C in e)}function T(e){if(M)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,r,o){var s=n||{};if(N(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(N(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=!N(s,"customInspect")||s.customInspect;if("boolean"!=typeof l&&"symbol"!==l)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(N(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return B(t,s);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var h=void 0===s.depth?5:s.depth;if(void 0===r&&(r=0),r>=h&&h>0&&"object"==typeof t)return A(t)?"[Array]":"[Object]";var y=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=Array(e.indent+1).join(" ")}return{base:n,prev:Array(t+1).join(n)}}(s,r);if(void 0===o)o=[];else if(D(o,t)>=0)return"[Circular]";function k(t,n,a){if(n&&(o=o.slice()).push(n),a){var i={depth:s.depth};return N(s,"quoteStyle")&&(i.quoteStyle=s.quoteStyle),e(t,i,r+1,o)}return e(t,s,r+1,o)}if("function"==typeof t){var E=function(e){if(e.name)return e.name;var t=b.call(g.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),z=Y(t,k);return"[Function"+(E?": "+E:" (anonymous)")+"]"+(z.length>0?" { "+z.join(", ")+" }":"")}if(T(t)){var I=M?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):_.call(t);return"object"!=typeof t||M?I:P(I)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var j="<"+String(t.nodeName).toLowerCase(),q=t.attributes||[],F=0;F"}if(A(t)){if(0===t.length)return"[]";var V=Y(t,k);return y&&!function(e){for(var t=0;t=0)return!1;return!0}(V)?"["+W(V,y)+"]":"[ "+V.join(", ")+" ]"}if(function(e){return!("[object Error]"!==O(e)||C&&"object"==typeof e&&C in e)}(t)){var X=Y(t,k);return 0===X.length?"["+String(t)+"]":"{ ["+String(t)+"] "+X.join(", ")+" }"}if("object"==typeof t&&l){if(L&&"function"==typeof t[L])return t[L]();if("symbol"!==l&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!=typeof e)return!1;try{a.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var U=[];return i.call(t,(function(e,n){U.push(k(n,t,!0)+" => "+k(e,t))})),H("Map",a.call(t),U,y)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{a.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var $=[];return u.call(t,(function(e){$.push(k(e,t))})),H("Set",c.call(t),$,y)}if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return R("WeakMap");if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return R("WeakSet");if(function(e){if(!m||!e||"object"!=typeof e)return!1;try{return m.call(e),!0}catch(e){}return!1}(t))return R("WeakRef");if(function(e){return!("[object Number]"!==O(e)||C&&"object"==typeof e&&C in e)}(t))return P(k(Number(t)));if(function(e){if(!e||"object"!=typeof e||!v)return!1;try{return v.call(e),!0}catch(e){}return!1}(t))return P(k(v.call(t)));if(function(e){return!("[object Boolean]"!==O(e)||C&&"object"==typeof e&&C in e)}(t))return P(f.call(t));if(function(e){return!("[object String]"!==O(e)||C&&"object"==typeof e&&C in e)}(t))return P(k(String(t)));if(!function(e){return!("[object Date]"!==O(e)||C&&"object"==typeof e&&C in e)}(t)&&!function(e){return!("[object RegExp]"!==O(e)||C&&"object"==typeof e&&C in e)}(t)){var G=Y(t,k),K=w?w(t)===Object.prototype:t instanceof Object||t.constructor===Object,J=t instanceof Object?"":"null prototype",Z=!K&&C&&Object(t)===t&&C in t?O(t).slice(8,-1):J?"Object":"",Q=(K||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(Z||J?"["+[].concat(Z||[],J||[]).join(": ")+"] ":"");return 0===G.length?Q+"{}":y?Q+"{"+W(G,y)+"}":Q+"{ "+G.join(", ")+" }"}return String(t)};var z=Object.prototype.hasOwnProperty||function(e){return e in this};function N(e,t){return z.call(e,t)}function O(e){return h.call(e)}function D(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return B(e.slice(0,t.maxStringLength),t)+r}return x(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,I),"single",t)}function I(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function P(e){return"Object("+e+")"}function R(e){return e+" { ? }"}function H(e,t,n,r){return e+" ("+t+") {"+(r?W(n,r):n.join(", "))+"}"}function W(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+e.join(","+n)+"\n"+t.prev}function Y(e,t){var n=A(e),r=[];if(n){r.length=e.length;for(var o=0;o{"use strict";var r;if(!Object.keys){var o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,i=n(1414),s=Object.prototype.propertyIsEnumerable,l=!s.call({toString:null},"toString"),c=s.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},m=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&o.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{d(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();r=function(e){var t=null!==e&&"object"==typeof e,n="[object Function]"===a.call(e),r=i(e),s=t&&"[object String]"===a.call(e),p=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var f=c&&n;if(s&&e.length>0&&!o.call(e,0))for(var h=0;h0)for(var g=0;g{"use strict";var r=Array.prototype.slice,o=n(1414),a=Object.keys,i=a?function(e){return a(e)}:n(8987),s=Object.keys;i.shim=function(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function(e){return o(e)?s(r.call(e)):s(e)})}else Object.keys=i;return Object.keys||i},e.exports=i},1414:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var n=t.call(e),r="[object Arguments]"===n;return r||(r="[object Array]"!==n&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),r}},2837:(e,t,n)=>{"use strict";var r=n(2215),o=function(e){return null!=e},a=n(5419)(),i=n(1924),s=Object,l=i("Array.prototype.push"),c=i("Object.prototype.propertyIsEnumerable"),u=a?Object.getOwnPropertySymbols:null;e.exports=function(e,t){if(!o(e))throw new TypeError("target must be an object");var n,i,d,p,m,f,h,g=s(e);for(n=1;n{"use strict";var r=n(4289),o=n(5559),a=n(2837),i=n(8162),s=n(4489),l=o.apply(i()),c=function(e,t){return l(Object,arguments)};r(c,{getPolyfill:i,implementation:a,shim:s}),e.exports=c},8162:(e,t,n)=>{"use strict";var r=n(2837);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var e="abcdefghijklmnopqrst",t=e.split(""),n={},r=0;r{"use strict";var r=n(4289),o=n(8162);e.exports=function(){var e=o();return r(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}},3513:(e,t,n)=>{"use strict";var r=n(9619),o=n(1924),a=o("Object.prototype.propertyIsEnumerable"),i=o("Array.prototype.push");e.exports=function(e){var t=r(e),n=[];for(var o in t)a(t,o)&&i(n,t[o]);return n}},5869:(e,t,n)=>{"use strict";var r=n(4289),o=n(5559),a=n(3513),i=n(7164),s=n(6970),l=o(i(),Object);r(l,{getPolyfill:i,implementation:a,shim:s}),e.exports=l},7164:(e,t,n)=>{"use strict";var r=n(3513);e.exports=function(){return"function"==typeof Object.values?Object.values:r}},6970:(e,t,n)=>{"use strict";var r=n(7164),o=n(4289);e.exports=function(){var e=r();return o(Object,{values:e},{values:function(){return Object.values!==e}}),e}},2703:(e,t,n)=>{"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},1775:e=>{"use strict";var t=Object.prototype.hasOwnProperty;function n(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function r(e,r){if(n(e,r))return!0;if("object"!=typeof e||null===e||"object"!=typeof r||null===r)return!1;var o=Object.keys(e),a=Object.keys(r);if(o.length!==a.length)return!1;for(var i=0;i{"use strict";var r=n(4857);t.Z=r.TextareaAutosize},6063:(e,t,n)=>{n(5453)},5533:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureCalendarDay=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t=o&&a{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var r=s(n(7363)),o=n(8341),a=s(n(5533)),i=s(n(1652));function s(e){return e&&e.__esModule?e:{default:e}}var l=(0,o.forbidExtraProps)({children:(0,o.or)([(0,o.childrenOfType)(a.default),(0,o.childrenOfType)(i.default)]).isRequired});function c(e){var t=e.children;return r.default.createElement("tr",null,t)}c.propTypes=l},2814:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M967.5 288.5L514.3 740.7c-11 11-21 11-32 0L29.1 288.5c-4-5-6-11-6-16 0-13 10-23 23-23 6 0 11 2 15 7l437.2 436.2 437.2-436.2c4-5 9-7 16-7 6 0 11 2 16 7 9 10.9 9 21 0 32z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},6952:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M32.1 712.6l453.2-452.2c11-11 21-11 32 0l453.2 452.2c4 5 6 10 6 16 0 13-10 23-22 23-7 0-12-2-16-7L501.3 308.5 64.1 744.7c-4 5-9 7-15 7-7 0-12-2-17-7-9-11-9-21 0-32.1z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},7798:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{fillRule:"evenodd",d:"M11.53.47a.75.75 0 0 0-1.061 0l-4.47 4.47L1.529.47A.75.75 0 1 0 .468 1.531l4.47 4.47-4.47 4.47a.75.75 0 1 0 1.061 1.061l4.47-4.47 4.47 4.47a.75.75 0 1 0 1.061-1.061l-4.47-4.47 4.47-4.47a.75.75 0 0 0 0-1.061z"}))};i.defaultProps={viewBox:"0 0 12 12"},t.default=i},1652:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureCustomizableCalendarDay=t.selectedStyles=t.lastInRangeStyles=t.selectedSpanStyles=t.hoveredSpanStyles=t.blockedOutOfRangeStyles=t.blockedCalendarStyles=t.blockedMinNightsStyles=t.highlightedCalendarStyles=t.outsideStyles=t.defaultStyles=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PureDayPicker=t.defaultProps=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BOTTOM_RIGHT=t.TOP_RIGHT=t.TOP_LEFT=void 0;var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=function(){function e(e,t){for(var n=0;n0&&this.setState({visibleDays:(0,a.default)({},w,z)})}},{key:"componentWillUpdate",value:function(){this.today=(0,u.default)()}},{key:"onDayClick",value:function(e,t){if(t&&t.preventDefault(),!this.isBlocked(e)){var n=this.props,r=n.onDateChange,o=n.keepOpenOnDateSelect,a=n.onFocusChange,i=n.onClose;r(e),o||(a({focused:!1}),i({date:e}))}}},{key:"onDayMouseEnter",value:function(e){if(!this.isTouchDevice){var t=this.state,n=t.hoverDate,r=t.visibleDays,o=this.deleteModifier({},n,"hovered");o=this.addModifier(o,e,"hovered"),this.setState({hoverDate:e,visibleDays:(0,a.default)({},r,o)})}}},{key:"onDayMouseLeave",value:function(){var e=this.state,t=e.hoverDate,n=e.visibleDays;if(!this.isTouchDevice&&t){var r=this.deleteModifier({},t,"hovered");this.setState({hoverDate:null,visibleDays:(0,a.default)({},n,r)})}}},{key:"onPrevMonthClick",value:function(){var e=this.props,t=e.onPrevMonthClick,n=e.numberOfMonths,r=e.enableOutsideDays,o=this.state,i=o.currentMonth,s=o.visibleDays,l={};Object.keys(s).sort().slice(0,n+1).forEach((function(e){l[e]=s[e]}));var c=i.clone().subtract(1,"month"),u=(0,b.default)(c,1,r);this.setState({currentMonth:c,visibleDays:(0,a.default)({},l,this.getModifiers(u))},(function(){t(c.clone())}))}},{key:"onNextMonthClick",value:function(){var e=this.props,t=e.onNextMonthClick,n=e.numberOfMonths,r=e.enableOutsideDays,o=this.state,i=o.currentMonth,s=o.visibleDays,l={};Object.keys(s).sort().slice(1).forEach((function(e){l[e]=s[e]}));var c=i.clone().add(n,"month"),u=(0,b.default)(c,1,r),d=i.clone().add(1,"month");this.setState({currentMonth:d,visibleDays:(0,a.default)({},l,this.getModifiers(u))},(function(){t(d.clone())}))}},{key:"onMonthChange",value:function(e){var t=this.props,n=t.numberOfMonths,r=t.enableOutsideDays,o=t.orientation===E.VERTICAL_SCROLLABLE,a=(0,b.default)(e,n,r,o);this.setState({currentMonth:e.clone(),visibleDays:this.getModifiers(a)})}},{key:"onYearChange",value:function(e){var t=this.props,n=t.numberOfMonths,r=t.enableOutsideDays,o=t.orientation===E.VERTICAL_SCROLLABLE,a=(0,b.default)(e,n,r,o);this.setState({currentMonth:e.clone(),visibleDays:this.getModifiers(a)})}},{key:"getFirstFocusableDay",value:function(e){var t=this,n=this.props,o=n.date,a=n.numberOfMonths,i=e.clone().startOf("month");if(o&&(i=o.clone()),this.isBlocked(i)){for(var s=[],l=e.clone().add(a-1,"months").endOf("month"),c=i.clone();!(0,g.default)(c,l);)c=c.clone().add(1,"day"),s.push(c);var u=s.filter((function(e){return!t.isBlocked(e)&&(0,g.default)(e,i)}));if(u.length>0){var d=r(u,1);i=d[0]}}return i}},{key:"getModifiers",value:function(e){var t=this,n={};return Object.keys(e).forEach((function(r){n[r]={},e[r].forEach((function(e){n[r][(0,y.default)(e)]=t.getModifiersForDay(e)}))})),n}},{key:"getModifiersForDay",value:function(e){var t=this;return new Set(Object.keys(this.modifiers).filter((function(n){return t.modifiers[n](e)})))}},{key:"getStateForNewMonth",value:function(e){var t=this,n=e.initialVisibleMonth,r=e.date,o=e.numberOfMonths,a=e.enableOutsideDays,i=(n||(r?function(){return r}:function(){return t.today}))();return{currentMonth:i,visibleDays:this.getModifiers((0,b.default)(i,o,a))}}},{key:"addModifier",value:function(e,t,n){var r=this.props,o=r.numberOfMonths,i=r.enableOutsideDays,s=r.orientation,l=this.state,c=l.currentMonth,u=l.visibleDays,d=c,p=o;if(s===E.VERTICAL_SCROLLABLE?p=Object.keys(u).length:(d=d.clone().subtract(1,"month"),p+=2),!t||!(0,v.default)(t,d,p,i))return e;var m=(0,y.default)(t),f=(0,a.default)({},e);if(i)f=Object.keys(u).filter((function(e){return Object.keys(u[e]).indexOf(m)>-1})).reduce((function(t,r){var o=e[r]||u[r],i=new Set(o[m]);return i.add(n),(0,a.default)({},t,x({},r,(0,a.default)({},o,x({},m,i))))}),f);else{var h=(0,_.default)(t),g=e[h]||u[h],b=new Set(g[m]);b.add(n),f=(0,a.default)({},f,x({},h,(0,a.default)({},g,x({},m,b))))}return f}},{key:"deleteModifier",value:function(e,t,n){var r=this.props,o=r.numberOfMonths,i=r.enableOutsideDays,s=r.orientation,l=this.state,c=l.currentMonth,u=l.visibleDays,d=c,p=o;if(s===E.VERTICAL_SCROLLABLE?p=Object.keys(u).length:(d=d.clone().subtract(1,"month"),p+=2),!t||!(0,v.default)(t,d,p,i))return e;var m=(0,y.default)(t),f=(0,a.default)({},e);if(i)f=Object.keys(u).filter((function(e){return Object.keys(u[e]).indexOf(m)>-1})).reduce((function(t,r){var o=e[r]||u[r],i=new Set(o[m]);return i.delete(n),(0,a.default)({},t,x({},r,(0,a.default)({},o,x({},m,i))))}),f);else{var h=(0,_.default)(t),g=e[h]||u[h],b=new Set(g[m]);b.delete(n),f=(0,a.default)({},f,x({},h,(0,a.default)({},g,x({},m,b))))}return f}},{key:"isBlocked",value:function(e){var t=this.props,n=t.isDayBlocked,r=t.isOutsideRange;return n(e)||r(e)}},{key:"isHovered",value:function(e){var t=(this.state||{}).hoverDate;return(0,h.default)(e,t)}},{key:"isSelected",value:function(e){var t=this.props.date;return(0,h.default)(e,t)}},{key:"isToday",value:function(e){return(0,h.default)(e,this.today)}},{key:"isFirstDayOfWeek",value:function(e){var t=this.props.firstDayOfWeek;return e.day()===(t||u.default.localeData().firstDayOfWeek())}},{key:"isLastDayOfWeek",value:function(e){var t=this.props.firstDayOfWeek;return e.day()===((t||u.default.localeData().firstDayOfWeek())+6)%7}},{key:"render",value:function(){var e=this.props,t=e.numberOfMonths,n=e.orientation,r=e.monthFormat,o=e.renderMonthText,a=e.navPrev,s=e.navNext,l=e.onOutsideClick,c=e.withPortal,u=e.focused,d=e.enableOutsideDays,p=e.hideKeyboardShortcutsPanel,m=e.daySize,f=e.firstDayOfWeek,h=e.renderCalendarDay,g=e.renderDayContents,b=e.renderCalendarInfo,v=e.renderMonthElement,y=e.calendarInfoPosition,_=e.isFocused,M=e.isRTL,k=e.phrases,w=e.dayAriaLabelFormat,E=e.onBlur,C=e.showKeyboardShortcuts,x=e.weekDayFormat,S=e.verticalHeight,A=e.noBorder,T=e.transitionDuration,z=e.verticalBorderSpacing,N=e.horizontalMonthPadding,O=this.state,D=O.currentMonth,B=O.visibleDays;return i.default.createElement(L.default,{orientation:n,enableOutsideDays:d,modifiers:B,numberOfMonths:t,onDayClick:this.onDayClick,onDayMouseEnter:this.onDayMouseEnter,onDayMouseLeave:this.onDayMouseLeave,onPrevMonthClick:this.onPrevMonthClick,onNextMonthClick:this.onNextMonthClick,onMonthChange:this.onMonthChange,onYearChange:this.onYearChange,monthFormat:r,withPortal:c,hidden:!u,hideKeyboardShortcutsPanel:p,initialVisibleMonth:function(){return D},firstDayOfWeek:f,onOutsideClick:l,navPrev:a,navNext:s,renderMonthText:o,renderCalendarDay:h,renderDayContents:g,renderCalendarInfo:b,renderMonthElement:v,calendarInfoPosition:y,isFocused:_,getFirstFocusableDay:this.getFirstFocusableDay,onBlur:E,phrases:k,daySize:m,isRTL:M,showKeyboardShortcuts:C,weekDayFormat:x,dayAriaLabelFormat:w,verticalHeight:S,noBorder:A,transitionDuration:T,verticalBorderSpacing:z,horizontalMonthPadding:N})}}]),t}(i.default.Component);t.Z=T,T.propTypes=S,T.defaultProps=A},5804:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M336.2 274.5l-210.1 210h805.4c13 0 23 10 23 23s-10 23-23 23H126.1l210.1 210.1c11 11 11 21 0 32-5 5-10 7-16 7s-11-2-16-7l-249.1-249c-11-11-11-21 0-32l249.1-249.1c21-21.1 53 10.9 32 32z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},7783:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(7363),a=(r=o)&&r.__esModule?r:{default:r};var i=function(e){return a.default.createElement("svg",e,a.default.createElement("path",{d:"M694.4 242.4l249.1 249.1c11 11 11 21 0 32L694.4 772.7c-5 5-10 7-16 7s-11-2-16-7c-11-11-11-21 0-32l210.1-210.1H67.1c-13 0-23-10-23-23s10-23 23-23h805.4L662.4 274.5c-21-21.1 11-53.1 32-32.1z"}))};i.defaultProps={viewBox:"0 0 1000 1000"},t.default=i},5388:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.DISPLAY_FORMAT="L",t.ISO_FORMAT="YYYY-MM-DD",t.ISO_MONTH_FORMAT="YYYY-MM",t.START_DATE="startDate",t.END_DATE="endDate",t.HORIZONTAL_ORIENTATION="horizontal",t.VERTICAL_ORIENTATION="vertical",t.VERTICAL_SCROLLABLE="verticalScrollable",t.ICON_BEFORE_POSITION="before",t.ICON_AFTER_POSITION="after",t.INFO_POSITION_TOP="top",t.INFO_POSITION_BOTTOM="bottom",t.INFO_POSITION_BEFORE="before",t.INFO_POSITION_AFTER="after",t.ANCHOR_LEFT="left",t.ANCHOR_RIGHT="right",t.OPEN_DOWN="down",t.OPEN_UP="up",t.DAY_SIZE=39,t.BLOCKED_MODIFIER="blocked",t.WEEKDAYS=[0,1,2,3,4,5,6],t.FANG_WIDTH_PX=20,t.FANG_HEIGHT_PX=10,t.DEFAULT_VERTICAL_SPACING=22,t.MODIFIER_KEY_NAMES=new Set(["Shift","Control","Alt","Meta"])},8304:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="Calendar",r="Close",o="Interact with the calendar and add the check-in date for your trip.",a="Clear Date",i="Clear Dates",s="Move backward to switch to the previous month.",l="Move forward to switch to the next month.",c="Keyboard Shortcuts",u="Open the keyboard shortcuts panel.",d="Close the shortcuts panel.",p="Open this panel.",m="Enter key",f="Right and left arrow keys",h="up and down arrow keys",g="page up and page down keys",b="Home and end keys",v="Escape key",y="Question mark",_="Select the date in focus.",M="Move backward (left) and forward (right) by one day.",k="Move backward (up) and forward (down) by one week.",w="Switch months.",E="Go to the first or last day of a week.",L="Return to the date input field.",C="Press the down arrow key to interact with the calendar and\n select a date. Press the question mark key to get the keyboard shortcuts for changing dates.",x=function(e){var t=e.date;return"Choose "+String(t)+" as your check-in date. It’s available."},S=function(e){var t=e.date;return"Choose "+String(t)+" as your check-out date. It’s available."},A=function(e){return e.date},T=function(e){var t=e.date;return"Not available. "+String(t)},z=function(e){var t=e.date;return"Selected. "+String(t)};t.default={calendarLabel:n,closeDatePicker:r,focusStartDate:o,clearDate:a,clearDates:i,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:C,chooseAvailableStartDate:x,chooseAvailableEndDate:S,dateIsUnavailable:T,dateIsSelected:z};t.DateRangePickerPhrases={calendarLabel:n,closeDatePicker:r,clearDates:i,focusStartDate:o,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:C,chooseAvailableStartDate:x,chooseAvailableEndDate:S,dateIsUnavailable:T,dateIsSelected:z},t.DateRangePickerInputPhrases={focusStartDate:o,clearDates:i,keyboardNavigationInstructions:C},t.SingleDatePickerPhrases={calendarLabel:n,closeDatePicker:r,clearDate:a,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,keyboardNavigationInstructions:C,chooseAvailableDate:A,dateIsUnavailable:T,dateIsSelected:z},t.SingleDatePickerInputPhrases={clearDate:a,keyboardNavigationInstructions:C},t.DayPickerPhrases={calendarLabel:n,jumpToPrevMonth:s,jumpToNextMonth:l,keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L,chooseAvailableStartDate:x,chooseAvailableEndDate:S,chooseAvailableDate:A,dateIsUnavailable:T,dateIsSelected:z},t.DayPickerKeyboardShortcutsPhrases={keyboardShortcuts:c,showKeyboardShortcutsPanel:u,hideKeyboardShortcutsPanel:d,openThisPanel:p,enterKey:m,leftArrowRightArrow:f,upArrowDownArrow:h,pageUpPageDown:g,homeEnd:b,escape:v,questionMark:y,selectFocusedDate:_,moveFocusByOneDay:M,moveFocusByOneWeek:k,moveFocusByOneMonth:w,moveFocustoStartAndEndOfWeek:E,returnFocusToInput:L},t.DayPickerNavigationPhrases={jumpToPrevMonth:s,jumpToNextMonth:l},t.CalendarDayPhrases={chooseAvailableDate:A,dateIsUnavailable:T,dateIsSelected:z}},5453:(e,t,n)=>{"use strict";var r,o=n(5135);(0,((r=o)&&r.__esModule?r:{default:r}).default)()},2003:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf([i.INFO_POSITION_TOP,i.INFO_POSITION_BOTTOM,i.INFO_POSITION_BEFORE,i.INFO_POSITION_AFTER])},8182:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf(i.WEEKDAYS)},337:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(8341);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t2?n-2:0),o=2;o{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388);t.default=a.default.oneOf([i.HORIZONTAL_ORIENTATION,i.VERTICAL_ORIENTATION,i.VERTICAL_SCROLLABLE])},6729:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={white:"#fff",gray:"#484848",grayLight:"#82888a",grayLighter:"#cacccd",grayLightest:"#f2f2f2",borderMedium:"#c4c4c4",border:"#dbdbdb",borderLight:"#e4e7e7",borderLighter:"#eceeee",borderBright:"#f4f5f5",primary:"#00a699",primaryShade_1:"#33dacd",primaryShade_2:"#66e2da",primaryShade_3:"#80e8e0",primaryShade_4:"#b2f1ec",primary_dark:"#008489",secondary:"#007a87",yellow:"#ffe8bc",yellow_dark:"#ffce71"};t.default={reactDates:{zIndex:0,border:{input:{border:0,borderTop:0,borderRight:0,borderBottom:"2px solid transparent",borderLeft:0,outlineFocused:0,borderFocused:0,borderTopFocused:0,borderLeftFocused:0,borderBottomFocused:"2px solid "+String(n.primary_dark),borderRightFocused:0,borderRadius:0},pickerInput:{borderWidth:1,borderStyle:"solid",borderRadius:2}},color:{core:n,disabled:n.grayLightest,background:n.white,backgroundDark:"#f2f2f2",backgroundFocused:n.white,border:"rgb(219, 219, 219)",text:n.gray,textDisabled:n.border,textFocused:"#007a87",placeholderText:"#757575",outside:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,color:n.gray,color_active:n.gray,color_hover:n.gray},highlighted:{backgroundColor:n.yellow,backgroundColor_active:n.yellow_dark,backgroundColor_hover:n.yellow_dark,color:n.gray,color_active:n.gray,color_hover:n.gray},minimumNights:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,borderColor:n.borderLighter,color:n.grayLighter,color_active:n.grayLighter,color_hover:n.grayLighter},hoveredSpan:{backgroundColor:n.primaryShade_4,backgroundColor_active:n.primaryShade_3,backgroundColor_hover:n.primaryShade_4,borderColor:n.primaryShade_3,borderColor_active:n.primaryShade_3,borderColor_hover:n.primaryShade_3,color:n.secondary,color_active:n.secondary,color_hover:n.secondary},selectedSpan:{backgroundColor:n.primaryShade_2,backgroundColor_active:n.primaryShade_1,backgroundColor_hover:n.primaryShade_1,borderColor:n.primaryShade_1,borderColor_active:n.primary,borderColor_hover:n.primary,color:n.white,color_active:n.white,color_hover:n.white},selected:{backgroundColor:n.primary,backgroundColor_active:n.primary,backgroundColor_hover:n.primary,borderColor:n.primary,borderColor_active:n.primary,borderColor_hover:n.primary,color:n.white,color_active:n.white,color_hover:n.white},blocked_calendar:{backgroundColor:n.grayLighter,backgroundColor_active:n.grayLighter,backgroundColor_hover:n.grayLighter,borderColor:n.grayLighter,borderColor_active:n.grayLighter,borderColor_hover:n.grayLighter,color:n.grayLight,color_active:n.grayLight,color_hover:n.grayLight},blocked_out_of_range:{backgroundColor:n.white,backgroundColor_active:n.white,backgroundColor_hover:n.white,borderColor:n.borderLight,borderColor_active:n.borderLight,borderColor_hover:n.borderLight,color:n.grayLighter,color_active:n.grayLighter,color_hover:n.grayLighter}},spacing:{dayPickerHorizontalPadding:9,captionPaddingTop:22,captionPaddingBottom:37,inputPadding:0,displayTextPaddingVertical:void 0,displayTextPaddingTop:11,displayTextPaddingBottom:9,displayTextPaddingHorizontal:void 0,displayTextPaddingLeft:11,displayTextPaddingRight:11,displayTextPaddingVertical_small:void 0,displayTextPaddingTop_small:7,displayTextPaddingBottom_small:5,displayTextPaddingHorizontal_small:void 0,displayTextPaddingLeft_small:7,displayTextPaddingRight_small:7},sizing:{inputWidth:130,inputWidth_small:97,arrowWidth:24},noScrollBarOnVerticalScrollable:!1,font:{size:14,captionSize:18,input:{size:19,lineHeight:"24px",size_small:15,lineHeight_small:"18px",letterSpacing_small:"0.2px",styleDisabled:"italic"}}}}},403:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!e)return 0;var o="width"===t?"Left":"Top",a="width"===t?"Right":"Bottom",i=!n||r?window.getComputedStyle(e):null,s=e.offsetWidth,l=e.offsetHeight,c="width"===t?s:l;n||(c-=parseFloat(i["padding"+o])+parseFloat(i["padding"+a])+parseFloat(i["border"+o+"Width"])+parseFloat(i["border"+a+"Width"]));r&&(c+=parseFloat(i["margin"+o])+parseFloat(i["margin"+a]));return c}},5446:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return"undefined"!=typeof document&&document.activeElement}},6732:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r,o){var s=o.chooseAvailableDate,l=o.dateIsUnavailable,c=o.dateIsSelected,u={width:n,height:n-1},d=r.has("blocked-minimum-nights")||r.has("blocked-calendar")||r.has("blocked-out-of-range"),p=r.has("selected")||r.has("selected-start")||r.has("selected-end"),m=!p&&(r.has("hovered-span")||r.has("after-hovered-start")),f=r.has("blocked-out-of-range"),h={date:e.format(t)},g=(0,a.default)(s,h);r.has(i.BLOCKED_MODIFIER)?g=(0,a.default)(l,h):p&&(g=(0,a.default)(c,h));return{daySizeStyles:u,useDefaultCursor:d,selected:p,hoveredSpan:m,isOutsideRange:f,ariaLabel:g}};var r,o=n(4748),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388)},7116:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a.default.localeData().firstDayOfWeek();if(!a.default.isMoment(e)||!e.isValid())throw new TypeError("`month` must be a valid moment object");if(-1===i.WEEKDAYS.indexOf(n))throw new TypeError("`firstDayOfWeek` must be an integer between 0 and 6");for(var r=e.clone().startOf("month").hour(12),o=e.clone().endOf("month").hour(12),s=(r.day()+7-n)%7,l=(n+6-o.day())%7,c=r.clone().subtract(s,"day"),u=o.clone().add(l,"day"),d=u.diff(c,"days")+1,p=c.clone(),m=[],f=0;f=s&&f{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return 7*e+2*t+1}},3065:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.default.localeData().firstDayOfWeek(),n=e.clone().startOf("month"),r=i(n,t);return Math.ceil((r+e.daysInMonth())/7)};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r};function i(e,t){return(e.day()-t+7)%7}},4748:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if("string"==typeof e)return e;if("function"==typeof e)return e(t);return""}},1983:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).reduce((function(e,t){return(0,r.default)({},e,function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n;return e}({},t,o.default.oneOfType([o.default.string,o.default.func,o.default.node])))}),{})};var r=a(n(3533)),o=a(n(5697));function a(e){return e&&e.__esModule?e:{default:e}}},8926:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return{transform:e,msTransform:e,MozTransform:e,WebkitTransform:e}}},1729:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,a){if(!r.default.isMoment(e))return{};for(var i={},s=a?e.clone():e.clone().subtract(1,"month"),l=0;l<(a?t:t+2);l+=1){var c=[],u=s.clone(),d=u.clone().startOf("month").hour(12),p=u.clone().endOf("month").hour(12),m=d.clone();if(n)for(var f=0;f{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(!(0,o.default)(e,t)&&!(0,a.default)(e,t))};var r=i(n(381)),o=i(n(2933)),a=i(n(1992));function i(e){return e&&e.__esModule?e:{default:e}}},2933:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!a.default.isMoment(e)||!a.default.isMoment(t))return!1;var n=e.year(),r=e.month(),o=t.year(),i=t.month(),s=n===o,l=r===i;return s&&l?e.date(){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,a){var i=t.clone().startOf("month");a&&(i=i.startOf("week"));if((0,r.default)(e,i))return!1;var s=t.clone().add(n-1,"months").endOf("month");a&&(s=s.endOf("week"));return!(0,o.default)(e,s)};var r=a(n(2933)),o=a(n(6023));function a(e){return e&&e.__esModule?e:{default:e}}},2376:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(0,o.default)(e.clone().add(1,"month"),t)};var r=a(n(381)),o=a(n(34));function a(e){return e&&e.__esModule?e:{default:e}}},1491:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!r.default.isMoment(e)||!r.default.isMoment(t))&&(0,o.default)(e.clone().subtract(1,"month"),t)};var r=a(n(381)),o=a(n(34));function a(e){return e&&e.__esModule?e:{default:e}}},1992:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!a.default.isMoment(e)||!a.default.isMoment(t))&&(e.date()===t.date()&&e.month()===t.month()&&e.year()===t.year())};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r}},34:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return!(!a.default.isMoment(e)||!a.default.isMoment(t))&&(e.month()===t.month()&&e.year()===t.year())};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r}},9826:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!("undefined"==typeof window||!("TransitionEvent"in window))}},5135:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){(0,o.default)(r.default)};var r=a(n(5906)),o=a(n(8874));function a(e){return e&&e.__esModule?e:{default:e}}},8874:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){r.default.registerInterface(e),r.default.registerTheme(o.default)};var r=a(n(4202)),o=a(n(6729));function a(e){return e&&e.__esModule?e:{default:e}}},4162:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=r.default.isMoment(e)?e:(0,o.default)(e,t);return n?n.format(a.ISO_FORMAT):null};var r=i(n(381)),o=i(n(1526)),a=n(5388);function i(e){return e&&e.__esModule?e:{default:e}}},180:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=r.default.isMoment(e)?e:(0,o.default)(e,t);return n?n.format(a.ISO_MONTH_FORMAT):null};var r=i(n(381)),o=i(n(1526)),a=n(5388);function i(e){return e&&e.__esModule?e:{default:e}}},1526:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=t?[t,i.DISPLAY_FORMAT,i.ISO_FORMAT]:[i.DISPLAY_FORMAT,i.ISO_FORMAT],r=(0,a.default)(e,n,!0);return r.isValid()?r.hour(12):null};var r,o=n(381),a=(r=o)&&r.__esModule?r:{default:r},i=n(5388)},9921:(e,t)=>{"use strict";var n=60103,r=60106,o=60107,a=60108,i=60114,s=60109,l=60110,c=60112,u=60113,d=60120,p=60115,m=60116,f=60121,h=60122,g=60117,b=60129,v=60131;if("function"==typeof Symbol&&Symbol.for){var y=Symbol.for;n=y("react.element"),r=y("react.portal"),o=y("react.fragment"),a=y("react.strict_mode"),i=y("react.profiler"),s=y("react.provider"),l=y("react.context"),c=y("react.forward_ref"),u=y("react.suspense"),d=y("react.suspense_list"),p=y("react.memo"),m=y("react.lazy"),f=y("react.block"),h=y("react.server.block"),g=y("react.fundamental"),b=y("react.debug_trace_mode"),v=y("react.legacy_hidden")}function _(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case o:case i:case a:case u:case d:return e;default:switch(e=e&&e.$$typeof){case l:case c:case m:case p:case s:return e;default:return t}}case r:return t}}}},9864:(e,t,n)=>{"use strict";n(9921)},8333:e=>{var t={invalidPredicate:"`predicate` must be a function",invalidPropValidator:"`propValidator` must be a function",requiredCore:"is marked as required",invalidTypeCore:"Invalid input type",predicateFailureCore:"Failed to succeed with predicate",anonymousMessage:"<>",baseInvalidMessage:"Invalid "};function n(e){if("function"!=typeof e)throw new Error(t.invalidPropValidator);var n=e.bind(null,!1,null);return n.isRequired=e.bind(null,!0,null),n.withPredicate=function(n){if("function"!=typeof n)throw new Error(t.invalidPredicate);var r=e.bind(null,!1,n);return r.isRequired=e.bind(null,!0,n),r},n}function r(e,n,r){return new Error("The prop `"+e+"` "+t.requiredCore+" in `"+n+"`, but its value is `"+r+"`.")}e.exports={constructPropValidatorVariations:n,createMomentChecker:function(e,o,a,i){return n((function(n,s,l,c,u,d,p){var m=l[c],f=typeof m,h=function(e,t,n,o){var a=void 0===o,i=null===o;if(e){if(a)return r(n,t,"undefined");if(i)return r(n,t,"null")}return a||i?null:-1}(n,u=u||t.anonymousMessage,p=p||c,m);if(-1!==h)return h;if(o&&!o(m))return new Error(t.invalidTypeCore+": `"+c+"` of type `"+f+"` supplied to `"+u+"`, expected `"+e+"`.");if(!a(m))return new Error(t.baseInvalidMessage+d+" `"+c+"` of type `"+f+"` supplied to `"+u+"`, expected `"+i+"`.");if(s&&!s(m)){var g=s.name||t.anonymousMessage;return new Error(t.baseInvalidMessage+d+" `"+c+"` of type `"+f+"` supplied to `"+u+"`. "+t.predicateFailureCore+" `"+g+"`.")}return null}))},messages:t}},2605:(e,t,n)=>{var r=n(381),o=n(914),a=n(8333);e.exports={momentObj:a.createMomentChecker("object",(function(e){return"object"==typeof e}),(function(e){return o.isValidMoment(e)}),"Moment"),momentString:a.createMomentChecker("string",(function(e){return"string"==typeof e}),(function(e){return o.isValidMoment(r(e))}),"Moment"),momentDurationObj:a.createMomentChecker("object",(function(e){return"object"==typeof e}),(function(e){return r.isDuration(e)}),"Duration")}},914:(e,t,n)=>{var r=n(381);e.exports={isValidMoment:function(e){return!("function"==typeof r.isMoment&&!r.isMoment(e))&&("function"==typeof e.isValid?e.isValid():!isNaN(e))}}},6428:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n{e.exports=n(6428)},5464:(e,t,n)=>{var r=n(7363),o={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},a=function(e){var t=e.onResize,n=r.useRef();return function(e,t){var n=function(){return e.current&&e.current.contentDocument&&e.current.contentDocument.defaultView};function o(){t();var e=n();e&&e.addEventListener("resize",t)}r.useEffect((function(){return n()?o():e.current&&e.current.addEventListener&&e.current.addEventListener("load",o),function(){var e=n();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(n,(function(){return t(n)})),r.createElement("iframe",{style:o,src:"about:blank",ref:n,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},i=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};e.exports=function(e){void 0===e&&(e=i);var t=r.useState(e(null)),n=t[0],o=t[1],s=r.useCallback((function(t){return o(e(t.current))}),[e]);return[r.useMemo((function(){return r.createElement(a,{onResize:s})}),[s]),n]}},2166:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.CHANNEL="__direction__",t.DIRECTIONS={LTR:"ltr",RTL:"rtl"}},9885:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(5697),a=(r=o)&&r.__esModule?r:{default:r};t.default=a.default.shape({getState:a.default.func,setState:a.default.func,subscribe:a.default.func})},8232:(e,t,n)=>{var r=l(n(6650)),o=l(n(1884)),a=n(8966),i=l(n(6280)),s=l(n(4333));function l(e){return e&&e.__esModule?e:{default:e}}t.default={create:function(e){var t={},n=Object.keys(e),r=(o.default.get(a.GLOBAL_CACHE_KEY)||{}).namespace,s=void 0===r?"":r;return n.forEach((function(e){var n=(0,i.default)(s,e);t[e]=n})),t},resolve:function(e){var t=(0,r.default)(e,1/0),n=(0,s.default)(t),o=n.classNames,a=n.hasInlineStyles,i=n.inlineStyles,l={className:o.map((function(e,t){return String(e)+" "+String(e)+"_"+String(t+1)})).join(" ")};return a&&(l.style=i),l}}},8966:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});t.GLOBAL_CACHE_KEY="reactWithStylesInterfaceCSS",t.MAX_SPECIFICITY=20},6280:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(e.length>0?String(e)+"__":"")+String(t)}},4333:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){for(var t=[],n=!1,r={},o=0;o{e.exports=n(8232).default},4202:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=void 0,r=void 0;function o(e,t){var n=t(e(r));return function(){return n}}function a(e){return o(e,n.createLTR||n.create)}function i(){for(var e=arguments.length,t=Array(e),r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.withStylesPropTypes=t.css=void 0;var r=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{},n=t.stylesPropName,s=void 0===n?"styles":n,u=t.themePropName,p=void 0===u?"theme":u,b=t.cssPropName,k=void 0===b?"css":b,w=t.flushBefore,E=void 0!==w&&w,L=t.pureComponent,C=void 0!==L&&L,x=void 0,S=void 0,A=void 0,T=void 0,z=y(C);function N(e){return e===c.DIRECTIONS.LTR?d.default.resolveLTR:d.default.resolveRTL}function O(e){return e===c.DIRECTIONS.LTR?A:T}function D(t,n){var r=O(t),o=t===c.DIRECTIONS.LTR?x:S,a=d.default.get();return o&&r===a||(t===c.DIRECTIONS.RTL?(S=e?d.default.createRTL(e):v,T=a,o=S):(x=e?d.default.createLTR(e):v,A=a,o=x)),o}function B(e,t){return{resolveMethod:N(e),styleDef:D(e)}}return function(e){var t=e.displayName||e.name||"Component",n=function(t){function n(e,t){m(this,n);var r=f(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,e,t)),o=r.context[c.CHANNEL]?r.context[c.CHANNEL].getState():M;return r.state=B(o),r}return h(n,t),o(n,[{key:"componentDidMount",value:function(){var e=this;this.context[c.CHANNEL]&&(this.channelUnsubscribe=this.context[c.CHANNEL].subscribe((function(t){e.setState(B(t))})))}},{key:"componentWillUnmount",value:function(){this.channelUnsubscribe&&this.channelUnsubscribe()}},{key:"render",value:function(){var t;E&&d.default.flush();var n=this.state,o=n.resolveMethod,a=n.styleDef;return i.default.createElement(e,r({},this.props,(g(t={},p,d.default.get()),g(t,s,a()),g(t,k,o),t)))}}]),n}(z);return n.WrappedComponent=e,n.displayName="withStyles("+String(t)+")",n.contextTypes=_,e.propTypes&&(n.propTypes=(0,a.default)({},e.propTypes),delete n.propTypes[s],delete n.propTypes[p],delete n.propTypes[k]),e.defaultProps&&(n.defaultProps=(0,a.default)({},e.defaultProps)),(0,l.default)(n,e)}};var a=p(n(3533)),i=p(n(7363)),s=p(n(5697)),l=p(n(8679)),c=n(2166),u=p(n(9885)),d=p(n(4202));function p(e){return e&&e.__esModule?e:{default:e}}function m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.css=d.default.resolveLTR,t.withStylesPropTypes={styles:s.default.object.isRequired,theme:s.default.object.isRequired,css:s.default.func.isRequired};var b={},v=function(){return b};function y(e){if(e){if(!i.default.PureComponent)throw new ReferenceError("withStyles() pureComponent option requires React 15.3.0 or later");return i.default.PureComponent}return i.default.Component}var _=g({},c.CHANNEL,u.default),M=c.DIRECTIONS.LTR},2236:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActionCreators=t.ActionTypes=void 0;var n={UNDO:"@@redux-undo/UNDO",REDO:"@@redux-undo/REDO",JUMP_TO_FUTURE:"@@redux-undo/JUMP_TO_FUTURE",JUMP_TO_PAST:"@@redux-undo/JUMP_TO_PAST",JUMP:"@@redux-undo/JUMP",CLEAR_HISTORY:"@@redux-undo/CLEAR_HISTORY"};t.ActionTypes=n;var r={undo:function(){return{type:n.UNDO}},redo:function(){return{type:n.REDO}},jumpToFuture:function(e){return{type:n.JUMP_TO_FUTURE,index:e}},jumpToPast:function(e){return{type:n.JUMP_TO_PAST,index:e}},jump:function(e){return{type:n.JUMP,index:e}},clearHistory:function(){return{type:n.CLEAR_HISTORY}}};t.ActionCreators=r},8823:(e,t)=>{"use strict";function n(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t{"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Array.isArray(e)?e:"string"==typeof e?[e]:t}Object.defineProperty(t,"__esModule",{value:!0}),t.parseActions=n,t.isHistory=function(e){return void 0!==e.present&&void 0!==e.future&&void 0!==e.past&&Array.isArray(e.future)&&Array.isArray(e.past)},t.includeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)>=0}},t.excludeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)<0}},t.combineFilters=function(){for(var e=arguments.length,t=new Array(e),n=0;n=0?e.type:null}},t.newHistory=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{past:e,present:t,future:n,group:r,_latestUnfiltered:t,index:e.length,limit:e.length+n.length+1}}},1090:(e,t,n)=>{"use strict";Object.defineProperty(t,"zF",{enumerable:!0,get:function(){return o.ActionCreators}}),Object.defineProperty(t,"ZP",{enumerable:!0,get:function(){return i.default}});var r,o=n(2236),a=n(1619),i=(r=n(2479))&&r.__esModule?r:{default:r}},2479:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.set(t.debug);var n,r=c({limit:void 0,filter:function(){return!0},groupBy:function(){return null},undoType:a.ActionTypes.UNDO,redoType:a.ActionTypes.REDO,jumpToPastType:a.ActionTypes.JUMP_TO_PAST,jumpToFutureType:a.ActionTypes.JUMP_TO_FUTURE,jumpType:a.ActionTypes.JUMP,neverSkipReducer:!1,ignoreInitialState:!1,syncFilter:!1},t,{initTypes:(0,i.parseActions)(t.initTypes,["@@redux-undo/INIT"]),clearHistoryType:(0,i.parseActions)(t.clearHistoryType,[a.ActionTypes.CLEAR_HISTORY])}),s=r.neverSkipReducer?function(t,n){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a0&&void 0!==arguments[0]?arguments[0]:n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.start(a,t);for(var l,c=t,u=arguments.length,d=new Array(u>2?u-2:0),v=2;v=e.future.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=[].concat(d(n),[o],d(r.slice(0,t))),s=r[t],l=r.slice(t+1);return(0,i.newHistory)(a,s,l)}function h(e,t){if(t<0||t>=e.past.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=n.slice(0,t),s=[].concat(d(n.slice(t+1)),[o],d(r)),l=n[t];return(0,i.newHistory)(a,l,s)}function g(e,t){return t>0?f(e,t-1):t<0?h(e,e.past.length+t):e}function b(e,t){return t.indexOf(e)>-1?e:!e}},2965:e=>{"use strict";function t(e,n){var r;if(Array.isArray(n))for(r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var r=i(n(7333)),o=n(3467),a=i(n(701));function i(e){return e&&e.__esModule?e:{default:e}}var s=t.promise=function(e,t,n,o,a){return!!r.default.promise(e)&&(e.then(t,a),!0)},l=new Map,c=t.fork=function(e,t,n){if(!r.default.fork(e))return!1;var i=Symbol("fork"),s=(0,a.default)();l.set(i,s),n(e.iterator.apply(null,e.args),(function(e){return s.dispatch(e)}),(function(e){return s.dispatch((0,o.error)(e))}));var c=s.subscribe((function(){c(),l.delete(i)}));return t(i),!0},u=t.join=function(e,t,n,o,a){if(!r.default.join(e))return!1;var i,s=l.get(e.task);return s?i=s.subscribe((function(e){i(),t(e)})):a("join error : task not found"),!0},d=t.race=function(e,t,n,o,a){if(!r.default.race(e))return!1;var i=!1,s=function(e,n,r){i||(i=!0,e[n]=r,t(e))},l=function(e){i||a(e)};return r.default.array(e.competitors)?function(){var t=e.competitors.map((function(){return!1}));e.competitors.forEach((function(e,r){n(e,(function(e){return s(t,r,e)}),l)}))}():function(){var t=Object.keys(e.competitors).reduce((function(e,t){return e[t]=!1,e}),{});Object.keys(e.competitors).forEach((function(r){n(e.competitors[r],(function(e){return s(t,r,e)}),l)}))}(),!0};t.default=[s,c,u,d,function(e,t){if(!r.default.subscribe(e))return!1;if(!r.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe((function(e){n&&n(),t(e)}));return!0}]},8016:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.any=function(e,t,n,r){return r(e),!0},s=t.error=function(e,t,n,r,o){return!!a.default.error(e)&&(o(e.error),!0)},l=t.object=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.obj(e.value))return!1;var i={},s=Object.keys(e.value),l=0,c=!1;return s.map((function(t){n(e.value[t],(function(e){return function(e,t){c||(i[e]=t,++l===s.length&&r(i))}(t,e)}),(function(e){return function(e,t){c||(c=!0,o(t))}(0,e)}))})),!0},c=t.array=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.array(e.value))return!1;var i=[],s=0,l=!1;return e.value.map((function(t,a){n(t,(function(t){return function(t,n){l||(i[t]=n,++s===e.value.length&&r(i))}(a,t)}),(function(e){return function(e,t){l||(l=!0,o(t))}(0,e)}))})),!0},u=t.iterator=function(e,t,n,r,o){return!!a.default.iterator(e)&&(n(e,t,o),!0)};t.default=[s,u,c,l,i]},1850:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.call=function(e,t,n,r,o){if(!a.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(e){o(e)}return!0},s=t.cps=function(e,t,n,r,o){var i;return!!a.default.cps(e)&&((i=e.func).call.apply(i,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n(8016)),o=a(n(7333));function a(e){return e&&e.__esModule?e:{default:e}}function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var r=n(3467);Object.keys(r).forEach((function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})}));var o=s(n(8909)),a=s(n(3859)),i=s(n(1850));function s(e){return e&&e.__esModule?e:{default:e}}t.create=o.default,t.asyncControls=a.default,t.wrapControls=i.default},701:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter((function(e){return e!==t}))}},dispatch:function(t){e.slice().forEach((function(e){return e(t)}))}}}},3467:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var r,o=n(1309),a=(r=o)&&r.__esModule?r:{default:r};t.all=function(e){return{type:a.default.all,value:e}},t.error=function(e){return{type:a.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r1?t-1:0),r=1;r2?n-2:0),o=2;o1?t-1:0),r=1;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},a=n(1309),i=(r=a)&&r.__esModule?r:{default:r};var s={obj:function(e){return"object"===(void 0===e?"undefined":o(e))&&!!e},all:function(e){return s.obj(e)&&e.type===i.default.all},error:function(e){return s.obj(e)&&e.type===i.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&s.func(e.then)},iterator:function(e){return e&&s.func(e.next)&&s.func(e.throw)},fork:function(e){return s.obj(e)&&e.type===i.default.fork},join:function(e){return s.obj(e)&&e.type===i.default.join},race:function(e){return s.obj(e)&&e.type===i.default.race},call:function(e){return s.obj(e)&&e.type===i.default.call},cps:function(e){return s.obj(e)&&e.type===i.default.cps},subscribe:function(e){return s.obj(e)&&e.type===i.default.subscribe},channel:function(e){return s.obj(e)&&s.func(e.subscribe)}};t.default=s},1309:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=n},3787:function(e,t,n){var r;(function(){function o(e){"use strict";var t={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex:

foo
",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r].defaultValue);return n}var a={},i={},s={},l=o(!0),c="vanilla",u={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:o(!0),allOn:function(){"use strict";var e=o(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};function d(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",r={valid:!0,error:""};a.helper.isArray(e)||(e=[e]);for(var o=0;o").replace(/&/g,"&")};var m=function(e,t,n,r){"use strict";var o,a,i,s,l,c=r||"",u=c.indexOf("g")>-1,d=new RegExp(t+"|"+n,"g"+c.replace(/g/g,"")),p=new RegExp(t,c.replace(/g/g,"")),m=[];do{for(o=0;i=d.exec(e);)if(p.test(i[0]))o++||(s=(a=d.lastIndex)-i[0].length);else if(o&&!--o){l=i.index+i[0].length;var f={left:{start:s,end:a},match:{start:a,end:i.index},right:{start:i.index,end:l},wholeMatch:{start:s,end:l}};if(m.push(f),!u)return m}}while(o&&(d.lastIndex=a));return m};a.helper.matchRecursiveRegExp=function(e,t,n,r){"use strict";for(var o=m(e,t,n,r),a=[],i=0;i0){var u=[];0!==s[0].wholeMatch.start&&u.push(e.slice(0,s[0].wholeMatch.start));for(var d=0;d=0?r+(n||0):r},a.helper.splitAtIndex=function(e,t){"use strict";if(!a.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},a.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,(function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e}))},a.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):((t-=e.length)>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),a.helper.regexes={asteriskDashAndColon:/([*_:~])/g},a.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️‍♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴‍♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱‍♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇‍♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷‍♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯‍♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁‍🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️‍♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍‍♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️‍♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂‍♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇‍♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨‍🎨",man_astronaut:"👨‍🚀",man_cartwheeling:"🤸‍♂️",man_cook:"👨‍🍳",man_dancing:"🕺",man_facepalming:"🤦‍♂️",man_factory_worker:"👨‍🏭",man_farmer:"👨‍🌾",man_firefighter:"👨‍🚒",man_health_worker:"👨‍⚕️",man_in_tuxedo:"🤵",man_judge:"👨‍⚖️",man_juggling:"🤹‍♂️",man_mechanic:"👨‍🔧",man_office_worker:"👨‍💼",man_pilot:"👨‍✈️",man_playing_handball:"🤾‍♂️",man_playing_water_polo:"🤽‍♂️",man_scientist:"👨‍🔬",man_shrugging:"🤷‍♂️",man_singer:"👨‍🎤",man_student:"👨‍🎓",man_teacher:"👨‍🏫",man_technologist:"👨‍💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆‍♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼‍♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵‍♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅‍♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆‍♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮‍♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎‍♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️‍🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋‍♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣‍♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃‍♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄‍♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊‍♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁‍♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶‍♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️‍♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩‍🎨",woman_astronaut:"👩‍🚀",woman_cartwheeling:"🤸‍♀️",woman_cook:"👩‍🍳",woman_facepalming:"🤦‍♀️",woman_factory_worker:"👩‍🏭",woman_farmer:"👩‍🌾",woman_firefighter:"👩‍🚒",woman_health_worker:"👩‍⚕️",woman_judge:"👩‍⚖️",woman_juggling:"🤹‍♀️",woman_mechanic:"👩‍🔧",woman_office_worker:"👩‍💼",woman_pilot:"👩‍✈️",woman_playing_handball:"🤾‍♀️",woman_playing_water_polo:"🤽‍♀️",woman_scientist:"👩‍🔬",woman_shrugging:"🤷‍♀️",woman_singer:"👩‍🎤",woman_student:"👩‍🎓",woman_teacher:"👩‍🏫",woman_technologist:"👩‍💻",woman_with_turban:"👳‍♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼‍♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:':octocat:',showdown:"S"},a.Converter=function(e){"use strict";var t={},n=[],r=[],o={},i=c,p={parsed:{},raw:"",format:""};function m(e,t){if(t=t||null,a.helper.isString(e)){if(t=e=a.helper.stdExtName(e),a.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,t){"function"==typeof e&&(e=e(new a.Converter));a.helper.isArray(e)||(e=[e]);var o=d(e,t);if(!o.valid)throw Error(o.error);for(var i=0;i[ \t]+¨NBSP;<"),!t){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");t=window.document}var n=t.createElement("div");n.innerHTML=e;var r={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],r=0;r'}else n.push(t[r].innerHTML),t[r].innerHTML="",t[r].setAttribute("prenum",r.toString());return n}(n)};!function e(t){for(var n=0;n? ?(['"].*['"])?\)$/m)>-1)i="";else if(!i){if(o||(o=r.toLowerCase().replace(/ ?\n/g," ")),i="#"+o,a.helper.isUndefined(n.gUrls[o]))return e;i=n.gUrls[o],a.helper.isUndefined(n.gTitles[o])||(c=n.gTitles[o])}var u='"};return e=(e=(e=(e=(e=n.converter._dispatch("anchors.before",e,t,n)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[([^\[\]]+)]()()()()()/g,r),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,n,r,o,i){if("\\"===r)return n+o;if(!a.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var s=t.ghMentionsLink.replace(/\{u}/g,i),l="";return t.openLinksInNewWindow&&(l=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'"+o+""}))),e=n.converter._dispatch("anchors.after",e,t,n)}));var f=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,h=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,g=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,b=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,v=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,y=function(e){"use strict";return function(t,n,r,o,i,s,l){var c=r=r.replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback),u="",d="",p=n||"",m=l||"";return/^www\./i.test(r)&&(r=r.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&s&&(u=s),e.openLinksInNewWindow&&(d=' rel="noopener noreferrer" target="¨E95Eblank"'),p+'"+c+""+u+m}},_=function(e,t){"use strict";return function(n,r,o){var i="mailto:";return r=r||"",o=a.subParser("unescapeSpecialChars")(o,e,t),e.encodeEmails?(i=a.helper.encodeEmailAddress(i+o),o=a.helper.encodeEmailAddress(o)):i+=o,r+''+o+""}};a.subParser("autoLinks",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("autoLinks.before",e,t,n)).replace(g,y(t))).replace(v,_(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)})),a.subParser("simplifiedAutoLinks",(function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=(e=t.excludeTrailingPunctuationFromURLs?e.replace(h,y(t)):e.replace(f,y(t))).replace(b,_(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e})),a.subParser("blockGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=a.subParser("blockQuotes")(e,t,n),e=a.subParser("headers")(e,t,n),e=a.subParser("horizontalRule")(e,t,n),e=a.subParser("lists")(e,t,n),e=a.subParser("codeBlocks")(e,t,n),e=a.subParser("tables")(e,t,n),e=a.subParser("hashHTMLBlocks")(e,t,n),e=a.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)})),a.subParser("blockQuotes",(function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var r=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(r=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(r,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=a.subParser("githubCodeBlocks")(e,t,n),e=(e=(e=a.subParser("blockGamut")(e,t,n)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*
[^\r]+?<\/pre>)/gm,(function(e,t){var n=t;return n=(n=n.replace(/^  /gm,"¨0")).replace(/¨0/g,"")})),a.subParser("hashBlock")("
\n"+e+"\n
",t,n)})),e=n.converter._dispatch("blockQuotes.after",e,t,n)})),a.subParser("codeBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("codeBlocks.before",e,t,n);return e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,r,o){var i=r,s=o,l="\n";return i=a.subParser("outdent")(i,t,n),i=a.subParser("encodeCode")(i,t,n),i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(l=""),i="
"+i+l+"
",a.subParser("hashBlock")(i,t,n)+s}))).replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)})),a.subParser("codeSpans",(function(e,t,n){"use strict";return void 0===(e=n.converter._dispatch("codeSpans.before",e,t,n))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,r,o,i){var s=i;return s=(s=s.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),s=r+""+(s=a.subParser("encodeCode")(s,t,n))+"",s=a.subParser("hashHTMLSpans")(s,t,n)})),e=n.converter._dispatch("codeSpans.after",e,t,n)})),a.subParser("completeHTMLDocument",(function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var r="html",o="\n",a="",i='\n',s="",l="";for(var c in void 0!==n.metadata.parsed.doctype&&(o="\n","html"!==(r=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(i='')),n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(c))switch(c.toLowerCase()){case"doctype":break;case"title":a=""+n.metadata.parsed.title+"\n";break;case"charset":i="html"===r||"html5"===r?'\n':'\n';break;case"language":case"lang":s=' lang="'+n.metadata.parsed[c]+'"',l+='\n';break;default:l+='\n'}return e=o+"\n\n"+a+i+l+"\n\n"+e.trim()+"\n\n",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)})),a.subParser("detab",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=(e=n.converter._dispatch("detab.before",e,t,n)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,t){for(var n=t,r=4-n.length%4,o=0;o/g,">"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)})),a.subParser("encodeBackslashEscapes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n)).replace(/\\(\\)/g,a.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)})),a.subParser("encodeCode",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("encodeCode.before",e,t,n)).replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)})),a.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)}))).replace(/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)})),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)})),a.subParser("githubCodeBlocks",(function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,r,o,i){var s=t.omitExtraWLInCodeBlocks?"":"\n";return i=a.subParser("encodeCode")(i,t,n),i="
"+(i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+s+"
",i=a.subParser("hashBlock")(i,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"}))).replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e})),a.subParser("hashBlock",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("hashBlock.before",e,t,n)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)})),a.subParser("hashCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashCodeTags.before",e,t,n);return e=a.helper.replaceRecursiveRegExp(e,(function(e,r,o,i){var s=o+a.subParser("encodeCode")(r,t,n)+i;return"¨C"+(n.gHtmlSpans.push(s)-1)+"C"}),"]*>","","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)})),a.subParser("hashElement",(function(e,t,n){"use strict";return function(e,t){var r=t;return r=(r=(r=r.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),r="\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"}})),a.subParser("hashHTMLBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var r=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],o=function(e,t,r,o){var a=e;return-1!==r.search(/\bmarkdown\b/)&&(a=r+n.converter.makeHtml(t)+o),"\n\n¨K"+(n.gHtmlBlocks.push(a)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,t){return"<"+t+">"})));for(var i=0;i]*>)","im"),c="<"+r[i]+"\\b[^>]*>",u="";-1!==(s=a.helper.regexIndexOf(e,l));){var d=a.helper.splitAtIndex(e,s),p=a.helper.replaceRecursiveRegExp(d[1],o,c,u,"im");if(p===d[1])break;e=d[0].concat(p)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=(e=a.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)})),a.subParser("hashHTMLSpans",(function(e,t,n){"use strict";function r(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=n.converter._dispatch("hashHTMLSpans.before",e,t,n)).replace(/<[^>]+?\/>/gi,(function(e){return r(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<[^>]+?>/gi,(function(e){return r(e)})),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)})),a.subParser("unhashHTMLSpans",(function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var r=0;r]*>\\s*]*>","^ {0,3}\\s*
","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)})),a.subParser("headers",(function(e,t,n){"use strict";e=n.converter._dispatch("headers.before",e,t,n);var r=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),o=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,i=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;e=(e=e.replace(o,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),s=t.noHeaderId?"":' id="'+l(o)+'"',c=""+i+"";return a.subParser("hashBlock")(c,t,n)}))).replace(i,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),s=t.noHeaderId?"":' id="'+l(o)+'"',c=r+1,u=""+i+"";return a.subParser("hashBlock")(u,t,n)}));var s=t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;function l(e){var r,o;if(t.customizedHeaderId){var i=e.match(/\{([^{]+?)}\s*$/);i&&i[1]&&(e=i[1])}return r=e,o=a.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(r=o+r),r=t.ghCompatibleHeaderId?r.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?r.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():r.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(r=o+r),n.hashLinkCounts[r]?r=r+"-"+n.hashLinkCounts[r]++:n.hashLinkCounts[r]=1,r}return e=e.replace(s,(function(e,o,i){var s=i;t.customizedHeaderId&&(s=i.replace(/\s?\{([^{]+?)}\s*$/,""));var c=a.subParser("spanGamut")(s,t,n),u=t.noHeaderId?"":' id="'+l(i)+'"',d=r-1+o.length,p=""+c+"";return a.subParser("hashBlock")(p,t,n)})),e=n.converter._dispatch("headers.after",e,t,n)})),a.subParser("horizontalRule",(function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var r=a.subParser("hashBlock")("
",t,n);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,r),e=n.converter._dispatch("horizontalRule.after",e,t,n)})),a.subParser("images",(function(e,t,n){"use strict";function r(e,t,r,o,i,s,l,c){var u=n.gUrls,d=n.gTitles,p=n.gDimensions;if(r=r.toLowerCase(),c||(c=""),e.search(/\(? ?(['"].*['"])?\)$/m)>-1)o="";else if(""===o||null===o){if(""!==r&&null!==r||(r=t.toLowerCase().replace(/ ?\n/g," ")),o="#"+r,a.helper.isUndefined(u[r]))return e;o=u[r],a.helper.isUndefined(d[r])||(c=d[r]),a.helper.isUndefined(p[r])||(i=p[r].width,s=p[r].height)}t=t.replace(/"/g,""").replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback);var m=''+t+'"}return e=(e=(e=(e=(e=(e=n.converter._dispatch("images.before",e,t,n)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,t,n,o,a,i,s,l){return r(e,t,n,o=o.replace(/\s/g,""),a,i,s,l)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,r)).replace(/!\[([^\[\]]+)]()()()()()/g,r),e=n.converter._dispatch("images.after",e,t,n)})),a.subParser("italicsAndBold",(function(e,t,n){"use strict";function r(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),e=t.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return r(t,"","")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return r(t,"","")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,t){return r(t,"","")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=t.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)})),a.subParser("lists",(function(e,t,n){"use strict";function r(e,r){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,i=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return t.disableForced4SpacesIndentedSublists&&(o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(o,(function(e,r,o,s,l,c,u){u=u&&""!==u.trim();var d=a.subParser("outdent")(l,t,n),p="";return c&&t.tasklists&&(p=' class="task-list-item" style="list-style-type: none;"',d=d.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='-1?(d=a.subParser("githubCodeBlocks")(d,t,n),d=a.subParser("blockGamut")(d,t,n)):(d=(d=a.subParser("lists")(d,t,n)).replace(/\n$/,""),d=(d=a.subParser("hashHTMLBlocks")(d,t,n)).replace(/\n\n+/g,"\n\n"),d=i?a.subParser("paragraphs")(d,t,n):a.subParser("spanGamut")(d,t,n)),d=""+(d=d.replace("¨A",""))+"\n"}))).replace(/¨0/g,""),n.gListLevel--,r&&(e=e.replace(/\s+$/,"")),e}function o(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function i(e,n,a){var i=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,s=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,l="ul"===n?i:s,c="";if(-1!==e.search(l))!function t(u){var d=u.search(l),p=o(e,n);-1!==d?(c+="\n\n<"+n+p+">\n"+r(u.slice(0,d),!!a)+"\n",l="ul"===(n="ul"===n?"ol":"ul")?i:s,t(u.slice(d))):c+="\n\n<"+n+p+">\n"+r(u,!!a)+"\n"}(e);else{var u=o(e,n);c="\n\n<"+n+u+">\n"+r(e,!!a)+"\n"}return c}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=(e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n){return i(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n,r){return i(n,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)})),a.subParser("metadata",(function(e,t,n){"use strict";if(!t.metadata)return e;function r(e){n.metadata.raw=e,(e=(e=e.replace(/&/g,"&").replace(/"/g,""")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,t,r){return n.metadata.parsed[t]=r,""}))}return e=(e=(e=(e=n.converter._dispatch("metadata.before",e,t,n)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,t,n){return r(n),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,t,o){return t&&(n.metadata.format=t),r(o),"¨M"}))).replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)})),a.subParser("outdent",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("outdent.before",e,t,n)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)})),a.subParser("paragraphs",(function(e,t,n){"use strict";for(var r=(e=(e=(e=n.converter._dispatch("paragraphs.before",e,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),o=[],i=r.length,s=0;s=0?o.push(l):l.search(/\S/)>=0&&(l=(l=a.subParser("spanGamut")(l,t,n)).replace(/^([ \t]*)/g,"

"),l+="

",o.push(l))}for(i=o.length,s=0;s]*>\s*]*>/.test(u)&&(d=!0)}o[s]=u}return e=(e=(e=o.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)})),a.subParser("runExtension",(function(e,t,n,r){"use strict";if(e.filter)t=e.filter(t,r.converter,n);else if(e.regex){var o=e.regex;o instanceof RegExp||(o=new RegExp(o,"g")),t=t.replace(o,e.replace)}return t})),a.subParser("spanGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=a.subParser("codeSpans")(e,t,n),e=a.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=a.subParser("encodeBackslashEscapes")(e,t,n),e=a.subParser("images")(e,t,n),e=a.subParser("anchors")(e,t,n),e=a.subParser("autoLinks")(e,t,n),e=a.subParser("simplifiedAutoLinks")(e,t,n),e=a.subParser("emoji")(e,t,n),e=a.subParser("underline")(e,t,n),e=a.subParser("italicsAndBold")(e,t,n),e=a.subParser("strikethrough")(e,t,n),e=a.subParser("ellipsis")(e,t,n),e=a.subParser("hashHTMLSpans")(e,t,n),e=a.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"
\n")):e=e.replace(/ +\n/g,"
\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)})),a.subParser("strikethrough",(function(e,t,n){"use strict";return t.strikethrough&&(e=(e=n.converter._dispatch("strikethrough.before",e,t,n)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,r){return function(e){return t.simplifiedAutoLink&&(e=a.subParser("simplifiedAutoLinks")(e,t,n)),""+e+""}(r)})),e=n.converter._dispatch("strikethrough.after",e,t,n)),e})),a.subParser("stripLinkDefinitions",(function(e,t,n){"use strict";var r=function(e,r,o,i,s,l,c){return r=r.toLowerCase(),o.match(/^data:.+?\/.+?;base64,/)?n.gUrls[r]=o.replace(/\s/g,""):n.gUrls[r]=a.subParser("encodeAmpsAndAngles")(o,t,n),l?l+c:(c&&(n.gTitles[r]=c.replace(/"|'/g,""")),t.parseImgDimensions&&i&&s&&(n.gDimensions[r]={width:i,height:s}),"")};return e=(e=(e=(e+="¨0").replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm,r)).replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,r)).replace(/¨0/,"")})),a.subParser("tables",(function(e,t,n){"use strict";if(!t.tables)return e;function r(e,r){return""+a.subParser("spanGamut")(e,t,n)+"\n"}function o(e){var o,i=e.split("\n");for(o=0;o"+(l=a.subParser("spanGamut")(l,t,n))+"\n"));for(o=0;o\n\n\n",o=0;o\n";for(var a=0;a\n"}return n+"\n\n"}(f,g)}return e=(e=(e=(e=n.converter._dispatch("tables.before",e,t,n)).replace(/\\(\|)/g,a.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,o)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,o),e=n.converter._dispatch("tables.after",e,t,n)})),a.subParser("underline",(function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),e=(e=t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return""+t+""}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return""+t+""})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/(_)/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e})),a.subParser("unescapeSpecialChars",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n)).replace(/¨E(\d+)E/g,(function(e,t){var n=parseInt(t);return String.fromCharCode(n)})),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)})),a.subParser("makeMarkdown.blockquote",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,o=r.length,i=0;i ")})),a.subParser("makeMarkdown.codeBlock",(function(e,t){"use strict";var n=e.getAttribute("language"),r=e.getAttribute("precodenum");return"```"+n+"\n"+t.preList[r]+"\n```"})),a.subParser("makeMarkdown.codeSpan",(function(e){"use strict";return"`"+e.innerHTML+"`"})),a.subParser("makeMarkdown.emphasis",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var r=e.childNodes,o=r.length,i=0;i",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t})),a.subParser("makeMarkdown.links",(function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var r=e.childNodes,o=r.length;n="[";for(var i=0;i",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n})),a.subParser("makeMarkdown.list",(function(e,t,n){"use strict";var r="";if(!e.hasChildNodes())return"";for(var o=e.childNodes,i=o.length,s=e.getAttribute("start")||1,l=0;l"+t.preList[n]+""})),a.subParser("makeMarkdown.strikethrough",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var r=e.childNodes,o=r.length,i=0;itr>th"),l=e.querySelectorAll("tbody>tr");for(n=0;nf&&(f=h)}for(n=0;n/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")}));void 0===(r=function(){"use strict";return a}.call(t,n,t,e))||(e.exports=r)}).call(this)},8975:(e,t,n)=>{var r;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(e){return s(c(e),arguments)}function i(e,t){return a.apply(null,[e].concat(t||[]))}function s(e,t){var n,r,i,s,l,c,u,d,p,m=1,f=e.length,h="";for(r=0;r=0),s.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,s.width?parseInt(s.width):0);break;case"e":n=s.precision?parseFloat(n).toExponential(s.precision):parseFloat(n).toExponential();break;case"f":n=s.precision?parseFloat(n).toFixed(s.precision):parseFloat(n);break;case"g":n=s.precision?String(Number(n.toPrecision(s.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=String(!!n),n=s.precision?n.substring(0,s.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=s.precision?n.substring(0,s.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=s.precision?n.substring(0,s.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase()}o.json.test(s.type)?h+=n:(!o.number.test(s.type)||d&&!s.sign?p="":(p=d?"+":"-",n=n.toString().replace(o.sign,"")),c=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",u=s.width-(p+n).length,l=s.width&&u>0?c.repeat(u):"",h+=s.align?p+n+l:"0"===c?p+l+n:l+p+n)}return h}var l=Object.create(null);function c(e){if(l[e])return l[e];for(var t,n=e,r=[],a=0;n;){if(null!==(t=o.text.exec(n)))r.push(t[0]);else if(null!==(t=o.modulo.exec(n)))r.push("%");else{if(null===(t=o.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){a|=1;var i=[],s=t[2],c=[];if(null===(c=o.key.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(i.push(c[1]);""!==(s=s.substring(c[0].length));)if(null!==(c=o.key_access.exec(s)))i.push(c[1]);else{if(null===(c=o.index_access.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");i.push(c[1])}t[2]=i}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}n=n.substring(t[0].length)}return l[e]=r}t.sprintf=a,t.vsprintf=i,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=i,void 0===(r=function(){return{sprintf:a,vsprintf:i}}.call(t,n,t,e))||(e.exports=r))}()},3692:e=>{var t=e.exports=function(e){return new n(e)};function n(e){this.value=e}function r(e,t,n){var r=[],i=[],u=!0;return function e(d){var p=n?o(d):d,m={},f=!0,h={node:p,node_:d,path:[].concat(r),parent:i[i.length-1],parents:i,key:r.slice(-1)[0],isRoot:0===r.length,level:r.length,circular:null,update:function(e,t){h.isRoot||(h.parent.node[h.key]=e),h.node=e,t&&(f=!1)},delete:function(e){delete h.parent.node[h.key],e&&(f=!1)},remove:function(e){s(h.parent.node)?h.parent.node.splice(h.key,1):delete h.parent.node[h.key],e&&(f=!1)},keys:null,before:function(e){m.before=e},after:function(e){m.after=e},pre:function(e){m.pre=e},post:function(e){m.post=e},stop:function(){u=!1},block:function(){f=!1}};if(!u)return h;function g(){if("object"==typeof h.node&&null!==h.node){h.keys&&h.node_===h.node||(h.keys=a(h.node)),h.isLeaf=0==h.keys.length;for(var e=0;e{e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,r;for(e="return {",t=0;t{"use strict";e.exports=React},4654:()=>{},7912:(e,t,n)=>{"use strict";var r=n(210)("%Array%"),o=!r.isArray&&n(1924)("Object.prototype.toString");e.exports=r.isArray||function(e){return"[object Array]"===o(e)}},1525:(e,t,n)=>{"use strict";var r=n(210),o=r("%Array.prototype%"),a=r("%RangeError%"),i=r("%SyntaxError%"),s=r("%TypeError%"),l=n(7312),c=Math.pow(2,32)-1,u=r("%Object.setPrototypeOf%",!0)||([].__proto__!==o?null:function(e,t){return e.__proto__=t,e});e.exports=function(e){if(!l(e)||e<0)throw new s("Assertion failed: `length` must be an integer Number >= 0");if(e>c)throw new a("length is greater than (2**32 - 1)");var t=arguments.length>1?arguments[1]:o,n=[];if(t!==o){if(!u)throw new i("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");u(n,t)}return 0!==e&&(n.length=e),n}},9572:(e,t,n)=>{"use strict";var r=n(210),o=r("%Symbol.species%",!0),a=r("%TypeError%"),i=n(1525),s=n(1391),l=n(6975),c=n(1974),u=n(7312),d=n(3633);e.exports=function(e,t){if(!u(t)||t<0)throw new a("Assertion failed: length must be an integer >= 0");if(!l(e))return i(t);var n=s(e,"constructor");if(o&&"Object"===d(n)&&null===(n=s(n,o))&&(n=void 0),void 0===n)return i(t);if(!c(n))throw new a("C must be a constructor");return new n(t)}},581:(e,t,n)=>{"use strict";var r=n(210),o=n(1924),a=r("%TypeError%"),i=n(6975),s=r("%Reflect.apply%",!0)||o("%Function.prototype.apply%");e.exports=function(e,t){var n=arguments.length>2?arguments[2]:[];if(!i(n))throw new a("Assertion failed: optional `argumentsList`, if provided, must be a List");return s(e,t,n)}},4210:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(3682),a=n(8334),i=n(697),s=n(3746),l=n(4914),c=n(4305),u=n(484),d=n(3633);e.exports=function(e,t,n){if("Object"!==d(e))throw new r("Assertion failed: Type(O) is not Object");if(!c(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var p=i(e,t),m=!p||l(e);return!(p&&(!p["[[Writable]]"]||!p["[[Configurable]]"])||!m)&&o(s,u,a,e,t,{"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0})}},6993:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(4210),a=n(4305),i=n(3633);e.exports=function(e,t,n){if("Object"!==i(e))throw new r("Assertion failed: Type(O) is not Object");if(!a(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var s=o(e,t,n);if(!s)throw new r("unable to create data property");return s}},3950:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(2435),a=n(3682),i=n(8334),s=n(9527),l=n(3746),c=n(4305),u=n(484),d=n(9916),p=n(3633);e.exports=function(e,t,n){if("Object"!==p(e))throw new r("Assertion failed: Type(O) is not Object");if(!c(t))throw new r("Assertion failed: IsPropertyKey(P) is not true");var m=o({Type:p,IsDataDescriptor:l,IsAccessorDescriptor:s},n)?n:d(n);if(!o({Type:p,IsDataDescriptor:l,IsAccessorDescriptor:s},m))throw new r("Assertion failed: Desc is not a valid Property Descriptor");return a(l,u,i,e,t,m)}},3069:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(1645),a=n(581),i=n(6993),s=n(1391),l=n(4458),c=n(6975),u=n(6353),d=n(6846);e.exports=function e(t,n,p,m,f){var h;arguments.length>5&&(h=arguments[5]);for(var g=m,b=0;b0&&(M=c(_)),M){var k=u(_);g=e(t,_,k,g,f-1)}else{if(g>=o)throw new r("index too large");i(t,d(g),_),g+=1}}b+=1}return g}},8334:(e,t,n)=>{"use strict";var r=n(2188),o=n(3633);e.exports=function(e){if(void 0===e)return e;r(o,"Property Descriptor","Desc",e);var t={};return"[[Value]]"in e&&(t.value=e["[[Value]]"]),"[[Writable]]"in e&&(t.writable=e["[[Writable]]"]),"[[Get]]"in e&&(t.get=e["[[Get]]"]),"[[Set]]"in e&&(t.set=e["[[Set]]"]),"[[Enumerable]]"in e&&(t.enumerable=e["[[Enumerable]]"]),"[[Configurable]]"in e&&(t.configurable=e["[[Configurable]]"]),t}},1391:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(631),a=n(4305),i=n(3633);e.exports=function(e,t){if("Object"!==i(e))throw new r("Assertion failed: Type(O) is not Object");if(!a(t))throw new r("Assertion failed: IsPropertyKey(P) is not true, got "+o(t));return e[t]}},4458:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(4305),a=n(3633);e.exports=function(e,t){if("Object"!==a(e))throw new r("Assertion failed: `O` must be an Object");if(!o(t))throw new r("Assertion failed: `P` must be a Property Key");return t in e}},9527:(e,t,n)=>{"use strict";var r=n(7642),o=n(2188),a=n(3633);e.exports=function(e){return void 0!==e&&(o(a,"Property Descriptor","Desc",e),!(!r(e,"[[Get]]")&&!r(e,"[[Set]]")))}},6975:(e,t,n)=>{"use strict";var r=n(210)("%Array%"),o=!r.isArray&&n(1924)("Object.prototype.toString");e.exports=r.isArray||function(e){return"[object Array]"===o(e)}},1787:(e,t,n)=>{"use strict";e.exports=n(5320)},1974:(e,t,n)=>{"use strict";var r=n(4445)("%Reflect.construct%",!0),o=n(3950);try{o({},"",{"[[Get]]":function(){}})}catch(e){o=null}if(o&&r){var a={},i={};o(i,"length",{"[[Get]]":function(){throw a},"[[Enumerable]]":!0}),e.exports=function(e){try{r(e,i)}catch(e){return e===a}}}else e.exports=function(e){return"function"==typeof e&&!!e.prototype}},3746:(e,t,n)=>{"use strict";var r=n(7642),o=n(2188),a=n(3633);e.exports=function(e){return void 0!==e&&(o(a,"Property Descriptor","Desc",e),!(!r(e,"[[Value]]")&&!r(e,"[[Writable]]")))}},4914:(e,t,n)=>{"use strict";var r=n(210)("%Object%"),o=n(4790),a=r.preventExtensions,i=r.isExtensible;e.exports=a?function(e){return!o(e)&&i(e)}:function(e){return!o(e)}},7312:(e,t,n)=>{"use strict";var r=n(4908),o=n(375),a=n(3633),i=n(9086),s=n(2633);e.exports=function(e){if("Number"!==a(e)||i(e)||!s(e))return!1;var t=r(e);return o(t)===t}},4305:e=>{"use strict";e.exports=function(e){return"string"==typeof e||"symbol"==typeof e}},840:(e,t,n)=>{"use strict";var r=n(210)("%Symbol.match%",!0),o=n(8420),a=n(9731);e.exports=function(e){if(!e||"object"!=typeof e)return!1;if(r){var t=e[r];if(void 0!==t)return a(t)}return o(e)}},6353:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%"),o=n(1391),a=n(8305),i=n(3633);e.exports=function(e){if("Object"!==i(e))throw new r("Assertion failed: `obj` must be an Object");return a(o(e,"length"))}},697:(e,t,n)=>{"use strict";var r=n(210),o=n(882),a=r("%TypeError%"),i=n(1924)("Object.prototype.propertyIsEnumerable"),s=n(7642),l=n(6975),c=n(4305),u=n(840),d=n(9916),p=n(3633);e.exports=function(e,t){if("Object"!==p(e))throw new a("Assertion failed: O must be an Object");if(!c(t))throw new a("Assertion failed: P must be a Property Key");if(s(e,t)){if(!o){var n=l(e)&&"length"===t,r=u(e)&&"lastIndex"===t;return{"[[Configurable]]":!(n||r),"[[Enumerable]]":i(e,t),"[[Value]]":e[t],"[[Writable]]":!0}}return d(o(e,t))}}},9619:(e,t,n)=>{"use strict";e.exports=n(4559)},484:(e,t,n)=>{"use strict";var r=n(9086);e.exports=function(e,t){return e===t?0!==e||1/e==1/t:r(e)&&r(t)}},9731:e=>{"use strict";e.exports=function(e){return!!e}},751:(e,t,n)=>{"use strict";var r=n(775),o=n(5631);e.exports=function(e){var t=o(e);return 0!==t&&(t=r(t)),0===t?0:t}},8305:(e,t,n)=>{"use strict";var r=n(1645),o=n(751);e.exports=function(e){var t=o(e);return t<=0?0:t>r?r:t}},5631:(e,t,n)=>{"use strict";var r=n(210),o=r("%TypeError%"),a=r("%Number%"),i=r("%RegExp%"),s=r("%parseInt%"),l=n(1924),c=n(823),u=n(4790),d=l("String.prototype.slice"),p=c(/^0b[01]+$/i),m=c(/^0o[0-7]+$/i),f=c(/^[-+]0x[0-9a-f]+$/i),h=c(new i("["+["…","​","￾"].join("")+"]","g")),g=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),b=new RegExp("(^["+g+"]+)|(["+g+"]+$)","g"),v=l("String.prototype.replace"),y=n(4607);e.exports=function e(t){var n=u(t)?t:y(t,a);if("symbol"==typeof n)throw new o("Cannot convert a Symbol value to a number");if("bigint"==typeof n)throw new o("Conversion from 'BigInt' to 'number' is not allowed.");if("string"==typeof n){if(p(n))return e(s(d(n,2),2));if(m(n))return e(s(d(n,2),8));if(h(n)||f(n))return NaN;var r=function(e){return v(e,b,"")}(n);if(r!==n)return e(r)}return a(n)}},821:(e,t,n)=>{"use strict";var r=n(210)("%Object%"),o=n(9619);e.exports=function(e){return o(e),r(e)}},4607:(e,t,n)=>{"use strict";var r=n(1503);e.exports=function(e){return arguments.length>1?r(e,arguments[1]):r(e)}},9916:(e,t,n)=>{"use strict";var r=n(7642),o=n(210)("%TypeError%"),a=n(3633),i=n(9731),s=n(1787);e.exports=function(e){if("Object"!==a(e))throw new o("ToPropertyDescriptor requires an object");var t={};if(r(e,"enumerable")&&(t["[[Enumerable]]"]=i(e.enumerable)),r(e,"configurable")&&(t["[[Configurable]]"]=i(e.configurable)),r(e,"value")&&(t["[[Value]]"]=e.value),r(e,"writable")&&(t["[[Writable]]"]=i(e.writable)),r(e,"get")){var n=e.get;if(void 0!==n&&!s(n))throw new o("getter must be a function");t["[[Get]]"]=n}if(r(e,"set")){var l=e.set;if(void 0!==l&&!s(l))throw new o("setter must be a function");t["[[Set]]"]=l}if((r(t,"[[Get]]")||r(t,"[[Set]]"))&&(r(t,"[[Value]]")||r(t,"[[Writable]]")))throw new o("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}},6846:(e,t,n)=>{"use strict";var r=n(210),o=r("%String%"),a=r("%TypeError%");e.exports=function(e){if("symbol"==typeof e)throw new a("Cannot convert a Symbol value to a string");return o(e)}},3633:(e,t,n)=>{"use strict";var r=n(3951);e.exports=function(e){return"symbol"==typeof e?"Symbol":"bigint"==typeof e?"BigInt":r(e)}},4908:(e,t,n)=>{"use strict";var r=n(210)("%Math.abs%");e.exports=function(e){return r(e)}},375:e=>{"use strict";var t=Math.floor;e.exports=function(e){return t(e)}},4559:(e,t,n)=>{"use strict";var r=n(210)("%TypeError%");e.exports=function(e,t){if(null==e)throw new r(t||"Cannot call method on "+e);return e}},775:(e,t,n)=>{"use strict";var r=n(7890),o=n(2748),a=n(7709),i=n(9086),s=n(2633),l=n(8111);e.exports=function(e){var t=a(e);return i(t)?0:0!==t&&s(t)?l(t)*o(r(t)):t}},7709:(e,t,n)=>{"use strict";var r=n(1950);e.exports=function(e){var t=r(e,Number);if("string"!=typeof t)return+t;var n=t.replace(/^[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+|[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+$/g,"");return/^0[ob]|^[+-]0x/.test(n)?NaN:+n}},1950:(e,t,n)=>{"use strict";e.exports=n(2116)},3951:e=>{"use strict";e.exports=function(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":void 0}},7890:(e,t,n)=>{"use strict";var r=n(210)("%Math.abs%");e.exports=function(e){return r(e)}},2748:e=>{"use strict";var t=Math.floor;e.exports=function(e){return t(e)}},4445:(e,t,n)=>{"use strict";e.exports=n(210)},3682:(e,t,n)=>{"use strict";var r=n(210)("%Object.defineProperty%",!0);if(r)try{r({},"a",{value:1})}catch(e){r=null}var o=Object.defineProperty&&0===Object.defineProperty([],"length",{value:1}).length,a=o&&n(7912),i=n(1924)("Object.prototype.propertyIsEnumerable");e.exports=function(e,t,n,s,l,c){if(!r){if(!e(c))return!1;if(!c["[[Configurable]]"]||!c["[[Writable]]"])return!1;if(l in s&&i(s,l)!==!!c["[[Enumerable]]"])return!1;var u=c["[[Value]]"];return s[l]=u,t(s[l],u)}return o&&"length"===l&&"[[Value]]"in c&&a(s)&&s.length!==c["[[Value]]"]?(s.length=c["[[Value]]"],s.length===c["[[Value]]"]):(r(s,l,n(c)),!0)}},2188:(e,t,n)=>{"use strict";var r=n(210),o=r("%TypeError%"),a=r("%SyntaxError%"),i=n(7642),s={"Property Descriptor":function(e,t){if("Object"!==e(t))return!1;var n={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in t)if(i(t,r)&&!n[r])return!1;var a=i(t,"[[Value]]"),s=i(t,"[[Get]]")||i(t,"[[Set]]");if(a&&s)throw new o("Property Descriptors may not be both accessor and data descriptors");return!0}};e.exports=function(e,t,n,r){var i=s[t];if("function"!=typeof i)throw new a("unknown record type: "+t);if(!i(e,r))throw new o(n+" must be a "+t)}},882:(e,t,n)=>{"use strict";var r=n(210)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(e){r=null}e.exports=r},2633:e=>{"use strict";var t=Number.isNaN||function(e){return e!=e};e.exports=Number.isFinite||function(e){return"number"==typeof e&&!t(e)&&e!==1/0&&e!==-1/0}},9086:e=>{"use strict";e.exports=Number.isNaN||function(e){return e!=e}},4790:e=>{"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},2435:(e,t,n)=>{"use strict";var r=n(210),o=n(7642),a=r("%TypeError%");e.exports=function(e,t){if("Object"!==e.Type(t))return!1;var n={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in t)if(o(t,r)&&!n[r])return!1;if(e.IsDataDescriptor(t)&&e.IsAccessorDescriptor(t))throw new a("Property Descriptors may not be both accessor and data descriptors");return!0}},1645:(e,t,n)=>{"use strict";var r=n(210),o=r("%Math%"),a=r("%Number%");e.exports=a.MAX_SAFE_INTEGER||o.pow(2,53)-1},823:(e,t,n)=>{"use strict";var r=n(210)("RegExp.prototype.test"),o=n(5559);e.exports=function(e){return o(r,e)}},8111:e=>{"use strict";e.exports=function(e){return e>=0?1:-1}},1128:e=>{"use strict";e.exports=JSON.parse('{"version":"2021e","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212132121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|+10|-a0|0||25e4","Antarctica/Macquarie|AEST AEDT -00|-a0 -b0 0|010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1C00 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010101010101010|-23uw0 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|BMT BST AST ADT|4j.i 3j.i 40 30|010102323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28p7E.G 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293iJ xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293i0 xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2n5c9.l cFX9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|0123232323232323212121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2xorF.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|01212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 4q00 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|LMT -1030 -0930 -10|aD.4 au 9u a0|0123232323232323232323232323|-FSdk.U 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{"use strict";var e={};n.r(e),n.d(e,{getCachedResolvers:()=>on,getIsResolving:()=>en,hasFinishedResolution:()=>nn,hasStartedResolution:()=>tn,isResolving:()=>rn});var t={};n.r(t),n.d(t,{finishResolution:()=>sn,finishResolutions:()=>cn,invalidateResolution:()=>un,invalidateResolutionForStore:()=>dn,invalidateResolutionForStoreSelector:()=>pn,startResolution:()=>an,startResolutions:()=>ln});var r={};n.r(r),n.d(r,{__experimentalGetUnprocessedBlockTypes:()=>Ir,getActiveBlockVariation:()=>Yr,getBlockStyles:()=>Hr,getBlockSupport:()=>Kr,getBlockType:()=>Rr,getBlockTypes:()=>Pr,getBlockVariations:()=>Wr,getCategories:()=>qr,getChildBlockNames:()=>Gr,getCollections:()=>Fr,getDefaultBlockName:()=>Vr,getDefaultBlockVariation:()=>jr,getFreeformFallbackBlockName:()=>Xr,getGroupingBlockName:()=>$r,getUnregisteredFallbackBlockName:()=>Ur,hasBlockSupport:()=>Jr,hasChildBlocks:()=>Qr,hasChildBlocksWithInserterSupport:()=>eo,isMatchingSearchTerm:()=>Zr});var o={};n.r(o),n.d(o,{__experimentalReapplyBlockTypeFilters:()=>ja,__experimentalRegisterBlockType:()=>Ya,addBlockCollection:()=>ei,addBlockStyles:()=>Fa,addBlockTypes:()=>Wa,addBlockVariations:()=>Xa,removeBlockCollection:()=>ti,removeBlockStyles:()=>Va,removeBlockTypes:()=>qa,removeBlockVariations:()=>Ua,setCategories:()=>Za,setDefaultBlockName:()=>$a,setFreeformFallbackBlockName:()=>Ga,setGroupingBlockName:()=>Ja,setUnregisteredFallbackBlockName:()=>Ka,updateCategory:()=>Qa});var a={};n.r(a),n.d(a,{__experimentalBatch:()=>Ru,__experimentalReceiveCurrentGlobalStylesId:()=>Su,__experimentalReceiveThemeBaseGlobalStyles:()=>Au,__experimentalSaveSpecifiedEntityEdits:()=>Wu,__unstableCreateUndoLevel:()=>Iu,addEntities:()=>Lu,deleteEntityRecord:()=>Nu,editEntityRecord:()=>Ou,receiveAutosaves:()=>qu,receiveCurrentTheme:()=>xu,receiveCurrentUser:()=>Eu,receiveEmbedPreview:()=>zu,receiveEntityRecords:()=>Cu,receiveThemeSupports:()=>Tu,receiveUploadPermissions:()=>Yu,receiveUserPermission:()=>ju,receiveUserQuery:()=>wu,redo:()=>Bu,saveEditedEntityRecord:()=>Hu,saveEntityRecord:()=>Pu,undo:()=>Du});var i={};n.r(i),n.d(i,{__experimentalGetCurrentGlobalStylesId:()=>jd,__experimentalGetCurrentThemeBaseGlobalStyles:()=>Qd,__experimentalGetDirtyEntityRecords:()=>Ld,__experimentalGetEntitiesBeingSaved:()=>Cd,__experimentalGetEntityRecordNoResolver:()=>Md,__experimentalGetTemplateForLink:()=>Zd,canUser:()=>Xd,canUserEditEntityRecord:()=>Ud,getAuthors:()=>hd,getAutosave:()=>Gd,getAutosaves:()=>$d,getCurrentTheme:()=>Yd,getCurrentUser:()=>gd,getEditedEntityRecord:()=>Td,getEmbedPreview:()=>Fd,getEntitiesByKind:()=>vd,getEntity:()=>yd,getEntityRecord:()=>_d,getEntityRecordEdits:()=>xd,getEntityRecordNonTransientEdits:()=>Sd,getEntityRecords:()=>Ed,getLastEntityDeleteError:()=>Bd,getLastEntitySaveError:()=>Dd,getRawEntityRecord:()=>kd,getRedoEdit:()=>Rd,getReferenceByDistinctEdits:()=>Jd,getThemeSupports:()=>qd,getUndoEdit:()=>Pd,getUserQueryResults:()=>bd,hasEditsForEntityRecord:()=>Ad,hasEntityRecords:()=>wd,hasFetchedAutosaves:()=>Kd,hasRedo:()=>Wd,hasUndo:()=>Hd,isAutosavingEntityRecord:()=>zd,isDeletingEntityRecord:()=>Od,isPreviewEmbedFallback:()=>Vd,isRequestingEmbedPreview:()=>fd,isSavingEntityRecord:()=>Nd});var s={};n.r(s),n.d(s,{__experimentalGetCurrentGlobalStylesId:()=>hp,__experimentalGetCurrentThemeBaseGlobalStyles:()=>gp,__experimentalGetTemplateForLink:()=>fp,canUser:()=>up,canUserEditEntityRecord:()=>dp,getAuthors:()=>tp,getAutosave:()=>mp,getAutosaves:()=>pp,getCurrentTheme:()=>sp,getCurrentUser:()=>np,getEditedEntityRecord:()=>ap,getEmbedPreview:()=>cp,getEntityRecord:()=>rp,getEntityRecords:()=>ip,getRawEntityRecord:()=>op,getThemeSupports:()=>lp});var l={};n.r(l),n.d(l,{find:()=>Kf});var c={};n.r(c),n.d(c,{find:()=>rh,findNext:()=>ah,findPrevious:()=>oh,isTabbableIndex:()=>Zf});var u={};n.r(u),n.d(u,{__experimentalGetActiveBlockIdByBlockNames:()=>J_,__experimentalGetAllowedBlocks:()=>z_,__experimentalGetAllowedPatterns:()=>B_,__experimentalGetBlockListSettingsForBlocks:()=>Y_,__experimentalGetDirectInsertBlock:()=>N_,__experimentalGetLastBlockAttributeChanges:()=>F_,__experimentalGetParsedPattern:()=>O_,__experimentalGetPatternTransformItems:()=>P_,__experimentalGetPatternsByBlockTypes:()=>I_,__experimentalGetReusableBlockTitle:()=>j_,__unstableGetBlockWithoutInnerBlocks:()=>my,__unstableGetClientIdWithClientIdsTree:()=>hy,__unstableGetClientIdsTree:()=>gy,__unstableIsLastBlockChangeIgnored:()=>q_,areInnerBlocksControlled:()=>K_,canInsertBlockType:()=>b_,canInsertBlocks:()=>v_,canMoveBlock:()=>M_,canMoveBlocks:()=>k_,canRemoveBlock:()=>y_,canRemoveBlocks:()=>__,didAutomaticChange:()=>$_,getAdjacentBlockClientId:()=>By,getBlock:()=>py,getBlockAttributes:()=>dy,getBlockCount:()=>My,getBlockHierarchyRootClientId:()=>Oy,getBlockIndex:()=>Ky,getBlockInsertionPoint:()=>u_,getBlockListSettings:()=>R_,getBlockMode:()=>r_,getBlockName:()=>cy,getBlockOrder:()=>Gy,getBlockParents:()=>zy,getBlockParentsByBlockName:()=>Ny,getBlockRootClientId:()=>Ty,getBlockSelectionEnd:()=>Ly,getBlockSelectionStart:()=>Ey,getBlockTransformItems:()=>A_,getBlocks:()=>fy,getBlocksByClientId:()=>_y,getClientIdsOfDescendants:()=>by,getClientIdsWithDescendants:()=>vy,getDraggedBlockClientIds:()=>i_,getFirstMultiSelectedBlockClientId:()=>jy,getGlobalBlockCount:()=>yy,getInserterItems:()=>S_,getLastMultiSelectedBlockClientId:()=>qy,getLowestCommonAncestorWithSelectedBlock:()=>Dy,getMultiSelectedBlockClientIds:()=>Wy,getMultiSelectedBlocks:()=>Yy,getMultiSelectedBlocksEndClientId:()=>$y,getMultiSelectedBlocksStartClientId:()=>Uy,getNextBlockClientId:()=>Py,getPreviousBlockClientId:()=>Iy,getSelectedBlock:()=>Ay,getSelectedBlockClientId:()=>Sy,getSelectedBlockClientIds:()=>Hy,getSelectedBlockCount:()=>Cy,getSelectedBlocksInitialCaretPosition:()=>Ry,getSelectionEnd:()=>wy,getSelectionStart:()=>ky,getSettings:()=>H_,getTemplate:()=>m_,getTemplateLock:()=>f_,hasBlockMovingClientId:()=>U_,hasInserterItems:()=>T_,hasMultiSelection:()=>e_,hasSelectedBlock:()=>xy,hasSelectedInnerBlock:()=>Zy,isAncestorBeingDragged:()=>l_,isAncestorMultiSelected:()=>Xy,isBlockBeingDragged:()=>s_,isBlockHighlighted:()=>G_,isBlockInsertionPointVisible:()=>d_,isBlockMultiSelected:()=>Vy,isBlockSelected:()=>Jy,isBlockValid:()=>uy,isBlockWithinSelection:()=>Qy,isCaretWithinFormattedText:()=>c_,isDraggingBlocks:()=>a_,isFirstMultiSelectedBlock:()=>Fy,isLastBlockChangePersistent:()=>W_,isMultiSelecting:()=>t_,isNavigationMode:()=>X_,isSelectionEnabled:()=>n_,isTyping:()=>o_,isValidTemplate:()=>p_,wasBlockJustInserted:()=>Z_});var d={};n.r(d),n.d(d,{getFormatType:()=>aM,getFormatTypeForBareElement:()=>iM,getFormatTypeForClassName:()=>sM,getFormatTypes:()=>oM});var p={};n.r(p),n.d(p,{addFormatTypes:()=>lM,removeFormatTypes:()=>cM});var m={};n.r(m),n.d(m,{__unstableMarkAutomaticChange:()=>Sw,__unstableMarkLastChangeAsPersistent:()=>Cw,__unstableMarkNextChangeAsNotPersistent:()=>xw,__unstableSaveReusableBlock:()=>Lw,clearSelectedBlock:()=>$k,duplicateBlocks:()=>zw,enterFormattedText:()=>yw,exitFormattedText:()=>_w,flashBlock:()=>Bw,hideInsertionPoint:()=>sw,insertAfterBlock:()=>Ow,insertBeforeBlock:()=>Nw,insertBlock:()=>ow,insertBlocks:()=>aw,insertDefaultBlock:()=>kw,mergeBlocks:()=>uw,moveBlockToPosition:()=>rw,moveBlocksDown:()=>ew,moveBlocksToPosition:()=>nw,moveBlocksUp:()=>tw,multiSelect:()=>Uk,receiveBlocks:()=>Hk,removeBlock:()=>pw,removeBlocks:()=>dw,replaceBlock:()=>Zk,replaceBlocks:()=>Jk,replaceInnerBlocks:()=>mw,resetBlocks:()=>Ik,resetSelection:()=>Rk,selectBlock:()=>jk,selectNextBlock:()=>Fk,selectPreviousBlock:()=>qk,selectionChange:()=>Mw,setBlockMovingClientId:()=>Tw,setHasControlledInnerBlocks:()=>Iw,setNavigationMode:()=>Aw,setTemplateValidity:()=>lw,showInsertionPoint:()=>iw,startDraggingBlocks:()=>bw,startMultiSelect:()=>Vk,startTyping:()=>hw,stopDraggingBlocks:()=>vw,stopMultiSelect:()=>Xk,stopTyping:()=>gw,synchronizeTemplate:()=>cw,toggleBlockHighlight:()=>Dw,toggleBlockMode:()=>fw,toggleSelection:()=>Gk,updateBlock:()=>Yk,updateBlockAttributes:()=>Wk,updateBlockListSettings:()=>ww,updateSettings:()=>Ew,validateBlocksToTemplate:()=>Pk});var f={};n.r(f),n.d(f,{Text:()=>eC,block:()=>tC,destructive:()=>rC,highlighterText:()=>aC,muted:()=>oC,positive:()=>nC,upperCase:()=>iC});var h={};n.r(h),n.d(h,{registerShortcut:()=>RB,unregisterShortcut:()=>HB});var g={};n.r(g),n.d(g,{getAllShortcutKeyCombinations:()=>UB,getAllShortcutRawKeyCombinations:()=>$B,getCategoryShortcuts:()=>GB,getShortcutAliases:()=>XB,getShortcutDescription:()=>VB,getShortcutKeyCombination:()=>qB,getShortcutRepresentation:()=>FB});var b={};n.r(b),n.d(b,{createErrorNotice:()=>HP,createInfoNotice:()=>RP,createNotice:()=>IP,createSuccessNotice:()=>PP,createWarningNotice:()=>WP,removeNotice:()=>YP});var v={};n.r(v),n.d(v,{getNotices:()=>qP});var y={};n.r(y),n.d(y,{ButtonContentView:()=>y$,LabelPlaceholderView:()=>M$,LabelView:()=>h$,buttonActive:()=>v$,buttonView:()=>b$,labelBlock:()=>g$,medium:()=>k$,separatorActive:()=>_$});var _={};n.r(_),n.d(_,{TooltipContent:()=>JK,TooltipPopoverView:()=>ZK,TooltipShortcut:()=>eJ,noOutline:()=>QK});var M={};n.r(M),n.d(M,{__experimentalGetDefaultTemplatePartAreas:()=>qte,__experimentalGetDefaultTemplateType:()=>Fte,__experimentalGetDefaultTemplateTypes:()=>jte,__experimentalGetTemplateInfo:()=>Vte,__unstableIsEditorReady:()=>Wee,canInsertBlockType:()=>Rte,canUserUseUnfilteredHTML:()=>Dee,didPostSaveRequestFail:()=>bee,didPostSaveRequestSucceed:()=>gee,getActivePostLock:()=>Oee,getAdjacentBlockClientId:()=>cte,getAutosaveAttribute:()=>ree,getBlock:()=>$ee,getBlockAttributes:()=>Uee,getBlockCount:()=>ete,getBlockHierarchyRootClientId:()=>lte,getBlockIndex:()=>wte,getBlockInsertionPoint:()=>Ote,getBlockListSettings:()=>Yte,getBlockMode:()=>Tte,getBlockName:()=>Vee,getBlockOrder:()=>kte,getBlockRootClientId:()=>ste,getBlockSelectionEnd:()=>nte,getBlockSelectionStart:()=>tte,getBlocks:()=>Gee,getBlocksByClientId:()=>Qee,getClientIdsOfDescendants:()=>Kee,getClientIdsWithDescendants:()=>Jee,getCurrentPost:()=>$9,getCurrentPostAttribute:()=>tee,getCurrentPostId:()=>K9,getCurrentPostLastRevisionId:()=>Z9,getCurrentPostRevisionsCount:()=>J9,getCurrentPostType:()=>G9,getEditedPostAttribute:()=>nee,getEditedPostContent:()=>kee,getEditedPostPreviewLink:()=>_ee,getEditedPostSlug:()=>Cee,getEditedPostVisibility:()=>oee,getEditorBlocks:()=>Iee,getEditorSelection:()=>Hee,getEditorSelectionEnd:()=>Ree,getEditorSelectionStart:()=>Pee,getEditorSettings:()=>Yee,getFirstMultiSelectedBlockClientId:()=>hte,getGlobalBlockCount:()=>Zee,getInserterItems:()=>Hte,getLastMultiSelectedBlockClientId:()=>gte,getMultiSelectedBlockClientIds:()=>mte,getMultiSelectedBlocks:()=>fte,getMultiSelectedBlocksEndClientId:()=>Mte,getMultiSelectedBlocksStartClientId:()=>_te,getNextBlockClientId:()=>dte,getPermalink:()=>Lee,getPermalinkParts:()=>xee,getPostEdits:()=>Q9,getPostLockUser:()=>Nee,getPostTypeLabel:()=>Xte,getPreviousBlockClientId:()=>ute,getReferenceByDistinctEdits:()=>eee,getSelectedBlock:()=>ite,getSelectedBlockClientId:()=>ate,getSelectedBlockCount:()=>rte,getSelectedBlocksInitialCaretPosition:()=>pte,getStateBeforeOptimisticTransaction:()=>jee,getSuggestedPostFormat:()=>Mee,getTemplate:()=>Ite,getTemplateLock:()=>Pte,hasChangedContent:()=>F9,hasEditorRedo:()=>j9,hasEditorUndo:()=>Y9,hasInserterItems:()=>Wte,hasMultiSelection:()=>xte,hasNonPostEntityChanges:()=>X9,hasSelectedBlock:()=>ote,hasSelectedInnerBlock:()=>Lte,inSomeHistory:()=>qee,isAncestorMultiSelected:()=>yte,isAutosavingPost:()=>vee,isBlockInsertionPointVisible:()=>Dte,isBlockMultiSelected:()=>vte,isBlockSelected:()=>Ete,isBlockValid:()=>Xee,isBlockWithinSelection:()=>Cte,isCaretWithinFormattedText:()=>Nte,isCleanNewPost:()=>U9,isCurrentPostPending:()=>aee,isCurrentPostPublished:()=>iee,isCurrentPostScheduled:()=>see,isEditedPostAutosaveable:()=>dee,isEditedPostBeingScheduled:()=>pee,isEditedPostDateFloating:()=>mee,isEditedPostDirty:()=>V9,isEditedPostEmpty:()=>uee,isEditedPostNew:()=>q9,isEditedPostPublishable:()=>lee,isEditedPostSaveable:()=>cee,isFirstMultiSelectedBlock:()=>bte,isMultiSelecting:()=>Ste,isPermalinkEditable:()=>Eee,isPostAutosavingLocked:()=>Tee,isPostLockTakeover:()=>zee,isPostLocked:()=>See,isPostSavingLocked:()=>Aee,isPreviewingPost:()=>yee,isPublishSidebarEnabled:()=>Bee,isPublishingPost:()=>wee,isSavingNonPostEntityChanges:()=>hee,isSavingPost:()=>fee,isSelectionEnabled:()=>Ate,isTyping:()=>zte,isValidTemplate:()=>Bte});var k={};n.r(k),n.d(k,{__experimentalRequestPostUpdateFinish:()=>Qte,__experimentalRequestPostUpdateStart:()=>Zte,__experimentalTearDownEditor:()=>Kte,autosave:()=>ine,clearSelectedBlock:()=>Sne,createUndoLevel:()=>cne,disablePublishSidebar:()=>pne,editPost:()=>nne,enablePublishSidebar:()=>dne,enterFormattedText:()=>Une,exitFormattedText:()=>$ne,hideInsertionPoint:()=>Rne,insertBlock:()=>Bne,insertBlocks:()=>Ine,insertDefaultBlock:()=>Gne,lockPostAutosaving:()=>hne,lockPostSaving:()=>mne,mergeBlocks:()=>Yne,moveBlockToPosition:()=>Dne,moveBlocksDown:()=>Nne,moveBlocksUp:()=>One,multiSelect:()=>xne,receiveBlocks:()=>Mne,redo:()=>sne,refreshPost:()=>one,removeBlock:()=>qne,removeBlocks:()=>jne,replaceBlock:()=>zne,replaceBlocks:()=>Tne,resetBlocks:()=>_ne,resetEditorBlocks:()=>bne,resetPost:()=>Jte,savePost:()=>rne,selectBlock:()=>Ene,setTemplateValidity:()=>Hne,setupEditor:()=>Gte,setupEditorState:()=>tne,showInsertionPoint:()=>Pne,startMultiSelect:()=>Lne,startTyping:()=>Vne,stopMultiSelect:()=>Cne,stopTyping:()=>Xne,synchronizeTemplate:()=>Wne,toggleBlockMode:()=>Fne,toggleSelection:()=>Ane,trashPost:()=>ane,undo:()=>lne,unlockPostAutosaving:()=>gne,unlockPostSaving:()=>fne,updateBlock:()=>kne,updateBlockAttributes:()=>wne,updateBlockListSettings:()=>Kne,updateEditorSettings:()=>vne,updatePost:()=>ene,updatePostLock:()=>une});var w={};n.r(w),n.d(w,{metadata:()=>qre,name:()=>Fre,settings:()=>Vre});var E={};n.r(E),n.d(E,{metadata:()=>uoe,name:()=>doe,settings:()=>poe});var L={};n.r(L),n.d(L,{metadata:()=>xoe,name:()=>Soe,settings:()=>Aoe});var C={};n.r(C),n.d(C,{metadata:()=>Hoe,name:()=>Woe,settings:()=>Yoe});var x={};n.r(x),n.d(x,{metadata:()=>Foe,name:()=>Voe,settings:()=>Xoe});var S={};n.r(S),n.d(S,{metadata:()=>Goe,name:()=>Koe,settings:()=>Joe});var A={};n.r(A),n.d(A,{metadata:()=>tae,name:()=>nae,settings:()=>rae});var T={};n.r(T),n.d(T,{metadata:()=>cae,name:()=>uae,settings:()=>dae});var z={};n.r(z),n.d(z,{metadata:()=>gae,name:()=>bae,settings:()=>vae});var N={};n.r(N),n.d(N,{metadata:()=>Bae,name:()=>Iae,settings:()=>Pae});var O={};n.r(O),n.d(O,{metadata:()=>Lie,name:()=>Cie,settings:()=>xie});var D={};n.r(D),n.d(D,{metadata:()=>zie,name:()=>Nie,settings:()=>Oie});var B={};n.r(B),n.d(B,{metadata:()=>Bie,name:()=>Iie,settings:()=>Pie});var I={};n.r(I),n.d(I,{metadata:()=>Yie,name:()=>jie,settings:()=>qie});var P={};n.r(P),n.d(P,{metadata:()=>Fie,name:()=>Vie,settings:()=>Xie});var R={};n.r(R),n.d(R,{metadata:()=>Gie,name:()=>Kie,settings:()=>Jie});var H={};n.r(H),n.d(H,{metadata:()=>ese,name:()=>tse,settings:()=>nse});var W={};n.r(W),n.d(W,{metadata:()=>ise,name:()=>sse,settings:()=>lse});var Y={};n.r(Y),n.d(Y,{metadata:()=>wle,name:()=>Ele,settings:()=>Lle});var j={};n.r(j),n.d(j,{metadata:()=>mce,name:()=>fce,settings:()=>hce});var q={};n.r(q),n.d(q,{metadata:()=>Ace,name:()=>Tce,settings:()=>zce});var F={};n.r(F),n.d(F,{setIsMatching:()=>Ice});var V={};n.r(V),n.d(V,{isViewportMatch:()=>Pce});var X={};n.r(X),n.d(X,{disableComplementaryArea:()=>gue,enableComplementaryArea:()=>hue,pinItem:()=>vue,setFeatureDefaults:()=>kue,setFeatureValue:()=>Mue,toggleFeature:()=>_ue,unpinItem:()=>yue});var U={};n.r(U),n.d(U,{getActiveComplementaryArea:()=>wue,isFeatureActive:()=>Lue,isItemPinned:()=>Eue});var $={};n.r($),n.d($,{metadata:()=>bde,name:()=>vde,settings:()=>yde});var G={};n.r(G),n.d(G,{metadata:()=>Sde,name:()=>Ade,settings:()=>Tde});var K={};n.r(K),n.d(K,{metadata:()=>Jde,name:()=>Zde,settings:()=>Qde});var J={};n.r(J),n.d(J,{metadata:()=>npe,name:()=>rpe,settings:()=>ope});var Z={};n.r(Z),n.d(Z,{metadata:()=>lpe,name:()=>cpe,settings:()=>upe});var Q={};n.r(Q),n.d(Q,{metadata:()=>Epe,name:()=>Lpe,settings:()=>Cpe});var ee={};n.r(ee),n.d(ee,{metadata:()=>Spe,name:()=>Ape,settings:()=>Tpe});var te={};n.r(te),n.d(te,{metadata:()=>eme,name:()=>tme,settings:()=>nme});var ne={};n.r(ne),n.d(ne,{metadata:()=>bme,name:()=>vme,settings:()=>yme});var re={};n.r(re),n.d(re,{metadata:()=>Mme,name:()=>kme,settings:()=>wme});var oe={};n.r(oe),n.d(oe,{metadata:()=>Fme,name:()=>Vme,settings:()=>Xme});var ae={};n.r(ae),n.d(ae,{metadata:()=>Gme,name:()=>Kme,settings:()=>Jme});var ie={};n.r(ie),n.d(ie,{metadata:()=>nfe,name:()=>rfe,settings:()=>ofe});var se={};n.r(se),n.d(se,{metadata:()=>Ffe,name:()=>Vfe,settings:()=>Xfe});var le={};n.r(le),n.d(le,{metadata:()=>Kfe,name:()=>Jfe,settings:()=>Zfe});var ce={};n.r(ce),n.d(ce,{metadata:()=>fhe,name:()=>hhe,settings:()=>ghe});var ue={};n.r(ue),n.d(ue,{metadata:()=>Lhe,name:()=>Che,settings:()=>xhe});var de={};n.r(de),n.d(de,{metadata:()=>zhe,name:()=>Nhe,settings:()=>Ohe});var pe={};n.r(pe),n.d(pe,{metadata:()=>Bhe,name:()=>Ihe,settings:()=>Phe});var me={};n.r(me),n.d(me,{metadata:()=>Vhe,name:()=>Xhe,settings:()=>Uhe});var fe={};n.r(fe),n.d(fe,{metadata:()=>ige,name:()=>sge,settings:()=>lge});var he={};n.r(he),n.d(he,{metadata:()=>dge,name:()=>pge,settings:()=>mge});var ge={};n.r(ge),n.d(ge,{metadata:()=>gge,name:()=>bge,settings:()=>vge});var be={};n.r(be),n.d(be,{metadata:()=>_ge,name:()=>Mge,settings:()=>kge});var ve={};n.r(ve),n.d(ve,{metadata:()=>Ege,name:()=>Lge,settings:()=>Cge});var ye={};n.r(ye),n.d(ye,{metadata:()=>Sge,name:()=>Age,settings:()=>Tge});var _e={};n.r(_e),n.d(_e,{metadata:()=>Nge,name:()=>Oge,settings:()=>Dge});var Me={};n.r(Me),n.d(Me,{metadata:()=>jge,name:()=>qge,settings:()=>Fge});var ke={};n.r(ke),n.d(ke,{metadata:()=>rbe,name:()=>obe,settings:()=>abe});var we={};n.r(we),n.d(we,{metadata:()=>sbe,name:()=>lbe,settings:()=>cbe});var Ee={};n.r(Ee),n.d(Ee,{metadata:()=>vbe,name:()=>ybe,settings:()=>_be});var Le={};n.r(Le),n.d(Le,{metadata:()=>Lbe,name:()=>Cbe,settings:()=>xbe});var Ce={};n.r(Ce),n.d(Ce,{metadata:()=>Tbe,name:()=>zbe,settings:()=>Nbe});var xe={};n.r(xe),n.d(xe,{metadata:()=>Ibe,name:()=>Pbe,settings:()=>Rbe});var Se={};n.r(Se),n.d(Se,{metadata:()=>Ybe,name:()=>jbe,settings:()=>qbe});var Ae={};n.r(Ae),n.d(Ae,{metadata:()=>Ube,name:()=>$be,settings:()=>Gbe});var Te={};n.r(Te),n.d(Te,{metadata:()=>ave,name:()=>ive,settings:()=>sve});var ze={};n.r(ze),n.d(ze,{metadata:()=>Ave,name:()=>Tve,settings:()=>zve});var Ne={};n.r(Ne),n.d(Ne,{metadata:()=>Ive,name:()=>Pve,settings:()=>Rve});var Oe={};n.r(Oe),n.d(Oe,{metadata:()=>Yve,name:()=>jve,settings:()=>qve});var De={};n.r(De),n.d(De,{metadata:()=>Xve,name:()=>Uve,settings:()=>$ve});var Be={};n.r(Be),n.d(Be,{metadata:()=>Jve,name:()=>Zve,settings:()=>Qve});var Ie={};n.r(Ie),n.d(Ie,{metadata:()=>iye,name:()=>sye,settings:()=>lye});var Pe={};n.r(Pe),n.d(Pe,{metadata:()=>gye,name:()=>bye,settings:()=>vye});var Re={};n.r(Re),n.d(Re,{__experimentalConvertBlockToStatic:()=>yye,__experimentalConvertBlocksToReusable:()=>_ye,__experimentalDeleteReusableBlock:()=>Mye,__experimentalSetEditingReusableBlock:()=>kye});var He={};n.r(He),n.d(He,{__experimentalIsEditingReusableBlock:()=>wye});var We={};n.r(We),n.d(We,{metadata:()=>Cye,name:()=>xye,settings:()=>Sye});var Ye={};n.r(Ye),n.d(Ye,{metadata:()=>Tye,name:()=>zye,settings:()=>Nye});var je={};n.r(je),n.d(je,{metadata:()=>Wye,name:()=>Yye,settings:()=>jye});var qe={};n.r(qe),n.d(qe,{metadata:()=>Uye,name:()=>$ye,settings:()=>Gye});var Fe={};n.r(Fe),n.d(Fe,{metadata:()=>Qye,name:()=>e_e,settings:()=>t_e});var Ve={};n.r(Ve),n.d(Ve,{metadata:()=>i_e,name:()=>s_e,settings:()=>l_e});var Xe={};n.r(Xe),n.d(Xe,{metadata:()=>p_e,name:()=>m_e,settings:()=>f_e});var Ue={};n.r(Ue),n.d(Ue,{metadata:()=>__e,name:()=>M_e,settings:()=>k_e});var $e={};n.r($e),n.d($e,{metadata:()=>A_e,name:()=>T_e,settings:()=>z_e});var Ge={};n.r(Ge),n.d(Ge,{metadata:()=>R_e,name:()=>H_e,settings:()=>W_e});var Ke={};n.r(Ke),n.d(Ke,{metadata:()=>q_e,name:()=>F_e,settings:()=>V_e});var Je={};n.r(Je),n.d(Je,{metadata:()=>bMe,name:()=>vMe,settings:()=>yMe});var Ze={};n.r(Ze),n.d(Ze,{metadata:()=>MMe,name:()=>kMe,settings:()=>wMe});var Qe={};n.r(Qe),n.d(Qe,{metadata:()=>YMe,name:()=>jMe,settings:()=>qMe});var et={};n.r(et),n.d(et,{metadata:()=>VMe,name:()=>XMe,settings:()=>UMe});var tt={};n.r(tt),n.d(tt,{metadata:()=>KMe,name:()=>JMe,settings:()=>ZMe});var nt={};n.r(nt),n.d(nt,{metadata:()=>ake,name:()=>ike,settings:()=>ske});var rt={};n.r(rt),n.d(rt,{metadata:()=>Eke,name:()=>Lke,settings:()=>Cke});var ot={};n.r(ot),n.d(ot,{getCurrentPattern:()=>mLe,getCurrentPatternName:()=>pLe,getEditorMode:()=>cLe,getEditorSettings:()=>uLe,getIgnoredContent:()=>fLe,getNamedPattern:()=>hLe,getPatterns:()=>yLe,getPreviewDeviceType:()=>MLe,isEditing:()=>vLe,isEditorReady:()=>dLe,isEditorSidebarOpened:()=>bLe,isInserterOpened:()=>gLe,isListViewOpened:()=>_Le});var at={};n.r(at),n.d(at,{getBlocks:()=>kLe,getEditCount:()=>CLe,getEditorSelection:()=>wLe,hasEditorRedo:()=>LLe,hasEditorUndo:()=>ELe});var it={};n.r(it),n.d(it,{isFeatureActive:()=>xLe});var st={};n.r(st),n.d(st,{isOptionActive:()=>SLe});var lt={};n.r(lt),n.d(lt,{setUndoManager:()=>TLe,setYDoc:()=>ALe});var ct={};n.r(ct),n.d(ct,{getUndoManager:()=>NLe,getYDoc:()=>zLe});var ut={};n.r(ut),n.d(ut,{setAvailableCollabPeers:()=>OLe,setCollabPeerSelection:()=>DLe});var dt={};n.r(dt),n.d(dt,{getCollabPeers:()=>BLe,hasCollabPeers:()=>ILe});var pt={};n.r(pt),n.d(pt,{__experimentalConvertBlockToStatic:()=>GLe,__experimentalConvertBlocksToReusable:()=>KLe,__experimentalDeleteReusableBlock:()=>JLe,__experimentalSetEditingReusableBlock:()=>ZLe});var mt={};n.r(mt),n.d(mt,{__experimentalIsEditingReusableBlock:()=>QLe});var ft=n(7363),ht=n.n(ft);const gt=ReactDOM;function bt(){return bt=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=(0,vt.map)(e,((e,t)=>(n,r,o,a,i)=>{if(!Rt(n,t))return!1;const s=e(n);return It(s)?s.then(a,i):a(s),!0})),r=(e,n)=>!!Pt(e)&&(t(e),n(),!0);n.push(r);const o=(0,Bt.create)(n);return e=>new Promise(((n,r)=>o(e,(e=>{Pt(e)&&t(e),n(e)}),r)))}function Wt(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const n=Ht(e,t.dispatch);return e=>t=>Dt(t)?n(t):e(t)}}function Yt(e){const t=function(){return e(t.registry.select)(...arguments)};return t.isRegistrySelector=!0,t}function jt(e){return e.isRegistryControl=!0,e}const qt="@@data/SELECT",Ft="@@data/RESOLVE_SELECT",Vt="@@data/DISPATCH";const Xt={select:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o2?n-2:0),o=2;o2?n-2:0),o=2;ot=>{let{storeKey:n,selectorName:r,args:o}=t;return e.select(n)[r](...o)})),[Ft]:jt((e=>t=>{let{storeKey:n,selectorName:r,args:o}=t;const a=e.select(n)[r].hasResolver?"resolveSelect":"select";return e[a](n)[r](...o)})),[Vt]:jt((e=>t=>{let{storeKey:n,actionName:r,args:o}=t;return e.dispatch(n)[r](...o)}))},$t=()=>e=>t=>It(t)?t.then((t=>{if(t)return e(t)})):e(t),Gt="core/data",Kt=(e,t)=>()=>n=>r=>{const o=e.select(Gt).getCachedResolvers(t);return Object.entries(o).forEach((n=>{let[o,a]=n;const i=(0,vt.get)(e.stores,[t,"resolvers",o]);i&&i.shouldInvalidate&&a.forEach(((n,a)=>{!1===n&&i.shouldInvalidate(r,...a)&&e.dispatch(Gt).invalidateResolution(t,o,a)}))})),n(r)};const Jt=(Zt="selectorName",e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=n[Zt];if(void 0===r)return t;const o=e(t[r],n);return o===t[r]?t:{...t,[r]:o}})((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new(Ot()),t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":case"FINISH_RESOLUTION":{const n="START_RESOLUTION"===t.type,r=new(Ot())(e);return r.set(t.args,n),r}case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":{const n="START_RESOLUTIONS"===t.type,r=new(Ot())(e);for(const e of t.args)r.set(e,n);return r}case"INVALIDATE_RESOLUTION":{const n=new(Ot())(e);return n.delete(t.args),n}}return e}));var Zt;const Qt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":return(0,vt.has)(e,[t.selectorName])?(0,vt.omit)(e,[t.selectorName]):e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":case"INVALIDATE_RESOLUTION":return Jt(e,t)}return e};function en(e,t,n){const r=(0,vt.get)(e,[t]);if(r)return r.get(n)}function tn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return void 0!==en(e,t,n)}function nn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!1===en(e,t,n)}function rn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!0===en(e,t,n)}function on(e){return e}function an(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function sn(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function ln(e,t){return{type:"START_RESOLUTIONS",selectorName:e,args:t}}function cn(e,t){return{type:"FINISH_RESOLUTIONS",selectorName:e,args:t}}function un(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function dn(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function pn(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}const mn=e=>{const t=[...e];for(let e=t.length-1;e>=0;e--)void 0===t[e]&&t.splice(e,1);return t};function fn(n,r){return{name:n,instantiate:o=>{const a=r.reducer,i={registry:o,get dispatch(){return Object.assign((e=>s.dispatch(e)),f())},get select(){return Object.assign((e=>e(s.__unstableOriginalGetState())),m())},get resolveSelect(){return h()}},s=function(e,t,n,r){const o={...t.controls,...Ut},a=(0,vt.mapValues)(o,(e=>e.isRegistryControl?e(n):e)),i=[Kt(n,e),$t,Wt(a)];t.__experimentalUseThunks&&i.push((s=r,()=>e=>t=>"function"==typeof t?t(s):e(t)));var s;const l=[zt(...i)];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&l.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e}));const{reducer:c,initialState:u}=t;return At(_t()({metadata:Qt,root:c}),{root:u},(0,vt.flowRight)(l))}(n,r,o,i),l=function(){const e={};return{isRunning:(t,n)=>e[t]&&e[t].get(mn(n)),clear(t,n){e[t]&&e[t].delete(mn(n))},markAsRunning(t,n){e[t]||(e[t]=new(Ot())),e[t].set(mn(n),!0)}}}();let c;const u=function(e,t){const n=e=>function(){return Promise.resolve(t.dispatch(e(...arguments)))};return(0,vt.mapValues)(e,n)}({...t,...r.actions},s);let d=function(e,t){const n=e=>{const n=function(){const n=arguments.length,r=new Array(n+1);r[0]=t.__unstableOriginalGetState();for(let e=0;efunction(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o(e.isRegistrySelector&&(e.registry=o),function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;oe.fulfill?e:{...e,fulfill:e})),a=(t,a)=>{const i=e[a];if(!i)return t.hasResolver=!1,t;const s=function(){for(var e=arguments.length,s=new Array(e),l=0;l{r.clear(a,s),n.dispatch(an(a,s)),await hn(n,o,a,...s),n.dispatch(sn(a,s))})))}return c(...s),t(...s)};return s.hasResolver=!0,s};return{resolvers:o,selectors:(0,vt.mapValues)(t,a)}}(r.resolvers,d,s,l);c=e.resolvers,d=e.selectors}const p=function(e,t){return(0,vt.mapValues)((0,vt.omit)(e,["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"]),((n,r)=>function(){for(var o=arguments.length,a=new Array(o),i=0;i{const i=()=>e.hasFinishedResolution(r,a),s=()=>n.apply(null,a),l=s();if(i())return o(l);const c=t.subscribe((()=>{i()&&(c(),o(s()))}))}))}))}(d,s),m=()=>d,f=()=>u,h=()=>p;s.__unstableOriginalGetState=s.getState,s.getState=()=>s.__unstableOriginalGetState().root;const g=s&&(e=>{let t=s.__unstableOriginalGetState();return s.subscribe((()=>{const n=s.__unstableOriginalGetState(),r=n!==t;t=n,r&&e()}))});return{reducer:a,store:s,actions:u,selectors:d,resolvers:c,getSelectors:m,getResolveSelectors:h,getActions:f,subscribe:g}}}}async function hn(e,t,n){const r=(0,vt.get)(t,[n]);if(!r)return;for(var o=arguments.length,a=new Array(o>3?o-3:0),i=3;ifunction(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;afunction(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].reduce(((e,n)=>({...e,[n]:t(n)})),{}),getActions:()=>["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].reduce(((e,t)=>({...e,[t]:n(t)})),{}),subscribe:()=>()=>{}}};function bn(){let e=!1,t=!1;const n=new Set,r=()=>Array.from(n).forEach((e=>e()));return{get isPaused(){return e},subscribe:e=>(n.add(e),()=>n.delete(e)),pause(){e=!0},resume(){e=!1,t&&(t=!1,r())},emit(){e?t=!0:r()}}}function vn(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n={},r=bn(),o=new Set;function a(){r.emit()}const i=e=>r.subscribe(e);function s(e){const r=(0,vt.isObject)(e)?e.name:e;o.add(r);const a=n[r];return a?a.getSelectors():t&&t.select(r)}function l(e,t){o.clear();const n=e.call(this);return t.current=Array.from(o),n}function c(e){const r=(0,vt.isObject)(e)?e.name:e;o.add(r);const a=n[r];return a?a.getResolveSelectors():t&&t.resolveSelect(r)}function u(e){const r=(0,vt.isObject)(e)?e.name:e,o=n[r];return o?o.getActions():t&&t.dispatch(r)}function d(e){return(0,vt.mapValues)(e,((e,t)=>"function"!=typeof e?e:function(){return g[t].apply(null,arguments)}))}function p(e,t){if("function"!=typeof t.getSelectors)throw new TypeError("config.getSelectors must be a function");if("function"!=typeof t.getActions)throw new TypeError("config.getActions must be a function");if("function"!=typeof t.subscribe)throw new TypeError("config.subscribe must be a function");t.emitter=bn();const r=t.subscribe;t.subscribe=e=>{const n=t.emitter.subscribe(e),o=r((()=>{t.emitter.isPaused?t.emitter.emit():e()}));return()=>{o&&o(),n()}},n[e]=t,t.subscribe(a)}function m(e){p(e.name,e.instantiate(g))}function f(e,r){return e in n?n[e].subscribe(r):t?t.__experimentalSubscribeStore(e,r):i(r)}function h(e){r.pause(),(0,vt.forEach)(n,(e=>e.emitter.pause())),e(),r.resume(),(0,vt.forEach)(n,(e=>e.emitter.resume()))}let g={batch:h,registerGenericStore:p,stores:n,namespaces:n,subscribe:i,select:s,resolveSelect:c,dispatch:u,use:b,register:m,__experimentalMarkListeningStores:l,__experimentalSubscribeStore:f};function b(e,t){return g={...g,...e(g,t)},g}return g.registerStore=(e,t)=>{if(!t.reducer)throw new TypeError("Must specify store reducer");const n=fn(e,t).instantiate(g);return p(e,n),n.store},p(Gt,gn(g)),Object.entries(e).forEach((e=>{let[t,n]=e;return g.registerStore(t,n)})),t&&t.subscribe(a),d(g)}const yn=vn(),_n=yn.select,Mn=(yn.resolveSelect,yn.dispatch),kn=(yn.subscribe,yn.registerGenericStore,yn.registerStore),wn=yn.use,En=yn.register;var Ln=n(9588),Cn=n.n(Ln),xn=n(8975),Sn=n.n(xn);const An=Cn()(console.error);function Tn(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},Nn=["(","?"],On={")":["("],":":["?","?:"]},Dn=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var Bn={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function In(e){var t=function(e){for(var t,n,r,o,a=[],i=[];t=e.match(Dn);){for(n=t[0],(r=e.substr(0,t.index).trim())&&a.push(r);o=i.pop();){if(On[n]){if(On[n][0]===o){n=On[n][1]||n;break}}else if(Nn.indexOf(o)>=0||zn[o]1===e?0:1}},Wn=/^i18n\.(n?gettext|has_translation)(_|$)/;const Yn=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};const jn=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};const qn=function(e,t){return function(n,r,o){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;const i=e[t];if(!jn(n))return;if(!Yn(r))return;if("function"!=typeof o)return void console.error("The hook callback must be a function.");if("number"!=typeof a)return void console.error("If specified, the hook priority must be a number.");const s={callback:o,priority:a,namespace:r};if(i[n]){const e=i[n].handlers;let t;for(t=e.length;t>0&&!(a>=e[t-1].priority);t--);t===e.length?e[t]=s:e.splice(t,0,s),i.__current.forEach((e=>{e.name===n&&e.currentIndex>=t&&e.currentIndex++}))}else i[n]={handlers:[s],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,r,o,a)}};const Fn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r,o){const a=e[t];if(!jn(r))return;if(!n&&!Yn(o))return;if(!a[r])return 0;let i=0;if(n)i=a[r].handlers.length,a[r]={runs:a[r].runs,handlers:[]};else{const e=a[r].handlers;for(let t=e.length-1;t>=0;t--)e[t].namespace===o&&(e.splice(t,1),i++,a.__current.forEach((e=>{e.name===r&&e.currentIndex>=t&&e.currentIndex--})))}return"hookRemoved"!==r&&e.doAction("hookRemoved",r,o),i}};const Vn=function(e,t){return function(n,r){const o=e[t];return void 0!==r?n in o&&o[n].handlers.some((e=>e.namespace===r)):n in o}};const Xn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){const o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;const a=o[r].handlers;for(var i=arguments.length,s=new Array(i>1?i-1:0),l=1;l{const r=new Rn({}),o=new Set,a=()=>{o.forEach((e=>e()))},i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";r.data[t]={...Hn,...r.data[t],...e},r.data[t][""]={...Hn[""],...r.data[t][""]}},s=(e,t)=>{i(e,t),a()},l=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,a=arguments.length>4?arguments[4]:void 0;return r.data[e]||i(void 0,e),r.dcnpgettext(e,t,n,o,a)},c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return e},u=(e,t,r)=>{let o=l(r,t,e);return n?(o=n.applyFilters("i18n.gettext_with_context",o,e,t,r),n.applyFilters("i18n.gettext_with_context_"+c(r),o,e,t,r)):o};if(e&&s(e,t),n){const e=e=>{Wn.test(e)&&a()};n.addAction("hookAdded","core/i18n",e),n.addAction("hookRemoved","core/i18n",e)}return{getLocaleData:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return r.data[e]},setLocaleData:s,resetLocaleData:(e,t)=>{r.data={},r.pluralForms={},s(e,t)},subscribe:e=>(o.add(e),()=>o.delete(e)),__:(e,t)=>{let r=l(t,void 0,e);return n?(r=n.applyFilters("i18n.gettext",r,e,t),n.applyFilters("i18n.gettext_"+c(t),r,e,t)):r},_x:u,_n:(e,t,r,o)=>{let a=l(o,void 0,e,t,r);return n?(a=n.applyFilters("i18n.ngettext",a,e,t,r,o),n.applyFilters("i18n.ngettext_"+c(o),a,e,t,r,o)):a},_nx:(e,t,r,o,a)=>{let i=l(a,o,e,t,r);return n?(i=n.applyFilters("i18n.ngettext_with_context",i,e,t,r,o,a),n.applyFilters("i18n.ngettext_with_context_"+c(a),i,e,t,r,o,a)):i},isRTL:()=>"rtl"===u("ltr","text direction"),hasTranslation:(e,t,o)=>{var a,i;const s=t?t+""+e:e;let l=!(null===(a=r.data)||void 0===a||null===(i=a[null!=o?o:"default"])||void 0===i||!i[s]);return n&&(l=n.applyFilters("i18n.has_translation",l,e,t,o),l=n.applyFilters("i18n.has_translation_"+c(o),l,e,t,o)),l}}})(void 0,void 0,Zn),vr=(br.getLocaleData.bind(br),br.setLocaleData.bind(br),br.resetLocaleData.bind(br),br.subscribe.bind(br),br.__.bind(br)),yr=br._x.bind(br),_r=br._n.bind(br),Mr=(br._nx.bind(br),br.isRTL.bind(br)),kr=(br.hasTranslation.bind(br),[{slug:"text",title:vr("Text")},{slug:"media",title:vr("Media")},{slug:"design",title:vr("Design")},{slug:"widgets",title:vr("Widgets")},{slug:"theme",title:vr("Theme")},{slug:"embed",title:vr("Embeds")},{slug:"reusable",title:vr("Reusable blocks")}]);function wr(e){return function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"REMOVE_BLOCK_TYPES":return-1!==n.names.indexOf(t)?null:t;case e:return n.name||null}return t}}const Er=wr("SET_DEFAULT_BLOCK_NAME"),Lr=wr("SET_FREEFORM_FALLBACK_BLOCK_NAME"),Cr=wr("SET_UNREGISTERED_FALLBACK_BLOCK_NAME"),xr=wr("SET_GROUPING_BLOCK_NAME");const Sr=_t()({unprocessedBlockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_UNPROCESSED_BLOCK_TYPE":return{...e,[t.blockType.name]:t.blockType};case"REMOVE_BLOCK_TYPES":return(0,vt.omit)(e,t.names)}return e},blockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,vt.keyBy)(t.blockTypes,"name")};case"REMOVE_BLOCK_TYPES":return(0,vt.omit)(e,t.names)}return e},blockStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,vt.mapValues)((0,vt.keyBy)(t.blockTypes,"name"),(t=>(0,vt.uniqBy)([...(0,vt.get)(t,["styles"],[]).map((e=>({...e,source:"block"}))),...(0,vt.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))],(e=>e.name))))};case"ADD_BLOCK_STYLES":return{...e,[t.blockName]:(0,vt.uniqBy)([...(0,vt.get)(e,[t.blockName],[]),...t.styles],(e=>e.name))};case"REMOVE_BLOCK_STYLES":return{...e,[t.blockName]:(0,vt.filter)((0,vt.get)(e,[t.blockName],[]),(e=>-1===t.styleNames.indexOf(e.name)))}}return e},blockVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,vt.mapValues)((0,vt.keyBy)(t.blockTypes,"name"),(t=>(0,vt.uniqBy)([...(0,vt.get)(t,["variations"],[]).map((e=>({...e,source:"block"}))),...(0,vt.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))],(e=>e.name))))};case"ADD_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,vt.uniqBy)([...(0,vt.get)(e,[t.blockName],[]),...t.variations],(e=>e.name))};case"REMOVE_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,vt.filter)((0,vt.get)(e,[t.blockName],[]),(e=>-1===t.variationNames.indexOf(e.name)))}}return e},defaultBlockName:Er,freeformFallbackBlockName:Lr,unregisteredFallbackBlockName:Cr,groupingBlockName:xr,categories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:kr,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_CATEGORIES":return t.categories||[];case"UPDATE_CATEGORY":if(!t.category||(0,vt.isEmpty)(t.category))return e;if((0,vt.find)(e,["slug",t.slug]))return(0,vt.map)(e,(e=>e.slug===t.slug?{...e,...t.category}:e))}return e},collections:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_COLLECTION":return{...e,[t.namespace]:{title:t.title,icon:t.icon}};case"REMOVE_BLOCK_COLLECTION":return(0,vt.omit)(e,t.namespace)}return e}});var Ar,Tr;function zr(e){return[e]}function Nr(){var e={clear:function(){e.head=null}};return e}function Or(e,t,n){var r;if(e.length!==t.length)return!1;for(r=n;r"string"==typeof t?Rr(e,t):t;function Ir(e){return e.unprocessedBlockTypes}const Pr=Dr((e=>Object.values(e.blockTypes)),(e=>[e.blockTypes]));function Rr(e,t){return e.blockTypes[t]}function Hr(e,t){return e.blockStyles[t]}const Wr=Dr(((e,t,n)=>{const r=e.blockVariations[t];return r&&n?r.filter((e=>(e.scope||["block","inserter"]).includes(n))):r}),((e,t)=>[e.blockVariations[t]]));function Yr(e,t,n,r){const o=Wr(e,t,r);return null==o?void 0:o.find((r=>{var o;if(Array.isArray(r.isActive)){const o=Rr(e,t),a=Object.keys((null==o?void 0:o.attributes)||{}),i=r.isActive.filter((e=>a.includes(e)));return 0!==i.length&&i.every((e=>n[e]===r.attributes[e]))}return null===(o=r.isActive)||void 0===o?void 0:o.call(r,n,r.attributes)}))}function jr(e,t,n){const r=Wr(e,t,n);return(0,vt.findLast)(r,"isDefault")||(0,vt.first)(r)}function qr(e){return e.categories}function Fr(e){return e.collections}function Vr(e){return e.defaultBlockName}function Xr(e){return e.freeformFallbackBlockName}function Ur(e){return e.unregisteredFallbackBlockName}function $r(e){return e.groupingBlockName}const Gr=Dr(((e,t)=>(0,vt.map)((0,vt.filter)(e.blockTypes,(e=>(0,vt.includes)(e.parent,t))),(e=>{let{name:t}=e;return t}))),(e=>[e.blockTypes])),Kr=(e,t,n,r)=>{const o=Br(e,t);return null!=o&&o.supports?(0,vt.get)(o.supports,n,r):r};function Jr(e,t,n,r){return!!Kr(e,t,n,r)}function Zr(e,t,n){const r=Br(e,t),o=(0,vt.flow)([vt.deburr,e=>e.toLowerCase(),e=>e.trim()]),a=o(n),i=(0,vt.flow)([o,e=>(0,vt.includes)(e,a)]);return i(r.title)||(0,vt.some)(r.keywords,i)||i(r.category)}const Qr=(e,t)=>Gr(e,t).length>0,eo=(e,t)=>(0,vt.some)(Gr(e,t),(t=>Jr(e,t,"inserter",!0))),to="core/blocks";var no={grad:.9,turn:360,rad:360/(2*Math.PI)},ro=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},oo=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},ao=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},io=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},so=function(e){return{r:ao(e.r,0,255),g:ao(e.g,0,255),b:ao(e.b,0,255),a:ao(e.a)}},lo=function(e){return{r:oo(e.r),g:oo(e.g),b:oo(e.b),a:oo(e.a,3)}},co=/^#([0-9a-f]{3,8})$/i,uo=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},po=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),s=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:60*(s<0?s+6:s),s:a?i/a*100:0,v:a/255*100,a:o}},mo=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),s=r*(1-(t-a)*n),l=r*(1-(1-t+a)*n),c=a%6;return{r:255*[r,s,i,i,l,r][c],g:255*[l,r,r,s,i,i][c],b:255*[i,i,l,r,r,s][c],a:o}},fo=function(e){return{h:io(e.h),s:ao(e.s,0,100),l:ao(e.l,0,100),a:ao(e.a)}},ho=function(e){return{h:oo(e.h),s:oo(e.s),l:oo(e.l),a:oo(e.a,3)}},go=function(e){return mo((n=(t=e).s,{h:t.h,s:(n*=((r=t.l)<50?r:100-r)/100)>0?2*n/(r+n)*100:0,v:r+n,a:t.a}));var t,n,r},bo=function(e){return{h:(t=po(e)).h,s:(o=(200-(n=t.s))*(r=t.v)/100)>0&&o<200?n*r/100/(o<=100?o:200-o)*100:0,l:o/2,a:t.a};var t,n,r,o},vo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,yo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,_o=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Mo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,ko={string:[[function(e){var t=co.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?oo(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?oo(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=_o.exec(e)||Mo.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:so({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=vo.exec(e)||yo.exec(e);if(!t)return null;var n,r,o=fo({h:(n=t[1],r=t[2],void 0===r&&(r="deg"),Number(n)*(no[r]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return go(o)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=void 0===o?1:o;return ro(t)&&ro(n)&&ro(r)?so({r:Number(t),g:Number(n),b:Number(r),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,n=e.s,r=e.l,o=e.a,a=void 0===o?1:o;if(!ro(t)||!ro(n)||!ro(r))return null;var i=fo({h:Number(t),s:Number(n),l:Number(r),a:Number(a)});return go(i)},"hsl"],[function(e){var t=e.h,n=e.s,r=e.v,o=e.a,a=void 0===o?1:o;if(!ro(t)||!ro(n)||!ro(r))return null;var i=function(e){return{h:io(e.h),s:ao(e.s,0,100),v:ao(e.v,0,100),a:ao(e.a)}}({h:Number(t),s:Number(n),v:Number(r),a:Number(a)});return mo(i)},"hsv"]]},wo=function(e,t){for(var n=0;n=.5},e.prototype.toHex=function(){return t=(e=lo(this.rgba)).r,n=e.g,r=e.b,a=(o=e.a)<1?uo(oo(255*o)):"","#"+uo(t)+uo(n)+uo(r)+a;var e,t,n,r,o,a},e.prototype.toRgb=function(){return lo(this.rgba)},e.prototype.toRgbString=function(){return t=(e=lo(this.rgba)).r,n=e.g,r=e.b,(o=e.a)<1?"rgba("+t+", "+n+", "+r+", "+o+")":"rgb("+t+", "+n+", "+r+")";var e,t,n,r,o},e.prototype.toHsl=function(){return ho(bo(this.rgba))},e.prototype.toHslString=function(){return t=(e=ho(bo(this.rgba))).h,n=e.s,r=e.l,(o=e.a)<1?"hsla("+t+", "+n+"%, "+r+"%, "+o+")":"hsl("+t+", "+n+"%, "+r+"%)";var e,t,n,r,o},e.prototype.toHsv=function(){return e=po(this.rgba),{h:oo(e.h),s:oo(e.s),v:oo(e.v),a:oo(e.a,3)};var e},e.prototype.invert=function(){return Ao({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),Ao(Lo(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),Ao(Lo(this.rgba,-e))},e.prototype.grayscale=function(){return Ao(Lo(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),Ao(xo(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),Ao(xo(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?Ao({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):oo(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=bo(this.rgba);return"number"==typeof e?Ao({h:e,s:t.s,l:t.l,a:t.a}):oo(t.h)},e.prototype.isEqual=function(e){return this.toHex()===Ao(e).toHex()},e}(),Ao=function(e){return e instanceof So?e:new So(e)},To=[],zo=function(e){e.forEach((function(e){To.indexOf(e)<0&&(e(So,ko),To.push(e))}))};function No(e,t){var n={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},r={};for(var o in n)r[n[o]]=o;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var o,i,s=r[this.toHex()];if(s)return s;if(null==t?void 0:t.closest){var l=this.toRgb(),c=1/0,u="black";if(!a.length)for(var d in n)a[d]=new e(n[d]).toRgb();for(var p in n){var m=(o=l,i=a[p],Math.pow(o.r-i.r,2)+Math.pow(o.g-i.g,2)+Math.pow(o.b-i.b,2));m(l=Do(i))?(s+.05)/(l+.05):(l+.05)/(s+.05),void 0===(r=2)&&(r=0),void 0===o&&(o=Math.pow(10,r)),Math.floor(o*n)/o+0},e.prototype.isReadable=function(e,t){return void 0===e&&(e="#FFF"),void 0===t&&(t={}),this.contrast(e)>=(i=void 0===(a=(n=t).size)?"normal":a,"AAA"===(o=void 0===(r=n.level)?"AA":r)&&"normal"===i?7:"AA"===o&&"large"===i?3:4.5);var n,r,o,a,i}}function Io(e,t){0}function Po(e){Io(e.parentNode),e.parentNode.removeChild(e)}function Ro(e){const{body:t}=document.implementation.createHTMLDocument("");t.innerHTML=e;const n=t.getElementsByTagName("*");let r=n.length;for(;r--;){const e=n[r];if("SCRIPT"===e.tagName)Po(e);else{let t=e.attributes.length;for(;t--;){const{name:n}=e.attributes[t];n.startsWith("on")&&e.removeAttribute(n)}}}return t.innerHTML}function Ho(e){e=Ro(e);const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.textContent||""}const Wo="block-default",Yo=["attributes","supports","save","migrate","isEligible","apiVersion"],jo={"--wp--style--color--link":{value:["color","link"],support:["color","link"]},background:{value:["color","gradient"],support:["color","gradients"]},backgroundColor:{value:["color","background"],support:["color","background"],requiresOptOut:!0},borderColor:{value:["border","color"],support:["__experimentalBorder","color"]},borderRadius:{value:["border","radius"],support:["__experimentalBorder","radius"],properties:{borderTopLeftRadius:"topLeft",borderTopRightRadius:"topRight",borderBottomLeftRadius:"bottomLeft",borderBottomRightRadius:"bottomRight"}},borderStyle:{value:["border","style"],support:["__experimentalBorder","style"]},borderWidth:{value:["border","width"],support:["__experimentalBorder","width"]},color:{value:["color","text"],support:["color","text"],requiresOptOut:!0},linkColor:{value:["elements","link","color","text"],support:["color","link"]},fontFamily:{value:["typography","fontFamily"],support:["typography","__experimentalFontFamily"]},fontSize:{value:["typography","fontSize"],support:["typography","fontSize"]},fontStyle:{value:["typography","fontStyle"],support:["typography","__experimentalFontStyle"]},fontWeight:{value:["typography","fontWeight"],support:["typography","__experimentalFontWeight"]},lineHeight:{value:["typography","lineHeight"],support:["typography","lineHeight"]},margin:{value:["spacing","margin"],support:["spacing","margin"],properties:{marginTop:"top",marginRight:"right",marginBottom:"bottom",marginLeft:"left"}},padding:{value:["spacing","padding"],support:["spacing","padding"],properties:{paddingTop:"top",paddingRight:"right",paddingBottom:"bottom",paddingLeft:"left"}},textDecoration:{value:["typography","textDecoration"],support:["typography","__experimentalTextDecoration"]},textTransform:{value:["typography","textTransform"],support:["typography","__experimentalTextTransform"]},letterSpacing:{value:["typography","letterSpacing"],support:["typography","__experimentalLetterSpacing"]},"--wp--style--block-gap":{value:["spacing","blockGap"],support:["spacing","blockGap"]}},qo={link:"a",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6"},Fo={"color.duotone":!0,"color.gradients":!0,"color.palette":!0,"typography.fontFamilies":!0,"typography.fontSizes":!0},Vo={title:"block title",description:"block description",keywords:["block keyword"],styles:[{label:"block style label"}],variations:[{title:"block variation title",description:"block variation description",keywords:["block variation keyword"]}]},Xo={};function Uo(e){let{textdomain:t,...n}=e;const r=(0,vt.pick)(n,["apiVersion","title","category","parent","icon","description","keywords","attributes","providesContext","usesContext","supports","styles","example","variations"]);return t&&Object.keys(Vo).forEach((e=>{r[e]&&(r[e]=Go(Vo[e],r[e],t))})),r}function $o(e,t){const n=(0,vt.isObject)(e)?e.name:e;if("string"!=typeof n)return void console.error("Block names must be strings.");if(!/^[a-z][a-z0-9-]*\/[a-z][a-z0-9-]*$/.test(n))return void console.error("Block names must contain a namespace prefix, include only lowercase alphanumeric characters or dashes, and start with a letter. Example: my-plugin/my-custom-block");if(_n(ni).getBlockType(n))return void console.error('Block "'+n+'" is already registered.');(0,vt.isObject)(e)&&function(e){for(const t of Object.keys(e))Xo[t]?void 0===Xo[t].apiVersion&&e[t].apiVersion&&(Xo[t].apiVersion=e[t].apiVersion):Xo[t]=(0,vt.mapKeys)((0,vt.pickBy)(e[t],(e=>!(0,vt.isNil)(e))),((e,t)=>(0,vt.camelCase)(t)))}({[n]:Uo(e)});const r={name:n,icon:Wo,keywords:[],attributes:{},providesContext:{},usesContext:[],supports:{},styles:[],variations:[],save:()=>null,...null==Xo?void 0:Xo[n],...t};return Mn(ni).__experimentalRegisterBlockType(r),_n(ni).getBlockType(n)}function Go(e,t,n){return(0,vt.isString)(e)&&(0,vt.isString)(t)?yr(t,e,n):(0,vt.isArray)(e)&&!(0,vt.isEmpty)(e)&&(0,vt.isArray)(t)?t.map((t=>Go(e[0],t,n))):(0,vt.isObject)(e)&&!(0,vt.isEmpty)(e)&&(0,vt.isObject)(t)?Object.keys(t).reduce(((r,o)=>e[o]?(r[o]=Go(e[o],t[o],n),r):(r[o]=t[o],r)),{}):t}function Ko(e){Mn(ni).setFreeformFallbackBlockName(e)}function Jo(){return _n(ni).getFreeformFallbackBlockName()}function Zo(e){Mn(ni).setUnregisteredFallbackBlockName(e)}function Qo(){return _n(ni).getUnregisteredFallbackBlockName()}function ea(e){Mn(ni).setDefaultBlockName(e)}function ta(e){Mn(ni).setGroupingBlockName(e)}function na(){return _n(ni).getDefaultBlockName()}function ra(e){var t;return null===(t=_n(ni))||void 0===t?void 0:t.getBlockType(e)}function oa(){return _n(ni).getBlockTypes()}function aa(e,t,n){return _n(ni).getBlockSupport(e,t,n)}function ia(e,t,n){return _n(ni).hasBlockSupport(e,t,n)}function sa(e){return"core/block"===(null==e?void 0:e.name)}const la=(e,t)=>_n(ni).getBlockVariations(e,t);var ca,ua=new Uint8Array(16);function da(){if(!ca&&!(ca="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ca(ua)}const pa=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const ma=function(e){return"string"==typeof e&&pa.test(e)};for(var fa=[],ha=0;ha<256;++ha)fa.push((ha+256).toString(16).substr(1));const ga=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(fa[e[t+0]]+fa[e[t+1]]+fa[e[t+2]]+fa[e[t+3]]+"-"+fa[e[t+4]]+fa[e[t+5]]+"-"+fa[e[t+6]]+fa[e[t+7]]+"-"+fa[e[t+8]]+fa[e[t+9]]+"-"+fa[e[t+10]]+fa[e[t+11]]+fa[e[t+12]]+fa[e[t+13]]+fa[e[t+14]]+fa[e[t+15]]).toLowerCase();if(!ma(n))throw TypeError("Stringified UUID is invalid");return n};const ba=function(e,t,n){var r=(e=e||{}).random||(e.rng||da)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return ga(r)};function va(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const r=Ba(e,t),o=ba();return{clientId:o,name:e,isValid:!0,attributes:r,innerBlocks:n}}function ya(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>{const t=Array.isArray(e)?e:[e.name,e.attributes,e.innerBlocks],[n,r,o=[]]=t;return va(n,r,ya(o))}))}function _a(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=ba(),o=Ba(e.name,{...e.attributes,...t});return{...e,clientId:r,attributes:o,innerBlocks:n||e.innerBlocks.map((e=>_a(e)))}}function Ma(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=ba();return{...e,clientId:r,attributes:{...e.attributes,...t},innerBlocks:n||e.innerBlocks.map((e=>Ma(e)))}}const ka=(e,t,n)=>{if((0,vt.isEmpty)(n))return!1;const r=n.length>1,o=(0,vt.first)(n).name;if(!(wa(e)||!r||e.isMultiBlock))return!1;if(!wa(e)&&!(0,vt.every)(n,{name:o}))return!1;if(!("block"===e.type))return!1;const a=(0,vt.first)(n);if(!("from"!==t||-1!==e.blocks.indexOf(a.name)||wa(e)))return!1;if(!r&&Ea(a.name)&&Ea(e.blockName))return!1;if((0,vt.isFunction)(e.isMatch)){const t=e.isMultiBlock?n.map((e=>e.attributes)):a.attributes,r=e.isMultiBlock?n:a;if(!e.isMatch(t,r))return!1}return!(e.usingMobileTransformations&&wa(e)&&!Ea(a.name))},wa=e=>e&&"block"===e.type&&Array.isArray(e.blocks)&&e.blocks.includes("*"),Ea=e=>e===_n(ni).getGroupingBlockName();function La(e){if((0,vt.isEmpty)(e))return[];const t=(e=>{if((0,vt.isEmpty)(e))return[];const t=oa();return(0,vt.filter)(t,(t=>!!Ca(xa("from",t.name),(t=>ka(t,"from",e)))))})(e),n=(e=>{if((0,vt.isEmpty)(e))return[];const t=ra((0,vt.first)(e).name),n=t?xa("to",t.name):[],r=(0,vt.filter)(n,(t=>t&&ka(t,"to",e)));return(0,vt.flatMap)(r,(e=>e.blocks)).map((e=>ra(e)))})(e);return(0,vt.uniq)([...t,...n])}function Ca(e,t){const n=Jn();for(let r=0;re||o),o.priority)}return n.applyFilters("transform",null)}function xa(e,t){if(void 0===t)return(0,vt.flatMap)(oa(),(t=>{let{name:n}=t;return xa(e,n)}));const n=Oa(t),{name:r,transforms:o}=n||{};if(!o||!Array.isArray(o[e]))return[];const a=o.supportedMobileTransforms&&Array.isArray(o.supportedMobileTransforms),i=a?(0,vt.filter)(o[e],(e=>"raw"===e.type||!(!e.blocks||!e.blocks.length)&&(!!wa(e)||(0,vt.every)(e.blocks,(e=>o.supportedMobileTransforms.includes(e)))))):o[e];return i.map((e=>({...e,blockName:r,usingMobileTransformations:a})))}function Sa(e,t){const n=(0,vt.castArray)(e),r=n.length>1,o=n[0],a=o.name,i=xa("from",t),s=Ca(xa("to",a),(e=>"block"===e.type&&(wa(e)||-1!==e.blocks.indexOf(t))&&(!r||e.isMultiBlock)))||Ca(i,(e=>"block"===e.type&&(wa(e)||-1!==e.blocks.indexOf(a))&&(!r||e.isMultiBlock)));if(!s)return null;let l;if(l=s.isMultiBlock?(0,vt.has)(s,"__experimentalConvert")?s.__experimentalConvert(n):s.transform(n.map((e=>e.attributes)),n.map((e=>e.innerBlocks))):(0,vt.has)(s,"__experimentalConvert")?s.__experimentalConvert(o):s.transform(o.attributes,o.innerBlocks),!(0,vt.isObjectLike)(l))return null;if(l=(0,vt.castArray)(l),l.some((e=>!ra(e.name))))return null;if(!(0,vt.some)(l,(e=>e.name===t)))return null;return l.map((t=>lr("blocks.switchToBlockType.transformedBlock",t,e)))}const Aa=(e,t)=>va(e,t.attributes,(0,vt.map)(t.innerBlocks,(e=>Aa(e.name,e))));zo([No,Bo]);const Ta=["#191e23","#f8f9f9"];function za(e){const t=na();if(e.name!==t)return!1;za.block&&za.block.name===t||(za.block=va(t));const n=za.block,r=ra(t);return(0,vt.every)(null==r?void 0:r.attributes,((t,r)=>n.attributes[r]===e.attributes[r]))}function Na(e){return!!e&&((0,vt.isString)(e)||(0,ft.isValidElement)(e)||(0,vt.isFunction)(e)||e instanceof ft.Component)}function Oa(e){return(0,vt.isString)(e)?ra(e):e}function Da(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"visual";const{__experimentalLabel:r,title:o}=e,a=r&&r(t,{context:n});return a?Ho(a):o}function Ba(e,t){const n=ra(e);if(void 0===n)throw new Error(`Block type '${e}' is not registered.`);return(0,vt.reduce)(n.attributes,((e,n,r)=>{const o=t[r];return void 0!==o?e[r]=o:n.hasOwnProperty("default")&&(e[r]=n.default),-1!==["node","children"].indexOf(n.source)&&("string"==typeof e[r]?e[r]=[e[r]]:Array.isArray(e[r])||(e[r]=[])),e}),{})}const{error:Ia,warn:Pa}=window.console,Ra={common:"text",formatting:"text",layout:"design"};function Ha(e){const{name:t}=e,n=lr("blocks.registerBlockType",{...e},t);if(n.deprecated&&(n.deprecated=n.deprecated.map((n=>(0,vt.pick)(lr("blocks.registerBlockType",{...(0,vt.omit)(e,Yo),...n},t),Yo)))),(0,vt.isPlainObject)(n))if((0,vt.isFunction)(n.save))if(!("edit"in n)||(0,vt.isFunction)(n.edit))if(Ra.hasOwnProperty(n.category)&&(n.category=Ra[n.category]),"category"in n&&!(0,vt.some)(_n(to).getCategories(),{slug:n.category})&&(Pa('The block "'+t+'" is registered with an invalid category "'+n.category+'".'),delete n.category),"title"in n&&""!==n.title)if("string"==typeof n.title){if(n.icon=function(e){if(Na(e=e||Wo))return{src:e};if((0,vt.has)(e,["background"])){const t=Ao(e.background);return{...e,foreground:e.foreground?e.foreground:(0,vt.maxBy)(Ta,(e=>t.contrast(e))),shadowColor:t.alpha(.3).toRgbString()}}return e}(n.icon),Na(n.icon.src))return n;Ia("The icon passed is invalid. The icon should be a string, an element, a function, or an object following the specifications documented in https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#icon-optional")}else Ia("Block titles must be strings.");else Ia('The block "'+t+'" must have a title.');else Ia('The "edit" property must be a valid function.');else Ia('The "save" property must be a valid function.');else Ia("Block settings must be a valid object.")}function Wa(e){return{type:"ADD_BLOCK_TYPES",blockTypes:(0,vt.castArray)(e)}}function*Ya(e){yield{type:"ADD_UNPROCESSED_BLOCK_TYPE",blockType:e};const t=Ha(e);t&&(yield Wa(t))}function*ja(){const e=_n(to).__experimentalGetUnprocessedBlockTypes(),t=Object.keys(e).reduce(((t,n)=>{const r=Ha(e[n]);return r&&t.push(r),t}),[]);t.length&&(yield Wa(t))}function qa(e){return{type:"REMOVE_BLOCK_TYPES",names:(0,vt.castArray)(e)}}function Fa(e,t){return{type:"ADD_BLOCK_STYLES",styles:(0,vt.castArray)(t),blockName:e}}function Va(e,t){return{type:"REMOVE_BLOCK_STYLES",styleNames:(0,vt.castArray)(t),blockName:e}}function Xa(e,t){return{type:"ADD_BLOCK_VARIATIONS",variations:(0,vt.castArray)(t),blockName:e}}function Ua(e,t){return{type:"REMOVE_BLOCK_VARIATIONS",variationNames:(0,vt.castArray)(t),blockName:e}}function $a(e){return{type:"SET_DEFAULT_BLOCK_NAME",name:e}}function Ga(e){return{type:"SET_FREEFORM_FALLBACK_BLOCK_NAME",name:e}}function Ka(e){return{type:"SET_UNREGISTERED_FALLBACK_BLOCK_NAME",name:e}}function Ja(e){return{type:"SET_GROUPING_BLOCK_NAME",name:e}}function Za(e){return{type:"SET_CATEGORIES",categories:e}}function Qa(e,t){return{type:"UPDATE_CATEGORY",slug:e,category:t}}function ei(e,t,n){return{type:"ADD_BLOCK_COLLECTION",namespace:e,title:t,icon:n}}function ti(e){return{type:"REMOVE_BLOCK_COLLECTION",namespace:e}}const ni=fn(to,{reducer:Sr,selectors:r,actions:o});let ri,oi,ai,ii;En(ni);const si=/)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g;function li(e,t,n,r,o){return{blockName:e,attrs:t,innerBlocks:n,innerHTML:r,innerContent:o}}function ci(e){return li(null,{},[],e,[e])}function ui(){const e=function(){const e=si.exec(ri);if(null===e)return["no-more-tokens"];const t=e.index,[n,r,o,a,i,,s]=e,l=n.length,c=!!r,u=!!s,d=(o||"core/")+a,p=!!i,m=p?function(e){try{return JSON.parse(e)}catch(e){return null}}(i):{};if(u)return["void-block",d,m,t,l];if(c)return["block-closer",d,null,t,l];return["block-opener",d,m,t,l]}(),[t,n,r,o,a]=e,i=ii.length,s=o>oi?oi:null;switch(t){case"no-more-tokens":if(0===i)return di(),!1;if(1===i)return mi(),!1;for(;0)[^\\-]*)*(?:--\x3e)?|!\\[CDATA\\[[^\\]]*(?:](?!]>)[^\\]]*)*?(?:]]>)?)|[^>]*>?))");function hi(e,t){const n=function(e){const t=[];let n,r=e;for(;n=r.match(fi);){const e=n.index;t.push(r.slice(0,e)),t.push(n[0]),r=r.slice(e+n[0].length)}return r.length&&t.push(r),t}(e);let r=!1;const o=Object.keys(t);for(let e=1;e1&&void 0!==arguments[1])||arguments[1];const n=[];if(""===e.trim())return"";if(-1!==(e+="\n").indexOf(""),r=t.pop();e="";for(let r=0;r";n.push([i,o.substr(a)+""]),e+=o.substr(0,a)+i}e+=r}const r="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";-1!==(e=hi(e=(e=(e=(e=e.replace(/\s*/g,"\n\n")).replace(new RegExp("(<"+r+"[\\s/>])","g"),"\n\n$1")).replace(new RegExp("()","g"),"$1\n\n")).replace(/\r\n|\r/g,"\n"),{"\n":" \x3c!-- wpnl --\x3e "})).indexOf("\s*/g,"")),-1!==e.indexOf("")&&(e=(e=(e=e.replace(/(]*>)\s*/g,"$1")).replace(/\s*<\/object>/g,"")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/g,"$1")),-1===e.indexOf("\]]*[>\]])\s*/g,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/g,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/g,"$1")),-1!==e.indexOf("]*>)/,"$1")).replace(/<\/figcaption>\s*/,""));const o=(e=e.replace(/\n\n+/g,"\n\n")).split(/\n\s*\n/).filter(Boolean);return e="",o.forEach((t=>{e+="

"+t.replace(/^\n*|\n*$/g,"")+"

\n"})),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/

\s*<\/p>/g,"")).replace(/

([^<]+)<\/(div|address|form)>/g,"

$1

")).replace(new RegExp("

\\s*(]*>)\\s*

","g"),"$1")).replace(/

(/g,"$1")).replace(/

]*)>/gi,"

")).replace(/<\/blockquote><\/p>/g,"

")).replace(new RegExp("

\\s*(]*>)","g"),"$1")).replace(new RegExp("(]*>)\\s*

","g"),"$1"),t&&(e=e.replace(/<(script|style).*?<\/\\1>/g,(e=>e[0].replace(/\n/g,""))),e=(e=e.replace(/
|/g,"
")).replace(/(
)?\s*\n/g,((e,t)=>t?e:"
\n")),e=e.replace(//g,"\n")),e=(e=(e=e.replace(new RegExp("(]*>)\\s*
","g"),"$1")).replace(/
(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/g,"$1")).replace(/\n<\/p>$/g,"

"),n.forEach((t=>{const[n,r]=t;e=e.replace(n,r)})),-1!==e.indexOf("\x3c!-- wpnl --\x3e")&&(e=e.replace(/\s?\s?/g,"\n")),e}function bi(e){const t="blockquote|ul|ol|li|dl|dt|dd|table|thead|tbody|tfoot|tr|th|td|h[1-6]|fieldset|figure",n=t+"|div|p",r=t+"|pre",o=[];let a=!1,i=!1;return e?(-1===e.indexOf("]*>[\s\S]*?<\/\1>/g,(e=>(o.push(e),"")))),-1!==e.indexOf("]*>[\s\S]+?<\/pre>/g,(e=>(e=(e=e.replace(/
(\r\n|\n)?/g,"")).replace(/<\/?p( [^>]*)?>(\r\n|\n)?/g,"")).replace(/\r?\n/g,"")))),-1!==e.indexOf("[caption")&&(i=!0,e=e.replace(/\[caption[\s\S]+?\[\/caption\]/g,(e=>e.replace(/]*)>/g,"").replace(/[\r\n\t]+/,"")))),e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp("\\s*\\s*","g"),"\n")).replace(new RegExp("\\s*<((?:"+n+")(?: [^>]*)?)>","g"),"\n<$1>")).replace(/(

]+>[\s\S]*?)<\/p>/g,"$1")).replace(/]*)?>\s*

/gi,"\n\n")).replace(/\s*

/gi,"")).replace(/\s*<\/p>\s*/gi,"\n\n")).replace(/\n[\s\u00a0]+\n/g,"\n\n")).replace(/(\s*)
\s*/gi,((e,t)=>t&&-1!==t.indexOf("\n")?"\n\n":"\n")),-1!==(e=(e=(e=(e=(e=(e=(e=e.replace(/\s*

\s*/g,"
\n")).replace(/\s*\[caption([^\[]+)\[\/caption\]\s*/gi,"\n\n[caption$1[/caption]\n\n")).replace(/caption\]\n\n+\[caption/g,"caption]\n\n[caption")).replace(new RegExp("\\s*<((?:"+r+")(?: [^>]*)?)\\s*>","g"),"\n<$1>")).replace(new RegExp("\\s*\\s*","g"),"\n")).replace(/<((li|dt|dd)[^>]*)>/g," \t<$1>")).indexOf("/g,"\n")),-1!==e.indexOf("]*)?>\s*/g,"\n\n\n\n")),-1!==e.indexOf("/g,(e=>e.replace(/[\r\n]+/g,"")))),e=(e=(e=(e=e.replace(/<\/p#>/g,"

\n")).replace(/\s*(

]+>[\s\S]*?<\/p>)/g,"\n$1")).replace(/^\s+/,"")).replace(/[\s\u00a0]+$/,""),a&&(e=e.replace(//g,"\n")),i&&(e=e.replace(/]*)>/g,"")),o.length&&(e=e.replace(//g,(()=>o.shift()))),e):""}function vi(e){let{children:t,...n}=e,r="";return ft.Children.toArray(t).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(r+=e)})),(0,ft.createElement)("div",{dangerouslySetInnerHTML:{__html:r},...n})}const yi=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function _i(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function Mi(e){return e.replace(//g,">")}(function(e){return e.replace(/"/g,""")}(_i(e)))}function wi(e){return Mi(_i(e))}function Ei(e){return Mi(e.replace(/&/g,"&"))}function Li(e){return!yi.test(e)}const{Provider:Ci,Consumer:xi}=(0,ft.createContext)(void 0),Si=(0,ft.forwardRef)((()=>null)),Ai=new Set(["string","boolean","number"]),Ti=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),zi=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),Ni=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),Oi=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function Di(e,t){return t.some((t=>0===e.indexOf(t)))}function Bi(e){return"key"===e||"children"===e}function Ii(e,t){return"style"===e?function(e){if(!(0,vt.isPlainObject)(e))return e;let t;for(const n in e){const r=e[n];if(null==r)continue;t?t+=";":t="";t+=Ri(n)+":"+Hi(n,r)}return t}(t):t}function Pi(e){switch(e){case"htmlFor":return"for";case"className":return"class"}return e.toLowerCase()}function Ri(e){return(0,vt.startsWith)(e,"--")?e:Di(e,["ms","O","Moz","Webkit"])?"-"+(0,vt.kebabCase)(e):(0,vt.kebabCase)(e)}function Hi(e,t){return"number"!=typeof t||0===t||Oi.has(e)?t:t+"px"}function Wi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return qi(e,t,n);switch(typeof e){case"string":return wi(e);case"number":return e.toString()}const{type:r,props:o}=e;switch(r){case ft.StrictMode:case ft.Fragment:return qi(o.children,t,n);case vi:const{children:e,...r}=o;return Yi((0,vt.isEmpty)(r)?null:"div",{...r,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof r){case"string":return Yi(r,o,t,n);case"function":return r.prototype&&"function"==typeof r.prototype.render?ji(r,o,t,n):Wi(r(o,n),t,n)}switch(r&&r.$$typeof){case Ci.$$typeof:return qi(o.children,o.value,n);case xi.$$typeof:return Wi(o.children(t||r._currentValue),t,n);case Si.$$typeof:return Wi(r.render(o),t,n)}return""}function Yi(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o="";if("textarea"===e&&t.hasOwnProperty("value")?(o=qi(t.value,n,r),t=(0,vt.omit)(t,"value")):t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?o=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(o=qi(t.children,n,r)),!e)return o;const a=Fi(t);return Ti.has(e)?"<"+e+a+"/>":"<"+e+a+">"+o+""}function ji(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const o=new e(t,r);"function"==typeof o.getChildContext&&Object.assign(r,o.getChildContext());const a=Wi(o.render(),n,r);return a}function qi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";e=(0,vt.castArray)(e);for(let o=0;o2&&void 0!==arguments[2]?arguments[2]:[];const r=Oa(e);let{save:o}=r;if(o.prototype instanceof ft.Component){const e=new o({attributes:t});o=e.render.bind(e)}Gi.blockType=r,Gi.attributes=t,Ki.innerBlocks=n;let a=o({attributes:t,innerBlocks:n});if((0,vt.isObject)(a)&&or("blocks.getSaveContent.extraProps")&&!(r.apiVersion>1)){const e=lr("blocks.getSaveContent.extraProps",{...a.props},r,t);Xi(e,a.props)||(a=(0,ft.cloneElement)(a,e))}return lr("blocks.getSaveElement",a,r,t)}(r,t,n))}function Zi(e,t){return(0,vt.reduce)(e.attributes,((e,n,r)=>{const o=t[r];return void 0===o||void 0!==n.source||"default"in n&&n.default===o||(e[r]=o),e}),{})}function Qi(e){let t=e.originalContent;if(e.isValid||e.innerBlocks.length)try{t=Ji(e.name,e.attributes,e.innerBlocks)}catch(e){}return t}function es(e,t,n){const r=(0,vt.isEmpty)(t)?"":function(e){return JSON.stringify(e).replace(/--/g,"\\u002d\\u002d").replace(//g,"\\u003e").replace(/&/g,"\\u0026").replace(/\\"/g,"\\u0022")}(t)+" ",o=(0,vt.startsWith)(e,"core/")?e.slice(5):e;return n?`\x3c!-- wp:${o} ${r}--\x3e\n`+n+`\n\x3c!-- /wp:${o} --\x3e`:`\x3c!-- wp:${o} ${r}/--\x3e`}function ts(e){1===e.length&&za(e[0])&&(e=[]);let t=ns(e);return 1===e.length&&e[0].name===Jo()&&(t=bi(t)),t}function ns(e,t){return(0,vt.castArray)(e).map((e=>function(e){let{isInnerBlocks:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.name,r=Qi(e);if(n===Qo()||!t&&n===Jo())return r;const o=Zi(ra(n),e.attributes);return es(n,o,r)}(e,t))).join("\n\n")}var rs=/^#[xX]([A-Fa-f0-9]+)$/,os=/^#([0-9]+)$/,as=/^([A-Za-z0-9]+)$/,is=(function(){function e(e){this.named=e}e.prototype.parse=function(e){if(e){var t=e.match(rs);return t?String.fromCharCode(parseInt(t[1],16)):(t=e.match(os))?String.fromCharCode(parseInt(t[1],10)):(t=e.match(as))?this.named[t[1]]:void 0}}}(),/[\t\n\f ]/),ss=/[A-Za-z]/,ls=/\r\n?/g;function cs(e){return is.test(e)}function us(e){return ss.test(e)}var ds=function(){function e(e,t,n){void 0===n&&(n="precompile"),this.delegate=e,this.entityParser=t,this.mode=n,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var e=this.peek();if("<"!==e||this.isIgnoredEndTag()){if("precompile"===this.mode&&"\n"===e){var t=this.tagNameBuffer.toLowerCase();"pre"!==t&&"textarea"!==t||this.consume()}this.transitionTo("data"),this.delegate.beginData()}else this.transitionTo("tagOpen"),this.markTagStart(),this.consume()},data:function(){var e=this.peek(),t=this.tagNameBuffer;"<"!==e||this.isIgnoredEndTag()?"&"===e&&"script"!==t&&"style"!==t?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(e)):(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume())},tagOpen:function(){var e=this.consume();"!"===e?this.transitionTo("markupDeclarationOpen"):"/"===e?this.transitionTo("endTagOpen"):("@"===e||":"===e||us(e))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(e))},markupDeclarationOpen:function(){var e=this.consume();"-"===e&&"-"===this.peek()?(this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment()):"DOCTYPE"===e.toUpperCase()+this.input.substring(this.index,this.index+6).toUpperCase()&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.transitionTo("doctype"),this.delegate.beginDoctype&&this.delegate.beginDoctype())},doctype:function(){cs(this.consume())&&this.transitionTo("beforeDoctypeName")},beforeDoctypeName:function(){var e=this.consume();cs(e)||(this.transitionTo("doctypeName"),this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase()))},doctypeName:function(){var e=this.consume();cs(e)?this.transitionTo("afterDoctypeName"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase())},afterDoctypeName:function(){var e=this.consume();if(!cs(e))if(">"===e)this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData");else{var t=e.toUpperCase()+this.input.substring(this.index,this.index+5).toUpperCase(),n="PUBLIC"===t.toUpperCase(),r="SYSTEM"===t.toUpperCase();(n||r)&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume()),n?this.transitionTo("afterDoctypePublicKeyword"):r&&this.transitionTo("afterDoctypeSystemKeyword")}},afterDoctypePublicKeyword:function(){var e=this.peek();cs(e)?(this.transitionTo("beforeDoctypePublicIdentifier"),this.consume()):'"'===e?(this.transitionTo("doctypePublicIdentifierDoubleQuoted"),this.consume()):"'"===e?(this.transitionTo("doctypePublicIdentifierSingleQuoted"),this.consume()):">"===e&&(this.consume(),this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},doctypePublicIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},doctypePublicIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},afterDoctypePublicIdentifier:function(){var e=this.consume();cs(e)?this.transitionTo("betweenDoctypePublicAndSystemIdentifiers"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted")},betweenDoctypePublicAndSystemIdentifiers:function(){var e=this.consume();cs(e)||(">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted"))},doctypeSystemIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},doctypeSystemIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},afterDoctypeSystemIdentifier:function(){var e=this.consume();cs(e)||">"===e&&(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},commentStart:function(){var e=this.consume();"-"===e?this.transitionTo("commentStartDash"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(e),this.transitionTo("comment"))},commentStartDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var e=this.consume();"-"===e?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(e)},commentEndDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+e),this.transitionTo("comment"))},commentEnd:function(){var e=this.consume();">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+e),this.transitionTo("comment"))},tagName:function(){var e=this.consume();cs(e)?this.transitionTo("beforeAttributeName"):"/"===e?this.transitionTo("selfClosingStartTag"):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(e)},endTagName:function(){var e=this.consume();cs(e)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):"/"===e?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(e)},beforeAttributeName:function(){var e=this.peek();cs(e)?this.consume():"/"===e?(this.transitionTo("selfClosingStartTag"),this.consume()):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):"="===e?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var e=this.peek();cs(e)?(this.transitionTo("afterAttributeName"),this.consume()):"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.transitionTo("beforeAttributeValue"),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):'"'===e||"'"===e||"<"===e?(this.delegate.reportSyntaxError(e+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(e)):(this.consume(),this.delegate.appendToAttributeName(e))},afterAttributeName:function(){var e=this.peek();cs(e)?this.consume():"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.consume(),this.transitionTo("beforeAttributeValue")):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e))},beforeAttributeValue:function(){var e=this.peek();cs(e)?this.consume():'"'===e?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):"'"===e?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(e))},attributeValueDoubleQuoted:function(){var e=this.consume();'"'===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueSingleQuoted:function(){var e=this.consume();"'"===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueUnquoted:function(){var e=this.peek();cs(e)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"&"===e?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):">"===e?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(e))},afterAttributeValueQuoted:function(){var e=this.peek();cs(e)?(this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.consume(),this.transitionTo("selfClosingStartTag")):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){">"===this.peek()?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var e=this.consume();("@"===e||":"===e||us(e))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(e))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(e){this.state=e},e.prototype.tokenize=function(e){this.reset(),this.tokenizePart(e),this.tokenizeEOF()},e.prototype.tokenizePart=function(e){for(this.input+=function(e){return e.replace(ls,"\n")}(e);this.index"!==this.input.substring(this.index,this.index+8)||"style"===e&&""!==this.input.substring(this.index,this.index+8)||"script"===e&&"<\/script>"!==this.input.substring(this.index,this.index+9)},e}(),ps=function(){function e(e,t){void 0===t&&(t={}),this.options=t,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new ds(this,e,t.mode),this._currentAttribute=void 0}return e.prototype.tokenize=function(e){return this.tokens=[],this.tokenizer.tokenize(e),this.tokens},e.prototype.tokenizePart=function(e){return this.tokens=[],this.tokenizer.tokenizePart(e),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var e=this.token;if(null===e)throw new Error("token was unexpectedly null");if(0===arguments.length)return e;for(var t=0;t1?n-1:0),o=1;o[]}}const gs=/[\t\n\r\v\f ]+/g,bs=/^[\t\n\r\v\f ]*$/,vs=/^url\s*\(['"\s]*(.*?)['"\s]*\)$/,ys=["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"],_s=[...ys,"autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"],Ms=[vt.identity,function(e){return Cs(e).join(" ")}],ks=/^[\da-z]+$/i,ws=/^#\d+$/,Es=/^#x[\da-f]+$/i;class Ls{parse(e){if(t=e,ks.test(t)||ws.test(t)||Es.test(t))return fs("&"+e+";");var t}}function Cs(e){return e.trim().split(gs)}function xs(e){return e.attributes.filter((e=>{const[t,n]=e;return n||0===t.indexOf("data-")||(0,vt.includes)(_s,t)}))}function Ss(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:hs(),r=e.chars,o=t.chars;for(let e=0;e{const[t,...n]=e.split(":"),r=n.join(":");return[t.trim(),Ts(r.trim())]}));return(0,vt.fromPairs)(t)}const Ns={class:(e,t)=>!(0,vt.xor)(...[e,t].map(Cs)).length,style:(e,t)=>(0,vt.isEqual)(...[e,t].map(zs)),...(0,vt.fromPairs)(ys.map((e=>[e,vt.stubTrue])))};function Os(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:hs();if(e.length!==t.length)return n.warning("Expected attributes %o, instead saw %o.",t,e),!1;const r={};for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:hs();return e.tagName!==t.tagName&&e.tagName.toLowerCase()!==t.tagName.toLowerCase()?(n.warning("Expected tag name `%s`, instead saw `%s`.",t.tagName,e.tagName),!1):Os(...[e,t].map(xs),n)},Chars:Ss,Comment:Ss};function Bs(e){let t;for(;t=e.shift();){if("Chars"!==t.type)return t;if(!bs.test(t.chars))return t}}function Is(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:hs();try{return new ps(new Ls).tokenize(e)}catch(n){t.warning("Malformed HTML detected: %s",e)}return null}function Ps(e,t){return!!e.selfClosing&&!(!t||t.tagName!==e.tagName||"EndTag"!==t.type)}function Rs(e,t){if(e.name===Jo()||e.name===Qo())return[!0];const n=function(){const e=[],t=hs();return{error(){for(var n=arguments.length,r=new Array(n),o=0;oe}}(),r=Oa(t);let o;try{o=Ji(r,e.attributes)}catch(e){return n.error("Block validation failed because an error occurred while generating block content:\n\n%s",e.toString()),[!1,n.getItems()]}const a=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:hs();if(e===t)return!0;const[r,o]=[e,t].map((e=>Is(e,n)));if(!r||!o)return!1;let a,i;for(;a=Bs(r);){if(i=Bs(o),!i)return n.warning("Expected end of content, instead saw %o.",a),!1;if(a.type!==i.type)return n.warning("Expected token of type `%s` (%o), instead saw `%s` (%o).",i.type,i,a.type,a),!1;const e=Ds[a.type];if(e&&!e(a,i,n))return!1;Ps(a,o[0])?Bs(o):Ps(i,r[0])&&Bs(r)}return!(i=Bs(o))||(n.warning("Expected %o, instead saw end of content.",i),!1)}(e.originalContent,o,n);return a||n.error("Block validation failed for `%s` (%o).\n\nContent generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",r.name,r,o,e.originalContent),[a,n.getItems()]}function Hs(e,t){const n={...t};if("core/cover-image"===e&&(e="core/cover"),"core/text"!==e&&"core/cover-text"!==e||(e="core/paragraph"),e&&0===e.indexOf("core/social-link-")&&(n.service=e.substring(17),e="core/social-link"),e&&0===e.indexOf("core-embed/")){const t=e.substring(11),r={speaker:"speaker-deck",polldaddy:"crowdsignal"};n.providerNameSlug=t in r?r[t]:t,["amazon-kindle","wordpress"].includes(t)||(n.responsive=!0),e="core/embed"}return"core/query-loop"===e&&(e="core/post-template"),"core/post-comment-author"===e&&(e="core/comment-author-name"),"core/post-comment-content"===e&&(e="core/comment-content"),"core/post-comment-date"===e&&(e="core/comment-date"),[e,n]}function Ws(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{isCommentDelimited:n=!0}=t,{blockName:r,attrs:o={},innerBlocks:a=[],innerContent:i=[]}=e;let s=0;const l=i.map((e=>null!==e?e:Ws(a[s++],t))).join("\n").replace(/\n+/g,"\n").trim();return n?es(r,o,l):l}function Ys(e,t){for(var n,r=t.split(".");n=r.shift();){if(!(n in e))return;e=e[n]}return e}var js,qs=function(){return js||(js=document.implementation.createHTMLDocument("")),js};function Fs(e,t){if(t){if("string"==typeof e){var n=qs();n.body.innerHTML=e,e=n.body}if("function"==typeof t)return t(e);if(Object===t.constructor)return Object.keys(t).reduce((function(n,r){return n[r]=Fs(e,t[r]),n}),{})}}function Vs(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=n;if(e&&(r=n.querySelector(e)),r)return Ys(r,t)}}function Xs(e){const t={};for(let n=0;n{let n=t;e&&(n=t.querySelector(e));try{return Us(n)}catch(e){return null}}}function Gs(e){const t=[];for(let n=0;n{let n=t;return e&&(n=t.querySelector(e)),n?Gs(n.childNodes):[]}}const Zs={concat:function(){const e=[];for(let t=0;tfunction(e,t){switch(t){case"string":return"string"==typeof e;case"boolean":return"boolean"==typeof e;case"object":return!!e&&e.constructor===Object;case"null":return null===e;case"array":return Array.isArray(e);case"integer":case"number":return"number"==typeof e}return!0}(e,t)))}function el(e,t,n,r){const{type:o,enum:a}=t;let i;switch(t.source){case void 0:i=r?r[e]:void 0;break;case"attribute":case"property":case"html":case"text":case"children":case"node":case"query":case"tag":i=nl(n,t)}return function(e,t){return void 0===t||Qs(e,(0,vt.castArray)(t))}(i,o)&&function(e,t){return!Array.isArray(t)||t.includes(e)}(i,a)||(i=void 0),void 0===i?t.default:i}function tl(e){switch(e.source){case"attribute":let t=function(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=Vs(e,"attributes")(n);if(r&&r.hasOwnProperty(t))return r[t].value}}(e.selector,e.attribute);return"boolean"===e.type&&(t=(e=>(0,vt.flow)([e,e=>void 0!==e]))(t)),t;case"html":return function(e,t){return n=>{let r=n;if(e&&(r=n.querySelector(e)),!r)return"";if(t){let e="";const n=r.children.length;for(let o=0;oe?e.toLowerCase():void 0]);default:console.error(`Unknown source type "${e.source}"`)}}function nl(e,t){return Fs(e,tl(t))}function rl(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Oa(e),o=(0,vt.mapValues)(r.attributes,((e,r)=>el(r,e,t,n)));return lr("blocks.getBlockAttributes",o,r,t,n)}function ol(e){const t=nl(e=`

${e}
`,{type:"string",source:"attribute",selector:"[data-custom-class-name] > *",attribute:"class"});return t?t.trim().split(/\s+/):[]}function al(e,t){const n=function(e,t,n){if(ia(t,"customClassName",!0)){const r=Ji(t,(0,vt.omit)(e,["className"])),o=ol(r),a=ol(n),i=(0,vt.difference)(a,o);i.length?e.className=i.join(" "):r&&delete e.className}return e}(e.attributes,t,e.originalContent);return{...e,attributes:n}}function il(e){let t=function(e){const t=Jo(),n=e.blockName||Jo(),r=e.attrs||{},o=e.innerBlocks||[];let a=e.innerHTML.trim();return n===t&&(a=gi(a).trim()),{...e,blockName:n,attrs:r,innerHTML:a,innerBlocks:o}}(e);t=function(e){const[t,n]=Hs(e.blockName,e.attrs);return{...e,blockName:t,attrs:n}}(t);let n=ra(t.blockName);n||(t=function(e){const t=Qo()||Jo(),n=Ws(e,{isCommentDelimited:!1}),r=Ws(e,{isCommentDelimited:!0});return{blockName:t,attrs:{originalName:e.blockName,originalContent:r,originalUndelimitedContent:n},innerHTML:e.blockName?r:e.innerHTML,innerBlocks:e.innerBlocks,innerContent:e.innerContent}}(t),n=ra(t.blockName));const r=t.blockName===Jo()||t.blockName===Qo();if(!n||!t.innerHTML&&r)return;const o=t.innerBlocks.map(il).filter((e=>!!e));let a=va(t.blockName,rl(n,t.innerHTML,t.attrs),o);a.originalContent=t.innerHTML;let[i,s]=Rs(a,n);return i||(a=al(a,n),[i,s]=Rs(a,n)),a.isValid=i,a.validationIssues=s,a=function(e,t,n){const r=t.attrs,{deprecated:o}=n;if(!o||!o.length)return e;for(let t=0;t0&&(a.isValid?(console.groupCollapsed("Updated Block: %s",n.name),console.info("Block successfully updated for `%s` (%o).\n\nNew content generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",n.name,n,Ji(n,a.attributes),a.originalContent),console.groupEnd()):s.forEach((e=>{let{log:t,args:n}=e;return t(...n)}))),a}function sl(e){return(e=>{ri=e,oi=0,ai=[],ii=[],si.lastIndex=0;do{}while(ui());return ai})(e).reduce(((e,t)=>{const n=il(t);return n&&e.push(n),e}),[])}function ll(){return(0,vt.filter)(xa("from"),{type:"raw"}).map((e=>e.isMatch?e:{...e,isMatch:t=>e.selector&&t.matches(e.selector)}))}function cl(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children).flatMap((e=>{const t=Ca(ll(),(t=>{let{isMatch:n}=t;return n(e)}));if(!t)return va("core/html",rl("core/html",e.outerHTML));const{transform:n,blockName:r}=t;return n?n(e):va(r,rl(r,e.outerHTML))}))}function ul(e){switch(e.nodeType){case e.TEXT_NODE:return/^[ \f\n\r\t\v\u00a0]*$/.test(e.nodeValue||"");case e.ELEMENT_NODE:return!e.hasAttributes()&&(!e.hasChildNodes()||Array.from(e.childNodes).every(ul));default:return!0}}const dl={strong:{},em:{},s:{},del:{},ins:{},a:{attributes:["href","target","rel","id"]},code:{},abbr:{attributes:["title"]},sub:{},sup:{},br:{},small:{},q:{attributes:["cite"]},dfn:{attributes:["title"]},data:{attributes:["value"]},time:{attributes:["datetime"]},var:{},samp:{},kbd:{},i:{},b:{},u:{},mark:{},ruby:{},rt:{},rp:{},bdi:{attributes:["dir"]},bdo:{attributes:["dir"]},wbr:{},"#text":{}};(0,vt.without)(Object.keys(dl),"#text","br").forEach((e=>{dl[e].children=(0,vt.omit)(dl,e)}));const pl={...dl,audio:{attributes:["src","preload","autoplay","mediagroup","loop","muted"]},canvas:{attributes:["width","height"]},embed:{attributes:["src","type","width","height"]},img:{attributes:["alt","src","srcset","usemap","ismap","width","height"]},object:{attributes:["data","type","name","usemap","form","width","height"]},video:{attributes:["src","poster","preload","autoplay","mediagroup","loop","muted","controls","width","height"]}};function ml(e){return"paste"!==e?pl:(0,vt.omit)({...pl,ins:{children:pl.ins.children},del:{children:pl.del.children}},["u","abbr","data","time","wbr","bdi","bdo"])}function fl(e){const t=e.nodeName.toLowerCase();return ml().hasOwnProperty(t)||"span"===t}function hl(e){const t=e.nodeName.toLowerCase();return dl.hasOwnProperty(t)||"span"===t}function gl(e){const t=document.implementation.createHTMLDocument(""),n=document.implementation.createHTMLDocument(""),r=t.body,o=n.body;for(r.innerHTML=e;r.firstChild;){const e=r.firstChild;e.nodeType===e.TEXT_NODE?ul(e)?r.removeChild(e):(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):e.nodeType===e.ELEMENT_NODE?"BR"===e.nodeName?(e.nextSibling&&"BR"===e.nextSibling.nodeName&&(o.appendChild(n.createElement("P")),r.removeChild(e.nextSibling)),o.lastChild&&"P"===o.lastChild.nodeName&&o.lastChild.hasChildNodes()?o.lastChild.appendChild(e):r.removeChild(e)):"P"===e.nodeName?ul(e)?r.removeChild(e):o.appendChild(e):fl(e)?(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):o.appendChild(e):r.removeChild(e)}return o.innerHTML}function bl(e,t){Io(t.parentNode),t.parentNode.insertBefore(e,t.nextSibling)}function vl(e,t){Io(e.parentNode),bl(t,e.parentNode),Po(e)}function yl(e,t){if(e.nodeType===e.COMMENT_NODE)if("nextpage"!==e.nodeValue){if(0===e.nodeValue.indexOf("more")){const n=e.nodeValue.slice(4).trim();let r=e,o=!1;for(;r=r.nextSibling;)if(r.nodeType===r.COMMENT_NODE&&"noteaser"===r.nodeValue){o=!0,Po(r);break}vl(e,function(e,t,n){const r=n.createElement("wp-block");r.dataset.block="core/more",e&&(r.dataset.customText=e);t&&(r.dataset.noTeaser="");return r}(n,o,t))}}else vl(e,function(e){const t=e.createElement("wp-block");return t.dataset.block="core/nextpage",t}(t))}function _l(e){const t=e.parentNode;for(Io();e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function Ml(e){return"OL"===e.nodeName||"UL"===e.nodeName}function kl(e){if(!Ml(e))return;const t=e,n=e.previousElementSibling;if(n&&n.nodeName===e.nodeName&&1===t.children.length){for(;t.firstChild;)n.appendChild(t.firstChild);t.parentNode.removeChild(t)}const r=e.parentNode;if(r&&"LI"===r.nodeName&&1===r.children.length&&!/\S/.test((o=r,Array.from(o.childNodes).map((e=>{let{nodeValue:t=""}=e;return t})).join("")))){const e=r,n=e.previousElementSibling,o=e.parentNode;n?(n.appendChild(t),o.removeChild(e)):(o.parentNode.insertBefore(t,o),o.parentNode.removeChild(o))}var o;if(r&&Ml(r)){const t=e.previousElementSibling;t?t.appendChild(e):_l(e)}}function wl(e){"BLOCKQUOTE"===e.nodeName&&(e.innerHTML=gl(e.innerHTML))}function El(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;const n=e.ownerDocument.createElement("figure");t.parentNode.insertBefore(n,t),n.appendChild(e)}function Ll(e,t,n){if(!function(e,t){const n=e.nodeName.toLowerCase();return"figcaption"!==n&&!hl(e)&&(0,vt.has)(t,["figure","children",n])}(e,n))return;let r=e;const o=e.parentNode;(function(e,t){const n=e.nodeName.toLowerCase();return(0,vt.has)(t,["figure","children","a","children",n])})(e,n)&&"A"===o.nodeName&&1===o.childNodes.length&&(r=e.parentNode);const a=r.closest("p,div");a?e.classList?(e.classList.contains("alignright")||e.classList.contains("alignleft")||e.classList.contains("aligncenter")||!a.textContent.trim())&&El(r,a):El(r,a):"BODY"===r.parentNode.nodeName&&El(r)}function Cl(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const r=xl(e);r.lastIndex=n;const o=r.exec(t);if(!o)return;if("["===o[1]&&"]"===o[7])return Cl(e,t,r.lastIndex);const a={index:o.index,content:o[0],shortcode:Al(o)};return o[1]&&(a.content=a.content.slice(1),a.index++),o[7]&&(a.content=a.content.slice(0,-1)),a}function xl(e){return new RegExp("\\[(\\[?)("+e+")(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)","g")}const Sl=Cn()((e=>{const t={},n=[],r=/([\w-]+)\s*=\s*"([^"]*)"(?:\s|$)|([\w-]+)\s*=\s*'([^']*)'(?:\s|$)|([\w-]+)\s*=\s*([^\s'"]+)(?:\s|$)|"([^"]*)"(?:\s|$)|'([^']*)'(?:\s|$)|(\S+)(?:\s|$)/g;let o;for(e=e.replace(/[\u00a0\u200b]/g," ");o=r.exec(e);)o[1]?t[o[1].toLowerCase()]=o[2]:o[3]?t[o[3].toLowerCase()]=o[4]:o[5]?t[o[5].toLowerCase()]=o[6]:o[7]?n.push(o[7]):o[8]?n.push(o[8]):o[9]&&n.push(o[9]);return{named:t,numeric:n}}));function Al(e){let t;return t=e[4]?"self-closing":e[6]?"closed":"single",new Tl({tag:e[2],attrs:e[3],type:t,content:e[5]})}const Tl=(0,vt.extend)((function(e){(0,vt.extend)(this,(0,vt.pick)(e||{},"tag","attrs","type","content"));const t=this.attrs;this.attrs={named:{},numeric:[]},t&&((0,vt.isString)(t)?this.attrs=Sl(t):(0,vt.isEqual)(Object.keys(t),["named","numeric"])?this.attrs=t:(0,vt.forEach)(t,((e,t)=>{this.set(t,e)})))}),{next:Cl,replace:function(e,t,n){return t.replace(xl(e),(function(e,t,r,o,a,i,s,l){if("["===t&&"]"===l)return e;const c=n(Al(arguments));return c||""===c?t+c+l:e}))},string:function(e){return new Tl(e).string()},regexp:xl,attrs:Sl,fromMatch:Al});(0,vt.extend)(Tl.prototype,{get(e){return this.attrs[(0,vt.isNumber)(e)?"numeric":"named"][e]},set(e,t){return this.attrs[(0,vt.isNumber)(e)?"numeric":"named"][e]=t,this},string(){let e="["+this.tag;return(0,vt.forEach)(this.attrs.numeric,(t=>{/\s/.test(t)?e+=' "'+t+'"':e+=" "+t})),(0,vt.forEach)(this.attrs.named,((t,n)=>{e+=" "+n+'="'+t+'"'})),"single"===this.type?e+"]":"self-closing"===this.type?e+" /]":(e+="]",this.content&&(e+=this.content),e+"[/"+this.tag+"]")}});const zl=function e(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=xa("from"),a=Ca(o,(e=>-1===r.indexOf(e.blockName)&&"shortcode"===e.type&&(0,vt.some)((0,vt.castArray)(e.tag),(e=>xl(e).test(t)))));if(!a)return[t];const i=(0,vt.castArray)(a.tag),s=(0,vt.find)(i,(e=>xl(e).test(t)));let l;const c=n;if(l=Cl(s,t,n)){n=l.index+l.content.length;const o=t.substr(0,l.index),i=t.substr(n);if(!((0,vt.includes)(l.shortcode.content||"","<")||/(\n|

)\s*$/.test(o)&&/^\s*(\n|<\/p>)/.test(i)))return e(t,n);if(a.isMatch&&!a.isMatch(l.shortcode.attrs))return e(t,c,[...r,a.blockName]);const s=(0,vt.mapValues)((0,vt.pickBy)(a.attributes,(e=>e.shortcode)),(e=>e.shortcode(l.shortcode.attrs,l))),u={...ra(a.blockName),attributes:a.attributes};let d=va(a.blockName,rl(u,l.shortcode.content,s));return d.originalContent=l.shortcode.content,d=al(d,u),[...e(o),d,...e(i)]}return[t]};function Nl(e){return function(e,t){const n={phrasingContentSchema:ml(t),isPaste:"paste"===t},r=e.map((e=>{let{isMatch:t,blockName:r,schema:o}=e;const a=ia(r,"anchor");return o=(0,vt.isFunction)(o)?o(n):o,a||t?(0,vt.mapValues)(o,(e=>{let n=e.attributes||[];return a&&(n=[...n,"id"]),{...e,attributes:n,isMatch:t||void 0}})):o}));return(0,vt.mergeWith)({},...r,((e,t,n)=>{switch(n){case"children":return"*"===e||"*"===t?"*":{...e,...t};case"attributes":case"require":return[...e||[],...t||[]];case"isMatch":if(!e||!t)return;return function(){return e(...arguments)||t(...arguments)}}}))}(ll(),e)}function Ol(e,t,n,r){Array.from(e).forEach((e=>{Ol(e.childNodes,t,n,r),t.forEach((t=>{n.contains(e)&&t(e,n,r)}))}))}function Dl(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0;const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Ol(r.body.childNodes,t,r,n),r.body.innerHTML}function Bl(e,t){const n=e[`${t}Sibling`];if(n&&fl(n))return n;const{parentNode:r}=e;return r&&fl(r)?Bl(r,t):void 0}function Il(e){let{HTML:t=""}=e;if(-1!==t.indexOf("\x3c!-- wp:"))return sl(t);const n=zl(t),r=Nl();return(0,vt.compact)((0,vt.flatMap)(n,(e=>{if("string"!=typeof e)return e;return cl(e=gl(e=Dl(e,[kl,yl,Ll,wl],r)))})))}function Pl(e,t,n,r){Array.from(e).forEach((e=>{var o,a;const i=e.nodeName.toLowerCase();if(n.hasOwnProperty(i)&&(!n[i].isMatch||null!==(o=(a=n[i]).isMatch)&&void 0!==o&&o.call(a,e))){if(function(e){return!!e&&e.nodeType===e.ELEMENT_NODE}(e)){const{attributes:o=[],classes:a=[],children:s,require:l=[],allowEmpty:c}=n[i];if(s&&!c&&ul(e))return void Po(e);if(e.hasAttributes()&&(Array.from(e.attributes).forEach((t=>{let{name:n}=t;"class"===n||(0,vt.includes)(o,n)||e.removeAttribute(n)})),e.classList&&e.classList.length)){const t=a.map((e=>"string"==typeof e?t=>t===e:e instanceof RegExp?t=>e.test(t):vt.noop));Array.from(e.classList).forEach((n=>{t.some((e=>e(n)))||e.classList.remove(n)})),e.classList.length||e.removeAttribute("class")}if(e.hasChildNodes()){if("*"===s)return;if(s)l.length&&!e.querySelector(l.join(","))?(Pl(e.childNodes,t,n,r),_l(e)):e.parentNode&&"BODY"===e.parentNode.nodeName&&fl(e)?(Pl(e.childNodes,t,n,r),Array.from(e.childNodes).some((e=>!fl(e)))&&_l(e)):Pl(e.childNodes,t,s,r);else for(;e.firstChild;)Po(e.firstChild)}}}else Pl(e.childNodes,t,n,r),r&&!fl(e)&&e.nextElementSibling&&bl(t.createElement("br"),e),_l(e)}))}function Rl(e,t,n){const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Pl(r.body.childNodes,r,t,n),r.body.innerHTML}function Hl(e){e.nodeType===e.COMMENT_NODE&&Po(e)}function Wl(e,t){return e.every((e=>function(e,t){if(hl(e))return!0;if(!t)return!1;const n=e.nodeName.toLowerCase();return[["ul","li","ol"],["h1","h2","h3","h4","h5","h6"]].some((e=>0===(0,vt.difference)([n,t],e).length))}(e,t)&&Wl(Array.from(e.children),t)))}function Yl(e){return"BR"===e.nodeName&&e.previousSibling&&"BR"===e.previousSibling.nodeName}function jl(e,t){Io(t.parentNode),t.parentNode.insertBefore(e,t),e.appendChild(t)}function ql(e,t){const n=e.ownerDocument.createElement(t);for(;e.firstChild;)n.appendChild(e.firstChild);return Io(e.parentNode),e.parentNode.replaceChild(n,e),n}function Fl(e,t){if("SPAN"===e.nodeName&&e.style){const{fontWeight:n,fontStyle:r,textDecorationLine:o,textDecoration:a,verticalAlign:i}=e.style;"bold"!==n&&"700"!==n||jl(t.createElement("strong"),e),"italic"===r&&jl(t.createElement("em"),e),("line-through"===o||(0,vt.includes)(a,"line-through"))&&jl(t.createElement("s"),e),"super"===i?jl(t.createElement("sup"),e):"sub"===i&&jl(t.createElement("sub"),e)}else"B"===e.nodeName?e=ql(e,"strong"):"I"===e.nodeName?e=ql(e,"em"):"A"===e.nodeName&&(e.target&&"_blank"===e.target.toLowerCase()?e.rel="noreferrer noopener":(e.removeAttribute("target"),e.removeAttribute("rel")),e.name&&!e.id&&(e.id=e.name),e.id&&!e.ownerDocument.querySelector(`[href="#${e.id}"]`)&&e.removeAttribute("id"))}function Vl(e){"SCRIPT"!==e.nodeName&&"NOSCRIPT"!==e.nodeName&&"TEMPLATE"!==e.nodeName&&"STYLE"!==e.nodeName||e.parentNode.removeChild(e)}const{parseInt:Xl}=window;function Ul(e){return"OL"===e.nodeName||"UL"===e.nodeName}function $l(e,t){if("P"!==e.nodeName)return;const n=e.getAttribute("style");if(!n)return;if(-1===n.indexOf("mso-list"))return;const r=/mso-list\s*:[^;]+level([0-9]+)/i.exec(n);if(!r)return;let o=Xl(r[1],10)-1||0;const a=e.previousElementSibling;if(!a||!Ul(a)){const n=e.textContent.trim().slice(0,1),r=/[1iIaA]/.test(n),o=t.createElement(r?"ol":"ul");r&&o.setAttribute("type",n),e.parentNode.insertBefore(o,e)}const i=e.previousElementSibling,s=i.nodeName,l=t.createElement("li");let c=i;for(e.removeChild(e.firstElementChild);e.firstChild;)l.appendChild(e.firstChild);for(;o--;)c=c.lastElementChild||c,Ul(c)&&(c=c.lastElementChild||c);Ul(c)||(c=c.appendChild(t.createElement(s))),c.appendChild(l),e.parentNode.removeChild(e)}const{createObjectURL:Gl,revokeObjectURL:Kl}=window.URL,Jl={};function Zl(e){const t=Gl(e);return Jl[t]=e,t}function Ql(e){return Jl[e]}function ec(e){Jl[e]&&Kl(e),delete Jl[e]}function tc(e){return!(!e||!e.indexOf)&&0===e.indexOf("blob:")}const{atob:nc,File:rc}=window;function oc(e){if("IMG"===e.nodeName){if(0===e.src.indexOf("file:")&&(e.src=""),0===e.src.indexOf("data:")){const[t,n]=e.src.split(","),[r]=t.slice(5).split(";");if(!n||!r)return void(e.src="");let o;try{o=nc(n)}catch(t){return void(e.src="")}const a=new Uint8Array(o.length);for(let e=0;e]+>/g,""),t=t.replace(/^\s*]*>\s*]*>(?:\s*)?/i,""),t=t.replace(/(?:\s*)?<\/body>\s*<\/html>\s*$/i,""),"INLINE"!==r){const e=t||n;if(-1!==e.indexOf("\x3c!-- wp:"))return sl(e)}var i;if(String.prototype.normalize&&(t=t.normalize()),!n||t&&!function(e){return!/<(?!br[ />])/i.test(e)}(t)||(t=n,/^\s+$/.test(n)||(i=t,t=ic.makeHtml(function(e){return e.replace(/((?:^|\n)```)([^\n`]+)(```(?:$|\n))/,((e,t,n,r)=>`${t}\n${n}\n${r}`))}(i))),"AUTO"===r&&-1===n.indexOf("\n")&&0!==n.indexOf("

")&&0===t.indexOf("

")&&(r="INLINE")),"INLINE"===r)return mc(t,a);const s=zl(t),l=s.length>1;if("AUTO"===r&&!l&&function(e,t){const n=document.implementation.createHTMLDocument("");n.body.innerHTML=e;const r=Array.from(n.body.children);return!r.some(Yl)&&Wl(r,t)}(t,o))return mc(t,a);const c=ml("paste"),u=Nl("paste"),d=(0,vt.compact)((0,vt.flatMap)(s,(e=>{if("string"!=typeof e)return e;const t=[lc,$l,Vl,kl,oc,Fl,yl,Hl,sc,Ll,wl],n={...u,...c};return e=Dl(e,t,u),e=Dl(e=gl(e=Rl(e,n)),[cc,uc,dc],u),pc.log("Processed HTML piece:\n\n",e),cl(e)})));if("AUTO"===r&&1===d.length&&ia(d[0].name,"__unstablePasteTextInline",!1)){const e=n.replace(/^[\n]+|[\n]+$/g,"");if(""!==e&&-1===e.indexOf("\n"))return Rl(Qi(d[0]),c)}return d}function hc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length===t.length&&(0,vt.every)(t,((t,n)=>{let[r,,o]=t;const a=e[n];return r===a.name&&hc(a.innerBlocks,o)}))}function gc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return t?(0,vt.map)(t,((t,n)=>{let[r,o,a]=t;const i=e[n];if(i&&i.name===r){const e=gc(i.innerBlocks,a);return{...i,innerBlocks:e}}const s=ra(r),l=(e,t)=>(0,vt.mapValues)(t,((t,n)=>c(e[n],t))),c=(e,t)=>{return n=e,"html"===(0,vt.get)(n,["source"])&&(0,vt.isArray)(t)?Vi(t):(e=>"query"===(0,vt.get)(e,["source"]))(e)&&t?t.map((t=>l(e.query,t))):t;var n},u=l((0,vt.get)(s,["attributes"],{}),o),[d,p]=Hs(r,u);return va(d,p,gc([],a))})):e}function bc(e,t){var n=(0,ft.useState)((function(){return{inputs:t,result:e()}}))[0],r=(0,ft.useRef)(!0),o=(0,ft.useRef)(n),a=r.current||Boolean(t&&o.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback||window.requestAnimationFrame,yc=()=>{let e=[],t=new WeakMap,n=!1;const r=o=>{const a="number"==typeof o?()=>!1:()=>o.timeRemaining()>0;do{if(0===e.length)return void(n=!1);const r=e.shift();t.get(r)(),t.delete(r)}while(a());vc(r)};return{add:(o,a)=>{t.has(o)||e.push(o),t.set(o,a),n||(n=!0,vc(r))},flush:n=>{if(!t.has(n))return!1;const r=e.indexOf(n);e.splice(r,1);const o=t.get(n);return t.delete(n),o(),!0},reset:()=>{e=[],t=new WeakMap,n=!1}}},_c="undefined"!=typeof window?ft.useLayoutEffect:ft.useEffect,Mc=(0,ft.createContext)(yn),{Consumer:kc,Provider:wc}=Mc,Ec=kc,Lc=wc;function Cc(){return(0,ft.useContext)(Mc)}const xc=(0,ft.createContext)(!1),{Consumer:Sc,Provider:Ac}=xc,Tc=Ac;const zc=yc();function Nc(e,t){const n="function"!=typeof e;n&&(t=[]);const r=(0,ft.useCallback)(e,t),o=Cc(),a=(0,ft.useContext)(xc),i=bc((()=>({queue:!0})),[o]),[,s]=(0,ft.useReducer)((e=>e+1),0),l=(0,ft.useRef)(),c=(0,ft.useRef)(a),u=(0,ft.useRef)(),d=(0,ft.useRef)(),p=(0,ft.useRef)(),m=(0,ft.useRef)([]),f=(0,ft.useCallback)((e=>o.__experimentalMarkListeningStores(e,m)),[o]),h=(0,ft.useMemo)((()=>({})),t||[]);let g;if(!n)try{g=l.current!==r||d.current?f((()=>r(o.select,o))):u.current}catch(e){let t=`An error occurred while running 'mapSelect': ${e.message}`;d.current&&(t+="\nThe error may be correlated with this previous error:\n",t+=`${d.current.stack}\n\n`,t+="Original stack trace:"),console.error(t),g=u.current}return _c((()=>{n||(l.current=r,u.current=g,d.current=void 0,p.current=!0,c.current!==a&&(c.current=a,zc.flush(i)))})),_c((()=>{if(n)return;const e=()=>{if(p.current){try{const e=f((()=>l.current(o.select,o)));if(Xi(u.current,e))return;u.current=e}catch(e){d.current=e}s()}};c.current?zc.add(i,e):e();const t=()=>{c.current?zc.add(i,e):e()},r=m.current.map((e=>o.__experimentalSubscribeStore(e,t)));return()=>{p.current=!1,r.forEach((e=>null==e?void 0:e())),zc.flush(i)}}),[o,f,h,n]),n?o.select(e):g}const Oc=e=>t=>(n,r)=>void 0===n||e(r)?t(n,r):n,Dc=e=>t=>(n,r)=>t(n,e(r));function Bc(e,t){if(!e)return t;let n=!1;const r={};for(const o in t)(0,vt.isEqual)(e[o],t[o])?r[o]=e[o]:(n=!0,r[o]=t[o]);if(!n)return e;for(const t in e)r.hasOwnProperty(t)||(r[t]=e[t]);return r}const Ic=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}};const Pc=function(e){const t=(e,n)=>{const{headers:r={}}=e;for(const o in r)if("x-wp-nonce"===o.toLowerCase()&&r[o]===t.nonce)return n(e);return n({...e,headers:{...r,"X-WP-Nonce":t.nonce}})};return t.nonce=e,t},Rc=(e,t)=>{let n,r,o=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(n=e.namespace.replace(/^\/|\/$/g,""),r=e.endpoint.replace(/^\//,""),o=r?n+"/"+r:n),delete e.namespace,delete e.endpoint,t({...e,path:o})},Hc=e=>(t,n)=>Rc(t,(t=>{let r,o=t.url,a=t.path;return"string"==typeof a&&(r=e,-1!==e.indexOf("?")&&(a=a.replace("?","&")),a=a.replace(/^\//,""),"string"==typeof r&&-1!==r.indexOf("?")&&(a=a.replace("?","&")),o=r+a),n({...t,url:o})}));function Wc(e){const t=e.split("?"),n=t[1],r=t[0];return n?r+"?"+n.split("&").map((e=>e.split("="))).sort(((e,t)=>e[0].localeCompare(t[0]))).map((e=>e.join("="))).join("&"):r}function Yc(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}function jc(e){return(Yc(e)||"").replace(/\+/g,"%20").split("&").reduce(((e,t)=>{const[n,r=""]=t.split("=").filter(Boolean).map(decodeURIComponent);if(n){!function(e,t,n){const r=t.length,o=r-1;for(let a=0;a(t[Wc(n)]=e[n],t)),{});return(e,n)=>{const{parse:r=!0}=e;let o=e.path;if(!o&&e.url){const t=qc(e.url,"rest_route");"string"==typeof t&&(o=t)}if("string"==typeof o){const n=e.method||"GET",a=Wc(o);if("GET"===n&&t[a]){const e=t[a];return delete t[a],Promise.resolve(r?e.body:new window.Response(JSON.stringify(e.body),{status:200,statusText:"OK",headers:e.headers}))}if("OPTIONS"===n&&t[n]&&t[n][a]){const e=t[n][a];return delete t[n][a],Promise.resolve(r?e.body:e)}}return n(e)}};function Vc(e){let t="";const n=Object.entries(e);let r;for(;r=n.shift();){let[e,o]=r;if(Array.isArray(o)||o&&o.constructor===Object){const t=Object.entries(o).reverse();for(const[r,o]of t)n.unshift([`${e}[${r}]`,o])}else void 0!==o&&(null===o&&(o=""),t+="&"+[e,o].map(encodeURIComponent).join("="))}return t.substr(1)}function Xc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;let n=e;const r=e.indexOf("?");return-1!==r&&(t=Object.assign(jc(e),t),n=n.substr(0,r)),n+"?"+Vc(t)}const Uc=(e,t)=>{let{path:n,url:r,...o}=e;return{...o,url:r&&Xc(r,t),path:n&&Xc(n,t)}},$c=e=>e.json?e.json():Promise.reject(e),Gc=e=>{const{next:t}=(e=>{if(!e)return{};const t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}})(e.headers.get("link"));return t},Kc=async(e,t)=>{if(!1===e.parse)return t(e);if(!(e=>{const t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),n=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||n})(e))return t(e);const n=await mu({...Uc(e,{per_page:100}),parse:!1}),r=await $c(n);if(!Array.isArray(r))return r;let o=Gc(n);if(!o)return r;let a=[].concat(r);for(;o;){const t=await mu({...e,path:void 0,url:o,parse:!1}),n=await $c(t);a=a.concat(n),o=Gc(t)}return a},Jc=new Set(["PATCH","PUT","DELETE"]),Zc="GET",Qc=(e,t)=>{const{method:n=Zc}=e;return Jc.has(n.toUpperCase())&&(e={...e,headers:{...e.headers,"X-HTTP-Method-Override":n,"Content-Type":"application/json"},method:"POST"}),t(e)};function eu(e,t){return void 0!==qc(e,t)}const tu=(e,t)=>("string"!=typeof e.url||eu(e.url,"_locale")||(e.url=Xc(e.url,{_locale:"user"})),"string"!=typeof e.path||eu(e.path,"_locale")||(e.path=Xc(e.path,{_locale:"user"})),t(e)),nu=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t?204===e.status?null:e.json?e.json():Promise.reject(e):e},ru=e=>{const t={code:"invalid_json",message:vr("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch((()=>{throw t}))},ou=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.resolve(nu(e,t)).catch((e=>au(e,t)))};function au(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!t)throw e;return ru(e).then((e=>{const t={code:"unknown_error",message:vr("An unknown error occurred.")};throw e||t}))}const iu=(e,t)=>{if(!function(e){const t=!!e.method&&"POST"===e.method;return(!!e.path&&-1!==e.path.indexOf("/wp/v2/media")||!!e.url&&-1!==e.url.indexOf("/wp/v2/media"))&&t}(e))return t(e);let n=0;const r=e=>(n++,t({path:`/wp/v2/media/${e}/post-process`,method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch((()=>n<5?r(e):(t({path:`/wp/v2/media/${e}?force=true`,method:"DELETE"}),Promise.reject()))));return t({...e,parse:!1}).catch((t=>{const n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?r(n).catch((()=>!1!==e.parse?Promise.reject({code:"post_process",message:vr("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t))):au(t,e.parse)})).then((t=>ou(t,e.parse)))},su={Accept:"application/json, */*;q=0.1"},lu={credentials:"include"},cu=[tu,Rc,Qc,Kc];const uu=e=>{if(e.status>=200&&e.status<300)return e;throw e};let du=e=>{const{url:t,path:n,data:r,parse:o=!0,...a}=e;let{body:i,headers:s}=e;s={...su,...s},r&&(i=JSON.stringify(r),s["Content-Type"]="application/json");return window.fetch(t||n||window.location.href,{...lu,...a,body:i,headers:s}).then((e=>Promise.resolve(e).then(uu).catch((e=>au(e,o))).then((e=>ou(e,o)))),(e=>{if(e&&"AbortError"===e.name)throw e;throw{code:"fetch_error",message:vr("You are probably offline.")}}))};function pu(e){const t=cu.reduceRight(((e,t)=>n=>t(n,e)),du);return t(e).catch((t=>"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(pu.nonceEndpoint).then(uu).then((e=>e.text())).then((t=>(pu.nonceMiddleware.nonce=t,pu(e))))))}pu.use=function(e){cu.unshift(e)},pu.setFetchHandler=function(e){du=e},pu.createNonceMiddleware=Pc,pu.createPreloadingMiddleware=Fc,pu.createRootURLMiddleware=Hc,pu.fetchAllMiddleware=Kc,pu.mediaUploadMiddleware=iu;const mu=pu,fu=Object.create(null);function hu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{since:n,version:r,alternative:o,plugin:a,link:i,hint:s}=t,l=a?` from ${a}`:"",c=n?` since version ${n}`:"",u=r?` and will be removed${l} in version ${r}`:"",d=o?` Please use ${o} instead.`:"",p=i?` See: ${i}`:"",m=s?` Note: ${s}`:"",f=`${e} is deprecated${c}${u}.${d}${p}${m}`;f in fu||(sr("deprecated",e,t,f),console.warn(f),fu[f]=!0)}function gu(e,t){return{type:"RECEIVE_ITEMS",items:(0,vt.castArray)(e),persistedEdits:t}}function bu(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return{type:"REMOVE_ITEMS",itemIds:(0,vt.castArray)(n),kind:e,name:t,invalidateCache:r}}function vu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return{...gu(e,n),query:t}}let yu=null;async function _u(e){if(null===yu){const e=await mu({path:"/batch/v1",method:"OPTIONS"});yu=e.endpoints[0].args.requests.maxItems}const t=[];for(const n of(0,vt.chunk)(e,yu)){const e=await mu({path:"/batch/v1",method:"POST",data:{validation:"require-all-validate",requests:n.map((e=>({path:e.path,body:e.data,method:e.method,headers:e.headers})))}});let r;r=e.failed?e.responses.map((e=>({error:null==e?void 0:e.body}))):e.responses.map((e=>{const t={};return e.status>=200&&e.status<300?t.output=e.body:t.error=e.body,t})),t.push(...r)}return t}class Mu{constructor(){for(var e=arguments.length,t=new Array(e),n=0;ne())),this}delete(){const e=this.set.delete(...arguments);return this.subscribers.forEach((e=>e())),e}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}}const ku="core";function wu(e,t){return{type:"RECEIVE_USER_QUERY",users:(0,vt.castArray)(t),queryID:e}}function Eu(e){return{type:"RECEIVE_CURRENT_USER",currentUser:e}}function Lu(e){return{type:"ADD_ENTITIES",entities:e}}function Cu(e,t,n,r){let o,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=arguments.length>5?arguments[5]:void 0;return"postType"===e&&(n=(0,vt.castArray)(n).map((e=>"auto-draft"===e.status?{...e,title:""}:e))),o=r?vu(n,r,i):gu(n,i),{...o,kind:e,name:t,invalidateCache:a}}function xu(e){return{type:"RECEIVE_CURRENT_THEME",currentTheme:e}}function Su(e){return{type:"RECEIVE_CURRENT_GLOBAL_STYLES_ID",id:e}}function Au(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLES",stylesheet:e,globalStyles:t}}function Tu(){return hu("wp.data.dispatch( 'core' ).receiveThemeSupports",{since:"5.9"}),{type:"DO_NOTHING"}}function zu(e,t){return{type:"RECEIVE_EMBED_PREVIEW",url:e,preview:t}}const Nu=function(e,t,n,r){let{__unstableFetch:o=mu}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return async a=>{let{dispatch:i}=a;const s=await i(Ku(e)),l=(0,vt.find)(s,{kind:e,name:t});let c,u=!1;if(!l||null!=l&&l.__experimentalNoFetch)return;const d=await i.__unstableAcquireStoreLock(ku,["entities","data",e,t,n],{exclusive:!0});try{i({type:"DELETE_ENTITY_RECORD_START",kind:e,name:t,recordId:n});try{let a=`${l.baseURL}/${n}`;r&&(a=Xc(a,r)),u=await o({path:a,method:"DELETE"}),await i(bu(e,t,n,!0))}catch(e){c=e}return i({type:"DELETE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:n,error:c}),u}finally{i.__unstableReleaseStoreLock(d)}}},Ou=function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return a=>{let{select:i,dispatch:s}=a;const l=i.getEntity(e,t);if(!l)throw new Error(`The entity being edited (${e}, ${t}) does not have a loaded config.`);const{transientEdits:c={},mergedEdits:u={}}=l,d=i.getRawEntityRecord(e,t,n),p=i.getEditedEntityRecord(e,t,n),m={kind:e,name:t,recordId:n,edits:Object.keys(r).reduce(((e,t)=>{const n=d[t],o=p[t],a=u[t]?{...o,...r[t]}:r[t];return e[t]=(0,vt.isEqual)(n,a)?void 0:a,e}),{}),transientEdits:c};s({type:"EDIT_ENTITY_RECORD",...m,meta:{undo:!o.undoIgnore&&{...m,edits:Object.keys(r).reduce(((e,t)=>(e[t]=p[t],e)),{})}}})}},Du=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getUndoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isUndo:!0}})},Bu=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getRedoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isRedo:!0}})};function Iu(){return{type:"CREATE_UNDO_LEVEL"}}const Pu=function(e,t,n){let{isAutosave:r=!1,__unstableFetch:o=mu}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return async a=>{let{select:i,resolveSelect:s,dispatch:l}=a;const c=await l(Ku(e)),u=(0,vt.find)(c,{kind:e,name:t});if(!u||null!=u&&u.__experimentalNoFetch)return;const d=u.key||Fu,p=n[d],m=await l.__unstableAcquireStoreLock(ku,["entities","data",e,t,p||ba()],{exclusive:!0});try{for(const[r,o]of Object.entries(n))if("function"==typeof o){const a=o(i.getEditedEntityRecord(e,t,p));l.editEntityRecord(e,t,p,{[r]:a},{undoIgnore:!0}),n[r]=a}let a,c;l({type:"SAVE_ENTITY_RECORD_START",kind:e,name:t,recordId:p,isAutosave:r});try{const c=`${u.baseURL}${p?"/"+p:""}`,d=i.getRawEntityRecord(e,t,p);if(r){const r=i.getCurrentUser(),u=r?r.id:void 0,p=s.getAutosave(d.type,d.id,u);let m={...d,...p,...n};if(m=Object.keys(m).reduce(((e,t)=>(["title","excerpt","content"].includes(t)&&(e[t]=m[t]),e)),{status:"auto-draft"===m.status?"draft":m.status}),a=await o({path:`${c}/autosaves`,method:"POST",data:m}),d.id===a.id){let n={...d,...m,...a};n=Object.keys(n).reduce(((e,t)=>(["title","excerpt","content"].includes(t)?e[t]=n[t]:e[t]="status"===t?"auto-draft"===d.status&&"draft"===n.status?n.status:d.status:d[t],e)),{}),l.receiveEntityRecords(e,t,n,void 0,!0)}else l.receiveAutosaves(d.id,a)}else{let r=n;u.__unstablePrePersist&&(r={...r,...u.__unstablePrePersist(d,r)}),a=await o({path:c,method:p?"PUT":"POST",data:r}),l.receiveEntityRecords(e,t,a,void 0,!0,r)}}catch(e){c=e}return l({type:"SAVE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:p,error:c,isAutosave:r}),a}finally{l.__unstableReleaseStoreLock(m)}}},Ru=e=>async t=>{let{dispatch:n}=t;const r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_u,t=0,n=[];const r=new Mu;return{add(e){const o=++t;r.add(o);const a=e=>new Promise(((t,a)=>{n.push({input:e,resolve:t,reject:a}),r.delete(o)}));return(0,vt.isFunction)(e)?Promise.resolve(e(a)).finally((()=>{r.delete(o)})):a(e)},async run(){let t;r.size&&await new Promise((e=>{const t=r.subscribe((()=>{r.size||(t(),e())}))}));try{if(t=await e(n.map((e=>{let{input:t}=e;return t}))),t.length!==n.length)throw new Error("run: Array returned by processor must be same size as input array.")}catch(e){for(const{reject:t}of n)t(e);throw e}let o=!0;for(const[e,{resolve:r,reject:i}]of(0,vt.zip)(t,n)){var a;null!=e&&e.error?(i(e.error),o=!1):r(null!==(a=null==e?void 0:e.output)&&void 0!==a?a:e)}return n=[],o}}}(),o={saveEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEntityRecord(e,t,o,{...a,__unstableFetch:r}))),saveEditedEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEditedEntityRecord(e,t,o,{...a,__unstableFetch:r}))),deleteEntityRecord:(e,t,o,a,i)=>r.add((r=>n.deleteEntityRecord(e,t,o,a,{...i,__unstableFetch:r})))},a=e.map((e=>e(o))),[,...i]=await Promise.all([r.run(),...a]);return i},Hu=(e,t,n,r)=>async o=>{let{select:a,dispatch:i}=o;if(!a.hasEditsForEntityRecord(e,t,n))return;const s=await i(Ku(e)),l=(0,vt.find)(s,{kind:e,name:t});if(!l)return;const c=l.key||Fu,u=a.getEntityRecordNonTransientEdits(e,t,n),d={[c]:n,...u};return await i.saveEntityRecord(e,t,d,r)},Wu=(e,t,n,r,o)=>async a=>{let{select:i,dispatch:s}=a;if(!i.hasEditsForEntityRecord(e,t,n))return;const l=i.getEntityRecordNonTransientEdits(e,t,n),c={};for(const e in l)r.some((t=>t===e))&&(c[e]=l[e]);return await s.saveEntityRecord(e,t,c,o)};function Yu(e){return{type:"RECEIVE_USER_PERMISSION",key:"create/media",isAllowed:e}}function ju(e,t){return{type:"RECEIVE_USER_PERMISSION",key:e,isAllowed:t}}function qu(e,t){return{type:"RECEIVE_AUTOSAVES",postId:e,autosaves:(0,vt.castArray)(t)}}const Fu="id",Vu=["title","excerpt","content"],Xu=[{label:vr("Base"),name:"__unstableBase",kind:"root",baseURL:"/"},{label:vr("Site"),name:"site",kind:"root",baseURL:"/wp/v2/settings",getTitle:e=>(0,vt.get)(e,["title"],vr("Site Title"))},{label:vr("Post Type"),name:"postType",kind:"root",key:"slug",baseURL:"/wp/v2/types",baseURLParams:{context:"edit"},rawAttributes:Vu},{name:"media",kind:"root",baseURL:"/wp/v2/media",baseURLParams:{context:"edit"},plural:"mediaItems",label:vr("Media")},{name:"taxonomy",kind:"root",key:"slug",baseURL:"/wp/v2/taxonomies",baseURLParams:{context:"edit"},plural:"taxonomies",label:vr("Taxonomy")},{name:"sidebar",kind:"root",baseURL:"/wp/v2/sidebars",plural:"sidebars",transientEdits:{blocks:!0},label:vr("Widget areas")},{name:"widget",kind:"root",baseURL:"/wp/v2/widgets",baseURLParams:{context:"edit"},plural:"widgets",transientEdits:{blocks:!0},label:vr("Widgets")},{name:"widgetType",kind:"root",baseURL:"/wp/v2/widget-types",baseURLParams:{context:"edit"},plural:"widgetTypes",label:vr("Widget types")},{label:vr("User"),name:"user",kind:"root",baseURL:"/wp/v2/users",baseURLParams:{context:"edit"},plural:"users"},{name:"comment",kind:"root",baseURL:"/wp/v2/comments",baseURLParams:{context:"edit"},plural:"comments",label:vr("Comment")},{name:"menu",kind:"root",baseURL:"/wp/v2/menus",baseURLParams:{context:"edit"},plural:"menus",label:vr("Menu")},{name:"menuItem",kind:"root",baseURL:"/wp/v2/menu-items",baseURLParams:{context:"edit"},plural:"menuItems",label:vr("Menu Item"),rawAttributes:["title","content"]},{name:"menuLocation",kind:"root",baseURL:"/wp/v2/menu-locations",baseURLParams:{context:"edit"},plural:"menuLocations",label:vr("Menu Location"),key:"name"},{name:"navigationArea",kind:"root",baseURL:"/wp/v2/block-navigation-areas",baseURLParams:{context:"edit"},plural:"navigationAreas",label:vr("Navigation Area"),key:"name",getTitle:e=>null==e?void 0:e.description},{label:vr("Global Styles"),name:"globalStyles",kind:"root",baseURL:"/wp/v2/global-styles",baseURLParams:{context:"edit"},plural:"globalStylesVariations",getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)}},{label:vr("Themes"),name:"theme",kind:"root",baseURL:"/wp/v2/themes",baseURLParams:{context:"edit"},key:"stylesheet"},{label:vr("Plugins"),name:"plugin",kind:"root",baseURL:"/wp/v2/plugins",baseURLParams:{context:"edit"},key:"plugin"}],Uu=[{name:"postType",loadEntities:async function(){const e=await mu({path:"/wp/v2/types?context=edit"});return(0,vt.map)(e,((e,t)=>{var n;const r=["wp_template","wp_template_part"].includes(t);return{kind:"postType",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.labels.singular_name,transientEdits:{blocks:!0,selection:!0},mergedEdits:{meta:!0},rawAttributes:Vu,getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)||(r?(0,vt.startCase)(e.slug):String(e.id))},__unstablePrePersist:r?void 0:$u,__unstable_rest_base:e.rest_base}}))}},{name:"taxonomy",loadEntities:async function(){const e=await mu({path:"/wp/v2/taxonomies?context=edit"});return(0,vt.map)(e,((e,t)=>{var n;return{kind:"taxonomy",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.labels.singular_name}}))}}],$u=(e,t)=>{const n={};return"auto-draft"===(null==e?void 0:e.status)&&(t.status||n.status||(n.status="draft"),t.title&&"Auto Draft"!==t.title||n.title||null!=e&&e.title&&"Auto Draft"!==(null==e?void 0:e.title)||(n.title="")),n};const Gu=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"get",r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=(0,vt.find)(Xu,{kind:e,name:t}),a="root"===e?"":(0,vt.upperFirst)((0,vt.camelCase)(e)),i=(0,vt.upperFirst)((0,vt.camelCase)(t))+(r?"s":""),s=r&&o.plural?(0,vt.upperFirst)((0,vt.camelCase)(o.plural)):i;return`${n}${a}${s}`},Ku=e=>async t=>{let{select:n,dispatch:r}=t,o=n.getEntitiesByKind(e);if(o&&0!==o.length)return o;const a=(0,vt.find)(Uu,{name:e});return a?(o=await a.loadEntities(),r(Lu(o)),o):[]};const Ju=function(e){return"string"==typeof e?e.split(","):Array.isArray(e)?e:null};const Zu=function(e){const t=new WeakMap;return n=>{let r;return t.has(n)?r=t.get(n):(r=e(n),(0,vt.isObjectLike)(n)&&t.set(n,r)),r}};const Qu=Zu((function(e){const t={stableKey:"",page:1,perPage:10,fields:null,include:null,context:"default"},n=Object.keys(e).sort();for(let r=0;r=o&&n"query"in e)),Dc((e=>e.query?{...e,...Qu(e.query)}:e)),Ic("context"),Ic("stableKey")])((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;const{type:n,page:r,perPage:o,key:a=Fu}=t;return"RECEIVE_ITEMS"!==n?e:td(e||[],(0,vt.map)(t.items,a),r,o)})),rd=_t()({items:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=ed(t),r=t.key||Fu;return{...e,[n]:{...e[n],...t.items.reduce(((t,o)=>{var a;const i=o[r];return t[i]=Bc(null==e||null===(a=e[n])||void 0===a?void 0:a[i],o),t}),{})}}}case"REMOVE_ITEMS":return(0,vt.mapValues)(e,(e=>(0,vt.omit)(e,t.itemIds)))}return e},itemIsComplete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=ed(t),{query:r,key:o=Fu}=t,a=r?Qu(r):{},i=!r||!Array.isArray(a.fields);return{...e,[n]:{...e[n],...t.items.reduce(((t,r)=>{var a;const s=r[o];return t[s]=(null==e||null===(a=e[n])||void 0===a?void 0:a[s])||i,t}),{})}}}case"REMOVE_ITEMS":return(0,vt.mapValues)(e,(e=>(0,vt.omit)(e,t.itemIds)))}return e},queries:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":return nd(e,t);case"REMOVE_ITEMS":const n=t.itemIds.reduce(((e,t)=>(e[t]=!0,e)),{});return(0,vt.mapValues)(e,(e=>(0,vt.mapValues)(e,(e=>(0,vt.filter)(e,(e=>!n[e]))))));default:return e}}});function od(e){return(0,vt.flowRight)([Oc((t=>t.name&&t.kind&&t.name===e.name&&t.kind===e.kind)),Dc((t=>({...t,key:e.key||Fu})))])(_t()({queriedData:rd,edits:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;switch(r.type){case"RECEIVE_ITEMS":if("default"!==(null!==(e=null==r||null===(t=r.query)||void 0===t?void 0:t.context)&&void 0!==e?e:"default"))return n;const o={...n};for(const e of r.items){const t=e[r.key],n=o[t];if(!n)continue;const a=Object.keys(n).reduce(((t,o)=>((0,vt.isEqual)(n[o],(0,vt.get)(e[o],"raw",e[o]))||r.persistedEdits&&(0,vt.isEqual)(n[o],r.persistedEdits[o])||(t[o]=n[o]),t)),{});Object.keys(a).length?o[t]=a:delete o[t]}return o;case"EDIT_ENTITY_RECORD":const a={...n[r.recordId],...r.edits};return Object.keys(a).forEach((e=>{void 0===a[e]&&delete a[e]})),{...n,[r.recordId]:a}}return n},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SAVE_ENTITY_RECORD_START":case"SAVE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"SAVE_ENTITY_RECORD_START"===t.type,error:t.error,isAutosave:t.isAutosave}}}return e},deleting:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"DELETE_ENTITY_RECORD_START":case"DELETE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"DELETE_ENTITY_RECORD_START"===t.type,error:t.error}}}return e}}))}function ad(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Xu,t=arguments.length>1?arguments[1]:void 0;return"ADD_ENTITIES"===t.type?[...e,...t.entities]:e}const id=[];let sd;id.offset=0;const ld=_t()({terms:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TERMS"===t.type?{...e,[t.taxonomy]:t.terms}:e},users:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{byId:{},queries:{}},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_QUERY"===t.type?{byId:{...e.byId,...(0,vt.keyBy)(t.users,"id")},queries:{...e.queries,[t.queryID]:(0,vt.map)(t.users,(e=>e.id))}}:e},currentTheme:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_THEME"===t.type?t.currentTheme.stylesheet:e},currentGlobalStylesId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_GLOBAL_STYLES_ID"===t.type?t.id:e},currentUser:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_USER"===t.type?t.currentUser:e},themeBaseGlobalStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLES"===t.type?{...e,[t.stylesheet]:t.globalStyles}:e},taxonomies:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TAXONOMIES"===t.type?t.taxonomies:e},entities:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=ad(e.config,t);let r=e.reducer;if(!r||n!==e.config){const e=(0,vt.groupBy)(n,"kind");r=_t()(Object.entries(e).reduce(((e,t)=>{let[n,r]=t;const o=_t()(r.reduce(((e,t)=>({...e,[t.name]:od(t)})),{}));return e[n]=o,e}),{}))}const o=r(e.data,t);return o===e.data&&n===e.config&&r===e.reducer?e:{reducer:r,data:o,config:n}},undo:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:id,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"EDIT_ENTITY_RECORD":case"CREATE_UNDO_LEVEL":let n="CREATE_UNDO_LEVEL"===t.type;const r=!n&&(t.meta.isUndo||t.meta.isRedo);let o;if(n?t=sd:r||(sd=Object.keys(t.edits).some((e=>!t.transientEdits[e]))?t:{...t,edits:{...sd&&sd.edits,...t.edits}}),r){if(o=[...e],o.offset=e.offset+(t.meta.isUndo?-1:1),!e.flattenedUndo)return o;n=!0,t=sd}if(!t.meta.undo)return e;if(!n&&!Object.keys(t.edits).some((e=>!t.transientEdits[e])))return o=[...e],o.flattenedUndo={...e.flattenedUndo,...t.edits},o.offset=e.offset,o;o=o||e.slice(0,e.offset||void 0),o.offset=o.offset||0,o.pop(),n||o.push({kind:t.meta.undo.kind,name:t.meta.undo.name,recordId:t.meta.undo.recordId,edits:{...e.flattenedUndo,...t.meta.undo.edits}});const a=Object.values(t.meta.undo.edits).filter((e=>"function"!=typeof e)),i=Object.values(t.edits).filter((e=>"function"!=typeof e));return Xi(a,i)||o.push({kind:t.kind,name:t.name,recordId:t.recordId,edits:n?{...e.flattenedUndo,...t.edits}:t.edits}),o}return e},embedPreviews:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_EMBED_PREVIEW"===t.type){const{url:n,preview:r}=t;return{...e,[n]:r}}return e},userPermissions:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_PERMISSION"===t.type?{...e,[t.key]:t.isAllowed}:e},autosaves:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_AUTOSAVES"===t.type){const{postId:n,autosaves:r}=t;return{...e,[n]:r}}return e}}),cd=new WeakMap;function ud(e,t){var n,r;const{stableKey:o,page:a,perPage:i,include:s,fields:l,context:c}=Qu(t);let u;if(null!==(n=e.queries)&&void 0!==n&&null!==(r=n[c])&&void 0!==r&&r[o]&&(u=e.queries[c][o]),!u)return null;const d=-1===i?0:(a-1)*i,p=-1===i?u.length:Math.min(d+i,u.length),m=[];for(let t=d;t1&&void 0!==arguments[1]?arguments[1]:{},n=cd.get(e);if(n){const e=n.get(t);if(void 0!==e)return e}else n=new(Ot()),cd.set(e,n);const r=ud(e,t);return n.set(t,r),r}));const pd={},md=[],fd=Yt((e=>(t,n)=>e(ku).isResolving("getEmbedPreview",[n])));function hd(e,t){hu("select( 'core' ).getAuthors()",{since:"5.9",alternative:"select( 'core' ).getUsers({ who: 'authors' })"});const n=Xc("/wp/v2/users/?who=authors&per_page=100",t);return bd(e,n)}function gd(e){return e.currentUser}const bd=Dr(((e,t)=>{const n=e.users.queries[t];return(0,vt.map)(n,(t=>e.users.byId[t]))}),((e,t)=>[e.users.queries[t],e.users.byId]));function vd(e,t){return(0,vt.filter)(e.entities.config,{kind:t})}function yd(e,t,n){return(0,vt.find)(e.entities.config,{kind:t,name:n})}const _d=Dr(((e,t,n,r,o)=>{var a,i;const s=(0,vt.get)(e.entities.data,[t,n,"queriedData"]);if(!s)return;const l=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";if(void 0===o){var c;if(null===(c=s.itemIsComplete[l])||void 0===c||!c[r])return;return s.items[l][r]}const u=null===(i=s.items[l])||void 0===i?void 0:i[r];if(u&&o._fields){const e={},t=Ju(o._fields);for(let n=0;n{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[(0,vt.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,vt.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r])]}));function Md(e,t,n,r){return _d(e,t,n,r)}const kd=Dr(((e,t,n,r)=>{const o=_d(e,t,n,r);return o&&Object.keys(o).reduce(((r,a)=>(!function(e,t){return(e.rawAttributes||[]).includes(t)}(yd(e,t,n),a)?r[a]=o[a]:r[a]=(0,vt.get)(o[a],"raw",o[a]),r)),{})}),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,vt.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,vt.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r])]}));function wd(e,t,n,r){return Array.isArray(Ed(e,t,n,r))}function Ed(e,t,n,r){const o=(0,vt.get)(e.entities.data,[t,n,"queriedData"]);return o?dd(o,r):md}const Ld=Dr((e=>{const{entities:{data:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].edits).filter((t=>_d(e,r,o,t)&&Ad(e,r,o,t)));if(a.length){const t=yd(e,r,o);a.forEach((a=>{var i;const s=Td(e,r,o,a);n.push({key:s[t.key||Fu],title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,s))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.data])),Cd=Dr((e=>{const{entities:{data:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].saving).filter((t=>Nd(e,r,o,t)));if(a.length){const t=yd(e,r,o);a.forEach((a=>{var i;const s=Td(e,r,o,a);n.push({key:s[t.key||Fu],title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,s))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.data]));function xd(e,t,n,r){return(0,vt.get)(e.entities.data,[t,n,"edits",r])}const Sd=Dr(((e,t,n,r)=>{const{transientEdits:o}=yd(e,t,n)||{},a=xd(e,t,n,r)||{};return o?Object.keys(a).reduce(((e,t)=>(o[t]||(e[t]=a[t]),e)),{}):a}),((e,t,n,r)=>[e.entities.config,(0,vt.get)(e.entities.data,[t,n,"edits",r])]));function Ad(e,t,n,r){return Nd(e,t,n,r)||Object.keys(Sd(e,t,n,r)).length>0}const Td=Dr(((e,t,n,r)=>({...kd(e,t,n,r),...xd(e,t,n,r)})),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,vt.get)(e.entities.data,[t,n,"queriedData","items",i,r]),(0,vt.get)(e.entities.data,[t,n,"queriedData","itemIsComplete",i,r]),(0,vt.get)(e.entities.data,[t,n,"edits",r])]}));function zd(e,t,n,r){const{pending:o,isAutosave:a}=(0,vt.get)(e.entities.data,[t,n,"saving",r],{});return Boolean(o&&a)}function Nd(e,t,n,r){return(0,vt.get)(e.entities.data,[t,n,"saving",r,"pending"],!1)}function Od(e,t,n,r){return(0,vt.get)(e.entities.data,[t,n,"deleting",r,"pending"],!1)}function Dd(e,t,n,r){return(0,vt.get)(e.entities.data,[t,n,"saving",r,"error"])}function Bd(e,t,n,r){return(0,vt.get)(e.entities.data,[t,n,"deleting",r,"error"])}function Id(e){return e.undo.offset}function Pd(e){return e.undo[e.undo.length-2+Id(e)]}function Rd(e){return e.undo[e.undo.length+Id(e)]}function Hd(e){return Boolean(Pd(e))}function Wd(e){return Boolean(Rd(e))}function Yd(e){return _d(e,"root","theme",e.currentTheme)}function jd(e){return e.currentGlobalStylesId}function qd(e){var t,n;return null!==(t=null===(n=Yd(e))||void 0===n?void 0:n.theme_supports)&&void 0!==t?t:pd}function Fd(e,t){return e.embedPreviews[t]}function Vd(e,t){const n=e.embedPreviews[t],r=''+t+"";return!!n&&n.html===r}function Xd(e,t,n,r){const o=(0,vt.compact)([t,n,r]).join("/");return(0,vt.get)(e,["userPermissions",o])}function Ud(e,t,n,r){const o=yd(e,t,n);if(!o)return!1;return Xd(e,"update",o.__unstable_rest_base,r)}function $d(e,t,n){return e.autosaves[n]}function Gd(e,t,n,r){if(void 0===r)return;const o=e.autosaves[n];return(0,vt.find)(o,{author:r})}const Kd=Yt((e=>(t,n,r)=>e(ku).hasFinishedResolution("getAutosaves",[n,r]))),Jd=Dr((()=>[]),(e=>[e.undo.length,e.undo.offset,e.undo.flattenedUndo]));function Zd(e,t){const n=Ed(e,"postType","wp_template",{"find-template":t}),r=null!=n&&n.length?n[0]:null;return r?Td(e,"postType","wp_template",r.id):r}function Qd(e){const t=Yd(e);return t?e.themeBaseGlobalStyles[t.stylesheet]:null}const ep=e=>function(){for(var t=arguments.length,n=new Array(t),r=0;r{let{resolveSelect:r}=t;await r[e](...n)}},tp=e=>async t=>{let{dispatch:n}=t;const r=Xc("/wp/v2/users/?who=authors&per_page=100",e),o=await mu({path:r});n.receiveUserQuery(r,o)},np=()=>async e=>{let{dispatch:t}=e;const n=await mu({path:"/wp/v2/users/me"});t.receiveCurrentUser(n)},rp=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return async o=>{let{select:a,dispatch:i}=o;const s=await i(Ku(e)),l=(0,vt.find)(s,{kind:e,name:t});if(!l||null!=l&&l.__experimentalNoFetch)return;const c=await i.__unstableAcquireStoreLock(ku,["entities","data",e,t,n],{exclusive:!1});try{void 0!==r&&r._fields&&(r={...r,_fields:(0,vt.uniq)([...Ju(r._fields)||[],l.key||Fu]).join()});const o=Xc(l.baseURL+(n?"/"+n:""),{...l.baseURLParams,...r});if(void 0!==r){r={...r,include:[n]};if(a.hasEntityRecords(e,t,r))return}const s=await mu({path:o});i.receiveEntityRecords(e,t,s,r)}catch(e){}finally{i.__unstableReleaseStoreLock(c)}}},op=ep("getEntityRecord"),ap=ep("getEntityRecord"),ip=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return async r=>{let{dispatch:o}=r;const a=await o(Ku(e)),i=(0,vt.find)(a,{kind:e,name:t});if(!i||null!=i&&i.__experimentalNoFetch)return;const s=await o.__unstableAcquireStoreLock(ku,["entities","data",e,t],{exclusive:!1});try{var l;n._fields&&(n={...n,_fields:(0,vt.uniq)([...Ju(n._fields)||[],i.key||Fu]).join()});const r=Xc(i.baseURL,{...i.baseURLParams,...n});let a=Object.values(await mu({path:r}));if(n._fields&&(a=a.map((e=>(n._fields.split(",").forEach((t=>{e.hasOwnProperty(t)||(e[t]=void 0)})),e)))),o.receiveEntityRecords(e,t,a,n),!(null!==(l=n)&&void 0!==l&&l._fields||n.context)){const n=i.key||Fu,r=a.filter((e=>e[n])).map((r=>[e,t,r[n]]));o({type:"START_RESOLUTIONS",selectorName:"getEntityRecord",args:r}),o({type:"FINISH_RESOLUTIONS",selectorName:"getEntityRecord",args:r})}}catch(e){}finally{o.__unstableReleaseStoreLock(s)}}};ip.shouldInvalidate=(e,t,n)=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&t===e.kind&&n===e.name;const sp=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const r=await n.getEntityRecords("root","theme",{status:"active"});t.receiveCurrentTheme(r[0])},lp=ep("getCurrentTheme"),cp=e=>async t=>{let{dispatch:n}=t;try{const t=await mu({path:Xc("/oembed/1.0/proxy",{url:e})});n.receiveEmbedPreview(e,t)}catch(t){n.receiveEmbedPreview(e,!1)}},up=(e,t,n)=>async r=>{let{dispatch:o}=r;const a={create:"POST",read:"GET",update:"PUT",delete:"DELETE"}[e];if(!a)throw new Error(`'${e}' is not a valid action.`);const i=n?`/wp/v2/${t}/${n}`:`/wp/v2/${t}`;let s,l;try{s=await mu({path:i,method:n?"GET":"OPTIONS",parse:!1})}catch(e){return}l=(0,vt.hasIn)(s,["headers","get"])?s.headers.get("allow"):(0,vt.get)(s,["headers","Allow"],"");const c=(0,vt.compact)([e,t,n]).join("/"),u=(0,vt.includes)(l,a);o.receiveUserPermission(c,u)},dp=(e,t,n)=>async r=>{let{dispatch:o}=r;const a=await o(Ku(e)),i=(0,vt.find)(a,{kind:e,name:t});if(!i)return;const s=i.__unstable_rest_base;await o(up("update",s,n))},pp=(e,t)=>async n=>{let{dispatch:r,resolveSelect:o}=n;const{rest_base:a}=await o.getPostType(e),i=await mu({path:`/wp/v2/${a}/${t}/autosaves?context=edit`});i&&i.length&&r.receiveAutosaves(t,i)},mp=(e,t)=>async n=>{let{resolveSelect:r}=n;await r.getAutosaves(e,t)},fp=e=>async t=>{let n,{dispatch:r,resolveSelect:o}=t;try{n=await window.fetch(Xc(e,{"_wp-find-template":!0})).then((e=>e.json())).then((e=>{let{data:t}=e;return t}))}catch(e){}if(!n)return;const a=await o.getEntityRecord("postType","wp_template",n.id);a&&r.receiveEntityRecords("postType","wp_template",[a],{"find-template":e})};fp.shouldInvalidate=e=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&"postType"===e.kind&&"wp_template"===e.name;const hp=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const r=await n.getEntityRecords("root","theme",{status:"active"}),o=(0,vt.get)(r,[0,"_links","wp:user-global-styles",0,"href"]);if(o){const e=await mu({url:o});t.__experimentalReceiveCurrentGlobalStylesId(e.id)}},gp=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const r=await t.getCurrentTheme(),o=await mu({path:`/wp/v2/global-styles/themes/${r.stylesheet}`});await n.__experimentalReceiveThemeBaseGlobalStyles(r.stylesheet,o)};function bp(e,t){const n={...e};let r=n;for(const e of t)r.children={...r.children,[e]:{locks:[],children:{},...r.children[e]}},r=r.children[e];return n}function vp(e,t){let n=e;for(const e of t){const t=n.children[e];if(!t)return null;n=t}return n}function yp(e,t){let{exclusive:n}=e;return!(!n||!t.length)||!(n||!t.filter((e=>e.exclusive)).length)}const _p={requests:[],tree:{locks:[],children:{}}};function Mp(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_p,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENQUEUE_LOCK_REQUEST":{const{request:n}=t;return{...e,requests:[n,...e.requests]}}case"GRANT_LOCK_REQUEST":{const{lock:n,request:r}=t,{store:o,path:a}=r,i=[o,...a],s=bp(e.tree,i),l=vp(s,i);return l.locks=[...l.locks,n],{...e,requests:e.requests.filter((e=>e!==r)),tree:s}}case"RELEASE_LOCK":{const{lock:n}=t,r=[n.store,...n.path],o=bp(e.tree,r),a=vp(o,r);return a.locks=a.locks.filter((e=>e!==n)),{...e,tree:o}}}return e}function kp(e,t,n,r){let{exclusive:o}=r;const a=[t,...n],i=e.tree;for(const e of function*(e,t){let n=e;yield n;for(const e of t){const t=n.children[e];if(!t)break;yield t,n=t}}(i,a))if(yp({exclusive:o},e.locks))return!1;const s=vp(i,a);if(!s)return!0;for(const e of function*(e){const t=Object.values(e.children);for(;t.length;){const e=t.pop();yield e,t.push(...Object.values(e.children))}}(s))if(yp({exclusive:o},e.locks))return!1;return!0}function Ep(){let e=Mp(void 0,{type:"@@INIT"});function t(){for(const t of function(e){return e.requests}(e)){const{store:n,path:r,exclusive:o,notifyAcquired:a}=t;if(kp(e,n,r,{exclusive:o})){const i={store:n,path:r,exclusive:o};e=Mp(e,{type:"GRANT_LOCK_REQUEST",lock:i,request:t}),a(i)}}}return{acquire:function(n,r,o){return new Promise((a=>{e=Mp(e,{type:"ENQUEUE_LOCK_REQUEST",request:{store:n,path:r,exclusive:o,notifyAcquired:a}}),t()}))},release:function(n){e=Mp(e,{type:"RELEASE_LOCK",lock:n}),t()}}}function Lp(){const e=Ep();return{__unstableAcquireStoreLock:function(t,n,r){let{exclusive:o}=r;return()=>e.acquire(t,n,o)},__unstableReleaseStoreLock:function(t){return()=>e.release(t)}}}const Cp=e=>{const{dispatch:t}=Cc();return void 0===e?t:t(e)},xp=[],Sp={...Xu.reduce(((e,t)=>(e[t.kind]||(e[t.kind]={}),e[t.kind][t.name]={context:(0,ft.createContext)()},e)),{}),...Uu.reduce(((e,t)=>(e[t.name]={},e)),{})},Ap=(e,t)=>{if(!Sp[e])throw new Error(`Missing entity config for kind: ${e}.`);return Sp[e][t]||(Sp[e][t]={context:(0,ft.createContext)()}),Sp[e][t]};function Tp(e){let{kind:t,type:n,id:r,children:o}=e;const a=Ap(t,n).context.Provider;return(0,ft.createElement)(a,{value:r},o)}function zp(e,t){return(0,ft.useContext)(Ap(e,t).context)}function Np(e,t,n,r){const o=zp(e,t),a=null!=r?r:o,{value:i,fullValue:s}=Nc((r=>{const{getEntityRecord:o,getEditedEntityRecord:i}=r(ku),s=o(e,t,a),l=i(e,t,a);return s&&l?{value:l[n],fullValue:s[n]}:{}}),[e,t,a,n]),{editEntityRecord:l}=Cp(ku);return[i,(0,ft.useCallback)((r=>{l(e,t,a,{[n]:r})}),[e,t,a,n]),s]}function Op(e,t){let{id:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=zp(e,t),o=null!=n?n:r,{content:a,blocks:i}=Nc((n=>{const{getEditedEntityRecord:r}=n(ku),a=r(e,t,o);return{blocks:a.blocks,content:a.content}}),[e,t,o]),{__unstableCreateUndoLevel:s,editEntityRecord:l}=Cp(ku);(0,ft.useEffect)((()=>{if(a&&"function"!=typeof a&&!i){const n=sl(a);l(e,t,o,{blocks:n},{undoIgnore:!0})}}),[a]);const c=(0,ft.useCallback)(((n,r)=>{const{selection:a}=r,c={blocks:n,selection:a};if(i===c.blocks)return s(e,t,o);c.content=e=>{let{blocks:t=[]}=e;return ts(t)},l(e,t,o,c)}),[e,t,o,i]),u=(0,ft.useCallback)(((n,r)=>{const{selection:a}=r;l(e,t,o,{blocks:n,selection:a})}),[e,t,o]);return[null!=i?i:xp,u,c]}const Dp=Xu.reduce(((e,t)=>{const{kind:n,name:r}=t;return e[Gu(n,r)]=(e,t,o)=>_d(e,n,r,t,o),e[Gu(n,r,"get",!0)]=function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),a=1;a{const{kind:n,name:r}=t;e[Gu(n,r)]=(e,t)=>rp(n,r,e,t);const o=Gu(n,r,"get",!0);return e[o]=function(){for(var e=arguments.length,t=new Array(e),o=0;o1?t-1:0),a=1;a{const{kind:n,name:r}=t;return e[Gu(n,r,"save")]=e=>Pu(n,r,e),e[Gu(n,r,"delete")]=(e,t)=>Nu(n,r,e,t),e}),{}),Pp=fn(ku,{reducer:ld,actions:{...a,...Ip,...Lp()},selectors:{...i,...Dp},resolvers:{...s,...Bp},__experimentalUseThunks:!0});En(Pp);const Rp=function(e,t){return n=>{const r=e(n),o=n.displayName||n.name||"Component";return r.displayName=`${(0,vt.upperFirst)((0,vt.camelCase)(t))}(${o})`,r}};function Hp(e){return{type:"API_FETCH",request:e}}const Wp={AWAIT_PROMISE:e=>{let{promise:t}=e;return t},API_FETCH(e){let{request:t}=e;return mu(t)}};er("blocks.registerBlockType","core/compat/migrateLightBlockWrapper",(function(e){const{apiVersion:t=1}=e;return t<2&&ia(e,"lightBlockWrapper",!1)&&(e.apiVersion=2),e}));var Yp=n(4184),jp=n.n(Yp);var qp=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t0?Gp(am,--rm):0,tm--,10===om&&(tm=1,em--),om}function cm(){return om=rm2||mm(om)>3?"":" "}function vm(e,t){for(;--t&&cm()&&!(om<48||om>102||om>57&&om<65||om>70&&om<97););return pm(e,dm()+(t<6&&32==um()&&32==cm()))}function ym(e){for(;cm();)switch(om){case e:return rm;case 34:case 39:return ym(34===e||39===e?e:om);case 40:41===e&&ym(e);break;case 92:cm()}return rm}function _m(e,t){for(;cm()&&e+om!==57&&(e+om!==84||47!==um()););return"/*"+pm(t,rm-1)+"*"+Vp(47===e?e:cm())}function Mm(e){for(;!mm(um());)cm();return pm(e,rm)}var km="-ms-",wm="-moz-",Em="-webkit-",Lm="comm",Cm="rule",xm="decl";function Sm(e,t){for(var n="",r=Zp(e),o=0;o6)switch(Gp(e,t+1)){case 109:if(45!==Gp(e,t+4))break;case 102:return Up(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+wm+(108==Gp(e,t+3)?"$3":"$2-$3"))+e;case 115:return~$p(e,"stretch")?Tm(Up(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==Gp(e,t+1))break;case 6444:switch(Gp(e,Jp(e)-3-(~$p(e,"!important")&&10))){case 107:return Up(e,":",":"+Em)+e;case 101:return Up(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Em+(45===Gp(e,14)?"inline-":"")+"box$3$1"+Em+"$2$3$1"+km+"$2box$3")+e}break;case 5936:switch(Gp(e,t+11)){case 114:return Em+e+km+Up(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Em+e+km+Up(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Em+e+km+Up(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Em+e+km+e+e}return e}function zm(e){return hm(Nm("",null,null,null,[""],e=fm(e),0,[0],e))}function Nm(e,t,n,r,o,a,i,s,l){for(var c=0,u=0,d=i,p=0,m=0,f=0,h=1,g=1,b=1,v=0,y="",_=o,M=a,k=r,w=y;g;)switch(f=v,v=cm()){case 34:case 39:case 91:case 40:w+=gm(v);break;case 9:case 10:case 13:case 32:w+=bm(f);break;case 92:w+=vm(dm()-1,7);continue;case 47:switch(um()){case 42:case 47:Qp(Dm(_m(cm(),dm()),t,n),l);break;default:w+="/"}break;case 123*h:s[c++]=Jp(w)*b;case 125*h:case 59:case 0:switch(v){case 0:case 125:g=0;case 59+u:m>0&&Jp(w)-d&&Qp(m>32?Bm(w+";",r,n,d-1):Bm(Up(w," ","")+";",r,n,d-2),l);break;case 59:w+=";";default:if(Qp(k=Om(w,t,n,c,u,o,s,y,_=[],M=[],d),a),123===v)if(0===u)Nm(w,t,k,k,_,a,d,s,M);else switch(p){case 100:case 109:case 115:Nm(e,k,k,r&&Qp(Om(e,k,k,0,0,o,s,y,o,_=[],d),M),o,M,d,s,r?_:M);break;default:Nm(w,k,k,k,[""],M,d,s,M)}}c=u=m=0,h=b=1,y=w="",d=i;break;case 58:d=1+Jp(w),m=f;default:if(h<1)if(123==v)--h;else if(125==v&&0==h++&&125==lm())continue;switch(w+=Vp(v),v*h){case 38:b=u>0?1:(w+="\f",-1);break;case 44:s[c++]=(Jp(w)-1)*b,b=1;break;case 64:45===um()&&(w+=gm(cm())),p=um(),u=Jp(y=w+=Mm(dm())),v++;break;case 45:45===f&&2==Jp(w)&&(h=0)}}return a}function Om(e,t,n,r,o,a,i,s,l,c,u){for(var d=o-1,p=0===o?a:[""],m=Zp(p),f=0,h=0,g=0;f0?p[b]+" "+v:Up(v,/&\f/g,p[b])))&&(l[g++]=y);return im(e,t,n,0===o?Cm:s,l,c,u)}function Dm(e,t,n){return im(e,t,n,Lm,Vp(om),Kp(e,2,-2),0)}function Bm(e,t,n,r){return im(e,t,n,xm,Kp(e,0,r),Kp(e,r+1,-1),r)}var Im=function(e,t,n){for(var r=0,o=0;r=o,o=um(),38===r&&12===o&&(t[n]=1),!mm(o);)cm();return pm(e,rm)},Pm=function(e,t){return hm(function(e,t){var n=-1,r=44;do{switch(mm(r)){case 0:38===r&&12===um()&&(t[n]=1),e[n]+=Im(rm-1,t,n);break;case 2:e[n]+=gm(r);break;case 4:if(44===r){e[++n]=58===um()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=Vp(r)}}while(r=cm());return e}(fm(e),t))},Rm=new WeakMap,Hm=function(e){if("rule"===e.type&&e.parent&&e.length){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Rm.get(n))&&!r){Rm.set(e,!0);for(var o=[],a=Pm(t,o),i=n.props,s=0,l=0;s=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};const Fm={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};const Vm=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}};var Xm=/[A-Z]|^ms/g,Um=/_EMO_([^_]+?)_([^]*?)_EMO_/g,$m=function(e){return 45===e.charCodeAt(1)},Gm=function(e){return null!=e&&"boolean"!=typeof e},Km=Vm((function(e){return $m(e)?e:e.replace(Xm,"-$&").toLowerCase()})),Jm=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Um,(function(e,t,n){return Qm={name:t,styles:n,next:Qm},t}))}return 1===Fm[e]||$m(e)||"number"!=typeof t||0===t?t:t+"px"};function Zm(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Qm={name:n.name,styles:n.styles,next:Qm},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Qm={name:r.name,styles:r.styles,next:Qm},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o{let t=ba().replace(/[0-9]/g,"");for(;sf.has(t);)t=ba().replace(/[0-9]/g,"");return sf.add(t),jm({container:e,key:t})}));function cf(e){let{children:t,document:n}=e;if(!n)return null;const r=lf(n.head);return(0,ft.createElement)(rf,{value:r},t)}const uf=(0,ft.createContext)(),df=new WeakMap;function pf(e){const t=df.get(e)||0;return df.set(e,t+1),t}function mf(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return(0,ft.useMemo)((()=>{if(n)return n;const r=pf(e);return t?`${t}-${r}`:r}),[e])}function ff(e,t,n){const r=bc((()=>(0,vt.debounce)(e,t,n)),[e,t,n]);return(0,ft.useEffect)((()=>()=>r.cancel()),[r]),r}function hf(e){if(!e.collapsed){const t=Array.from(e.getClientRects());if(1===t.length)return t[0];const n=t.filter((e=>{let{width:t}=e;return t>1}));if(0===n.length)return e.getBoundingClientRect();if(1===n.length)return n[0];let{top:r,bottom:o,left:a,right:i}=n[0];for(const{top:e,bottom:t,left:s,right:l}of n)eo&&(o=t),si&&(i=l);return new window.DOMRect(a,r,i-a,o-r)}const{startContainer:t}=e,{ownerDocument:n}=t;if("BR"===t.nodeName){const{parentNode:r}=t;Io();const o=Array.from(r.childNodes).indexOf(t);Io(),(e=n.createRange()).setStart(r,o),e.setEnd(r,o)}let r=e.getClientRects()[0];if(!r){Io();const t=n.createTextNode("​");(e=e.cloneRange()).insertNode(t),r=e.getClientRects()[0],Io(t.parentNode),t.parentNode.removeChild(t)}return r}function gf(e){const[t,n]=(0,ft.useState)((()=>!(!e||"undefined"==typeof window||!window.matchMedia(e).matches)));return(0,ft.useEffect)((()=>{if(!e)return;const t=()=>n(window.matchMedia(e).matches);t();const r=window.matchMedia(e);return r.addListener(t),()=>{r.removeListener(t)}}),[e]),!!e&&t}const bf={huge:1440,wide:1280,large:960,medium:782,small:600,mobile:480},vf={">=":"min-width","<":"max-width"},yf={">=":(e,t)=>t>=e,"<":(e,t)=>t1&&void 0!==arguments[1]?arguments[1]:">=";const n=(0,ft.useContext)(_f),r=!n&&`(${vf[t]}: ${bf[e]}px)`,o=gf(r||void 0);return n?yf[t](bf[e],n):o};Mf.__experimentalWidthProvider=_f.Provider;const kf=Mf;var wf=n(5464),Ef=n.n(wf);const Lf=Ef();function Cf(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!e){if("undefined"==typeof window)return!1;e=window}const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||(0,vt.includes)(["iPad","iPhone"],t)}const xf=8,Sf=13,Af=27,Tf=32,zf=37,Nf=38,Of=39,Df=40,Bf=46,If="alt",Pf="ctrl",Rf="meta",Hf="shift",Wf={primary:e=>e()?[Rf]:[Pf],primaryShift:e=>e()?[Hf,Rf]:[Pf,Hf],primaryAlt:e=>e()?[If,Rf]:[Pf,If],secondary:e=>e()?[Hf,If,Rf]:[Pf,Hf,If],access:e=>e()?[Pf,If]:[Hf,If],ctrl:()=>[Pf],alt:()=>[If],ctrlShift:()=>[Pf,Hf],shift:()=>[Hf],shiftAlt:()=>[Hf,If],undefined:()=>[]},Yf=(0,vt.mapValues)(Wf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cf;return[...e(n),t.toLowerCase()].join("+")})),jf=(0,vt.mapValues)(Wf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cf;const r=n(),o={[If]:r?"⌥":"Alt",[Pf]:r?"⌃":"Ctrl",[Rf]:"⌘",[Hf]:r?"⇧":"Shift"},a=e(n).reduce(((e,t)=>{const n=(0,vt.get)(o,t,t);return r?[...e,n]:[...e,n,"+"]}),[]),i=(0,vt.capitalize)(t);return[...a,i]})),qf=(0,vt.mapValues)(jf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cf;return e(t,n).join("")})),Ff=(0,vt.mapValues)(Wf,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cf;const r=n(),o={[Hf]:"Shift",[Rf]:r?"Command":"Control",[Pf]:"Control",[If]:r?"Option":"Alt",",":vr("Comma"),".":vr("Period"),"`":vr("Backtick")};return[...e(n),t].map((e=>(0,vt.capitalize)((0,vt.get)(o,e,e)))).join(r?" ":" + ")}));function Vf(e){return[If,Pf,Rf,Hf].filter((t=>e[`${t}Key`]))}const Xf=(0,vt.mapValues)(Wf,(e=>function(t,n){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Cf;const o=e(r),a=Vf(t);if((0,vt.xor)(o,a).length)return!1;let i=t.key.toLowerCase();return n?(t.altKey&&1===n.length&&(i=String.fromCharCode(t.keyCode).toLowerCase()),"del"===n&&(n="delete"),i===n.toLowerCase()):(0,vt.includes)(o,i)}));function Uf(e){return[e?'[tabindex]:not([tabindex^="-"])':"[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])",'iframe:not([tabindex^="-"])',"object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",")}function $f(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function Gf(e){const t=e.closest("map[name]");if(!t)return!1;const n=e.ownerDocument.querySelector('img[usemap="#'+t.name+'"]');return!!n&&$f(n)}function Kf(e){let{sequential:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelectorAll(Uf(t));return Array.from(n).filter((e=>{if(!$f(e))return!1;const{nodeName:t}=e;return"AREA"!==t||Gf(e)}))}function Jf(e){const t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function Zf(e){return-1!==Jf(e)}function Qf(e,t){return{element:e,index:t}}function eh(e){return e.element}function th(e,t){const n=Jf(e.element),r=Jf(t.element);return n===r?e.index-t.index:n-r}function nh(e){return e.filter(Zf).map(Qf).sort(th).map(eh).reduce(function(){const e={};return function(t,n){const{nodeName:r,type:o,checked:a,name:i}=n;if("INPUT"!==r||"radio"!==o||!i)return t.concat(n);const s=e.hasOwnProperty(i);if(!a&&s)return t;if(s){const n=e[i];t=(0,vt.without)(t,n)}return e[i]=n,t.concat(n)}}(),[])}function rh(e){return nh(Kf(e))}function oh(e){const t=Kf(e.ownerDocument.body),n=t.indexOf(e);return t.length=n,(0,vt.last)(nh(t))}function ah(e){const t=Kf(e.ownerDocument.body),n=t.indexOf(e),r=t.slice(n+1);return(0,vt.first)(nh(r))}const ih={focusable:l,tabbable:c};function sh(e,t){const n=(0,ft.useRef)();return(0,ft.useCallback)((t=>{t?n.current=e(t):n.current&&n.current()}),t)}const lh=function(){return sh((e=>{let t;function n(n){const{keyCode:r,shiftKey:o,target:a}=n;if(9!==r)return;const i=o?"findPrevious":"findNext",s=ih.tabbable[i](a)||null;if(e.contains(s))return;const l=o?"append":"prepend",{ownerDocument:c}=e,u=c.createElement("div");u.tabIndex=-1,e[l](u),u.focus(),t=setTimeout((()=>e.removeChild(u)))}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n),clearTimeout(t)}}),[])};function ch(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"firstElement";const t=(0,ft.useRef)(e);return(0,ft.useEffect)((()=>{t.current=e}),[e]),(0,ft.useCallback)((e=>{var n,r;if(!e||!1===t.current)return;if(e.contains(null!==(n=null===(r=e.ownerDocument)||void 0===r?void 0:r.activeElement)&&void 0!==n?n:null))return;let o=e;if("firstElement"===t.current){const t=ih.tabbable.find(e)[0];t&&(o=t)}o.focus()}),[])}const uh=function(e){const t=(0,ft.useRef)(null),n=(0,ft.useRef)(null),r=(0,ft.useRef)(e);return(0,ft.useEffect)((()=>{r.current=e}),[e]),(0,ft.useCallback)((e=>{if(e){if(t.current=e,n.current)return;n.current=e.ownerDocument.activeElement}else if(n.current){var o,a,i;const e=null===(o=t.current)||void 0===o?void 0:o.contains(null===(a=t.current)||void 0===a?void 0:a.ownerDocument.activeElement);if(null!==(i=t.current)&&void 0!==i&&i.isConnected&&!e)return;var s;if(r.current)r.current();else null===(s=n.current)||void 0===s||s.focus()}}),[])},dh=["button","submit"];function ph(e){const t=(0,ft.useRef)(e);(0,ft.useEffect)((()=>{t.current=e}),[e]);const n=(0,ft.useRef)(!1),r=(0,ft.useRef)(),o=(0,ft.useCallback)((()=>{clearTimeout(r.current)}),[]);(0,ft.useEffect)((()=>()=>o()),[]),(0,ft.useEffect)((()=>{e||o()}),[e,o]);const a=(0,ft.useCallback)((e=>{const{type:t,target:r}=e;(0,vt.includes)(["mouseup","touchend"],t)?n.current=!1:function(e){if(!(e instanceof window.HTMLElement))return!1;switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return(0,vt.includes)(dh,e.type)}return!1}(r)&&(n.current=!0)}),[]),i=(0,ft.useCallback)((e=>{e.persist(),n.current||(r.current=setTimeout((()=>{document.hasFocus()?"function"==typeof t.current&&t.current(e):e.preventDefault()}),0))}),[]);return{onFocus:o,onMouseDown:a,onMouseUp:a,onTouchStart:a,onTouchEnd:a,onBlur:i}}function mh(e,t){"function"==typeof e?e(t):e&&e.hasOwnProperty("current")&&(e.current=t)}function fh(e){const t=(0,ft.useRef)(),n=(0,ft.useRef)(!1),r=(0,ft.useRef)([]),o=(0,ft.useRef)(e);return o.current=e,(0,ft.useLayoutEffect)((()=>{!1===n.current&&e.forEach(((e,n)=>{const o=r.current[n];e!==o&&(mh(o,null),mh(e,t.current))})),r.current=e}),e),(0,ft.useLayoutEffect)((()=>{n.current=!1})),(0,ft.useCallback)((e=>{mh(t,e),n.current=!0;const a=e?o.current:r.current;for(const t of a)mh(t,e)}),[])}const hh=function(e){const t=(0,ft.useRef)();(0,ft.useEffect)((()=>{t.current=e}),Object.values(e));const n=lh(),r=ch(e.focusOnMount),o=uh(),a=ph((e=>{var n,r;null!==(n=t.current)&&void 0!==n&&n.__unstableOnClose?t.current.__unstableOnClose("focus-outside",e):null!==(r=t.current)&&void 0!==r&&r.onClose&&t.current.onClose()})),i=(0,ft.useCallback)((e=>{e&&e.addEventListener("keydown",(e=>{var n;e.keyCode===Af&&!e.defaultPrevented&&null!==(n=t.current)&&void 0!==n&&n.onClose&&(e.preventDefault(),t.current.onClose())}))}),[]);return[fh([!1!==e.focusOnMount?n:null,!1!==e.focusOnMount?o:null,!1!==e.focusOnMount?r:null,i]),{...a,tabIndex:"-1"}]},gh=e=>(0,ft.createElement)("circle",e),bh=e=>(0,ft.createElement)("g",e),vh=e=>(0,ft.createElement)("path",e),yh=e=>(0,ft.createElement)("rect",e),_h=e=>{let{className:t,isPressed:n,...r}=e;const o={...r,className:jp()(t,{"is-pressed":n})||void 0,role:"img","aria-hidden":!0,focusable:!1};return(0,ft.createElement)("svg",o)},Mh=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));function kh(e,t,n,r,o,a,i,s,l){const{width:c}=t;"left"===n&&Mr()?n="right":"right"===n&&Mr()&&(n="left"),"left"===r&&Mr()?r="right":"right"===r&&Mr()&&(r="left");const u=Math.round(e.left+e.width/2),d={popoverLeft:u,contentWidth:(u-c/2>0?c/2:u)+(u+c/2>window.innerWidth?window.innerWidth-u:c/2)};let p=e.left;"right"===r?p=e.right:"middle"===a||l||(p=u);let m=e.right;"left"===r?m=e.left:"middle"===a||l||(m=u);const f={popoverLeft:p,contentWidth:p-c>0?c:p},h={popoverLeft:m,contentWidth:m+c>window.innerWidth?window.innerWidth-m:c};let g,b=n,v=null;if(!o&&!s)if("center"===n&&d.contentWidth===c)b="center";else if("left"===n&&f.contentWidth===c)b="left";else if("right"===n&&h.contentWidth===c)b="right";else{b=f.contentWidth>h.contentWidth?"left":"right";const e="left"===b?f.contentWidth:h.contentWidth;c>window.innerWidth&&(v=window.innerWidth),e!==c&&(b="center",d.popoverLeft=window.innerWidth/2)}return g="center"===b?d.popoverLeft:"left"===b?f.popoverLeft:h.popoverLeft,i&&(g=Math.min(g,i.offsetLeft+i.offsetWidth-c),Mr()||(g=Math.max(g,0))),{xAxis:b,popoverLeft:g,contentWidth:v}}function wh(e,t,n,r,o,a,i,s,l){const{height:c}=t;if(o){const t=o.getBoundingClientRect(),r=t.top+c-i,a=t.bottom-c-i;if(e.top<=r){if(l){if(!(c+100?c/2:u)+(u+c/2>window.innerHeight?window.innerHeight-u:c/2)},p={popoverTop:e.top,contentHeight:e.top-10-c>0?c:e.top-10},m={popoverTop:e.bottom,contentHeight:e.bottom+10+c>window.innerHeight?window.innerHeight-10-e.bottom:c};let f,h=n,g=null;if(!o&&!s)if("middle"===n&&d.contentHeight===c)h="middle";else if("top"===n&&p.contentHeight===c)h="top";else if("bottom"===n&&m.contentHeight===c)h="bottom";else{h=p.contentHeight>m.contentHeight?"top":"bottom";const e="top"===h?p.contentHeight:m.contentHeight;g=e!==c?e:null}return f="middle"===h?d.popoverTop:"top"===h?p.popoverTop:m.popoverTop,{yAxis:h,popoverTop:f,contentHeight:g}}function Eh(e,t,n){const{defaultView:r}=t,{frameElement:o}=r;if(!o||t===n.ownerDocument)return e;const a=o.getBoundingClientRect();return new r.DOMRect(e.left+a.left,e.top+a.top,e.width,e.height)}let Lh=0;function Ch(e){const t=document.scrollingElement||document.body;e&&(Lh=t.scrollTop);const n=e?"add":"remove";t.classList[n]("lockscroll"),document.documentElement.classList[n]("lockscroll"),e||(t.scrollTop=Lh)}let xh=0;function Sh(){return(0,ft.useEffect)((()=>(0===xh&&Ch(!0),++xh,()=>{1===xh&&Ch(!1),--xh})),[]),null}const Ah=(0,ft.createContext)({registerSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{},getSlot:()=>{},getFills:()=>{},subscribe:()=>{}}),Th=e=>{const{getSlot:t,subscribe:n}=(0,ft.useContext)(Ah),[r,o]=(0,ft.useState)(t(e));return(0,ft.useEffect)((()=>{o(t(e));return n((()=>{o(t(e))}))}),[e]),r};function zh(e){let{name:t,children:n,registerFill:r,unregisterFill:o}=e;const a=Th(t),i=(0,ft.useRef)({name:t,children:n});return(0,ft.useLayoutEffect)((()=>(r(t,i.current),()=>o(t,i.current))),[]),(0,ft.useLayoutEffect)((()=>{i.current.children=n,a&&a.forceUpdate()}),[n]),(0,ft.useLayoutEffect)((()=>{t!==i.current.name&&(o(i.current.name,i.current),i.current.name=t,r(t,i.current))}),[t]),a&&a.node?((0,vt.isFunction)(n)&&(n=n(a.props.fillProps)),(0,gt.createPortal)(n,a.node)):null}const Nh=e=>(0,ft.createElement)(Ah.Consumer,null,(t=>{let{registerFill:n,unregisterFill:r}=t;return(0,ft.createElement)(zh,bt({},e,{registerFill:n,unregisterFill:r}))})),Oh=e=>!(0,vt.isNumber)(e)&&((0,vt.isString)(e)||(0,vt.isArray)(e)?!e.length:!e);class Dh extends ft.Component{constructor(){super(...arguments),this.isUnmounted=!1,this.bindNode=this.bindNode.bind(this)}componentDidMount(){const{registerSlot:e}=this.props;e(this.props.name,this)}componentWillUnmount(){const{unregisterSlot:e}=this.props;this.isUnmounted=!0,e(this.props.name,this)}componentDidUpdate(e){const{name:t,unregisterSlot:n,registerSlot:r}=this.props;e.name!==t&&(n(e.name),r(t,this))}bindNode(e){this.node=e}forceUpdate(){this.isUnmounted||super.forceUpdate()}render(){const{children:e,name:t,fillProps:n={},getFills:r}=this.props,o=(0,vt.map)(r(t,this),(e=>{const t=(0,vt.isFunction)(e.children)?e.children(n):e.children;return ft.Children.map(t,((e,t)=>{if(!e||(0,vt.isString)(e))return e;const n=e.key||t;return(0,ft.cloneElement)(e,{key:n})}))})).filter((0,vt.negate)(Oh));return(0,ft.createElement)(ft.Fragment,null,(0,vt.isFunction)(e)?e(o):o)}}const Bh=e=>(0,ft.createElement)(Ah.Consumer,null,(t=>{let{registerSlot:n,unregisterSlot:r,getFills:o}=t;return(0,ft.createElement)(Dh,bt({},e,{registerSlot:n,unregisterSlot:r,getFills:o}))})),Ih=(0,ft.createContext)({slots:{},fills:{},registerSlot:()=>{},updateSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{}});function Ph(e){const t=(0,ft.useContext)(Ih),n=t.slots[e]||{},r=t.fills[e],o=(0,ft.useMemo)((()=>r||[]),[r]);return{...n,updateSlot:(0,ft.useCallback)((n=>{t.updateSlot(e,n)}),[e,t.updateSlot]),unregisterSlot:(0,ft.useCallback)((n=>{t.unregisterSlot(e,n)}),[e,t.unregisterSlot]),fills:o,registerFill:(0,ft.useCallback)((n=>{t.registerFill(e,n)}),[e,t.registerFill]),unregisterFill:(0,ft.useCallback)((n=>{t.unregisterFill(e,n)}),[e,t.unregisterFill])}}function Rh(){const[,e]=(0,ft.useState)({}),t=(0,ft.useRef)(!0);return(0,ft.useEffect)((()=>()=>{t.current=!1}),[]),()=>{t.current&&e({})}}function Hh(e){let{name:t,children:n}=e;const r=Ph(t),o=(0,ft.useRef)({rerender:Rh()});return(0,ft.useEffect)((()=>(r.registerFill(o),()=>{r.unregisterFill(o)})),[r.registerFill,r.unregisterFill]),r.ref&&r.ref.current?("function"==typeof n&&(n=n(r.fillProps)),(0,gt.createPortal)(n,r.ref.current)):null}const Wh=(0,ft.forwardRef)((function(e,t){let{name:n,fillProps:r={},as:o="div",...a}=e;const i=(0,ft.useContext)(Ih),s=(0,ft.useRef)();return(0,ft.useLayoutEffect)((()=>(i.registerSlot(n,s,r),()=>{i.unregisterSlot(n,s)})),[i.registerSlot,i.unregisterSlot,n]),(0,ft.useLayoutEffect)((()=>{i.updateSlot(n,r)})),(0,ft.createElement)(o,bt({ref:fh([t,s])},a))}));function Yh(e){let{children:t}=e;const n=function(){const[e,t]=(0,ft.useState)({}),[n,r]=(0,ft.useState)({}),o=(0,ft.useCallback)(((e,n,r)=>{t((t=>{const o=t[e]||{};return{...t,[e]:{...o,ref:n||o.ref,fillProps:r||o.fillProps||{}}}}))}),[]),a=(0,ft.useCallback)(((e,n)=>{t((t=>{const{[e]:r,...o}=t;return(null==r?void 0:r.ref)===n?o:t}))}),[]),i=(0,ft.useCallback)(((t,r)=>{const o=e[t];if(o&&!Xi(o.fillProps,r)){o.fillProps=r;const e=n[t];e&&e.map((e=>e.current.rerender()))}}),[e,n]),s=(0,ft.useCallback)(((e,t)=>{r((n=>({...n,[e]:[...n[e]||[],t]})))}),[]),l=(0,ft.useCallback)(((e,t)=>{r((n=>n[e]?{...n,[e]:n[e].filter((e=>e!==t))}:n))}),[]);return(0,ft.useMemo)((()=>({slots:e,fills:n,registerSlot:o,updateSlot:i,unregisterSlot:a,registerFill:s,unregisterFill:l})),[e,n,o,i,a,s,l])}();return(0,ft.createElement)(Ih.Provider,{value:n},t)}class jh extends ft.Component{constructor(){super(...arguments),this.registerSlot=this.registerSlot.bind(this),this.registerFill=this.registerFill.bind(this),this.unregisterSlot=this.unregisterSlot.bind(this),this.unregisterFill=this.unregisterFill.bind(this),this.getSlot=this.getSlot.bind(this),this.getFills=this.getFills.bind(this),this.hasFills=this.hasFills.bind(this),this.subscribe=this.subscribe.bind(this),this.slots={},this.fills={},this.listeners=[],this.contextValue={registerSlot:this.registerSlot,unregisterSlot:this.unregisterSlot,registerFill:this.registerFill,unregisterFill:this.unregisterFill,getSlot:this.getSlot,getFills:this.getFills,hasFills:this.hasFills,subscribe:this.subscribe}}registerSlot(e,t){const n=this.slots[e];this.slots[e]=t,this.triggerListeners(),this.forceUpdateSlot(e),n&&n.forceUpdate()}registerFill(e,t){this.fills[e]=[...this.fills[e]||[],t],this.forceUpdateSlot(e)}unregisterSlot(e,t){this.slots[e]===t&&(delete this.slots[e],this.triggerListeners())}unregisterFill(e,t){this.fills[e]=(0,vt.without)(this.fills[e],t),this.forceUpdateSlot(e)}getSlot(e){return this.slots[e]}getFills(e,t){return this.slots[e]!==t?[]:this.fills[e]}hasFills(e){return this.fills[e]&&!!this.fills[e].length}forceUpdateSlot(e){const t=this.getSlot(e);t&&t.forceUpdate()}triggerListeners(){this.listeners.forEach((e=>e()))}subscribe(e){return this.listeners.push(e),()=>{this.listeners=(0,vt.without)(this.listeners,e)}}render(){return(0,ft.createElement)(Ah.Provider,{value:this.contextValue},this.props.children)}}function qh(e){return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(Nh,e),(0,ft.createElement)(Hh,e))}const Fh=(0,ft.forwardRef)(((e,t)=>{let{bubblesVirtually:n,...r}=e;return n?(0,ft.createElement)(Wh,bt({},r,{ref:t})):(0,ft.createElement)(Bh,r)}));function Vh(e){let{children:t,...n}=e;return(0,ft.createElement)(jh,n,(0,ft.createElement)(Yh,null,t))}function Xh(e){const t=t=>(0,ft.createElement)(qh,bt({name:e},t));t.displayName=e+"Fill";const n=t=>(0,ft.createElement)(Fh,bt({name:e},t));return n.displayName=e+"Slot",n.__unstableName=e,{Fill:t,Slot:n}}function Uh(e){return"appear"===e?"top":"left"}function $h(e){if("loading"===e.type)return jp()("components-animate__loading");const{type:t,origin:n=Uh(t)}=e;if("appear"===t){const[e,t="center"]=n.split(" ");return jp()("components-animate__appear",{["is-from-"+t]:"center"!==t,["is-from-"+e]:"middle"!==e})}return"slide-in"===t?jp()("components-animate__slide-in","is-from-"+n):void 0}const Gh="Popover",Kh=(0,ft.createContext)();function Jh(e,t){const{paddingTop:n,paddingBottom:r,paddingLeft:o,paddingRight:a}=function(e){return e.ownerDocument.defaultView.getComputedStyle(e)}(t),i=n?parseInt(n,10):0,s=r?parseInt(r,10):0,l=o?parseInt(o,10):0,c=a?parseInt(a,10):0;return{x:e.left+l,y:e.top+i,width:e.width-l-c,height:e.height-i-s,left:e.left+l,right:e.right-c,top:e.top+i,bottom:e.bottom-s}}function Zh(e,t,n){n?e.getAttribute(t)!==n&&e.setAttribute(t,n):e.hasAttribute(t)&&e.removeAttribute(t)}function Qh(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";e.style[t]!==n&&(e.style[t]=n)}function eg(e,t,n){n?e.classList.contains(t)||e.classList.add(t):e.classList.contains(t)&&e.classList.remove(t)}const tg=(0,ft.forwardRef)(((e,t)=>{let{headerTitle:n,onClose:r,children:o,className:a,noArrow:i=!0,isAlternate:s,position:l="bottom right",range:c,focusOnMount:u="firstElement",anchorRef:d,shouldAnchorIncludePadding:p,anchorRect:m,getAnchorRect:f,expandOnMobile:h,animate:g=!0,onFocusOutside:b,__unstableStickyBoundaryElement:v,__unstableSlotName:y=Gh,__unstableObserveElement:_,__unstableBoundaryParent:M,__unstableForcePosition:k,__unstableForceXAlignment:w,__unstableEditorCanvasWrapper:E,...L}=e;const C=(0,ft.useRef)(null),x=(0,ft.useRef)(null),S=(0,ft.useRef)(),A=kf("medium","<"),[T,z]=(0,ft.useState)(),N=(0,ft.useContext)(Kh)||y,O=Ph(N),D=h&&A,[B,I]=Lf();i=D||i,(0,ft.useLayoutEffect)((()=>{if(D)return eg(S.current,"is-without-arrow",i),eg(S.current,"is-alternate",s),Zh(S.current,"data-x-axis"),Zh(S.current,"data-y-axis"),Qh(S.current,"top"),Qh(S.current,"left"),Qh(x.current,"maxHeight"),void Qh(x.current,"maxWidth");const e=()=>{if(!S.current||!x.current)return;let e=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=arguments.length>4?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0;if(t)return t;if(n){if(!e.current)return;const t=n(e.current);return Eh(t,t.ownerDocument||e.current.ownerDocument,a)}if(!1!==r){if(!(r&&window.Range&&window.Element&&window.DOMRect))return;if("function"==typeof(null==r?void 0:r.cloneRange))return Eh(hf(r),r.endContainer.ownerDocument,a);if("function"==typeof(null==r?void 0:r.getBoundingClientRect)){const e=Eh(r.getBoundingClientRect(),r.ownerDocument,a);return o?e:Jh(e,r)}const{top:e,bottom:t}=r,n=e.getBoundingClientRect(),i=t.getBoundingClientRect(),s=Eh(new window.DOMRect(n.left,n.top,n.width,i.bottom-n.top),e.ownerDocument,a);return o?s:Jh(s,r)}if(!e.current)return;const{parentNode:i}=e.current,s=Eh(i.getBoundingClientRect(),i.ownerDocument,a);return o?s:Jh(s,i)}(C,m,f,d,p,S.current);if(!e)return;const{offsetParent:t,ownerDocument:n}=S.current;let r,o=0;if(t&&t!==n.body){const n=t.getBoundingClientRect();o=n.top,e=new window.DOMRect(e.left-n.left,e.top-n.top,e.width,e.height)}M&&(r=S.current.parentElement);const a=I.height?I:x.current.getBoundingClientRect(),{popoverTop:c,popoverLeft:u,xAxis:h,yAxis:g,contentHeight:b,contentWidth:y}=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"top",r=arguments.length>3?arguments[3]:void 0,o=arguments.length>5?arguments[5]:void 0,a=arguments.length>6?arguments[6]:void 0,i=arguments.length>7?arguments[7]:void 0,s=arguments.length>8?arguments[8]:void 0,l=arguments.length>9?arguments[9]:void 0;const[c,u="center",d]=n.split(" "),p=wh(e,t,c,d,r,0,o,i,l);return{...kh(e,t,u,d,r,p.yAxis,a,i,s),...p}}(e,a,l,v,S.current,o,r,k,w,E);"number"==typeof c&&"number"==typeof u&&(Qh(S.current,"top",c+"px"),Qh(S.current,"left",u+"px")),eg(S.current,"is-without-arrow",i||"center"===h&&"middle"===g),eg(S.current,"is-alternate",s),Zh(S.current,"data-x-axis",h),Zh(S.current,"data-y-axis",g),Qh(x.current,"maxHeight","number"==typeof b?b+"px":""),Qh(x.current,"maxWidth","number"==typeof y?y+"px":"");z(({left:"right",right:"left"}[h]||"center")+" "+({top:"bottom",bottom:"top"}[g]||"middle"))};e();const{ownerDocument:t}=S.current,{defaultView:n}=t,r=n.setInterval(e,500);let o;const a=()=>{n.cancelAnimationFrame(o),o=n.requestAnimationFrame(e)};n.addEventListener("click",a),n.addEventListener("resize",e),n.addEventListener("scroll",e,!0);const c=function(e){if(e)return e.endContainer?e.endContainer.ownerDocument:e.top?e.top.ownerDocument:e.ownerDocument}(d);let u;return c&&c!==t&&(c.defaultView.addEventListener("resize",e),c.defaultView.addEventListener("scroll",e,!0)),_&&(u=new n.MutationObserver(e),u.observe(_,{attributes:!0})),()=>{var i,s;(n.clearInterval(r),n.removeEventListener("resize",e),n.removeEventListener("scroll",e,!0),n.removeEventListener("click",a),n.cancelAnimationFrame(o),c&&c!==t)&&(null===(i=c.defaultView)||void 0===i||i.removeEventListener("resize",e),null===(s=c.defaultView)||void 0===s||s.removeEventListener("scroll",e,!0));u&&u.disconnect()}}),[D,m,f,d,p,l,I,v,_,M]);const P=(e,t)=>{"focus-outside"===e&&b?b(t):r&&r()},[R,H]=hh({focusOnMount:u,__unstableOnClose:P,onClose:P}),W=fh([S,R,t]),Y=Boolean(g&&T)&&$h({type:"appear",origin:T});let j=(0,ft.createElement)("div",bt({className:jp()("components-popover",a,Y,{"is-expanded":D,"is-without-arrow":i,"is-alternate":s})},L,{ref:W},H,{tabIndex:"-1"}),D&&(0,ft.createElement)(Sh,null),D&&(0,ft.createElement)("div",{className:"components-popover__header"},(0,ft.createElement)("span",{className:"components-popover__header-title"},n),(0,ft.createElement)(db,{className:"components-popover__close",icon:Mh,onClick:r})),(0,ft.createElement)("div",{ref:x,className:"components-popover__content"},(0,ft.createElement)("div",{style:{position:"relative"}},B,o)));return O.ref&&(j=(0,ft.createElement)(qh,{name:N},j)),d||m?j:(0,ft.createElement)("span",{ref:C},j)}));tg.Slot=(0,ft.forwardRef)((function(e,t){let{name:n=Gh}=e;return(0,ft.createElement)(Fh,{bubblesVirtually:!0,name:n,className:"popover-slot",ref:t})})),tg.__unstableSlotNameProvider=Kh.Provider;const ng=tg;const rg=function(e){let t,n,{shortcut:r,className:o}=e;return r?((0,vt.isString)(r)&&(t=r),(0,vt.isObject)(r)&&(t=r.display,n=r.ariaLabel),(0,ft.createElement)("span",{className:o,"aria-label":n},t)):null},og=700,ag=(0,ft.createElement)("div",{className:"event-catcher"}),ig=e=>{let{eventHandlers:t,child:n,childrenWithPopover:r}=e;return(0,ft.cloneElement)((0,ft.createElement)("span",{className:"disabled-element-wrapper"},(0,ft.cloneElement)(ag,t),(0,ft.cloneElement)(n,{children:r})),t)},sg=e=>{let{child:t,eventHandlers:n,childrenWithPopover:r}=e;return(0,ft.cloneElement)(t,{...n,children:r})},lg=e=>{let{grandchildren:t,isOver:n,position:r,text:o,shortcut:a}=e;return function(){for(var e=arguments.length,t=new Array(e),n=0;n(ft.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,ft.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])}(t,n&&(0,ft.createElement)(ng,{focusOnMount:!1,position:r,className:"components-tooltip","aria-hidden":"true",animate:!1,noArrow:!0},o,(0,ft.createElement)(rg,{className:"components-tooltip__shortcut",shortcut:a})))},cg=(e,t,n)=>{if(1!==ft.Children.count(e))return;const r=ft.Children.only(e);r.props.disabled||"function"==typeof r.props[t]&&r.props[t](n)};const ug=function(e){const{children:t,position:n,text:r,shortcut:o,delay:a=og}=e,[i,s]=(0,ft.useState)(!1),[l,c]=(0,ft.useState)(!1),u=ff(c,a),d=e=>{cg(t,"onMouseDown",e),document.addEventListener("mouseup",f),s(!0)},p=e=>{cg(t,"onMouseUp",e),document.removeEventListener("mouseup",f),s(!1)},m=e=>"mouseUp"===e?p:"mouseDown"===e?d:void 0,f=m("mouseUp"),h=(e,n)=>r=>{if(cg(t,e,r),r.currentTarget.disabled)return;if("focus"===r.type&&i)return;u.cancel();const o=(0,vt.includes)(["focus","mouseenter"],r.type);o!==l&&(n?u(o):c(o))},g=()=>{u.cancel(),document.removeEventListener("mouseup",f)};if((0,ft.useEffect)((()=>g),[]),1!==ft.Children.count(t))return t;const b={onMouseEnter:h("onMouseEnter",!0),onMouseLeave:h("onMouseLeave"),onClick:h("onClick"),onFocus:h("onFocus"),onBlur:h("onBlur"),onMouseDown:m("mouseDown")},v=ft.Children.only(t),{children:y,disabled:_}=v.props;return(_?ig:sg)({child:v,eventHandlers:b,childrenWithPopover:lg({grandchildren:y,...{isOver:l,position:n,text:r,shortcut:o}})})};const dg=function(e){let{icon:t,className:n,...r}=e;const o=["dashicon","dashicons","dashicons-"+t,n].filter(Boolean).join(" ");return(0,ft.createElement)("span",bt({className:o},r))};const pg=function(e){let{icon:t=null,size:n=24,...r}=e;if("string"==typeof t)return(0,ft.createElement)(dg,bt({icon:t},r));if((0,ft.isValidElement)(t)&&dg===t.type)return(0,ft.cloneElement)(t,{...r});if("function"==typeof t)return t.prototype instanceof ft.Component?(0,ft.createElement)(t,{size:n,...r}):t({size:n,...r});if(t&&("svg"===t.type||t.type===_h)){const e={width:n,height:n,...t.props,...r};return(0,ft.createElement)(_h,e)}return(0,ft.isValidElement)(t)?(0,ft.cloneElement)(t,{size:n,...r}):t},mg=(0,ft.createContext)({}),fg=()=>(0,ft.useContext)(mg);function hg(e){let{value:t}=e;const n=fg(),r=(0,ft.useRef)(t);!function(e,t){const n=(0,ft.useRef)(!1);(0,ft.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)}((()=>{(0,vt.isEqual)(r.current,t)&&r.current}),[t]);return(0,ft.useMemo)((()=>(0,vt.merge)((0,vt.cloneDeep)(n),t)),[n,t])}(0,ft.memo)((e=>{let{children:t,value:n}=e;const r=hg({value:n});return(0,ft.createElement)(mg.Provider,{value:r},t)}));const gg=Cn()((function(e){return`components-${(0,vt.kebabCase)(e)}`}));function bg(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var vg=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+r:"",o,e.sheet,!0);o=o.next}while(void 0!==o)}},yg=/[A-Z]|^ms/g,_g=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Mg=function(e){return 45===e.charCodeAt(1)},kg=function(e){return null!=e&&"boolean"!=typeof e},wg=Vm((function(e){return Mg(e)?e:e.replace(yg,"-$&").toLowerCase()})),Eg=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(_g,(function(e,t,n){return Cg={name:t,styles:n,next:Cg},t}))}return 1===Fm[e]||Mg(e)||"number"!=typeof t||0===t?t:t+"px"};function Lg(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Cg={name:n.name,styles:n.styles,next:Cg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Cg={name:r.name,styles:r.styles,next:Cg},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;onull!=e&&["name","styles"].every((t=>void 0!==e[t])),Ig=()=>{const e=(0,ft.useContext)(nf),t=(0,ft.useCallback)((function(){if(null===e)throw new Error("The `useCx` hook should be only used within a valid Emotion Cache Context");for(var t=arguments.length,n=new Array(t),r=0;rBg(t)?(vg(e,t,!1),`${e.key}-${t.name}`):t)))}),[e]);return t};function Pg(e,t){const n=fg(),r=(null==n?void 0:n[t])||{},o={"data-wp-c16t":!0,...(a=t,{"data-wp-component":a})};var a;const{_overrides:i,...s}=r,l=Object.entries(s).length?Object.assign({},s,e):e,c=Ig()(gg(t),e.className),u="function"==typeof l.renderChildren?l.renderChildren(l):l.children;for(const e in l)o[e]=l[e];for(const e in i)o[e]=i[e];return o.children=u,o.className=c,o}function Rg(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{memo:r=!1}=n;let o=(0,ft.forwardRef)(e);r&&(o=(0,ft.memo)(o));let a=o.__contextSystemKey__||[t];return Array.isArray(t)&&(a=[...a,...t]),"string"==typeof t&&(a=[...a,t]),o.displayName=t,o.__contextSystemKey__=(0,vt.uniq)(a),o.selector=`.${gg(t)}`,o}function Hg(e){if(!e)return[];let t=[];return e.__contextSystemKey__&&(t=e.__contextSystemKey__),e.type&&e.type.__contextSystemKey__&&(t=e.type.__contextSystemKey__),t}function Wg(e,t){return!!e&&("string"==typeof t?Hg(e).includes(t):!!Array.isArray(t)&&t.some((t=>Hg(e).includes(t))))}const Yg={border:0,clip:"rect(1px, 1px, 1px, 1px)",WebkitClipPath:"inset( 50% )",clipPath:"inset( 50% )",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",wordWrap:"normal"};var jg=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,qg=Vm((function(e){return jg.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));const Fg=qg;var Vg=/[A-Z]|^ms/g,Xg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ug=function(e){return 45===e.charCodeAt(1)},$g=function(e){return null!=e&&"boolean"!=typeof e},Gg=Vm((function(e){return Ug(e)?e:e.replace(Vg,"-$&").toLowerCase()})),Kg=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Xg,(function(e,t,n){return Zg={name:t,styles:n,next:Zg},t}))}return 1===Fm[e]||Ug(e)||"number"!=typeof t||0===t?t:t+"px"};function Jg(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Zg={name:n.name,styles:n.styles,next:Zg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Zg={name:r.name,styles:r.styles,next:Zg},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o96?tb:nb},ob=function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(t){return e.__emotion_forwardProp(t)&&o(t)}:o}return"function"!=typeof r&&n&&(r=e.__emotion_forwardProp),r},ab=function(){return null};const ib=function e(t,n){var r,o,a=t.__emotion_real===t,i=a&&t.__emotion_base||t;void 0!==n&&(r=n.label,o=n.target);var s=ob(t,n,a),l=s||rb(i),c=!l("as");return function(){var u=arguments,d=a&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&d.push("label:"+r+";"),null==u[0]||void 0===u[0].raw)d.push.apply(d,u);else{0,d.push(u[0][0]);for(var p=u.length,m=1;m{e.stopPropagation(),e.preventDefault()}}const A=!C&&(f&&b||g||!!b&&(!v||(0,vt.isArray)(v)&&!v.length)&&!1!==f),T=k?E:null,z=w["aria-describedby"]||T,N=(0,ft.createElement)(x,bt({},S,w,{className:L,"aria-label":w["aria-label"]||b,"aria-describedby":z,ref:n}),d&&"left"===p&&(0,ft.createElement)(pg,{icon:d,size:m}),y&&(0,ft.createElement)(ft.Fragment,null,y),d&&"right"===p&&(0,ft.createElement)(pg,{icon:d,size:m}),v);return A?(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(ug,{text:k||b,shortcut:g,position:h},N),k&&(0,ft.createElement)(cb,null,(0,ft.createElement)("span",{id:T},k))):(0,ft.createElement)(ft.Fragment,null,N,k&&(0,ft.createElement)(cb,null,(0,ft.createElement)("span",{id:T},k)))}));function pb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function mb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function fb(e){for(var t=1;t=0||(o[n]=e[n]);return o}function gb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var vb=(0,ft.createContext)({});var yb,_b=function(e,t,n){void 0===n&&(n=t.children);var r=(0,ft.useContext)(vb);if(r.useCreateElement)return r.useCreateElement(e,t,n);if("string"==typeof e&&function(e){return"function"==typeof e}(n)){t.children;return n(hb(t,["children"]))}return(0,ft.createElement)(e,t,n)};function Mb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function kb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function wb(e){for(var t=1;t=0?n[i]=e[i]:r[i]=e[i]}return[n,r]}function Cb(e,t){if(void 0===t&&(t=[]),!Eb(e.state))return Lb(e,t);var n=Lb(e,[].concat(t,["state"])),r=n[0],o=n[1],a=r.state,i=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(r,["state"]);return[wb(wb({},a),i),o]}function xb(e,t){if(e===t)return!0;if(!e)return!1;if(!t)return!1;if("object"!=typeof e)return!1;if("object"!=typeof t)return!1;var n=Object.keys(e),r=Object.keys(t),o=n.length;if(r.length!==o)return!1;for(var a=0,i=n;a=0||(o[n]=e[n]);return o}function Ib(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Rb(e,t){void 0===t&&(t=null),e&&("function"==typeof e?e(t):e.current=t)}function Hb(e,t){return(0,ft.useMemo)((function(){return null==e&&null==t?null:function(n){Rb(e,n),Rb(t,n)}}),[e,t])}function Wb(e){return e?e.ownerDocument||e:document}try{yb=window}catch(e){}function Yb(e){return e&&Wb(e).defaultView||yb}var jb=function(){var e=Yb();return Boolean(void 0!==e&&e.document&&e.document.createElement)}(),qb=jb?ft.useLayoutEffect:ft.useEffect;function Fb(e){var t=(0,ft.useRef)(e);return qb((function(){t.current=e})),t}function Vb(e){return e.target===e.currentTarget}function Xb(e){var t=Wb(e).activeElement;return null!=t&&t.nodeName?t:null}function Ub(e,t){return e===t||e.contains(t)}function $b(e){var t=Xb(e);if(!t)return!1;if(Ub(e,t))return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&(n===e.id||!!e.querySelector("#"+n))}function Gb(e){return!Ub(e.currentTarget,e.target)}var Kb=["button","color","file","image","reset","submit"];function Jb(e){if("BUTTON"===e.tagName)return!0;if("INPUT"===e.tagName){var t=e;return-1!==Kb.indexOf(t.type)}return!1}function Zb(e){return!!jb&&-1!==window.navigator.userAgent.indexOf(e)}var Qb="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false'])";function ev(e){return function(e,t){return"matches"in e?e.matches(t):"msMatchesSelector"in e?e.msMatchesSelector(t):e.webkitMatchesSelector(t)}(e,Qb)&&function(e){var t=e;return t.offsetWidth>0||t.offsetHeight>0||e.getClientRects().length>0}(e)}var tv=zb({name:"Role",keys:["unstable_system"],propsAreEqual:function(e,t){var n=e.unstable_system,r=Bb(e,["unstable_system"]),o=t.unstable_system,a=Bb(t,["unstable_system"]);return!(n!==o&&!xb(n,o))&&xb(r,a)}}),nv=(Ab({as:"div",useHook:tv}),Zb("Mac")&&!Zb("Chrome")&&(Zb("Safari")||Zb("Firefox")));function rv(e){!$b(e)&&ev(e)&&e.focus()}function ov(e,t,n,r){return e?t&&!n?-1:void 0:t?r:r||0}function av(e,t){return(0,ft.useCallback)((function(n){var r;null===(r=e.current)||void 0===r||r.call(e,n),n.defaultPrevented||t&&(n.stopPropagation(),n.preventDefault())}),[e,t])}var iv=zb({name:"Tabbable",compose:tv,keys:["disabled","focusable"],useOptions:function(e,t){return Db({disabled:t.disabled},e)},useProps:function(e,t){var n=t.ref,r=t.tabIndex,o=t.onClickCapture,a=t.onMouseDownCapture,i=t.onMouseDown,s=t.onKeyPressCapture,l=t.style,c=Bb(t,["ref","tabIndex","onClickCapture","onMouseDownCapture","onMouseDown","onKeyPressCapture","style"]),u=(0,ft.useRef)(null),d=Fb(o),p=Fb(a),m=Fb(i),f=Fb(s),h=!!e.disabled&&!e.focusable,g=(0,ft.useState)(!0),b=g[0],v=g[1],y=(0,ft.useState)(!0),_=y[0],M=y[1],k=e.disabled?Db({pointerEvents:"none"},l):l;qb((function(){var e=u.current;e&&(["BUTTON","INPUT","SELECT","TEXTAREA","A"].includes(e.tagName)||v(!1),function(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)}(e)||M(!1))}),[]);var w=av(d,e.disabled),E=av(p,e.disabled),L=av(f,e.disabled),C=(0,ft.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e);var n=e.currentTarget;if(!e.defaultPrevented&&nv&&!Gb(e)&&Jb(n)){var r=requestAnimationFrame((function(){n.removeEventListener("mouseup",o,!0),rv(n)})),o=function(){cancelAnimationFrame(r),rv(n)};n.addEventListener("mouseup",o,{once:!0,capture:!0})}}),[]);return Db({ref:Hb(u,n),style:k,tabIndex:ov(h,b,_,r),disabled:!(!h||!_)||void 0,"aria-disabled":!!e.disabled||void 0,onClickCapture:w,onMouseDownCapture:E,onMouseDown:C,onKeyPressCapture:L},c)}});Ab({as:"div",useHook:iv});var sv=zb({name:"Clickable",compose:iv,keys:["unstable_clickOnEnter","unstable_clickOnSpace"],useOptions:function(e){var t=e.unstable_clickOnEnter,n=void 0===t||t,r=e.unstable_clickOnSpace;return Db({unstable_clickOnEnter:n,unstable_clickOnSpace:void 0===r||r},Bb(e,["unstable_clickOnEnter","unstable_clickOnSpace"]))},useProps:function(e,t){var n=t.onKeyDown,r=t.onKeyUp,o=Bb(t,["onKeyDown","onKeyUp"]),a=(0,ft.useState)(!1),i=a[0],s=a[1],l=Fb(n),c=Fb(r),u=(0,ft.useCallback)((function(t){var n;if(null===(n=l.current)||void 0===n||n.call(l,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey&&Vb(t)){var r=e.unstable_clickOnEnter&&"Enter"===t.key,o=e.unstable_clickOnSpace&&" "===t.key;if(r||o){if(function(e){var t=e.currentTarget;return!!e.isTrusted&&(Jb(t)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||"A"===t.tagName||"SELECT"===t.tagName)}(t))return;t.preventDefault(),r?t.currentTarget.click():o&&s(!0)}}}),[e.disabled,e.unstable_clickOnEnter,e.unstable_clickOnSpace]),d=(0,ft.useCallback)((function(t){var n;if(null===(n=c.current)||void 0===n||n.call(c,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey){var r=e.unstable_clickOnSpace&&" "===t.key;i&&r&&(s(!1),t.currentTarget.click())}}),[e.disabled,e.unstable_clickOnSpace,i]);return Db({"data-active":i||void 0,onKeyDown:u,onKeyUp:d},o)}});Ab({as:"button",memo:!0,useHook:sv});function lv(e,t){return t?e.find((function(e){return!e.disabled&&e.id!==t})):e.find((function(e){return!e.disabled}))}function cv(e,t){var n;return t||null===t?t:e.currentId||null===e.currentId?e.currentId:null===(n=lv(e.items||[]))||void 0===n?void 0:n.id}var uv=["baseId","unstable_idCountRef","setBaseId","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],dv=uv,pv=dv;function mv(e){e.userFocus=!0,e.focus(),e.userFocus=!1}function fv(e,t){e.userFocus=t}function hv(e){try{var t=e instanceof HTMLInputElement&&null!==e.selectionStart,n="TEXTAREA"===e.tagName,r="true"===e.contentEditable;return t||n||r||!1}catch(e){return!1}}function gv(e){var t=Xb(e);if(!t)return!1;if(t===e)return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&n===e.id}function bv(e){return void 0===e&&(e="id"),(e?e+"-":"")+Math.random().toString(32).substr(2,6)}var vv=(0,ft.createContext)(bv);var yv=zb({keys:[].concat(["baseId","unstable_idCountRef","setBaseId"],["id"]),useOptions:function(e,t){var n=(0,ft.useContext)(vv),r=(0,ft.useState)((function(){return e.unstable_idCountRef?(e.unstable_idCountRef.current+=1,"-"+e.unstable_idCountRef.current):e.baseId?"-"+n(""):""}))[0],o=(0,ft.useMemo)((function(){return e.baseId||n()}),[e.baseId,n]),a=t.id||e.id||""+o+r;return Db(Db({},e),{},{id:a})},useProps:function(e,t){return Db({id:e.id},t)}});Ab({as:"div",useHook:yv});function _v(e,t,n){if("function"==typeof Event)return new Event(t,n);var r=Wb(e).createEvent("Event");return r.initEvent(t,null==n?void 0:n.bubbles,null==n?void 0:n.cancelable),r}function Mv(e,t){if(e instanceof HTMLInputElement||e instanceof HTMLTextAreaElement){var n,r=Object.getPrototypeOf(e),o=null===(n=Object.getOwnPropertyDescriptor(r,"value"))||void 0===n?void 0:n.set;o&&(o.call(e,t),function(e,t,n){e.dispatchEvent(_v(e,t,n))}(e,"input",{bubbles:!0}))}}function kv(e){return e.querySelector("[data-composite-item-widget]")}var wv=zb({name:"CompositeItem",compose:[sv,yv],keys:pv,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return sv.unstable_propsAreEqual(e,t);var n=e.currentId,r=e.unstable_moves,o=Bb(e,["currentId","unstable_moves"]),a=t.currentId,i=t.unstable_moves,s=Bb(t,["currentId","unstable_moves"]);if(a!==n){if(t.id===a||t.id===n)return!1}else if(r!==i)return!1;return sv.unstable_propsAreEqual(o,s)},useOptions:function(e){return Db(Db({},e),{},{id:e.id,currentId:cv(e),unstable_clickOnSpace:!e.unstable_hasActiveWidget&&e.unstable_clickOnSpace})},useProps:function(e,t){var n,r=t.ref,o=t.tabIndex,a=void 0===o?0:o,i=t.onMouseDown,s=t.onFocus,l=t.onBlurCapture,c=t.onKeyDown,u=t.onClick,d=Bb(t,["ref","tabIndex","onMouseDown","onFocus","onBlurCapture","onKeyDown","onClick"]),p=(0,ft.useRef)(null),m=e.id,f=e.disabled&&!e.focusable,h=e.currentId===m,g=Fb(h),b=(0,ft.useRef)(!1),v=function(e){return(0,ft.useMemo)((function(){var t;return null===(t=e.items)||void 0===t?void 0:t.find((function(t){return e.id&&t.id===e.id}))}),[e.items,e.id])}(e),y=Fb(i),_=Fb(s),M=Fb(l),k=Fb(c),w=Fb(u),E=!e.unstable_virtual&&!e.unstable_hasActiveWidget&&h||!(null!==(n=e.items)&&void 0!==n&&n.length);(0,ft.useEffect)((function(){var t;if(m)return null===(t=e.registerItem)||void 0===t||t.call(e,{id:m,ref:p,disabled:!!f}),function(){var t;null===(t=e.unregisterItem)||void 0===t||t.call(e,m)}}),[m,f,e.registerItem,e.unregisterItem]),(0,ft.useEffect)((function(){var t=p.current;t&&e.unstable_moves&&g.current&&mv(t)}),[e.unstable_moves]);var L=(0,ft.useCallback)((function(e){var t;null===(t=y.current)||void 0===t||t.call(y,e),fv(e.currentTarget,!0)}),[]),C=(0,ft.useCallback)((function(t){var n,r,o=!!t.currentTarget.userFocus;if(fv(t.currentTarget,!1),null===(n=_.current)||void 0===n||n.call(_,t),!t.defaultPrevented&&!Gb(t)&&m&&!function(e,t){if(Vb(e))return!1;for(var n,r=Pb(t);!(n=r()).done;)if(n.value.ref.current===e.target)return!0;return!1}(t,e.items)&&(null===(r=e.setCurrentId)||void 0===r||r.call(e,m),o&&e.unstable_virtual&&e.baseId&&Vb(t))){var a=Wb(t.target).getElementById(e.baseId);a&&(b.current=!0,function(e,t){var n=void 0===t?{}:t,r=n.preventScroll,o=n.isActive,a=void 0===o?gv:o;a(e)||(e.focus({preventScroll:r}),a(e)||requestAnimationFrame((function(){e.focus({preventScroll:r})})))}(a))}}),[m,e.items,e.setCurrentId,e.unstable_virtual,e.baseId]),x=(0,ft.useCallback)((function(t){var n;null===(n=M.current)||void 0===n||n.call(M,t),t.defaultPrevented||e.unstable_virtual&&b.current&&(b.current=!1,t.preventDefault(),t.stopPropagation())}),[e.unstable_virtual]),S=(0,ft.useCallback)((function(t){var n;if(Vb(t)){var r="horizontal"!==e.orientation,o="vertical"!==e.orientation,a=!(null==v||!v.groupId),i={ArrowUp:(a||r)&&e.up,ArrowRight:(a||o)&&e.next,ArrowDown:(a||r)&&e.down,ArrowLeft:(a||o)&&e.previous,Home:function(){var n,r;!a||t.ctrlKey?null===(n=e.first)||void 0===n||n.call(e):null===(r=e.previous)||void 0===r||r.call(e,!0)},End:function(){var n,r;!a||t.ctrlKey?null===(n=e.last)||void 0===n||n.call(e):null===(r=e.next)||void 0===r||r.call(e,!0)},PageUp:function(){var t,n;a?null===(t=e.up)||void 0===t||t.call(e,!0):null===(n=e.first)||void 0===n||n.call(e)},PageDown:function(){var t,n;a?null===(t=e.down)||void 0===t||t.call(e,!0):null===(n=e.last)||void 0===n||n.call(e)}}[t.key];if(i)return t.preventDefault(),void i();if(null===(n=k.current)||void 0===n||n.call(k,t),!t.defaultPrevented)if(1===t.key.length&&" "!==t.key){var s=kv(t.currentTarget);s&&hv(s)&&(s.focus(),Mv(s,""))}else if("Delete"===t.key||"Backspace"===t.key){var l=kv(t.currentTarget);l&&hv(l)&&(t.preventDefault(),Mv(l,""))}}}),[e.orientation,v,e.up,e.next,e.down,e.previous,e.first,e.last]),A=(0,ft.useCallback)((function(e){var t;if(null===(t=w.current)||void 0===t||t.call(w,e),!e.defaultPrevented){var n=kv(e.currentTarget);n&&!$b(n)&&n.focus()}}),[]);return Db({ref:Hb(p,r),id:m,tabIndex:E?a:-1,"aria-selected":!(!e.unstable_virtual||!h)||void 0,onMouseDown:L,onFocus:C,onBlurCapture:x,onKeyDown:S,onClick:A},d)}}),Ev=Ab({as:"button",memo:!0,useHook:wv}),Lv=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],Cv=Lv,xv=Ab({as:"button",memo:!0,useHook:zb({name:"ToolbarItem",compose:wv,keys:Cv})});const Sv=(0,ft.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,ft.useContext)(uf);if("function"!=typeof n&&!r)return null;const i={...o,ref:t,"data-toolbar-item":!0};return a?(0,ft.createElement)(xv,bt({},a,i,{as:r}),n):r?(0,ft.createElement)(r,i,n):n(i)})),Av=e=>(0,ft.createElement)("div",{className:e.className},e.children);const Tv=(0,ft.forwardRef)((function(e,t){let{containerClassName:n,className:r,extraProps:o,children:a,title:i,isActive:s,isDisabled:l,...c}=e;return(0,ft.useContext)(uf)?(0,ft.createElement)(Sv,bt({className:jp()("components-toolbar-button",r)},o,c,{ref:t}),(e=>(0,ft.createElement)(db,bt({label:i,isPressed:s,disabled:l},e),a))):(0,ft.createElement)(Av,{className:n},(0,ft.createElement)(db,bt({ref:t,icon:c.icon,label:i,shortcut:c.shortcut,"data-subscript":c.subscript,onClick:e=>{e.stopPropagation(),c.onClick&&c.onClick(e)},className:jp()("components-toolbar__control",r),isPressed:s,disabled:l,"data-toolbar-item":!0},o,c),a))})),zv=e=>{let{className:t,children:n,...r}=e;return(0,ft.createElement)("div",bt({className:t},r),n)},Nv=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));function Ov(e){var t;let{renderContent:n,renderToggle:r,position:o="bottom right",className:a,contentClassName:i,expandOnMobile:s,headerTitle:l,focusOnMount:c,popoverProps:u,onClose:d,onToggle:p}=e;const m=(0,ft.useRef)(),[f,h]=function(e,t){const[n,r]=(0,ft.useState)(e);return[n,e=>{r(e),t&&t(e)}]}(!1,p);function g(){d&&d(),h(!1)}(0,ft.useEffect)((()=>()=>{p&&p(!1)}),[]);const b={isOpen:f,onToggle:function(){h(!f)},onClose:g};return(0,ft.createElement)("div",{className:jp()("components-dropdown",a),ref:m,tabIndex:"-1"},r(b),f&&(0,ft.createElement)(ng,bt({position:o,onClose:g,onFocusOutside:function(){const{ownerDocument:e}=m.current,t=e.activeElement.closest('[role="dialog"]');m.current.contains(e.activeElement)||t&&!t.contains(m.current)||g()},expandOnMobile:s,headerTitle:l,focusOnMount:c},u,{anchorRef:null!==(t=null==u?void 0:u.anchorRef)&&void 0!==t?t:m.current,className:jp()("components-dropdown__content",u?u.className:void 0,i)}),n(b)))}const Dv=["menuitem","menuitemradio","menuitemcheckbox"];class Bv extends ft.Component{constructor(){super(...arguments),this.onKeyDown=this.onKeyDown.bind(this),this.bindContainer=this.bindContainer.bind(this),this.getFocusableContext=this.getFocusableContext.bind(this),this.getFocusableIndex=this.getFocusableIndex.bind(this)}componentDidMount(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}componentWillUnmount(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}bindContainer(e){const{forwardedRef:t}=this.props;this.container=e,(0,vt.isFunction)(t)?t(e):t&&"current"in t&&(t.current=e)}getFocusableContext(e){const{onlyBrowserTabstops:t}=this.props,n=(t?ih.tabbable:ih.focusable).find(this.container),r=this.getFocusableIndex(n,e);return r>-1&&e?{index:r,target:e,focusables:n}:null}getFocusableIndex(e,t){const n=e.indexOf(t);if(-1!==n)return n}onKeyDown(e){this.props.onKeyDown&&this.props.onKeyDown(e);const{getFocusableContext:t}=this,{cycle:n=!0,eventToOffset:r,onNavigate:o=vt.noop,stopNavigationEvents:a}=this.props,i=r(e);if(void 0!==i&&a){e.stopImmediatePropagation();const t=e.target.getAttribute("role");Dv.includes(t)&&e.preventDefault()}if(!i)return;const s=t(e.target.ownerDocument.activeElement);if(!s)return;const{index:l,focusables:c}=s,u=n?function(e,t,n){const r=e+n;return r<0?t+r:r>=t?r-t:r}(l,c.length,i):l+i;u>=0&&u(0,ft.createElement)(Bv,bt({},e,{forwardedRef:t}));Iv.displayName="NavigableContainer";const Pv=(0,ft.forwardRef)(Iv);const Rv=(0,ft.forwardRef)((function(e,t){let{role:n="menu",orientation:r="vertical",...o}=e;return(0,ft.createElement)(Pv,bt({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:n,"aria-orientation":"presentation"===n?null:r,eventToOffset:e=>{const{keyCode:t}=e;let n=[Df],o=[Nf];return"horizontal"===r&&(n=[Of],o=[zf]),"both"===r&&(n=[Of,Df],o=[zf,Nf]),(0,vt.includes)(n,t)?1:(0,vt.includes)(o,t)?-1:(0,vt.includes)([Df,Nf,zf,Of],t)?0:void 0}},o))}));function Hv(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={...e,...t};return t.className&&e.className&&(n.className=jp()(t.className,e.className)),n}const Wv=function(e){const{children:t,className:n,controls:r,icon:o=Nv,label:a,popoverProps:i,toggleProps:s,menuProps:l,disableOpenOnArrowDown:c=!1,text:u,noIcons:d}=e;if((0,vt.isEmpty)(r)&&!(0,vt.isFunction)(t))return null;let p;(0,vt.isEmpty)(r)||(p=r,Array.isArray(p[0])||(p=[p]));const m=Hv({className:"components-dropdown-menu__popover"},i);return(0,ft.createElement)(Ov,{className:jp()("components-dropdown-menu",n),popoverProps:m,renderToggle:e=>{var t;let{isOpen:n,onToggle:r}=e;const i=Hv({className:jp()("components-dropdown-menu__toggle",{"is-opened":n})},s);return(0,ft.createElement)(db,bt({},i,{icon:o,onClick:e=>{r(e),i.onClick&&i.onClick(e)},onKeyDown:e=>{(e=>{c||n||e.keyCode!==Df||(e.preventDefault(),r())})(e),i.onKeyDown&&i.onKeyDown(e)},"aria-haspopup":"true","aria-expanded":n,label:a,text:u,showTooltip:null===(t=null==s?void 0:s.showTooltip)||void 0===t||t}),i.children)},renderContent:e=>{const n=Hv({"aria-label":a,className:jp()("components-dropdown-menu__menu",{"no-icons":d})},l);return(0,ft.createElement)(Rv,bt({},n,{role:"menu"}),(0,vt.isFunction)(t)?t(e):null,(0,vt.flatMap)(p,((t,n)=>t.map(((t,r)=>(0,ft.createElement)(db,{key:[n,r].join(),onClick:n=>{n.stopPropagation(),e.onClose(),t.onClick&&t.onClick()},className:jp()("components-dropdown-menu__menu-item",{"has-separator":n>0&&0===r,"is-active":t.isActive,"is-icon-only":!t.title}),icon:t.icon,label:t.label,"aria-checked":"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.isActive:void 0,role:"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.role:"menuitem",disabled:t.isDisabled},t.title))))))}})};const Yv=function(e){let{controls:t=[],toggleProps:n,...r}=e;const o=e=>(0,ft.createElement)(Wv,bt({controls:t,toggleProps:{...e,"data-toolbar-item":!0}},r));return(0,ft.useContext)(uf)?(0,ft.createElement)(Sv,n,o):o(n)};const jv=function(e){let{controls:t=[],children:n,className:r,isCollapsed:o,title:a,...i}=e;const s=(0,ft.useContext)(uf);if(!(t&&t.length||n))return null;const l=jp()(s?"components-toolbar-group":"components-toolbar",r);let c=t;return Array.isArray(c[0])||(c=[c]),o?(0,ft.createElement)(Yv,bt({label:a,controls:c,className:l,children:n},i)):(0,ft.createElement)(zv,bt({className:l},i),(0,vt.flatMap)(c,((e,t)=>e.map(((e,n)=>(0,ft.createElement)(Tv,bt({key:[t,n].join(),containerClassName:t>0&&0===n?"has-left-divider":null},e)))))),n)},qv={default:Xh("BlockControls"),block:Xh("BlockControlsBlock"),inline:Xh("BlockFormatControls"),other:Xh("BlockControlsOther"),parent:Xh("BlockControlsParent")},Fv={insertUsage:{}},Vv={alignWide:!1,supportsLayout:!0,colors:[{name:vr("Black"),slug:"black",color:"#000000"},{name:vr("Cyan bluish gray"),slug:"cyan-bluish-gray",color:"#abb8c3"},{name:vr("White"),slug:"white",color:"#ffffff"},{name:vr("Pale pink"),slug:"pale-pink",color:"#f78da7"},{name:vr("Vivid red"),slug:"vivid-red",color:"#cf2e2e"},{name:vr("Luminous vivid orange"),slug:"luminous-vivid-orange",color:"#ff6900"},{name:vr("Luminous vivid amber"),slug:"luminous-vivid-amber",color:"#fcb900"},{name:vr("Light green cyan"),slug:"light-green-cyan",color:"#7bdcb5"},{name:vr("Vivid green cyan"),slug:"vivid-green-cyan",color:"#00d084"},{name:vr("Pale cyan blue"),slug:"pale-cyan-blue",color:"#8ed1fc"},{name:vr("Vivid cyan blue"),slug:"vivid-cyan-blue",color:"#0693e3"},{name:vr("Vivid purple"),slug:"vivid-purple",color:"#9b51e0"}],fontSizes:[{name:yr("Small","font size name"),size:13,slug:"small"},{name:yr("Normal","font size name"),size:16,slug:"normal"},{name:yr("Medium","font size name"),size:20,slug:"medium"},{name:yr("Large","font size name"),size:36,slug:"large"},{name:yr("Huge","font size name"),size:42,slug:"huge"}],imageDefaultSize:"large",imageSizes:[{slug:"thumbnail",name:vr("Thumbnail")},{slug:"medium",name:vr("Medium")},{slug:"large",name:vr("Large")},{slug:"full",name:vr("Full Size")}],imageEditing:!0,maxWidth:580,allowedBlockTypes:!0,maxUploadFileSize:0,allowedMimeTypes:null,__experimentalCanUserUseUnfilteredHTML:!1,__experimentalBlockDirectory:!1,__mobileEnablePageTemplates:!1,__experimentalBlockPatterns:[],__experimentalBlockPatternCategories:[],__experimentalSpotlightEntityBlocks:[],__unstableGalleryWithImageBlocks:!1,gradients:[{name:vr("Vivid cyan blue to vivid purple"),gradient:"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",slug:"vivid-cyan-blue-to-vivid-purple"},{name:vr("Light green cyan to vivid green cyan"),gradient:"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",slug:"light-green-cyan-to-vivid-green-cyan"},{name:vr("Luminous vivid amber to luminous vivid orange"),gradient:"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",slug:"luminous-vivid-amber-to-luminous-vivid-orange"},{name:vr("Luminous vivid orange to vivid red"),gradient:"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",slug:"luminous-vivid-orange-to-vivid-red"},{name:vr("Very light gray to cyan bluish gray"),gradient:"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",slug:"very-light-gray-to-cyan-bluish-gray"},{name:vr("Cool to warm spectrum"),gradient:"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",slug:"cool-to-warm-spectrum"},{name:vr("Blush light purple"),gradient:"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",slug:"blush-light-purple"},{name:vr("Blush bordeaux"),gradient:"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",slug:"blush-bordeaux"},{name:vr("Luminous dusk"),gradient:"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",slug:"luminous-dusk"},{name:vr("Pale ocean"),gradient:"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",slug:"pale-ocean"},{name:vr("Electric grass"),gradient:"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",slug:"electric-grass"},{name:vr("Midnight"),gradient:"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",slug:"midnight"}]};function Xv(e,t,n){return[...e.slice(0,n),...(0,vt.castArray)(t),...e.slice(n)]}function Uv(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=[...e];return o.splice(t,r),Xv(o,e.slice(t,t+r),n)}function $v(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n={[t]:[]};return e.forEach((e=>{const{clientId:r,innerBlocks:o}=e;n[t].push(r),Object.assign(n,$v(o,r))})),n}function Gv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.reduce(((e,n)=>Object.assign(e,{[n.clientId]:t},Gv(n.innerBlocks,n.clientId))),{})}function Kv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vt.identity;const n={},r=[...e];for(;r.length;){const{innerBlocks:e,...o}=r.shift();r.push(...e),n[o.clientId]=t(o)}return n}function Jv(e){return Kv(e,(e=>(0,vt.omit)(e,"attributes")))}function Zv(e){return Kv(e,(e=>e.attributes))}function Qv(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(0,vt.reduce)(e[t],((t,r)=>n[r]?t:[...t,r,...Qv(e,r)]),[])}function ey(e,t){return"UPDATE_BLOCK_ATTRIBUTES"===e.type&&void 0!==t&&"UPDATE_BLOCK_ATTRIBUTES"===t.type&&(0,vt.isEqual)(e.clientIds,t.clientIds)&&function(e,t){return(0,vt.isEqual)((0,vt.keys)(e),(0,vt.keys)(t))}(e.attributes,t.attributes)}function ty(e,t){const n={},r=[...t],o=[...t];for(;r.length;){const e=r.shift();r.push(...e.innerBlocks),o.push(...e.innerBlocks)}for(const e of o)n[e.clientId]={};for(const t of o)n[t.clientId]=Object.assign(n[t.clientId],{...e.byClientId[t.clientId],attributes:e.attributes[t.clientId],innerBlocks:t.innerBlocks.map((e=>n[e.clientId]))});return n}function ny(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=new Set([]),a=new Set;for(const t of n){let n=r?t:e.parents[t];do{if(e.controlledInnerBlocks[n]){a.add(n);break}o.add(n),n=e.parents[n]}while(void 0!==n)}for(const e of o)t[e]={...t[e]};for(const n of o)t[n].innerBlocks=(e.order[n]||[]).map((e=>t[e]));for(const n of a)t["controlled||"+n]={innerBlocks:(e.order[n]||[]).map((e=>t[e]))};return t}const ry=(0,vt.flow)(_t(),(e=>(t,n)=>{if(t&&"SAVE_REUSABLE_BLOCK_SUCCESS"===n.type){const{id:e,updatedId:r}=n;if(e===r)return t;(t={...t}).attributes=(0,vt.mapValues)(t.attributes,((n,o)=>{const{name:a}=t.byClientId[o];return"core/block"===a&&n.ref===e?{...n,ref:r}:n}))}return e(t,n)}),(e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=e(t,n);if(r===t)return t;switch(r.tree=t.tree?t.tree:{},n.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const e=ty(r,n.blocks);r.tree=ny(r,{...r.tree,...e},n.rootClientId?[n.rootClientId]:[""],!0);break}case"UPDATE_BLOCK":r.tree=ny(r,{...r.tree,[n.clientId]:{...r.tree[n.clientId],...r.byClientId[n.clientId],attributes:r.attributes[n.clientId]}},[n.clientId],!1);break;case"UPDATE_BLOCK_ATTRIBUTES":{const e=n.clientIds.reduce(((e,t)=>(e[t]={...r.tree[t],attributes:r.attributes[t]},e)),{});r.tree=ny(r,{...r.tree,...e},n.clientIds,!1);break}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const e=ty(r,n.blocks);r.tree=ny(r,{...(0,vt.omit)(r.tree,n.replacedClientIds.concat(n.replacedClientIds.map((e=>"controlled||"+e)))),...e},n.blocks.map((e=>e.clientId)),!1);const o=[];for(const e of n.clientIds)void 0===t.parents[e]||""!==t.parents[e]&&!r.byClientId[t.parents[e]]||o.push(t.parents[e]);r.tree=ny(r,r.tree,o,!0);break}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":const e=[];for(const o of n.clientIds)void 0===t.parents[o]||""!==t.parents[o]&&!r.byClientId[t.parents[o]]||e.push(t.parents[o]);r.tree=ny(r,(0,vt.omit)(r.tree,n.removedClientIds.concat(n.removedClientIds.map((e=>"controlled||"+e)))),e,!0);break;case"MOVE_BLOCKS_TO_POSITION":{const e=[];n.fromRootClientId&&e.push(n.fromRootClientId),n.toRootClientId&&e.push(n.toRootClientId),n.fromRootClientId&&n.fromRootClientId||e.push(""),r.tree=ny(r,r.tree,e,!0);break}case"MOVE_BLOCKS_UP":case"MOVE_BLOCKS_DOWN":{const e=[n.rootClientId?n.rootClientId:""];r.tree=ny(r,r.tree,e,!0);break}case"SAVE_REUSABLE_BLOCK_SUCCESS":{const e=(0,vt.keys)((0,vt.omitBy)(r.attributes,((e,t)=>"core/block"!==r.byClientId[t].name||e.ref!==n.updatedId)));r.tree=ny(r,{...r.tree,...e.reduce(((e,t)=>(e[t]={...r.byClientId[t],attributes:r.attributes[t],innerBlocks:r.tree[t].innerBlocks},e)),{})},e,!1)}}return r}),(e=>(t,n)=>{const r=e=>{let r=e;for(let o=0;o(t,n)=>{if("REPLACE_INNER_BLOCKS"!==n.type)return e(t,n);const r={};if(Object.keys(t.controlledInnerBlocks).length){const e=[...n.blocks];for(;e.length;){const{innerBlocks:n,...o}=e.shift();e.push(...n),t.controlledInnerBlocks[o.clientId]&&(r[o.clientId]=!0)}}let o=t;t.order[n.rootClientId]&&(o=e(o,{type:"REMOVE_BLOCKS",keepControlledInnerBlocks:r,clientIds:t.order[n.rootClientId]}));let a=o;return n.blocks.length&&(a=e(a,{...n,type:"INSERT_BLOCKS",index:0}),a.order={...a.order,...(0,vt.reduce)(r,((e,n,r)=>(t.order[r]&&(e[r]=t.order[r]),e)),{})}),a}),(e=>(t,n)=>{if("RESET_BLOCKS"===n.type){var r,o,a;const e=Qv(null!==(r=null==t?void 0:t.order)&&void 0!==r?r:{},"",null!==(o=null==t?void 0:t.controlledInnerBlocks)&&void 0!==o?o:{}),i=Object.keys((0,vt.pickBy)(null!==(a=null==t?void 0:t.controlledInnerBlocks)&&void 0!==a?a:{})),s={...t,byClientId:{...(0,vt.omit)(null==t?void 0:t.byClientId,e),...Jv(n.blocks)},attributes:{...(0,vt.omit)(null==t?void 0:t.attributes,e),...Zv(n.blocks)},order:{...(0,vt.omit)(null==t?void 0:t.order,e),...(0,vt.omit)($v(n.blocks),i)},parents:{...(0,vt.omit)(null==t?void 0:t.parents,e),...Gv(n.blocks)},controlledInnerBlocks:(null==t?void 0:t.controlledInnerBlocks)||{}},l=ty(s,n.blocks);return s.tree={...(0,vt.omit)(null==t?void 0:t.tree,e),...l,"":{innerBlocks:n.blocks.map((e=>l[e.clientId]))}},s}return e(t,n)}),(function(e){let t,n=!1;return(r,o)=>{let a=e(r,o);const i="MARK_LAST_CHANGE_AS_PERSISTENT"===o.type||n;if(r===a&&!i){var s;n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type;const e=null===(s=null==r?void 0:r.isPersistentChange)||void 0===s||s;return r.isPersistentChange===e?r:{...a,isPersistentChange:e}}return a={...a,isPersistentChange:i?!n:!ey(o,t)},t=o,n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type,a}}),(function(e){const t=new Set(["RECEIVE_BLOCKS"]);return(n,r)=>{const o=e(n,r);return o!==n&&(o.isIgnoredChange=t.has(r.type)),o}}))({byClientId(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":return{...e,...Jv(t.blocks)};case"UPDATE_BLOCK":if(!e[t.clientId])return e;const n=(0,vt.omit)(t.updates,"attributes");return(0,vt.isEmpty)(n)?e:{...e,[t.clientId]:{...e[t.clientId],...n}};case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return t.blocks?{...(0,vt.omit)(e,t.replacedClientIds),...Jv(t.blocks)}:e;case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,vt.omit)(e,t.removedClientIds)}return e},attributes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":return{...e,...Zv(t.blocks)};case"UPDATE_BLOCK":return e[t.clientId]&&t.updates.attributes?{...e,[t.clientId]:{...e[t.clientId],...t.updates.attributes}}:e;case"UPDATE_BLOCK_ATTRIBUTES":{if(t.clientIds.every((t=>!e[t])))return e;const n=t.clientIds.reduce(((n,r)=>({...n,[r]:(0,vt.reduce)(t.uniqueByBlock?t.attributes[r]:t.attributes,((t,n,o)=>{var a,i;return n!==t[o]&&((t=(a=e[r])===(i=t)?{...a}:i)[o]=n),t}),e[r])})),{});return t.clientIds.every((t=>n[t]===e[t]))?e:{...e,...n}}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return t.blocks?{...(0,vt.omit)(e,t.replacedClientIds),...Zv(t.blocks)}:e;case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,vt.omit)(e,t.removedClientIds)}return e},order(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{const n=$v(t.blocks);return{...e,...(0,vt.omit)(n,""),"":((null==e?void 0:e[""])||[]).concat(n[""])}}case"INSERT_BLOCKS":{const{rootClientId:n=""}=t,r=e[n]||[],o=$v(t.blocks,n),{index:a=r.length}=t;return{...e,...o,[n]:Xv(r,o[n],a)}}case"MOVE_BLOCKS_TO_POSITION":{const{fromRootClientId:n="",toRootClientId:r="",clientIds:o}=t,{index:a=e[r].length}=t;if(n===r){const t=e[r].indexOf(o[0]);return{...e,[r]:Uv(e[r],t,a,o.length)}}return{...e,[n]:(0,vt.without)(e[n],...o),[r]:Xv(e[r],o,a)}}case"MOVE_BLOCKS_UP":{const{clientIds:n,rootClientId:r=""}=t,o=(0,vt.first)(n),a=e[r];if(!a.length||o===(0,vt.first)(a))return e;const i=a.indexOf(o);return{...e,[r]:Uv(a,i,i-1,n.length)}}case"MOVE_BLOCKS_DOWN":{const{clientIds:n,rootClientId:r=""}=t,o=(0,vt.first)(n),a=(0,vt.last)(n),i=e[r];if(!i.length||a===(0,vt.last)(i))return e;const s=i.indexOf(o);return{...e,[r]:Uv(i,s,s+1,n.length)}}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const{clientIds:n}=t;if(!t.blocks)return e;const r=$v(t.blocks);return(0,vt.flow)([e=>(0,vt.omit)(e,t.replacedClientIds),e=>({...e,...(0,vt.omit)(r,"")}),e=>(0,vt.mapValues)(e,(e=>(0,vt.reduce)(e,((e,t)=>t===n[0]?[...e,...r[""]]:(-1===n.indexOf(t)&&e.push(t),e)),[])))])(e)}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,vt.flow)([e=>(0,vt.omit)(e,t.removedClientIds),e=>(0,vt.mapValues)(e,(e=>(0,vt.without)(e,...t.removedClientIds)))])(e)}return e},parents(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":return{...e,...Gv(t.blocks)};case"INSERT_BLOCKS":return{...e,...Gv(t.blocks,t.rootClientId||"")};case"MOVE_BLOCKS_TO_POSITION":return{...e,...t.clientIds.reduce(((e,n)=>(e[n]=t.toRootClientId||"",e)),{})};case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":return{...(0,vt.omit)(e,t.replacedClientIds),...Gv(t.blocks,e[t.clientIds[0]])};case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":return(0,vt.omit)(e,t.removedClientIds)}return e},controlledInnerBlocks(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{type:t,clientId:n,hasControlledInnerBlocks:r}=arguments.length>1?arguments[1]:void 0;return"SET_HAS_CONTROLLED_INNER_BLOCKS"===t?{...e,[n]:r}:e}});function oy(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CLEAR_SELECTED_BLOCK":return e.clientId?{}:e;case"SELECT_BLOCK":return t.clientId===e.clientId?e:{clientId:t.clientId};case"REPLACE_INNER_BLOCKS":case"INSERT_BLOCKS":return t.updateSelection&&t.blocks.length?{clientId:t.blocks[0].clientId}:e;case"REMOVE_BLOCKS":return t.clientIds&&t.clientIds.length&&-1!==t.clientIds.indexOf(e.clientId)?{}:e;case"REPLACE_BLOCKS":{if(-1===t.clientIds.indexOf(e.clientId))return e;const n=t.blocks[t.indexToSelect]||t.blocks[t.blocks.length-1];return n?n.clientId===e.clientId?e:{clientId:n.clientId}:{}}}return e}const ay=_t()({blocks:ry,isTyping:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_TYPING":return!0;case"STOP_TYPING":return!1}return e},draggedBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_DRAGGING_BLOCKS":return t.clientIds;case"STOP_DRAGGING_BLOCKS":return[]}return e},isCaretWithinFormattedText:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENTER_FORMATTED_TEXT":return!0;case"EXIT_FORMATTED_TEXT":return!1}return e},selection:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;switch(r.type){case"SELECTION_CHANGE":return{selectionStart:{clientId:r.clientId,attributeKey:r.attributeKey,offset:r.startOffset},selectionEnd:{clientId:r.clientId,attributeKey:r.attributeKey,offset:r.endOffset}};case"RESET_SELECTION":const{selectionStart:o,selectionEnd:a}=r;return{selectionStart:o,selectionEnd:a};case"MULTI_SELECT":const{start:i,end:s}=r;return{selectionStart:{clientId:i},selectionEnd:{clientId:s}};case"RESET_BLOCKS":const l=null==n||null===(e=n.selectionStart)||void 0===e?void 0:e.clientId,c=null==n||null===(t=n.selectionEnd)||void 0===t?void 0:t.clientId;if(!l&&!c)return n;if(!r.blocks.some((e=>e.clientId===l)))return{selectionStart:{},selectionEnd:{}};if(!r.blocks.some((e=>e.clientId===c)))return{...n,selectionEnd:n.selectionStart}}return{selectionStart:oy(n.selectionStart,r),selectionEnd:oy(n.selectionEnd,r)}},isMultiSelecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_MULTI_SELECT":return!0;case"STOP_MULTI_SELECT":return!1}return e},isSelectionEnabled:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"TOGGLE_SELECTION"===t.type?t.isSelectionEnabled:e},initialPosition:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"REPLACE_BLOCKS"===t.type&&void 0!==t.initialPosition||["SELECT_BLOCK","RESET_SELECTION","INSERT_BLOCKS","REPLACE_INNER_BLOCKS"].includes(t.type)?t.initialPosition:e},blocksMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("TOGGLE_BLOCK_MODE"===t.type){const{clientId:n}=t;return{...e,[n]:e[n]&&"html"===e[n]?"visual":"html"}}return e},blockListSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REPLACE_BLOCKS":case"REMOVE_BLOCKS":return(0,vt.omit)(e,t.clientIds);case"UPDATE_BLOCK_LIST_SETTINGS":{const{clientId:n}=t;return t.settings?(0,vt.isEqual)(e[n],t.settings)?e:{...e,[n]:t.settings}:e.hasOwnProperty(n)?(0,vt.omit)(e,n):e}}return e},insertionPoint:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SHOW_INSERTION_POINT":const{rootClientId:e,index:n,__unstableWithInserter:r}=t;return{rootClientId:e,index:n,__unstableWithInserter:r};case"HIDE_INSERTION_POINT":return null}return e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},settings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Vv,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_SETTINGS"===t.type?{...e,...t.settings}:e},preferences:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Fv,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INSERT_BLOCKS":case"REPLACE_BLOCKS":return t.blocks.reduce(((e,n)=>{const{attributes:r,name:o}=n,a=_n(ni).getActiveBlockVariation(o,r);let i=null!=a&&a.name?`${o}/${a.name}`:o;const s={name:i};return"core/block"===o&&(s.ref=r.ref,i+="/"+r.ref),{...e,insertUsage:{...e.insertUsage,[i]:{time:t.time,count:e.insertUsage[i]?e.insertUsage[i].count+1:1,insert:s}}}}),e)}return e},lastBlockAttributesChange:function(e,t){switch(t.type){case"UPDATE_BLOCK":if(!t.updates.attributes)break;return{[t.clientId]:t.updates.attributes};case"UPDATE_BLOCK_ATTRIBUTES":return t.clientIds.reduce(((e,n)=>({...e,[n]:t.uniqueByBlock?t.attributes[n]:t.attributes})),{})}return null},isNavigationMode:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"INSERT_BLOCKS"!==t.type&&("SET_NAVIGATION_MODE"===t.type?t.isNavigationMode:e)},hasBlockMovingClientId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_MOVING_MODE"===t.type?t.hasBlockMovingClientId:"SET_NAVIGATION_MODE"===t.type?null:e},automaticChangeStatus:function(e,t){switch(t.type){case"MARK_AUTOMATIC_CHANGE":return"pending";case"MARK_AUTOMATIC_CHANGE_FINAL":return"pending"===e?"final":void 0;case"SELECTION_CHANGE":return"final"!==e?e:void 0;case"START_TYPING":case"STOP_TYPING":return e}},highlightedBlock:function(e,t){switch(t.type){case"TOGGLE_BLOCK_HIGHLIGHT":const{clientId:n,isHighlighted:r}=t;return r?n:e===n?null:e;case"SELECT_BLOCK":if(t.clientId!==e)return null}return e},lastBlockInserted:function(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"INSERT_BLOCKS":if(!n.blocks.length)return t;return{clientId:n.blocks[0].clientId,source:null===(e=n.meta)||void 0===e?void 0:e.source};case"RESET_BLOCKS":return{}}return t}}),iy={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0},sy=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"})),ly=[];function cy(e,t){const n=e.blocks.byClientId[t],r="core/social-link";if("web"!==iy.OS&&(null==n?void 0:n.name)===r){const n=e.blocks.attributes[t],{service:o}=n;return o?`core/social-link-${o}`:r}return n?n.name:null}function uy(e,t){const n=e.blocks.byClientId[t];return!!n&&n.isValid}function dy(e,t){return e.blocks.byClientId[t]?e.blocks.attributes[t]:null}function py(e,t){return e.blocks.byClientId[t]?e.blocks.tree[t]:null}const my=Dr(((e,t)=>{const n=e.blocks.byClientId[t];return n?{...n,attributes:dy(e,t)}:null}),((e,t)=>[e.blocks.byClientId[t],e.blocks.attributes[t]]));function fy(e,t){var n;const r=t&&K_(e,t)?"controlled||"+t:t||"";return(null===(n=e.blocks.tree[r])||void 0===n?void 0:n.innerBlocks)||ly}const hy=Dr(((e,t)=>({clientId:t,innerBlocks:gy(e,t)})),(e=>[e.blocks.order])),gy=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,vt.map)(Gy(e,t),(t=>hy(e,t)))}),(e=>[e.blocks.order])),by=(e,t)=>(0,vt.flatMap)(t,(t=>{const n=Gy(e,t);return[...n,...by(e,n)]})),vy=Dr((e=>{const t=Gy(e);return[...t,...by(e,t)]}),(e=>[e.blocks.order])),yy=Dr(((e,t)=>{const n=vy(e);return t?(0,vt.reduce)(n,((n,r)=>e.blocks.byClientId[r].name===t?n+1:n),0):n.length}),(e=>[e.blocks.order,e.blocks.byClientId])),_y=Dr(((e,t)=>(0,vt.map)((0,vt.castArray)(t),(t=>py(e,t)))),((e,t)=>(0,vt.map)((0,vt.castArray)(t),(t=>e.blocks.tree[t]))));function My(e,t){return Gy(e,t).length}function ky(e){return e.selection.selectionStart}function wy(e){return e.selection.selectionEnd}function Ey(e){return e.selection.selectionStart.clientId}function Ly(e){return e.selection.selectionEnd.clientId}function Cy(e){const t=Wy(e).length;return t||(e.selection.selectionStart.clientId?1:0)}function xy(e){const{selectionStart:t,selectionEnd:n}=e.selection;return!!t.clientId&&t.clientId===n.clientId}function Sy(e){const{selectionStart:t,selectionEnd:n}=e.selection,{clientId:r}=t;return r&&r===n.clientId?r:null}function Ay(e){const t=Sy(e);return t?py(e,t):null}function Ty(e,t){return void 0!==e.blocks.parents[t]?e.blocks.parents[t]:null}const zy=Dr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=[];let o=t;for(;e.blocks.parents[o];)o=e.blocks.parents[o],r.push(o);return n?r:r.reverse()}),(e=>[e.blocks.parents])),Ny=Dr((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=zy(e,t,r);return(0,vt.map)((0,vt.filter)((0,vt.map)(o,(t=>({id:t,name:cy(e,t)}))),(e=>{let{name:t}=e;return Array.isArray(n)?n.includes(t):t===n})),(e=>{let{id:t}=e;return t}))}),(e=>[e.blocks.parents]));function Oy(e,t){let n,r=t;do{n=r,r=e.blocks.parents[r]}while(r);return n}function Dy(e,t){const n=Sy(e),r=[...zy(e,t),t],o=[...zy(e,n),n];let a;const i=Math.min(r.length,o.length);for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:1;if(void 0===t&&(t=Sy(e)),void 0===t&&(t=n<0?jy(e):qy(e)),!t)return null;const r=Ty(e,t);if(null===r)return null;const{order:o}=e.blocks,a=o[r],i=a.indexOf(t),s=i+1*n;return s<0||s===a.length?null:a[s]}function Iy(e,t){return By(e,t,-1)}function Py(e,t){return By(e,t,1)}function Ry(e){return e.initialPosition}const Hy=Dr((e=>{const{selectionStart:t,selectionEnd:n}=e.selection;if(void 0===t.clientId||void 0===n.clientId)return ly;if(t.clientId===n.clientId)return[t.clientId];const r=Ty(e,t.clientId);if(null===r)return ly;const o=Gy(e,r),a=o.indexOf(t.clientId),i=o.indexOf(n.clientId);return a>i?o.slice(i,a+1):o.slice(a,i+1)}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function Wy(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?ly:Hy(e)}const Yy=Dr((e=>{const t=Wy(e);return t.length?t.map((t=>py(e,t))):ly}),(e=>[...Hy.getDependants(e),e.blocks.byClientId,e.blocks.order,e.blocks.attributes]));function jy(e){return(0,vt.first)(Wy(e))||null}function qy(e){return(0,vt.last)(Wy(e))||null}function Fy(e,t){return jy(e)===t}function Vy(e,t){return-1!==Wy(e).indexOf(t)}const Xy=Dr(((e,t)=>{let n=t,r=!1;for(;n&&!r;)n=Ty(e,n),r=Vy(e,n);return r}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function Uy(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:t.clientId||null}function $y(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:n.clientId||null}function Gy(e,t){return e.blocks.order[t||""]||ly}function Ky(e,t,n){return Gy(e,n).indexOf(t)}function Jy(e,t){const{selectionStart:n,selectionEnd:r}=e.selection;return n.clientId===r.clientId&&n.clientId===t}function Zy(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return(0,vt.some)(Gy(e,t),(t=>Jy(e,t)||Vy(e,t)||n&&Zy(e,t,n)))}function Qy(e,t){if(!t)return!1;const n=Wy(e),r=n.indexOf(t);return r>-1&&rs_(e,t)))}function c_(e){return e.isCaretWithinFormattedText}function u_(e){let t,n;const{insertionPoint:r,selection:{selectionEnd:o}}=e;if(null!==r)return r;const{clientId:a}=o;return a?(t=Ty(e,a)||void 0,n=Ky(e,o.clientId,t)+1):n=Gy(e).length,{rootClientId:t,index:n}}function d_(e){return null!==e.insertionPoint}function p_(e){return e.template.isValid}function m_(e){return e.settings.template}function f_(e,t){if(!t)return e.settings.templateLock;const n=R_(e,t);return n?n.templateLock:null}const h_=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return(0,vt.isBoolean)(e)?e:(0,vt.isArray)(e)?!(!e.includes("core/post-content")||null!==t)||e.includes(t):n},g_=function(e,t){let n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(t&&"object"==typeof t?(n=t,t=n.name):n=ra(t),!n)return!1;const{allowedBlockTypes:o}=H_(e),a=h_(o,t,!0);if(!a)return!1;const i=!!f_(e,r);if(i)return!1;const s=R_(e,r);if(r&&void 0===s)return!1;const l=null==s?void 0:s.allowedBlocks,c=h_(l,t),u=n.parent,d=cy(e,r),p=h_(u,d);return null!==c&&null!==p?c||p:null!==c?c:null===p||p},b_=Dr(g_,((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId[n],e.settings.allowedBlockTypes,e.settings.templateLock]));function v_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>b_(e,cy(e,t),n)))}function y_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=dy(e,t);if(null===r)return!0;const{lock:o}=r,a=!!f_(e,n);return void 0===o||void 0===(null==o?void 0:o.remove)?!a:!(null!=o&&o.remove)}function __(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>y_(e,t,n)))}function M_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=dy(e,t);if(null===r)return;const{lock:o}=r,a="all"===f_(e,n);return void 0===o||void 0===(null==o?void 0:o.move)?!a:!(null!=o&&o.move)}function k_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>M_(e,t,n)))}function w_(e,t){var n,r;return null!==(n=null===(r=e.preferences.insertUsage)||void 0===r?void 0:r[t])&&void 0!==n?n:null}const E_=(e,t,n)=>!!ia(t,"inserter",!0)&&g_(e,t.name,n),L_=(e,t)=>n=>{const r=`${t.id}/${n.name}`,{time:o,count:a=0}=w_(e,r)||{};return{...t,id:r,icon:n.icon||t.icon,title:n.title||t.title,description:n.description||t.description,category:n.category||t.category,example:n.hasOwnProperty("example")?n.example:t.example,initialAttributes:{...t.initialAttributes,...n.attributes},innerBlocks:n.innerBlocks,keywords:n.keywords||t.keywords,frecency:C_(o,a)}},C_=(e,t)=>{if(!e)return t;const n=Date.now()-e;switch(!0){case n<36e5:return 4*t;case n<864e5:return 2*t;case n<6048e5:return t/2;default:return t/4}},x_=(e,t)=>{let{buildScope:n="inserter"}=t;return t=>{const r=t.name;let o=!1;ia(t.name,"multiple",!0)||(o=(0,vt.some)(_y(e,vy(e)),{name:t.name}));const{time:a,count:i=0}=w_(e,r)||{},s={id:r,name:t.name,title:t.title,icon:t.icon,isDisabled:o,frecency:C_(a,i)};if("transform"===n)return s;const l=la(t.name,"inserter");return{...s,initialAttributes:{},description:t.description,category:t.category,keywords:t.keywords,variations:l,example:t.example,utility:1}}},S_=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=x_(e,{buildScope:"inserter"}),r=/^\s*)[^])*)\5|[^]*?)}\s+)?(\/)?-->/,o=t=>{let n=sy;if("web"===iy.OS){const e=("string"==typeof t.content.raw?t.content.raw:t.content).match(r);if(e){const[,,t="core/",r]=e,o=ra(t+r);o&&(n=o.icon)}}const o=`core/block/${t.id}`,{time:a,count:i=0}=w_(e,o)||{},s=C_(a,i);return{id:o,name:"core/block",initialAttributes:{ref:t.id},title:t.title.raw,icon:n,category:"reusable",keywords:[],isDisabled:!1,utility:1,frecency:s}},a=oa().filter((n=>E_(e,n,t))).map(n),i=g_(e,"core/block",t)?V_(e).map(o):[],s=a.reduce(((t,n)=>{const{variations:r=[]}=n;if(r.some((e=>{let{isDefault:t}=e;return t}))||t.push(n),r.length){const o=L_(e,n);t.push(...r.map(o))}return t}),[]),l=(e,t)=>{const{core:n,noncore:r}=e;return(t.name.startsWith("core/")?n:r).push(t),e},{core:c,noncore:u}=s.reduce(l,{core:[],noncore:[]}),d=[...c,...u];return[...d,...i]}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.blocks.order,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,V_(e),oa()])),A_=Dr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=x_(e,{buildScope:"transform"}),o=oa().filter((t=>E_(e,t,n))).map(r),a=(0,vt.mapKeys)(o,(e=>{let{name:t}=e;return t})),i=La(t).reduce(((e,t)=>(a[null==t?void 0:t.name]&&e.push(a[t.name]),e)),[]),s=(0,vt.orderBy)(i,(e=>a[e.name].frecency),"desc");return s}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,oa()])),T_=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=(0,vt.some)(oa(),(n=>E_(e,n,t)));if(n)return!0;const r=g_(e,"core/block",t)&&V_(e).length>0;return r}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,V_(e),oa()])),z_=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(t)return(0,vt.filter)(oa(),(n=>E_(e,n,t)))}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,oa()])),N_=Dr((function(e){var t,n;let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!r)return;const o=null===(t=e.blockListSettings[r])||void 0===t?void 0:t.__experimentalDefaultBlock,a=null===(n=e.blockListSettings[r])||void 0===n?void 0:n.__experimentalDirectInsert;return o&&a?"function"==typeof a?a(py(e,r))?o:null:o:void 0}),((e,t)=>[e.blockListSettings[t],e.blocks.tree[t]])),O_=Dr(((e,t)=>{const n=e.settings.__experimentalBlockPatterns.find((e=>{let{name:n}=e;return n===t}));return n?{...n,blocks:sl(n.content)}:null}),(e=>[e.settings.__experimentalBlockPatterns])),D_=Dr((e=>{const t=e.settings.__experimentalBlockPatterns,{allowedBlockTypes:n}=H_(e),r=t.filter((e=>{let{inserter:t=!0}=e;return!!t})).map((t=>{let{name:n}=t;return O_(e,n)})),o=r.filter((e=>{let{blocks:t}=e;return((e,t)=>{if((0,vt.isBoolean)(t))return t;const n=[...e];for(;n.length>0;){var r;const e=n.shift();if(!h_(t,e.name||e.blockName,!0))return!1;null===(r=e.innerBlocks)||void 0===r||r.forEach((e=>{n.push(e)}))}return!0})(t,n)}));return o}),(e=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes])),B_=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=D_(e),r=(0,vt.filter)(n,(n=>{let{blocks:r}=n;return r.every((n=>{let{name:r}=n;return b_(e,r,t)}))}));return r}),((e,t)=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes,e.settings.templateLock,e.blockListSettings[t],e.blocks.byClientId[t]])),I_=Dr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return ly;const r=B_(e,n),o=Array.isArray(t)?t:[t];return r.filter((e=>{var t,n;return null==e||null===(t=e.blockTypes)||void 0===t||null===(n=t.some)||void 0===n?void 0:n.call(t,(e=>o.includes(e)))}))}),((e,t)=>[...B_.getDependants(e,t)])),P_=Dr((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return ly;if(t.some((t=>{let{clientId:n,innerBlocks:r}=t;return r.length||K_(e,n)})))return ly;const r=Array.from(new Set(t.map((e=>{let{name:t}=e;return t}))));return I_(e,r,n)}),((e,t)=>[...I_.getDependants(e,t)]));function R_(e,t){return e.blockListSettings[t]}function H_(e){return e.settings}function W_(e){return e.blocks.isPersistentChange}const Y_=Dr((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.reduce(((t,n)=>e.blockListSettings[n]?{...t,[n]:e.blockListSettings[n]}:t),{})}),(e=>[e.blockListSettings])),j_=Dr(((e,t)=>{var n;const r=(0,vt.find)(V_(e),(e=>e.id===t));return r?null===(n=r.title)||void 0===n?void 0:n.raw:null}),(e=>[V_(e)]));function q_(e){return e.blocks.isIgnoredChange}function F_(e){return e.lastBlockAttributesChange}function V_(e){var t,n;return null!==(t=null==e||null===(n=e.settings)||void 0===n?void 0:n.__experimentalReusableBlocks)&&void 0!==t?t:ly}function X_(e){return e.isNavigationMode}function U_(e){return e.hasBlockMovingClientId}function $_(e){return!!e.automaticChangeStatus}function G_(e,t){return e.highlightedBlock===t}function K_(e,t){return!!e.blocks.controlledInnerBlocks[t]}const J_=Dr(((e,t)=>{if(!t.length)return null;const n=Sy(e);if(t.includes(cy(e,n)))return n;const r=Wy(e),o=Ny(e,n||r[0],t);return o?(0,vt.last)(o):null}),((e,t)=>[e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId,t]));function Z_(e,t,n){const{lastBlockInserted:r}=e;return r.clientId===t&&r.source===n}function Q_(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"polite";const t=document.createElement("div");t.id=`a11y-speak-${e}`,t.className="a11y-speak-region",t.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),t.setAttribute("aria-live",e),t.setAttribute("aria-relevant","additions text"),t.setAttribute("aria-atomic","true");const{body:n}=document;return n&&n.appendChild(t),t}let eM="";var tM;function nM(e,t){!function(){const e=document.getElementsByClassName("a11y-speak-region"),t=document.getElementById("a11y-speak-intro-text");for(let t=0;t]+>/g," "),eM===e&&(e+=" "),eM=e,e}(e);const n=document.getElementById("a11y-speak-intro-text"),r=document.getElementById("a11y-speak-assertive"),o=document.getElementById("a11y-speak-polite");r&&"assertive"===t?r.textContent=e:o&&(o.textContent=e),n&&n.removeAttribute("hidden")}tM=function(){const e=document.getElementById("a11y-speak-intro-text"),t=document.getElementById("a11y-speak-assertive"),n=document.getElementById("a11y-speak-polite");null===e&&function(){const e=document.createElement("p");e.id="a11y-speak-intro-text",e.className="a11y-speak-intro-text",e.textContent=vr("Notifications"),e.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),e.setAttribute("hidden","hidden");const{body:t}=document;t&&t.appendChild(e)}(),null===t&&Q_("assertive"),null===n&&Q_("polite")},"undefined"!=typeof document&&("complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",tM):tM());const rM=_t()({formatTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_FORMAT_TYPES":return{...e,...(0,vt.keyBy)(t.formatTypes,"name")};case"REMOVE_FORMAT_TYPES":return(0,vt.omit)(e,t.names)}return e}}),oM=Dr((e=>Object.values(e.formatTypes)),(e=>[e.formatTypes]));function aM(e,t){return e.formatTypes[t]}function iM(e,t){return(0,vt.find)(oM(e),(e=>{let{className:n,tagName:r}=e;return null===n&&t===r}))}function sM(e,t){return(0,vt.find)(oM(e),(e=>{let{className:n}=e;return null!==n&&` ${t} `.indexOf(` ${n} `)>=0}))}function lM(e){return{type:"ADD_FORMAT_TYPES",formatTypes:(0,vt.castArray)(e)}}function cM(e){return{type:"REMOVE_FORMAT_TYPES",names:(0,vt.castArray)(e)}}const uM=fn("core/rich-text",{reducer:rM,selectors:d,actions:p});function dM(e,t){if(e===t)return!0;if(!e||!t)return!1;if(e.type!==t.type)return!1;const n=e.attributes,r=t.attributes;if(n===r)return!0;if(!n||!r)return!1;const o=Object.keys(n),a=Object.keys(r);if(o.length!==a.length)return!1;const i=o.length;for(let e=0;e{const r=t[n-1];if(r){const o=e.slice();o.forEach(((e,t)=>{const n=r[t];dM(e,n)&&(o[t]=n)})),t[n]=o}})),{...e,formats:t}}function mM(e,t,n){return(e=e.slice())[t]=n,e}function fM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){const e=(0,vt.find)(i[n],{type:t.type});if(e){const o=i[n].indexOf(e);for(;i[n]&&i[n][o]===e;)i[n]=mM(i[n],o,t),n--;for(r++;i[r]&&i[r][o]===e;)i[r]=mM(i[r],o,t),r++}}else{let e=1/0;for(let o=n;o{let{type:n}=e;return n!==t.type}));const n=i[o].length;n0&&void 0!==arguments[0]?arguments[0]:{};return"string"==typeof t&&t.length>0?{formats:Array(t.length),replacements:Array(t.length),text:t}:("string"==typeof n&&n.length>0&&(e=hM(document,n)),"object"!=typeof e?{formats:[],replacements:[],text:""}:o?CM({element:e,range:r,multilineTag:o,multilineWrapperTags:a,isEditableTree:i,preserveWhiteSpace:s}):LM({element:e,range:r,isEditableTree:i,preserveWhiteSpace:s}))}function MM(e,t,n,r){if(!n)return;const{parentNode:o}=t,{startContainer:a,startOffset:i,endContainer:s,endOffset:l}=n,c=e.text.length;void 0!==r.start?e.start=c+r.start:t===a&&t.nodeType===t.TEXT_NODE?e.start=c+i:o===a&&t===a.childNodes[i]?e.start=c:o===a&&t===a.childNodes[i-1]?e.start=c+r.text.length:t===a&&(e.start=c),void 0!==r.end?e.end=c+r.end:t===s&&t.nodeType===t.TEXT_NODE?e.end=c+l:o===s&&t===s.childNodes[l-1]?e.end=c+r.text.length:o===s&&t===s.childNodes[l]?e.end=c:t===s&&(e.end=c+l)}function kM(e,t,n){if(!t)return;const{startContainer:r,endContainer:o}=t;let{startOffset:a,endOffset:i}=t;return e===r&&(a=n(e.nodeValue.slice(0,a)).length),e===o&&(i=n(e.nodeValue.slice(0,i)).length),{startContainer:r,startOffset:a,endContainer:o,endOffset:i}}function wM(e){return e.replace(/[\n\r\t]+/g," ")}function EM(e){return e.replace(new RegExp("[\ufeff]","gu"),"")}function LM(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:s}=e;const l={formats:[],replacements:[],text:""};if(!t)return l;if(!t.hasChildNodes())return MM(l,t,n,{formats:[],replacements:[],text:""}),l;const c=t.childNodes.length;for(let e=0;eEM(wM(e)));const t=e(c.nodeValue);n=kM(c,n,e),MM(l,c,n,{text:t}),l.formats.length+=t.length,l.replacements.length+=t.length,l.text+=t;continue}if(c.nodeType!==c.ELEMENT_NODE)continue;if(i&&(c.getAttribute("data-rich-text-placeholder")||"br"===u&&!c.getAttribute("data-rich-text-line-break"))){MM(l,c,n,{formats:[],replacements:[],text:""});continue}if("script"===u){const e={formats:[,],replacements:[{type:u,attributes:{"data-rich-text-script":c.getAttribute("data-rich-text-script")||encodeURIComponent(c.innerHTML)}}],text:vM};MM(l,c,n,e),gM(l,e);continue}if("br"===u){MM(l,c,n,{formats:[],replacements:[],text:""}),gM(l,_M({text:"\n"}));continue}const d=yM({type:u,attributes:xM({element:c})});if(o&&-1!==o.indexOf(u)){const e=CM({element:c,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:[...a,d],isEditableTree:i,preserveWhiteSpace:s});MM(l,c,n,e),gM(l,e);continue}const p=LM({element:c,range:n,multilineTag:r,multilineWrapperTags:o,isEditableTree:i,preserveWhiteSpace:s});if(MM(l,c,n,p),d)if(0===p.text.length)d.attributes&&gM(l,{formats:[,],replacements:[d],text:vM});else{function e(t){if(e.formats===t)return e.newFormats;const n=t?[d,...t]:[d];return e.formats=t,e.newFormats=n,n}e.newFormats=[d],gM(l,{...p,formats:Array.from(p.formats,e)})}else gM(l,p)}return l}function CM(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:s}=e;const l={formats:[],replacements:[],text:""};if(!t||!t.hasChildNodes())return l;const c=t.children.length;for(let e=0;e0)&&gM(l,{formats:[,],replacements:a.length>0?[a]:[,],text:bM}),MM(l,c,n,u),gM(l,u)}return l}function xM(e){let{element:t}=e;if(!t.hasAttributes())return;const n=t.attributes.length;let r;for(let e=0;e1&&void 0!==arguments[1]?arguments[1]:[];if(void 0===n)return a;if(n===r){if(o)return o;const e=t[n-1]||a,r=t[n]||a;return e.length1&&void 0!==arguments[1]?arguments[1]:t,o=r;for(;o--;)if(n[o]===bM)return o}function NM(e){const{replacements:t,start:n}=e,r=t[zM(e,n)];return!r||r.length<1}function OM(e,t,n){const{replacements:r,start:o}=e,a=r[zM(e,o)];if(!a||0===a.length)return t===n;return a[a.length-1].type===t}function DM(e){let{start:t,end:n}=e;if(void 0!==t&&void 0!==n)return t===n}function BM(e){let{text:t}=e;return 0===t.length}function IM(e){let{text:t,start:n,end:r}=e;return n===r&&(0===t.length||(0===n&&t.slice(0,1)===bM||(n===t.length&&t.slice(-1)===bM||"\u2028\u2028"===t.slice(n-1,r+1))))}function PM(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"string"==typeof t&&(t=_M({text:t})),pM(e.reduce(((e,n)=>{let{formats:r,replacements:o,text:a}=n;return{formats:e.formats.concat(t.formats,r),replacements:e.replacements.concat(t.replacements,o),text:e.text+t.text+a}})))}function RM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){const e=(0,vt.find)(i[n],{type:t});if(e){for(;(0,vt.find)(i[n],e);)HM(i,n,t),n--;for(r++;(0,vt.find)(i[r],e);)HM(i,r,t),r++}}else for(let e=n;e{let{type:t}=e;return t!==n}));r.length?e[t]=r:delete e[t]}function WM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,replacements:a,text:i}=e;"string"==typeof t&&(t=_M({text:t}));const s=n+t.text.length;return pM({formats:o.slice(0,n).concat(t.formats,o.slice(r)),replacements:a.slice(0,n).concat(t.replacements,a.slice(r)),text:i.slice(0,n)+t.text+i.slice(r),start:s,end:s})}function YM(e,t,n){return WM(e,_M(),t,n)}function jM(e,t,n){let{formats:r,replacements:o,text:a,start:i,end:s}=e;return a=a.replace(t,(function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),l=1;l1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const{formats:r,replacements:o,text:a}=e;return void 0===t||void 0===n?{...e}:{formats:r.slice(t,n),replacements:o.slice(t,n),text:a.slice(t,n)}}function FM(e,t){let{formats:n,replacements:r,text:o,start:a,end:i}=e;if("string"!=typeof t)return VM(...arguments);let s=0;return o.split(t).map((e=>{const o=s,l={formats:n.slice(o,o+e.length),replacements:r.slice(o,o+e.length),text:e};return s+=t.length+e.length,void 0!==a&&void 0!==i&&(a>=o&&ao&&(l.start=0),i>=o&&is&&(l.end=e.length)),l}))}function VM(e){let{formats:t,replacements:n,text:r,start:o,end:a}=e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a;if(void 0===o||void 0===a)return;const l={formats:t.slice(0,i),replacements:n.slice(0,i),text:r.slice(0,i)},c={formats:t.slice(s),replacements:n.slice(s),text:r.slice(s),start:0,end:0};return[jM(l,/\u2028+$/,""),jM(c,/^\u2028+/,"")]}function XM(e,t){if(t)return e;const n={};for(const t in e){let r=t;t.startsWith("data-disable-rich-text-")&&(r=t.slice("data-disable-rich-text-".length)),n[r]=e[t]}return n}function UM(e){let{type:t,attributes:n,unregisteredAttributes:r,object:o,boundaryClass:a,isEditableTree:i}=e;const s=(l=t,_n(uM).getFormatType(l));var l;let c={};if(a&&(c["data-rich-text-format-boundary"]="true"),!s)return n&&(c={...n,...c}),{type:t,attributes:XM(c,i),object:o};c={...r,...c};for(const e in n){const t=!!s.attributes&&s.attributes[e];t?c[t]=n[e]:c[e]=n[e]}return s.className&&(c.class?c.class=`${s.className} ${c.class}`:c.class=s.className),{type:s.tagName,object:s.object,attributes:XM(c,i)}}function $M(e,t,n){do{if(e[n]!==t[n])return!1}while(n--);return!0}function GM(e){let{value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:o,append:a,getLastChild:i,getParent:s,isText:l,getText:c,remove:u,appendText:d,onStartIndex:p,onEndIndex:m,isEditableTree:f,placeholder:h}=e;const{formats:g,replacements:b,text:v,start:y,end:_}=t,M=g.length+1,k=o(),w={type:n},E=SM(t),L=E[E.length-1];let C,x,S;n?(a(a(k,{type:n}),""),x=C=[w]):a(k,"");for(let e=0;e(e.push(t,w),e)),[w]):[...C,...M||[]]);let E=i(k);if(o&&t===bM){let e=E;for(;!l(e);)e=i(e);a(s(e),"\ufeff")}if(S===bM){let t=E;for(;!l(t);)t=i(t);p&&y===e&&p(k,t),m&&_===e&&m(k,t)}if(M&&M.forEach(((e,n)=>{if(E&&x&&$M(M,x,n)&&(t!==bM||M.length-1!==n))return void(E=i(E));const{type:r,attributes:o,unregisteredAttributes:d}=e,p=f&&t!==bM&&e===L,m=s(E),h=a(m,UM({type:r,attributes:o,unregisteredAttributes:d,boundaryClass:p,isEditableTree:f}));l(E)&&0===c(E).length&&u(E),E=a(h,"")})),t!==bM){var A;if(0===e&&(p&&0===y&&p(k,E),m&&0===_&&m(k,E)),t===vM)f||"script"!==(null===(A=b[e])||void 0===A?void 0:A.type)?E=a(s(E),UM({...b[e],object:!0,isEditableTree:f})):(E=a(s(E),UM({type:"script",isEditableTree:f})),a(E,{html:decodeURIComponent(b[e].attributes["data-rich-text-script"])})),E=a(s(E),"");else r||"\n"!==t?l(E)?d(E,t):E=a(s(E),t):(E=a(s(E),{type:"br",attributes:f?{"data-rich-text-line-break":"true"}:void 0,object:!0}),E=a(s(E),""));p&&y===e+1&&p(k,E),m&&_===e+1&&m(k,E),o&&e===v.length&&(a(s(E),"\ufeff"),h&&0===v.length&&a(s(E),{type:"span",attributes:{"data-rich-text-placeholder":h,contenteditable:"false",style:"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;"}})),x=M,S=t}else x=M,S=t}return k}function KM(e){let{value:t,multilineTag:n,preserveWhiteSpace:r}=e;return ik(GM({value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:JM,append:QM,getLastChild:ZM,getParent:tk,isText:nk,getText:rk,remove:ok,appendText:ek}).children)}function JM(){return{}}function ZM(e){let{children:t}=e;return t&&t[t.length-1]}function QM(e,t){return"string"==typeof t&&(t={text:t}),t.parent=e,e.children=e.children||[],e.children.push(t),t}function ek(e,t){e.text+=t}function tk(e){let{parent:t}=e;return t}function nk(e){let{text:t}=e;return"string"==typeof t}function rk(e){let{text:t}=e;return t}function ok(e){const t=e.parent.children.indexOf(e);return-1!==t&&e.parent.children.splice(t,1),e}function ak(e){let{type:t,attributes:n,object:r,children:o}=e,a="";for(const e in n)Li(e)&&(a+=` ${e}="${ki(n[e])}"`);return r?`<${t}${a}>`:`<${t}${a}>${ik(o)}`}function ik(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>void 0!==e.html?e.html:void 0===e.text?ak(e):Ei(e.text))).join("")}function sk(e,t){return AM(e,t.type)?(t.title&&nM(Tn(vr("%s removed."),t.title),"assertive"),RM(e,t.type)):(t.title&&nM(Tn(vr("%s applied."),t.title),"assertive"),fM(e,t))}function lk(e){const t=zM(e);if(void 0===t)return!1;const{replacements:n}=e,r=zM(e,t),o=n[t]||[],a=n[r]||[];return o.length<=a.length}function ck(e){const{replacements:t,start:n}=e;return void 0!==t[zM(e,n)]}function uk(e,t){if(!lk(e))return e;const n=zM(e),r=zM(e,n),{text:o,replacements:a,end:i}=e,s=a.slice(),l=function(e,t){let{text:n,replacements:r}=e;const o=r[t]||[];let a=t;for(;a-- >=0;){if(n[a]!==bM)continue;const e=r[a]||[];if(e.length===o.length+1)return a;if(e.length<=o.length)return}}(e,n);for(let e=n;e=0;){if(n[a]!==bM)continue;if((r[a]||[]).length===o.length-1)return a}}function pk(e){if(!ck(e))return e;const{text:t,replacements:n,start:r,end:o}=e,a=zM(e,r),i=n.slice(0),s=n[dk(e,a)]||[],l=function(e,t){let{text:n,replacements:r}=e;const o=r[t]||[];let a=t;for(let e=t||0;e=o.length))return a;a=e}return a}(e,zM(e,o));for(let e=a;e<=l;e++){if(t[e]!==bM)continue;const n=i[e]||[];i[e]=s.concat(n.slice(s.length+1)),0===i[e].length&&delete i[e]}return{...e,replacements:i}}function mk(e,t){const{text:n,replacements:r,start:o,end:a}=e,i=zM(e,o),s=r[i]||[],l=r[zM(e,a)]||[],c=dk(e,i),u=r.slice(),d=s.length-1,p=l.length-1;let m;for(let e=c+1||0;enp?e:t)))}return m?{...e,replacements:u}:e}function fk(e){let{ref:t,value:n,settings:r={}}=e;const{tagName:o,className:a,name:i}=r,s=i?AM(n,i):void 0;return(0,ft.useMemo)((()=>{if(!t.current)return;const{ownerDocument:{defaultView:e}}=t.current,n=e.getSelection();if(!n.rangeCount)return;const r=n.getRangeAt(0);if(!s)return r;let i=r.startContainer;for(i=i.nextElementSibling||i;i.nodeType!==i.ELEMENT_NODE;)i=i.parentNode;return i.closest(o+(a?"."+a:""))}),[s,n.start,n.end,o,a])}function hk(e,t,n){const r=e.parentNode;let o=0;for(;e=e.previousSibling;)o++;return n=[o,...n],r!==t&&(n=hk(r,t,n)),n}function gk(e,t){for(t=[...t];e&&t.length>1;)e=e.childNodes[t.shift()];return{node:e,offset:t[0]}}function bk(e,t){"string"==typeof t&&(t=e.ownerDocument.createTextNode(t));const{type:n,attributes:r}=t;if(n){t=e.ownerDocument.createElement(n);for(const e in r)t.setAttribute(e,r[e])}return e.appendChild(t)}function vk(e,t){e.appendData(t)}function yk(e){let{lastChild:t}=e;return t}function _k(e){let{parentNode:t}=e;return t}function Mk(e){return e.nodeType===e.TEXT_NODE}function kk(e){let{nodeValue:t}=e;return t}function wk(e){return e.parentNode.removeChild(e)}function Ek(e){let{value:t,current:n,multilineTag:r,prepareEditableTree:o,__unstableDomOnly:a,placeholder:i}=e;const{body:s,selection:l}=function(e){let{value:t,multilineTag:n,prepareEditableTree:r,isEditableTree:o=!0,placeholder:a,doc:i=document}=e,s=[],l=[];r&&(t={...t,formats:r(t)});const c=GM({value:t,multilineTag:n,createEmpty:()=>hM(i,""),append:bk,getLastChild:yk,getParent:_k,isText:Mk,getText:kk,remove:wk,appendText:vk,onStartIndex(e,t){s=hk(t,e,[t.nodeValue.length])},onEndIndex(e,t){l=hk(t,e,[t.nodeValue.length])},isEditableTree:o,placeholder:a});return{body:c,selection:{startPath:s,endPath:l}}}({value:t,multilineTag:r,prepareEditableTree:o,placeholder:i,doc:n.ownerDocument});Lk(s,n),void 0===t.start||a||function(e,t){let{startPath:n,endPath:r}=e;const{node:o,offset:a}=gk(t,n),{node:i,offset:s}=gk(t,r),{ownerDocument:l}=t,{defaultView:c}=l,u=c.getSelection(),d=l.createRange();d.setStart(o,a),d.setEnd(i,s);const{activeElement:p}=l;if(u.rangeCount>0){if(function(e,t){return e.startContainer===t.startContainer&&e.startOffset===t.startOffset&&e.endContainer===t.endContainer&&e.endOffset===t.endOffset}(d,u.getRangeAt(0)))return;u.removeAllRanges()}u.addRange(d),p!==l.activeElement&&p instanceof c.HTMLElement&&p.focus()}(l,n)}function Lk(e,t){let n,r=0;for(;n=e.firstChild;){const o=t.childNodes[r];if(o)if(o.isEqualNode(n))e.removeChild(n);else if(o.nodeName!==n.nodeName||o.nodeType===o.TEXT_NODE&&o.data!==n.data)t.replaceChild(n,o);else{const t=o.attributes,r=n.attributes;if(t){let e=t.length;for(;e--;){const{name:r}=t[e];n.getAttribute(r)||o.removeAttribute(r)}}if(r)for(let e=0;e{if(!r||!r.length)return;const e="*[data-rich-text-format-boundary]",t=n.current.querySelector(e);if(!t)return;const{ownerDocument:o}=t,{defaultView:a}=o,i=`${`.rich-text:focus ${e}`} {${`background-color: ${a.getComputedStyle(t).color.replace(")",", 0.2)").replace("rgb","rgba")}`}}`,s="rich-text-boundary-style";let l=o.getElementById(s);l||(l=o.createElement("style"),l.id=s,o.head.appendChild(l)),l.innerHTML!==i&&(l.innerHTML=i)}),[r]),n}function xk(e){const t=(0,ft.useRef)(e);return t.current=e,sh((e=>{function n(n){const{record:r,multilineTag:o,preserveWhiteSpace:a}=t.current;if(DM(r.current)||!e.contains(e.ownerDocument.activeElement))return;const i=qM(r.current),s=TM(i),l=KM({value:i,multilineTag:o,preserveWhiteSpace:a});n.clipboardData.setData("text/plain",s),n.clipboardData.setData("text/html",l),n.clipboardData.setData("rich-text","true"),n.clipboardData.setData("rich-text-multi-line-tag",o||""),n.preventDefault()}return e.addEventListener("copy",n),()=>{e.removeEventListener("copy",n)}}),[])}const Sk=[];function Ak(e){const[,t]=(0,ft.useReducer)((()=>({}))),n=(0,ft.useRef)(e);return n.current=e,sh((e=>{function r(r){const{keyCode:o,shiftKey:a,altKey:i,metaKey:s,ctrlKey:l}=r;if(a||i||s||l||o!==zf&&o!==Of)return;const{record:c,applyRecord:u}=n.current,{text:d,formats:p,start:m,end:f,activeFormats:h=[]}=c.current,g=DM(c.current),{ownerDocument:b}=e,{defaultView:v}=b,{direction:y}=v.getComputedStyle(e),_="rtl"===y?Of:zf,M=r.keyCode===_;if(g&&0===h.length){if(0===m&&M)return;if(f===d.length&&!M)return}if(!g)return;const k=p[m-1]||Sk,w=p[m]||Sk,E=M?k:w,L=h.every(((e,t)=>e===E[t]));let C=h.length;if(L?C{e.removeEventListener("keydown",r)}}),[])}function Tk(e){const t=(0,ft.useRef)(e);return t.current=e,sh((e=>{function n(n){const{keyCode:r,shiftKey:o,altKey:a,metaKey:i,ctrlKey:s}=n,{multilineTag:l,createRecord:c,handleChange:u}=t.current;if(o||a||i||s||r!==Tf||"li"!==l)return;const d=c();if(!DM(d))return;const{text:p,start:m}=d,f=p[m-1];f&&f!==bM||(u(uk(d,{type:e.tagName.toLowerCase()})),n.preventDefault())}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}const zk=new Set(["insertParagraph","insertOrderedList","insertUnorderedList","insertHorizontalRule","insertLink"]),Nk=[];function Ok(e){const t=(0,ft.useRef)(e);return t.current=e,sh((e=>{const{ownerDocument:n}=e,{defaultView:r}=n;let o,a=!1;function i(e){if(a)return;let n;e&&(n=e.inputType);const{record:r,applyRecord:o,createRecord:i,handleChange:s}=t.current;if(n&&(0===n.indexOf("format")||zk.has(n)))return void o(r.current);const l=i(),{start:c,activeFormats:u=[]}=r.current,d=function(e){let{value:t,start:n,end:r,formats:o}=e;const a=Math.min(n,r),i=Math.max(n,r),s=t.formats[a-1]||[],l=t.formats[i]||[];for(t.activeFormats=o.map(((e,t)=>{if(s[t]){if(dM(e,s[t]))return s[t]}else if(l[t]&&dM(e,l[t]))return l[t];return e}));--r>=n;)t.activeFormats.length>0?t.formats[r]=t.activeFormats:delete t.formats[r];return t}({value:l,start:c,end:l.start,formats:u});s(d)}function s(o){if(n.activeElement!==e)return;const{record:s,applyRecord:l,createRecord:c,isSelected:u,onSelectionChange:d}=t.current;if("selectionchange"!==o.type&&!u)return;if("true"!==e.contentEditable)return;if(a)return;const{start:p,end:m,text:f}=c(),h=s.current;if(f!==h.text)return void i();if(p===h.start&&m===h.end)return void(0===h.text.length&&0===p&&function(e){const t=e.getSelection(),{anchorNode:n,anchorOffset:r}=t;if(n.nodeType!==n.ELEMENT_NODE)return;const o=n.childNodes[r];o&&o.nodeType===o.ELEMENT_NODE&&o.getAttribute("data-rich-text-placeholder")&&t.collapseToStart()}(r));const g={...h,start:p,end:m,activeFormats:h._newActiveFormats,_newActiveFormats:void 0},b=SM(g,Nk);g.activeFormats=b,s.current=g,l(g,{domOnly:!0}),d(p,m)}function l(){a=!0,n.removeEventListener("selectionchange",s)}function c(){a=!1,i({inputType:"insertText"}),n.addEventListener("selectionchange",s)}function u(){const{record:e,isSelected:a,onSelectionChange:i,applyRecord:l}=t.current;if(a)l(e.current),i(e.current.start,e.current.end);else{const t=void 0;e.current={...e.current,start:t,end:t,activeFormats:Nk},i(t,t)}o=r.requestAnimationFrame(s),n.addEventListener("selectionchange",s)}function d(){n.removeEventListener("selectionchange",s)}return e.addEventListener("input",i),e.addEventListener("compositionstart",l),e.addEventListener("compositionend",c),e.addEventListener("focus",u),e.addEventListener("blur",d),e.addEventListener("keyup",s),e.addEventListener("mouseup",s),e.addEventListener("touchend",s),()=>{e.removeEventListener("input",i),e.removeEventListener("compositionstart",l),e.removeEventListener("compositionend",c),e.removeEventListener("focus",u),e.removeEventListener("blur",d),e.removeEventListener("keyup",s),e.removeEventListener("mouseup",s),e.removeEventListener("touchend",s),n.removeEventListener("selectionchange",s),r.cancelAnimationFrame(o)}}),[])}function Dk(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const{replacements:n,text:r,start:o,end:a}=e,i=DM(e);let s,l=o-1,c=i?o-1:o,u=a;if(t||(l=a,c=o,u=i?a+1:a),r[l]===bM){if(i&&n[l]&&n[l].length){const t=n.slice();t[l]=n[l].slice(0,-1),s={...e,replacements:t}}else s=YM(e,c,u);return s}}function Bk(e){const t=(0,ft.useRef)(e);return t.current=e,sh((e=>{function n(e){const{keyCode:n}=e,{createRecord:r,handleChange:o,multilineTag:a}=t.current;if(e.defaultPrevented)return;if(n!==Bf&&n!==xf)return;const i=r(),{start:s,end:l,text:c}=i,u=n===xf;if(0===s&&0!==l&&l===c.length)return o(YM(i)),void e.preventDefault();if(a){let t;t=u&&0===i.start&&0===i.end&&IM(i)?Dk(i,!u):Dk(i,u),t&&(o(t),e.preventDefault())}}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}const Ik=e=>t=>{let{dispatch:n}=t;n({type:"RESET_BLOCKS",blocks:e}),n(Pk(e))},Pk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getTemplate(),a=n.getTemplateLock(),i=!o||"all"!==a||hc(e,o);if(i!==n.isValidTemplate())return r.setTemplateValidity(i),i};function Rk(e,t,n){return{type:"RESET_SELECTION",selectionStart:e,selectionEnd:t,initialPosition:n}}function Hk(e){return hu('wp.data.dispatch( "core/block-editor" ).receiveBlocks',{since:"5.9",alternative:"resetBlocks or insertBlocks"}),{type:"RECEIVE_BLOCKS",blocks:e}}function Wk(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return{type:"UPDATE_BLOCK_ATTRIBUTES",clientIds:(0,vt.castArray)(e),attributes:t,uniqueByBlock:n}}function Yk(e,t){return{type:"UPDATE_BLOCK",clientId:e,updates:t}}function jk(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{type:"SELECT_BLOCK",initialPosition:t,clientId:e}}const qk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getPreviousBlockClientId(e);o&&r.selectBlock(o,-1)},Fk=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getNextBlockClientId(e);o&&r.selectBlock(o)};function Vk(){return{type:"START_MULTI_SELECT"}}function Xk(){return{type:"STOP_MULTI_SELECT"}}const Uk=(e,t)=>n=>{let{select:r,dispatch:o}=n;if(r.getBlockRootClientId(e)!==r.getBlockRootClientId(t))return;o({type:"MULTI_SELECT",start:e,end:t});const a=r.getSelectedBlockCount();nM(Tn(_r("%s block selected.","%s blocks selected.",a),a),"assertive")};function $k(){return{type:"CLEAR_SELECTED_BLOCK"}}function Gk(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return{type:"TOGGLE_SELECTION",isSelectionEnabled:e}}function Kk(e,t){var n,r;const o=null!==(n=null==t||null===(r=t.__experimentalPreferredStyleVariations)||void 0===r?void 0:r.value)&&void 0!==n?n:{};return e.map((e=>{var t;const n=e.name;if(!ia(n,"defaultStylePicker",!0))return e;if(!o[n])return e;const r=null===(t=e.attributes)||void 0===t?void 0:t.className;if(null!=r&&r.includes("is-style-"))return e;const{attributes:a={}}=e,i=o[n];return{...e,attributes:{...a,className:`${r||""} is-style-${i}`.trim()}}}))}const Jk=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4?arguments[4]:void 0;return a=>{let{select:i,dispatch:s}=a;e=(0,vt.castArray)(e),t=Kk((0,vt.castArray)(t),i.getSettings());const l=i.getBlockRootClientId((0,vt.first)(e));for(let e=0;e{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()}))}};function Zk(e,t){return Jk(e,t)}const Qk=e=>(t,n)=>r=>{let{select:o,dispatch:a}=r;o.canMoveBlocks(t,n)&&a({type:e,clientIds:(0,vt.castArray)(t),rootClientId:n})},ew=Qk("MOVE_BLOCKS_DOWN"),tw=Qk("MOVE_BLOCKS_UP"),nw=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return o=>{let{select:a,dispatch:i}=o;if(a.canMoveBlocks(e,t)){if(t!==n){if(!a.canRemoveBlocks(e,t))return;if(!a.canInsertBlocks(e,n))return}i({type:"MOVE_BLOCKS_TO_POSITION",fromRootClientId:t,toRootClientId:n,clientIds:e,index:r})}}};function rw(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return nw([e],t,n,r)}function ow(e,t,n,r,o){return aw([e],t,n,r,0,o)}const aw=function(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5?arguments[5]:void 0;return i=>{let{select:s,dispatch:l}=i;(0,vt.isObject)(o)&&(a=o,o=0,hu("meta argument in wp.data.dispatch('core/block-editor')",{since:"10.1",plugin:"Gutenberg",hint:"The meta argument is now the 6th argument of the function"})),e=Kk((0,vt.castArray)(e),s.getSettings());const c=[];for(const t of e){s.canInsertBlockType(t.name,n)&&c.push(t)}c.length&&l({type:"INSERT_BLOCKS",blocks:c,index:t,rootClientId:n,time:Date.now(),updateSelection:r,initialPosition:r?o:null,meta:a})}};function iw(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{__unstableWithInserter:r}=n;return{type:"SHOW_INSERTION_POINT",rootClientId:e,index:t,__unstableWithInserter:r}}function sw(){return{type:"HIDE_INSERTION_POINT"}}function lw(e){return{type:"SET_TEMPLATE_VALIDITY",isValid:e}}const cw=()=>e=>{let{select:t,dispatch:n}=e;n({type:"SYNCHRONIZE_TEMPLATE"});const r=gc(t.getBlocks(),t.getTemplate());n.resetBlocks(r)},uw=(e,t)=>n=>{let{select:r,dispatch:o}=n;const a=[e,t];o({type:"MERGE_BLOCKS",blocks:a});const[i,s]=a,l=r.getBlock(i),c=ra(l.name);if(c&&!c.merge)return void o.selectBlock(l.clientId);const u=r.getBlock(s),d=ra(u.name),{clientId:p,attributeKey:m,offset:f}=r.getSelectionStart(),h=(p===i?c:d).attributes[m],g=(p===i||p===s)&&void 0!==m&&void 0!==f&&!!h;h||("number"==typeof m?window.console.error("RichText needs an identifier prop that is the block attribute key of the attribute it controls. Its type is expected to be a string, but was "+typeof m):window.console.error("The RichText identifier prop does not match any attributes defined by the block."));const b=Ma(l),v=Ma(u);if(g){const e=p===i?b:v,t=e.attributes[m],{multiline:n,__unstableMultilineWrapperTags:r,__unstablePreserveWhiteSpace:o}=h,a=WM(_M({html:t,multilineTag:n,multilineWrapperTags:r,preserveWhiteSpace:o}),"†",f,f);e.attributes[m]=KM({value:a,multilineTag:n,preserveWhiteSpace:o})}const y=l.name===u.name?[v]:Sa(v,l.name);if(!y||!y.length)return;const _=c.merge(b.attributes,y[0].attributes);if(g){const e=(0,vt.findKey)(_,(e=>"string"==typeof e&&-1!==e.indexOf("†"))),t=_[e],{multiline:n,__unstableMultilineWrapperTags:r,__unstablePreserveWhiteSpace:a}=c.attributes[e],i=_M({html:t,multilineTag:n,multilineWrapperTags:r,preserveWhiteSpace:a}),s=i.text.indexOf("†"),u=KM({value:YM(i,s,s+1),multilineTag:n,preserveWhiteSpace:a});_[e]=u,o.selectionChange(l.clientId,e,s,s)}o.replaceBlocks([l.clientId,u.clientId],[{...l,attributes:{...l.attributes,..._}},...y.slice(1)],0)},dw=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;e=(0,vt.castArray)(e);const a=r.getBlockRootClientId(e[0]);r.canRemoveBlocks(e,a)&&(t&&o.selectPreviousBlock(e[0]),o({type:"REMOVE_BLOCKS",clientIds:e}),o((e=>{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()})))}};function pw(e,t){return dw([e],t)}function mw(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;return{type:"REPLACE_INNER_BLOCKS",rootClientId:e,blocks:t,updateSelection:n,initialPosition:n?r:null,time:Date.now()}}function fw(e){return{type:"TOGGLE_BLOCK_MODE",clientId:e}}function hw(){return{type:"START_TYPING"}}function gw(){return{type:"STOP_TYPING"}}function bw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"START_DRAGGING_BLOCKS",clientIds:e}}function vw(){return{type:"STOP_DRAGGING_BLOCKS"}}function yw(){return{type:"ENTER_FORMATTED_TEXT"}}function _w(){return{type:"EXIT_FORMATTED_TEXT"}}function Mw(e,t,n,r){return{type:"SELECTION_CHANGE",clientId:e,attributeKey:t,startOffset:n,endOffset:r}}function kw(e,t,n){const r=na();if(!r)return;return ow(va(r,e),n,t)}function ww(e,t){return{type:"UPDATE_BLOCK_LIST_SETTINGS",clientId:e,settings:t}}function Ew(e){return{type:"UPDATE_SETTINGS",settings:e}}function Lw(e,t){return{type:"SAVE_REUSABLE_BLOCK_SUCCESS",id:e,updatedId:t}}function Cw(){return{type:"MARK_LAST_CHANGE_AS_PERSISTENT"}}function xw(){return{type:"MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"}}const Sw=()=>e=>{let{dispatch:t}=e;t({type:"MARK_AUTOMATIC_CHANGE"});const{requestIdleCallback:n=(e=>setTimeout(e,100))}=window;n((()=>{t({type:"MARK_AUTOMATIC_CHANGE_FINAL"})}))},Aw=function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t=>{let{dispatch:n}=t;n({type:"SET_NAVIGATION_MODE",isNavigationMode:e}),nM(vr(e?"You are currently in navigation mode. Navigate blocks using the Tab key and Arrow keys. Use Left and Right Arrow keys to move between nesting levels. To exit navigation mode and edit the selected block, press Enter.":"You are currently in edit mode. To return to the navigation mode, press Escape."))}},Tw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return t=>{let{dispatch:n}=t;n({type:"SET_BLOCK_MOVING_MODE",hasBlockMovingClientId:e}),e&&nM(vr("Use the Tab key and Arrow keys to choose new block location. Use Left and Right Arrow keys to move between nesting levels. Once location is selected press Enter or Space to move the block."))}},zw=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;const a=r.getBlocksByClientId(e);if((0,vt.some)(a,(e=>!e)))return;const i=a.map((e=>e.name));if(i.some((e=>!ia(e,"multiple",!0))))return;const s=r.getBlockRootClientId(e[0]),l=r.getBlockIndex((0,vt.last)((0,vt.castArray)(e)),s),c=a.map((e=>_a(e)));return o.insertBlocks(c,l+1,s,t),c.length>1&&t&&o.multiSelect((0,vt.first)(c).clientId,(0,vt.last)(c).clientId),c.map((e=>e.clientId))}},Nw=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e,o);return r.insertDefaultBlock({},o,a)},Ow=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e,o);return r.insertDefaultBlock({},o,a+1)};function Dw(e,t){return{type:"TOGGLE_BLOCK_HIGHLIGHT",clientId:e,isHighlighted:t}}const Bw=e=>async t=>{let{dispatch:n}=t;n(Dw(e,!0)),await new Promise((e=>setTimeout(e,150))),n(Dw(e,!1))};function Iw(e,t){return{type:"SET_HAS_CONTROLLED_INNER_BLOCKS",hasControlledInnerBlocks:t,clientId:e}}const Pw="core/block-editor",Rw={reducer:ay,selectors:u,actions:m,__experimentalUseThunks:!0},Hw=fn(Pw,{...Rw,persist:["preferences"]});kn(Pw,{...Rw,persist:["preferences"]});const Ww={name:"",isSelected:!1},Yw=(0,ft.createContext)(Ww),{Provider:jw}=Yw;function qw(){return(0,ft.useContext)(Yw)}function Fw(){const{isSelected:e,clientId:t,name:n}=qw();return Nc((r=>{if(e)return!0;const{getBlockName:o,isFirstMultiSelectedBlock:a,getMultiSelectedBlockClientIds:i}=r(Hw);return!!a(t)&&i().every((e=>o(e)===n))}),[t,e,n])}function Vw(e){let{group:t="default",controls:n,children:r,__experimentalShareWithChildBlocks:o=!1}=e;const a=function(e,t){const n=Fw(),{clientId:r}=qw(),o=Nc((e=>{const{getBlockName:n,hasSelectedInnerBlock:o}=e(Hw),{hasBlockSupport:a}=e(ni);return t&&a(n(r),"__experimentalExposeControlsToChildren",!1)&&o(r)}),[t,r]);var a;return n?null===(a=qv[e])||void 0===a?void 0:a.Fill:o?qv.parent.Fill:null}(t,o);return a?(0,ft.createElement)(cf,{document},(0,ft.createElement)(a,null,(e=>{const o=(0,vt.isEmpty)(e)?null:e;return(0,ft.createElement)(uf.Provider,{value:o},"default"===t&&(0,ft.createElement)(jv,{controls:n}),r)}))):null}function Xw(e){let{group:t="default",...n}=e;const r=(0,ft.useContext)(uf),o=qv[t].Slot,a=Ph(o.__unstableName);return Boolean(a.fills&&a.fills.length)?"default"===t?(0,ft.createElement)(o,bt({},n,{bubblesVirtually:!0,fillProps:r})):(0,ft.createElement)(jv,null,(0,ft.createElement)(o,bt({},n,{bubblesVirtually:!0,fillProps:r}))):null}const Uw=Vw;Uw.Slot=Xw;const $w=Uw;const Gw=(0,ft.forwardRef)((function(e,t){return(0,ft.useContext)(uf)?(0,ft.createElement)(Sv,bt({ref:t},e.toggleProps),(t=>(0,ft.createElement)(Wv,bt({},e,{popoverProps:{isAlternate:!0,...e.popoverProps},toggleProps:t})))):(0,ft.createElement)(Wv,e)}));const Kw=function e(t){const{children:n,className:r="",label:o,hideSeparator:a}=t,i=mf(e);if(!ft.Children.count(n))return null;const s=`components-menu-group-label-${i}`,l=jp()(r,"components-menu-group",{"has-hidden-separator":a});return(0,ft.createElement)("div",{className:l},o&&(0,ft.createElement)("div",{className:"components-menu-group__label",id:s,"aria-hidden":"true"},o),(0,ft.createElement)("div",{role:"group","aria-labelledby":o?s:null},n))};const Jw=(0,ft.forwardRef)((function(e,t){let{children:n,info:r,className:o,icon:a,iconPosition:i="right",shortcut:s,isSelected:l,role:c="menuitem",...u}=e;return o=jp()("components-menu-item__button",o),r&&(n=(0,ft.createElement)("span",{className:"components-menu-item__info-wrapper"},(0,ft.createElement)("span",{className:"components-menu-item__item"},n),(0,ft.createElement)("span",{className:"components-menu-item__info"},r))),a&&!(0,vt.isString)(a)&&(a=(0,ft.cloneElement)(a,{className:jp()("components-menu-items__item-icon",{"has-icon-right":"right"===i})})),(0,ft.createElement)(db,bt({ref:t,"aria-checked":"menuitemcheckbox"===c||"menuitemradio"===c?l:void 0,role:c,icon:"left"===i?a:void 0,className:o},u),(0,ft.createElement)("span",{className:"components-menu-item__item"},n),(0,ft.createElement)(rg,{className:"components-menu-item__shortcut",shortcut:s}),a&&"right"===i&&(0,ft.createElement)(pg,{icon:a}))})),Zw=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z"})),Qw=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M4 9v6h14V9H4zm8-4.8H4v1.5h8V4.2zM4 19.8h8v-1.5H4v1.5z"})),eE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M7 9v6h10V9H7zM5 19.8h14v-1.5H5v1.5zM5 4.3v1.5h14V4.3H5z"})),tE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M6 15h14V9H6v6zm6-10.8v1.5h8V4.2h-8zm0 15.6h8v-1.5h-8v1.5z"})),nE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M5 9v6h14V9H5zm11-4.8H8v1.5h8V4.2zM8 19.8h8v-1.5H8v1.5z"})),rE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z"})),oE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M9 9v6h11V9H9zM4 20h1.5V4H4v16z"})),aE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M20 9h-7.2V4h-1.6v5H4v6h7.2v5h1.6v-5H20z"})),iE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M4 15h11V9H4v6zM18.5 4v16H20V4h-1.5z"})),sE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M9 15h6V9H9v6zm-5 5h1.5V4H4v16zM18.5 4v16H20V4h-1.5z"})),lE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{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"})),cE=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{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"}));n(8679);function uE(){for(var e=arguments.length,t=new Array(e),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};const{defaultIndex:t=0}=e;if("number"!=typeof t)throw new TypeError(`Default breakpoint index should be a number. Got: ${t}, ${typeof t}`);if(t<0||t>dE.length-1)throw new RangeError(`Default breakpoint index out of range. Theme has ${dE.length} breakpoints, got index ${t}`);const[n,r]=(0,ft.useState)(t);return(0,ft.useEffect)((()=>{const e=()=>{const e=dE.filter((e=>"undefined"!=typeof window&&window.matchMedia(`screen and (min-width: ${e})`).matches)).length;n!==e&&r(e)};return e(),"undefined"!=typeof window&&window.addEventListener("resize",e),()=>{"undefined"!=typeof window&&window.removeEventListener("resize",e)}}),[n]),n};function mE(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=pE(t);if(!Array.isArray(e)&&"function"!=typeof e)return e;const r=e||[];return r[n>=r.length?r.length-1:n]}function fE(e){var t,n;if(void 0===e)return;if(!e)return"0";const r="number"==typeof e?e:Number(e);return"undefined"!=typeof window&&null!==(t=window.CSS)&&void 0!==t&&null!==(n=t.supports)&&void 0!==n&&n.call(t,"margin",e.toString())||Number.isNaN(r)?e.toString():`calc(4px * ${e})`}const hE={name:"zjik7",styles:"display:flex"},gE={name:"qgaee5",styles:"display:block;max-height:100%;max-width:100%;min-height:0;min-width:0"},bE={name:"82a6rk",styles:"flex:1"},vE={name:"13nosa1",styles:">*{min-height:0;}"},yE={name:"1pwxzk4",styles:">*{min-width:0;}"},_E=new RegExp(/-left/g),ME=new RegExp(/-right/g),kE=new RegExp(/Left/g),wE=new RegExp(/Right/g);function EE(e){return"left"===e?"right":"right"===e?"left":_E.test(e)?e.replace(_E,"-right"):ME.test(e)?e.replace(ME,"-left"):kE.test(e)?e.replace(kE,"Right"):wE.test(e)?e.replace(wE,"Left"):e}const LE=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(0,vt.mapKeys)(e,((e,t)=>EE(t)))};function CE(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return()=>t?Mr()?uE(t,""):uE(e,""):Mr()?uE(LE(e),""):uE(e,"")}function xE(e){const{align:t="center",className:n,direction:r="row",expanded:o=!0,gap:a=2,justify:i="space-between",wrap:s=!1,...l}=Pg(function(e){let{isReversed:t,...n}=e;return void 0!==t?(hu("Flex isReversed",{alternative:'Flex direction="row-reverse" or "column-reverse"',since:"5.9"}),{...n,direction:t?"row-reverse":"row"}):n}(e),"Flex"),c=mE(Array.isArray(r)?r:[r]),u="string"==typeof c&&!!c.includes("column"),d="string"==typeof c&&c.includes("reverse"),p=Ig();return{...l,className:(0,ft.useMemo)((()=>{const e={};return e.Base=uE({alignItems:u?"normal":t,flexDirection:c,flexWrap:s?"wrap":void 0,justifyContent:i,height:u&&o?"100%":void 0,width:!u&&o?"100%":void 0,marginBottom:s?`calc(${fE(a)} * -1)`:void 0},"",""),e.Items=uE(">*+*:not( marquee ){margin-top:",u?fE(a):void 0,";",CE({marginLeft:u||d?void 0:fE(a),marginRight:!u&&d?fE(a):void 0})(),";}",""),e.WrapItems=uE(">*:not( marquee ){margin-bottom:",fE(a),";",CE({marginLeft:!u&&d?fE(a):void 0,marginRight:u||d?void 0:fE(a)})(),";}>*:last-child:not( marquee ){",CE({marginLeft:!u&&d?0:void 0,marginRight:u||d?void 0:0})(),";}",""),p(hE,e.Base,s?e.WrapItems:e.Items,u?vE:yE,n)}),[t,n,c,o,a,u,d,i,s,CE.watch()]),isColumn:u}}CE.watch=()=>Mr();const SE=(0,ft.createContext)({flexItemDisplay:void 0});const AE=Rg((function(e,t){const{children:n,isColumn:r,...o}=xE(e);return(0,ft.createElement)(SE.Provider,{value:{flexItemDisplay:r?"block":void 0}},(0,ft.createElement)(lb,bt({},o,{ref:t}),n))}),"Flex");function TE(e){const{className:t,display:n,isBlock:r=!1,...o}=Pg(e,"FlexItem"),a={},i=(0,ft.useContext)(SE).flexItemDisplay;a.Base=uE({display:n||i},"","");return{...o,className:Ig()(gE,a.Base,r&&bE,t)}}const zE=Rg((function(e,t){const n=TE(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"FlexItem");const NE=function(e){let{className:t,checked:n,id:r,disabled:o,onChange:a=vt.noop,...i}=e;const s=jp()("components-form-toggle",t,{"is-checked":n,"is-disabled":o});return(0,ft.createElement)("span",{className:s},(0,ft.createElement)("input",bt({className:"components-form-toggle__input",id:r,type:"checkbox",checked:n,onChange:a,disabled:o},i)),(0,ft.createElement)("span",{className:"components-form-toggle__track"}),(0,ft.createElement)("span",{className:"components-form-toggle__thumb"}))},OE={"default.fontFamily":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif","default.fontSize":"13px","helpText.fontSize":"12px",mobileTextMinFontSize:"16px"};function DE(e){return(0,vt.get)(OE,e,"")}function BE(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Ao(e).alpha(t).toRgbString()}zo([No]);const IE={black:"#000",white:"#fff"},PE={blue:{medium:{focus:"#007cba",focusDark:"#fff"}},gray:{900:"#1e1e1e",700:"#757575",600:"#949494",400:"#ccc",200:"#ddd",100:"#f0f0f0"},darkGray:{primary:"#1e1e1e",heading:"#050505"},mediumGray:{text:"#757575"},lightGray:{ui:"#949494",secondary:"#ccc",tertiary:"#e7e8e9"}},RE={900:"#191e23",800:"#23282d",700:"#32373c",600:"#40464d",500:"#555d66",400:"#606a73",300:"#6c7781",200:"#7e8993",150:"#8d96a0",100:"#8f98a1",placeholder:BE(PE.gray[900],.62)},HE={900:BE("#000510",.9),800:BE("#00000a",.85),700:BE("#06060b",.8),600:BE("#000913",.75),500:BE("#0a1829",.7),400:BE("#0a1829",.65),300:BE("#0e1c2e",.62),200:BE("#162435",.55),100:BE("#223443",.5),backgroundFill:BE(RE[700],.7)},WE={900:BE("#304455",.45),800:BE("#425863",.4),700:BE("#667886",.35),600:BE("#7b86a2",.3),500:BE("#9197a2",.25),400:BE("#95959c",.2),300:BE("#829493",.15),200:BE("#8b8b96",.1),100:BE("#747474",.05)},YE={900:"#a2aab2",800:"#b5bcc2",700:"#ccd0d4",600:"#d7dade",500:"#e2e4e7",400:"#e8eaeb",300:"#edeff0",200:"#f3f4f5",100:"#f8f9f9",placeholder:BE(IE.white,.65)},jE={900:BE(IE.white,.5),800:BE(IE.white,.45),700:BE(IE.white,.4),600:BE(IE.white,.35),500:BE(IE.white,.3),400:BE(IE.white,.25),300:BE(IE.white,.2),200:BE(IE.white,.15),100:BE(IE.white,.1),backgroundFill:BE(YE[300],.8)},qE={wordpress:{700:"#00669b"},dark:{900:"#0071a1"},medium:{900:"#006589",800:"#00739c",700:"#007fac",600:"#008dbe",500:"#00a0d2",400:"#33b3db",300:"#66c6e4",200:"#bfe7f3",100:"#e5f5fa",highlight:"#b3e7fe",focus:"#007cba"}},FE={theme:`var( --wp-admin-theme-color, ${qE.wordpress[700]})`,themeDark10:`var( --wp-admin-theme-color-darker-10, ${qE.medium.focus})`},VE={theme:FE.theme,background:IE.white,backgroundDisabled:YE[200],border:PE.gray[700],borderHover:PE.gray[700],borderFocus:FE.themeDark10,borderDisabled:PE.gray[400],borderLight:PE.gray[200],label:RE[500],textDisabled:RE[150],textDark:IE.white,textLight:IE.black},XE={...IE,darkGray:(0,vt.merge)({},RE,PE.darkGray),darkOpacity:HE,darkOpacityLight:WE,mediumGray:PE.mediumGray,gray:PE.gray,lightGray:(0,vt.merge)({},YE,PE.lightGray),lightGrayLight:jE,blue:(0,vt.merge)({},qE,PE.blue),alert:{yellow:"#f0b849",red:"#d94f4f",green:"#4ab866"},admin:FE,ui:VE},UE=ib("div",{target:"e1puf3u3"})("font-family:",DE("default.fontFamily"),";font-size:",DE("default.fontSize"),";"),$E=ib("div",{target:"e1puf3u2"})("margin-bottom:",fE(2),";.components-panel__row &{margin-bottom:inherit;}"),GE=ib("label",{target:"e1puf3u1"})("display:inline-block;margin-bottom:",fE(2),";"),KE=ib("p",{target:"e1puf3u0"})("font-size:",DE("helpText.fontSize"),";font-style:normal;color:",XE.mediumGray.text,";");function JE(e){let{id:t,label:n,hideLabelFromVision:r,help:o,className:a,children:i}=e;return(0,ft.createElement)(UE,{className:jp()("components-base-control",a)},(0,ft.createElement)($E,{className:"components-base-control__field"},n&&t&&(r?(0,ft.createElement)(cb,{as:"label",htmlFor:t},n):(0,ft.createElement)(GE,{className:"components-base-control__label",htmlFor:t},n)),n&&!t&&(r?(0,ft.createElement)(cb,{as:"label"},n):(0,ft.createElement)(JE.VisualLabel,null,n)),i),!!o&&(0,ft.createElement)(KE,{id:t?t+"__help":void 0,className:"components-base-control__help"},o))}JE.VisualLabel=e=>{let{className:t,children:n}=e;return t=jp()("components-base-control__label",t),(0,ft.createElement)("span",{className:t},n)};const ZE=JE;function QE(e){let{label:t,checked:n,help:r,className:o,onChange:a,disabled:i}=e;const s=`inspector-toggle-control-${mf(QE)}`;let l,c;return r&&(l=s+"__help",c=(0,vt.isFunction)(r)?r(n):r),(0,ft.createElement)(ZE,{id:s,help:c,className:jp()("components-toggle-control",o)},(0,ft.createElement)(NE,{id:s,checked:n,onChange:function(e){a(e.target.checked)},"aria-describedby":l,disabled:i}),(0,ft.createElement)("label",{htmlFor:s,className:"components-toggle-control__label"},t))}function eL(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.split(",").map((e=>`.editor-styles-wrapper ${e} ${t}`)).join(",")}const tL={"color.palette":e=>void 0===e.colors?void 0:e.colors,"color.gradients":e=>void 0===e.gradients?void 0:e.gradients,"color.custom":e=>void 0===e.disableCustomColors?void 0:!e.disableCustomColors,"color.customGradient":e=>void 0===e.disableCustomGradients?void 0:!e.disableCustomGradients,"typography.fontSizes":e=>void 0===e.fontSizes?void 0:e.fontSizes,"typography.customFontSize":e=>void 0===e.disableCustomFontSizes?void 0:!e.disableCustomFontSizes,"typography.lineHeight":e=>e.enableCustomLineHeight,"spacing.units":e=>{if(void 0!==e.enableCustomUnits)return!0===e.enableCustomUnits?["px","em","rem","vh","vw","%"]:e.enableCustomUnits},"spacing.padding":e=>e.enableCustomSpacing},nL={"border.customColor":"border.color","border.customStyle":"border.style","border.customWidth":"border.width","typography.customFontStyle":"typography.fontStyle","typography.customFontWeight":"typography.fontWeight","typography.customLetterSpacing":"typography.letterSpacing","typography.customTextDecorations":"typography.textDecoration","typography.customTextTransforms":"typography.textTransform","border.customRadius":"border.radius","spacing.customMargin":"spacing.margin","spacing.customPadding":"spacing.padding","typography.customLineHeight":"typography.lineHeight"};function rL(e){const{name:t}=qw(),n=Nc((n=>{var r;const o=n(Hw).getSettings(),a=(e=>nL[e]||e)(e),i=`__experimentalFeatures.${a}`,s=`__experimentalFeatures.blocks.${t}.${a}`,l=null!==(r=(0,vt.get)(o,s))&&void 0!==r?r:(0,vt.get)(o,i);var c,u;if(void 0!==l)return Fo[a]?null!==(c=null!==(u=l.custom)&&void 0!==u?u:l.theme)&&void 0!==c?c:l.default:l;const d=tL[a]?tL[a](o):void 0;return void 0!==d?d:"typography.dropCap"===a||void 0}),[t,e]);return n}const oL={left:oE,center:aE,right:iE,"space-between":sE};const aL=function(e){let{allowedControls:t=["left","center","right","space-between"],isCollapsed:n=!0,onChange:r,value:o,popoverProps:a,isToolbar:i}=e;const s=e=>{r(e===o?void 0:e)},l=o?oL[o]:oL.left,c=[{name:"left",icon:oE,title:vr("Justify items left"),isActive:"left"===o,onClick:()=>s("left")},{name:"center",icon:aE,title:vr("Justify items center"),isActive:"center"===o,onClick:()=>s("center")},{name:"right",icon:iE,title:vr("Justify items right"),isActive:"right"===o,onClick:()=>s("right")},{name:"space-between",icon:sE,title:vr("Space between items"),isActive:"space-between"===o,onClick:()=>s("space-between")}],u=i?jv:Gw,d=i?{isCollapsed:n}:{};return(0,ft.createElement)(u,bt({icon:l,popoverProps:a,label:vr("Change items justification"),controls:c.filter((e=>t.includes(e.name)))},d))};function iL(e){return(0,ft.createElement)(aL,bt({},e,{isToolbar:!1}))}const sL={left:"flex-start",right:"flex-end",center:"center","space-between":"space-between"},lL={left:"flex-start",right:"flex-end",center:"center"},cL=["wrap","nowrap"],uL={name:"flex",label:vr("Flex"),inspectorControls:function(e){let{layout:t={},onChange:n}=e;const{allowOrientation:r=!0}=t;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(AE,null,(0,ft.createElement)(zE,null,(0,ft.createElement)(dL,{layout:t,onChange:n})),(0,ft.createElement)(zE,null,r&&(0,ft.createElement)(mL,{layout:t,onChange:n}))),(0,ft.createElement)(pL,{layout:t,onChange:n}))},toolBarControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:r}=e;return null!=r&&r.allowSwitching?null:(0,ft.createElement)($w,{group:"block",__experimentalShareWithChildBlocks:!0},(0,ft.createElement)(dL,{layout:t,onChange:n,isToolbar:!0}))},save:function(e){let{selector:t,layout:n}=e;const{orientation:r="horizontal",setCascadingProperties:o=!1}=n,a=null!==rL("spacing.blockGap"),i=sL[n.justifyContent]||sL.left,s=cL.includes(n.flexWrap)?n.flexWrap:"wrap";let l=`\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tjustify-content: ${i};\n\t\t`;o&&(l+=`\n\t\t\t--layout-justification-setting: ${i};\n\t\t\t--layout-direction: row;\n\t\t\t--layout-wrap: ${s};\n\t\t\t--layout-justify: ${i};\n\t\t\t--layout-align: center;\n\t\t\t`);const c=lL[n.justifyContent]||lL.left;let u=`\n\t\tflex-direction: column;\n\t\talign-items: ${c};\n\t\t`;return o&&(u+=`\n\t\t\t--layout-justification-setting: ${c};\n\t\t\t--layout-direction: column;\n\t\t\t--layout-justify: initial;\n\t\t\t--layout-align: ${c};\n\t\t\t`),(0,ft.createElement)("style",null,`\n\t\t\t\t${eL(t)} {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tgap: ${a?"var( --wp--style--block-gap, 0.5em )":"0.5em"};\n\t\t\t\t\tflex-wrap: ${s};\n\t\t\t\t\t${"horizontal"===r?l:u}\n\t\t\t\t}\n\n\t\t\t\t${eL(t,"> *")} {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\t\t\t`)},getOrientation(e){const{orientation:t="horizontal"}=e;return t},getAlignments:()=>[]};function dL(e){let{layout:t,onChange:n,isToolbar:r=!1}=e;const{justifyContent:o="left",orientation:a="horizontal"}=t,i=e=>{n({...t,justifyContent:e})},s=["left","center","right"];if("horizontal"===a&&s.push("space-between"),r)return(0,ft.createElement)(iL,{allowedControls:s,value:o,onChange:i,popoverProps:{position:"bottom right",isAlternate:!0}});const l=[{value:"left",icon:oE,label:vr("Justify items left")},{value:"center",icon:aE,label:vr("Justify items center")},{value:"right",icon:iE,label:vr("Justify items right")}];return"horizontal"===a&&l.push({value:"space-between",icon:sE,label:vr("Space between items")}),(0,ft.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-justification-controls"},(0,ft.createElement)("legend",null,vr("Justification")),(0,ft.createElement)("div",null,l.map((e=>{let{value:t,icon:n,label:r}=e;return(0,ft.createElement)(db,{key:t,label:r,icon:n,isPressed:o===t,onClick:()=>i(t)})}))))}function pL(e){let{layout:t,onChange:n}=e;const{flexWrap:r="wrap"}=t;return(0,ft.createElement)(QE,{label:vr("Allow to wrap to multiple lines"),onChange:e=>{n({...t,flexWrap:e?"wrap":"nowrap"})},checked:"wrap"===r})}function mL(e){let{layout:t,onChange:n}=e;const{orientation:r="horizontal"}=t;return(0,ft.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-orientation-controls"},(0,ft.createElement)("legend",null,vr("Orientation")),(0,ft.createElement)(db,{label:"horizontal",icon:lE,isPressed:"horizontal"===r,onClick:()=>n({...t,orientation:"horizontal"})}),(0,ft.createElement)(db,{label:"vertical",icon:cE,isPressed:"vertical"===r,onClick:()=>n({...t,orientation:"vertical"})}))}const fL="web"===iy.OS,hL={px:{value:"px",label:fL?"px":vr("Pixels (px)"),default:"",a11yLabel:vr("Pixels (px)"),step:1},"%":{value:"%",label:fL?"%":vr("Percentage (%)"),default:"",a11yLabel:vr("Percent (%)"),step:.1},em:{value:"em",label:fL?"em":vr("Relative to parent font size (em)"),default:"",a11yLabel:yr("ems","Relative to parent font size (em)"),step:.01},rem:{value:"rem",label:fL?"rem":vr("Relative to root font size (rem)"),default:"",a11yLabel:yr("rems","Relative to root font size (rem)"),step:.01},vw:{value:"vw",label:fL?"vw":vr("Viewport width (vw)"),default:"",a11yLabel:vr("Viewport width (vw)"),step:.1},vh:{value:"vh",label:fL?"vh":vr("Viewport height (vh)"),default:"",a11yLabel:vr("Viewport height (vh)"),step:.1},vmin:{value:"vmin",label:fL?"vmin":vr("Viewport smallest dimension (vmin)"),default:"",a11yLabel:vr("Viewport smallest dimension (vmin)"),step:.1},vmax:{value:"vmax",label:fL?"vmax":vr("Viewport largest dimension (vmax)"),default:"",a11yLabel:vr("Viewport largest dimension (vmax)"),step:.1},ch:{value:"ch",label:fL?"ch":vr("Width of the zero (0) character (ch)"),default:"",a11yLabel:vr("Width of the zero (0) character (ch)"),step:.01},ex:{value:"ex",label:fL?"ex":vr("x-height of the font (ex)"),default:"",a11yLabel:vr("x-height of the font (ex)"),step:.01},cm:{value:"cm",label:fL?"cm":vr("Centimeters (cm)"),default:"",a11yLabel:vr("Centimeters (cm)"),step:.001},mm:{value:"mm",label:fL?"mm":vr("Millimeters (mm)"),default:"",a11yLabel:vr("Millimeters (mm)"),step:.1},in:{value:"in",label:fL?"in":vr("Inches (in)"),default:"",a11yLabel:vr("Inches (in)"),step:.001},pc:{value:"pc",label:fL?"pc":vr("Picas (pc)"),default:"",a11yLabel:vr("Picas (pc)"),step:1},pt:{value:"pt",label:fL?"pt":vr("Points (pt)"),default:"",a11yLabel:vr("Points (pt)"),step:1}},gL=Object.values(hL),bL=[hL.px,hL["%"],hL.em,hL.rem,hL.vw,hL.vh],vL=hL.px;function yL(e,t,n){return ML(t?`${e}${t}`:e,n)}function _L(e){return Array.isArray(e)&&!!e.length}function ML(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:gL;const n=String(e).trim();let r=parseFloat(n);r=isNaN(r)?"":r;const o=n.match(/[\d.\-\+]*\s*(.*)/);let a=void 0!==(null==o?void 0:o[1])?o[1]:"";if(a=a.toLowerCase(),_L(t)&&!1!==t){const e=t.find((e=>e.value===a));a=null==e?void 0:e.value}else a=vL.value;return[r,a]}function kL(e,t,n,r){const[o,a]=ML(e,t);let i,s=o;var l;(Number.isFinite(o)&&""!==o||(s=n),i=a||r,Array.isArray(t)&&_L(t)&&!i)&&(i=null===(l=t[0])||void 0===l?void 0:l.value);return[s,i]}const wL=e=>{let{units:t,availableUnits:n,defaultValues:r}=e;t=t||gL;const o=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return Array.isArray(t)?t.filter((t=>e.includes(t.value))):[]}(n||[],t);return r&&o.forEach(((e,t)=>{r[e.value]&&(o[t].default=r[e.value])})),0!==o.length&&o};const EL="CHANGE",LL="COMMIT",CL="DRAG_END",xL="DRAG_START",SL="DRAG",AL="INVALIDATE",TL="PRESS_DOWN",zL="PRESS_ENTER",NL="PRESS_UP",OL="RESET",DL="UPDATE",BL=e=>e,IL={_event:{},error:null,initialValue:"",isDirty:!1,isDragEnabled:!1,isDragging:!1,isPressEnterToChange:!1,value:""};function PL(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:IL;const{value:t}=e;return{...IL,...e,initialValue:t}}const RL=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const r=t(...n);return(0,vt.isEmpty)(r)?e:{...e,...r}}),{})}};function HL(e){return(t,n)=>{const r={...t};switch(n.type){case NL:case TL:r.isDirty=!1;break;case xL:r.isDragging=!0;break;case CL:r.isDragging=!1;break;case EL:r.error=null,r.value=n.payload.value,t.isPressEnterToChange&&(r.isDirty=!0);break;case LL:r.value=n.payload.value,r.isDirty=!1;break;case OL:r.error=null,r.isDirty=!1,r.value=n.payload.value||t.initialValue;break;case DL:r.value=n.payload.value,r.isDirty=!1;break;case AL:r.error=n.payload.error}return n.payload.event&&(r._event=n.payload.event),e(r,n)}}const WL={name:"hdknak",styles:"display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap"},YL="…",jL={auto:"auto",head:"head",middle:"middle",tail:"tail",none:"none"},qL={ellipsis:YL,ellipsizeMode:jL.auto,limit:0,numberOfLines:0};function FL(e,t,n,r){if("string"!=typeof e)return"";const o=e.length,a=~~t,i=~~n,s=(0,vt.isNil)(r)?YL:r;return 0===a&&0===i||a>=o||i>=o||a+i>=o?e:0===i?e.slice(0,a)+s:e.slice(0,a)+s+e.slice(o-i)}function VL(e){const{className:t,children:n,ellipsis:r=YL,ellipsizeMode:o=jL.auto,limit:a=0,numberOfLines:i=0,...s}=Pg(e,"Truncate"),l=Ig(),c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;const n={...qL,...t},{ellipsis:r,ellipsizeMode:o,limit:a}=n;if(o===jL.none)return e;let i,s;switch(o){case jL.head:i=0,s=a;break;case jL.middle:i=Math.floor(a/2),s=Math.floor(a/2);break;default:i=a,s=0}return o!==jL.auto?FL(e,i,s,r):e}("string"==typeof n?n:"",{ellipsis:r,ellipsizeMode:o,limit:a,numberOfLines:i}),u=o===jL.auto;return{...s,className:(0,ft.useMemo)((()=>{const e={};return e.numberOfLines=uE("-webkit-box-orient:vertical;-webkit-line-clamp:",i,";display:-webkit-box;overflow:hidden;",""),l(u&&!i&&WL,u&&!!i&&e.numberOfLines,t)}),[t,i,u]),children:c}}let XL;zo([No]);const UL=Cn()((function(e){var t,n;if("string"!=typeof e)return"";if("string"==typeof(n=e)&&Ao(n).isValid())return e;if(!e.includes("var("))return"";if("undefined"==typeof document)return"";const r=function(){if("undefined"!=typeof document){if(!XL){const e=document.createElement("div");e.setAttribute("data-g2-color-computation-node",""),document.body.appendChild(e),XL=e}return XL}}();if(!r)return"";r.style.background=e;const o=null===(t=window)||void 0===t?void 0:t.getComputedStyle(r).background;return r.style.background="",o||""}));function $L(e){const t=function(e){const t=UL(e);return Ao(t).isLight()?"#000000":"#ffffff"}(e);return"#000000"===t?"dark":"light"}const GL="36px",KL="12px",JL={controlSurfaceColor:XE.white,controlTextActiveColor:XE.ui.theme,controlPaddingX:KL,controlPaddingXLarge:"calc(12px * 1.3334)",controlPaddingXSmall:"calc(12px / 1.3334)",controlBackgroundColor:XE.white,controlBorderRadius:"2px",controlBorderColor:XE.gray[700],controlBoxShadow:"transparent",controlBorderColorHover:XE.gray[700],controlBoxShadowFocus:`0 0 0 0.5px ${XE.admin.theme}`,controlDestructiveBorderColor:XE.alert.red,controlHeight:GL,controlHeightXSmall:"calc( 36px * 0.6 )",controlHeightSmall:"calc( 36px * 0.8 )",controlHeightLarge:"calc( 36px * 1.2 )",controlHeightXLarge:"calc( 36px * 1.4 )"},ZL={toggleGroupControlBackgroundColor:JL.controlBackgroundColor,toggleGroupControlBorderColor:XE.ui.border,toggleGroupControlBackdropBackgroundColor:JL.controlSurfaceColor,toggleGroupControlBackdropBorderColor:XE.ui.border,toggleGroupControlBackdropBoxShadow:"transparent",toggleGroupControlButtonColorActive:JL.controlBackgroundColor},QL={...JL,...ZL,colorDivider:"rgba(0, 0, 0, 0.1)",colorScrollbarThumb:"rgba(0, 0, 0, 0.2)",colorScrollbarThumbHover:"rgba(0, 0, 0, 0.5)",colorScrollbarTrack:"rgba(0, 0, 0, 0.04)",elevationIntensity:1,radiusBlockUi:"2px",borderWidth:"1px",borderWidthFocus:"1.5px",borderWidthTab:"4px",spinnerSize:"18px",fontSize:"13px",fontSizeH1:"calc(2.44 * 13px)",fontSizeH2:"calc(1.95 * 13px)",fontSizeH3:"calc(1.56 * 13px)",fontSizeH4:"calc(1.25 * 13px)",fontSizeH5:"13px",fontSizeH6:"calc(0.8 * 13px)",fontSizeInputMobile:"16px",fontSizeMobile:"15px",fontSizeSmall:"calc(0.92 * 13px)",fontSizeXSmall:"calc(0.75 * 13px)",fontLineHeightBase:"1.2",fontWeight:"normal",fontWeightHeading:"600",gridBase:"4px",cardBorderRadius:"2px",cardPaddingXSmall:`${fE(2)}`,cardPaddingSmall:`${fE(4)}`,cardPaddingMedium:`${fE(4)} ${fE(6)}`,cardPaddingLarge:`${fE(6)} ${fE(8)}`,surfaceBackgroundColor:XE.white,surfaceBackgroundSubtleColor:"#F3F3F3",surfaceBackgroundTintColor:"#F5F5F5",surfaceBorderColor:"rgba(0, 0, 0, 0.1)",surfaceBorderBoldColor:"rgba(0, 0, 0, 0.15)",surfaceBorderSubtleColor:"rgba(0, 0, 0, 0.05)",surfaceBackgroundTertiaryColor:XE.white,surfaceColor:XE.white,transitionDuration:"200ms",transitionDurationFast:"160ms",transitionDurationFaster:"120ms",transitionDurationFastest:"100ms",transitionTimingFunction:"cubic-bezier(0.08, 0.52, 0.52, 1)",transitionTimingFunctionControl:"cubic-bezier(0.12, 0.8, 0.32, 1)"};const eC=uE("color:",XE.darkGray.primary,";line-height:",QL.fontLineHeightBase,";margin:0;",""),tC={name:"4zleql",styles:"display:block"},nC=uE("color:",XE.alert.green,";",""),rC=uE("color:",XE.alert.red,";",""),oC=uE("color:",XE.mediumGray.text,";",""),aC=uE("mark{background:",XE.alert.yellow,";border-radius:2px;box-shadow:0 0 0 1px rgba( 0, 0, 0, 0.05 ) inset,0 -1px 0 rgba( 0, 0, 0, 0.1 ) inset;}",""),iC={name:"50zrmy",styles:"text-transform:uppercase"};var sC=n(6928);const lC=Cn()((e=>{const t={};for(const n in e)t[n.toLowerCase()]=e[n];return t}));const cC={body:13,caption:10,footnote:11,largeTitle:28,subheadline:12,title:20},uC=[1,2,3,4,5,6].flatMap((e=>[e,e.toString()]));function dC(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:13;if(e in cC)return dC(cC[e]);if("number"!=typeof e){const t=parseFloat(e);if(Number.isNaN(t))return e;e=t}const t=`(${e} / 13)`;return`calc(${t} * ${QL.fontSize})`}function pC(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3;if(!uC.includes(e))return dC(e);const t=`fontSizeH${e}`;return QL[t]}var mC={name:"50zrmy",styles:"text-transform:uppercase"};function fC(e){const{adjustLineHeightForInnerControls:t,align:n,children:r,className:o,color:a,ellipsizeMode:i,isDestructive:s=!1,display:l,highlightEscape:c=!1,highlightCaseSensitive:u=!1,highlightWords:d,highlightSanitize:p,isBlock:m=!1,letterSpacing:h,lineHeight:g,optimizeReadabilityFor:b,size:v,truncate:y=!1,upperCase:_=!1,variant:M,weight:k=QL.fontWeight,...w}=Pg(e,"Text");let E=r;const L=Array.isArray(d),C="caption"===v;if(L){if("string"!=typeof r)throw new TypeError("`children` of `Text` must only be `string` types when `highlightWords` is defined");E=function(e){let{activeClassName:t="",activeIndex:n=-1,activeStyle:r,autoEscape:o,caseSensitive:a=!1,children:i,findChunks:s,highlightClassName:l="",highlightStyle:c={},highlightTag:u="mark",sanitize:d,searchWords:p=[],unhighlightClassName:m="",unhighlightStyle:f}=e;if(!i)return null;if("string"!=typeof i)return i;const h=i,g=(0,sC.findAll)({autoEscape:o,caseSensitive:a,findChunks:s,sanitize:d,searchWords:p,textToHighlight:h}),b=u;let v,y=-1,_="";const M=g.map(((e,o)=>{const i=h.substr(e.start,e.end-e.start);if(e.highlight){let e;y++,"object"==typeof l?a?e=l[i]:(l=lC(l),e=l[i.toLowerCase()]):e=l;const s=y===+n;_=`${e} ${s?t:""}`,v=!0===s&&null!==r?Object.assign({},c,r):c;const u={children:i,className:_,key:o,style:v};return"string"!=typeof b&&(u.highlightIndex=y),(0,ft.createElement)(b,u)}return(0,ft.createElement)("span",{children:i,className:m,key:o,style:f})}));return M}({autoEscape:c,children:r,caseSensitive:u,searchWords:d,sanitize:p})}const x=Ig();let S;!0===y&&(S="auto"),!1===y&&(S="none");const A=VL({...w,className:(0,ft.useMemo)((()=>{const e={},r=function(e,t){if(t)return t;if(!e)return;let n=`calc(${QL.controlHeight} + ${fE(2)})`;switch(e){case"large":n=`calc(${QL.controlHeightLarge} + ${fE(2)})`;break;case"small":n=`calc(${QL.controlHeightSmall} + ${fE(2)})`;break;case"xSmall":n=`calc(${QL.controlHeightXSmall} + ${fE(2)})`}return n}(t,g);if(e.Base=uE({color:a,display:l,fontSize:dC(v),fontWeight:k,lineHeight:r,letterSpacing:h,textAlign:n},"",""),e.upperCase=mC,e.optimalTextColor=null,b){const t="dark"===$L(b);e.optimalTextColor=uE(t?{color:XE.black}:{color:XE.white},"","")}return x(eC,e.Base,e.optimalTextColor,s&&rC,!!L&&aC,m&&tC,C&&oC,M&&f[M],_&&e.upperCase,o)}),[t,n,o,a,l,m,C,s,L,h,g,b,v,_,M,k]),children:r,ellipsizeMode:i||S});return!y&&Array.isArray(r)&&(E=ft.Children.map(r,(e=>{if(!(0,vt.isPlainObject)(e)||!("props"in e))return e;return Wg(e,["Link"])?(0,ft.cloneElement)(e,{size:e.props.size||"inherit"}):e}))),{...A,children:y?A.children:E}}const hC=Rg((function(e,t){const n=fC(e);return(0,ft.createElement)(lb,bt({as:"span"},n,{ref:t}))}),"Text");var gC={name:"1739oy8",styles:"z-index:1"};const bC=e=>{let{isFocused:t}=e;return t?gC:""};var vC={name:"2o6p8u",styles:"justify-content:space-between"},yC={name:"14qk3ip",styles:"align-items:flex-start;flex-direction:column-reverse"},_C={name:"hbng6e",styles:"align-items:flex-start;flex-direction:column"};const MC=e=>{let{labelPosition:t}=e;switch(t){case"top":return _C;case"bottom":return yC;case"edge":return vC;default:return""}},kC=ib(AE,{target:"em5sgkm7"})("position:relative;border-radius:2px;padding-top:0;",bC," ",MC,";");var wC={name:"wyxldh",styles:"margin:0 !important"};var EC={name:"1d3w5wq",styles:"width:100%"};const LC=ib("div",{target:"em5sgkm6"})("align-items:center;box-sizing:border-box;border-radius:inherit;display:flex;flex:1;position:relative;",(e=>{let{disabled:t}=e;return uE({backgroundColor:t?XE.ui.backgroundDisabled:XE.ui.background},"","")})," ",(e=>{let{hideLabel:t}=e;return t?wC:null})," ",(e=>{let{__unstableInputWidth:t,labelPosition:n}=e;return t?"side"===n?"":uE("edge"===n?{flex:`0 0 ${t}`}:{width:t},"",""):EC}),";"),CC=ib("input",{target:"em5sgkm5"})("&&&{background-color:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",XE.black,";display:block;margin:0;outline:none;padding-left:8px;padding-right:8px;width:100%;",(e=>{let t,n,{isDragging:r,dragCursor:o}=e;return r&&(t=uE("cursor:",o,";user-select:none;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}","")),r&&o&&(n=uE("&:active{cursor:",o,";}","")),uE(t," ",n,";","")})," ",(e=>{let{disabled:t}=e;return t?uE({color:XE.ui.textDisabled},"",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:"13px",small:"11px"},r=n[t]||n.default;return r?uE("font-size:","16px",";@media ( min-width: 600px ){font-size:",r,";}",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:{height:30,lineHeight:1,minHeight:30},small:{height:24,lineHeight:1,minHeight:24}};return uE(n[t]||n.default,"","")})," &::-webkit-input-placeholder{line-height:normal;}}"),xC=e=>{let{labelPosition:t}=e,n=4;return"edge"!==t&&"side"!==t||(n=0),uE({paddingTop:0,paddingBottom:n},"","")},SC=ib(hC,{target:"em5sgkm4"})("&&&{box-sizing:border-box;color:currentColor;display:block;margin:0;max-width:100%;z-index:1;",xC," overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}"),AC=e=>(0,ft.createElement)(SC,bt({},e,{as:"label"})),TC=ib(zE,{target:"em5sgkm3"})({name:"1b6uupn",styles:"max-width:calc( 100% - 10px )"}),zC=ib("div",{target:"em5sgkm2"})("&&&{box-sizing:border-box;border-radius:inherit;bottom:0;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;",(e=>{let t,{disabled:n,isFocused:r}=e,o=r?XE.ui.borderFocus:XE.ui.border;return r&&(t=`0 0 0 1px ${XE.ui.borderFocus} inset`),n&&(o=XE.ui.borderDisabled),uE({boxShadow:t,borderColor:o,borderStyle:"solid",borderWidth:1},"","")})," ",CE({paddingLeft:2}),";}"),NC=ib("span",{target:"em5sgkm1"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"}),OC=ib("span",{target:"em5sgkm0"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"});const DC=(0,ft.memo)((function(e){let{disabled:t=!1,isFocused:n=!1}=e;return(0,ft.createElement)(zC,{"aria-hidden":"true",className:"components-input-control__backdrop",disabled:t,isFocused:n})})),BC=DC;function IC(e){let{children:t,hideLabelFromVision:n,htmlFor:r,...o}=e;return t?n?(0,ft.createElement)(cb,{as:"label",htmlFor:r},t):(0,ft.createElement)(AC,bt({htmlFor:r},o),t):null}function PC(e,t){let{__unstableInputWidth:n,children:r,className:o,disabled:a=!1,hideLabelFromVision:i=!1,labelPosition:s,id:l,isFocused:c=!1,label:u,prefix:d,size:p="default",suffix:m,...f}=e;const h=function(e){const t=mf(PC);return e||`input-base-control-${t}`}(l),g=i||!u;return(0,ft.createElement)(kC,bt({},f,function(e){const t={};switch(e){case"top":t.direction="column",t.gap=0;break;case"bottom":t.direction="column-reverse",t.gap=0;break;case"edge":t.justify="space-between"}return t}(s),{className:o,isFocused:c,labelPosition:s,ref:t}),(0,ft.createElement)(TC,null,(0,ft.createElement)(IC,{className:"components-input-control__label",hideLabelFromVision:i,labelPosition:s,htmlFor:h,size:p},u)),(0,ft.createElement)(LC,{__unstableInputWidth:n,className:"components-input-control__container",disabled:a,hideLabel:g,labelPosition:s},d&&(0,ft.createElement)(NC,{className:"components-input-control__prefix"},d),r,m&&(0,ft.createElement)(OC,{className:"components-input-control__suffix"},m),(0,ft.createElement)(BC,{disabled:a,isFocused:c})))}const RC=(0,ft.forwardRef)(PC);function HC(e,t){return e.map((function(e,n){return e+t[n]}))}function WC(e,t){return e.map((function(e,n){return e-t[n]}))}function YC(e){return Math.hypot.apply(Math,e)}function jC(e,t,n){var r=YC(t),o=0===r?0:1/r,a=0===n?0:1/n,i=a*r,s=t.map((function(e){return a*e})),l=t.map((function(e){return o*e}));return{velocities:s,velocity:i,distance:YC(e),direction:l}}function qC(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function FC(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function VC(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):en?+FC(e-n,n-t,r)+n:e}function XC(e,t){for(var n=0;n=0||(o[n]=e[n]);return o}function KC(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function JC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function QC(){}function ex(){for(var e=arguments.length,t=new Array(e),n=0;n1?t-1:0),r=1;r2?o-2:0),i=2;i0||o>0,i=UC({},n.controller.state.shared,n.state,n.mapStateValues(n.state),{locked:!!document.pointerLockElement,touches:o,down:a}),s=n.handler(i);return n.state.memo=void 0!==s?s:n.state.memo,i},this.controller=e,this.args=t}var t,n,r,o=e.prototype;return o.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},o.updateGestureState=function(e){Object.assign(this.state,e)},o.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},o.getMovement=function(e){var t=this.config.rubberband,n=this.state,r=n._bounds,o=n._initial,a=n._active,i=n._intentional,s=n.lastOffset,l=n.movement,c=n._threshold,u=this.getInternalMovement(e,this.state),d=!1===i[0]?Ex(u[0],c[0]):i[0],p=!1===i[1]?Ex(u[1],c[1]):i[1],m=this.checkIntentionality([d,p],u);if(m._blocked)return UC({},m,{_movement:u,delta:[0,0]});var f=m._intentional,h=u,g=[!1!==f[0]?u[0]-f[0]:0,!1!==f[1]?u[1]-f[1]:0],b=HC(g,s),v=a?t:[0,0];return g=Lx(r,HC(g,o),v),UC({},m,{intentional:!1!==f[0]||!1!==f[1],_initial:o,_movement:h,movement:g,values:e,offset:Lx(r,b,v),delta:WC(g,l)})},o.clean=function(){this.clearTimeout()},t=e,(n=[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}},{key:"transform",get:function(){return this.config.transform||this.controller.config.transform||kx}}])&&XC(t.prototype,n),r&&XC(t,r),e}();function Ex(e,t){return Math.abs(e)>=t&&qC(e)*t}function Lx(e,t,n){var r=t[0],o=t[1],a=n[0],i=n[1],s=e[0],l=s[0],c=s[1],u=e[1],d=u[0],p=u[1];return[VC(r,l,c,a),VC(o,d,p,i)]}function Cx(e,t,n){var r=e.state,o=t.timeStamp,a=t.type,i=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,previous:i}}function xx(e,t,n,r){var o=e.state,a=e.config,i=e.stateKey,s=e.args,l=e.transform,c=o.offset,u=n.timeStamp,d=a.initial,p=a.bounds,m=WC(l(a.threshold),l([0,0])).map(Math.abs),f=UC({},_x()[i],{_active:!0,args:s,values:t,initial:null!=r?r:t,_threshold:m,offset:c,lastOffset:c,startTime:u});return UC({},f,{_initial:nx(d,f),_bounds:nx(p,f)})}var Sx=function(e){var t=this;this.classes=e,this.pointerIds=new Set,this.touchIds=new Set,this.supportsTouchEvents=ox(),this.supportsGestureEvents=function(){try{return"constructor"in GestureEvent}catch(e){return!1}}(),this.bind=function(){for(var e=arguments.length,n=new Array(e),r=0;ro?"x":r0?t.setUpDelayedDragTrigger(e):t.startDrag(e,!0))},t.onDragChange=function(e){if(!t.state.canceled&&t.state._active&&t.isValidEvent(e)&&(t.state._lastEventType!==e.type||e.timeStamp!==t.state.timeStamp)){var n;if(document.pointerLockElement){var r=e.movementX,o=e.movementY;n=HC(t.transform([r,o]),t.state.values)}else n=cx(e,t.transform);var a=t.getKinematics(n,e);if(!t.state._dragStarted){if(t.state._dragDelayed)return void t.startDrag(e);if(!t.shouldPreventWindowScrollY)return;if(t.state._dragPreventScroll||!a.axis)return;if("x"!==a.axis)return void(t.state._active=!1);t.startDrag(e)}var i=sx(e);t.updateSharedState(i);var s=Cx(KC(t),e),l=YC(a._movement),c=t.state._dragIsTap;c&&l>=3&&(c=!1),t.updateGestureState(UC({},s,a,{_dragIsTap:c})),t.fireGestureHandler()}},t.onDragEnd=function(e){if(Tx(t.controller,e),t.isValidEvent(e)&&(t.clean(),t.state._active)){t.state._active=!1;var n=t.state._dragIsTap,r=t.state.velocities,o=r[0],a=r[1],i=t.state.movement,s=i[0],l=i[1],c=t.state._intentional,u=c[0],d=c[1],p=t.config.swipeVelocity,m=p[0],f=p[1],h=t.config.swipeDistance,g=h[0],b=h[1],v=t.config.swipeDuration,y=UC({},Cx(KC(t),e),t.getMovement(t.state.values)),_=[0,0];y.elapsedTimem&&Math.abs(s)>g&&(_[0]=qC(o)),!1!==d&&Math.abs(a)>f&&Math.abs(l)>b&&(_[1]=qC(a))),t.updateSharedState({buttons:0}),t.updateGestureState(UC({},y,{tap:n,swipe:_})),t.fireGestureHandler(t.config.filterTaps&&!0===n)}},t.clean=function(){e.prototype.clean.call(KC(t)),t.state._dragStarted=!1,t.releasePointerCapture(),zx(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0,_active:!1}),t.updateSharedState({buttons:0}),setTimeout((function(){return t.fireGestureHandler()}),0))},t.onClick=function(e){t.state._dragIsTap||e.stopPropagation()},t}$C(t,e);var n=t.prototype;return n.startDrag=function(e,t){void 0===t&&(t=!1),this.state._active&&!this.state._dragStarted&&(t||this.setStartState(e),this.updateGestureState({_dragStarted:!0,_dragPreventScroll:!0,cancel:this.onCancel}),this.clearTimeout(),this.fireGestureHandler())},n.addBindings=function(e){(this.config.useTouch?(Px(e,"onTouchStart",this.onDragStart),Px(e,"onTouchMove",this.onDragChange),Px(e,"onTouchEnd",this.onDragEnd),Px(e,"onTouchCancel",this.onDragEnd)):(Px(e,"onPointerDown",this.onDragStart),Px(e,"onPointerMove",this.onDragChange),Px(e,"onPointerUp",this.onDragEnd),Px(e,"onPointerCancel",this.onDragEnd)),this.config.filterTaps)&&Px(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(jx);function Vx(e,t){var n,r,o=[],a=!1;return function(){for(var i=arguments.length,s=new Array(i),l=0;l0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;return null!==(e=t.find(Gx))&&void 0!==e?e:n}const Zx=function(e,t){const n=(0,ft.useRef)(!1);(0,ft.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)};const Qx=(0,ft.forwardRef)((function(e,t){let{disabled:n=!1,dragDirection:r="n",dragThreshold:o=10,id:a,isDragEnabled:i=!1,isFocused:s,isPressEnterToChange:l=!1,onBlur:c=vt.noop,onChange:u=vt.noop,onDrag:d=vt.noop,onDragEnd:p=vt.noop,onDragStart:m=vt.noop,onFocus:f=vt.noop,onKeyDown:h=vt.noop,onValidate:g=vt.noop,size:b="default",setIsFocused:v,stateReducer:y=(e=>e),value:_,type:M,...k}=e;const{state:w,change:E,commit:L,drag:C,dragEnd:x,dragStart:S,invalidate:A,pressDown:T,pressEnter:z,pressUp:N,reset:O,update:D}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:BL,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:IL;const[n,r]=(0,ft.useReducer)(HL(e),PL(t)),o=e=>(t,n)=>{n&&n.persist&&n.persist(),r({type:e,payload:{value:t,event:n}})},a=e=>t=>{t&&t.persist&&t.persist(),r({type:e,payload:{event:t}})},i=e=>t=>{r({type:e,payload:t})},s=o(EL),l=(e,t)=>r({type:AL,payload:{error:e,event:t}}),c=o(OL),u=o(LL),d=o(DL),p=i(xL),m=i(SL),f=i(CL),h=a(NL),g=a(TL),b=a(zL);return{change:s,commit:u,dispatch:r,drag:m,dragEnd:f,dragStart:p,invalidate:l,pressDown:g,pressEnter:b,pressUp:h,reset:c,state:n,update:d}}(y,{isDragEnabled:i,value:_,isPressEnterToChange:l}),{_event:B,value:I,isDragging:P,isDirty:R}=w,H=(0,ft.useRef)(!1),W=function(e,t){const n=function(e){let t="ns-resize";switch(e){case"n":case"s":t="ns-resize";break;case"e":case"w":t="ew-resize"}return t}(t);return(0,ft.useEffect)((()=>{document.documentElement.style.cursor=e?n:null}),[e]),n}(P,r);Zx((()=>{_!==I&&(s||H.current?R||(u(I,{event:B}),H.current=!1):D(_,B))}),[I,R,s,_]);const Y=e=>{const t=e.currentTarget.value;try{g(t),L(t,e)}catch(t){A(t,e)}},j=function(e,t){void 0===t&&(t={}),Mx.set("drag",Fx);var n=(0,ft.useRef)();return n.current||(n.current=Vx(vx,Ux)),Wx({drag:e},n.current(t))}((e=>{const{distance:t,dragging:n,event:r}=e;if(r.persist(),t){if(r.stopPropagation(),!n)return p(e),void x(e);d(e),C(e),P||(m(e),S(e))}}),{threshold:o,enabled:i}),q=i?j():{};let F;return"number"===M&&(F=e=>{var t;null===(t=k.onMouseDown)||void 0===t||t.call(k,e),e.currentTarget!==e.currentTarget.ownerDocument.activeElement&&e.currentTarget.focus()}),(0,ft.createElement)(CC,bt({},k,q,{className:"components-input-control__input",disabled:n,dragCursor:W,isDragging:P,id:a,onBlur:e=>{c(e),null==v||v(!1),l&&R&&(H.current=!0,Kx(I)?O(_,e):Y(e))},onChange:e=>{const t=e.target.value;E(t,e)},onFocus:e=>{f(e),null==v||v(!0)},onKeyDown:e=>{const{keyCode:t}=e;switch(h(e),t){case Nf:N(e);break;case Df:T(e);break;case Sf:z(e),l&&(e.preventDefault(),Y(e))}},onMouseDown:F,ref:t,inputSize:b,value:I,type:M}))})),eS=Qx;function tS(e,t){let{__unstableStateReducer:n=(e=>e),__unstableInputWidth:r,className:o,disabled:a=!1,hideLabelFromVision:i=!1,id:s,isPressEnterToChange:l=!1,label:c,labelPosition:u="top",onChange:d=vt.noop,onValidate:p=vt.noop,onKeyDown:m=vt.noop,prefix:f,size:h="default",suffix:g,value:b,...v}=e;const[y,_]=(0,ft.useState)(!1),M=function(e){const t=mf(tS);return e||`inspector-input-control-${t}`}(s),k=jp()("components-input-control",o);return(0,ft.createElement)(RC,{__unstableInputWidth:r,className:k,disabled:a,gap:3,hideLabelFromVision:i,id:M,isFocused:y,justify:"left",label:c,labelPosition:u,prefix:f,size:h,suffix:g},(0,ft.createElement)(eS,bt({},v,{className:"components-input-control__input",disabled:a,id:M,isFocused:y,isPressEnterToChange:l,onChange:d,onKeyDown:m,onValidate:p,ref:t,setIsFocused:_,size:h,stateReducer:n,value:b})))}const nS=(0,ft.forwardRef)(tS);var rS={name:"euqsgg",styles:"input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}input[type='number']{-moz-appearance:textfield;}"};const oS=e=>{let{hideHTMLArrows:t}=e;return t?rS:""},aS=ib(nS,{target:"ep48uk90"})(oS,";");function iS(e){const t=Number(e);return isNaN(t)?0:t}function sS(){for(var e=arguments.length,t=new Array(e),n=0;ne+iS(t)),0)}function lS(e){const t=(e+"").split(".");return void 0!==t[1]?t[1].length:0}function cS(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=iS(e),a=iS(r),i=lS(r),s=Math.round(o/a)*a,l=(0,vt.clamp)(s,t,n);return i?iS(l.toFixed(i)):l}const uS=(0,ft.forwardRef)((function(e,t){let{__unstableStateReducer:n=(e=>e),className:r,dragDirection:o="n",hideHTMLArrows:a=!1,isDragEnabled:i=!0,isShiftStepEnabled:s=!0,label:l,max:c=1/0,min:u=-1/0,required:d=!1,shiftStep:p=10,step:m=1,type:f="number",value:h,...g}=e;const b="any"===m,v=b?1:parseFloat(m),y=cS(0,u,c,v),_=(e,t)=>b?Math.min(c,Math.max(u,e)):cS(e,u,c,null!=t?t:v),M="number"===f?"off":null,k=jp()("components-number-control",r);return(0,ft.createElement)(aS,bt({autoComplete:M,inputMode:"numeric"},g,{className:k,dragDirection:o,hideHTMLArrows:a,isDragEnabled:i,label:l,max:c,min:u,ref:t,required:d,step:m,type:f,value:h,__unstableStateReducer:RL(((e,t)=>{const{type:n,payload:r}=t,a=null==r?void 0:r.event,l=e.value;if(n===NL||n===TL){const t=a.shiftKey&&s,r=t?parseFloat(p)*v:v;let o=Kx(l)?y:l;null!=a&&a.preventDefault&&a.preventDefault(),n===NL&&(o=sS(o,r)),n===TL&&(o=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const r=iS(t);return 0===n?r:e-r}),0)}(o,r)),e.value=_(o,t?r:null)}if(n===SL&&i){const[t,n]=r.delta,a=r.shiftKey&&s,i=a?parseFloat(p)*v:v;let c,u;switch(o){case"n":u=n,c=-1;break;case"e":u=t,c=Mr()?-1:1;break;case"s":u=n,c=1;break;case"w":u=t,c=Mr()?1:-1}if(0!==u){u=Math.ceil(Math.abs(u))*Math.sign(u);const t=u*i*c;e.value=_(sS(l,t),a?i:null)}}if(n===zL||n===LL){const t=!1===d&&""===l;e.value=t?l:_(l)}return e}),n)}))}));const dS=ib("div",{target:"e1bagdl33"})({name:"100d0a9",styles:"box-sizing:border-box;position:relative"}),pS=e=>{let{disableUnits:t}=e;return uE(CE({paddingRight:t?3:24})(),";","")};var mS={name:"1y65o8",styles:"&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}"};const fS=e=>{let{disableUnits:t}=e;return t?"":mS},hS=ib(uS,{target:"e1bagdl32"})("&&&{input{appearance:none;-moz-appearance:textfield;display:block;width:100%;",fS,";",pS,";}}"),gS=e=>uE("appearance:none;background:transparent;border-radius:2px;border:none;box-sizing:border-box;color:",XE.darkGray[500],";display:block;font-size:8px;line-height:1;letter-spacing:-0.5px;outline:none;padding:2px 1px;position:absolute;text-align-last:center;text-transform:uppercase;width:20px;",CE({borderTopLeftRadius:0,borderBottomLeftRadius:0})()," ",CE({right:0})()," ",(e=>{let{selectSize:t}=e;return uE({default:{height:28,lineHeight:"24px",minHeight:28,top:1},small:{height:22,lineHeight:"18px",minHeight:22,top:1}}[t],"","")})(e),";",""),bS=ib("div",{target:"e1bagdl31"})("&&&{pointer-events:none;",gS,";}"),vS=ib("select",{target:"e1bagdl30"})("&&&{",gS,";cursor:pointer;border:1px solid transparent;&:hover{background-color:",XE.lightGray[300],";}&:focus{border-color:",XE.ui.borderFocus,";outline:2px solid transparent;outline-offset:0;}&:disabled{cursor:initial;&:hover{background-color:transparent;}}}");function yS(e){let{className:t,isUnitSelectTabbable:n=!0,onChange:r=vt.noop,size:o="default",unit:a="px",units:i=bL,...s}=e;if(!i||!_L(i)||1===(null==i?void 0:i.length))return(0,ft.createElement)(bS,{className:"components-unit-control__unit-label",selectSize:o},a);const l=jp()("components-unit-control__select",t);return(0,ft.createElement)(vS,bt({className:l,onChange:e=>{const{value:t}=e.target,n=i.find((e=>e.value===t));r(t,{event:e,data:n})},selectSize:o,tabIndex:n?void 0:-1,value:a},s),i.map((e=>(0,ft.createElement)("option",{value:e.value,key:e.value},e.label))))}const _S={initial:void 0,fallback:""};const MS=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_S;const{initial:n,fallback:r}={..._S,...t},[o,a]=(0,ft.useState)(e),i=Gx(e);(0,ft.useEffect)((()=>{i&&o&&a(void 0)}),[i,o]);const s=Jx([e,o,n],r),l=e=>{i||a(e)};return[s,l]};const kS=(0,ft.forwardRef)((function(e,t){let{__unstableStateReducer:n=(e=>e),autoComplete:r="off",className:o,disabled:a=!1,disableUnits:i=!1,isPressEnterToChange:s=!1,isResetValueOnUnitChange:l=!1,isUnitSelectTabbable:c=!0,label:u,onChange:d=vt.noop,onUnitChange:p=vt.noop,size:m="default",style:f,unit:h,units:g=bL,value:b,...v}=e;const y=(0,ft.useMemo)((()=>function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:gL;if(!Array.isArray(n))return n;const r=[...n],[,o]=yL(e,t,gL);return o&&!r.some((e=>e.value===o))&&hL[o]&&r.unshift(hL[o]),r}(b,h,g)),[b,h,g]),[_,M]=yL(b,h,y),[k,w]=MS(h,{initial:M,fallback:""}),E=(0,ft.useRef)(null),L=jp()("components-unit-control",o),C=e=>{if(!isNaN(Number(e.currentTarget.value)))return void(E.current=null);const[t,n]=kL(e.currentTarget.value,y,_,k);if(E.current=t.toString(),s&&n!==k){const r={event:e,data:Array.isArray(y)?y.find((e=>e.value===n)):void 0};d(`${t}${n}`,r),p(n,r),w(n)}},x=C,S=i?null:(0,ft.createElement)(yS,{"aria-label":vr("Select unit"),disabled:a,isUnitSelectTabbable:c,onChange:(e,t)=>{const{data:n}=t;let r=`${_}${e}`;l&&void 0!==(null==n?void 0:n.default)&&(r=`${n.default}${e}`),d(r,t),p(e,t),w(e)},size:m,unit:k,units:y});let A=v.step;if(!A&&y){var T;const e=y.find((e=>e.value===k));A=null!==(T=null==e?void 0:e.step)&&void 0!==T?T:1}return(0,ft.createElement)(dS,{className:"components-unit-control-wrapper",style:f},(0,ft.createElement)(hS,bt({"aria-label":u,type:s?"text":"number"},(0,vt.omit)(v,["children"]),{autoComplete:r,className:L,disabled:a,disableUnits:i,isPressEnterToChange:s,label:u,onBlur:x,onKeyDown:e=>{const{keyCode:t}=e;t===Sf&&C(e)},onChange:(e,t)=>{""!==e?(e=kL(e,y,_,k).join(""),d(e,t)):d("",t)},ref:t,size:m,suffix:S,value:_,step:A,__unstableStateReducer:RL(((e,t)=>(t.type===LL&&null!==E.current&&(e.value=E.current,E.current=null),e)),n)})))})),wS=kS;const ES=function(e){let{icon:t,size:n=24,...r}=e;return(0,ft.cloneElement)(t,{width:n,height:n,...r})},LS={name:"default",label:vr("Flow"),inspectorControls:function(e){let{layout:t,onChange:n}=e;const{wideSize:r,contentSize:o}=t,a=wL({availableUnits:rL("spacing.units")||["%","px","em","rem","vw"]});return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("div",{className:"block-editor-hooks__layout-controls"},(0,ft.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,ft.createElement)(wS,{label:vr("Content"),labelPosition:"top",__unstableInputWidth:"80px",value:o||r||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,contentSize:e})},units:a}),(0,ft.createElement)(ES,{icon:eE})),(0,ft.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,ft.createElement)(wS,{label:vr("Wide"),labelPosition:"top",__unstableInputWidth:"80px",value:r||o||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,wideSize:e})},units:a}),(0,ft.createElement)(ES,{icon:nE}))),(0,ft.createElement)("div",{className:"block-editor-hooks__layout-controls-reset"},(0,ft.createElement)(db,{variant:"secondary",isSmall:!0,disabled:!o&&!r,onClick:()=>n({contentSize:void 0,wideSize:void 0,inherit:!1})},vr("Reset"))),(0,ft.createElement)("p",{className:"block-editor-hooks__layout-controls-helptext"},vr("Customize the width for all elements that are assigned to the center or wide columns.")))},toolBarControls:function(){return null},save:function(e){let{selector:t,layout:n={}}=e;const{contentSize:r,wideSize:o}=n,a=null!==rL("spacing.blockGap");let i=r||o?`\n\t\t\t\t\t${eL(t,"> *")} {\n\t\t\t\t\t\tmax-width: ${null!=r?r:o};\n\t\t\t\t\t\tmargin-left: auto !important;\n\t\t\t\t\t\tmargin-right: auto !important;\n\t\t\t\t\t}\n\n\t\t\t\t\t${eL(t,'> [data-align="wide"]')} {\n\t\t\t\t\t\tmax-width: ${null!=o?o:r};\n\t\t\t\t\t}\n\n\t\t\t\t\t${eL(t,'> [data-align="full"]')} {\n\t\t\t\t\t\tmax-width: none;\n\t\t\t\t\t}\n\t\t\t\t`:"";return i+=`\n\t\t\t${eL(t,'> [data-align="left"]')} {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-right: 2em;\n\t\t\t}\n\n\t\t\t${eL(t,'> [data-align="right"]')} {\n\t\t\t\tfloat: right;\n\t\t\t\tmargin-left: 2em;\n\t\t\t}\n\n\t\t`,a&&(i+=`\n\t\t\t\t${eL(t,"> *")} {\n\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t}\n\t\t\t\t${eL(t,"> * + *")} {\n\t\t\t\t\tmargin-top: var( --wp--style--block-gap );\n\t\t\t\t}\n\t\t\t`),(0,ft.createElement)("style",null,i)},getOrientation:()=>"vertical",getAlignments(e){const t=function(e){const{contentSize:t,wideSize:n}=e,r={},o=/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i;o.test(t)&&(r.none=Tn(vr("Max %s wide"),t));o.test(n)&&(r.wide=Tn(vr("Max %s wide"),n));return r}(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:t[e]})));const{contentSize:n,wideSize:r}=e,o=[{name:"left"},{name:"center"},{name:"right"}];return n&&o.unshift({name:"full"}),r&&o.unshift({name:"wide",info:t.wide}),o.unshift({name:"none",info:t.none}),o}};const CS=[LS,uL];function xS(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return CS.find((t=>t.name===e))}const SS={type:"default"},AS=(0,ft.createContext)(SS),TS=AS.Provider;function zS(){return(0,ft.useContext)(AS)}function NS(e){let{layout:t={},...n}=e;const r=xS(t.type);return r?(0,ft.createElement)(r.save,bt({layout:t},n)):null}const OS=["none","left","center","right","wide","full"],DS=["wide","full"];function BS(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:OS;e.includes("none")||(e=["none",...e]);const{wideControlsEnabled:t=!1,themeSupportsLayout:n}=Nc((e=>{const{getSettings:t}=e(Hw),n=t();return{wideControlsEnabled:n.alignWide,themeSupportsLayout:n.supportsLayout}}),[]),r=zS(),o=xS(null==r?void 0:r.type),a=o.getAlignments(r);if(n){const t=a.filter((t=>{let{name:n}=t;return e.includes(n)}));return 1===t.length&&"none"===t[0].name?[]:t}if("default"!==o.name)return[];const{alignments:i=OS}=r,s=e.filter((e=>(r.alignments||t||!DS.includes(e))&&i.includes(e))).map((e=>({name:e})));return 1===s.length&&"none"===s[0].name?[]:s}const IS={none:{icon:Zw,title:vr("None")},left:{icon:Qw,title:vr("Align left")},center:{icon:eE,title:vr("Align center")},right:{icon:tE,title:vr("Align right")},wide:{icon:nE,title:vr("Wide width")},full:{icon:rE,title:vr("Full width")}},PS={isAlternate:!0};const RS=function(e){let{value:t,onChange:n,controls:r,isToolbar:o,isCollapsed:a=!0}=e;const i=BS(r);if(!!!i.length)return null;function s(e){n([t,"none"].includes(e)?void 0:e)}const l=IS[t],c=IS.none,u=o?jv:Gw,d={popoverProps:PS,icon:l?l.icon:c.icon,label:vr("Align"),toggleProps:{describedBy:vr("Change alignment")}},p=o||iy.isNative?{isCollapsed:o?a:void 0,controls:i.map((e=>{let{name:n}=e;return{...IS[n],isActive:t===n||!t&&"none"===n,role:a?"menuitemradio":void 0,onClick:()=>s(n)}}))}:{children:e=>{let{onClose:n}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(Kw,{className:"block-editor-block-alignment-control__menu-group"},i.map((e=>{let{name:r,info:o}=e;const{icon:a,title:i}=IS[r],l=r===t||!t&&"none"===r;return(0,ft.createElement)(Jw,{key:r,icon:a,iconPosition:"left",className:jp()("components-dropdown-menu__menu-item",{"is-active":l}),isSelected:l,onClick:()=>{s(r),n()},role:"menuitemradio",info:o},i)}))))}};return(0,ft.createElement)(u,bt({},d,p))};function HS(e){return(0,ft.createElement)(RS,bt({},e,{isToolbar:!1}))}function WS(e){return(0,ft.createElement)(RS,bt({},e,{isToolbar:!0}))}const YS=["left","center","right","wide","full"],jS=["wide","full"];function qS(e){let t,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t=Array.isArray(e)?YS.filter((t=>e.includes(t))):!0===e?[...YS]:[],!r||!0===e&&!n?(0,vt.without)(t,...jS):t}const FS=Rp((e=>t=>{const{name:n}=t,r=BS(qS(aa(n,"align"),ia(n,"alignWide",!0))).map((e=>{let{name:t}=e;return t}));return(0,ft.createElement)(ft.Fragment,null,!!r.length&&(0,ft.createElement)($w,{group:"block",__experimentalShareWithChildBlocks:!0},(0,ft.createElement)(HS,{value:t.attributes.align,onChange:e=>{if(!e){var n,r;const o=ra(t.name);(null==o||null===(n=o.attributes)||void 0===n||null===(r=n.align)||void 0===r?void 0:r.default)&&(e="")}t.setAttributes({align:e})},controls:r})),(0,ft.createElement)(e,t))}),"withToolbarControls"),VS=Rp((e=>t=>{const{name:n,attributes:r}=t,{align:o}=r,a=BS(qS(aa(n,"align"),ia(n,"alignWide",!0)));if(void 0===o)return(0,ft.createElement)(e,t);let i=t.wrapperProps;return a.some((e=>e.name===o))&&(i={...i,"data-align":o}),(0,ft.createElement)(e,bt({},t,{wrapperProps:i}))}));er("blocks.registerBlockType","core/align/addAttribute",(function(e){return(0,vt.has)(e.attributes,["align","type"])||ia(e,"align")&&(e.attributes={...e.attributes,align:{type:"string",enum:[...YS,""]}}),e})),er("editor.BlockListBlock","core/editor/align/with-data-align",VS),er("editor.BlockEdit","core/editor/align/with-toolbar-controls",FS),er("blocks.getSaveContent.extraProps","core/align/addAssignedAlign",(function(e,t,n){const{align:r}=n;return qS(aa(t,"align"),ia(t,"alignWide",!0)).includes(r)&&(e.className=jp()(`align${r}`,e.className)),e})),er("blocks.registerBlockType","core/lock/addAttribute",(function(e){return(0,vt.has)(e.attributes,["lock","type"])||(e.attributes={...e.attributes,lock:{type:"object"}}),e}));const XS=(0,ft.forwardRef)((function e(t,n){let{label:r,hideLabelFromVision:o,value:a,help:i,className:s,onChange:l,type:c="text",...u}=t;const d=`inspector-text-control-${mf(e)}`;return(0,ft.createElement)(ZE,{label:r,hideLabelFromVision:o,id:d,help:i,className:s},(0,ft.createElement)("input",bt({className:"components-text-control__input",type:c,id:d,value:a,onChange:e=>l(e.target.value),"aria-describedby":i?d+"__help":void 0,ref:n},u)))})),US=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"}));const $S=ib(ES,{target:"etxm6pv0"})({name:"bqq7t3",styles:"width:1.4em;height:1.4em;margin:-0.2em 0.1em 0;vertical-align:middle;fill:currentColor"});const GS=(0,ft.forwardRef)((function(e,t){let{href:n,children:r,className:o,rel:a="",...i}=e;a=(0,vt.uniq)((0,vt.compact)([...a.split(" "),"external","noreferrer","noopener"])).join(" ");const s=jp()("components-external-link",o);return(0,ft.createElement)("a",bt({},i,{className:s,href:n,target:"_blank",rel:a,ref:t}),r,(0,ft.createElement)(cb,{as:"span"},vr("(opens in a new tab)")),(0,ft.createElement)($S,{icon:US,className:"components-external-link__icon"}))})),KS=()=>gf("(prefers-reduced-motion: reduce)"),JS=(0,ft.createElement)(_h,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,ft.createElement)(vh,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),ZS=(0,ft.createElement)(_h,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,ft.createElement)(vh,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"}));const QS=(0,ft.forwardRef)(((e,t)=>{let{isOpened:n,icon:r,title:o,...a}=e;return o?(0,ft.createElement)("h2",{className:"components-panel__body-title"},(0,ft.createElement)(db,bt({className:"components-panel__body-toggle","aria-expanded":n,ref:t},a),(0,ft.createElement)("span",{"aria-hidden":"true"},(0,ft.createElement)(pg,{className:"components-panel__arrow",icon:n?JS:ZS})),o,r&&(0,ft.createElement)(pg,{icon:r,className:"components-panel__icon",size:20}))):null})),eA=(0,ft.forwardRef)((function(e,t){let{buttonProps:n={},children:r,className:o,icon:a,initialOpen:i,onToggle:s=vt.noop,opened:l,title:c,scrollAfterOpen:u=!0}=e;const[d,p]=MS(l,{initial:void 0===i||i}),m=(0,ft.useRef)(),f=KS()?"auto":"smooth",h=(0,ft.useRef)();h.current=u,Zx((()=>{var e;d&&h.current&&null!==(e=m.current)&&void 0!==e&&e.scrollIntoView&&m.current.scrollIntoView({inline:"nearest",block:"nearest",behavior:f})}),[d,f]);const g=jp()("components-panel__body",o,{"is-opened":d});return(0,ft.createElement)("div",{className:g,ref:fh([m,t])},(0,ft.createElement)(QS,bt({icon:a,isOpened:d,onClick:e=>{e.preventDefault();const t=!d;p(t),s(t)},title:c},n)),"function"==typeof r?r({opened:d}):d&&r)}));eA.displayName="PanelBody";const tA=eA,nA=()=>{},rA=(0,ft.createContext)({menuItems:{default:{},optional:{}},hasMenuItems:!1,isResetting:!1,shouldRenderPlaceholderItems:!1,registerPanelItem:nA,deregisterPanelItem:nA,flagItemCustomization:nA,areAllOptionalControlsHidden:!0}),oA=()=>(0,ft.useContext)(rA),aA={default:Xh("InspectorControls"),advanced:Xh("InspectorAdvancedControls"),dimensions:Xh("InspectorControlsDimensions"),typography:Xh("InspectorControlsTypography")};function iA(e){var t;let{__experimentalGroup:n="default",children:r}=e;const o=Fw(),a=null===(t=aA[n])||void 0===t?void 0:t.Fill;return a&&o?(0,ft.createElement)(cf,{document},(0,ft.createElement)(a,null,(e=>{const t=(0,vt.isEmpty)(e)?null:e;return(0,ft.createElement)(rA.Provider,{value:t},r)}))):null}const sA=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M7 11.5h10V13H7z"})),lA=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})),cA=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"})),uA=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"})),dA={bottom:{align:"flex-end",justify:"center"},bottomLeft:{align:"flex-start",justify:"flex-end"},bottomRight:{align:"flex-end",justify:"flex-end"},center:{align:"center",justify:"center"},edge:{align:"center",justify:"space-between"},left:{align:"center",justify:"flex-start"},right:{align:"center",justify:"flex-end"},stretch:{align:"stretch"},top:{align:"flex-start",justify:"center"},topLeft:{align:"flex-start",justify:"flex-start"},topRight:{align:"flex-start",justify:"flex-end"}},pA={bottom:{justify:"flex-end",align:"center"},bottomLeft:{justify:"flex-start",align:"flex-end"},bottomRight:{justify:"flex-end",align:"flex-end"},center:{justify:"center",align:"center"},edge:{justify:"space-between",align:"center"},left:{justify:"center",align:"flex-start"},right:{justify:"center",align:"flex-end"},stretch:{justify:"stretch"},top:{justify:"flex-start",align:"center"},topLeft:{justify:"flex-start",align:"flex-start"},topRight:{justify:"flex-start",align:"flex-end"}};function mA(e){const{alignment:t="edge",children:n,direction:r,spacing:o=2,...a}=Pg(e,"HStack"),i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"row";if((0,vt.isNil)(e))return{};const n="column"===t?pA:dA;return e in n?n[e]:{align:e}}(t,r),s=function(e){return"string"==typeof e?[e]:ft.Children.toArray(e).filter((e=>(0,ft.isValidElement)(e)))}(n);return xE({children:s.map(((e,t)=>{const n=e.key||`hstack-${t}`;return Wg(e,["Spacer"])?(0,ft.createElement)(zE,bt({isBlock:!0,key:n},e.props)):e})),direction:r,justify:"center",...i,...a,gap:o})}const fA=Rg((function(e,t){const n=mA(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"HStack");const hA=Rg((function(e,t){const n=function(e){const{as:t,level:n=2,...r}=Pg(e,"Heading"),o=t||`h${n}`,a={};return"string"==typeof o&&"h"!==o[0]&&(a.role="heading",a["aria-level"]="string"==typeof n?parseInt(n):n),{...fC({color:XE.darkGray.heading,size:pC(n),isBlock:!0,weight:QL.fontWeightHeading,...r}),...a,as:o}}(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"Heading");const gA={spacing:uE("column-gap:",fE(4),";row-gap:",fE(6),";",""),item:{fullWidth:{name:"18iuzk9",styles:"grid-column:1/-1"}}},bA=uE(gA.spacing,";border-top:",QL.borderWidth," solid ",XE.gray[200],";margin-top:-1px;padding:",fE(4),";",""),vA={name:"huufmu",styles:">div:not( :first-of-type ){display:none;}"},yA=uE(gA.item.fullWidth," gap:",fE(2),";.components-dropdown-menu{margin:",fE(-1)," 0;}&&&& .components-dropdown-menu__toggle{padding:0;min-width:",fE(6),";}",""),_A={name:"1pmxm02",styles:"font-size:inherit;font-weight:500;line-height:normal;&&{margin:0;}"},MA=uE(gA.item.fullWidth,"&>div,&>fieldset{padding-bottom:0;margin-bottom:0;max-width:100%;}&& ",UE,"{margin-bottom:0;",$E,"{margin-bottom:0;}}",""),kA={name:"eivff4",styles:"display:none"},wA={name:"16gsvie",styles:"min-width:200px"};const EA=()=>{},LA=e=>{let{items:t,onClose:n,toggleItem:r}=e;return t.length?(0,ft.createElement)(Kw,null,t.map((e=>{let[t,o]=e;const a=o?sA:lA,i=o?Tn(vr("Reset %s"),t):void 0;return(0,ft.createElement)(Jw,{key:t,icon:a,isSelected:!0,disabled:!o,label:i,onClick:()=>{r(t),n()},role:"menuitemcheckbox"},t)}))):null},CA=e=>{let{items:t,onClose:n,toggleItem:r}=e;return t.length?(0,ft.createElement)(Kw,null,t.map((e=>{let[t,o]=e;const a=Tn(vr(o?"Hide and reset %s":"Show %s"),t);return(0,ft.createElement)(Jw,{key:t,icon:o&&lA,isSelected:o,label:a,onClick:()=>{r(t),n()},role:"menuitemcheckbox"},t)}))):null},xA=Rg(((e,t)=>{const{areAllOptionalControlsHidden:n,dropdownMenuClassName:r,hasMenuItems:o,headingClassName:a,label:i,menuItems:s,resetAll:l,toggleItem:c,...u}=function(e){const{className:t,...n}=Pg(e,"ToolsPanelHeader"),r=Ig(),o=(0,ft.useMemo)((()=>r(yA,t)),[t]),a=(0,ft.useMemo)((()=>r(wA)),[]),i=(0,ft.useMemo)((()=>r(_A)),[]),{menuItems:s,hasMenuItems:l,areAllOptionalControlsHidden:c}=oA();return{...n,areAllOptionalControlsHidden:c,dropdownMenuClassName:a,hasMenuItems:l,headingClassName:i,menuItems:s,className:o}}(e);if(!i)return null;const d=Object.entries((null==s?void 0:s.default)||{}),p=Object.entries((null==s?void 0:s.optional)||{}),m=n?cA:uA,f=yr(n?"View and add options":"View options","Button label to reveal tool panel options");return(0,ft.createElement)(fA,bt({},u,{ref:t}),(0,ft.createElement)(hA,{level:2,className:a},i),o&&(0,ft.createElement)(Wv,{icon:m,label:f,menuProps:{className:r},toggleProps:{isSmall:!0}},(e=>{let{onClose:t=EA}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(LA,{items:d,onClose:t,toggleItem:c}),(0,ft.createElement)(CA,{items:p,onClose:t,toggleItem:c}),(0,ft.createElement)(Kw,null,(0,ft.createElement)(Jw,{variant:"tertiary",onClick:()=>{l(),t()}},vr("Reset all"))))})))}),"ToolsPanelHeader"),SA=xA,AA=e=>{let{panelItems:t,shouldReset:n}=e;const r={default:{},optional:{}};return t.forEach((e=>{let{hasValue:t,isShownByDefault:o,label:a}=e;r[o?"default":"optional"][a]=!n&&t()})),r};function TA(e){const{className:t,resetAll:n,panelId:r,hasInnerWrapper:o,shouldRenderPlaceholderItems:a,...i}=Pg(e,"ToolsPanel"),s=(0,ft.useRef)(!1),l=s.current;(0,ft.useEffect)((()=>{l&&(s.current=!1)}),[l]);const[c,u]=(0,ft.useState)([]),[d,p]=(0,ft.useState)({default:{},optional:{}});(0,ft.useEffect)((()=>{const e=AA({panelItems:c,shouldReset:!1});p(e)}),[c]);const[m,f]=(0,ft.useState)(!1);(0,ft.useEffect)((()=>{if(d.optional){const e=Object.entries(d.optional),t=e.length>0&&!e.some((e=>{let[,t]=e;return t}));f(t)}}),[d.optional]);const h=Ig(),g=(0,ft.useMemo)((()=>{const e=(null==d?void 0:d.default)&&!!Object.keys(null==d?void 0:d.default).length,n=o&&(e=>uE(">div:not( :first-of-type ){display:grid;grid-template-columns:",`repeat( ${e}, 1fr )`,";",gA.spacing," ",gA.item.fullWidth,";}",""))(2);return h(bA,n,!e&&m&&vA,t)}),[t,o,d,m]),b={panelId:r,menuItems:d,registerPanelItem:e=>{u((t=>[...t,e]))},deregisterPanelItem:e=>{const t=c.findIndex((t=>t.label===e));-1!==t&&u((e=>e.splice(t,1)))},flagItemCustomization:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";p({...d,[t]:{...d[t],[e]:!0}})},areAllOptionalControlsHidden:m,hasMenuItems:!!c.length,isResetting:s.current,shouldRenderPlaceholderItems:a};return{...i,panelContext:b,resetAllItems:()=>{"function"==typeof n&&(s.current=!0,n((()=>{const e=[];return c.forEach((t=>{t.resetAllFilter&&e.push(t.resetAllFilter)})),e})()));const e=AA({panelItems:c,shouldReset:!0});p(e)},toggleItem:e=>{const t=c.find((t=>t.label===e));if(!t)return;const n=t.isShownByDefault?"default":"optional",r={...d,[n]:{...d[n],[e]:!d[n][e]}};p(r)},className:g}}const zA={bottom:{alignItems:"flex-end",justifyContent:"center"},bottomLeft:{alignItems:"flex-start",justifyContent:"flex-end"},bottomRight:{alignItems:"flex-end",justifyContent:"flex-end"},center:{alignItems:"center",justifyContent:"center"},spaced:{alignItems:"center",justifyContent:"space-between"},left:{alignItems:"center",justifyContent:"flex-start"},right:{alignItems:"center",justifyContent:"flex-end"},stretch:{alignItems:"stretch"},top:{alignItems:"flex-start",justifyContent:"center"},topLeft:{alignItems:"flex-start",justifyContent:"flex-start"},topRight:{alignItems:"flex-start",justifyContent:"flex-end"}};function NA(e){const{align:t,alignment:n,className:r,columnGap:o,columns:a=2,gap:i=3,isInline:s=!1,justify:l,rowGap:c,rows:u,templateColumns:d,templateRows:p,...m}=Pg(e,"Grid"),f=mE(Array.isArray(a)?a:[a]),h=mE(Array.isArray(u)?u:[u]),g=d||!!a&&`repeat( ${f}, 1fr )`,b=p||!!u&&`repeat( ${h}, 1fr )`,v=Ig();return{...m,className:(0,ft.useMemo)((()=>{const e=function(e){return e?zA[e]:{}}(n),a=uE({alignItems:t,display:s?"inline-grid":"grid",gap:`calc( ${QL.gridBase} * ${i} )`,gridTemplateColumns:g||void 0,gridTemplateRows:b||void 0,gridRowGap:c,gridColumnGap:o,justifyContent:l,verticalAlign:s?"middle":void 0,...e},"","");return v(a,r)}),[t,n,r,o,i,g,b,s,l,c])}}const OA=Rg((function(e,t){const n=NA(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"Grid"),DA=Rg(((e,t)=>{const{children:n,label:r,panelContext:o,resetAllItems:a,toggleItem:i,className:s}=TA(e);return(0,ft.createElement)(OA,{columns:2,className:s,ref:t},(0,ft.createElement)(rA.Provider,{value:o},(0,ft.createElement)(SA,{label:r,resetAll:a,toggleItem:i}),n))}),"ToolsPanel"),BA=e=>{if(!(0,vt.isObject)(e)||Array.isArray(e))return e;const t=(0,vt.pickBy)((0,vt.mapValues)(e,BA),vt.identity);return(0,vt.isEmpty)(t)?void 0:t};function IA(e){let{children:t,group:n,label:r}=e;const{clientId:o,attributes:a}=Nc((e=>{const{getBlockAttributes:t,getSelectedBlockClientId:n}=e(Hw),r=n();return{clientId:r,attributes:t(r)}}),[]),{updateBlockAttributes:i}=Cp(Hw);return(0,ft.createElement)(DA,{className:`${n}-block-support-panel`,label:r,resetAll:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const{style:t}=a;let n={style:t};e.forEach((e=>{n={...n,...e(n)}})),n={...n,style:BA(n.style)},i(o,n)},key:o,panelId:o,hasInnerWrapper:!0,shouldRenderPlaceholderItems:!0},t)}function PA(e){let{Slot:t,...n}=e;const r=(0,ft.useContext)(rA);return(0,ft.createElement)(t,bt({},n,{fillProps:r}))}function RA(e){var t;let{__experimentalGroup:n="default",bubblesVirtually:r=!0,label:o,...a}=e;const i=null===(t=aA[n])||void 0===t?void 0:t.Slot,s=Ph(null==i?void 0:i.__unstableName);if(!i||!s)return null;return Boolean(s.fills&&s.fills.length)?o?(0,ft.createElement)(IA,{group:n,label:o},(0,ft.createElement)(PA,bt({},a,{bubblesVirtually:r,Slot:i}))):(0,ft.createElement)(i,bt({},a,{bubblesVirtually:r})):null}const HA=iA;HA.Slot=RA;const WA=e=>(0,ft.createElement)(iA,bt({},e,{__experimentalGroup:"advanced"}));WA.Slot=e=>(0,ft.createElement)(RA,bt({},e,{__experimentalGroup:"advanced"})),WA.slotName="InspectorAdvancedControls";const YA=HA,jA=/[\s#]/g;const qA=Rp((e=>t=>{if(ia(t.name,"anchor")&&t.isSelected){const n="web"===iy.OS,r=(0,ft.createElement)(XS,{className:"html-anchor-control",label:vr("HTML anchor"),help:(0,ft.createElement)(ft.Fragment,null,vr("Enter a word or two — without spaces — to make a unique web address just for this block, called an “anchor.” Then, you’ll be able to link directly to this section of your page."),n&&(0,ft.createElement)(GS,{href:vr("https://wordpress.org/support/article/page-jumps/")},vr("Learn more about anchors"))),value:t.attributes.anchor||"",placeholder:n?null:vr("Add an anchor"),onChange:e=>{e=e.replace(jA,"-"),t.setAttributes({anchor:e})},autoCapitalize:"none",autoComplete:"off"});return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(e,t),n&&(0,ft.createElement)(YA,{__experimentalGroup:"advanced"},r),!n&&"core/heading"===t.name&&(0,ft.createElement)(YA,null,(0,ft.createElement)(tA,{title:vr("Heading settings")},r)))}return(0,ft.createElement)(e,t)}),"withInspectorControl");er("blocks.registerBlockType","core/anchor/attribute",(function(e){return(0,vt.has)(e.attributes,["anchor","type"])||ia(e,"anchor")&&(e.attributes={...e.attributes,anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"}}),e})),er("editor.BlockEdit","core/editor/anchor/with-inspector-control",qA),er("blocks.getSaveContent.extraProps","core/anchor/save-props",(function(e,t,n){return ia(t,"anchor")&&(e.id=""===n.anchor?null:n.anchor),e}));const FA=Rp((e=>t=>ia(t.name,"customClassName",!0)&&t.isSelected?(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(e,t),(0,ft.createElement)(YA,{__experimentalGroup:"advanced"},(0,ft.createElement)(XS,{autoComplete:"off",label:vr("Additional CSS class(es)"),value:t.attributes.className||"",onChange:e=>{t.setAttributes({className:""!==e?e:void 0})},help:vr("Separate multiple classes with spaces.")}))):(0,ft.createElement)(e,t)),"withInspectorControl");er("blocks.registerBlockType","core/custom-class-name/attribute",(function(e){return ia(e,"customClassName",!0)&&(e.attributes={...e.attributes,className:{type:"string"}}),e})),er("editor.BlockEdit","core/editor/custom-class-name/with-inspector-control",FA),er("blocks.getSaveContent.extraProps","core/custom-class-name/save-props",(function(e,t,n){return ia(t,"customClassName",!0)&&n.className&&(e.className=jp()(e.className,n.className)),e})),er("blocks.getSaveContent.extraProps","core/generated-class-name/save-props",(function(e,t){return ia(t,"className",!0)&&("string"==typeof e.className?e.className=(0,vt.uniq)([Ui(t.name),...e.className.split(" ")]).join(" ").trim():e.className=Ui(t.name)),e}));function VA(e){return Rp((t=>{const n="core/with-filters/"+e;let r;class o extends ft.Component{constructor(){super(...arguments),void 0===r&&(r=lr(e,t))}componentDidMount(){o.instances.push(this),1===o.instances.length&&(Qn("hookRemoved",n,i),Qn("hookAdded",n,i))}componentWillUnmount(){o.instances=(0,vt.without)(o.instances,this),0===o.instances.length&&(tr("hookRemoved",n),tr("hookAdded",n))}render(){return(0,ft.createElement)(r,this.props)}}o.instances=[];const a=(0,vt.debounce)((()=>{r=lr(e,t),o.instances.forEach((e=>{e.forceUpdate()}))}),16);function i(t){t===e&&a()}return o}),"withFilters")}const XA=Rp((e=>e.prototype instanceof ft.Component?class extends e{shouldComponentUpdate(e,t){return!Xi(e,this.props)||!Xi(t,this.state)}}:class extends ft.Component{shouldComponentUpdate(e){return!Xi(e,this.props)}render(){return(0,ft.createElement)(e,this.props)}}),"pure"),UA=e=>Rp((t=>XA((n=>{const r=Nc(((t,r)=>e(t,n,r)));return(0,ft.createElement)(t,bt({},n,r))}))),"withSelect"),$A=(e,t)=>{const n=Cc(),r=(0,ft.useRef)(e);return _c((()=>{r.current=e})),(0,ft.useMemo)((()=>{const e=r.current(n.dispatch,n);return(0,vt.mapValues)(e,((e,t)=>("function"!=typeof e&&console.warn(`Property ${t} returned from dispatchMap in useDispatchWithMap must be a function.`),function(){return r.current(n.dispatch,n)[t](...arguments)})))}),[n,...t])},GA=e=>Rp((t=>n=>{const r=$A(((t,r)=>e(t,n,r)),[]);return(0,ft.createElement)(t,bt({},n,r))}),"withDispatch"),KA=vt.flowRight,JA=e=>Rp((t=>n=>e(n)?(0,ft.createElement)(t,n):null),"ifCondition"),ZA=(0,ft.createContext)({});function QA(e){let{value:t,children:n}=e;const r=(0,ft.useContext)(ZA),o=(0,ft.useMemo)((()=>({...r,...t})),[r,t]);return(0,ft.createElement)(ZA.Provider,{value:o,children:n})}const eT=ZA,tT={},nT=VA("editor.BlockEdit")((e=>{const{attributes:t={},name:n}=e,r=ra(n),o=(0,ft.useContext)(eT),a=(0,ft.useMemo)((()=>r&&r.usesContext?(0,vt.pick)(o,r.usesContext):tT),[r,o]);if(!r)return null;const i=r.edit||r.save;if(r.apiVersion>1)return(0,ft.createElement)(i,bt({},e,{context:a}));const s=ia(r,"className",!0)?Ui(n):null,l=jp()(s,t.className);return(0,ft.createElement)(i,bt({},e,{context:a,className:l}))}));function rT(e){const{name:t,isSelected:n,clientId:r}=e,o={name:t,isSelected:n,clientId:r};return(0,ft.createElement)(jw,{value:(0,ft.useMemo)((()=>o),Object.values(o))},(0,ft.createElement)(nT,e))}const oT=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{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"})),aT=new Set(["alert","status","log","marquee","timer"]);let iT=[],sT=!1;function lT(e){if(sT)return;const t=document.body.children;(0,vt.forEach)(t,(t=>{t!==e&&function(e){const t=e.getAttribute("role");return!("SCRIPT"===e.tagName||e.hasAttribute("aria-hidden")||e.hasAttribute("aria-live")||aT.has(t))}(t)&&(t.setAttribute("aria-hidden","true"),iT.push(t))})),sT=!0}let cT=0;function uT(e){let{bodyOpenClassName:t="modal-open",role:n="dialog",title:r=null,focusOnMount:o=!0,shouldCloseOnEsc:a=!0,shouldCloseOnClickOutside:i=!0,isDismissable:s,isDismissible:l=s||!0,aria:c={labelledby:null,describedby:null},onRequestClose:u,icon:d,closeButtonLabel:p,children:m,style:f,overlayClassName:h,className:g,contentLabel:b,onKeyDown:v,isFullScreen:y=!1}=e;const _=(0,ft.useRef)(),M=mf(uT),k=r?`components-modal-header-${M}`:c.labelledby,w=ch(o),E=lh(),L=uh(),C=ph(u);return(0,ft.useEffect)((()=>(cT++,1===cT&&(lT(_.current),document.body.classList.add(t)),()=>{cT--,0===cT&&(document.body.classList.remove(t),sT&&((0,vt.forEach)(iT,(e=>{e.removeAttribute("aria-hidden")})),iT=[],sT=!1))})),[]),s&&hu("isDismissable prop of the Modal component",{since:"5.4",alternative:"isDismissible prop (renamed) of the Modal component"}),(0,gt.createPortal)((0,ft.createElement)("div",{ref:_,className:jp()("components-modal__screen-overlay",h),onKeyDown:function(e){a&&e.keyCode===Af&&!e.defaultPrevented&&(e.preventDefault(),u&&u(e))}},(0,ft.createElement)(cf,{document},(0,ft.createElement)("div",bt({className:jp()("components-modal__frame",g,{"is-full-screen":y}),style:f,ref:fh([E,L,w]),role:n,"aria-label":b,"aria-labelledby":b?null:k,"aria-describedby":c.describedby,tabIndex:"-1"},i?C:{},{onKeyDown:v}),(0,ft.createElement)("div",{className:"components-modal__content",role:"document"},(0,ft.createElement)("div",{className:"components-modal__header"},(0,ft.createElement)("div",{className:"components-modal__header-heading-container"},d&&(0,ft.createElement)("span",{className:"components-modal__icon-container","aria-hidden":!0},d),r&&(0,ft.createElement)("h1",{id:k,className:"components-modal__header-heading"},r)),l&&(0,ft.createElement)(db,{onClick:u,icon:oT,label:p||vr("Close dialog")})),m)))),document.body)}const dT=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M11 13h2v-2h-2v2zm-6 0h2v-2H5v2zm12-2v2h2v-2h-2z"}));const pT=function(e){let{className:t,actions:n,children:r,secondaryActions:o}=e;return(0,ft.createElement)("div",{className:jp()(t,"block-editor-warning")},(0,ft.createElement)("div",{className:"block-editor-warning__contents"},(0,ft.createElement)("p",{className:"block-editor-warning__message"},r),(ft.Children.count(n)>0||o)&&(0,ft.createElement)("div",{className:"block-editor-warning__actions"},ft.Children.count(n)>0&&ft.Children.map(n,((e,t)=>(0,ft.createElement)("span",{key:t,className:"block-editor-warning__action"},e))),o&&(0,ft.createElement)(Wv,{className:"block-editor-warning__secondary",icon:dT,label:vr("More options"),popoverProps:{position:"bottom left",className:"block-editor-warning__dropdown"},noIcons:!0},(()=>(0,ft.createElement)(Kw,null,o.map(((e,t)=>(0,ft.createElement)(Jw,{onClick:e.onClick,key:t},e.title)))))))))};var mT=n(7630);function fT(e){let{title:t,rawContent:n,renderedContent:r,action:o,actionText:a,className:i}=e;return(0,ft.createElement)("div",{className:i},(0,ft.createElement)("div",{className:"block-editor-block-compare__content"},(0,ft.createElement)("h2",{className:"block-editor-block-compare__heading"},t),(0,ft.createElement)("div",{className:"block-editor-block-compare__html"},n),(0,ft.createElement)("div",{className:"block-editor-block-compare__preview edit-post-visual-editor"},(0,ft.createElement)(vi,null,Ro(r)))),(0,ft.createElement)("div",{className:"block-editor-block-compare__action"},(0,ft.createElement)(db,{variant:"secondary",tabIndex:"0",onClick:o},a)))}const hT=function(e){let{block:t,onKeep:n,onConvert:r,convertor:o,convertButtonText:a}=e;const i=function(e){const t=(0,vt.castArray)(e).map((e=>Ji(e.name,e.attributes,e.innerBlocks)));return t.join("")}(o(t)),s=(l=t.originalContent,c=i,(0,mT.Kx)(l,c).map(((e,t)=>{const n=jp()({"block-editor-block-compare__added":e.added,"block-editor-block-compare__removed":e.removed});return(0,ft.createElement)("span",{key:t,className:n},e.value)})));var l,c;return(0,ft.createElement)("div",{className:"block-editor-block-compare__wrapper"},(0,ft.createElement)(fT,{title:vr("Current"),className:"block-editor-block-compare__current",action:n,actionText:vr("Convert to HTML"),rawContent:t.originalContent,renderedContent:t.originalContent}),(0,ft.createElement)(fT,{title:vr("After Conversion"),className:"block-editor-block-compare__converted",action:r,actionText:a,rawContent:s,renderedContent:i}))};const gT=e=>Il({HTML:e.originalContent}),bT=KA([UA(((e,t)=>{let{clientId:n}=t;return{block:e(Hw).getBlock(n)}})),GA(((e,t)=>{let{block:n}=t;const{replaceBlock:r}=e(Hw);return{convertToClassic(){r(n.clientId,(e=>va("core/freeform",{content:e.originalContent}))(n))},convertToHTML(){r(n.clientId,(e=>va("core/html",{content:e.originalContent}))(n))},convertToBlocks(){r(n.clientId,gT(n))},attemptBlockRecovery(){r(n.clientId,(e=>{let{name:t,attributes:n,innerBlocks:r}=e;return va(t,n,r)})(n))}}}))])((function(e){let{convertToHTML:t,convertToBlocks:n,convertToClassic:r,attemptBlockRecovery:o,block:a}=e;const i=!!ra("core/html"),[s,l]=(0,ft.useState)(!1),c=(0,ft.useCallback)((()=>l(!0)),[]),u=(0,ft.useCallback)((()=>l(!1)),[]),d=(0,ft.useMemo)((()=>[{title:yr("Resolve","imperative verb"),onClick:c},i&&{title:vr("Convert to HTML"),onClick:t},{title:vr("Convert to Classic Block"),onClick:r}].filter(Boolean)),[c,t,r]);return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(pT,{actions:[(0,ft.createElement)(db,{key:"recover",onClick:o,variant:"primary"},vr("Attempt Block Recovery"))],secondaryActions:d},vr("This block contains unexpected or invalid content.")),s&&(0,ft.createElement)(uT,{title:vr("Resolve Block"),onRequestClose:u,className:"block-editor-block-compare"},(0,ft.createElement)(hT,{block:a,onKeep:t,onConvert:n,convertor:gT,convertButtonText:vr("Convert to Blocks")})))})),vT=(0,ft.createElement)(pT,{className:"block-editor-block-list__block-crash-warning"},vr("This block has encountered an error and cannot be previewed.")),yT=()=>vT;class _T extends ft.Component{constructor(){super(...arguments),this.state={hasError:!1}}componentDidCatch(){this.setState({hasError:!0})}render(){return this.state.hasError?this.props.fallback:this.props.children}}const MT=_T;var kT=n(4042);const wT=function(e){let{clientId:t}=e;const[n,r]=(0,ft.useState)(""),o=Nc((e=>e(Hw).getBlock(t)),[t]),{updateBlock:a}=Cp(Hw);return(0,ft.useEffect)((()=>{r(Qi(o))}),[o]),(0,ft.createElement)(kT.Z,{className:"block-editor-block-list__block-html-textarea",value:n,onBlur:()=>{const e=ra(o.name);if(!e)return;const i=rl(e,n,o.attributes),s=n||Ji(e,i),l=!n||function(e,t,n){const r=Oa(e),o={name:r.name,attributes:t,innerBlocks:[],originalContent:n},[a]=Rs(o,r);return a}(e,i,s);a(t,{attributes:i,originalContent:s,isValid:l}),n||r({content:s})},onChange:e=>r(e.target.value)})};let ET=HT();const LT=e=>BT(e,ET);let CT=HT();LT.write=e=>BT(e,CT);let xT=HT();LT.onStart=e=>BT(e,xT);let ST=HT();LT.onFrame=e=>BT(e,ST);let AT=HT();LT.onFinish=e=>BT(e,AT);let TT=[];LT.setTimeout=(e,t)=>{let n=LT.now()+t,r=()=>{let e=TT.findIndex((e=>e.cancel==r));~e&&TT.splice(e,1),YT.count-=~e?1:0},o={time:n,handler:e,cancel:r};return TT.splice(zT(n),0,o),YT.count+=1,IT(),o};let zT=e=>~(~TT.findIndex((t=>t.time>e))||~TT.length);LT.cancel=e=>{ET.delete(e),CT.delete(e)},LT.sync=e=>{DT=!0,LT.batchedUpdates(e),DT=!1},LT.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,LT.onStart(n)}return r.handler=e,r.cancel=()=>{xT.delete(n),t=null},r};let NT="undefined"!=typeof window?window.requestAnimationFrame:()=>{};LT.use=e=>NT=e,LT.now="undefined"!=typeof performance?()=>performance.now():Date.now,LT.batchedUpdates=e=>e(),LT.catch=console.error,LT.frameLoop="always",LT.advance=()=>{"demand"!==LT.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):RT()};let OT=-1,DT=!1;function BT(e,t){DT?(t.delete(e),e(0)):(t.add(e),IT())}function IT(){OT<0&&(OT=0,"demand"!==LT.frameLoop&&NT(PT))}function PT(){~OT&&(NT(PT),LT.batchedUpdates(RT))}function RT(){let e=OT;OT=LT.now();let t=zT(OT);t&&(WT(TT.splice(0,t),(e=>e.handler())),YT.count-=t),xT.flush(),ET.flush(e?Math.min(64,OT-e):16.667),ST.flush(),CT.flush(),AT.flush()}function HT(){let e=new Set,t=e;return{add(n){YT.count+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(YT.count-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,YT.count-=t.size,WT(t,(t=>t(n)&&e.add(t))),YT.count+=e.size,t=e)}}}function WT(e,t){e.forEach((e=>{try{t(e)}catch(e){LT.catch(e)}}))}const YT={count:0,clear(){OT=-1,TT=[],xT=HT(),ET=HT(),ST=HT(),CT=HT(),AT=HT(),YT.count=0}};function jT(){}const qT={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function FT(e,t){if(qT.arr(e)){if(!qT.arr(t)||e.length!==t.length)return!1;for(let n=0;ne.forEach(t);function XT(e,t,n){if(qT.arr(e))for(let r=0;rqT.und(e)?[]:qT.arr(e)?e:[e];function $T(e,t){if(e.size){const n=Array.from(e);e.clear(),VT(n,t)}}const GT=(e,...t)=>$T(e,(e=>e(...t)));let KT,JT,ZT=null,QT=!1,ez=jT;var tz=Object.freeze({__proto__:null,get createStringInterpolator(){return KT},get to(){return JT},get colors(){return ZT},get skipAnimation(){return QT},get willAdvance(){return ez},assign:e=>{e.to&&(JT=e.to),e.now&&(LT.now=e.now),void 0!==e.colors&&(ZT=e.colors),null!=e.skipAnimation&&(QT=e.skipAnimation),e.createStringInterpolator&&(KT=e.createStringInterpolator),e.requestAnimationFrame&<.use(e.requestAnimationFrame),e.batchedUpdates&&(LT.batchedUpdates=e.batchedUpdates),e.willAdvance&&(ez=e.willAdvance),e.frameLoop&&(LT.frameLoop=e.frameLoop)}});const nz=new Set;let rz=[],oz=[],az=0;const iz={get idle(){return!nz.size&&!rz.length},start(e){az>e.priority?(nz.add(e),LT.onStart(sz)):(lz(e),LT(uz))},advance:uz,sort(e){if(az)LT.onFrame((()=>iz.sort(e)));else{const t=rz.indexOf(e);~t&&(rz.splice(t,1),cz(e))}},clear(){rz=[],nz.clear()}};function sz(){nz.forEach(lz),nz.clear(),LT(uz)}function lz(e){rz.includes(e)||cz(e)}function cz(e){rz.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(rz,(t=>t.priority>e.priority)),0,e)}function uz(e){const t=oz;for(let n=0;n0}const dz="[-+]?\\d*\\.?\\d+",pz=dz+"%";function mz(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}const fz=new RegExp("rgb"+mz(dz,dz,dz)),hz=new RegExp("rgba"+mz(dz,dz,dz,dz)),gz=new RegExp("hsl"+mz(dz,pz,pz)),bz=new RegExp("hsla"+mz(dz,pz,pz,dz)),vz=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,yz=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,_z=/^#([0-9a-fA-F]{6})$/,Mz=/^#([0-9a-fA-F]{8})$/;function kz(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function wz(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,o=2*n-r,a=kz(o,r,e+1/3),i=kz(o,r,e),s=kz(o,r,e-1/3);return Math.round(255*a)<<24|Math.round(255*i)<<16|Math.round(255*s)<<8}function Ez(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Lz(e){return(parseFloat(e)%360+360)%360/360}function Cz(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function xz(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function Sz(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=_z.exec(e))?parseInt(t[1]+"ff",16)>>>0:ZT&&void 0!==ZT[e]?ZT[e]:(t=fz.exec(e))?(Ez(t[1])<<24|Ez(t[2])<<16|Ez(t[3])<<8|255)>>>0:(t=hz.exec(e))?(Ez(t[1])<<24|Ez(t[2])<<16|Ez(t[3])<<8|Cz(t[4]))>>>0:(t=vz.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Mz.exec(e))?parseInt(t[1],16)>>>0:(t=yz.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=gz.exec(e))?(255|wz(Lz(t[1]),xz(t[2]),xz(t[3])))>>>0:(t=bz.exec(e))?(wz(Lz(t[1]),xz(t[2]),xz(t[3]))|Cz(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const Az=(e,t,n)=>{if(qT.fun(e))return e;if(qT.arr(e))return Az({range:e,output:t,extrapolate:n});if(qT.str(e.output[0]))return KT(e);const r=e,o=r.output,a=r.range||[0,1],i=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n=e);++n);return n-1}(e,a);return function(e,t,n,r,o,a,i,s,l){let c=l?l(e):e;if(cn){if("identity"===s)return c;"clamp"===s&&(c=n)}if(r===o)return r;if(t===n)return e<=t?r:o;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=a(c),r===-1/0?c=-c:o===1/0?c+=r:c=c*(o-r)+r;return c}(e,a[t],a[t+1],o[t],o[t+1],l,i,s,r.map)}};function Tz(){return Tz=Object.assign||function(e){for(var t=1;tBoolean(e&&e[zz]),Dz=e=>e&&e[zz]?e[zz]():e,Bz=e=>e[Nz]||null;function Iz(e,t){let n=e[Nz];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}class Pz{constructor(e){if(this[zz]=void 0,this[Nz]=void 0,!e&&!(e=this.get))throw Error("Unknown getter");Rz(this,e)}}const Rz=(e,t)=>Yz(e,zz,t);function Hz(e,t){if(e[zz]){let n=e[Nz];n||Yz(e,Nz,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function Wz(e,t){let n=e[Nz];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[Nz]=null,e.observerRemoved&&e.observerRemoved(r,t)}}const Yz=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),jz=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,qz=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Fz=new RegExp(`(${jz.source})(%|[a-z]+)`,"i");let Vz;const Xz=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,Uz=(e,t,n,r,o)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${o})`,$z=e=>{Vz||(Vz=ZT?new RegExp(`(${Object.keys(ZT).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>Dz(e).replace(qz,Sz).replace(Vz,Sz))),n=t.map((e=>e.match(jz).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),o=r.map((t=>Az(Tz({},e,{output:t}))));return e=>{var n;const r=!Fz.test(t[0])&&(null==(n=t.find((e=>Fz.test(e))))?void 0:n.replace(jz,""));let a=0;return t[0].replace(jz,(()=>`${o[a++](e)}${r||""}`)).replace(Xz,Uz)}},Gz=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError("react-spring: once requires a function parameter");return(...e)=>{n||(t(...e),n=!0)}},Kz=Gz(console.warn);const Jz=Gz(console.warn);function Zz(e){return qT.str(e)&&("#"==e[0]||/\d/.test(e)||e in(ZT||{}))}const Qz=e=>(0,ft.useEffect)(e,eN),eN=[];function tN(){const e=(0,ft.useState)()[1],t=(0,ft.useState)(nN)[0];return Qz(t.unmount),()=>{t.current&&e({})}}function nN(){const e={current:!0,unmount:()=>()=>{e.current=!1}};return e}function rN(e){const t=(0,ft.useRef)();return(0,ft.useEffect)((()=>{t.current=e})),t.current}const oN="undefined"!=typeof window&&window.document&&window.document.createElement?ft.useLayoutEffect:ft.useEffect,aN=Symbol.for("Animated:node"),iN=e=>e&&e[aN],sN=(e,t)=>{return n=e,r=aN,o=t,Object.defineProperty(n,r,{value:o,writable:!0,configurable:!0});var n,r,o},lN=e=>e&&e[aN]&&e[aN].getPayload();class cN{constructor(){this.payload=void 0,sN(this,this)}getPayload(){return this.payload||[]}}class uN extends cN{constructor(e){super(),this.done=!0,this.elapsedTime=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.v0=void 0,this.durationProgress=0,this._value=e,qT.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new uN(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return qT.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,qT.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}class dN extends uN{constructor(e){super(0),this._string=null,this._toString=void 0,this._toString=Az({output:[e,e]})}static create(e){return new dN(e)}getValue(){let e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(qT.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=Az({output:[this.getValue(),e]})),this._value=0,super.reset()}}const pN={dependencies:null};class mN extends cN{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return XT(this.source,((n,r)=>{var o;(o=n)&&o[aN]===o?t[r]=n.getValue(e):Oz(n)?t[r]=Dz(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&VT(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return XT(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){pN.dependencies&&Oz(e)&&pN.dependencies.add(e);const t=lN(e);t&&VT(t,(e=>this.add(e)))}}class fN extends mN{constructor(e){super(e)}static create(e){return new fN(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(hN)),!0)}}function hN(e){return(Zz(e)?dN:uN).create(e)}function gN(e){const t=iN(e);return t?t.constructor:qT.arr(e)?fN:Zz(e)?dN:uN}function bN(){return bN=Object.assign||function(e){for(var t=1;t{const n=!qT.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,ft.forwardRef)(((r,o)=>{const a=(0,ft.useRef)(null),i=n&&(0,ft.useCallback)((e=>{a.current=function(e,t){e&&(qT.fun(e)?e(t):e.current=t);return t}(o,e)}),[o]),[s,l]=function(e,t){const n=new Set;pN.dependencies=n,e.style&&(e=bN({},e,{style:t.createAnimatedStyle(e.style)}));return e=new mN(e),pN.dependencies=null,[e,n]}(r,t),c=tN(),u=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,s.getValue(!0)))&&c()},d=new yN(u,l),p=(0,ft.useRef)();oN((()=>{const e=p.current;p.current=d,VT(l,(e=>Hz(e,d))),e&&(VT(e.deps,(t=>Wz(t,e))),LT.cancel(e.update))})),(0,ft.useEffect)(u,[]),Qz((()=>()=>{const e=p.current;VT(e.deps,(t=>Wz(t,e)))}));const m=t.getComponentProps(s.getValue());return ft.createElement(e,bN({},m,{ref:i}))}))};class yN{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&<.write(this.update)}}const _N=Symbol.for("AnimatedComponent"),MN=e=>qT.str(e)?e:e&&qT.str(e.displayName)?e.displayName:qT.fun(e)&&e.name||null;function kN(){return kN=Object.assign||function(e){for(var t=1;t!0===e||!!(t&&e&&(qT.fun(e)?e(t):UT(e).includes(t))),LN=(e,t)=>qT.obj(e)?t&&e[t]:e,CN=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,xN=e=>e,SN=(e,t=xN)=>{let n=AN;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const o of n){const n=t(e[o],o);qT.und(n)||(r[o]=n)}return r},AN=["config","onProps","onStart","onChange","onPause","onResume","onRest"],TN={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function zN(e){const t=function(e){const t={};let n=0;if(XT(e,((e,r)=>{TN[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return XT(e,((e,r)=>r in t||(n[r]=e))),n}return kN({},e)}function NN(e){return e=Dz(e),qT.arr(e)?e.map(NN):Zz(e)?tz.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function ON(e){for(const t in e)return!0;return!1}function DN(e){return qT.fun(e)||qT.arr(e)&&qT.obj(e[0])}function BN(e,t){var n;null==(n=e.ref)||n.delete(e),null==t||t.delete(e)}function IN(e,t){var n;t&&e.ref!==t&&(null==(n=e.ref)||n.delete(e),t.add(e),e.ref=t)}const PN=kN({},{tension:170,friction:26},{mass:1,damping:1,easing:e=>e,clamp:!1});class RN{constructor(){this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,PN)}}function HN(e,t){if(qT.und(t.decay)){const n=!qT.und(t.tension)||!qT.und(t.friction);!n&&qT.und(t.frequency)&&qT.und(t.damping)&&qT.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}const WN=[];class YN{constructor(){this.changed=!1,this.values=WN,this.toValues=null,this.fromValues=WN,this.to=void 0,this.from=void 0,this.config=new RN,this.immediate=!1}}function jN(e,{key:t,props:n,defaultProps:r,state:o,actions:a}){return new Promise(((i,s)=>{var l;let c,u,d=EN(null!=(l=n.cancel)?l:null==r?void 0:r.cancel,t);if(d)f();else{qT.und(n.pause)||(o.paused=EN(n.pause,t));let e=null==r?void 0:r.pause;!0!==e&&(e=o.paused||EN(e,t)),c=wN(n.delay||0,t),e?(o.resumeQueue.add(m),a.pause()):(a.resume(),m())}function p(){o.resumeQueue.add(m),o.timeouts.delete(u),u.cancel(),c=u.time-LT.now()}function m(){c>0?(u=LT.setTimeout(f,c),o.pauseQueue.add(p),o.timeouts.add(u)):f()}function f(){o.pauseQueue.delete(p),o.timeouts.delete(u),e<=(o.cancelId||0)&&(d=!0);try{a.start(kN({},n,{callId:e,cancel:d}),i)}catch(e){s(e)}}}))}const qN=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?XN(e.get()):t.every((e=>e.noop))?FN(e.get()):VN(e.get(),t.every((e=>e.finished))),FN=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),VN=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),XN=e=>({value:e,cancelled:!0,finished:!1});function UN(e,t,n,r){const{callId:o,parentId:a,onRest:i}=t,{asyncTo:s,promise:l}=n;return a||e!==s||t.reset?n.promise=(async()=>{n.asyncId=o,n.asyncTo=e;const c=SN(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const p=new Promise(((e,t)=>(u=e,d=t))),m=e=>{const t=o<=(n.cancelId||0)&&XN(r)||o!==n.asyncId&&VN(r,!1);if(t)throw e.result=t,d(e),e},f=(e,t)=>{const a=new GN,i=new KN;return(async()=>{if(tz.skipAnimation)throw $N(n),i.result=VN(r,!1),d(i),i;m(a);const s=qT.obj(e)?kN({},e):kN({},t,{to:e});s.parentId=o,XT(c,((e,t)=>{qT.und(s[t])&&(s[t]=e)}));const l=await r.start(s);return m(a),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),l})()};let h;if(tz.skipAnimation)return $N(n),VN(r,!1);try{let t;t=qT.arr(e)?(async e=>{for(const t of e)await f(t)})(e):Promise.resolve(e(f,r.stop.bind(r))),await Promise.all([t.then(u),p]),h=VN(r.get(),!0,!1)}catch(e){if(e instanceof GN)h=e.result;else{if(!(e instanceof KN))throw e;h=e.result}}finally{o==n.asyncId&&(n.asyncId=a,n.asyncTo=a?s:void 0,n.promise=a?l:void 0)}return qT.fun(i)&<.batchedUpdates((()=>{i(h,r,r.item)})),h})():l}function $N(e,t){$T(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}class GN extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise."),this.result=void 0}}class KN extends Error{constructor(){super("SkipAnimationSignal"),this.result=void 0}}const JN=e=>e instanceof QN;let ZN=1;class QN extends Pz{constructor(...e){super(...e),this.id=ZN++,this.key=void 0,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=iN(this);return e&&e.getValue()}to(...e){return tz.to(this,e)}interpolate(...e){return Kz('react-spring: The "interpolate" function is deprecated in v9 (use "to" instead)'),tz.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){Iz(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||iz.sort(this),Iz(this,{type:"priority",parent:this,priority:e})}}const eO=Symbol.for("SpringPhase"),tO=e=>(1&e[eO])>0,nO=e=>(2&e[eO])>0,rO=e=>(4&e[eO])>0,oO=(e,t)=>t?e[eO]|=3:e[eO]&=-3,aO=(e,t)=>t?e[eO]|=4:e[eO]&=-5;class iO extends QN{constructor(e,t){if(super(),this.key=void 0,this.animation=new YN,this.queue=void 0,this.defaultProps={},this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!qT.und(e)||!qT.und(t)){const n=qT.obj(e)?kN({},e):kN({},t,{from:e});qT.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(nO(this)||this._state.asyncTo)||rO(this)}get goal(){return Dz(this.animation.to)}get velocity(){const e=iN(this);return e instanceof uN?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return tO(this)}get isAnimating(){return nO(this)}get isPaused(){return rO(this)}advance(e){let t=!0,n=!1;const r=this.animation;let{config:o,toValues:a}=r;const i=lN(r.to);!i&&Oz(r.to)&&(a=UT(Dz(r.to))),r.values.forEach(((s,l)=>{if(s.done)return;const c=s.constructor==dN?1:i?i[l].lastPosition:a[l];let u=r.immediate,d=c;if(!u){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[l],a=null!=s.v0?s.v0:s.v0=qT.arr(o.velocity)?o.velocity[l]:o.velocity;let i;if(qT.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+a/(1-e)*(1-r),u=Math.abs(s.lastPosition-d)<.1,i=a*r}else{i=null==s.lastVelocity?a:s.lastVelocity;const t=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n))),r=o.restVelocity||t/10,l=o.clamp?0:o.bounce,p=!qT.und(l),m=n==c?s.v0>0:nr,f||(u=Math.abs(c-d)<=t,!u));++e){p&&(h=d==c||d>c==m,h&&(i=-i*l,d=c));i+=(1e-6*-o.tension*(d-c)+.001*-o.friction*i)/o.mass*g,d+=i*g}}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(c-n),i=(d-s.lastPosition)/e,u=1==r}s.lastVelocity=i,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}i&&!i[l].done&&(u=!1),u?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)}));const s=iN(this),l=s.getValue();if(t){const e=Dz(r.to);l===e&&!n||o.decay?n&&o.decay&&this._onChange(l):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(l)}set(e){return LT.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(nO(this)){const{to:e,config:t}=this.animation;LT.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return qT.und(e)?(n=this.queue||[],this.queue=[]):n=[qT.obj(e)?e:kN({},t,{to:e})],Promise.all(n.map((e=>this._update(e)))).then((e=>qN(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),$N(this._state,e&&this._lastCallId),LT.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=qT.obj(n)?n[t]:n,(null==n||DN(n))&&(n=void 0),r=qT.obj(r)?r[t]:r,null==r&&(r=void 0);const o={to:n,from:r};return tO(this)||(e.reverse&&([n,r]=[r,n]),r=Dz(r),qT.und(r)?iN(this)||this._set(n):this._set(r)),o}_update(e,t){let n=kN({},e);const{key:r,defaultProps:o}=this;n.default&&Object.assign(o,SN(n,((e,t)=>/^on/.test(t)?LN(e,r):e))),mO(this,n,"onProps"),fO(this,"onProps",n,this);const a=this._prepareNode(n);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const i=this._state;return jN(++this._lastCallId,{key:r,props:n,defaultProps:o,state:i,actions:{pause:()=>{rO(this)||(aO(this,!0),GT(i.pauseQueue),fO(this,"onPause",VN(this,sO(this,this.animation.to)),this))},resume:()=>{rO(this)&&(aO(this,!1),nO(this)&&this._resume(),GT(i.resumeQueue),fO(this,"onResume",VN(this,sO(this,this.animation.to)),this))},start:this._merge.bind(this,a)}}).then((e=>{if(n.loop&&e.finished&&(!t||!e.noop)){const e=lO(n);if(e)return this._update(e,!0)}return e}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(XN(this));const r=!qT.und(e.to),o=!qT.und(e.from);if(r||o){if(!(t.callId>this._lastToId))return n(XN(this));this._lastToId=t.callId}const{key:a,defaultProps:i,animation:s}=this,{to:l,from:c}=s;let{to:u=l,from:d=c}=e;!o||r||t.default&&!qT.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const p=!FT(d,c);p&&(s.from=d),d=Dz(d);const m=!FT(u,l);m&&this._focus(u);const f=DN(t.to),{config:h}=s,{decay:g,velocity:b}=h;(r||o)&&(h.velocity=0),t.config&&!f&&function(e,t,n){n&&(HN(n=kN({},n),t),t=kN({},n,t)),HN(e,t),Object.assign(e,t);for(const t in PN)null==e[t]&&(e[t]=PN[t]);let{mass:r,frequency:o,damping:a}=e;qT.und(o)||(o<.01&&(o=.01),a<0&&(a=0),e.tension=Math.pow(2*Math.PI/o,2)*r,e.friction=4*Math.PI*a*r/o)}(h,wN(t.config,a),t.config!==i.config?wN(i.config,a):void 0);let v=iN(this);if(!v||qT.und(u))return n(VN(this,!0));const y=qT.und(t.reset)?o&&!t.default:!qT.und(d)&&EN(t.reset,a),_=y?d:this.get(),M=NN(u),k=qT.num(M)||qT.arr(M)||Zz(M),w=!f&&(!k||EN(i.immediate||t.immediate,a));if(m){const e=gN(u);if(e!==v.constructor){if(!w)throw Error(`Cannot animate between ${v.constructor.name} and ${e.name}, as the "to" prop suggests`);v=this._set(M)}}const E=v.constructor;let L=Oz(u),C=!1;if(!L){const e=y||!tO(this)&&p;(m||e)&&(C=FT(NN(_),M),L=!C),(FT(s.immediate,w)||w)&&FT(h.decay,g)&&FT(h.velocity,b)||(L=!0)}if(C&&nO(this)&&(s.changed&&!y?L=!0:L||this._stop(l)),!f&&((L||Oz(l))&&(s.values=v.getPayload(),s.toValues=Oz(u)?null:E==dN?[1]:UT(M)),s.immediate!=w&&(s.immediate=w,w||y||this._set(l)),L)){const{onRest:e}=s;VT(pO,(e=>mO(this,t,e)));const r=VN(this,sO(this,l));GT(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&<.batchedUpdates((()=>{s.changed=!y,null==e||e(r,this),y?wN(i.onRest,r):null==s.onStart||s.onStart(r,this)}))}y&&this._set(_),f?n(UN(t.to,t,this._state,this)):L?this._start():nO(this)&&!m?this._pendingCalls.add(n):n(FN(_))}_focus(e){const t=this.animation;e!==t.to&&(Bz(this)&&this._detach(),t.to=e,Bz(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;Oz(t)&&(Hz(t,this),JN(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;Oz(e)&&Wz(e,this)}_set(e,t=!0){const n=Dz(e);if(!qT.und(n)){const e=iN(this);if(!e||!FT(n,e.getValue())){const r=gN(n);e&&e.constructor==r?e.setValue(n):sN(this,r.create(n)),e&<.batchedUpdates((()=>{this._onChange(n,t)}))}}return iN(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,fO(this,"onStart",VN(this,sO(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),wN(this.animation.onChange,e,this)),wN(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;iN(this).reset(Dz(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),nO(this)||(oO(this,!0),rO(this)||this._resume())}_resume(){tz.skipAnimation?this.finish():iz.start(this)}_stop(e,t){if(nO(this)){oO(this,!1);const n=this.animation;VT(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),Iz(this,{type:"idle",parent:this});const r=t?XN(this.get()):VN(this.get(),sO(this,null!=e?e:n.to));GT(this._pendingCalls,r),n.changed&&(n.changed=!1,fO(this,"onRest",r,this))}}}function sO(e,t){const n=NN(t);return FT(NN(e.get()),n)}function lO(e,t=e.loop,n=e.to){let r=wN(t);if(r){const o=!0!==r&&zN(r),a=(o||e).reverse,i=!o||o.reset;return cO(kN({},e,{loop:t,default:!1,pause:void 0,to:!a||DN(n)?n:void 0,from:i?e.from:void 0,reset:i},o))}}function cO(e){const{to:t,from:n}=e=zN(e),r=new Set;return qT.obj(t)&&dO(t,r),qT.obj(n)&&dO(n,r),e.keys=r.size?Array.from(r):null,e}function uO(e){const t=cO(e);return qT.und(t.default)&&(t.default=SN(t)),t}function dO(e,t){XT(e,((e,n)=>null!=e&&t.add(n)))}const pO=["onStart","onRest","onChange","onPause","onResume"];function mO(e,t,n){e.animation[n]=t[n]!==CN(t,n)?LN(t[n],e.key):void 0}function fO(e,t,...n){var r,o,a,i;null==(r=(o=e.animation)[t])||r.call(o,...n),null==(a=(i=e.defaultProps)[t])||a.call(i,...n)}const hO=["onStart","onChange","onRest"];let gO=1;class bO{constructor(e,t){this.id=gO++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(kN({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];qT.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(cO(e)),this}start(e){let{queue:t}=this;return e?t=UT(e).map(cO):this.queue=[],this._flush?this._flush(this,t):(EO(this,t),vO(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;VT(UT(t),(t=>n[t].stop(!!e)))}else $N(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(qT.und(e))this.start({pause:!0});else{const t=this.springs;VT(UT(e),(e=>t[e].pause()))}return this}resume(e){if(qT.und(e))this.start({pause:!1});else{const t=this.springs;VT(UT(e),(e=>t[e].resume()))}return this}each(e){XT(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,o=this._changed.size>0;(r&&!this._started||o&&!this._started)&&(this._started=!0,$T(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const a=!r&&this._started,i=o||a&&n.size?this.get():null;o&&t.size&&$T(t,(([e,t])=>{t.value=i,e(t,this,this._item)})),a&&(this._started=!1,$T(n,(([e,t])=>{t.value=i,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}LT.onFrame(this._onFrame)}}function vO(e,t){return Promise.all(t.map((t=>yO(e,t)))).then((t=>qN(e,t)))}async function yO(e,t,n){const{keys:r,to:o,from:a,loop:i,onRest:s,onResolve:l}=t,c=qT.obj(t.default)&&t.default;i&&(t.loop=!1),!1===o&&(t.to=null),!1===a&&(t.from=null);const u=qT.arr(o)||qT.fun(o)?o:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):VT(hO,(n=>{const r=t[n];if(qT.fun(r)){const o=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=o.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):o.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,GT(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const p=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),m=!0===t.cancel||!0===CN(t,"cancel");(u||m&&d.asyncId)&&p.push(jN(++e._lastAsyncId,{props:t,state:d,actions:{pause:jT,resume:jT,start(t,n){m?($N(d,e._lastAsyncId),n(XN(e))):(t.onRest=s,n(UN(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const f=qN(e,await Promise.all(p));if(i&&f.finished&&(!n||!f.noop)){const n=lO(t,i,o);if(n)return EO(e,[n]),yO(e,n,!0)}return l&<.batchedUpdates((()=>l(f,e,e.item))),f}function _O(e,t){const n=kN({},e.springs);return t&&VT(UT(t),(e=>{qT.und(e.keys)&&(e=cO(e)),qT.obj(e.to)||(e=kN({},e,{to:void 0})),wO(n,e,(e=>kO(e)))})),MO(e,n),n}function MO(e,t){XT(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,Hz(t,e))}))}function kO(e,t){const n=new iO;return n.key=e,t&&Hz(n,t),n}function wO(e,t,n){t.keys&&VT(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function EO(e,t){VT(t,(t=>{wO(e.springs,t,(t=>kO(t,e)))}))}function LO(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const CO=["children"],xO=e=>{let{children:t}=e,n=LO(e,CO);const r=(0,ft.useContext)(SO),o=n.pause||!!r.pause,a=n.immediate||!!r.immediate;n=function(e,t){const[n]=(0,ft.useState)((()=>({inputs:t,result:e()}))),r=(0,ft.useRef)(),o=r.current;let a=o;if(a){const n=Boolean(t&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n{r.current=a,o==n&&(n.inputs=n.result=void 0)}),[a]),a.result}((()=>({pause:o,immediate:a})),[o,a]);const{Provider:i}=SO;return ft.createElement(i,{value:n},t)},SO=(AO=xO,TO={},Object.assign(AO,ft.createContext(TO)),AO.Provider._context=AO,AO.Consumer._context=AO,AO);var AO,TO;xO.Provider=SO.Provider,xO.Consumer=SO.Consumer;const zO=()=>{const e=[],t=function(t){Jz('react-spring: Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions');const r=[];return VT(e,((e,o)=>{if(qT.und(t))r.push(e.start());else{const a=n(t,e,o);a&&r.push(e.start(a))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return VT(e,(e=>e.pause(...arguments))),this},t.resume=function(){return VT(e,(e=>e.resume(...arguments))),this},t.set=function(t){VT(e,(e=>e.set(t)))},t.start=function(t){const n=[];return VT(e,((e,r)=>{if(qT.und(t))n.push(e.start());else{const o=this._getProps(t,e,r);o&&n.push(e.start(o))}})),n},t.stop=function(){return VT(e,(e=>e.stop(...arguments))),this},t.update=function(t){return VT(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return qT.fun(e)?e(n,t):e};return t._getProps=n,t};function NO(e,t,n){const r=qT.fun(t)&&t;r&&!n&&(n=[]);const o=(0,ft.useMemo)((()=>r||3==arguments.length?zO():void 0),[]),a=(0,ft.useRef)(0),i=tN(),s=(0,ft.useMemo)((()=>({ctrls:[],queue:[],flush(e,t){const n=_O(e,t);return a.current>0&&!s.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?vO(e,t):new Promise((r=>{MO(e,n),s.queue.push((()=>{r(vO(e,t))})),i()}))}})),[]),l=(0,ft.useRef)([...s.ctrls]),c=[],u=rN(e)||0;function d(e,n){for(let o=e;o{VT(l.current.slice(e,u),(e=>{BN(e,o),e.stop(!0)})),l.current.length=e,d(u,e)}),[e]),(0,ft.useMemo)((()=>{d(0,Math.min(u,e))}),n);const p=l.current.map(((e,t)=>_O(e,c[t]))),m=(0,ft.useContext)(xO),f=rN(m),h=m!==f&&ON(m);oN((()=>{a.current++,s.ctrls=l.current;const{queue:e}=s;e.length&&(s.queue=[],VT(e,(e=>e()))),VT(l.current,((e,t)=>{null==o||o.add(e),h&&e.start({default:m});const n=c[t];n&&(IN(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),Qz((()=>()=>{VT(s.ctrls,(e=>e.stop(!0)))}));const g=p.map((e=>kN({},e)));return o?[g,o]:g}function OO(e,t){const n=qT.fun(e),[[r],o]=NO(1,n?e:[e],n?t||[]:t);return n||2==arguments.length?[r,o]:r}let DO;!function(e){e.MOUNT="mount",e.ENTER="enter",e.UPDATE="update",e.LEAVE="leave"}(DO||(DO={}));class BO extends QN{constructor(e,t){super(),this.key=void 0,this.idle=!0,this.calc=void 0,this._active=new Set,this.source=e,this.calc=Az(...t);const n=this._get(),r=gN(n);sN(this,r.create(n))}advance(e){const t=this._get();FT(t,this.get())||(iN(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&PO(this._active)&&RO(this)}_get(){const e=qT.arr(this.source)?this.source.map(Dz):UT(Dz(this.source));return this.calc(...e)}_start(){this.idle&&!PO(this._active)&&(this.idle=!1,VT(lN(this),(e=>{e.done=!1})),tz.skipAnimation?(LT.batchedUpdates((()=>this.advance())),RO(this)):iz.start(this))}_attach(){let e=1;VT(UT(this.source),(t=>{Oz(t)&&Hz(t,this),JN(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){VT(UT(this.source),(e=>{Oz(e)&&Wz(e,this)})),this._active.clear(),RO(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=UT(this.source).reduce(((e,t)=>Math.max(e,(JN(t)?t.priority:0)+1)),0))}}function IO(e){return!1!==e.idle}function PO(e){return!e.size||Array.from(e).every(IO)}function RO(e){e.idle||(e.idle=!0,VT(lN(e),(e=>{e.done=!0})),Iz(e,{type:"idle",parent:e}))}tz.assign({createStringInterpolator:$z,to:(e,t)=>new BO(e,t)});iz.advance;function HO(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const WO=["style","children","scrollTop","scrollLeft"],YO=/^--/;function jO(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||YO.test(e)||FO.hasOwnProperty(e)&&FO[e]?(""+t).trim():t+"px"}const qO={};let FO={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const VO=["Webkit","Ms","Moz","O"];FO=Object.keys(FO).reduce(((e,t)=>(VO.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),FO);const XO=["x","y","z"],UO=/^(matrix|translate|scale|rotate|skew)/,$O=/^(translate)/,GO=/^(rotate|skew)/,KO=(e,t)=>qT.num(e)&&0!==e?e+t:e,JO=(e,t)=>qT.arr(e)?e.every((e=>JO(e,t))):qT.num(e)?e===t:parseFloat(e)===t;class ZO extends mN{constructor(e){let{x:t,y:n,z:r}=e,o=HO(e,XO);const a=[],i=[];(t||n||r)&&(a.push([t||0,n||0,r||0]),i.push((e=>[`translate3d(${e.map((e=>KO(e,"px"))).join(",")})`,JO(e,0)]))),XT(o,((e,t)=>{if("transform"===t)a.push([e||""]),i.push((e=>[e,""===e]));else if(UO.test(t)){if(delete o[t],qT.und(e))return;const n=$O.test(t)?"px":GO.test(t)?"deg":"";a.push(UT(e)),i.push("rotate3d"===t?([e,t,r,o])=>[`rotate3d(${e},${t},${r},${KO(o,n)})`,JO(o,0)]:e=>[`${t}(${e.map((e=>KO(e,n))).join(",")})`,JO(e,t.startsWith("scale")?1:0)])}})),a.length&&(o.transform=new QO(a,i)),super(o)}}class QO extends Pz{constructor(e,t){super(),this._value=null,this.inputs=e,this.transforms=t}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return VT(this.inputs,((n,r)=>{const o=Dz(n[0]),[a,i]=this.transforms[r](qT.arr(o)?o:n.map(Dz));e+=" "+a,t=t&&i})),t?"none":e}observerAdded(e){1==e&&VT(this.inputs,(e=>VT(e,(e=>Oz(e)&&Hz(e,this)))))}observerRemoved(e){0==e&&VT(this.inputs,(e=>VT(e,(e=>Oz(e)&&Wz(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),Iz(this,e)}}const eD=["scrollTop","scrollLeft"];tz.assign({batchedUpdates:gt.unstable_batchedUpdates,createStringInterpolator:$z,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});const tD=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:n=(e=>new mN(e)),getComponentProps:r=(e=>e)}={})=>{const o={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},a=e=>{const t=MN(e)||"Anonymous";return(e=qT.str(e)?a[e]||(a[e]=vN(e,o)):e[_N]||(e[_N]=vN(e,o))).displayName=`Animated(${t})`,e};return XT(e,((t,n)=>{qT.arr(e)&&(n=MN(t)),a[n]=a(t)})),{animated:a}})(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,r=t,{style:o,children:a,scrollTop:i,scrollLeft:s}=r,l=HO(r,WO),c=Object.values(l),u=Object.keys(l).map((t=>n||e.hasAttribute(t)?t:qO[t]||(qO[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==a&&(e.textContent=a);for(let t in o)if(o.hasOwnProperty(t)){const n=jO(t,o[t]);YO.test(t)?e.style.setProperty(t,n):e.style[t]=n}u.forEach(((t,n)=>{e.setAttribute(t,c[n])})),void 0!==i&&(e.scrollTop=i),void 0!==s&&(e.scrollLeft=s)},createAnimatedStyle:e=>new ZO(e),getComponentProps:e=>HO(e,eD)}),nD=tD.animated;function rD(e){return Io(e.ownerDocument.defaultView),e.ownerDocument.defaultView.getComputedStyle(e)}function oD(e){if(e){if(e.scrollHeight>e.clientHeight){const{overflowY:t}=rD(e);if(/(auto|scroll)/.test(t))return e}return oD(e.parentNode)}}const aD=e=>e+1,iD=e=>({top:e.offsetTop,left:e.offsetLeft});const sD=function(e){let{isSelected:t,adjustScrolling:n,enableAnimation:r,triggerAnimationOnChange:o}=e;const a=(0,ft.useRef)(),i=KS()||!r,[s,l]=(0,ft.useReducer)(aD,0),[c,u]=(0,ft.useReducer)(aD,0),[d,p]=(0,ft.useState)({x:0,y:0}),m=(0,ft.useMemo)((()=>a.current?iD(a.current):null),[o]),f=(0,ft.useMemo)((()=>{if(!n||!a.current)return()=>{};const e=oD(a.current);if(!e)return()=>{};const t=a.current.getBoundingClientRect();return()=>{const n=a.current.getBoundingClientRect().top-t.top;n&&(e.scrollTop+=n)}}),[o,n]);function h(e){let{value:n}=e,{x:r,y:o}=n;r=Math.round(r),o=Math.round(o),r===h.x&&o===h.y||(!function(e){let{x:n,y:r}=e;if(!a.current)return;const o=0===n&&0===r;a.current.style.transformOrigin=o?"":"center",a.current.style.transform=o?"":`translate3d(${n}px,${r}px,0)`,a.current.style.zIndex=!t||o?"":"1",f()}({x:r,y:o}),h.x=r,h.y=o)}return(0,ft.useLayoutEffect)((()=>{s&&u()}),[s]),(0,ft.useLayoutEffect)((()=>{if(!m)return;if(i)return void f();a.current.style.transform="";const e=iD(a.current);l(),p({x:Math.round(m.left-e.left),y:Math.round(m.top-e.top)})}),[o]),h.x=0,h.y=0,OO({from:{x:d.x,y:d.y},to:{x:0,y:0},reset:s!==c,config:{mass:5,tension:2e3,friction:200},immediate:i,onChange:h}),a};function lD(e){return!!e&&"INPUT"===e.nodeName}function cD(e){return lD(e)&&e.type&&!["button","checkbox","hidden","file","radio","image","range","reset","submit","number"].includes(e.type)||"TEXTAREA"===e.nodeName||"true"===e.contentEditable}function uD(e,t,n,r){const o=r.style.zIndex,a=r.style.position,{position:i="static"}=rD(r);"static"===i&&(r.style.position="relative"),r.style.zIndex="10000";const s=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;const r=e.caretPositionFromPoint(t,n);if(!r)return null;const o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=o,r.style.position=a,s}function dD(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName}function pD(e){return"rtl"===rD(e).direction}function mD(e,t,n){const{ownerDocument:r}=e,o=pD(e)?!t:t,a=e.getBoundingClientRect();void 0===n&&(n=t?a.right-1:a.left+1);return uD(r,n,o?a.bottom-1:a.top+1,e)}function fD(e,t,n){if(!e)return;if(e.focus(),dD(e)){if("number"!=typeof e.selectionStart)return;return void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0))}if(!e.isContentEditable)return;let r=mD(e,t,n);if(!(r&&r.startContainer&&e.contains(r.startContainer)||(e.scrollIntoView(t),r=r=mD(e,t,n),r&&r.startContainer&&e.contains(r.startContainer))))return;const{ownerDocument:o}=e,{defaultView:a}=o;Io();const i=a.getSelection();Io(),i.removeAllRanges(),i.addRange(r)}function hD(e,t){return fD(e,t,void 0)}const gD=".block-editor-block-list__block",bD=".block-list-appender";function vD(e,t){return t.closest([gD,bD].join(","))===e}function yD(e){const t=(0,ft.useRef)(),n=function(e){return Nc((t=>{const{getSelectedBlocksInitialCaretPosition:n,isMultiSelecting:r,isNavigationMode:o,isBlockSelected:a}=t(Hw);if(a(e)&&!r()&&!o())return n()}),[e])}(e);return(0,ft.useEffect)((()=>{if(null==n)return;if(!t.current)return;const{ownerDocument:e}=t.current;if(t.current.contains(e.activeElement))return;const r=ih.tabbable.find(t.current).filter((e=>cD(e))),o=-1===n,a=(o?vt.last:vt.first)(r)||t.current;vD(t.current,a)?hD(a,o):t.current.focus()}),[n]),t}function _D(e){if(e.defaultPrevented)return;const t="mouseover"===e.type?"add":"remove";e.preventDefault(),e.currentTarget.classList[t]("is-hovered")}function MD(){const e=Nc((e=>{const{isNavigationMode:t,getSettings:n}=e(Hw);return t()||n().outlineMode}),[]);return sh((t=>{if(e)return t.addEventListener("mouseout",_D),t.addEventListener("mouseover",_D),()=>{t.removeEventListener("mouseout",_D),t.removeEventListener("mouseover",_D),t.classList.remove("is-hovered")}}),[e])}function kD(e){return Nc((t=>{const{isBlockBeingDragged:n,isBlockHighlighted:r,isBlockSelected:o,isBlockMultiSelected:a,getBlockName:i,getSettings:s,hasSelectedInnerBlock:l,isTyping:c,__experimentalGetActiveBlockIdByBlockNames:u}=t(Hw),{__experimentalSpotlightEntityBlocks:d,outlineMode:p}=s(),m=n(e),f=o(e),h=i(e),g=l(e,!0),b=u(d);return jp()({"is-selected":f,"is-highlighted":r(e),"is-multi-selected":a(e),"is-reusable":sa(ra(h)),"is-dragging":m,"has-child-selected":g,"has-active-entity":b,"is-active-entity":b===e,"remove-outline":f&&p&&c()})}),[e])}function wD(e){return Nc((t=>{const n=t(Hw).getBlockName(e),r=ra(n);if((null==r?void 0:r.apiVersion)>1)return Ui(n)}),[e])}function ED(e){return Nc((t=>{const{getBlockName:n,getBlockAttributes:r}=t(Hw),o=r(e);if(null==o||!o.className)return;const a=ra(n(e));return(null==a?void 0:a.apiVersion)>1?o.className:void 0}),[e])}function LD(e){return Nc((t=>{const{hasBlockMovingClientId:n,canInsertBlockType:r,getBlockName:o,getBlockRootClientId:a,isBlockSelected:i}=t(Hw);if(!i(e))return;const s=n();return s?jp()("is-block-moving-mode",{"can-insert-moving-block":r(o(s),a(e))}):void 0}),[e])}function CD(e){const{isBlockSelected:t}=Nc(Hw),{selectBlock:n,selectionChange:r}=Cp(Hw);return sh((o=>{function a(a){t(e)?a.target.isContentEditable||r(e):vD(o,a.target)&&n(e)}return o.addEventListener("focusin",a),()=>{o.removeEventListener("focusin",a)}}),[t,n])}function xD(e){const t=Nc((t=>t(Hw).isBlockSelected(e)),[e]),{getBlockRootClientId:n,getBlockIndex:r}=Nc(Hw),{insertDefaultBlock:o,removeBlock:a}=Cp(Hw);return sh((i=>{if(t)return i.addEventListener("keydown",s),i.addEventListener("dragstart",l),()=>{i.removeEventListener("keydown",s),i.removeEventListener("dragstart",l)};function s(t){const{keyCode:s,target:l}=t;s!==Sf&&s!==xf&&s!==Bf||l!==i||cD(l)||(t.preventDefault(),s===Sf?o({},n(e),r(e)+1):a(e))}function l(e){e.preventDefault()}}),[e,t,n,r,o,a])}function SD(e){const{isNavigationMode:t,isBlockSelected:n}=Nc(Hw),{setNavigationMode:r,selectBlock:o}=Cp(Hw);return sh((a=>{function i(a){t()&&!a.defaultPrevented&&(a.preventDefault(),n(e)?r(!1):o(e))}return a.addEventListener("mousedown",i),()=>{a.addEventListener("mousedown",i)}}),[e,t,n,r])}var AD=n(4979),TD=n.n(AD);function zD(e){const t=(0,ft.useRef)(),n=Nc((t=>{const{isBlockSelected:n,getBlockSelectionEnd:r}=t(Hw);return n(e)||r()===e}),[e]);return(0,ft.useEffect)((()=>{if(!n)return;const e=t.current;if(!e)return;if(e.contains(e.ownerDocument.activeElement))return;const r=oD(e)||e.ownerDocument.defaultView;r&&TD()(e,r,{onlyScrollIfNeeded:!0})}),[n]),t}const ND=(0,ft.createContext)();function OD(e){let{children:t}=e;const n=(0,ft.useMemo)((()=>({refs:new Map,callbacks:new Map})),[]);return(0,ft.createElement)(ND.Provider,{value:n},t)}function DD(e){const{refs:t,callbacks:n}=(0,ft.useContext)(ND),r=(0,ft.useRef)();return(0,ft.useLayoutEffect)((()=>(t.set(r,e),()=>{t.delete(r)})),[e]),sh((t=>{r.current=t,n.forEach(((n,r)=>{e===n&&r(t)}))}),[e])}function BD(e){const{refs:t}=(0,ft.useContext)(ND),n=(0,ft.useRef)();return n.current=e,(0,ft.useMemo)((()=>({get current(){let e=null;for(const[r,o]of t.entries())o===n.current&&r.current&&(e=r.current);return e}})),[])}function ID(e){const{callbacks:t}=(0,ft.useContext)(ND),n=BD(e),[r,o]=(0,ft.useState)(null);return(0,ft.useLayoutEffect)((()=>{if(e)return t.set(o,e),()=>{t.delete(o)}}),[e]),n.current||r}function PD(e,t){Array.from(e.closest(".is-root-container").querySelectorAll(".rich-text")).forEach((e=>{t?e.setAttribute("contenteditable",!0):e.removeAttribute("contenteditable")}))}function RD(e){const{startMultiSelect:t,stopMultiSelect:n,multiSelect:r,selectBlock:o}=Cp(Hw),{isSelectionEnabled:a,isBlockSelected:i,getBlockParents:s,getBlockSelectionStart:l,hasMultiSelection:c}=Nc(Hw);return sh((u=>{const{ownerDocument:d}=u,{defaultView:p}=d;let m,f;function h(t){let{isSelectionEnd:n}=t;const a=p.getSelection();if(!a.rangeCount||a.isCollapsed)return void PD(u,!0);const i=function(e){for(;e&&e.nodeType!==e.ELEMENT_NODE;)e=e.parentNode;if(!e)return;const t=e.closest(gD);return t?t.id.slice("block-".length):void 0}(a.focusNode);if(e===i){if(o(e),n&&(PD(u,!0),a.rangeCount)){const{commonAncestorContainer:e}=a.getRangeAt(0);m.contains(e)&&m.focus()}}else{const t=[...s(e),e],n=[...s(i),i],o=Math.min(t.length,n.length)-1;r(t[o],n[o])}}function g(){d.removeEventListener("selectionchange",h),p.removeEventListener("mouseup",g),f=p.requestAnimationFrame((()=>{h({isSelectionEnd:!0}),n()}))}function b(n){let{buttons:r}=n;1===r&&a()&&i(e)&&(m=d.activeElement,t(),d.addEventListener("selectionchange",h),p.addEventListener("mouseup",g),PD(u,!1))}function v(t){if(a()&&0===t.button)if(t.shiftKey){const n=l(),o=s(n);if(n&&n!==e&&(null==o||!o.includes(e))){const a=[...o,n],i=[...s(e),e],l=Math.min(a.length,i.length)-1,c=a[l],d=i[l];c!==d&&(PD(u,!1),r(c,d),t.preventDefault())}}else c()&&o(e)}return u.addEventListener("mousedown",v),u.addEventListener("mouseleave",b),()=>{u.removeEventListener("mousedown",v),u.removeEventListener("mouseleave",b),d.removeEventListener("selectionchange",h),p.removeEventListener("mouseup",g),p.cancelAnimationFrame(f)}}),[e,t,n,r,o,a,i,s])}function HD(){const e=(0,ft.useContext)(VU);return sh((t=>{if(e)return e.observe(t),()=>{e.unobserve(t)}}),[e])}function WD(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{__unstableIsHtml:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n,className:r,wrapperProps:o={},isAligned:a}=(0,ft.useContext)(YD),{index:i,mode:s,name:l,blockApiVersion:c,blockTitle:u,isPartOfSelection:d,adjustScrolling:p,enableAnimation:m}=Nc((e=>{const{getBlockRootClientId:t,getBlockIndex:r,getBlockMode:o,getBlockName:a,isTyping:i,getGlobalBlockCount:s,isBlockSelected:l,isBlockMultiSelected:c,isAncestorMultiSelected:u,isFirstMultiSelectedBlock:d}=e(Hw),p=l(n),m=c(n)||u(n),f=a(n),h=t(n),g=ra(f);return{index:r(n,h),mode:o(n),name:f,blockApiVersion:(null==g?void 0:g.apiVersion)||1,blockTitle:null==g?void 0:g.title,isPartOfSelection:p||m,adjustScrolling:p||d(n),enableAnimation:!i()&&s()<=200}}),[n]),f=Tn(vr("Block: %s"),u),h="html"!==s||t?"":"-visual",g=fh([e.ref,yD(n),zD(n),DD(n),CD(n),RD(n),xD(n),SD(n),MD(),HD(),sD({isSelected:d,adjustScrolling:p,enableAnimation:m,triggerAnimationOnChange:i})]),b=qw();return c<2&&b.clientId,{...o,...e,ref:g,id:`block-${n}${h}`,tabIndex:0,role:"document","aria-label":f,"data-block":n,"data-type":l,"data-title":u,className:jp()(jp()("block-editor-block-list__block",{"wp-block":!a}),r,e.className,o.className,kD(n),wD(n),ED(n),LD(n)),style:{...o.style,...e.style}}}WD.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{blockType:t,attributes:n}=Gi;return lr("blocks.getSaveContent.extraProps",{...e},t,n)};const YD=(0,ft.createContext)();function jD(e){let{children:t,isHtml:n,...r}=e;return(0,ft.createElement)("div",WD(r,{__unstableIsHtml:n}),t)}const qD=UA(((e,t)=>{let{clientId:n,rootClientId:r}=t;const{isBlockSelected:o,getBlockMode:a,isSelectionEnabled:i,getTemplateLock:s,__unstableGetBlockWithoutInnerBlocks:l,canRemoveBlock:c,canMoveBlock:u}=e(Hw),d=l(n),p=o(n),m=s(r),f=c(n,r),h=u(n,r),{name:g,attributes:b,isValid:v}=d||{};return{mode:a(n),isSelectionEnabled:i(),isLocked:!!m,canRemove:f,canMove:h,block:d,name:g,attributes:b,isValid:v,isSelected:p}})),FD=GA(((e,t,n)=>{let{select:r}=n;const{updateBlockAttributes:o,insertBlocks:a,mergeBlocks:i,replaceBlocks:s,toggleSelection:l,__unstableMarkLastChangeAsPersistent:c}=e(Hw);return{setAttributes(e){const{getMultiSelectedBlockClientIds:n}=r(Hw),a=n(),{clientId:i}=t,s=a.length?a:[i];o(s,e)},onInsertBlocks(e,n){const{rootClientId:r}=t;a(e,n,r)},onInsertBlocksAfter(e){const{clientId:n,rootClientId:o}=t,{getBlockIndex:i}=r(Hw),s=i(n,o);a(e,s+1,o)},onMerge(e){const{clientId:n}=t,{getPreviousBlockClientId:o,getNextBlockClientId:a}=r(Hw);if(e){const e=a(n);e&&i(n,e)}else{const e=o(n);e&&i(e,n)}},onReplace(e,n,r){e.length&&!za(e[e.length-1])&&c(),s([t.clientId],e,n,r)},toggleSelection(e){l(e)}}})),VD=KA(XA,qD,FD,JA((e=>{let{block:t}=e;return!!t})),VA("editor.BlockListBlock"))((function(e){let{mode:t,isLocked:n,canRemove:r,clientId:o,isSelected:a,isSelectionEnabled:i,className:s,name:l,isValid:c,attributes:u,wrapperProps:d,setAttributes:p,onReplace:m,onInsertBlocksAfter:f,onMerge:h,toggleSelection:g}=e;const{removeBlock:b}=Cp(Hw),v=(0,ft.useCallback)((()=>b(o)),[o]);let y=(0,ft.createElement)(rT,{name:l,isSelected:a,attributes:u,setAttributes:p,insertBlocksAfter:n?void 0:f,onReplace:r?m:void 0,onRemove:r?v:void 0,mergeBlocks:r?h:void 0,clientId:o,isSelectionEnabled:i,toggleSelection:g});const _=ra(l);null!=_&&_.getEditWrapperProps&&(d=function(e,t){const n={...e,...t};return e&&t&&e.className&&t.className&&(n.className=jp()(e.className,t.className)),e&&t&&e.style&&t.style&&(n.style={...e.style,...t.style}),n}(d,_.getEditWrapperProps(u)));const M=d&&!!d["data-align"];let k;if(M&&(y=(0,ft.createElement)("div",{className:"wp-block","data-align":d["data-align"]},y)),c)k="html"===t?(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("div",{style:{display:"none"}},y),(0,ft.createElement)(jD,{isHtml:!0},(0,ft.createElement)(wT,{clientId:o}))):(null==_?void 0:_.apiVersion)>1?y:(0,ft.createElement)(jD,d,y);else{const e=Ji(_,u);k=(0,ft.createElement)(jD,{className:"has-warning"},(0,ft.createElement)(bT,{clientId:o}),(0,ft.createElement)(vi,null,Ro(e)))}const w={clientId:o,className:s,wrapperProps:(0,vt.omit)(d,["data-align"]),isAligned:M},E=(0,ft.useMemo)((()=>w),Object.values(w));return(0,ft.createElement)(YD.Provider,{value:E},(0,ft.createElement)(MT,{fallback:(0,ft.createElement)(jD,{className:"has-warning"},(0,ft.createElement)(yT,null))},k))})),XD=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"}));const UD=(0,ft.forwardRef)((function e(t,n){let{className:r,onChange:o,onKeyDown:a,value:i,label:s,placeholder:l=vr("Search"),hideLabelFromVision:c=!0,help:u,onClose:d}=t;const p=mf(e),m=function(){for(var e=arguments.length,t=new Array(e),n=0;n{t.forEach((e=>{e&&("function"==typeof e?e(r.current):e.current=r.current)}))}),[t]),r}(n),f=`components-search-control-${p}`;return(0,ft.createElement)(ZE,{label:s,id:f,hideLabelFromVision:c,help:u,className:jp()(r,"components-search-control")},(0,ft.createElement)("div",{className:"components-search-control__input-wrapper"},(0,ft.createElement)("input",{ref:m,className:"components-search-control__input",id:f,type:"search",placeholder:l,onChange:e=>o(e.target.value),onKeyDown:a,autoComplete:"off",value:i||""}),(0,ft.createElement)("div",{className:"components-search-control__icon"},d?(0,ft.createElement)(db,{icon:oT,label:vr("Close search"),onClick:d}):i?(0,ft.createElement)(db,{icon:oT,label:vr("Reset search"),onClick:()=>{o(""),m.current.focus()}}):(0,ft.createElement)(ES,{icon:XD}))))}));let $D,GD,KD,JD;const ZD=/<(\/)?(\w+)\s*(\/)?>/g;function QD(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}const eB=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,ft.isValidElement)(e)))};function tB(e){const t=function(){const e=ZD.exec($D);if(null===e)return["no-more-tokens"];const t=e.index,[n,r,o,a]=e,i=n.length;if(a)return["self-closed",o,t,i];if(r)return["closer",o,t,i];return["opener",o,t,i]}(),[n,r,o,a]=t,i=JD.length,s=o>GD?GD:null;if(!e[r])return nB(),!1;switch(n){case"no-more-tokens":if(0!==i){const{leadingTextStart:e,tokenStart:t}=JD.pop();KD.push($D.substr(e,t))}return nB(),!1;case"self-closed":return 0===i?(null!==s&&KD.push($D.substr(s,o-s)),KD.push(e[r]),GD=o+a,!0):(rB(QD(e[r],o,a)),GD=o+a,!0);case"opener":return JD.push(QD(e[r],o,a,o+a,s)),GD=o+a,!0;case"closer":if(1===i)return function(e){const{element:t,leadingTextStart:n,prevOffset:r,tokenStart:o,children:a}=JD.pop(),i=e?$D.substr(r,e-r):$D.substr(r);i&&a.push(i);null!==n&&KD.push($D.substr(n,o-n));KD.push((0,ft.cloneElement)(t,null,...a))}(o),GD=o+a,!0;const t=JD.pop(),n=$D.substr(t.prevOffset,o-t.prevOffset);t.children.push(n),t.prevOffset=o+a;const l=QD(t.element,t.tokenStart,t.tokenLength,o+a);return l.children=t.children,rB(l),GD=o+a,!0;default:return nB(),!1}}function nB(){const e=$D.length-GD;0!==e&&KD.push($D.substr(GD,e))}function rB(e){const{element:t,tokenStart:n,tokenLength:r,prevOffset:o,children:a}=e,i=JD[JD.length-1],s=$D.substr(i.prevOffset,n-i.prevOffset);s&&i.children.push(s),i.children.push((0,ft.cloneElement)(t,null,...a)),i.prevOffset=o||n+r}const oB=(e,t)=>{if($D=e,GD=0,KD=[],JD=[],ZD.lastIndex=0,!eB(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(tB(t));return(0,ft.createElement)(ft.Fragment,null,...KD)};const aB=function(e){return(0,ft.createElement)("div",{className:"components-tip"},(0,ft.createElement)(_h,{width:"24",height:"24",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})),(0,ft.createElement)("p",null,e.children))},iB=[oB(vr("While writing, you can press / to quickly insert new blocks."),{kbd:(0,ft.createElement)("kbd",null)}),oB(vr("Indent a list by pressing space at the beginning of a line."),{kbd:(0,ft.createElement)("kbd",null)}),oB(vr("Outdent a list by pressing backspace at the beginning of a line."),{kbd:(0,ft.createElement)("kbd",null)}),vr("Drag files into the editor to automatically insert media blocks."),vr("Change a block's type by pressing the block icon on the toolbar.")];const sB=function(){const[e]=(0,ft.useState)(Math.floor(Math.random()*iB.length));return(0,ft.createElement)(aB,null,iB[e])},lB=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M19 8h-1V6h-5v2h-2V6H6v2H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm.5 10c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-8c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v8z"}));const cB=(0,ft.memo)((function(e){var t;let{icon:n,showColors:r=!1,className:o}=e;"block-default"===(null===(t=n)||void 0===t?void 0:t.src)&&(n={src:lB});const a=(0,ft.createElement)(pg,{icon:n&&n.src?n.src:n}),i=r?{backgroundColor:n&&n.background,color:n&&n.foreground}:{};return(0,ft.createElement)("span",{style:i,className:jp()("block-editor-block-icon",o,{"has-colors":r})},a)}));const uB=function(e){let{title:t,icon:n,description:r,blockType:o}=e;return o&&(hu("`blockType` property in `BlockCard component`",{since:"5.7",alternative:"`title, icon and description` properties"}),({title:t,icon:n,description:r}=o)),(0,ft.createElement)("div",{className:"block-editor-block-card"},(0,ft.createElement)(cB,{icon:n,showColors:!0}),(0,ft.createElement)("div",{className:"block-editor-block-card__content"},(0,ft.createElement)("h2",{className:"block-editor-block-card__title"},t),(0,ft.createElement)("span",{className:"block-editor-block-card__description"},r)))},dB=Rp((e=>t=>(0,ft.createElement)(Ec,null,(n=>(0,ft.createElement)(e,bt({},t,{registry:n}))))),"withRegistry"),pB=Rp((e=>dB((t=>{let{useSubRegistry:n=!0,registry:r,...o}=t;if(!n)return(0,ft.createElement)(e,bt({registry:r},o));const[a,i]=(0,ft.useState)(null);return(0,ft.useEffect)((()=>{const e=vn({},r);e.registerStore(Pw,Rw),i(e)}),[r]),a?(0,ft.createElement)(Lc,{value:a},(0,ft.createElement)(e,bt({registry:a},o))):null}))),"withRegistryProvider");function mB(e){let{clientId:t=null,value:n,selection:r,onChange:o=vt.noop,onInput:a=vt.noop}=e;const i=Cc(),{resetBlocks:s,resetSelection:l,replaceInnerBlocks:c,setHasControlledInnerBlocks:u,__unstableMarkNextChangeAsNotPersistent:d}=i.dispatch(Hw),{getBlockName:p,getBlocks:m}=i.select(Hw),f=(0,ft.useRef)({incoming:null,outgoing:[]}),h=(0,ft.useRef)(!1),g=(0,ft.useRef)(a),b=(0,ft.useRef)(o);(0,ft.useEffect)((()=>{g.current=a,b.current=o}),[a,o]),(0,ft.useEffect)((()=>{f.current.outgoing.includes(n)?(0,vt.last)(f.current.outgoing)===n&&(f.current.outgoing=[]):m(t)!==n&&(f.current.outgoing=[],(()=>{if(n)if(d(),t){u(t,!0),d();const e=n.map((e=>Ma(e)));h.current&&(f.current.incoming=e),c(t,e)}else h.current&&(f.current.incoming=n),s(n)})(),r&&l(r.selectionStart,r.selectionEnd,r.initialPosition))}),[n,t]),(0,ft.useEffect)((()=>{const{getSelectionStart:e,getSelectionEnd:n,getSelectedBlocksInitialCaretPosition:r,isLastBlockChangePersistent:o,__unstableIsLastBlockChangeIgnored:a}=i.select(Hw);let s=m(t),l=o(),c=!1;h.current=!0;const u=i.subscribe((()=>{if(null!==t&&null===p(t))return;const i=o(),u=m(t),d=u!==s;if(s=u,d&&(f.current.incoming||a()))return f.current.incoming=null,void(l=i);if(d||c&&!d&&i&&!l){l=i,f.current.outgoing.push(s);(l?b.current:g.current)(s,{selection:{selectionStart:e(),selectionEnd:n(),initialPosition:r()}})}c=d}));return()=>u()}),[i,t])}const fB=pB((function(e){const{children:t,settings:n}=e,{updateSettings:r}=Cp(Hw);return(0,ft.useEffect)((()=>{r(n)}),[n]),mB(e),(0,ft.createElement)(OD,null,t)}));const hB=ib("div",{target:"e1ac3xxk0"})({name:"u2jump",styles:"position:relative;pointer-events:none;&::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;}*{pointer-events:none;}"}),gB=(0,ft.createContext)(!1),{Consumer:bB,Provider:vB}=gB,yB=["BUTTON","FIELDSET","INPUT","OPTGROUP","OPTION","SELECT","TEXTAREA"];function _B(e){let{className:t,children:n,isDisabled:r=!0,...o}=e;const a=(0,ft.useRef)(null),i=()=>{a.current&&ih.focusable.find(a.current).forEach((e=>{(0,vt.includes)(yB,e.nodeName)&&e.setAttribute("disabled",""),"A"===e.nodeName&&e.setAttribute("tabindex","-1");const t=e.getAttribute("tabindex");null!==t&&"-1"!==t&&e.removeAttribute("tabindex"),e.hasAttribute("contenteditable")&&e.setAttribute("contenteditable","false")}))},s=(0,ft.useCallback)((0,vt.debounce)(i,void 0,{leading:!0}),[]);return(0,ft.useLayoutEffect)((()=>{if(!r)return;let e;return i(),a.current&&(e=new window.MutationObserver(s),e.observe(a.current,{childList:!0,attributes:!0,subtree:!0})),()=>{e&&e.disconnect(),s.cancel()}}),[]),r?(0,ft.createElement)(vB,{value:!0},(0,ft.createElement)(hB,bt({ref:a,className:jp()(t,"components-disabled")},o),n)):(0,ft.createElement)(vB,{value:!1},n)}_B.Context=gB,_B.Consumer=bB;const MB=_B;function kB(e){let{onClick:t}=e;return(0,ft.createElement)("div",{tabIndex:0,role:"button",onClick:t,onKeyPress:t},(0,ft.createElement)(MB,null,(0,ft.createElement)(UU,null)))}function wB(){const{hasSelectedBlock:e,hasMultiSelection:t}=Nc(Hw),{clearSelectedBlock:n}=Cp(Hw);return sh((r=>{function o(o){(e()||t())&&o.target===r&&n()}return r.addEventListener("mousedown",o),()=>{r.removeEventListener("mousedown",o)}}),[e,t,n])}function EB(e,t){const n="start"===t?"firstChild":"lastChild",r="start"===t?"nextSibling":"previousSibling";for(;e[n];)for(e=e[n];e.nodeType===e.TEXT_NODE&&/^[ \t\n]*$/.test(e.data)&&e[r];)e=e[r];return e}function LB(e){const{isMultiSelecting:t,getMultiSelectedBlockClientIds:n,hasMultiSelection:r,getSelectedBlockClientId:o}=e(Hw);return{isMultiSelecting:t(),multiSelectedBlockClientIds:n(),hasMultiSelection:r(),selectedBlockClientId:o()}}function CB(){const{isMultiSelecting:e,multiSelectedBlockClientIds:t,hasMultiSelection:n,selectedBlockClientId:r}=Nc(LB,[]),o=BD(r),a=BD((0,vt.first)(t)),i=BD((0,vt.last)(t));return sh((s=>{const{ownerDocument:l}=s,{defaultView:c}=l;if(!n||e){if(!r||e)return;const t=c.getSelection();if(t.rangeCount&&!t.isCollapsed){const e=o.current,{startContainer:n,endContainer:r}=t.getRangeAt(0);!e||e.contains(n)&&e.contains(r)||t.removeAllRanges()}return}const{length:u}=t;if(u<2)return;if(!a.current||!i.current)return;s.focus();const d=c.getSelection(),p=l.createRange(),m=EB(a.current,"start"),f=EB(i.current,"end");!function(e,t){Array.from(e.querySelectorAll(".rich-text")).forEach((e=>{t?e.setAttribute("contenteditable",!0):e.removeAttribute("contenteditable")}))}(s,!1),p.setStartBefore(m),p.setEndAfter(f),d.removeAllRanges(),d.addRange(p)}),[n,e,t,r])}function xB(e){const{tagName:t}=e;return"INPUT"===t||"BUTTON"===t||"SELECT"===t||"TEXTAREA"===t}function SB(e){const t=Array.from(e.getClientRects());if(!t.length)return;const n=Math.min(...t.map((e=>{let{top:t}=e;return t}))),r=Math.max(...t.map((e=>{let{bottom:t}=e;return t})));return r-n}function AB(e){const{anchorNode:t,focusNode:n,anchorOffset:r,focusOffset:o}=e;Io(),Io();const a=t.compareDocumentPosition(n);return!(a&t.DOCUMENT_POSITION_PRECEDING)&&(!!(a&t.DOCUMENT_POSITION_FOLLOWING)||(0!==a||r<=o))}function TB(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(dD(e)&&"number"==typeof e.selectionStart)return e.selectionStart===e.selectionEnd&&(t?0===e.selectionStart:e.value.length===e.selectionStart);if(!e.isContentEditable)return!0;const{ownerDocument:r}=e,{defaultView:o}=r;Io();const a=o.getSelection();if(!a||!a.rangeCount)return!1;const i=a.getRangeAt(0),s=i.cloneRange(),l=AB(a),c=a.isCollapsed;c||s.collapse(!l);const u=hf(s),d=hf(i);if(!u||!d)return!1;const p=SB(i);if(!c&&p&&p>u.height&&l===t)return!1;const m=pD(e)?!t:t,f=e.getBoundingClientRect(),h=m?f.left+1:f.right-1,g=t?f.top+1:f.bottom-1,b=uD(r,h,g,e);if(!b)return!1;const v=hf(b);if(!v)return!1;const y=t?"top":"bottom",_=m?"left":"right",M=v[y]-d[y],k=v[_]-u[_],w=Math.abs(M)<=1,E=Math.abs(k)<=1;return n?w:w&&E}function zB(e,t){return TB(e,t,!0)}function NB(e,t){return TB(e,t)}function OB(e){const t=e.getSelection();Io();const n=t.rangeCount?t.getRangeAt(0):null;return n?hf(n):null}function DB(e,t,n,r){let o,a=ih.focusable.find(n);return t&&(a=(0,vt.reverse)(a)),a=a.slice(a.indexOf(e)+1),r&&(o=e.getBoundingClientRect()),(0,vt.find)(a,(function(e){if(!ih.tabbable.isTabbableIndex(e))return!1;if(e.isContentEditable&&"true"!==e.contentEditable)return!1;if(r){const t=e.getBoundingClientRect();if(t.left>=o.right||t.right<=o.left)return!1}return!0}))}function BB(){const{getSelectedBlockClientId:e,getMultiSelectedBlocksStartClientId:t,getMultiSelectedBlocksEndClientId:n,getPreviousBlockClientId:r,getNextBlockClientId:o,getFirstMultiSelectedBlockClientId:a,getLastMultiSelectedBlockClientId:i,getSettings:s,hasMultiSelection:l}=Nc(Hw),{multiSelect:c,selectBlock:u}=Cp(Hw);return sh((d=>{let p;function m(){p=null}function f(a){const i=e(),s=t(),l=n(),d=r(l||i),p=o(l||i),m=a?d:p;m&&(s===m?u(m):c(s||i,m))}function h(e){const t=a(),n=i(),r=e?t:n;r&&u(r)}function g(e,t){const n=DB(e,t,d);return!n||!function(e,t){return e.closest(gD)===t.closest(gD)}(e,n)}function b(t){const{keyCode:a,target:i}=t,c=a===Nf,u=a===zf,m=c||u,b=u||a===Of,v=c||a===Df,y=b||v,_=t.shiftKey,M=_||t.ctrlKey||t.altKey||t.metaKey,k=v?zB:NB,{ownerDocument:w}=d,{defaultView:E}=w;if(l()){if(y){(_?f:h)(m),t.preventDefault()}return}if(v?p||(p=OB(E)):p=null,t.defaultPrevented)return;if(!y)return;if(!function(e,t,n){if((t===Nf||t===Df)&&!n)return!0;const{tagName:r}=e;return"INPUT"!==r&&"TEXTAREA"!==r}(i,a,M))return;const L=pD(i)?!m:m,{keepCaretInsideBlock:C}=s(),x=e();if(_){const e=n(),a=r(e||x),s=o(e||x);(m&&a||!m&&s)&&g(i,m)&&k(i,m)&&(f(m),t.preventDefault())}else if(v&&zB(i,m)&&!C){const e=DB(i,m,d,!0);e&&(!function(e,t,n){fD(e,t,null==n?void 0:n.left)}(e,m,p),t.preventDefault())}else if(b&&E.getSelection().isCollapsed&&NB(i,L)&&!C){hD(DB(i,L,d),m),t.preventDefault()}}return d.addEventListener("mousedown",m),d.addEventListener("keydown",b),()=>{d.removeEventListener("mousedown",m),d.removeEventListener("keydown",b)}}),[])}function IB(e,t,n){let r=t;do{if(e===r)return!0;r=r[n]}while(r);return!1}const PB=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REGISTER_SHORTCUT":return{...e,[t.name]:{category:t.category,keyCombination:t.keyCombination,aliases:t.aliases,description:t.description}};case"UNREGISTER_SHORTCUT":return(0,vt.omit)(e,t.name)}return e};function RB(e){let{name:t,category:n,description:r,keyCombination:o,aliases:a}=e;return{type:"REGISTER_SHORTCUT",name:t,category:n,keyCombination:o,aliases:a,description:r}}function HB(e){return{type:"UNREGISTER_SHORTCUT",name:e}}const WB=[],YB={display:qf,raw:Yf,ariaLabel:Ff};function jB(e,t){return e?e.modifier?YB[t][e.modifier](e.character):e.character:null}function qB(e,t){return e[t]?e[t].keyCombination:null}function FB(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"display";const r=qB(e,t);return jB(r,n)}function VB(e,t){return e[t]?e[t].description:null}function XB(e,t){return e[t]&&e[t].aliases?e[t].aliases:WB}const UB=Dr(((e,t)=>(0,vt.compact)([qB(e,t),...XB(e,t)])),((e,t)=>[e[t]])),$B=Dr(((e,t)=>UB(e,t).map((e=>jB(e,"raw")))),((e,t)=>[e[t]])),GB=Dr(((e,t)=>Object.entries(e).filter((e=>{let[,n]=e;return n.category===t})).map((e=>{let[t]=e;return t}))),(e=>[e])),KB=fn("core/keyboard-shortcuts",{reducer:PB,actions:h,selectors:g});function JB(){const{getAllShortcutKeyCombinations:e}=Nc(KB);return function(t,n){return e(t).some((e=>{let{modifier:t,character:r}=e;return Xf[t](n,r)}))}}En(KB);const ZB=(0,ft.createContext)();function QB(e,t){let{isDisabled:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(0,ft.useContext)(ZB),o=JB(),a=(0,ft.useRef)();a.current=t,(0,ft.useEffect)((()=>{if(!n)return r.current.add(t),()=>{r.current.delete(t)};function t(t){o(e,t)&&a.current(t)}}),[e,n])}const{Provider:eI}=ZB;function tI(e){const t=(0,ft.useRef)(new Set);return(0,ft.createElement)(eI,{value:t},(0,ft.createElement)("div",bt({},e,{onKeyDown:function(n){e.onKeyDown&&e.onKeyDown(n);for(const e of t.current)e(n)}})))}function nI(){const{getBlockOrder:e,getSelectedBlockClientIds:t,getBlockRootClientId:n}=Nc(Hw),{multiSelect:r}=Cp(Hw),o=JB();return sh((a=>{function i(a){if(!o("core/block-editor/select-all",a))return;if(!function(e){if(dD(e))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;const{ownerDocument:t}=e,{defaultView:n}=t;Io();const r=n.getSelection();Io();const o=r.rangeCount?r.getRangeAt(0):null;if(!o)return!0;const{startContainer:a,endContainer:i,startOffset:s,endOffset:l}=o;if(a===e&&i===e&&0===s&&l===e.childNodes.length)return!0;e.lastChild,Io();const c=i.nodeType===i.TEXT_NODE?i.data.length:i.childNodes.length;return IB(a,e,"firstChild")&&IB(i,e,"lastChild")&&0===s&&l===c}(a.target))return;const i=t(),[s]=i,l=n(s);let c=e(l);i.length===c.length&&(c=e(n(l)));const u=(0,vt.first)(c),d=(0,vt.last)(c);u!==d&&(r(u,d),a.preventDefault())}return a.addEventListener("keydown",i),()=>{a.removeEventListener("keydown",i)}}),[])}function rI(){const[e,t,n]=function(){const e=(0,ft.useRef)(),t=(0,ft.useRef)(),n=(0,ft.useRef)(),r=(0,ft.useRef)(),{hasMultiSelection:o,getSelectedBlockClientId:a,getBlockCount:i}=Nc(Hw),{setNavigationMode:s}=Cp(Hw),l=Nc((e=>e(Hw).isNavigationMode()),[])?void 0:"0",c=(0,ft.useRef)();function u(t){if(c.current)c.current=null;else if(o())e.current.focus();else if(a())r.current.focus();else{s(!0);const n=t.target.compareDocumentPosition(e.current)&t.target.DOCUMENT_POSITION_FOLLOWING?"findNext":"findPrevious";ih.tabbable[n](t.target).focus()}}const d=(0,ft.createElement)("div",{ref:t,tabIndex:l,onFocus:u}),p=(0,ft.createElement)("div",{ref:n,tabIndex:l,onFocus:u}),m=sh((l=>{function u(e){if(e.defaultPrevented)return;if(e.keyCode===Af&&!o())return e.preventDefault(),void s(!0);if(9!==e.keyCode)return;const r=e.shiftKey,i=r?"findPrevious":"findNext";if(!o()&&!a())return void(e.target===l&&s(!0));if(xB(e.target)&&xB(ih.tabbable[i](e.target)))return;const u=r?t:n;c.current=!0,u.current.focus({preventScroll:!0})}function d(e){r.current=e.target;const{ownerDocument:t}=l;e.relatedTarget||t.activeElement!==t.body||0!==i()||l.focus()}function p(r){var o;if(9!==r.keyCode)return;if("region"===(null===(o=r.target)||void 0===o?void 0:o.getAttribute("role")))return;if(e.current===r.target)return;const a=r.shiftKey?"findPrevious":"findNext",i=ih.tabbable[a](r.target);i!==t.current&&i!==n.current||(r.preventDefault(),i.focus({preventScroll:!0}))}const{ownerDocument:m}=l,{defaultView:f}=m;return f.addEventListener("keydown",p),l.addEventListener("keydown",u),l.addEventListener("focusout",d),()=>{f.removeEventListener("keydown",p),l.removeEventListener("keydown",u),l.removeEventListener("focusout",d)}}),[]);return[d,fh([e,m]),p]}(),r=Nc((e=>e(Hw).hasMultiSelection()),[]);return[e,fh([t,CB(),nI(),BB(),sh((e=>{if(e.tabIndex=-1,r)return e.setAttribute("aria-label",vr("Multiple selected blocks")),()=>{e.removeAttribute("aria-label")}}),[r])]),n]}const oI=(0,ft.forwardRef)((function(e,t){let{children:n,...r}=e;const[o,a,i]=rI();return(0,ft.createElement)(ft.Fragment,null,o,(0,ft.createElement)("div",bt({},r,{ref:fh([a,t]),className:jp()(r.className,"block-editor-writing-flow")}),n),i)})),aI="editor-styles-wrapper";function iI(e){return(0,ft.useMemo)((()=>{const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children)}),[e])}const sI=(0,ft.forwardRef)((function(e,t){var n,r;let{contentRef:o,children:a,head:i,tabIndex:s=0,...l}=e;const[,c]=(0,ft.useReducer)((()=>({}))),[u,d]=(0,ft.useState)(),[p,m]=(0,ft.useState)([]),f=iI(null===(n=window.__editorAssets)||void 0===n?void 0:n.styles),h=iI(null===(r=window.__editorAssets)||void 0===r?void 0:r.scripts),g=wB(),[b,v,y]=rI(),_=sh((e=>{function t(){const{contentDocument:t,ownerDocument:n}=e,{readyState:r,documentElement:o}=t;return("interactive"===r||"complete"===r)&&(function(e){const{defaultView:t}=e,{frameElement:n}=t;function r(e){const r=Object.getPrototypeOf(e).constructor.name,o=window[r],a={};for(const t in e)a[t]=e[t];if(e instanceof t.MouseEvent){const e=n.getBoundingClientRect();a.clientX+=e.left,a.clientY+=e.top}const i=new o(e.type,a);!n.dispatchEvent(i)&&e.preventDefault()}const o=["dragover"];for(const t of o)e.addEventListener(t,r)}(t),d(t),g(o),m(Array.from(n.body.classList).filter((e=>e.startsWith("admin-color-")||"wp-embed-responsive"===e))),t.dir=n.dir,o.removeChild(t.head),o.removeChild(t.body),!0)}t()||e.addEventListener("load",(()=>{t()}))}),[]),M=sh((e=>{h.reduce(((t,n)=>t.then((()=>async function(e,t){let{id:n,src:r}=t;return new Promise(((t,o)=>{const a=e.ownerDocument.createElement("script");a.id=n,r?(a.src=r,a.onload=()=>t(),a.onerror=()=>o()):t(),e.appendChild(a)}))}(e,n)))),Promise.resolve()).finally((()=>{c()}))}),[]),k=fh([o,g,v]);return(0,ft.useEffect)((()=>{u&&function(e){Array.from(document.styleSheets).forEach((t=>{try{t.cssRules}catch(e){return}const{ownerNode:n,cssRules:r}=t;if(!r)return;if("LINK"!==n.tagName)return;if("wp-reset-editor-styles-css"===n.id)return;const o=Array.from(r).find((e=>{let{selectorText:t}=e;return t&&(t.includes(`.${aI}`)||t.includes(".wp-block"))}));if(o&&!e.getElementById(n.id)){console.warn(`Stylesheet ${n.id} was not properly added.\nFor blocks, use the block API's style (https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#style) or editorStyle (https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#editor-style).\nFor themes, use add_editor_style (https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#editor-styles).`,n.outerHTML),e.head.appendChild(n.cloneNode(!0));const t=n.id.replace("-css","-inline-css"),r=document.getElementById(t);r&&e.head.appendChild(r.cloneNode(!0))}}))}(u)}),[u]),i=(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("style",null,"body{margin:0}"),f.map((e=>{let{tagName:t,href:n,id:r,rel:o,media:a,textContent:i}=e;const s=t.toLowerCase();return"style"===s?(0,ft.createElement)(s,{id:r,key:r},i):(0,ft.createElement)(s,{href:n,id:r,rel:o,media:a,key:r})})),i),(0,ft.createElement)(ft.Fragment,null,s>=0&&b,(0,ft.createElement)("iframe",bt({},l,{ref:fh([t,_]),tabIndex:s,title:vr("Editor canvas")}),u&&(0,gt.createPortal)((0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("head",{ref:M},i),(0,ft.createElement)("body",{ref:k,className:jp()(aI,...p)},(0,ft.createElement)(cf,{document:u},a))),u.documentElement)),s>=0&&y)}));var lI=n(3692),cI=n.n(lI);const uI=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function dI(e,t){t=t||{};let n=1,r=1;function o(e){const t=e.match(/\n/g);t&&(n+=t.length);const o=e.lastIndexOf("\n");r=~o?e.length-o:r+e.length}function a(){const e={line:n,column:r};return function(t){return t.position=new i(e),m(),t}}function i(e){this.start=e,this.end={line:n,column:r},this.source=t.source}i.prototype.content=e;const s=[];function l(o){const a=new Error(t.source+":"+n+":"+r+": "+o);if(a.reason=o,a.filename=t.source,a.line=n,a.column=r,a.source=e,!t.silent)throw a;s.push(a)}function c(){return p(/^{\s*/)}function u(){return p(/^}/)}function d(){let t;const n=[];for(m(),f(n);e.length&&"}"!==e.charAt(0)&&(t=E()||L());)!1!==t&&(n.push(t),f(n));return n}function p(t){const n=t.exec(e);if(!n)return;const r=n[0];return o(r),e=e.slice(r.length),n}function m(){p(/^\s*/)}function f(e){let t;for(e=e||[];t=h();)!1!==t&&e.push(t);return e}function h(){const t=a();if("/"!==e.charAt(0)||"*"!==e.charAt(1))return;let n=2;for(;""!==e.charAt(n)&&("*"!==e.charAt(n)||"/"!==e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return l("End of comment missing");const i=e.slice(2,n-2);return r+=2,o(i),e=e.slice(n),r+=2,t({type:"comment",comment:i})}function g(){const e=p(/^([^{]+)/);if(e)return pI(e[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function b(){const e=a();let t=p(/^(\*?[-#\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(!t)return;if(t=pI(t[0]),!p(/^:\s*/))return l("property missing ':'");const n=p(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/),r=e({type:"declaration",property:t.replace(uI,""),value:n?pI(n[0]).replace(uI,""):""});return p(/^[;\s]*/),r}function v(){const e=[];if(!c())return l("missing '{'");let t;for(f(e);t=b();)!1!==t&&(e.push(t),f(e));return u()?e:l("missing '}'")}function y(){let e;const t=[],n=a();for(;e=p(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),p(/^,\s*/);if(t.length)return n({type:"keyframe",values:t,declarations:v()})}const _=w("import"),M=w("charset"),k=w("namespace");function w(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return function(){const n=a(),r=p(t);if(!r)return;const o={type:e};return o[e]=r[1].trim(),n(o)}}function E(){if("@"===e[0])return function(){const e=a();let t=p(/^@([-\w]+)?keyframes\s*/);if(!t)return;const n=t[1];if(t=p(/^([-\w]+)\s*/),!t)return l("@keyframes missing name");const r=t[1];if(!c())return l("@keyframes missing '{'");let o,i=f();for(;o=y();)i.push(o),i=i.concat(f());return u()?e({type:"keyframes",name:r,vendor:n,keyframes:i}):l("@keyframes missing '}'")}()||function(){const e=a(),t=p(/^@media *([^{]+)/);if(!t)return;const n=pI(t[1]);if(!c())return l("@media missing '{'");const r=f().concat(d());return u()?e({type:"media",media:n,rules:r}):l("@media missing '}'")}()||function(){const e=a(),t=p(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(t)return e({type:"custom-media",name:pI(t[1]),media:pI(t[2])})}()||function(){const e=a(),t=p(/^@supports *([^{]+)/);if(!t)return;const n=pI(t[1]);if(!c())return l("@supports missing '{'");const r=f().concat(d());return u()?e({type:"supports",supports:n,rules:r}):l("@supports missing '}'")}()||_()||M()||k()||function(){const e=a(),t=p(/^@([-\w]+)?document *([^{]+)/);if(!t)return;const n=pI(t[1]),r=pI(t[2]);if(!c())return l("@document missing '{'");const o=f().concat(d());return u()?e({type:"document",document:r,vendor:n,rules:o}):l("@document missing '}'")}()||function(){const e=a();if(!p(/^@page */))return;const t=g()||[];if(!c())return l("@page missing '{'");let n,r=f();for(;n=b();)r.push(n),r=r.concat(f());return u()?e({type:"page",selectors:t,declarations:r}):l("@page missing '}'")}()||function(){const e=a();if(!p(/^@host\s*/))return;if(!c())return l("@host missing '{'");const t=f().concat(d());return u()?e({type:"host",rules:t}):l("@host missing '}'")}()||function(){const e=a();if(!p(/^@font-face\s*/))return;if(!c())return l("@font-face missing '{'");let t,n=f();for(;t=b();)n.push(t),n=n.concat(f());return u()?e({type:"font-face",declarations:n}):l("@font-face missing '}'")}()}function L(){const e=a(),t=g();return t?(f(),e({type:"rule",selectors:t,declarations:v()})):l("selector missing")}return mI(function(){const e=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:e,parsingErrors:s}}}())}function pI(e){return e?e.replace(/^\s+|\s+$/g,""):""}function mI(e,t){const n=e&&"string"==typeof e.type,r=n?e:t;for(const t in e){const n=e[t];Array.isArray(n)?n.forEach((function(e){mI(e,r)})):n&&"object"==typeof n&&mI(n,r)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}var fI=n(5717),hI=n.n(fI);const gI=bI;function bI(e){this.options=e||{}}bI.prototype.emit=function(e){return e},bI.prototype.visit=function(e){return this[e.type](e)},bI.prototype.mapVisit=function(e,t){let n="";t=t||"";for(let r=0,o=e.length;rt=>{if("declaration"===t.type){const a=function(e){const t=/url\((\s*)(['"]?)(.+?)\2(\s*)\)/g;let n;const r=[];for(;null!==(n=t.exec(e));){const e={source:n[0],before:n[1],quote:n[2],value:n[3],after:n[4]};wI(e)&&r.push(e)}return r}(t.value).map((o=e,e=>({...e,newUrl:"url("+e.before+e.quote+EI(e.value,o)+e.quote+e.after+")"})));return{...t,value:(n=t.value,r=a,r.forEach((e=>{n=n.replace(e.source,e.newUrl)})),n)}}var n,r,o;return t},CI=/^(body|html|:root).*$/,xI=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n=>{const r=n=>t.includes(n.trim())?n:n.match(CI)?n.replace(/^(body|html|:root)/,e):e+" "+n;return"rule"===n.type?{...n,selectors:n.selectors.map(r)}:n}},SI=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,vt.map)(e,(e=>{let{css:n,baseURL:r,__experimentalNoWrapper:o=!1}=e;const a=[];return t&&!o&&a.push(xI(t)),r&&a.push(LI(r)),a.length?kI(n,KA(a)):n}))},AI=".editor-styles-wrapper";function TI(e){return(0,ft.useCallback)((e=>{if(!e)return;const{ownerDocument:t}=e,{defaultView:n,body:r}=t,o=t.querySelector(AI);let a;if(o)a=n.getComputedStyle(o,null).getPropertyValue("background-color");else{const e=t.createElement("div");e.classList.add("editor-styles-wrapper"),r.appendChild(e),a=n.getComputedStyle(e,null).getPropertyValue("background-color"),r.removeChild(e)}const i=Ao(a);i.luminance()>.5||0===i.alpha()?r.classList.remove("is-dark-theme"):r.classList.add("is-dark-theme")}),[e])}function zI(e){let{styles:t}=e;const n=(0,ft.useMemo)((()=>SI(t,AI)),[t]);return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("style",{ref:TI(t)}),n.map(((e,t)=>(0,ft.createElement)("style",{key:t},e))))}let NI;zo([No,Bo]);const OI=function(e){let{viewportWidth:t,__experimentalPadding:n}=e;const[r,{width:o}]=Lf(),[a,{height:i}]=Lf(),s=Nc((e=>e(Hw).getSettings().styles),[]);NI=NI||XA(UU);const l=o/t;return(0,ft.createElement)("div",{className:"block-editor-block-preview__container"},r,(0,ft.createElement)(MB,{className:"block-editor-block-preview__content",style:{transform:`scale(${l})`,height:i*l}},(0,ft.createElement)(sI,{head:(0,ft.createElement)(zI,{styles:s}),contentRef:sh((e=>{const{ownerDocument:{documentElement:t}}=e;t.classList.add("block-editor-block-preview__content-iframe"),t.style.position="absolute",t.style.width="100%",e.style.padding=n+"px"}),[]),"aria-hidden":!0,tabIndex:-1,style:{position:"absolute",width:t,height:i,pointerEvents:"none"}},a,(0,ft.createElement)(NI,{renderAppender:!1}))))};const DI=(0,ft.memo)((function(e){let{blocks:t,__experimentalPadding:n=0,viewportWidth:r=1200,__experimentalLive:o=!1,__experimentalOnClick:a}=e;const i=Nc((e=>e(Hw).getSettings()),[]),s=(0,ft.useMemo)((()=>{const e={...i};return e.__experimentalBlockPatterns=[],e}),[i]),l=(0,ft.useMemo)((()=>(0,vt.castArray)(t)),[t]);return t&&0!==t.length?(0,ft.createElement)(fB,{value:l,settings:s},o?(0,ft.createElement)(kB,{onClick:a}):(0,ft.createElement)(OI,{viewportWidth:r,__experimentalPadding:n})):null}));const BI=function(e){var t,n;let{item:r}=e;const{name:o,title:a,icon:i,description:s,initialAttributes:l}=r,c=ra(o),u=sa(r);return(0,ft.createElement)("div",{className:"block-editor-inserter__preview-container"},(0,ft.createElement)("div",{className:"block-editor-inserter__preview"},u||null!=c&&c.example?(0,ft.createElement)("div",{className:"block-editor-inserter__preview-content"},(0,ft.createElement)(DI,{__experimentalPadding:16,viewportWidth:null!==(t=null===(n=c.example)||void 0===n?void 0:n.viewportWidth)&&void 0!==t?t:500,blocks:c.example?Aa(r.name,{attributes:{...c.example.attributes,...l},innerBlocks:c.example.innerBlocks}):va(o,l)})):(0,ft.createElement)("div",{className:"block-editor-inserter__preview-content-missing"},vr("No Preview Available."))),!u&&(0,ft.createElement)(uB,{title:a,icon:i,description:s}))};function II(e,t){const n=[];for(let r=0;r1&&void 0!==arguments[1]?arguments[1]:{step:1};const{step:n=1}=t,[r,o]=(0,ft.useState)([]);return(0,ft.useEffect)((()=>{let t=II(e,r);t.length{e.length<=a||(o((t=>[...t,...e.slice(a,a+n)])),a+=n,i.add({},s))};return i.add({},s),()=>i.reset()}),[e]),r},RI=(0,ft.createContext)();const HI=(0,ft.forwardRef)((function(e,t){let{isFirst:n,as:r,children:o,...a}=e;const i=(0,ft.useContext)(RI);return(0,ft.createElement)(Ev,bt({ref:t,state:i,role:"option",focusable:!0},a),(e=>{const t={...e,tabIndex:n?0:e.tabIndex};return r?(0,ft.createElement)(r,t,o):"function"==typeof o?o(t):(0,ft.createElement)(db,t,o)}))})),WI="is-dragging-components-draggable";function YI(e){let{children:t,onDragStart:n,onDragOver:r,onDragEnd:o,cloneClassname:a,elementId:i,transferData:s,__experimentalTransferDataType:l="text",__experimentalDragComponent:c}=e;const u=(0,ft.useRef)(null),d=(0,ft.useRef)((()=>{}));return(0,ft.useEffect)((()=>()=>{d.current()}),[]),(0,ft.createElement)(ft.Fragment,null,t({onDraggableStart:function(e){const{ownerDocument:t}=e.target;e.dataTransfer.setData(l,JSON.stringify(s));const o=t.createElement("div");o.style.top=0,o.style.left=0;const c=t.createElement("div");"function"==typeof e.dataTransfer.setDragImage&&(c.classList.add("components-draggable__invisible-drag-image"),t.body.appendChild(c),e.dataTransfer.setDragImage(c,0,0)),o.classList.add("components-draggable__clone"),a&&o.classList.add(a);let p=0,m=0;if(u.current){p=e.clientX,m=e.clientY,o.style.transform=`translate( ${p}px, ${m}px )`;const n=t.createElement("div");n.innerHTML=u.current.innerHTML,o.appendChild(n),t.body.appendChild(o)}else{const e=t.getElementById(i),n=e.getBoundingClientRect(),r=e.parentNode,a=parseInt(n.top,10),s=parseInt(n.left,10);o.style.width=`${n.width+0}px`;const l=e.cloneNode(!0);l.id=`clone-${i}`,p=s-0,m=a-0,o.style.transform=`translate( ${p}px, ${m}px )`,Array.from(l.querySelectorAll("iframe")).forEach((e=>e.parentNode.removeChild(e))),o.appendChild(l),r.appendChild(o)}let f=e.clientX,h=e.clientY;const g=(0,vt.throttle)((function(e){if(f===e.clientX&&h===e.clientY)return;const t=p+e.clientX-f,n=m+e.clientY-h;o.style.transform=`translate( ${t}px, ${n}px )`,f=e.clientX,h=e.clientY,p=t,m=n,r&&r(e)}),16);let b;t.addEventListener("dragover",g),t.body.classList.add(WI),e.persist(),n&&(b=setTimeout((()=>n(e)))),d.current=()=>{o&&o.parentNode&&o.parentNode.removeChild(o),c&&c.parentNode&&c.parentNode.removeChild(c),t.body.classList.remove(WI),t.removeEventListener("dragover",g),clearTimeout(b)}},onDraggableEnd:function(e){e.preventDefault(),d.current(),o&&o(e)}}),c&&(0,ft.createElement)("div",{className:"components-draggable-drag-component-root",style:{display:"none"},ref:u},c))}const jI=(0,ft.createElement)(_h,{width:"18",height:"18",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18"},(0,ft.createElement)(vh,{d:"M5 4h2V2H5v2zm6-2v2h2V2h-2zm-6 8h2V8H5v2zm6 0h2V8h-2v2zm-6 6h2v-2H5v2zm6 0h2v-2h-2v2z"}));function qI(e){let{count:t,icon:n}=e;return(0,ft.createElement)("div",{className:"block-editor-block-draggable-chip-wrapper"},(0,ft.createElement)("div",{className:"block-editor-block-draggable-chip"},(0,ft.createElement)(AE,{justify:"center",className:"block-editor-block-draggable-chip__content"},(0,ft.createElement)(zE,null,n?(0,ft.createElement)(cB,{icon:n}):Tn(_r("%d block","%d blocks",t),t)),(0,ft.createElement)(zE,null,(0,ft.createElement)(cB,{icon:jI})))))}const FI=e=>{let{isEnabled:t,blocks:n,icon:r,children:o}=e;const a={type:"inserter",blocks:n};return(0,ft.createElement)(YI,{__experimentalTransferDataType:"wp-blocks",transferData:a,__experimentalDragComponent:(0,ft.createElement)(qI,{count:n.length,icon:r})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return o({draggable:t,onDragStart:t?n:void 0,onDragEnd:t?r:void 0})}))};function VI(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window;const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||["iPad","iPhone"].includes(t)}const XI=(0,ft.memo)((function(e){let{className:t,isFirst:n,item:r,onSelect:o,onHover:a,isDraggable:i,...s}=e;const l=(0,ft.useRef)(!1),c=r.icon?{backgroundColor:r.icon.background,color:r.icon.foreground}:{},u=(0,ft.useMemo)((()=>[va(r.name,r.initialAttributes,ya(r.innerBlocks))]),[r.name,r.initialAttributes,r.initialAttributes]);return(0,ft.createElement)(FI,{isEnabled:i&&!r.disabled,blocks:u,icon:r.icon},(e=>{let{draggable:i,onDragStart:u,onDragEnd:d}=e;return(0,ft.createElement)("div",{className:"block-editor-block-types-list__list-item",draggable:i,onDragStart:e=>{l.current=!0,u&&(a(null),u(e))},onDragEnd:e=>{l.current=!1,d&&d(e)}},(0,ft.createElement)(HI,bt({isFirst:n,className:jp()("block-editor-block-types-list__item",t),disabled:r.isDisabled,onClick:e=>{e.preventDefault(),o(r,VI()?e.metaKey:e.ctrlKey),a(null)},onKeyDown:e=>{const{keyCode:t}=e;t===Sf&&(e.preventDefault(),o(r,VI()?e.metaKey:e.ctrlKey),a(null))},onFocus:()=>{l.current||a(r)},onMouseEnter:()=>{l.current||a(r)},onMouseLeave:()=>a(null),onBlur:()=>a(null)},s),(0,ft.createElement)("span",{className:"block-editor-block-types-list__item-icon",style:c},(0,ft.createElement)(cB,{icon:r.icon,showColors:!0})),(0,ft.createElement)("span",{className:"block-editor-block-types-list__item-title"},r.title)))}))}));const UI=(0,ft.forwardRef)((function(e,t){const[n,r]=(0,ft.useState)(!1);return(0,ft.useEffect)((()=>{n&&nM(vr("Use left and right arrow keys to move through blocks"))}),[n]),(0,ft.createElement)("div",bt({ref:t,role:"listbox","aria-orientation":"horizontal",onFocus:()=>{r(!0)},onBlur:e=>{!e.currentTarget.contains(e.relatedTarget)&&r(!1)}},e))}));function $I(e,t){if(t)return null==e?void 0:e.find((function(e){return e.id===t&&!e.disabled}))}var GI=zb({name:"Group",compose:tv,keys:[],useProps:function(e,t){return Db({role:"group"},t)}}),KI=(Ab({as:"div",useHook:GI}),zb({name:"CompositeGroup",compose:[GI,yv],keys:dv,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return GI.unstable_propsAreEqual(e,t);var n=e.currentId,r=(e.unstable_moves,Bb(e,["currentId","unstable_moves"])),o=t.currentId,a=(t.unstable_moves,Bb(t,["currentId","unstable_moves"]));if(e.items&&t.items){var i=$I(e.items,n),s=$I(t.items,o),l=null==i?void 0:i.groupId,c=null==s?void 0:s.groupId;if(t.id===c||t.id===l)return!1}return GI.unstable_propsAreEqual(r,a)},useProps:function(e,t){var n=t.ref,r=Bb(t,["ref"]),o=(0,ft.useRef)(null),a=e.id;return qb((function(){var t;if(a)return null===(t=e.registerGroup)||void 0===t||t.call(e,{id:a,ref:o}),function(){var t;null===(t=e.unregisterGroup)||void 0===t||t.call(e,a)}}),[a,e.registerGroup,e.unregisterGroup]),Db({ref:Hb(o,n)},r)}})),JI=Ab({as:"div",useHook:KI});const ZI=(0,ft.forwardRef)((function(e,t){const n=(0,ft.useContext)(RI);return(0,ft.createElement)(JI,bt({state:n,role:"presentation",ref:t},e))}));const QI=function(e){let{items:t=[],onSelect:n,onHover:r=(()=>{}),children:o,label:a,isDraggable:i=!0}=e;return(0,ft.createElement)(UI,{className:"block-editor-block-types-list","aria-label":a},function(e,t){const n=[];for(let r=0,o=e.length;r(0,ft.createElement)(ZI,{key:t},e.map(((e,o)=>(0,ft.createElement)(XI,{key:e.id,item:e,className:$i(e.id),onSelect:n,onHover:r,isDraggable:i,isFirst:0===t&&0===o})))))),o)};const eP=function(e){let{title:t,icon:n,children:r}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("div",{className:"block-editor-inserter__panel-header"},(0,ft.createElement)("h2",{className:"block-editor-inserter__panel-title"},t),(0,ft.createElement)(pg,{icon:n})),(0,ft.createElement)("div",{className:"block-editor-inserter__panel-content"},r))},tP=(e,t)=>{const{categories:n,collections:r,items:o}=Nc((t=>{const{getInserterItems:n}=t(Hw),{getCategories:r,getCollections:o}=t(ni);return{categories:r(),collections:o(),items:n(e)}}),[e]),a=(0,ft.useCallback)(((e,n)=>{let{name:r,initialAttributes:o,innerBlocks:a}=e;const i=va(r,o,ya(a));t(i,void 0,n)}),[t]);return[o,n,r,a]};function nP(e){return(0,ft.useState)(e)[0]}function rP(e){for(var t,n=[[]],r=function(){var e=t.value,r=n.find((function(t){return!t[0]||t[0].groupId===e.groupId}));r?r.push(e):n.push([e])},o=Pb(e);!(t=o()).done;)r();return n}function oP(e){for(var t,n=[],r=Pb(e);!(t=r()).done;){var o=t.value;n.push.apply(n,o)}return n}function aP(e){return e.slice().reverse()}function iP(e,t){return function(e){return"function"==typeof e}(e)?e(t):e}function sP(e){void 0===e&&(e={});var t=nP(e).baseId,n=(0,ft.useContext)(vv),r=(0,ft.useRef)(0),o=(0,ft.useState)((function(){return t||n()}));return{baseId:o[0],setBaseId:o[1],unstable_idCountRef:r}}function lP(e,t){return Boolean(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function cP(e,t){return e.findIndex((function(e){return!(!e.ref.current||!t.ref.current)&&lP(t.ref.current,e.ref.current)}))}function uP(e){for(var t,n=0,r=Pb(e);!(t=r()).done;){var o=t.value.length;o>n&&(n=o)}return n}function dP(e){for(var t=rP(e),n=uP(t),r=[],o=0;oa&&(n=!0),-1):(r(0,vt.orderBy)(a,["frecency"],["desc"]).slice(0,6)),[a]),u=(0,ft.useMemo)((()=>a.filter((e=>!e.category))),[a]),d=(0,ft.useMemo)((()=>(0,vt.flow)((e=>e.filter((e=>e.category&&"reusable"!==e.category))),(e=>(0,vt.groupBy)(e,"category")))(a)),[a]),p=(0,ft.useMemo)((()=>{const e={...s};return Object.keys(s).forEach((t=>{e[t]=a.filter((e=>(e=>e.name.split("/")[0])(e)===t)),0===e[t].length&&delete e[t]})),e}),[a,s]);(0,ft.useEffect)((()=>()=>r(null)),[]);const m=PI(i),f=i.length===m.length,h=(0,ft.useMemo)((()=>Object.entries(s)),[s]),g=PI(f?h:LP);return(0,ft.createElement)(EP,null,(0,ft.createElement)("div",null,o&&!!c.length&&(0,ft.createElement)(eP,{title:yr("Most used","blocks")},(0,ft.createElement)(QI,{items:c,onSelect:l,onHover:r,label:yr("Most used","blocks")})),(0,vt.map)(m,(e=>{const t=d[e.slug];return t&&t.length?(0,ft.createElement)(eP,{key:e.slug,title:e.title,icon:e.icon},(0,ft.createElement)(QI,{items:t,onSelect:l,onHover:r,label:e.title})):null})),f&&u.length>0&&(0,ft.createElement)(eP,{className:"block-editor-inserter__uncategorized-blocks-panel",title:vr("Uncategorized")},(0,ft.createElement)(QI,{items:u,onSelect:l,onHover:r,label:vr("Uncategorized")})),(0,vt.map)(g,(e=>{let[t,n]=e;const o=p[t];return o&&o.length?(0,ft.createElement)(eP,{key:t,title:n.title,icon:n.icon},(0,ft.createElement)(QI,{items:o,onSelect:l,onHover:r,label:n.title})):null}))))},xP=ib("select",{target:"e1mv6sxx1"})("&&&{appearance:none;background:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",XE.black,";display:block;margin:0;width:100%;",(e=>{let{disabled:t}=e;return t?uE({color:XE.ui.textDisabled},"",""):""}),";",(e=>{let{selectSize:t}=e;const n={default:"13px",small:"11px"}[t];return n?uE("font-size:","16px",";@media ( min-width: 600px ){font-size:",n,";}",""):""}),";",(e=>{let{selectSize:t}=e;const n={default:{height:30,lineHeight:1,minHeight:30},small:{height:24,lineHeight:1,minHeight:24}};return uE(n[t]||n.default,"","")}),";",CE({paddingLeft:8,paddingRight:24}),";}"),SP=ib("div",{target:"e1mv6sxx0"})("align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;top:0;",CE({right:0})," svg{display:block;}");function AP(e,t){let{className:n,disabled:r=!1,help:o,hideLabelFromVision:a,id:i,label:s,multiple:l=!1,onBlur:c=vt.noop,onChange:u=vt.noop,onFocus:d=vt.noop,options:p=[],size:m="default",value:f,labelPosition:h="top",children:g,prefix:b,suffix:v,...y}=e;const[_,M]=(0,ft.useState)(!1),k=function(e){const t=mf(AP);return e||`inspector-select-control-${t}`}(i),w=o?`${k}__help`:void 0;if((0,vt.isEmpty)(p)&&!g)return null;const E=jp()("components-select-control",n);return(0,ft.createElement)(ZE,{help:o,id:k},(0,ft.createElement)(RC,{className:E,disabled:r,hideLabelFromVision:a,id:k,isFocused:_,label:s,size:m,suffix:v||(0,ft.createElement)(SP,null,(0,ft.createElement)(ES,{icon:ZS,size:18})),prefix:b,labelPosition:h},(0,ft.createElement)(xP,bt({},y,{"aria-describedby":w,className:"components-select-control__input",disabled:r,id:k,multiple:l,onBlur:e=>{c(e),M(!1)},onChange:e=>{if(l){const t=Array.from(e.target.options).filter((e=>{let{selected:t}=e;return t})),n=t.map((e=>{let{value:t}=e;return t}));u(n)}else u(e.target.value,{event:e})},onFocus:e=>{d(e),M(!0)},ref:t,selectSize:m,value:f}),g||p.map(((e,t)=>{const n=e.id||`${e.label}-${e.value}-${t}`;return(0,ft.createElement)("option",{key:n,value:e.value,disabled:e.disabled},e.label)})))))}const TP=(0,ft.forwardRef)(AP);const zP=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r,openPatternExplorer:o}=e;const a=kf("medium","<"),i=jp()("block-editor-inserter__panel-header","block-editor-inserter__panel-header-patterns");return(0,ft.createElement)(AE,{justify:"space-between",align:"start",gap:"4",className:i},(0,ft.createElement)(zE,{isBlock:!0},(0,ft.createElement)(TP,{className:"block-editor-inserter__panel-dropdown",label:vr("Filter patterns"),hideLabelFromVision:!0,value:t.name,onChange:e=>{r(n.find((t=>e===t.name)))},onBlur:e=>{null!=e&&e.relatedTarget||e.stopPropagation()},options:(()=>{const e=[];return n.map((t=>e.push({value:t.name,label:t.label}))),e})()})),!a&&(0,ft.createElement)(zE,null,(0,ft.createElement)(db,{variant:"secondary",className:"block-editor-inserter__patterns-explorer-expand",label:vr("Explore all patterns"),onClick:()=>o()},yr("Explore","Label for showing all block patterns"))))},NP=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}},OP=NP("context")((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CREATE_NOTICE":return[...(0,vt.reject)(e,{id:t.notice.id}),t.notice];case"REMOVE_NOTICE":return(0,vt.reject)(e,{id:t.id})}return e})),DP="global",BP="info";function IP(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:BP,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{speak:r=!0,isDismissible:o=!0,context:a=DP,id:i=(0,vt.uniqueId)(a),actions:s=[],type:l="default",__unstableHTML:c,icon:u=null,explicitDismiss:d=!1,onDismiss:p}=n;return t=String(t),{type:"CREATE_NOTICE",context:a,notice:{id:i,status:e,content:t,spokenMessage:r?t:null,__unstableHTML:c,isDismissible:o,actions:s,type:l,icon:u,explicitDismiss:d,onDismiss:p}}}function PP(e,t){return IP("success",e,t)}function RP(e,t){return IP("info",e,t)}function HP(e,t){return IP("error",e,t)}function WP(e,t){return IP("warning",e,t)}function YP(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:DP;return{type:"REMOVE_NOTICE",id:e,context:t}}const jP=[];function qP(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:DP;return e[t]||jP}const FP=fn("core/notices",{reducer:OP,actions:b,selectors:v});En(FP);const VP=(e,t)=>{const{patternCategories:n,patterns:r}=Nc((e=>{const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(Hw);return{patterns:n(t),patternCategories:r().__experimentalBlockPatternCategories}}),[t]),{createSuccessNotice:o}=Cp(FP),a=(0,ft.useCallback)(((t,n)=>{e((0,vt.map)(n,(e=>Ma(e))),t.name),o(Tn(vr('Block pattern "%s" inserted.'),t.title),{type:"snackbar"})}),[]);return[r,n,a]};function XP(e,t,n){return void 0===n&&(n={}),"function"==typeof FocusEvent?new FocusEvent(t,n):_v(e,t,n)}function UP(e,t){var n=XP(e,"blur",t),r=e.dispatchEvent(n),o=wb(wb({},t),{},{bubbles:!0});return e.dispatchEvent(XP(e,"focusout",o)),r}function $P(e,t,n){return e.dispatchEvent(function(e,t,n){if(void 0===n&&(n={}),"function"==typeof KeyboardEvent)return new KeyboardEvent(t,n);var r=Wb(e).createEvent("KeyboardEvent");return r.initKeyboardEvent(t,n.bubbles,n.cancelable,Yb(e),n.key,n.location,n.ctrlKey,n.altKey,n.shiftKey,n.metaKey),r}(e,t,n))}var GP=jb&&"msCrypto"in window;var KP=jb&&"msCrypto"in window;function JP(e,t,n){var r=Fb(n);return(0,ft.useCallback)((function(n){var o;if(null===(o=r.current)||void 0===o||o.call(r,n),!n.defaultPrevented&&e&&function(e){return!!Vb(e)&&!e.metaKey&&"Tab"!==e.key}(n)){var a=null==t?void 0:t.ref.current;a&&($P(a,n.type,n)||n.preventDefault(),n.currentTarget.contains(a)&&n.stopPropagation())}}),[e,t])}function ZP(e,t){return null==e?void 0:e.some((function(e){return!!t&&e.ref.current===t}))}var QP=zb({name:"Composite",compose:[iv],keys:uv,useOptions:function(e){return Db(Db({},e),{},{currentId:cv(e)})},useProps:function(e,t){var n=t.ref,r=t.onFocusCapture,o=t.onFocus,a=t.onBlurCapture,i=t.onKeyDown,s=t.onKeyDownCapture,l=t.onKeyUpCapture,c=Bb(t,["ref","onFocusCapture","onFocus","onBlurCapture","onKeyDown","onKeyDownCapture","onKeyUpCapture"]),u=(0,ft.useRef)(null),d=$I(e.items,e.currentId),p=(0,ft.useRef)(null),m=Fb(r),f=Fb(o),h=Fb(a),g=Fb(i),b=function(e){var t=Fb(e),n=(0,ft.useReducer)((function(e){return e+1}),0),r=n[0],o=n[1];return(0,ft.useEffect)((function(){var e,n=null===(e=t.current)||void 0===e?void 0:e.ref.current;r&&n&&mv(n)}),[r]),o}(d),v=KP?function(e){var t=(0,ft.useRef)(null);return(0,ft.useEffect)((function(){var n=Wb(e.current),r=function(e){var n=e.target;t.current=n};return n.addEventListener("focus",r,!0),function(){n.removeEventListener("focus",r,!0)}}),[]),t}(u):void 0;(0,ft.useEffect)((function(){var t=u.current;e.unstable_moves&&!d&&(null==t||t.focus())}),[e.unstable_moves,d]);var y=JP(e.unstable_virtual,d,s),_=JP(e.unstable_virtual,d,l),M=(0,ft.useCallback)((function(t){var n;if(null===(n=m.current)||void 0===n||n.call(m,t),!t.defaultPrevented&&e.unstable_virtual){var r=(null==v?void 0:v.current)||t.relatedTarget,o=ZP(e.items,r);Vb(t)&&o&&(t.stopPropagation(),p.current=r)}}),[e.unstable_virtual,e.items]),k=(0,ft.useCallback)((function(t){var n;if(null===(n=f.current)||void 0===n||n.call(f,t),!t.defaultPrevented)if(e.unstable_virtual)Vb(t)&&b();else if(Vb(t)){var r;null===(r=e.setCurrentId)||void 0===r||r.call(e,null)}}),[e.unstable_virtual,e.setCurrentId]),w=(0,ft.useCallback)((function(t){var n;if(null===(n=h.current)||void 0===n||n.call(h,t),!t.defaultPrevented&&e.unstable_virtual){var r=(null==d?void 0:d.ref.current)||null,o=function(e){return GP?Xb(e.currentTarget):e.relatedTarget}(t),a=ZP(e.items,o);if(Vb(t)&&a)o===r?p.current&&p.current!==o&&UP(p.current,t):r&&UP(r,t),t.stopPropagation();else!ZP(e.items,t.target)&&r&&UP(r,t)}}),[e.unstable_virtual,e.items,d]),E=(0,ft.useCallback)((function(t){var n,r;if(null===(n=g.current)||void 0===n||n.call(g,t),!t.defaultPrevented&&null===e.currentId&&Vb(t)){var o="horizontal"!==e.orientation,a="vertical"!==e.orientation,i=!(null===(r=e.groups)||void 0===r||!r.length),s={ArrowUp:(i||o)&&function(){if(i){var t,n=function(e){return lv(oP(aP(rP(e))))}(e.items);if(null!=n&&n.id)null===(t=e.move)||void 0===t||t.call(e,n.id)}else{var r;null===(r=e.last)||void 0===r||r.call(e)}},ArrowRight:(i||a)&&e.first,ArrowDown:(i||o)&&e.first,ArrowLeft:(i||a)&&e.last,Home:e.first,End:e.last,PageUp:e.first,PageDown:e.last},l=s[t.key];l&&(t.preventDefault(),l())}}),[e.currentId,e.orientation,e.groups,e.items,e.move,e.last,e.first]);return Db({ref:Hb(u,n),id:e.baseId,onFocus:k,onFocusCapture:M,onBlurCapture:w,onKeyDownCapture:y,onKeyDown:E,onKeyUpCapture:_,"aria-activedescendant":e.unstable_virtual&&(null==d?void 0:d.id)||void 0},c)},useComposeProps:function(e,t){t=tv(e,t,!0);var n=iv(e,t,!0);return e.unstable_virtual||null===e.currentId?Db({tabIndex:0},n):Db(Db({},t),{},{ref:n.ref})}}),eR=Ab({as:"div",useHook:QP,useCreateElement:function(e,t,n){return _b(e,t,n)}});function tR(e){let{isDraggable:t,pattern:n,onClick:r,composite:o}=e;const{blocks:a,viewportWidth:i}=n,s=`block-editor-block-patterns-list__item-description-${mf(tR)}`;return(0,ft.createElement)(FI,{isEnabled:t,blocks:a},(e=>{let{draggable:t,onDragStart:l,onDragEnd:c}=e;return(0,ft.createElement)("div",{className:"block-editor-block-patterns-list__list-item","aria-label":n.title,"aria-describedby":n.description?s:void 0,draggable:t,onDragStart:l,onDragEnd:c},(0,ft.createElement)(Ev,bt({role:"option",as:"div"},o,{className:"block-editor-block-patterns-list__item",onClick:()=>r(n,a)}),(0,ft.createElement)(DI,{blocks:a,viewportWidth:i}),(0,ft.createElement)("div",{className:"block-editor-block-patterns-list__item-title"},n.title),!!n.description&&(0,ft.createElement)(cb,{id:s},n.description)))}))}function nR(){return(0,ft.createElement)("div",{className:"block-editor-block-patterns-list__item is-placeholder"})}const rR=function(e){let{isDraggable:t,blockPatterns:n,shownPatterns:r,onClickPattern:o,orientation:a,label:i=vr("Block Patterns")}=e;const s=wP({orientation:a});return(0,ft.createElement)(eR,bt({},s,{role:"listbox",className:"block-editor-block-patterns-list","aria-label":i}),n.map((e=>r.includes(e)?(0,ft.createElement)(tR,{key:e.name,pattern:e,onClick:o,isDraggable:t,composite:s}):(0,ft.createElement)(nR,{key:e.name}))))};function oR(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r}=e;const o="block-editor-block-patterns-explorer__sidebar";return(0,ft.createElement)("div",{className:`${o}__categories-list`},n.map((e=>{let{name:n,label:a}=e;return(0,ft.createElement)(db,{key:n,label:a,className:`${o}__categories-list__item`,isPressed:t===n,onClick:()=>{r(n)}},a)})))}function aR(e){let{filterValue:t,setFilterValue:n}=e;return(0,ft.createElement)("div",{className:"block-editor-block-patterns-explorer__search"},(0,ft.createElement)(UD,{onChange:n,value:t,label:vr("Search for patterns"),placeholder:vr("Search")}))}const iR=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r,filterValue:o,setFilterValue:a}=e;return(0,ft.createElement)("div",{className:"block-editor-block-patterns-explorer__sidebar"},(0,ft.createElement)(aR,{filterValue:o,setFilterValue:a}),!o&&(0,ft.createElement)(oR,{selectedCategory:t,patternCategories:n,onClickCategory:r}))};const sR=function(){return(0,ft.createElement)("div",{className:"block-editor-inserter__no-results"},(0,ft.createElement)(ES,{className:"block-editor-inserter__no-results-icon",icon:lB}),(0,ft.createElement)("p",null,vr("No results found.")))};const lR=function(e){let{rootClientId:t="",insertionIndex:n,clientId:r,isAppender:o,onSelect:a,shouldFocusBlock:i=!0}=e;const{getSelectedBlock:s}=Nc(Hw),{destinationRootClientId:l,destinationIndex:c}=Nc((e=>{const{getSelectedBlockClientId:a,getBlockRootClientId:i,getBlockIndex:s,getBlockOrder:l}=e(Hw),c=a();let u,d=t;return void 0!==n?u=n:r?u=s(r,d):!o&&c?(d=i(c),u=s(c,d)+1):u=l(d).length,{destinationRootClientId:d,destinationIndex:u}}),[t,n,r,o]),{replaceBlocks:u,insertBlocks:d,showInsertionPoint:p,hideInsertionPoint:m}=Cp(Hw),f=(0,ft.useCallback)((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=s();!o&&r&&za(r)?u(r.clientId,e,null,i||n?0:null,t):d(e,c,l,!0,i||n?0:null,t);const p=Tn(_r("%d block added.","%d blocks added.",(0,vt.castArray)(e).length),(0,vt.castArray)(e).length);nM(p),a&&a()}),[o,s,u,d,l,c,a,i]),h=(0,ft.useCallback)((e=>{e?p(l,c):m()}),[p,m,l,c]);return[l,f,h]},cR=e=>e.name||"",uR=e=>e.title,dR=e=>e.description||"",pR=e=>e.keywords||[],mR=e=>e.category,fR=()=>null;function hR(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=(0,vt.deburr)(e),e=e.replace(/^\//,""),e=e.toLowerCase(),e}const gR=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return(0,vt.words)(hR(e))},bR=(e,t)=>(0,vt.differenceWith)(e,gR(t),((e,t)=>t.includes(e))),vR=(e,t,n,r)=>{if(0===gR(r).length)return e;const o={getCategory:e=>{var n;return null===(n=(0,vt.find)(t,{slug:e.category}))||void 0===n?void 0:n.title},getCollection:e=>{var t;return null===(t=n[e.name.split("/")[0]])||void 0===t?void 0:t.title}};return yR(e,r,o)},yR=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=gR(t);if(0===r.length)return e;const o=e.map((e=>[e,_R(e,t,n)])).filter((e=>{let[,t]=e;return t>0}));return o.sort(((e,t)=>{let[,n]=e,[,r]=t;return r-n})),o.map((e=>{let[t]=e;return t}))};function _R(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{getName:r=cR,getTitle:o=uR,getDescription:a=dR,getKeywords:i=pR,getCategory:s=mR,getCollection:l=fR}=n,c=r(e),u=o(e),d=a(e),p=i(e),m=s(e),f=l(e),h=hR(t),g=hR(u);let b=0;if(h===g)b+=30;else if(g.startsWith(h))b+=20;else{const e=[c,u,d,...p,m,f].join(" "),t=(0,vt.words)(h);0===bR(t,e).length&&(b+=10)}return 0!==b&&c.startsWith("core/")&&b++,b}function MR(e){let{filterValue:t,filteredBlockPatternsLength:n}=e;return t?(0,ft.createElement)(hA,{level:2,lineHeight:"48px",className:"block-editor-block-patterns-explorer__search-results-count"},Tn(_r('%1$d pattern found for "%2$s"','%1$d patterns found for "%2$s"',n),n,t)):null}const kR=function(e){let{filterValue:t,selectedCategory:n,patternCategories:r}=e;const o=ff(nM,500),[a,i]=lR({shouldFocusBlock:!0}),[s,,l]=VP(i,a),c=(0,ft.useMemo)((()=>r.map((e=>e.name))),[r]),u=(0,ft.useMemo)((()=>t?yR(s,t):s.filter((e=>{var t,r;return"uncategorized"===n?!(null!==(t=e.categories)&&void 0!==t&&t.length)||e.categories.every((e=>!c.includes(e))):null===(r=e.categories)||void 0===r?void 0:r.includes(n)}))),[t,n,s]);(0,ft.useEffect)((()=>{if(!t)return;const e=u.length,n=Tn(_r("%d result found.","%d results found.",e),e);o(n)}),[t,o]);const d=PI(u,{step:2}),p=!(null==u||!u.length);return(0,ft.createElement)("div",{className:"block-editor-block-patterns-explorer__list"},p&&(0,ft.createElement)(MR,{filterValue:t,filteredBlockPatternsLength:u.length}),(0,ft.createElement)(EP,null,!p&&(0,ft.createElement)(sR,null),p&&(0,ft.createElement)(rR,{shownPatterns:d,blockPatterns:u,onClickPattern:l,isDraggable:!1})))};function wR(e){let{initialCategory:t,patternCategories:n}=e;const[r,o]=(0,ft.useState)(""),[a,i]=(0,ft.useState)(null==t?void 0:t.name);return(0,ft.createElement)("div",{className:"block-editor-block-patterns-explorer"},(0,ft.createElement)(iR,{selectedCategory:a,patternCategories:n,onClickCategory:i,filterValue:r,setFilterValue:o}),(0,ft.createElement)(kR,{filterValue:r,selectedCategory:a,patternCategories:n}))}const ER=function(e){let{onModalClose:t,...n}=e;return(0,ft.createElement)(uT,{title:vr("Patterns"),closeLabel:vr("Close"),onRequestClose:t,isFullScreen:!0},(0,ft.createElement)(wR,n))};function LR(e){let{rootClientId:t,onInsert:n,selectedCategory:r,populatedCategories:o}=e;const[a,,i]=VP(n,t),s=(0,ft.useCallback)((e=>{var t;if(null===(t=e.categories)||void 0===t||!t.length)return 1/0;const n=o.reduce(((e,t,n)=>{let{name:r}=t;return e[r]=n,e}),{});return Math.min(...e.categories.map((e=>void 0!==n[e]?n[e]:1/0)))}),[o]),l=(0,ft.useMemo)((()=>a.filter((e=>{var t;return"uncategorized"===r.name?s(e)===1/0:null===(t=e.categories)||void 0===t?void 0:t.includes(r.name)}))),[a,r]),c=(0,ft.useMemo)((()=>l.sort(((e,t)=>s(e)-s(t)))),[l,s]),u=PI(c);return l.length?(0,ft.createElement)("div",{className:"block-editor-inserter__panel-content"},(0,ft.createElement)(rR,{shownPatterns:u,blockPatterns:l,onClickPattern:i,label:r.label,orientation:"vertical",isDraggable:!0})):null}const CR=function(e){let{rootClientId:t,onInsert:n,onClickCategory:r,selectedCategory:o}=e;const[a,i]=(0,ft.useState)(!1),[s,l]=VP(),c=(0,ft.useCallback)((e=>!(!e.categories||!e.categories.length)&&e.categories.some((e=>l.some((t=>t.name===e))))),[l]),u=(0,ft.useMemo)((()=>{const e=l.filter((e=>s.some((t=>{var n;return null===(n=t.categories)||void 0===n?void 0:n.includes(e.name)})))).sort(((e,t)=>{let{name:n}=e,{name:r}=t;return[n,r].includes("featured")?"featured"===n?-1:1:0}));return s.some((e=>!c(e)))&&!e.find((e=>"uncategorized"===e.name))&&e.push({name:"uncategorized",label:yr("Uncategorized")}),e}),[s,l]),d=o||u[0];return(0,ft.createElement)(ft.Fragment,null,!a&&(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(zP,{selectedCategory:d,patternCategories:u,onClickCategory:r,openPatternExplorer:()=>i(!0)}),(0,ft.createElement)(LR,{rootClientId:t,onInsert:n,selectedCategory:d,populatedCategories:u})),a&&(0,ft.createElement)(ER,{initialCategory:d,patternCategories:u,onModalClose:()=>i(!1)}))};function xR(e){let{onHover:t,onInsert:n,rootClientId:r}=e;const[o,,,a]=tP(r,n),i=(0,ft.useMemo)((()=>o.filter((e=>{let{category:t}=e;return"reusable"===t}))),[o]);return 0===i.length?(0,ft.createElement)(sR,null):(0,ft.createElement)(eP,{title:vr("Reusable blocks")},(0,ft.createElement)(QI,{items:i,onSelect:a,onHover:t,label:vr("Reusable blocks")}))}const SR=function(e){let{rootClientId:t,onInsert:n,onHover:r}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(xR,{onHover:r,onInsert:n,rootClientId:t}),(0,ft.createElement)("div",{className:"block-editor-inserter__manage-reusable-blocks-container"},(0,ft.createElement)("a",{className:"block-editor-inserter__manage-reusable-blocks",href:Xc("edit.php",{post_type:"wp_block"})},vr("Manage Reusable blocks"))))},{Fill:AR,Slot:TR}=Xh("__unstableInserterMenuExtension");AR.Slot=TR;const zR=AR,NR=[];const OR=function(e){let{filterValue:t,onSelect:n,onHover:r,rootClientId:o,clientId:a,isAppender:i,__experimentalInsertionIndex:s,maxBlockPatterns:l,maxBlockTypes:c,showBlockDirectory:u=!1,isDraggable:d=!0,shouldFocusBlock:p=!0}=e;const m=ff(nM,500),[f,h]=lR({onSelect:n,rootClientId:o,clientId:a,isAppender:i,insertionIndex:s,shouldFocusBlock:p}),[g,b,v,y]=tP(f,h),[_,,M]=VP(h,f),k=(0,ft.useMemo)((()=>{const e=vR((0,vt.orderBy)(g,["frecency"],["desc"]),b,v,t);return void 0!==c?e.slice(0,c):e}),[t,g,b,v,c]),w=(0,ft.useMemo)((()=>{const e=yR(_,t);return void 0!==l?e.slice(0,l):e}),[t,_,l]);(0,ft.useEffect)((()=>{if(!t)return;const e=k.length+w.length,n=Tn(_r("%d result found.","%d results found.",e),e);m(n)}),[t,m]);const E=PI(k,{step:9}),L=PI(E.length===k.length?w:NR),C=!(0,vt.isEmpty)(k)||!(0,vt.isEmpty)(w);return(0,ft.createElement)(EP,null,!u&&!C&&(0,ft.createElement)(sR,null),!!k.length&&(0,ft.createElement)(eP,{title:(0,ft.createElement)(cb,null,vr("Blocks"))},(0,ft.createElement)(QI,{items:E,onSelect:y,onHover:r,label:vr("Blocks"),isDraggable:d})),!!k.length&&!!w.length&&(0,ft.createElement)("div",{className:"block-editor-inserter__quick-inserter-separator"}),!!w.length&&(0,ft.createElement)(eP,{title:(0,ft.createElement)(cb,null,vr("Block Patterns"))},(0,ft.createElement)("div",{className:"block-editor-inserter__quick-inserter-patterns"},(0,ft.createElement)(rR,{shownPatterns:L,blockPatterns:w,onClickPattern:M,isDraggable:d}))),u&&(0,ft.createElement)(zR.Slot,{fillProps:{onSelect:y,onHover:r,filterValue:t,hasItems:C,rootClientId:f}},(e=>e.length?e:C?null:(0,ft.createElement)(sR,null))))},DR=e=>{let{tabId:t,onClick:n,children:r,selected:o,...a}=e;return(0,ft.createElement)(db,bt({role:"tab",tabIndex:o?null:-1,"aria-selected":o,id:t,onClick:n},a),r)};function BR(e){var t;let{className:n,children:r,tabs:o,initialTabName:a,orientation:i="horizontal",activeClass:s="is-active",onSelect:l=vt.noop}=e;const c=mf(BR,"tab-panel"),[u,d]=(0,ft.useState)(null),p=e=>{d(e),l(e)},m=(0,vt.find)(o,{name:u}),f=`${c}-${null!==(t=null==m?void 0:m.name)&&void 0!==t?t:"none"}`;return(0,ft.useEffect)((()=>{(0,vt.find)(o,{name:u})||d(a||(o.length>0?o[0].name:null))}),[o]),(0,ft.createElement)("div",{className:n},(0,ft.createElement)(Rv,{role:"tablist",orientation:i,onNavigate:(e,t)=>{t.click()},className:"components-tab-panel__tabs"},o.map((e=>(0,ft.createElement)(DR,{className:jp()("components-tab-panel__tabs-item",e.className,{[s]:e.name===u}),tabId:`${c}-${e.name}`,"aria-controls":`${c}-${e.name}-view`,selected:e.name===u,key:e.name,onClick:(0,vt.partial)(p,e.name)},e.title)))),m&&(0,ft.createElement)("div",{key:f,"aria-labelledby":f,role:"tabpanel",id:`${f}-view`,className:"components-tab-panel__tab-content"},r(m)))}const IR={name:"blocks",title:vr("Blocks")},PR={name:"patterns",title:vr("Patterns")},RR={name:"reusable",title:vr("Reusable")};const HR=function(e){let{children:t,showPatterns:n=!1,showReusableBlocks:r=!1,onSelect:o}=e;const a=(0,ft.useMemo)((()=>{const e=[IR];return n&&e.push(PR),r&&e.push(RR),e}),[IR,n,PR,r,RR]);return(0,ft.createElement)(BR,{className:"block-editor-inserter__tabs",tabs:a,onSelect:o},t)};const WR=function(e){let{rootClientId:t,clientId:n,isAppender:r,__experimentalInsertionIndex:o,onSelect:a,showInserterHelpPanel:i,showMostUsedBlocks:s,__experimentalFilterValue:l="",shouldFocusBlock:c=!0}=e;const[u,d]=(0,ft.useState)(l),[p,m]=(0,ft.useState)(null),[f,h]=(0,ft.useState)(null),[g,b,v]=lR({rootClientId:t,clientId:n,isAppender:r,insertionIndex:o,shouldFocusBlock:c}),{showPatterns:y,hasReusableBlocks:_}=Nc((e=>{var t;const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(Hw);return{showPatterns:!!n(g).length,hasReusableBlocks:!(null===(t=r().__experimentalReusableBlocks)||void 0===t||!t.length)}}),[g]),M=(0,ft.useCallback)(((e,t,n)=>{b(e,t,n),a()}),[b,a]),k=(0,ft.useCallback)(((e,t)=>{b(e,{patternName:t}),a()}),[b,a]),w=(0,ft.useCallback)((e=>{v(!!e),m(e)}),[v,m]),E=(0,ft.useCallback)((e=>{h(e)}),[h]),L=(0,ft.useMemo)((()=>(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)("div",{className:"block-editor-inserter__block-list"},(0,ft.createElement)(CP,{rootClientId:g,onInsert:M,onHover:w,showMostUsedBlocks:s})),i&&(0,ft.createElement)("div",{className:"block-editor-inserter__tips"},(0,ft.createElement)(cb,{as:"h2"},vr("A tip for using the block editor")),(0,ft.createElement)(sB,null)))),[g,M,w,u,s,i]),C=(0,ft.useMemo)((()=>(0,ft.createElement)(CR,{rootClientId:g,onInsert:k,onClickCategory:E,selectedCategory:f})),[g,k,E,f]),x=(0,ft.useMemo)((()=>(0,ft.createElement)(SR,{rootClientId:g,onInsert:M,onHover:w})),[g,M,w]),S=(0,ft.useCallback)((e=>"blocks"===e.name?L:"patterns"===e.name?C:x),[L,C,x]);return(0,ft.createElement)("div",{className:"block-editor-inserter__menu"},(0,ft.createElement)("div",{className:"block-editor-inserter__main-area"},(0,ft.createElement)("div",{className:"block-editor-inserter__content"},(0,ft.createElement)(UD,{className:"block-editor-inserter__search",onChange:e=>{p&&m(null),d(e)},value:u,label:vr("Search for blocks and patterns"),placeholder:vr("Search")}),!!u&&(0,ft.createElement)(OR,{filterValue:u,onSelect:a,onHover:w,rootClientId:t,clientId:n,isAppender:r,__experimentalInsertionIndex:o,showBlockDirectory:!0,shouldFocusBlock:c}),!u&&(y||_)&&(0,ft.createElement)(HR,{showPatterns:y,showReusableBlocks:_},S),!u&&!y&&!_&&L)),i&&p&&(0,ft.createElement)(BI,{item:p}))};function YR(e){let{onSelect:t,rootClientId:n,clientId:r,isAppender:o}=e;const[a,i]=(0,ft.useState)(""),[s,l]=lR({onSelect:t,rootClientId:n,clientId:r,isAppender:o}),[c]=tP(s,l),[u]=VP(l,s),d=u.length&&!!a,p=d&&u.length>6||c.length>6,{setInserterIsOpened:m,insertionIndex:f}=Nc((e=>{const{getSettings:t,getBlockIndex:o,getBlockCount:a}=e(Hw),i=o(r,n);return{setInserterIsOpened:t().__experimentalSetIsInserterOpened,insertionIndex:-1===i?a():i}}),[r,n]);(0,ft.useEffect)((()=>{m&&m(!1)}),[m]);return(0,ft.createElement)("div",{className:jp()("block-editor-inserter__quick-inserter",{"has-search":p,"has-expand":m})},p&&(0,ft.createElement)(UD,{className:"block-editor-inserter__search",value:a,onChange:e=>{i(e)},label:vr("Search for blocks and patterns"),placeholder:vr("Search")}),(0,ft.createElement)("div",{className:"block-editor-inserter__quick-inserter-results"},(0,ft.createElement)(OR,{filterValue:a,onSelect:t,rootClientId:n,clientId:r,isAppender:o,maxBlockPatterns:d?2:0,maxBlockTypes:6,isDraggable:!1})),m&&(0,ft.createElement)(db,{className:"block-editor-inserter__quick-inserter-expand",onClick:()=>{m({rootClientId:n,insertionIndex:f,filterValue:a})},"aria-label":vr("Browse all. This will open the main inserter panel in the editor toolbar.")},vr("Browse all")))}const jR=e=>{let t,{onToggle:n,disabled:r,isOpen:o,blockTitle:a,hasSingleBlockType:i,toggleProps:s={}}=e;t=i?Tn(yr("Add %s","directly add the only allowed block"),a):yr("Add block","Generic label for block inserter button");const{onClick:l,...c}=s;return(0,ft.createElement)(db,bt({icon:cA,label:t,tooltipPosition:"bottom",onClick:function(e){n&&n(e),l&&l(e)},className:"block-editor-inserter__toggle","aria-haspopup":!i&&"true","aria-expanded":!i&&o,disabled:r},c))};class qR extends ft.Component{constructor(){super(...arguments),this.onToggle=this.onToggle.bind(this),this.renderToggle=this.renderToggle.bind(this),this.renderContent=this.renderContent.bind(this)}onToggle(e){const{onToggle:t}=this.props;t&&t(e)}renderToggle(e){let{onToggle:t,isOpen:n}=e;const{disabled:r,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:s,hasItems:l,renderToggle:c=jR}=this.props;return c({onToggle:t,isOpen:n,disabled:r||!l,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:s})}renderContent(e){let{onClose:t}=e;const{rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a,__experimentalIsQuick:i}=this.props;return i?(0,ft.createElement)(YR,{onSelect:()=>{t()},rootClientId:n,clientId:r,isAppender:o}):(0,ft.createElement)(WR,{onSelect:()=>{t()},rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a})}render(){const{position:e,hasSingleBlockType:t,directInsertBlock:n,insertOnlyAllowedBlock:r,__experimentalIsQuick:o,onSelectOrClose:a}=this.props;return t||null!=n&&n.length?this.renderToggle({onToggle:r}):(0,ft.createElement)(Ov,{className:"block-editor-inserter",contentClassName:jp()("block-editor-inserter__popover",{"is-quick":o}),position:e,onToggle:this.onToggle,expandOnMobile:!0,headerTitle:vr("Add a block"),renderToggle:this.renderToggle,renderContent:this.renderContent,onClose:a})}}const FR=KA([UA(((e,t)=>{let{clientId:n,rootClientId:r}=t;const{getBlockRootClientId:o,hasInserterItems:a,__experimentalGetAllowedBlocks:i,__experimentalGetDirectInsertBlock:s}=e(Hw),{getBlockVariations:l}=e(ni);r=r||o(n)||void 0;const c=i(r),u=s(r),d=1===(0,vt.size)(c)&&0===(0,vt.size)(l(c[0].name,"inserter"));let p=!1;return d&&(p=c[0]),{hasItems:a(r),hasSingleBlockType:d,blockTitle:p?p.title:"",allowedBlockType:p,directInsertBlock:u,rootClientId:r}})),GA(((e,t,n)=>{let{select:r}=n;return{insertOnlyAllowedBlock(){const{rootClientId:n,clientId:o,isAppender:a,hasSingleBlockType:i,allowedBlockType:s,directInsertBlock:l,onSelectOrClose:c}=t;if(!(i||null!=l&&l.length))return;const{insertBlock:u}=e(Hw);u(null!=l&&l.length?va(...l):va(s.name),function(){const{getBlockIndex:e,getBlockSelectionEnd:t,getBlockOrder:i,getBlockRootClientId:s}=r(Hw);if(o)return e(o,n);const l=t();return!a&&l&&s(l)===n?e(l,n)+1:i(n).length}(),n),c&&c();nM(Tn(vr("%s block added"),s.title))}}})),JA((e=>{let{hasItems:t,isAppender:n,rootClientId:r,clientId:o}=e;return t||!n&&!r&&!o}))])(qR);const VR=KA(UA(((e,t)=>{const{getBlockCount:n,getBlockName:r,isBlockValid:o,getSettings:a,getTemplateLock:i}=e(Hw),s=!n(t.rootClientId),l=r(t.lastBlockClientId)===na(),c=o(t.lastBlockClientId),{bodyPlaceholder:u}=a();return{isVisible:s||!l||!c,showPrompt:s,isLocked:!!i(t.rootClientId),placeholder:u}})),GA(((e,t)=>{const{insertDefaultBlock:n,startTyping:r}=e(Hw);return{onAppend(){const{rootClientId:e}=t;n(void 0,e),r()}}})))((function(e){let{isLocked:t,isVisible:n,onAppend:r,showPrompt:o,placeholder:a,rootClientId:i}=e;if(t||!n)return null;const s=fs(a)||vr("Type / to choose a block");return(0,ft.createElement)("div",{"data-root-client-id":i||"",className:jp()("block-editor-default-block-appender",{"has-visible-prompt":o})},(0,ft.createElement)("p",{tabIndex:"0",contentEditable:!0,suppressContentEditableWarning:!0,role:"button","aria-label":vr("Add block"),className:"block-editor-default-block-appender__content",onFocus:r},o?s:"\ufeff"),(0,ft.createElement)(FR,{rootClientId:i,position:"bottom right",isAppender:!0,__experimentalIsQuick:!0}))}));function XR(e,t){let{rootClientId:n,className:r,onFocus:o,tabIndex:a}=e;return(0,ft.createElement)(FR,{position:"bottom center",rootClientId:n,__experimentalIsQuick:!0,renderToggle:e=>{let n,{onToggle:i,disabled:s,isOpen:l,blockTitle:c,hasSingleBlockType:u}=e;n=u?Tn(yr("Add %s","directly add the only allowed block"),c):yr("Add block","Generic label for block inserter button");const d=!u;let p=(0,ft.createElement)(db,{ref:t,onFocus:o,tabIndex:a,className:jp()(r,"block-editor-button-block-appender"),onClick:i,"aria-haspopup":d?"true":void 0,"aria-expanded":d?l:void 0,disabled:s,label:n},!u&&(0,ft.createElement)(cb,{as:"span"},n),(0,ft.createElement)(ES,{icon:cA}));return(d||u)&&(p=(0,ft.createElement)(ug,{text:n},p)),p},isAppender:!0})}(0,ft.forwardRef)(((e,t)=>(hu("wp.blockEditor.ButtonBlockerAppender",{alternative:"wp.blockEditor.ButtonBlockAppender"}),XR(e,t))));const UR=(0,ft.forwardRef)(XR);const $R=UA(((e,t)=>{let{rootClientId:n}=t;const{getBlockOrder:r,canInsertBlockType:o,getTemplateLock:a,getSelectedBlockClientId:i}=e(Hw);return{isLocked:!!a(n),blockClientIds:r(n),canInsertDefaultBlock:o(na(),n),selectedBlockClientId:i()}}))((function(e){let t,{blockClientIds:n,rootClientId:r,canInsertDefaultBlock:o,isLocked:a,renderAppender:i,className:s,selectedBlockClientId:l,tagName:c="div"}=e;if(a||!1===i)return null;if(i)t=(0,ft.createElement)(i,null);else{const e=!r,a=l===r,i=l&&!n.includes(l);if(!e&&!a&&(!l||i))return null;t=o?(0,ft.createElement)(VR,{rootClientId:r,lastBlockClientId:(0,vt.last)(n)}):(0,ft.createElement)(UR,{rootClientId:r,className:"block-list-appender__toggle"})}return(0,ft.createElement)(c,{tabIndex:-1,className:jp()("block-list-appender wp-block",s),"data-block":!0},t)}));var GR=function(e,t){return GR=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},GR(e,t)};function KR(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}GR(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var JR=function(){return JR=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i}function eH(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o-1||/[A-Z]/.test(e))}var NH={};var OH=["","X","Y","Z"],DH=["transformPerspective","x","y","z"];function BH(e,t){return DH.indexOf(e)-DH.indexOf(t)}["translate","scale","rotate","skew"].forEach((function(e){return OH.forEach((function(t){return DH.push(e+t)}))}));var IH=new Set(DH);function PH(e){return IH.has(e)}var RH=new Set(["originX","originY","originZ"]);function HH(e){return RH.has(e)}function WH(e,t){var n=t.layout,r=t.layoutId;return PH(e)||HH(e)||(n||void 0!==r)&&(!!NH[e]||"opacity"===e)}var YH=function(e){return null!==e&&"object"==typeof e&&e.getVelocity},jH={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"};function qH(e){return e.startsWith("--")}var FH=function(e,t){return t&&"number"==typeof e?t.transform(e):e},VH=function(e,t){return function(n){return Math.max(Math.min(n,t),e)}},XH=function(e){return e%1?Number(e.toFixed(5)):e},UH=/(-)?([\d]*\.?[\d])+/g,$H=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,GH=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i;function KH(e){return"string"==typeof e}var JH=function(e){return{test:function(t){return KH(t)&&t.endsWith(e)&&1===t.split(" ").length},parse:parseFloat,transform:function(t){return""+t+e}}},ZH=JH("deg"),QH=JH("%"),eW=JH("px"),tW=JH("vh"),nW=JH("vw"),rW=JR(JR({},QH),{parse:function(e){return QH.parse(e)/100},transform:function(e){return QH.transform(100*e)}}),oW={test:function(e){return"number"==typeof e},parse:parseFloat,transform:function(e){return e}},aW=JR(JR({},oW),{transform:VH(0,1)}),iW=JR(JR({},oW),{default:1}),sW=JR(JR({},oW),{transform:Math.round}),lW={borderWidth:eW,borderTopWidth:eW,borderRightWidth:eW,borderBottomWidth:eW,borderLeftWidth:eW,borderRadius:eW,radius:eW,borderTopLeftRadius:eW,borderTopRightRadius:eW,borderBottomRightRadius:eW,borderBottomLeftRadius:eW,width:eW,maxWidth:eW,height:eW,maxHeight:eW,size:eW,top:eW,right:eW,bottom:eW,left:eW,padding:eW,paddingTop:eW,paddingRight:eW,paddingBottom:eW,paddingLeft:eW,margin:eW,marginTop:eW,marginRight:eW,marginBottom:eW,marginLeft:eW,rotate:ZH,rotateX:ZH,rotateY:ZH,rotateZ:ZH,scale:iW,scaleX:iW,scaleY:iW,scaleZ:iW,skew:ZH,skewX:ZH,skewY:ZH,distance:eW,translateX:eW,translateY:eW,translateZ:eW,x:eW,y:eW,z:eW,perspective:eW,transformPerspective:eW,opacity:aW,originX:rW,originY:rW,originZ:eW,zIndex:sW,fillOpacity:aW,strokeOpacity:aW,numOctaves:sW};function cW(e,t,n,r,o,a,i,s){var l,c=e.style,u=e.vars,d=e.transform,p=e.transformKeys,m=e.transformOrigin;p.length=0;var f=!1,h=!1,g=!0;for(var b in t){var v=t[b];if(qH(b))u[b]=v;else{var y=lW[b],_=FH(v,y);if(PH(b)){if(f=!0,d[b]=_,p.push(b),!g)continue;v!==(null!==(l=y.default)&&void 0!==l?l:0)&&(g=!1)}else if(HH(b))m[b]=_,h=!0;else if((null==n?void 0:n.isHydrated)&&(null==r?void 0:r.isHydrated)&&NH[b]){var M=NH[b].process(v,r,n),k=NH[b].applyTo;if(k)for(var w=k.length,E=0;E0?-1:1)*((r-a)*i)/s}):(t=function(e){return Math.exp(-e*o)*((e-l)*o+1)-.001},n=function(e){return Math.exp(-e*o)*(o*o*(l-e))});var p=function(e,t,n){for(var r=n,o=1;o<12;o++)r-=e(r)/t(r);return r}(t,n,5/o);if(o*=1e3,isNaN(p))return{stiffness:100,damping:10,duration:o};var m=Math.pow(p,2)*u;return{stiffness:m,damping:2*d*Math.sqrt(u*m),duration:o}}function yY(e,t){return e*Math.sqrt(1-t*t)}var _Y=["duration","bounce"],MY=["stiffness","damping","mass"];function kY(e,t){return t.some((function(t){return void 0!==e[t]}))}function wY(e){var t=e.from,n=void 0===t?0:t,r=e.to,o=void 0===r?1:r,a=e.restSpeed,i=void 0===a?2:a,s=e.restDelta,l=ZR(e,["from","to","restSpeed","restDelta"]),c={done:!1,value:n},u=function(e){var t=JR({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},e);if(!kY(e,MY)&&kY(e,_Y)){var n=vY(e);(t=JR(JR(JR({},t),n),{velocity:0,mass:1})).isResolvedFromDuration=!0}return t}(l),d=u.stiffness,p=u.damping,m=u.mass,f=u.velocity,h=u.duration,g=u.isResolvedFromDuration,b=EY,v=EY;function y(){var e=f?-f/1e3:0,t=o-n,r=p/(2*Math.sqrt(d*m)),a=Math.sqrt(d/m)/1e3;if(null!=s||(s=Math.abs(o-n)<=1?.01:.4),r<1){var i=yY(a,r);b=function(n){var s=Math.exp(-r*a*n);return o-s*((e+r*a*t)/i*Math.sin(i*n)+t*Math.cos(i*n))},v=function(n){var o=Math.exp(-r*a*n);return r*a*o*(Math.sin(i*n)*(e+r*a*t)/i+t*Math.cos(i*n))-o*(Math.cos(i*n)*(e+r*a*t)-i*t*Math.sin(i*n))}}else if(1===r)b=function(n){return o-Math.exp(-a*n)*(t+(e+a*t)*n)};else{var l=a*Math.sqrt(r*r-1);b=function(n){var i=Math.exp(-r*a*n),s=Math.min(l*n,300);return o-i*((e+r*a*t)*Math.sinh(s)+l*t*Math.cosh(s))/l}}}return y(),{next:function(e){var t=b(e);if(g)c.done=e>=h;else{var n=1e3*v(e),r=Math.abs(n)<=i,a=Math.abs(o-t)<=s;c.done=r&&a}return c.value=c.done?o:t,c},flipTarget:function(){var e;f=-f,n=(e=[o,n])[0],o=e[1],y()}}}wY.needsInterpolation=function(e,t){return"string"==typeof e||"string"==typeof t};var EY=function(e){return 0},LY=function(e,t,n){var r=t-e;return 0===r?1:(n-e)/r},CY=function(e,t,n){return-n*e+n*t+e},xY=function(e,t){return function(n){return Boolean(KH(n)&&GH.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t))}},SY=function(e,t,n){return function(r){var o;if(!KH(r))return r;var a=r.match(UH),i=a[0],s=a[1],l=a[2],c=a[3];return(o={})[e]=parseFloat(i),o[t]=parseFloat(s),o[n]=parseFloat(l),o.alpha=void 0!==c?parseFloat(c):1,o}},AY=VH(0,255),TY=JR(JR({},oW),{transform:function(e){return Math.round(AY(e))}}),zY={test:xY("rgb","red"),parse:SY("red","green","blue"),transform:function(e){var t=e.red,n=e.green,r=e.blue,o=e.alpha,a=void 0===o?1:o;return"rgba("+TY.transform(t)+", "+TY.transform(n)+", "+TY.transform(r)+", "+XH(aW.transform(a))+")"}};var NY={test:xY("#"),parse:function(e){var t="",n="",r="",o="";return e.length>5?(t=e.substr(1,2),n=e.substr(3,2),r=e.substr(5,2),o=e.substr(7,2)):(t=e.substr(1,1),n=e.substr(2,1),r=e.substr(3,1),o=e.substr(4,1),t+=t,n+=n,r+=r,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}},transform:zY.transform},OY={test:xY("hsl","hue"),parse:SY("hue","saturation","lightness"),transform:function(e){var t=e.hue,n=e.saturation,r=e.lightness,o=e.alpha,a=void 0===o?1:o;return"hsla("+Math.round(t)+", "+QH.transform(XH(n))+", "+QH.transform(XH(r))+", "+XH(aW.transform(a))+")"}},DY=function(e,t,n){var r=e*e,o=t*t;return Math.sqrt(Math.max(0,n*(o-r)+r))},BY=[NY,zY,OY],IY=function(e){return BY.find((function(t){return t.test(e)}))},PY=function(e){return"'"+e+"' is not an animatable color. Use the equivalent color code instead."},RY=function(e,t){var n=IY(e),r=IY(t);PY(e),PY(t),n.transform,r.transform;var o=n.parse(e),a=r.parse(t),i=JR({},o),s=n===OY?CY:DY;return function(e){for(var t in i)"alpha"!==t&&(i[t]=s(o[t],a[t],e));return i.alpha=CY(o.alpha,a.alpha,e),n.transform(i)}},HY={test:function(e){return zY.test(e)||NY.test(e)||OY.test(e)},parse:function(e){return zY.test(e)?zY.parse(e):OY.test(e)?OY.parse(e):NY.parse(e)},transform:function(e){return KH(e)?e:e.hasOwnProperty("red")?zY.transform(e):OY.transform(e)}},WY="${c}",YY="${n}";function jY(e){var t=[],n=0,r=e.match($H);r&&(n=r.length,e=e.replace($H,WY),t.push.apply(t,r.map(HY.parse)));var o=e.match(UH);return o&&(e=e.replace(UH,YY),t.push.apply(t,o.map(oW.parse))),{values:t,numColors:n,tokenised:e}}function qY(e){return jY(e).values}function FY(e){var t=jY(e),n=t.values,r=t.numColors,o=t.tokenised,a=n.length;return function(e){for(var t=o,n=0;n0},parse:qY,createTransformer:FY,getAnimatableNone:function(e){var t=qY(e);return FY(e)(t.map(VY))}},UY=function(e){return"number"==typeof e};function $Y(e,t){return UY(e)?function(n){return CY(e,t,n)}:HY.test(e)?RY(e,t):ZY(e,t)}var GY=function(e,t){var n=eH([],e),r=n.length,o=e.map((function(e,n){return $Y(e,t[n])}));return function(e){for(var t=0;te[l-1]&&(e=[].concat(e),t=[].concat(t),e.reverse(),t.reverse());var c=ej(t,i,s),u=2===l?function(e,t){var n=e[0],r=e[1],o=t[0];return function(e){return o(LY(n,r,e))}}(e,c):function(e,t){var n=e.length,r=n-1;return function(o){var a=0,i=!1;if(o<=e[0]?i=!0:o>=e[r]&&(a=r-1,i=!0),!i){for(var s=1;so||s===r);s++);a=s-1}var l=LY(e[a],e[a+1],o);return t[a](l)}}(e,c);return a?function(t){return u(gY(e[0],e[l-1],t))}:u}var nj,rj=function(e){return function(t){return 1-e(1-t)}},oj=function(e){return function(t){return t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2}},aj=function(e){return function(t){return t*t*((e+1)*t-e)}},ij=function(e){return e},sj=(nj=2,function(e){return Math.pow(e,nj)}),lj=rj(sj),cj=oj(sj),uj=function(e){return 1-Math.sin(Math.acos(e))},dj=rj(uj),pj=oj(dj),mj=aj(1.525),fj=rj(mj),hj=oj(mj),gj=function(e){var t=aj(e);return function(e){return(e*=2)<1?.5*t(e):.5*(2-Math.pow(2,-10*(e-1)))}}(1.525),bj=function(e){if(1===e||0===e)return e;var t=e*e;return e<.36363636363636365?7.5625*t:e<.7272727272727273?9.075*t-9.9*e+3.4:e<.9?12.066481994459833*t-19.63545706371191*e+8.898060941828255:10.8*e*e-20.52*e+10.72},vj=rj(bj);function yj(e,t){return e.map((function(){return t||cj})).splice(0,e.length-1)}function _j(e){var t=e.from,n=void 0===t?0:t,r=e.to,o=void 0===r?1:r,a=e.ease,i=e.offset,s=e.duration,l=void 0===s?300:s,c={done:!1,value:n},u=Array.isArray(o)?o:[n,o],d=function(e,t){return e.map((function(e){return e*t}))}(i&&i.length===u.length?i:function(e){var t=e.length;return e.map((function(e,n){return 0!==n?n/(t-1):0}))}(u),l);function p(){return tj(d,u,{ease:Array.isArray(a)?a:yj(u,a)})}var m=p();return{next:function(e){return c.value=m(e),c.done=e>=l,c},flipTarget:function(){u.reverse(),m=p()}}}var Mj={keyframes:_j,spring:wY,decay:function(e){var t=e.velocity,n=void 0===t?0:t,r=e.from,o=void 0===r?0:r,a=e.power,i=void 0===a?.8:a,s=e.timeConstant,l=void 0===s?350:s,c=e.restDelta,u=void 0===c?.5:c,d=e.modifyTarget,p={done:!1,value:o},m=i*n,f=o+m,h=void 0===d?f:d(f);return h!==f&&(m=h-o),{next:function(e){var t=-m*Math.exp(-e/l);return p.done=!(t>u||t<-u),p.value=p.done?h:h+t,p},flipTarget:function(){}}}};var kj=1/60*1e3,wj="undefined"!=typeof performance?function(){return performance.now()}:function(){return Date.now()},Ej="undefined"!=typeof window?function(e){return window.requestAnimationFrame(e)}:function(e){return setTimeout((function(){return e(wj())}),kj)};var Lj=!0,Cj=!1,xj=!1,Sj={delta:0,timestamp:0},Aj=["read","update","preRender","render","postRender"],Tj=Aj.reduce((function(e,t){return e[t]=function(e){var t=[],n=[],r=0,o=!1,a=new WeakSet,i={schedule:function(e,i,s){void 0===i&&(i=!1),void 0===s&&(s=!1);var l=s&&o,c=l?t:n;return i&&a.add(e),-1===c.indexOf(e)&&(c.push(e),l&&o&&(r=t.length)),e},cancel:function(e){var t=n.indexOf(e);-1!==t&&n.splice(t,1),a.delete(e)},process:function(s){var l;if(o=!0,t=(l=[n,t])[0],(n=l[1]).length=0,r=t.length)for(var c=0;c=t+n:e<=-n}(p,x,v,A)&&N():(r.stop(),M&&M()))}return l&&(null==y||y(),(r=u(O)).start()),{stop:function(){null==_||_(),r.stop()}}}function jj(e,t){return t?e*(1e3/t):0}var qj=function(e){return 1e3*e},Fj=function(e,t){return 1-3*t+3*e},Vj=function(e,t){return 3*t-6*e},Xj=function(e){return 3*e},Uj=function(e,t,n){return((Fj(t,n)*e+Vj(t,n))*e+Xj(t))*e},$j=function(e,t,n){return 3*Fj(t,n)*e*e+2*Vj(t,n)*e+Xj(t)};var Gj=.1;function Kj(e,t,n,r){if(e===t&&n===r)return ij;for(var o=new Float32Array(11),a=0;a<11;++a)o[a]=Uj(a*Gj,e,n);function i(t){for(var r=0,a=1;10!==a&&o[a]<=t;++a)r+=Gj;--a;var i=r+(t-o[a])/(o[a+1]-o[a])*Gj,s=$j(i,e,n);return s>=.001?function(e,t,n,r){for(var o=0;o<8;++o){var a=$j(t,n,r);if(0===a)return t;t-=(Uj(t,n,r)-e)/a}return t}(t,i,e,n):0===s?i:function(e,t,n,r,o){var a,i,s=0;do{(a=Uj(i=t+(n-t)/2,r,o)-e)>0?n=i:t=i}while(Math.abs(a)>1e-7&&++s<10);return i}(t,r,r+Gj,e,n)}return function(e){return 0===e||1===e?e:Uj(i(e),t,r)}}var Jj={linear:ij,easeIn:sj,easeInOut:cj,easeOut:lj,circIn:uj,circInOut:pj,circOut:dj,backIn:mj,backInOut:hj,backOut:fj,anticipate:gj,bounceIn:vj,bounceInOut:function(e){return e<.5?.5*(1-bj(1-2*e)):.5*bj(2*e-1)+.5},bounceOut:bj},Zj=function(e){if(Array.isArray(e)){e.length;var t=QR(e,4);return Kj(t[0],t[1],t[2],t[3])}return"string"==typeof e?Jj[e]:e},Qj=function(e,t){return"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!XY.test(t)||t.startsWith("url(")))},eq=function(){return{type:"spring",stiffness:500,damping:25,restDelta:.5,restSpeed:10}},tq=function(e){return{type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restDelta:.01,restSpeed:10}},nq=function(){return{type:"keyframes",ease:"linear",duration:.3}},rq=function(e){return{type:"keyframes",duration:.8,values:e}},oq={x:eq,y:eq,z:eq,rotate:eq,rotateX:eq,rotateY:eq,rotateZ:eq,scaleX:tq,scaleY:tq,scale:tq,opacity:nq,backgroundColor:nq,color:nq,default:tq},aq=new Set(["brightness","contrast","saturate","opacity"]);function iq(e){var t=e.slice(0,-1).split("("),n=t[0],r=t[1];if("drop-shadow"===n)return e;var o=(r.match(UH)||[])[0];if(!o)return e;var a=r.replace(o,""),i=aq.has(n)?1:0;return o!==r&&(i*=100),n+"("+i+a+")"}var sq=/([a-z-]*)\(.*?\)/g,lq=JR(JR({},XY),{getAnimatableNone:function(e){var t=e.match(sq);return t?t.map(iq).join(" "):e}}),cq=JR(JR({},lW),{color:HY,backgroundColor:HY,outlineColor:HY,fill:HY,stroke:HY,borderColor:HY,borderTopColor:HY,borderRightColor:HY,borderBottomColor:HY,borderLeftColor:HY,filter:lq,WebkitFilter:lq}),uq=function(e){return cq[e]};function dq(e,t){var n,r=uq(e);return r!==lq&&(r=XY),null===(n=r.getAnimatableNone)||void 0===n?void 0:n.call(r,t)}function pq(e){var t=e.ease,n=e.times,r=e.yoyo,o=e.flip,a=e.loop,i=ZR(e,["ease","times","yoyo","flip","loop"]),s=JR({},i);return n&&(s.offset=n),i.duration&&(s.duration=qj(i.duration)),i.repeatDelay&&(s.repeatDelay=qj(i.repeatDelay)),t&&(s.ease=function(e){return Array.isArray(e)&&"number"!=typeof e[0]}(t)?t.map(Zj):Zj(t)),"tween"===i.type&&(s.type="keyframes"),(r||a||o)&&(!0,r?s.repeatType="reverse":a?s.repeatType="loop":o&&(s.repeatType="mirror"),s.repeat=a||r||o||i.repeat),"spring"!==i.type&&(s.type="keyframes"),s}function mq(e,t,n){var r;return Array.isArray(t.to)&&(null!==(r=e.duration)&&void 0!==r||(e.duration=.8)),function(e){Array.isArray(e.to)&&null===e.to[0]&&(e.to=eH([],QR(e.to)),e.to[0]=e.from)}(t),function(e){e.when,e.delay,e.delayChildren,e.staggerChildren,e.staggerDirection,e.repeat,e.repeatType,e.repeatDelay,e.from;var t=ZR(e,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(t).length}(e)||(e=JR(JR({},e),function(e,t){var n;return n=DW(t)?rq:oq[e]||oq.default,JR({to:t},n(t))}(n,t.to))),JR(JR({},t),pq(e))}function fq(e,t,n,r,o){var a,i=bq(r,e),s=null!==(a=i.from)&&void 0!==a?a:t.get(),l=Qj(e,n);"none"===s&&l&&"string"==typeof n?s=dq(e,n):hq(s)&&"string"==typeof n?s=gq(n):!Array.isArray(n)&&hq(n)&&"string"==typeof s&&(n=gq(s));var c=Qj(e,s);return c&&l&&!1!==i.type?function(){var r={from:s,to:n,velocity:t.getVelocity(),onComplete:o,onUpdate:function(e){return t.set(e)}};return"inertia"===i.type||"decay"===i.type?function(e){var t,n=e.from,r=void 0===n?0:n,o=e.velocity,a=void 0===o?0:o,i=e.min,s=e.max,l=e.power,c=void 0===l?.8:l,u=e.timeConstant,d=void 0===u?750:u,p=e.bounceStiffness,m=void 0===p?500:p,f=e.bounceDamping,h=void 0===f?10:f,g=e.restDelta,b=void 0===g?1:g,v=e.modifyTarget,y=e.driver,_=e.onUpdate,M=e.onComplete;function k(e){return void 0!==i&&es}function w(e){return void 0===i?s:void 0===s||Math.abs(i-e)A||-1===T&&e-1&&e.splice(n,1)}var kq=function(){function e(){this.subscriptions=[]}return e.prototype.add=function(e){var t=this;return _q(this.subscriptions,e),function(){return Mq(t.subscriptions,e)}},e.prototype.notify=function(e,t,n){var r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(var o=0;of&&b,M=Array.isArray(g)?g:[g],k=M.reduce(i,{});!1===v&&(k={});var w=h.prevResolvedValues,E=void 0===w?{}:w,L=JR(JR({},E),k),C=function(e){_=!0,p.delete(e),h.needsAnimating[e]=!0};for(var x in L){var S=k[x],A=E[x];m.hasOwnProperty(x)||(S!==A?DW(S)&&DW(A)?hY(S,A)?h.protectedKeys[x]=!0:C(x):void 0!==S?C(x):p.add(x):void 0!==S&&p.has(x)?C(x):h.protectedKeys[x]=!0)}h.prevProp=g,h.prevResolvedValues=k,h.isActive&&(m=JR(JR({},m),k)),a&&e.blockInitialAnimation&&(_=!1),_&&!y&&d.push.apply(d,eH([],QR(M.map((function(e){return{animation:e,options:JR({type:o},t)}})))))},g=0;g=3;if(t||n){var o=e.point,a=Pj().timestamp;r.history.push(JR(JR({},o),{timestamp:a}));var i=r.handlers,s=i.onStart,l=i.onMove;t||(s&&s(r.lastMoveEvent,e),r.startEvent=r.lastMoveEvent),l&&l(r.lastMoveEvent,e)}}},this.handlePointerMove=function(e,t){r.lastMoveEvent=e,r.lastMoveEventInfo=Gq(t,r.transformPagePoint),VW(e)&&0===e.buttons?r.handlePointerUp(e,t):Rj.update(r.updatePoint,!0)},this.handlePointerUp=function(e,t){r.end();var n=r.handlers,o=n.onEnd,a=n.onSessionEnd,i=Jq(Gq(t,r.transformPagePoint),r.history);r.startEvent&&o&&o(e,i),a&&a(e,i)},!(XW(e)&&e.touches.length>1)){this.handlers=t,this.transformPagePoint=o;var a=Gq(KW(e),this.transformPagePoint),i=a.point,s=Pj().timestamp;this.history=[JR(JR({},i),{timestamp:s})];var l=t.onSessionStart;l&&l(e,Jq(a,this.history)),this.removeListeners=pY(tY(window,"pointermove",this.handlePointerMove),tY(window,"pointerup",this.handlePointerUp),tY(window,"pointercancel",this.handlePointerUp))}}return e.prototype.updateHandlers=function(e){this.handlers=e},e.prototype.end=function(){this.removeListeners&&this.removeListeners(),Nj.update(this.updatePoint)},e}();function Gq(e,t){return t?{point:t(e.point)}:e}function Kq(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Jq(e,t){var n=e.point;return{point:n,delta:Kq(n,Qq(t)),offset:Kq(n,Zq(t)),velocity:eF(t,.1)}}function Zq(e){return e[0]}function Qq(e){return e[e.length-1]}function eF(e,t){if(e.length<2)return{x:0,y:0};for(var n=e.length-1,r=null,o=Qq(e);n>=0&&(r=e[n],!(o.timestamp-r.timestamp>qj(t)));)n--;if(!r)return{x:0,y:0};var a=(o.timestamp-r.timestamp)/1e3;if(0===a)return{x:0,y:0};var i={x:(o.x-r.x)/a,y:(o.y-r.y)/a};return i.x===1/0&&(i.x=0),i.y===1/0&&(i.y=0),i}function tF(e){return e}function nF(e){var t=e.top;return{x:{min:e.left,max:e.right},y:{min:t,max:e.bottom}}}var rF={translate:0,scale:1,origin:0,originPoint:0};function oF(){return{x:JR({},rF),y:JR({},rF)}}function aF(e){return[e("x"),e("y")]}function iF(e,t,n){var r=t.min,o=t.max;return void 0!==r&&eo&&(e=n?CY(o,e,n.max):Math.min(e,o)),e}function sF(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function lF(e,t){var n,r=t.min-e.min,o=t.max-e.max;return t.max-t.minr?n=LY(t.min,t.max-r,e.min):r>o&&(n=LY(e.min,e.max-o,t.min)),function(e){return gY(0,1,e)}(n)}function hF(e,t,n,r){void 0===r&&(r=.5),e.origin=r,e.originPoint=CY(t.min,t.max,e.origin),e.scale=mF(n)/mF(t),pF(e.scale,1,1e-4)&&(e.scale=1),e.translate=CY(n.min,n.max,e.origin)-e.originPoint,pF(e.translate)&&(e.translate=0)}function gF(e,t,n,r){hF(e.x,t.x,n.x,bF(r.originX)),hF(e.y,t.y,n.y,bF(r.originY))}function bF(e){return"number"==typeof e?e:.5}function vF(e,t,n){e.min=n.min+t.min,e.max=e.min+mF(t)}var yF=function(e,t){return e.depth-t.depth};function _F(e){return e.projection.isEnabled||e.shouldResetTransform()}function MF(e,t){void 0===t&&(t=[]);var n=e.parent;return n&&MF(n,t),_F(e)&&t.push(e),t}function kF(e){if(!e.shouldResetTransform()){var t,n=e.getLayoutState();e.notifyBeforeLayoutMeasure(n.layout),n.isHydrated=!0,n.layout=e.measureViewportBox(),n.layoutCorrected=(t=n.layout,{x:JR({},t.x),y:JR({},t.y)}),e.notifyLayoutMeasure(n.layout,e.prevViewportBox||n.layout),Rj.update((function(){return e.rebaseProjectionTarget()}))}}function wF(e,t){return{min:t.min-e.min,max:t.max-e.min}}function EF(e,t){return{x:wF(e.x,t.x),y:wF(e.y,t.y)}}function LF(e,t){var n=e.getLayoutId(),r=t.getLayoutId();return n!==r||void 0===r&&e!==t}function CF(e){var t=e.getProps(),n=t.drag,r=t._dragX;return n&&!r}function xF(e,t){e.min=t.min,e.max=t.max}function SF(e,t,n){return n+t*(e-n)}function AF(e,t,n,r,o){return void 0!==o&&(e=SF(e,o,r)),SF(e,n,r)+t}function TF(e,t,n,r,o){void 0===t&&(t=0),void 0===n&&(n=1),e.min=AF(e.min,t,n,r,o),e.max=AF(e.max,t,n,r,o)}function zF(e,t){var n=t.x,r=t.y;TF(e.x,n.translate,n.scale,n.originPoint),TF(e.y,r.translate,r.scale,r.originPoint)}function NF(e,t,n,r){var o=QR(r,3),a=o[0],i=o[1],s=o[2];e.min=t.min,e.max=t.max;var l=void 0!==n[s]?n[s]:.5,c=CY(t.min,t.max,l);TF(e,n[a],n[i],c,n.scale)}var OF=["x","scaleX","originX"],DF=["y","scaleY","originY"];function BF(e,t,n){NF(e.x,t.x,n,OF),NF(e.y,t.y,n,DF)}function IF(e,t,n,r,o){return e=SF(e-=t,1/n,r),void 0!==o&&(e=SF(e,1/o,r)),e}function PF(e,t,n){var r=QR(n,3),o=r[0],a=r[1],i=r[2];!function(e,t,n,r,o){void 0===t&&(t=0),void 0===n&&(n=1),void 0===r&&(r=.5);var a=CY(e.min,e.max,r)-t;e.min=IF(e.min,t,n,a,o),e.max=IF(e.max,t,n,a,o)}(e,t[o],t[a],t[i],t.scale)}function RF(e,t){PF(e.x,t,OF),PF(e.y,t,DF)}var HF=new Set;function WF(e,t,n){e[n]||(e[n]=[]),e[n].push(t)}function YF(e){return HF.add(e),function(){return HF.delete(e)}}function jF(){if(HF.size){var e=0,t=[[]],n=[],r=function(n){return WF(t,n,e)},o=function(t){WF(n,t,e),e++};HF.forEach((function(t){t(r,o),e=0})),HF.clear();for(var a=n.length,i=0;i<=a;i++)t[i]&&t[i].forEach(FF),n[i]&&n[i].forEach(FF)}}var qF,FF=function(e){return e()},VF=new WeakMap,XF=function(){function e(e){var t=e.visualElement;this.isDragging=!1,this.currentDirection=null,this.constraints=!1,this.elastic={x:{min:0,max:1},y:{min:0,max:1}},this.props={},this.hasMutatedConstraints=!1,this.cursorProgress={x:.5,y:.5},this.originPoint={},this.openGlobalLock=null,this.panSession=null,this.visualElement=t,this.visualElement.enableLayoutProjection(),VF.set(t,this)}return e.prototype.start=function(e,t){var n=this,r=void 0===t?{}:t,o=r.snapToCursor,a=void 0!==o&&o,i=r.cursorProgress,s=this.props.transformPagePoint;this.panSession=new $q(e,{onSessionStart:function(e){var t;n.stopMotion();var r=function(e){return KW(e,"client")}(e).point;null===(t=n.cancelLayout)||void 0===t||t.call(n),n.cancelLayout=YF((function(e,t){var o=MF(n.visualElement),s=function(e){var t=[],n=function(e){_F(e)&&t.push(e),e.children.forEach(n)};return e.children.forEach(n),t.sort(yF)}(n.visualElement),l=eH(eH([],QR(o)),QR(s)),c=!1;n.isLayoutDrag()&&n.visualElement.lockProjectionTarget(),t((function(){l.forEach((function(e){return e.resetTransform()}))})),e((function(){kF(n.visualElement),s.forEach(kF)})),t((function(){l.forEach((function(e){return e.restoreTransform()})),a&&(c=n.snapToCursor(r))})),e((function(){Boolean(n.getAxisMotionValue("x")&&!n.isExternalDrag())||n.visualElement.rebaseProjectionTarget(!0,n.visualElement.measureViewportBox(!1)),n.visualElement.scheduleUpdateLayoutProjection();var e=n.visualElement.projection;aF((function(t){if(!c){var o=e.target[t],a=o.min,s=o.max;n.cursorProgress[t]=i?i[t]:LY(a,s,r[t])}var l=n.getAxisMotionValue(t);l&&(n.originPoint[t]=l.get())}))})),t((function(){Oj.update(),Oj.preRender(),Oj.render(),Oj.postRender()})),e((function(){return n.resolveDragConstraints()}))}))},onStart:function(e,t){var r,o,a,i=n.props,s=i.drag,l=i.dragPropagation;(!s||l||(n.openGlobalLock&&n.openGlobalLock(),n.openGlobalLock=iY(s),n.openGlobalLock))&&(jF(),n.isDragging=!0,n.currentDirection=null,null===(o=(r=n.props).onDragStart)||void 0===o||o.call(r,e,t),null===(a=n.visualElement.animationState)||void 0===a||a.setActive(YW.Drag,!0))},onMove:function(e,t){var r,o,a,i,s=n.props,l=s.dragPropagation,c=s.dragDirectionLock;if(l||n.openGlobalLock){var u=t.offset;if(c&&null===n.currentDirection)return n.currentDirection=function(e,t){void 0===t&&(t=10);var n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(u),void(null!==n.currentDirection&&(null===(o=(r=n.props).onDirectionLock)||void 0===o||o.call(r,n.currentDirection)));n.updateAxis("x",t.point,u),n.updateAxis("y",t.point,u),null===(i=(a=n.props).onDrag)||void 0===i||i.call(a,e,t),qF=e}},onSessionEnd:function(e,t){return n.stop(e,t)}},{transformPagePoint:s})},e.prototype.resolveDragConstraints=function(){var e=this,t=this.props,n=t.dragConstraints,r=t.dragElastic,o=this.visualElement.getLayoutState().layoutCorrected;this.constraints=!!n&&(yH(n)?this.resolveRefConstraints(o,n):function(e,t){var n=t.top,r=t.left,o=t.bottom,a=t.right;return{x:sF(e.x,r,a),y:sF(e.y,n,o)}}(o,n)),this.elastic=function(e){return!1===e?e=0:!0===e&&(e=.35),{x:cF(e,"left","right"),y:cF(e,"top","bottom")}}(r),this.constraints&&!this.hasMutatedConstraints&&aF((function(t){e.getAxisMotionValue(t)&&(e.constraints[t]=function(e,t){var n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(o[t],e.constraints[t]))}))},e.prototype.resolveRefConstraints=function(e,t){var n=this.props,r=n.onMeasureDragConstraints,o=n.transformPagePoint,a=t.current;this.constraintsBox=dF(a,o);var i=function(e,t){return{x:lF(e.x,t.x),y:lF(e.y,t.y)}}(e,this.constraintsBox);if(r){var s=r(function(e){var t=e.x,n=e.y;return{top:n.min,bottom:n.max,left:t.min,right:t.max}}(i));this.hasMutatedConstraints=!!s,s&&(i=nF(s))}return i},e.prototype.cancelDrag=function(){var e,t;this.visualElement.unlockProjectionTarget(),null===(e=this.cancelLayout)||void 0===e||e.call(this),this.isDragging=!1,this.panSession&&this.panSession.end(),this.panSession=null,!this.props.dragPropagation&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(YW.Drag,!1)},e.prototype.stop=function(e,t){var n,r,o;null===(n=this.panSession)||void 0===n||n.end(),this.panSession=null;var a=this.isDragging;if(this.cancelDrag(),a){var i=t.velocity;this.animateDragEnd(i),null===(o=(r=this.props).onDragEnd)||void 0===o||o.call(r,e,t)}},e.prototype.snapToCursor=function(e){var t=this;return aF((function(n){if(UF(n,t.props.drag,t.currentDirection)){var r=t.getAxisMotionValue(n);if(!r)return t.cursorProgress[n]=.5,!0;var o=t.visualElement.getLayoutState().layout,a=o[n].max-o[n].min,i=o[n].min+a/2,s=e[n]-i;t.originPoint[n]=e[n],r.set(s)}})).includes(!0)},e.prototype.updateAxis=function(e,t,n){if(UF(e,this.props.drag,this.currentDirection))return this.getAxisMotionValue(e)?this.updateAxisMotionValue(e,n):this.updateVisualElementAxis(e,t)},e.prototype.updateAxisMotionValue=function(e,t){var n=this.getAxisMotionValue(e);if(t&&n){var r=this.originPoint[e]+t[e],o=this.constraints?iF(r,this.constraints[e],this.elastic[e]):r;n.set(o)}},e.prototype.updateVisualElementAxis=function(e,t){var n,r=this.visualElement.getLayoutState().layout[e],o=r.max-r.min,a=this.cursorProgress[e],i=function(e,t,n,r,o){var a=e-t*n;return r?iF(a,r,o):a}(t[e],o,a,null===(n=this.constraints)||void 0===n?void 0:n[e],this.elastic[e]);this.visualElement.setProjectionTargetAxis(e,i,i+o)},e.prototype.setProps=function(e){var t=e.drag,n=void 0!==t&&t,r=e.dragDirectionLock,o=void 0!==r&&r,a=e.dragPropagation,i=void 0!==a&&a,s=e.dragConstraints,l=void 0!==s&&s,c=e.dragElastic,u=void 0===c?.35:c,d=e.dragMomentum,p=void 0===d||d,m=ZR(e,["drag","dragDirectionLock","dragPropagation","dragConstraints","dragElastic","dragMomentum"]);this.props=JR({drag:n,dragDirectionLock:o,dragPropagation:i,dragConstraints:l,dragElastic:u,dragMomentum:p},m)},e.prototype.getAxisMotionValue=function(e){var t=this.props,n=t.layout,r=t.layoutId,o="_drag"+e.toUpperCase();return this.props[o]?this.props[o]:n||void 0!==r?void 0:this.visualElement.getValue(e,0)},e.prototype.isLayoutDrag=function(){return!this.getAxisMotionValue("x")},e.prototype.isExternalDrag=function(){var e=this.props,t=e._dragX,n=e._dragY;return t||n},e.prototype.animateDragEnd=function(e){var t=this,n=this.props,r=n.drag,o=n.dragMomentum,a=n.dragElastic,i=n.dragTransition,s=function(e,t){void 0===t&&(t=!0);var n,r=e.getProjectionParent();return!!r&&(t?RF(n=EF(r.projection.target,e.projection.target),r.getLatestValues()):n=EF(r.getLayoutState().layout,e.getLayoutState().layout),aF((function(t){return e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)})),!0)}(this.visualElement,this.isLayoutDrag()&&!this.isExternalDrag()),l=this.constraints||{};if(s&&Object.keys(l).length&&this.isLayoutDrag()){var c=this.visualElement.getProjectionParent();if(c){var u=EF(c.projection.targetFinal,l);aF((function(e){var t=u[e],n=t.min,r=t.max;l[e]={min:isNaN(n)?void 0:n,max:isNaN(r)?void 0:r}}))}}var d=aF((function(n){var c;if(UF(n,r,t.currentDirection)){var u=null!==(c=null==l?void 0:l[n])&&void 0!==c?c:{},d=a?200:1e6,p=a?40:1e7,m=JR(JR({type:"inertia",velocity:o?e[n]:0,bounceStiffness:d,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10},i),u);return t.getAxisMotionValue(n)?t.startAxisValueAnimation(n,m):t.visualElement.startLayoutAnimation(n,m,s)}}));return Promise.all(d).then((function(){var e,n;null===(n=(e=t.props).onDragTransitionEnd)||void 0===n||n.call(e)}))},e.prototype.stopMotion=function(){var e=this;aF((function(t){var n=e.getAxisMotionValue(t);n?n.stop():e.visualElement.stopLayoutAnimation()}))},e.prototype.startAxisValueAnimation=function(e,t){var n=this.getAxisMotionValue(e);if(n){var r=n.get();return n.set(r),n.set(r),vq(e,n,0,t)}},e.prototype.scalePoint=function(){var e=this,t=this.props,n=t.drag;if(yH(t.dragConstraints)&&this.constraintsBox){this.stopMotion();var r={x:0,y:0};aF((function(t){r[t]=fF(e.visualElement.projection.target[t],e.constraintsBox[t])})),this.updateConstraints((function(){aF((function(t){if(UF(t,n,null)){var o=function(e,t,n){var r=e.max-e.min,o=CY(t.min,t.max-r,n);return{min:o,max:o+r}}(e.visualElement.projection.target[t],e.constraintsBox[t],r[t]),a=o.min,i=o.max;e.visualElement.setProjectionTargetAxis(t,a,i)}}))})),setTimeout(jF,1)}},e.prototype.updateConstraints=function(e){var t=this;this.cancelLayout=YF((function(n,r){var o=MF(t.visualElement);r((function(){return o.forEach((function(e){return e.resetTransform()}))})),n((function(){return kF(t.visualElement)})),r((function(){return o.forEach((function(e){return e.restoreTransform()}))})),n((function(){t.resolveDragConstraints()})),e&&r(e)}))},e.prototype.mount=function(e){var t=this,n=tY(e.getInstance(),"pointerdown",(function(e){var n=t.props,r=n.drag,o=n.dragListener;r&&(void 0===o||o)&&t.start(e)})),r=qW(window,"resize",(function(){t.scalePoint()})),o=e.onLayoutUpdate((function(){t.isDragging&&t.resolveDragConstraints()})),a=e.prevDragCursor;return a&&this.start(qF,{cursorProgress:a}),function(){null==n||n(),null==r||r(),null==o||o(),t.cancelDrag()}},e}();function UF(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}var $F,GF,KF={pan:mY((function(e){var t=e.onPan,n=e.onPanStart,r=e.onPanEnd,o=e.onPanSessionStart,a=e.visualElement,i=t||n||r||o,s=(0,ft.useRef)(null),l=(0,ft.useContext)(iH).transformPagePoint,c={onSessionStart:o,onStart:n,onMove:t,onEnd:function(e,t){s.current=null,r&&r(e,t)}};(0,ft.useEffect)((function(){null!==s.current&&s.current.updateHandlers(c)})),nY(a,"pointerdown",i&&function(e){s.current=new $q(e,c,{transformPagePoint:l})}),uY((function(){return s.current&&s.current.end()}))})),drag:mY((function(e){var t=e.dragControls,n=e.visualElement,r=(0,ft.useContext)(iH).transformPagePoint,o=cH((function(){return new XF({visualElement:n})}));o.setProps(JR(JR({},e),{transformPagePoint:r})),(0,ft.useEffect)((function(){return t&&t.subscribe(o)}),[o]),(0,ft.useEffect)((function(){return o.mount(n)}),[])}))};function JF(e){return"string"==typeof e&&e.startsWith("var(--")}!function(e){e[e.Entering=0]="Entering",e[e.Present=1]="Present",e[e.Exiting=2]="Exiting"}($F||($F={})),function(e){e[e.Hide=0]="Hide",e[e.Show=1]="Show"}(GF||(GF={}));var ZF=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function QF(e,t,n){void 0===n&&(n=1);var r=QR(function(e){var t=ZF.exec(e);if(!t)return[,];var n=QR(t,3);return[n[1],n[2]]}(e),2),o=r[0],a=r[1];if(o){var i=window.getComputedStyle(t).getPropertyValue(o);return i?i.trim():JF(a)?QF(a,t,n+1):a}}function eV(e,t){return e/(t.max-t.min)*100}var tV="_$css";var nV={process:function(e,t,n){var r=n.target;if("string"==typeof e){if(!eW.test(e))return e;e=parseFloat(e)}return eV(e,r.x)+"% "+eV(e,r.y)+"%"}},rV={borderRadius:JR(JR({},nV),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:nV,borderTopRightRadius:nV,borderBottomLeftRadius:nV,borderBottomRightRadius:nV,boxShadow:{process:function(e,t){var n=t.delta,r=t.treeScale,o=e,a=e.includes("var("),i=[];a&&(e=e.replace(ZF,(function(e){return i.push(e),tV})));var s=XY.parse(e);if(s.length>5)return o;var l=XY.createTransformer(e),c="number"!=typeof s[0]?1:0,u=n.x.scale*r.x,d=n.y.scale*r.y;s[0+c]/=u,s[1+c]/=d;var p=CY(u,d,.5);"number"==typeof s[2+c]&&(s[2+c]/=p),"number"==typeof s[3+c]&&(s[3+c]/=p);var m=l(s);if(a){var f=0;m=m.replace(tV,(function(){var e=i[f];return f++,e}))}return m}}},oV=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.frameTarget={x:{min:0,max:1},y:{min:0,max:1}},t.currentAnimationTarget={x:{min:0,max:1},y:{min:0,max:1}},t.isAnimating={x:!1,y:!1},t.stopAxisAnimation={x:void 0,y:void 0},t.isAnimatingTree=!1,t.animate=function(e,n,r){void 0===r&&(r={});var o=r.originBox,a=r.targetBox,i=r.visibilityAction,s=r.shouldStackAnimate,l=r.onComplete,c=r.prevParent,u=ZR(r,["originBox","targetBox","visibilityAction","shouldStackAnimate","onComplete","prevParent"]),d=t.props,p=d.visualElement,m=d.layout;if(!1===s)return t.isAnimatingTree=!1,t.safeToRemove();if(!t.isAnimatingTree||!0===s){s&&(t.isAnimatingTree=!0),n=o||n,e=a||e;var f=!1,h=p.getProjectionParent();if(h){var g=h.prevViewportBox,b=h.getLayoutState().layout;c&&(a&&(b=c.getLayoutState().layout),o&&!LF(c,h)&&c.prevViewportBox&&(g=c.prevViewportBox)),g&&uV(c,o,a)&&(f=!0,n=EF(g,n),e=EF(b,e))}var v=aV(n,e),y=aF((function(r){var o,a;if("position"===m){var s=e[r].max-e[r].min;n[r].max=n[r].min+s}if(!p.projection.isTargetLocked)return void 0===i?v?t.animateAxis(r,e[r],n[r],JR(JR({},u),{isRelative:f})):(null===(a=(o=t.stopAxisAnimation)[r])||void 0===a||a.call(o),p.setProjectionTargetAxis(r,e[r].min,e[r].max,f)):void p.setVisibility(i===GF.Show)}));return p.syncRender(),Promise.all(y).then((function(){t.isAnimatingTree=!1,l&&l(),p.notifyLayoutAnimationComplete()}))}},t}return KR(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props.visualElement;t.animateMotionValue=vq,t.enableLayoutProjection(),this.unsubLayoutReady=t.onLayoutUpdate(this.animate),t.layoutSafeToRemove=function(){return e.safeToRemove()},function(e){for(var t in e)NH[t]=e[t]}(rV)},t.prototype.componentWillUnmount=function(){var e=this;this.unsubLayoutReady(),aF((function(t){var n,r;return null===(r=(n=e.stopAxisAnimation)[t])||void 0===r?void 0:r.call(n)}))},t.prototype.animateAxis=function(e,t,n,r){var o,a,i=this,s=void 0===r?{}:r,l=s.transition,c=s.isRelative;if(!this.isAnimating[e]||!lV(t,this.currentAnimationTarget[e])){null===(a=(o=this.stopAxisAnimation)[e])||void 0===a||a.call(o),this.isAnimating[e]=!0;var u=this.props.visualElement,d=this.frameTarget[e],p=u.getProjectionAnimationProgress()[e];p.clearListeners(),p.set(0),p.set(0);var m=function(){var r=p.get()/1e3;!function(e,t,n,r){e.min=CY(t.min,n.min,r),e.max=CY(t.max,n.max,r)}(d,n,t,r),u.setProjectionTargetAxis(e,d.min,d.max,c)};m();var f=p.onChange(m);this.stopAxisAnimation[e]=function(){i.isAnimating[e]=!1,p.stop(),f()},this.currentAnimationTarget[e]=t;var h=l||u.getDefaultTransition()||cV;return vq("x"===e?"layoutX":"layoutY",p,1e3,h&&bq(h,"layout")).then(this.stopAxisAnimation[e])}},t.prototype.safeToRemove=function(){var e,t;null===(t=(e=this.props).safeToRemove)||void 0===t||t.call(e)},t.prototype.render=function(){return null},t}(ft.Component);function aV(e,t){return!(sV(e)||sV(t)||lV(e.x,t.x)&&lV(e.y,t.y))}var iV={min:0,max:0};function sV(e){return lV(e.x,iV)&&lV(e.y,iV)}function lV(e,t){return e.min===t.min&&e.max===t.max}var cV={duration:.45,ease:[.4,0,.1,1]};function uV(e,t,n){return e||!e&&!(t||n)}var dV={layoutReady:function(e){return e.notifyLayoutReady()}};function pV(){var e=new Set;return{add:function(t){return e.add(t)},flush:function(t){var n=void 0===t?dV:t,r=n.layoutReady,o=n.parent;YF((function(t,n){var a=Array.from(e).sort(yF),i=o?MF(o):[];n((function(){eH(eH([],QR(i)),QR(a)).forEach((function(e){return e.resetTransform()}))})),t((function(){a.forEach(kF)})),n((function(){i.forEach((function(e){return e.restoreTransform()})),a.forEach(r)})),t((function(){a.forEach((function(e){e.isPresent&&(e.presence=$F.Present)}))})),n((function(){Oj.preRender(),Oj.render()})),t((function(){Rj.postRender((function(){return a.forEach(mV)})),e.clear()}))})),jF()}}}function mV(e){e.prevViewportBox=e.projection.target}var fV=(0,ft.createContext)(pV()),hV=(0,ft.createContext)(pV());function gV(e){return!!e.forceUpdate}var bV=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return KR(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.syncLayout,n=e.framerSyncLayout,r=e.visualElement;gV(t)&&t.register(r),gV(n)&&n.register(r),r.onUnmount((function(){gV(t)&&t.remove(r),gV(n)&&n.remove(r)}))},t.prototype.getSnapshotBeforeUpdate=function(){var e=this.props,t=e.syncLayout,n=e.visualElement;return gV(t)?t.syncUpdate():(!function(e){e.shouldResetTransform()||(e.prevViewportBox=e.measureViewportBox(!1),e.rebaseProjectionTarget(!1,e.prevViewportBox))}(n),t.add(n)),null},t.prototype.componentDidUpdate=function(){var e=this.props.syncLayout;gV(e)||e.flush()},t.prototype.render=function(){return null},t}(ht().Component);var vV={measureLayout:function(e){var t=(0,ft.useContext)(fV),n=(0,ft.useContext)(hV);return ht().createElement(bV,JR({},e,{syncLayout:t,framerSyncLayout:n}))},layoutAnimation:function(e){var t=QR(uH(),2)[1];return ft.createElement(oV,JR({},e,{safeToRemove:t}))}};function yV(){return{isHydrated:!1,layout:{x:{min:0,max:1},y:{min:0,max:1}},layoutCorrected:{x:{min:0,max:1},y:{min:0,max:1}},treeScale:{x:1,y:1},delta:oF(),deltaFinal:oF(),deltaTransform:""}}var _V=yV();function MV(e,t,n){var r=e.x,o=e.y,a="translate3d("+r.translate/t.x+"px, "+o.translate/t.y+"px, 0) ";if(n){var i=n.rotate,s=n.rotateX,l=n.rotateY;i&&(a+="rotate("+i+") "),s&&(a+="rotateX("+s+") "),l&&(a+="rotateY("+l+") ")}return a+="scale("+r.scale+", "+o.scale+")",n||a!==wV?a:""}function kV(e){var t=e.deltaFinal;return 100*t.x.origin+"% "+100*t.y.origin+"% 0"}var wV=MV(_V.delta,_V.treeScale,{x:1,y:1}),EV=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","SetAxisTarget","Unmount"];function LV(e,t,n,r){var o,a,i=e.delta,s=e.layout,l=e.layoutCorrected,c=e.treeScale,u=t.target;a=s,xF((o=l).x,a.x),xF(o.y,a.y),function(e,t,n){var r=n.length;if(r){var o,a;t.x=t.y=1;for(var i=0;i=0;t--){var n=X.path[t];if(n.projection.isEnabled){e=n;break}}_=e}return _},resolveRelativeTargetBox:function(){var e=X.getProjectionParent();if(S.relativeTarget&&e&&(function(e,t){vF(e.target.x,e.relativeTarget.x,t.target.x),vF(e.target.y,e.relativeTarget.y,t.target.y)}(S,e.projection),CF(e))){var t=S.target;BF(t,t,e.getLatestValues())}},shouldResetTransform:function(){return Boolean(h._layoutResetTransform)},pointTo:function(e){A=e.projection,T=e.getLatestValues(),null==M||M(),M=pY(e.onSetAxisTarget(X.scheduleUpdateLayoutProjection),e.onLayoutAnimationComplete((function(){var e;X.isPresent?X.presence=$F.Present:null===(e=X.layoutSafeToRemove)||void 0===e||e.call(X)})))},isPresent:!0,presence:$F.Entering});return X}};function SV(e){e.resolveRelativeTargetBox()}function AV(e){e.updateLayoutProjection()}var TV,zV=eH(["initial"],QR(Pq)),NV=zV.length,OV=new Set(["width","height","top","left","right","bottom","x","y"]),DV=function(e){return OV.has(e)},BV=function(e,t){e.set(t,!1),e.set(t)},IV=function(e){return e===oW||e===eW};!function(e){e.width="width",e.height="height",e.left="left",e.right="right",e.top="top",e.bottom="bottom"}(TV||(TV={}));var PV=function(e,t){return parseFloat(e.split(", ")[t])},RV=function(e,t){return function(n,r){var o=r.transform;if("none"===o||!o)return 0;var a=o.match(/^matrix3d\((.+)\)$/);if(a)return PV(a[1],t);var i=o.match(/^matrix\((.+)\)$/);return i?PV(i[1],e):0}},HV=new Set(["x","y","z"]),WV=DH.filter((function(e){return!HV.has(e)}));var YV={width:function(e){var t=e.x;return t.max-t.min},height:function(e){var t=e.y;return t.max-t.min},top:function(e,t){var n=t.top;return parseFloat(n)},left:function(e,t){var n=t.left;return parseFloat(n)},bottom:function(e,t){var n=e.y,r=t.top;return parseFloat(r)+(n.max-n.min)},right:function(e,t){var n=e.x,r=t.left;return parseFloat(r)+(n.max-n.min)},x:RV(4,13),y:RV(5,14)},jV=function(e,t,n,r){void 0===n&&(n={}),void 0===r&&(r={}),t=JR({},t),r=JR({},r);var o=Object.keys(t).filter(DV),a=[],i=!1,s=[];if(o.forEach((function(o){var l=e.getValue(o);if(e.hasValue(o)){var c,u=n[o],d=t[o],p=xq(u);if(DW(d))for(var m=d.length,f=null===d[0]?1:0;f{if(!e)return;function n(t){const{deltaX:n,deltaY:r}=t;e.current.scrollBy(n,r)}const r={passive:!0};return t.addEventListener("wheel",n,r),()=>{t.removeEventListener("wheel",n,r)}}),[e])}const ZV=(0,ft.createContext)();function QV(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const{selectBlock:r}=Cp(Hw),o=(0,ft.useContext)(ZV),a=(0,ft.useRef)(),{orientation:i,previousClientId:s,nextClientId:l,rootClientId:c,isInserterShown:u}=Nc((e=>{var t;const{getBlockOrder:n,getBlockListSettings:r,getBlockInsertionPoint:o,isBlockBeingDragged:a,getPreviousBlockClientId:i,getNextBlockClientId:s}=e(Hw),l=o(),c=n(l.rootClientId);if(!c.length)return{};let u=c[l.index-1],d=c[l.index];for(;a(u);)u=i(u);for(;a(d);)d=s(d);return{previousClientId:u,nextClientId:d,orientation:(null===(t=r(l.rootClientId))||void 0===t?void 0:t.orientation)||"vertical",rootClientId:l.rootClientId,isInserterShown:null==l?void 0:l.__unstableWithInserter}}),[]),d=ID(s),p=ID(l),m="vertical"===i,f=(0,ft.useMemo)((()=>{if(!d&&!p)return{};const e=d?d.getBoundingClientRect():null,t=p?p.getBoundingClientRect():null;if(m)return{width:d?d.offsetWidth:p.offsetWidth,height:t&&e?t.top-e.bottom:0};let n=0;return e&&t&&(n=Mr()?e.left-t.right:t.left-e.right),{width:n,height:d?d.offsetHeight:p.offsetHeight}}),[d,p]),h=(0,ft.useCallback)((()=>{if(!d&&!p)return{};const{ownerDocument:e}=d||p,t=d?d.getBoundingClientRect():null,n=p?p.getBoundingClientRect():null;return m?Mr()?{top:t?t.bottom:n.top,left:t?t.right:n.right,right:t?t.left:n.left,bottom:n?n.top:t.bottom,ownerDocument:e}:{top:t?t.bottom:n.top,left:t?t.left:n.left,right:t?t.right:n.right,bottom:n?n.top:t.bottom,ownerDocument:e}:Mr()?{top:t?t.top:n.top,left:t?t.left:n.right,right:n?n.right:t.left,bottom:t?t.bottom:n.bottom,ownerDocument:e}:{top:t?t.top:n.top,left:t?t.right:n.left,right:n?n.left:t.right,bottom:t?t.bottom:n.bottom,ownerDocument:e}}),[d,p]),g=JV(n),b=KS(),v=jp()("block-editor-block-list__insertion-point","is-"+i);const y=d&&p&&u,_={start:{...m?{height:0,left:"50%",right:"50%",y:0}:{width:0,top:"50%",bottom:"50%",x:0},opacity:0},rest:{...m?{height:4,left:0,right:0,y:-2}:{width:4,top:0,bottom:0,x:-2},opacity:1,borderRadius:"2px",transition:{delay:y?.4:0}},hover:{...m?{height:4,left:0,right:0,y:-2}:{width:4,top:0,bottom:0,x:-2},opacity:1,borderRadius:"2px",transition:{delay:.4}}},M={start:{scale:b?1:0},rest:{scale:1,transition:{delay:.2}}};return(0,ft.createElement)(ng,{ref:g,noArrow:!0,animate:!1,getAnchorRect:h,focusOnMount:!1,className:"block-editor-block-list__insertion-point-popover",__unstableSlotName:t||null,key:l+"--"+c},(0,ft.createElement)(KV.div,{layout:!b,initial:b?"rest":"start",animate:"rest",whileHover:"hover",whileTap:"pressed",exit:"start",ref:a,tabIndex:-1,onClick:function(e){e.target===a.current&&l&&r(l,-1)},onFocus:function(e){e.target!==a.current&&(o.current=!0)},className:jp()(v,{"is-with-inserter":y}),style:f},(0,ft.createElement)(KV.div,{variants:_,className:"block-editor-block-list__insertion-point-indicator"}),y&&(0,ft.createElement)(KV.div,{variants:M,className:jp()("block-editor-block-list__insertion-point-inserter")},(0,ft.createElement)(FR,{position:"bottom center",clientId:l,rootClientId:c,__experimentalIsQuick:!0,onToggle:e=>{o.current=e},onSelectOrClose:()=>{o.current=!1}}))))}function eX(e){let{children:t,__unstablePopoverSlot:n,__unstableContentRef:r}=e;const o=Nc((e=>e(Hw).isBlockInsertionPointVisible()),[]);return(0,ft.createElement)(ZV.Provider,{value:(0,ft.useRef)(!1)},o&&(0,ft.createElement)(QV,{__unstablePopoverSlot:n,__unstableContentRef:r}),t)}function tX(){const e=(0,ft.useContext)(ZV),t=Nc((e=>e(Hw).getSettings().hasReducedUI),[]),{getBlockListSettings:n,getBlockRootClientId:r,getBlockIndex:o,isBlockInsertionPointVisible:a,isMultiSelecting:i,getSelectedBlockClientIds:s,getTemplateLock:l}=Nc(Hw),{showInsertionPoint:c,hideInsertionPoint:u}=Cp(Hw);return sh((r=>{if(!t)return r.addEventListener("mousemove",d),()=>{r.removeEventListener("mousemove",d)};function d(t){var r,d;if(e.current)return;if(i())return;if(!t.target.classList.contains("block-editor-block-list__layout"))return void(a()&&u());let p;if(!t.target.classList.contains("is-root-container")){p=(t.target.getAttribute("data-block")?t.target:t.target.closest("[data-block]")).getAttribute("data-block")}if(l(p))return;const m=(null===(r=n(p))||void 0===r?void 0:r.orientation)||"vertical",f=t.target.getBoundingClientRect(),h=t.clientY-f.top,g=t.clientX-f.left;let b=Array.from(t.target.children).find((e=>e.classList.contains("wp-block")&&"vertical"===m&&e.offsetTop>h||e.classList.contains("wp-block")&&"horizontal"===m&&e.offsetLeft>g));if(!b)return;if(!b.id&&(b=b.firstElementChild,!b))return;if(null===(d=b.parentElement)||void 0===d?void 0:d.closest(".block-editor-block-content-overlay.overlay-active"))return;const v=b.id.slice("block-".length);if(!v)return;if(s().includes(v))return;const y=b.getBoundingClientRect();if("horizontal"===m&&(t.clientY>y.bottom||t.clientYy.right||t.clientX{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback||window.requestAnimationFrame,rX="undefined"==typeof window?clearTimeout:window.cancelIdleCallback||window.cancelAnimationFrame;function oX(e){return Nc((t=>{if(!e)return null;const{getBlockName:n,getBlockAttributes:r}=t(Hw),{getBlockType:o,getActiveBlockVariation:a}=t(ni),i=n(e),s=o(i);if(!s)return null;const l=r(e),c=a(i,l),u={title:s.title,icon:s.icon,description:s.description,anchor:null==l?void 0:l.anchor};return c?{title:c.title||s.title,icon:c.icon||s.icon,description:c.description||s.description}:u}),[e])}function aX(e){let{clientId:t}=e;const{attributes:n,name:r,reusableBlockTitle:o}=Nc((e=>{if(!t)return{};const{getBlockName:n,getBlockAttributes:r,__experimentalGetReusableBlockTitle:o}=e(Hw),a=n(t);if(!a)return{};const i=sa(ra(a));return{attributes:r(t),name:a,reusableBlockTitle:i&&o(r(t).ref)}}),[t]),a=oX(t);if(!r||!a)return null;const i=ra(r),s=i?Da(i,n):null,l=o||s;return l&&l!==i.title?(0,vt.truncate)(l,{length:35}):a.title}const iX=e=>{let{children:t,clientIds:n,cloneClassname:r,onDragStart:o,onDragEnd:a}=e;const{srcRootClientId:i,isDraggable:s,icon:l}=Nc((e=>{var t;const{getBlockRootClientId:r,getTemplateLock:o,getBlockName:a}=e(Hw),i=r(n[0]);return{srcRootClientId:i,isDraggable:"all"!==(i?o(i):null),icon:null===(t=ra(a(n[0])))||void 0===t?void 0:t.icon}}),[n]),c=(0,ft.useRef)(!1),[u,d,p]=function(){const e=(0,ft.useRef)(null),t=(0,ft.useRef)(null),n=(0,ft.useRef)(null),r=(0,ft.useRef)(null);return(0,ft.useEffect)((()=>()=>{r.current&&(clearInterval(r.current),r.current=null)}),[]),[(0,ft.useCallback)((o=>{e.current=o.clientY,n.current=oD(o.target),r.current=setInterval((()=>{if(n.current&&t.current){const e=n.current.scrollTop+t.current;n.current.scroll({top:e})}}),25)}),[]),(0,ft.useCallback)((r=>{if(!n.current)return;const o=n.current.offsetHeight,a=e.current-n.current.offsetTop,i=r.clientY-n.current.offsetTop;if(r.clientY>a){const e=Math.max(o-a-50,0),n=Math.max(i-a-50,0)/e;t.current=25*n}else if(r.clientY{e.current=null,n.current=null,r.current&&(clearInterval(r.current),r.current=null)}]}(),{startDraggingBlocks:m,stopDraggingBlocks:f}=Cp(Hw);if((0,ft.useEffect)((()=>()=>{c.current&&f()}),[]),!s)return t({isDraggable:!1});const h={type:"block",srcClientIds:n,srcRootClientId:i};return(0,ft.createElement)(YI,{cloneClassname:r,__experimentalTransferDataType:"wp-blocks",transferData:h,onDragStart:e=>{m(n),c.current=!0,u(e),o&&o()},onDragOver:d,onDragEnd:()=>{f(),c.current=!1,p(),a&&a()},__experimentalDragComponent:(0,ft.createElement)(qI,{count:n.length,icon:l})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return t({draggable:!0,onDragStart:n,onDragEnd:r})}))};const sX=function(e){let{clientId:t,rootClientId:n,blockElement:r}=e;const o=oX(t),a=Nc((e=>{var r;const{getBlock:o,getBlockIndex:a,hasBlockMovingClientId:i,getBlockListSettings:s}=e(Hw),l=a(t,n),{name:c,attributes:u}=o(t);return{index:l,name:c,attributes:u,blockMovingMode:i(),orientation:null===(r=s(n))||void 0===r?void 0:r.orientation}}),[t,n]),{index:i,name:s,attributes:l,blockMovingMode:c,orientation:u}=a,{setNavigationMode:d,removeBlock:p}=Cp(Hw),m=(0,ft.useRef)(),f=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"vertical";const o=null==e?void 0:e.title,a=e?Da(e,t,"accessibility"):"",i=void 0!==n,s=a&&a!==o;return i&&"vertical"===r?s?Tn(vr("%1$s Block. Row %2$d. %3$s"),o,n,a):Tn(vr("%1$s Block. Row %2$d"),o,n):i&&"horizontal"===r?s?Tn(vr("%1$s Block. Column %2$d. %3$s"),o,n,a):Tn(vr("%1$s Block. Column %2$d"),o,n):s?Tn(vr("%1$s Block. %2$s"),o,a):Tn(vr("%s Block"),o)}(ra(s),l,i+1,u);(0,ft.useEffect)((()=>{m.current.focus(),nM(f)}),[f]);const{hasBlockMovingClientId:h,getBlockIndex:g,getBlockRootClientId:b,getClientIdsOfDescendants:v,getSelectedBlockClientId:y,getMultiSelectedBlocksEndClientId:_,getPreviousBlockClientId:M,getNextBlockClientId:k,isNavigationMode:w}=Nc(Hw),{selectBlock:E,clearSelectedBlock:L,setBlockMovingClientId:C,moveBlockToPosition:x}=Cp(Hw),S=jp()("block-editor-block-list__block-selection-button",{"is-block-moving-mode":!!c}),A=vr("Drag");return(0,ft.createElement)("div",{className:S},(0,ft.createElement)(AE,{justify:"center",className:"block-editor-block-list__block-selection-button__content"},(0,ft.createElement)(zE,null,(0,ft.createElement)(cB,{icon:null==o?void 0:o.icon,showColors:!0})),(0,ft.createElement)(zE,null,(0,ft.createElement)(iX,{clientIds:[t]},(e=>(0,ft.createElement)(db,bt({icon:jI,className:"block-selection-button_drag-handle","aria-hidden":"true",label:A,tabIndex:"-1"},e))))),(0,ft.createElement)(zE,null,(0,ft.createElement)(db,{ref:m,onClick:()=>d(!1),onKeyDown:function(e){const{keyCode:n}=e,o=n===Nf,a=n===Df,i=n===zf,s=n===Of,l=9===n,c=n===Af,u=n===Sf,d=n===Tf,m=e.shiftKey;if(n===xf||n===Bf)return p(t),void e.preventDefault();const f=y(),S=_(),A=M(S||f),T=k(S||f),z=l&&m||o,N=l&&!m||a,O=i,D=s;let B;if(z)B=A;else if(N)B=T;else if(O){var I;B=null!==(I=b(f))&&void 0!==I?I:f}else if(D){var P;B=null!==(P=v([f])[0])&&void 0!==P?P:f}const R=h();if(c&&w()&&(L(),e.preventDefault()),c&&R&&!e.defaultPrevented&&(C(null),e.preventDefault()),(u||d)&&R){const e=b(R),t=b(f),n=g(R,e);let r=g(f,t);n{!function(e){const[t]=ih.tabbable.find(e);t&&t.focus()}(e.current)}),[]);QB("core/block-editor/focus-toolbar",s),(0,ft.useEffect)((()=>{a&&s()}),[n,a,s]),(0,ft.useEffect)((()=>{let t=0;return i&&!a&&(t=window.requestAnimationFrame((()=>{const t=pX(e.current),n=i||0;t[n]&&function(e){return e.contains(e.ownerDocument.activeElement)}(e.current)&&t[n].focus()}))),()=>{if(window.cancelAnimationFrame(t),!o||!e.current)return;const n=pX(e.current).findIndex((e=>0===e.tabIndex));o(n)}}),[i,a])}const fX=function(e){let{children:t,focusOnMount:n,__experimentalInitialIndex:r,__experimentalOnIndexChange:o,...a}=e;const i=(0,ft.useRef)(),s=function(e){const[t,n]=(0,ft.useState)(!0),r=(0,ft.useCallback)((()=>{const t=!ih.tabbable.find(e.current).some((e=>!("toolbarItem"in e.dataset)));t||hu("Using custom components as toolbar controls",{since:"5.6",alternative:"ToolbarItem, ToolbarButton or ToolbarDropdownMenu components",link:"https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols"}),n(t)}),[]);return(0,ft.useLayoutEffect)((()=>{const t=new window.MutationObserver(r);return t.observe(e.current,{childList:!0,subtree:!0}),()=>t.disconnect()}),[t]),t}(i);return mX(i,n,s,r,o),s?(0,ft.createElement)(dX,bt({label:a["aria-label"],ref:i},a),t):(0,ft.createElement)(Rv,bt({orientation:"horizontal",role:"toolbar",ref:i},a),t)},hX=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),gX=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));function bX(e,t,n,r,o,a,i){const s=n+1,l=e=>"up"===e?"horizontal"===i?Mr()?"right":"left":"up":"down"===e?"horizontal"===i?Mr()?"left":"right":"down":null;if(e>1)return function(e,t,n,r,o){const a=t+1;if(o<0&&n)return vr("Blocks cannot be moved up as they are already at the top");if(o>0&&r)return vr("Blocks cannot be moved down as they are already at the bottom");if(o<0&&!n)return Tn(_r("Move %1$d block from position %2$d up by one place","Move %1$d blocks from position %2$d up by one place",e),e,a);if(o>0&&!r)return Tn(_r("Move %1$d block from position %2$d down by one place","Move %1$d blocks from position %2$d down by one place",e),e,a)}(e,n,r,o,a);if(r&&o)return Tn(vr("Block %s is the only block, and cannot be moved"),t);if(a>0&&!o){const e=l("down");if("down"===e)return Tn(vr("Move %1$s block from position %2$d down to position %3$d"),t,s,s+1);if("left"===e)return Tn(vr("Move %1$s block from position %2$d left to position %3$d"),t,s,s+1);if("right"===e)return Tn(vr("Move %1$s block from position %2$d right to position %3$d"),t,s,s+1)}if(a>0&&o){const e=l("down");if("down"===e)return Tn(vr("Block %1$s is at the end of the content and can’t be moved down"),t);if("left"===e)return Tn(vr("Block %1$s is at the end of the content and can’t be moved left"),t);if("right"===e)return Tn(vr("Block %1$s is at the end of the content and can’t be moved right"),t)}if(a<0&&!r){const e=l("up");if("up"===e)return Tn(vr("Move %1$s block from position %2$d up to position %3$d"),t,s,s-1);if("left"===e)return Tn(vr("Move %1$s block from position %2$d left to position %3$d"),t,s,s-1);if("right"===e)return Tn(vr("Move %1$s block from position %2$d right to position %3$d"),t,s,s-1)}if(a<0&&r){const e=l("up");if("up"===e)return Tn(vr("Block %1$s is at the beginning of the content and can’t be moved up"),t);if("left"===e)return Tn(vr("Block %1$s is at the beginning of the content and can’t be moved left"),t);if("right"===e)return Tn(vr("Block %1$s is at the beginning of the content and can’t be moved right"),t)}}const vX=(e,t)=>"up"===e?"horizontal"===t?Mr()?hX:gX:JS:"down"===e?"horizontal"===t?Mr()?gX:hX:ZS:null,yX=(e,t)=>"up"===e?"horizontal"===t?Mr()?vr("Move right"):vr("Move left"):vr("Move up"):"down"===e?"horizontal"===t?Mr()?vr("Move left"):vr("Move right"):vr("Move down"):null,_X=(0,ft.forwardRef)(((e,t)=>{let{clientIds:n,direction:r,orientation:o,...a}=e;const i=mf(_X),s=(0,vt.castArray)(n).length,{blockType:l,isDisabled:c,rootClientId:u,isFirst:d,isLast:p,firstIndex:m,orientation:f="vertical"}=Nc((e=>{const{getBlockIndex:t,getBlockRootClientId:a,getBlockOrder:i,getBlock:s,getBlockListSettings:l}=e(Hw),c=(0,vt.castArray)(n),u=(0,vt.first)(c),d=a(u),p=t(u,d),m=t((0,vt.last)(c),d),f=i(d),h=s(u),g=0===p,b=m===f.length-1,{orientation:v}=l(d)||{};return{blockType:h?ra(h.name):null,isDisabled:"up"===r?g:b,rootClientId:d,firstIndex:p,isFirst:g,isLast:b,orientation:o||v}}),[n,r]),{moveBlocksDown:h,moveBlocksUp:g}=Cp(Hw),b="up"===r?g:h,v=`block-editor-block-mover-button__description-${i}`;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(db,bt({ref:t,className:jp()("block-editor-block-mover-button",`is-${r}-button`),icon:vX(r,f),label:yX(r,f),"aria-describedby":v},a,{onClick:c?null:e=>{b(n,u),a.onClick&&a.onClick(e)},"aria-disabled":c})),(0,ft.createElement)("span",{id:v,className:"block-editor-block-mover-button__description"},bX(s,l&&l.title,m,d,p,"up"===r?-1:1,f)))})),MX=(0,ft.forwardRef)(((e,t)=>(0,ft.createElement)(_X,bt({direction:"up",ref:t},e)))),kX=(0,ft.forwardRef)(((e,t)=>(0,ft.createElement)(_X,bt({direction:"down",ref:t},e))));const wX=UA(((e,t)=>{var n;let{clientIds:r}=t;const{getBlock:o,getBlockIndex:a,getBlockListSettings:i,canMoveBlocks:s,getBlockOrder:l,getBlockRootClientId:c}=e(Hw),u=(0,vt.castArray)(r),d=(0,vt.first)(u),p=o(d),m=c((0,vt.first)(u)),f=a(d,m),h=0===f,g=a((0,vt.last)(u),m)===l(m).length-1;return{blockType:p?ra(p.name):null,canMove:s(r,m),rootClientId:m,firstIndex:f,isFirst:h,isLast:g,orientation:null===(n=i(m))||void 0===n?void 0:n.orientation}}))((function(e){let{isFirst:t,isLast:n,clientIds:r,canMove:o,isHidden:a,rootClientId:i,orientation:s,hideDragHandle:l}=e;const[c,u]=(0,ft.useState)(!1),d=()=>u(!0),p=()=>u(!1);if(!o||t&&n&&!i)return null;const m=vr("Drag");return(0,ft.createElement)("div",{className:jp()("block-editor-block-mover",{"is-visible":c||!a,"is-horizontal":"horizontal"===s})},!l&&(0,ft.createElement)(iX,{clientIds:r,cloneClassname:"block-editor-block-mover__drag-clone"},(e=>(0,ft.createElement)(db,bt({icon:jI,className:"block-editor-block-mover__drag-handle","aria-hidden":"true",label:m,tabIndex:"-1"},e)))),(0,ft.createElement)(jv,{className:"block-editor-block-mover__move-button-container"},(0,ft.createElement)(Sv,{onFocus:d,onBlur:p},(e=>(0,ft.createElement)(MX,bt({clientIds:r},e)))),(0,ft.createElement)(Sv,{onFocus:d,onBlur:p},(e=>(0,ft.createElement)(kX,bt({clientIds:r},e))))))})),{clearTimeout:EX,setTimeout:LX}=window,CX=200;function xX(e){let{ref:t,isFocused:n,debounceTimeout:r=CX,onChange:o=vt.noop}=e;const[a,i]=(0,ft.useState)(!1),s=(0,ft.useRef)(),l=e=>{null!=t&&t.current&&i(e),o(e)},c=()=>{const e=(null==t?void 0:t.current)&&t.current.matches(":hover");return!n&&!e},u=()=>{const e=s.current;e&&EX&&EX(e)};return(0,ft.useEffect)((()=>()=>u()),[]),{showMovers:a,debouncedShowMovers:e=>{e&&e.stopPropagation(),u(),a||l(!0)},debouncedHideMovers:e=>{e&&e.stopPropagation(),u(),s.current=LX((()=>{c()&&l(!1)}),r)}}}function SX(e){let{ref:t,debounceTimeout:n=CX,onChange:r=vt.noop}=e;const[o,a]=(0,ft.useState)(!1),{showMovers:i,debouncedShowMovers:s,debouncedHideMovers:l}=xX({ref:t,debounceTimeout:n,isFocused:o,onChange:r}),c=(0,ft.useRef)(!1),u=()=>(null==t?void 0:t.current)&&t.current.contains(t.current.ownerDocument.activeElement);return(0,ft.useEffect)((()=>{const e=t.current,n=()=>{u()&&(a(!0),s())},r=()=>{u()||(a(!1),l())};return e&&!c.current&&(e.addEventListener("focus",n,!0),e.addEventListener("blur",r,!0),c.current=!0),()=>{e&&(e.removeEventListener("focus",n),e.removeEventListener("blur",r))}}),[t,c,a,s,l]),{showMovers:i,gestures:{onMouseMove:s,onMouseLeave:l}}}function AX(){const{selectBlock:e,toggleBlockHighlight:t}=Cp(Hw),{firstParentClientId:n,shouldHide:r,hasReducedUI:o}=Nc((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientId:r,getSettings:o}=e(Hw),{hasBlockSupport:a}=e(ni),i=n(r()),s=i[i.length-1],l=ra(t(s)),c=o();return{firstParentClientId:s,shouldHide:!a(l,"__experimentalParentSelector",!0),hasReducedUI:c.hasReducedUI}}),[]),a=oX(n),i=(0,ft.useRef)(),{gestures:s}=SX({ref:i,onChange(e){e&&o||t(n,e)}});return r||void 0===n?null:(0,ft.createElement)("div",bt({className:"block-editor-block-parent-selector",key:n,ref:i},s),(0,ft.createElement)(Tv,{className:"block-editor-block-parent-selector__button",onClick:()=>e(n),label:Tn(vr("Select %s"),a.title),showTooltip:!0,icon:(0,ft.createElement)(cB,{icon:a.icon})}))}const TX=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z"}));function zX(e){let{blocks:t}=e;return(0,ft.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,ft.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,ft.createElement)(ng,{className:"block-editor-block-switcher__preview__popover",position:"bottom right",focusOnMount:!1},(0,ft.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,ft.createElement)("div",{className:"block-editor-block-switcher__preview-title"},vr("Preview")),(0,ft.createElement)(DI,{viewportWidth:500,blocks:t})))))}const NX=e=>{let{className:t,possibleBlockTransformations:n,onSelect:r,blocks:o}=e;const[a,i]=(0,ft.useState)();return(0,ft.createElement)(Kw,{label:vr("Transform to"),className:t},a&&(0,ft.createElement)(zX,{blocks:Sa(o,a)}),n.map((e=>{const{name:t,icon:n,title:o,isDisabled:a}=e;return(0,ft.createElement)(Jw,{key:t,className:$i(t),onClick:e=>{e.preventDefault(),r(t)},disabled:a,onMouseLeave:()=>i(null),onMouseEnter:()=>i(t)},(0,ft.createElement)(cB,{icon:n,showColors:!0}),o)})))};class OX{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.value=e,this._currentValue,this._valueAsArray}entries(){return this._valueAsArray.entries(...arguments)}forEach(){return this._valueAsArray.forEach(...arguments)}keys(){return this._valueAsArray.keys(...arguments)}values(){return this._valueAsArray.values(...arguments)}get value(){return this._currentValue}set value(e){e=String(e),this._valueAsArray=(0,vt.uniq)((0,vt.compact)(e.split(/\s+/g))),this._currentValue=this._valueAsArray.join(" ")}get length(){return this._valueAsArray.length}toString(){return this.value}*[Symbol.iterator](){return yield*this._valueAsArray}item(e){return this._valueAsArray[e]}contains(e){return-1!==this._valueAsArray.indexOf(e)}add(){for(var e=arguments.length,t=new Array(e),n=0;n({...t,attributes:{...t.attributes,className:l}})),[t,l]);return(0,ft.createElement)("div",{key:r.name,className:jp()("block-editor-block-styles__item",{"is-active":o}),onClick:()=>s(),onKeyDown:e=>{Sf!==e.keyCode&&Tf!==e.keyCode||(e.preventDefault(),s())},onMouseEnter:i,onMouseLeave:a,role:c||"button",tabIndex:"0","aria-label":r.label||r.name},(0,ft.createElement)("div",{className:"block-editor-block-styles__item-preview"},(0,ft.createElement)(DI,{viewportWidth:n,blocks:u})),(0,ft.createElement)("div",{className:"block-editor-block-styles__item-label"},r.label||r.name))}const IX=function(e){let{clientId:t,onSwitch:n=vt.noop,onHoverClassName:r=vt.noop,itemRole:o}=e;const{styles:a,block:i,type:s,className:l}=Nc((e=>{const{getBlock:n}=e(Hw),r=n(t);if(!r)return DX;const o=ra(r.name),{getBlockStyles:a}=e(ni);return{block:r,type:o,styles:a(r.name),className:r.attributes.className||""}}),[t]),{updateBlockAttributes:c}=Cp(Hw),u=function(e,t){return(0,ft.useMemo)((()=>{const n=null==t?void 0:t.example,r=null==t?void 0:t.name;return n&&r?Aa(r,{attributes:n.attributes,innerBlocks:n.innerBlocks}):e?Ma(e):void 0}),[null!=t&&t.example?null==e?void 0:e.name:e,t])}(i,s);if(!a||0===a.length)return null;const d=(0,vt.find)(a,"isDefault")?a:[{name:"default",label:yr("Default","block style"),isDefault:!0},...a],p=function(e,t){for(const n of new OX(t).values()){if(-1===n.indexOf("is-style-"))continue;const t=n.substring(9),r=(0,vt.find)(e,{name:t});if(r)return r}return(0,vt.find)(e,"isDefault")}(d,l);return(0,ft.createElement)("div",{className:"block-editor-block-styles"},d.map((e=>{var a,i;const d=function(e,t,n){const r=new OX(e);return t&&r.remove("is-style-"+t.name),r.add("is-style-"+n.name),r.value}(l,p,e);return(0,ft.createElement)(BX,{genericPreviewBlock:u,viewportWidth:null!==(a=null===(i=s.example)||void 0===i?void 0:i.viewportWidth)&&void 0!==a?a:500,className:l,isActive:p===e,key:e.name,onSelect:()=>{c(t,{className:d}),r(null),n()},onBlur:()=>r(null),onHover:()=>r(d),style:e,styleClassName:d,itemRole:o})})))};function PX(e){let{hoveredBlock:t,onSwitch:n}=e;const{name:r,clientId:o}=t,[a,i]=(0,ft.useState)(),s=Nc((e=>e(ni).getBlockType(r)),[r]);return(0,ft.createElement)(Kw,{label:vr("Styles"),className:"block-editor-block-switcher__styles__menugroup"},a&&(0,ft.createElement)(zX,{blocks:s&&s.example?Aa(s.name,{attributes:{...s.example.attributes,className:a},innerBlocks:s.example.innerBlocks}):Ma(t,{className:a})}),(0,ft.createElement)(IX,{clientId:o,onSwitch:n,onHoverClassName:i,itemRole:"menuitem"}))}const RX=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;const{clientId:r,name:o,innerBlocks:a=[]}=e;if(!n.has(r)){if(o===t)return e;for(const e of a){const r=RX(e,t,n);if(r)return r}}},HX=(e,t)=>{const n=function(e,t){var n;const r=null===(n=ra(e))||void 0===n?void 0:n.attributes;if(!r)return[];const o=Object.keys(r);return t?o.filter((e=>{var n;return(null===(n=r[e])||void 0===n?void 0:n.__experimentalRole)===t})):o}(e,"content");return null!=n&&n.length?n.reduce(((e,n)=>(t[n]&&(e[n]=t[n]),e)),{}):t},WX=(e,t)=>{const n=HX(t.name,t.attributes);e.attributes={...e.attributes,...n}},YX=(e,t)=>(0,ft.useMemo)((()=>e.reduce(((e,n)=>{const r=((e,t)=>{const n=t.map((e=>Ma(e))),r=new Set;for(const t of e){let e=!1;for(const o of n){const n=RX(o,t.name,r);if(n){e=!0,r.add(n.clientId),WX(n,t);break}}if(!e)return}return n})(t,n.blocks);return r&&e.push({...n,transformedBlocks:r}),e}),[])),[e,t]);function jX(e){let{patterns:t,onSelect:n}=e;return(0,ft.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,ft.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,ft.createElement)(ng,{className:"block-editor-block-switcher__preview__popover",position:"bottom right"},(0,ft.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,ft.createElement)("div",{className:"block-editor-block-switcher__preview-title"},vr("Preview")),(0,ft.createElement)(qX,{patterns:t,onSelect:n})))))}function qX(e){let{patterns:t,onSelect:n}=e;const r=wP();return(0,ft.createElement)(eR,bt({},r,{role:"listbox",className:"block-editor-block-switcher__preview-patterns-container","aria-label":vr("Patterns list")}),t.map((e=>(0,ft.createElement)(FX,{key:e.name,pattern:e,onSelect:n,composite:r}))))}function FX(e){let{pattern:t,onSelect:n,composite:r}=e;const o="block-editor-block-switcher__preview-patterns-container",a=mf(FX,`${o}-list__item-description`);return(0,ft.createElement)("div",{className:`${o}-list__list-item`,"aria-label":t.title,"aria-describedby":t.description?a:void 0},(0,ft.createElement)(Ev,bt({role:"option",as:"div"},r,{className:`${o}-list__item`,onClick:()=>n(t.transformedBlocks)}),(0,ft.createElement)(DI,{blocks:t.transformedBlocks,viewportWidth:t.viewportWidth||500}),(0,ft.createElement)("div",{className:`${o}-list__item-title`},t.title)),!!t.description&&(0,ft.createElement)(cb,{id:a},t.description))}const VX=function(e){let{blocks:t,patterns:n,onSelect:r}=e;const[o,a]=(0,ft.useState)(!1),i=YX(n,t);return i.length?(0,ft.createElement)(Kw,{className:"block-editor-block-switcher__pattern__transforms__menugroup"},o&&(0,ft.createElement)(jX,{patterns:i,onSelect:r}),(0,ft.createElement)(Jw,{onClick:e=>{e.preventDefault(),a(!o)},icon:hX},vr("Patterns"))):null},XX=e=>{let{clientIds:t,blocks:n}=e;const{replaceBlocks:r}=Cp(Hw),o=oX(n[0].clientId),{possibleBlockTransformations:a,canRemove:i,hasBlockStyles:s,icon:l,blockTitle:c,patterns:u}=Nc((e=>{var r;const{getBlockRootClientId:a,getBlockTransformItems:i,__experimentalGetPatternTransformItems:s}=e(Hw),{getBlockStyles:l,getBlockType:c}=e(ni),{canRemoveBlocks:u}=e(Hw),d=a((0,vt.castArray)(t)[0]),[{name:p}]=n,m=1===n.length,f=m&&l(p);let h;if(m)h=null==o?void 0:o.icon;else{var g;const e=1===(0,vt.uniq)(n.map((e=>{let{name:t}=e;return t}))).length;h=e?null===(g=c(p))||void 0===g?void 0:g.icon:TX}return{possibleBlockTransformations:i(n,d),canRemove:u(t,d),hasBlockStyles:!(null==f||!f.length),icon:h,blockTitle:null===(r=c(p))||void 0===r?void 0:r.title,patterns:s(n,d)}}),[t,n,null==o?void 0:o.icon]),d=1===n.length&&sa(n[0]),p=1===n.length&&"core/template-part"===n[0].name;const m=!!a.length&&i,f=!(null==u||!u.length)&&i;if(!s&&!m)return(0,ft.createElement)(jv,null,(0,ft.createElement)(Tv,{disabled:!0,className:"block-editor-block-switcher__no-switcher-icon",title:c,icon:(0,ft.createElement)(cB,{icon:l,showColors:!0})}));const h=c,g=1===n.length?Tn(vr("%s: Change block type or style"),c):Tn(_r("Change type of %d block","Change type of %d blocks",n.length),n.length),b=s||m||f;return(0,ft.createElement)(jv,null,(0,ft.createElement)(Sv,null,(e=>(0,ft.createElement)(Wv,{className:"block-editor-block-switcher",label:h,popoverProps:{position:"bottom right",isAlternate:!0,className:"block-editor-block-switcher__popover"},icon:(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(cB,{icon:l,className:"block-editor-block-switcher__toggle",showColors:!0}),(d||p)&&(0,ft.createElement)("span",{className:"block-editor-block-switcher__toggle-text"},(0,ft.createElement)(aX,{clientId:t}))),toggleProps:{describedBy:g,...e},menuProps:{orientation:"both"}},(e=>{let{onClose:o}=e;return b&&(0,ft.createElement)("div",{className:"block-editor-block-switcher__container"},f&&(0,ft.createElement)(VX,{blocks:n,patterns:u,onSelect:e=>{(e=>{r(t,e)})(e),o()}}),m&&(0,ft.createElement)(NX,{className:"block-editor-block-switcher__transforms__menugroup",possibleBlockTransformations:a,blocks:n,onSelect:e=>{(e=>{r(t,Sa(n,e))})(e),o()}}),s&&(0,ft.createElement)(PX,{hoveredBlock:n[0],onSwitch:o}))})))))},UX=e=>{let{clientIds:t}=e;const n=Nc((e=>e(Hw).getBlocksByClientId(t)),[t]);return!n.length||n.some((e=>!e))?null:(0,ft.createElement)(XX,{clientIds:t,blocks:n})};var $X=n(2152),GX=n.n($X);function KX(e){const t=(0,ft.useRef)(e);return t.current=e,t}function JX(e,t){const n=KX(e),r=KX(t);return sh((e=>{const t=new(GX())(e,{text:()=>"function"==typeof n.current?n.current():n.current||""});return t.on("success",(t=>{let{clearSelection:n}=t;n(),e.focus(),r.current&&r.current()})),()=>{t.destroy()}}),[])}function ZX(e){Io(e.defaultView);const t=e.defaultView.getSelection();Io();const n=t.rangeCount?t.getRangeAt(0):null;return!!n&&!n.collapsed}function QX(e){return lD(e)&&"number"===e.type&&!!e.valueAsNumber}function eU(e){return ZX(e)||!!e.activeElement&&function(e){if(!cD(e)&&!QX(e))return!1;try{const{selectionStart:t,selectionEnd:n}=e;return null!==t&&t!==n}catch(e){return!1}}(e.activeElement)}function tU(e){const t=Array.from(e.files);return Array.from(e.items).forEach((e=>{const n=e.getAsFile();n&&!t.find((e=>{let{name:t,type:r,size:o}=e;return t===n.name&&r===n.type&&o===n.size}))&&t.push(n)})),t}function nU(){const{getBlockName:e}=Nc(Hw),{getBlockType:t}=Nc(ni),{createSuccessNotice:n}=Cp(FP);return(0,ft.useCallback)(((r,o)=>{let a="";if(1===o.length){var i;const n=o[0],s=null===(i=t(e(n)))||void 0===i?void 0:i.title;a=Tn(vr("copy"===r?'Copied "%s" to clipboard.':'Moved "%s" to clipboard.'),s)}else a=Tn("copy"===r?_r("Copied %d block to clipboard.","Copied %d blocks to clipboard.",o.length):_r("Moved %d block to clipboard.","Moved %d blocks to clipboard.",o.length),o.length);n(a,{type:"snackbar"})}),[])}function rU(){const{getBlocksByClientId:e,getSelectedBlockClientIds:t,hasMultiSelection:n,getSettings:r}=Nc(Hw),{flashBlock:o,removeBlocks:a,replaceBlocks:i}=Cp(Hw),s=nU();return sh((l=>{function c(c){const u=t();if(0===u.length)return;if(!n()){const{target:e}=c,{ownerDocument:t}=e,n="copy"===c.type||"cut"===c.type?eU(t):function(e){return!!e.activeElement&&(cD(e.activeElement)||QX(e.activeElement)||ZX(e))}(t);if(n)return}if(!l.contains(c.target.ownerDocument.activeElement))return;const d=c.defaultPrevented;if(c.preventDefault(),"copy"===c.type||"cut"===c.type){1===u.length&&o(u[0]),s(c.type,u);const t=ns(e(u));c.clipboardData.setData("text/plain",t),c.clipboardData.setData("text/html",t)}if("cut"===c.type)a(u);else if("paste"===c.type){if(d)return;const{__experimentalCanUserUseUnfilteredHTML:e}=r(),{plainText:t,html:n}=function(e){let{clipboardData:t}=e,n="",r="";try{n=t.getData("text/plain"),r=t.getData("text/html")}catch(e){try{r=t.getData("Text")}catch(e){return}}const o=tU(t).filter((e=>{let{type:t}=e;return/^image\/(?:jpe?g|png|gif)$/.test(t)}));return o.length&&!r&&(r=o.map((e=>``)).join(""),n=""),{html:r,plainText:n}}(c),o=fc({HTML:n,plainText:t,mode:"BLOCKS",canUserUseUnfilteredHTML:e});i(u,o,o.length-1,-1)}}return l.ownerDocument.addEventListener("copy",c),l.ownerDocument.addEventListener("cut",c),l.ownerDocument.addEventListener("paste",c),()=>{l.ownerDocument.removeEventListener("copy",c),l.ownerDocument.removeEventListener("cut",c),l.ownerDocument.removeEventListener("paste",c)}}),[])}function oU(e){let{clientIds:t,children:n,__experimentalUpdateSelection:r}=e;const{canInsertBlockType:o,getBlockRootClientId:a,getBlocksByClientId:i,canMoveBlocks:s,canRemoveBlocks:l}=Nc(Hw),{getDefaultBlockName:c,getGroupingBlockName:u}=Nc(ni),d=i(t),p=a(t[0]),m=(0,vt.every)(d,(e=>!!e&&ia(e.name,"multiple",!0)&&o(e.name,p))),f=o(c(),p),h=s(t,p),g=l(t,p),{removeBlocks:b,replaceBlocks:v,duplicateBlocks:y,insertAfterBlock:_,insertBeforeBlock:M,flashBlock:k,setBlockMovingClientId:w,setNavigationMode:E,selectBlock:L}=Cp(Hw),C=nU();return n({canDuplicate:m,canInsertDefaultBlock:f,canMove:h,canRemove:g,rootClientId:p,blocks:d,onDuplicate:()=>y(t,r),onRemove:()=>b(t,r),onInsertBefore(){M((0,vt.first)((0,vt.castArray)(t)))},onInsertAfter(){_((0,vt.last)((0,vt.castArray)(t)))},onMoveTo(){E(!0),L(t[0]),w(t[0])},onGroup(){if(!d.length)return;const e=u(),n=Sa(d,e);n&&v(t,n)},onUngroup(){if(!d.length)return;const e=d[0].innerBlocks;e.length&&v(t,e)},onCopy(){const e=d.map((e=>{let{clientId:t}=e;return t}));1===d.length&&k(e[0]),C("copy",e)}})}const aU=KA([UA(((e,t)=>{let{clientId:n}=t;const{getBlock:r,getBlockMode:o,getSettings:a}=e(Hw),i=r(n),s=a().codeEditingEnabled;return{mode:o(n),blockType:i?ra(i.name):null,isCodeEditingEnabled:s}})),GA(((e,t)=>{let{onToggle:n=vt.noop,clientId:r}=t;return{onToggleMode(){e(Hw).toggleBlockMode(r),n()}}}))])((function(e){let{blockType:t,mode:n,onToggleMode:r,small:o=!1,isCodeEditingEnabled:a=!0}=e;if(!ia(t,"html",!0)||!a)return null;const i=vr("visual"===n?"Edit as HTML":"Edit visually");return(0,ft.createElement)(Jw,{onClick:r},!o&&i)}));const iU=KA(UA(((e,t)=>{let{clientId:n}=t;const r=e(Hw).getBlock(n);return{block:r,shouldRender:r&&"core/html"===r.name}})),GA(((e,t)=>{let{block:n}=t;return{onClick:()=>e(Hw).replaceBlocks(n.clientId,Il({HTML:Qi(n)}))}})))((function(e){let{shouldRender:t,onClick:n,small:r}=e;if(!t)return null;const o=vr("Convert to Blocks");return(0,ft.createElement)(Jw,{onClick:n},!r&&o)})),{Fill:sU,Slot:lU}=Xh("__unstableBlockSettingsMenuFirstItem");sU.Slot=lU;const cU=sU;function uU(e){let{clientIds:t,isGroupable:n,isUngroupable:r,blocksSelection:o,groupingBlockName:a,onClose:i=(()=>{})}=e;const{replaceBlocks:s}=Cp(Hw);return n||r?(0,ft.createElement)(ft.Fragment,null,n&&(0,ft.createElement)(Jw,{onClick:()=>{(()=>{const e=Sa(o,a);e&&s(t,e)})(),i()}},yr("Group","verb")),r&&(0,ft.createElement)(Jw,{onClick:()=>{(()=>{const e=o[0].innerBlocks;e.length&&s(t,e)})(),i()}},yr("Ungroup","Ungrouping blocks from within a Group block back into individual blocks within the Editor "))):null}const{Fill:dU,Slot:pU}=Xh("BlockSettingsMenuControls");function mU(e){let{...t}=e;return(0,ft.createElement)(cf,{document},(0,ft.createElement)(dU,t))}mU.Slot=e=>{let{fillProps:t,clientIds:n=null}=e;const{selectedBlocks:r,selectedClientIds:o}=Nc((e=>{const{getBlocksByClientId:t,getSelectedBlockClientIds:r}=e(Hw),o=null!==n?n:r();return{selectedBlocks:(0,vt.map)((0,vt.compact)(t(o)),(e=>e.name)),selectedClientIds:o}}),[n]),a=function(){const{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}=Nc((e=>{var t;const{getBlockRootClientId:n,getBlocksByClientId:r,canInsertBlockType:o,getSelectedBlockClientIds:a}=e(Hw),{getGroupingBlockName:i}=e(ni),s=a(),l=i(),c=o(l,null!=s&&s.length?n(s[0]):void 0),u=r(s),d=1===u.length&&(null===(t=u[0])||void 0===t?void 0:t.name)===l;return{clientIds:s,isGroupable:c&&u.length&&!d,isUngroupable:d&&!!u[0].innerBlocks.length,blocksSelection:u,groupingBlockName:l}}),[]);return{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}}(),{isGroupable:i,isUngroupable:s}=a,l=i||s;return(0,ft.createElement)(pU,{fillProps:{...t,selectedBlocks:r,selectedClientIds:o}},(e=>{if((null==e?void 0:e.length)>0||l)return(0,ft.createElement)(Kw,null,e,(0,ft.createElement)(uU,bt({},a,{onClose:null==t?void 0:t.onClose})))}))};const fU=mU,hU={className:"block-editor-block-settings-menu__popover",position:"bottom right",isAlternate:!0};function gU(e){let{blocks:t,onCopy:n}=e;const r=JX((()=>ns(t)),n);return(0,ft.createElement)(Jw,{ref:r},vr("Copy"))}const bU=function(e){let{clientIds:t,__experimentalSelectBlock:n,children:r,...o}=e;const a=(0,vt.castArray)(t),i=a.length,s=a[0],{onlyBlock:l,title:c}=Nc((e=>{var t;const{getBlockCount:n,getBlockName:r}=e(Hw),{getBlockType:o}=e(ni);return{onlyBlock:1===n(),title:null===(t=o(r(s)))||void 0===t?void 0:t.title}}),[s]),u=Nc((e=>{const{getShortcutRepresentation:t}=e(KB);return{duplicate:t("core/block-editor/duplicate"),remove:t("core/block-editor/remove"),insertAfter:t("core/block-editor/insert-after"),insertBefore:t("core/block-editor/insert-before")}}),[]),d=(0,ft.useCallback)(n?async e=>{const t=await e;t&&t[0]&&n(t[0])}:vt.noop,[n]),p=Tn(vr("Remove %s"),c),m=1===i?p:vr("Remove blocks");return(0,ft.createElement)(oU,{clientIds:t,__experimentalUpdateSelection:!n},(e=>{let{canDuplicate:n,canInsertDefaultBlock:a,canMove:c,canRemove:p,onDuplicate:f,onInsertAfter:h,onInsertBefore:g,onRemove:b,onCopy:v,onMoveTo:y,blocks:_}=e;return(0,ft.createElement)(Wv,bt({icon:uA,label:vr("Options"),className:"block-editor-block-settings-menu",popoverProps:hU,noIcons:!0},o),(e=>{let{onClose:o}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(Kw,null,(0,ft.createElement)(cU.Slot,{fillProps:{onClose:o}}),1===i&&(0,ft.createElement)(iU,{clientId:s}),(0,ft.createElement)(gU,{blocks:_,onCopy:v}),n&&(0,ft.createElement)(Jw,{onClick:(0,vt.flow)(o,f,d),shortcut:u.duplicate},vr("Duplicate")),a&&(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(Jw,{onClick:(0,vt.flow)(o,g),shortcut:u.insertBefore},vr("Insert before")),(0,ft.createElement)(Jw,{onClick:(0,vt.flow)(o,h),shortcut:u.insertAfter},vr("Insert after"))),c&&!l&&(0,ft.createElement)(Jw,{onClick:(0,vt.flow)(o,y)},vr("Move to")),1===i&&(0,ft.createElement)(aU,{clientId:s,onToggle:o})),(0,ft.createElement)(fU.Slot,{fillProps:{onClose:o},clientIds:t}),"function"==typeof r?r({onClose:o}):ft.Children.map((e=>(0,ft.cloneElement)(e,{onClose:o}))),p&&(0,ft.createElement)(Kw,null,(0,ft.createElement)(Jw,{onClick:(0,vt.flow)(o,b,d),shortcut:u.remove},m)))}))}))};const vU=function(e){let{clientIds:t,...n}=e;return(0,ft.createElement)(jv,null,(0,ft.createElement)(Sv,null,(e=>(0,ft.createElement)(bU,bt({clientIds:t,toggleProps:e},n)))))};function yU(e){let{hideDragHandle:t}=e;const{blockClientIds:n,blockClientId:r,blockType:o,hasFixedToolbar:a,hasReducedUI:i,isValid:s,isVisual:l}=Nc((e=>{const{getBlockName:t,getBlockMode:n,getSelectedBlockClientIds:r,isBlockValid:o,getBlockRootClientId:a,getSettings:i}=e(Hw),s=r(),l=s[0],c=a(l),u=i();return{blockClientIds:s,blockClientId:l,blockType:l&&ra(t(l)),hasFixedToolbar:u.hasFixedToolbar,hasReducedUI:u.hasReducedUI,rootClientId:c,isValid:s.every((e=>o(e))),isVisual:s.every((e=>"visual"===n(e)))}}),[]),{toggleBlockHighlight:c}=Cp(Hw),u=(0,ft.useRef)(),{showMovers:d,gestures:p}=SX({ref:u,onChange(e){e&&i||c(r,e)}}),m=kf("medium","<")||a;if(o&&!ia(o,"__experimentalToolbar",!0))return null;const f=m||d;if(0===n.length)return null;const h=s&&l,g=n.length>1,b=jp()("block-editor-block-toolbar",f&&"is-showing-movers");return(0,ft.createElement)("div",{className:b},!g&&!m&&(0,ft.createElement)(AX,{clientIds:n}),(0,ft.createElement)("div",bt({ref:u},p),(h||g)&&(0,ft.createElement)(jv,{className:"block-editor-block-toolbar__block-controls"},(0,ft.createElement)(UX,{clientIds:n}),(0,ft.createElement)(wX,{clientIds:n,hideDragHandle:t||i}))),h&&(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)($w.Slot,{group:"parent",className:"block-editor-block-toolbar__slot"}),(0,ft.createElement)($w.Slot,{group:"block",className:"block-editor-block-toolbar__slot"}),(0,ft.createElement)($w.Slot,{className:"block-editor-block-toolbar__slot"}),(0,ft.createElement)($w.Slot,{group:"inline",className:"block-editor-block-toolbar__slot"}),(0,ft.createElement)($w.Slot,{group:"other",className:"block-editor-block-toolbar__slot"})),(0,ft.createElement)(vU,{clientIds:n}))}const _U=function(e){let{focusOnMount:t,isFixed:n,...r}=e;const{blockType:o,hasParents:a,showParentSelector:i}=Nc((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientIds:r}=e(Hw),{getBlockType:o}=e(ni),a=r(),i=a[0],s=n(i),l=o(t(s[s.length-1]));return{blockType:i&&o(t(i)),hasParents:s.length,showParentSelector:ia(l,"__experimentalParentSelector",!0)&&a.length<=1}}),[]);if(o&&!ia(o,"__experimentalToolbar",!0))return null;const s=jp()("block-editor-block-contextual-toolbar",{"has-parent":a&&i,"is-fixed":n});return(0,ft.createElement)(fX,bt({focusOnMount:t,className:s,"aria-label":vr("Block tools")},r),(0,ft.createElement)(yU,{hideDragHandle:n}))};function MU(e){const{isNavigationMode:t,isMultiSelecting:n,hasMultiSelection:r,isTyping:o,isCaretWithinFormattedText:a,getSettings:i,getLastMultiSelectedBlockClientId:s}=e(Hw);return{isNavigationMode:t(),isMultiSelecting:n(),isTyping:o(),isCaretWithinFormattedText:a(),hasMultiSelection:r(),hasFixedToolbar:i().hasFixedToolbar,lastClientId:s()}}function kU(e){let{clientId:t,rootClientId:n,isValid:r,isEmptyDefaultBlock:o,capturingClientId:a,__unstablePopoverSlot:i,__unstableContentRef:s}=e;const{isNavigationMode:l,isMultiSelecting:c,isTyping:u,isCaretWithinFormattedText:d,hasMultiSelection:p,hasFixedToolbar:m,lastClientId:f}=Nc(MU,[]),h=Nc((e=>{const{isBlockInsertionPointVisible:n,getBlockInsertionPoint:r,getBlockOrder:o}=e(Hw);if(!n())return!1;const a=r();return o(a.rootClientId)[a.index]===t}),[t]),g=kf("medium"),[b,v]=(0,ft.useState)(!1),[y,_]=(0,ft.useState)(!1),{stopTyping:M}=Cp(Hw),k=!u&&!l&&o&&r,w=l,E=!l&&!m&&g&&!k&&!c&&(!u||d);QB("core/block-editor/focus-toolbar",(()=>{v(!0),M(!0)}),{isDisabled:!!(l||E||m||o)}),(0,ft.useEffect)((()=>{E||v(!1)}),[E]);const L=(0,ft.useRef)(),C=ID(t),x=ID(f),S=ID(a),A=JV(s);if(!(w||E||b||k))return null;let T=C;if(!T)return null;a&&(T=S);let z=T;if(p){if(!x)return null;z={top:T,bottom:x}}const N=k?"top left right":"top right left",{ownerDocument:O}=T,D=k?void 0:O.defaultView.frameElement||oD(T)||O.body;return(0,ft.createElement)(ng,{ref:A,noArrow:!0,animate:!1,position:N,focusOnMount:!1,anchorRef:z,className:jp()("block-editor-block-list__block-popover",{"is-insertion-point-visible":h}),__unstableStickyBoundaryElement:D,__unstableSlotName:i||null,__unstableBoundaryParent:!0,__unstableObserveElement:T,shouldAnchorIncludePadding:!0,__unstableEditorCanvasWrapper:null==s?void 0:s.current},(E||b)&&(0,ft.createElement)("div",{onFocus:function(){_(!0)},onBlur:function(){_(!1)},tabIndex:-1,className:jp()("block-editor-block-list__block-popover-inserter",{"is-visible":y})},(0,ft.createElement)(FR,{clientId:t,rootClientId:n,__experimentalIsQuick:!0})),(E||b)&&(0,ft.createElement)(_U,{focusOnMount:b,__experimentalInitialIndex:L.current,__experimentalOnIndexChange:e=>{L.current=e},key:t}),w&&(0,ft.createElement)(sX,{clientId:t,rootClientId:n,blockElement:T}),k&&(0,ft.createElement)("div",{className:"block-editor-block-list__empty-block-inserter"},(0,ft.createElement)(FR,{position:"bottom right",rootClientId:n,clientId:t,__experimentalIsQuick:!0})))}function wU(e){const{getSelectedBlockClientId:t,getFirstMultiSelectedBlockClientId:n,getBlockRootClientId:r,getBlock:o,getBlockParents:a,__experimentalGetBlockListSettingsForBlocks:i}=e(Hw),s=t()||n();if(!s)return;const{name:l,attributes:c={},isValid:u}=o(s)||{},d=a(s),p=i(d),m=(0,vt.find)(d,(e=>{var t;return null===(t=p[e])||void 0===t?void 0:t.__experimentalCaptureToolbars}));return{clientId:s,rootClientId:r(s),name:l,isValid:u,isEmptyDefaultBlock:l&&za({name:l,attributes:c}),capturingClientId:m}}function EU(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const r=Nc(wU,[]);if(!r)return null;const{clientId:o,rootClientId:a,name:i,isValid:s,isEmptyDefaultBlock:l,capturingClientId:c}=r;return i?(0,ft.createElement)(kU,{clientId:o,rootClientId:a,isValid:s,isEmptyDefaultBlock:l,capturingClientId:c,__unstablePopoverSlot:t,__unstableContentRef:n}):null}function LU(e){let{children:t}=e;const n=(0,ft.useContext)(ZV),r=(0,ft.useContext)(MB.Context);return n||r?t:(hu('wp.components.Popover.Slot name="block-toolbar"',{alternative:"wp.blockEditor.BlockTools"}),(0,ft.createElement)(eX,{__unstablePopoverSlot:"block-toolbar"},(0,ft.createElement)(EU,{__unstablePopoverSlot:"block-toolbar"}),t))}const CU=Rp((e=>t=>{const{clientId:n}=qw();return(0,ft.createElement)(e,bt({},t,{clientId:n}))}),"withClientId"),xU=CU((e=>{let{clientId:t,showSeparator:n,isFloating:r,onAddBlock:o,isToggle:a}=e;return(0,ft.createElement)(UR,{className:jp()({"block-list-appender__toggle":a}),rootClientId:t,showSeparator:n,isFloating:r,onAddBlock:o})})),SU=KA([CU,UA(((e,t)=>{let{clientId:n}=t;const{getBlockOrder:r}=e(Hw),o=r(n);return{lastBlockClientId:(0,vt.last)(o)}}))])((e=>{let{clientId:t,lastBlockClientId:n}=e;return(0,ft.createElement)(VR,{rootClientId:t,lastBlockClientId:n})}));const AU=new WeakMap;function TU(e,t,n){const r=bc((()=>(0,vt.throttle)(e,t,n)),[e,t,n]);return(0,ft.useEffect)((()=>()=>r.cancel()),[r]),r}function zU(e){const t=(0,ft.useRef)();return t.current=e,t}function NU(e){let{isDisabled:t,onDrop:n,onDragStart:r,onDragEnter:o,onDragLeave:a,onDragEnd:i,onDragOver:s}=e;const l=zU(n),c=zU(r),u=zU(o),d=zU(a),p=zU(i),m=zU(s);return sh((e=>{if(t)return;let n=!1;const{ownerDocument:r}=e;function o(e){n||(n=!0,r.removeEventListener("dragenter",o),r.addEventListener("dragend",h),r.addEventListener("mousemove",h),c.current&&c.current(e))}function a(t){t.preventDefault(),e.contains(t.relatedTarget)||u.current&&u.current(t)}function i(e){!e.defaultPrevented&&m.current&&m.current(e),e.preventDefault()}function s(t){(function(t){const{defaultView:n}=r;if(!(t&&n&&t instanceof n.HTMLElement&&e.contains(t)))return!1;let o=t;do{if(o.dataset.isDropZone)return o===e}while(o=o.parentElement);return!1})(t.relatedTarget)||d.current&&d.current(t)}function f(e){e.defaultPrevented||(e.preventDefault(),e.dataTransfer&&e.dataTransfer.files.length,l.current&&l.current(e),h(e))}function h(e){n&&(n=!1,r.addEventListener("dragenter",o),r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),p.current&&p.current(e))}return e.dataset.isDropZone="true",e.addEventListener("drop",f),e.addEventListener("dragenter",a),e.addEventListener("dragover",i),e.addEventListener("dragleave",s),r.addEventListener("dragenter",o),()=>{delete e.dataset.isDropZone,e.removeEventListener("drop",f),e.removeEventListener("dragenter",a),e.removeEventListener("dragover",i),e.removeEventListener("dragleave",s),r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),r.addEventListener("dragenter",o)}}),[t])}function OU(e,t,n,r,o,a,i){return s=>{const{srcRootClientId:l,srcClientIds:c,type:u,blocks:d}=function(e){let t={srcRootClientId:null,srcClientIds:null,srcIndex:null,type:null,blocks:null};if(!e.dataTransfer)return t;try{t=Object.assign(t,JSON.parse(e.dataTransfer.getData("wp-blocks")))}catch(e){return t}return t}(s);if("inserter"===u){i();const n=d.map((e=>Ma(e)));a(n,t,e,!0,null)}if("block"===u){const a=n(c[0],l);if(l===e&&a===t)return;if(c.includes(e)||r(c).some((t=>t===e)))return;const i=l===e,s=c.length;o(c,l,e,i&&ae(Hw).getSettings().mediaUpload),[]),{canInsertBlockType:r,getBlockIndex:o,getClientIdsOfDescendants:a}=Nc(Hw),{insertBlocks:i,moveBlocksToPosition:s,updateBlockAttributes:l,clearSelectedBlock:c}=Cp(Hw),u=OU(e,t,o,a,s,i,c),d=function(e,t,n,r,o,a){return i=>{if(!n)return;const s=Ca(xa("from"),(t=>"files"===t.type&&o(t.blockName,e)&&t.isMatch(i)));if(s){const n=s.transform(i,r);a(n,t,e)}}}(e,t,n,l,r,i),p=function(e,t,n){return r=>{const o=fc({HTML:r,mode:"BLOCKS"});o.length&&n(o,t,e)}}(e,t,i);return e=>{const t=tU(e.dataTransfer),n=e.dataTransfer.getData("text/html");t.length?d(t):n?p(n):u(e)}}function BU(e,t,n){const r="top"===n||"bottom"===n,{x:o,y:a}=e,i=r?o:a,s=r?a:o,l=r?t.left:t.top,c=r?t.right:t.bottom,u=t[n];let d;return d=i>=l&&i<=c?i:i2&&void 0!==arguments[2]?arguments[2]:["top","bottom","left","right"];return o.forEach((o=>{const a=BU(e,t,o);(void 0===n||a{const s=e.getBoundingClientRect(),[l,c]=IU(t,s,r);if(void 0===i||l0&&void 0!==arguments[0]?arguments[0]:{};const[t,n]=(0,ft.useState)(null),r=Nc((t=>{const{getTemplateLock:n}=t(Hw);return"all"===n(e)}),[e]),{getBlockListSettings:o}=Nc(Hw),{showInsertionPoint:a,hideInsertionPoint:i}=Cp(Hw),s=DU(e,t),l=TU((0,ft.useCallback)(((t,r)=>{var i;const s=PU(Array.from(r.children).filter((e=>e.classList.contains("wp-block"))),{x:t.clientX,y:t.clientY},null===(i=o(e))||void 0===i?void 0:i.orientation);n(void 0===s?0:s),null!==s&&a(e,s)}),[]),200);return NU({isDisabled:r,onDrop:s,onDragOver(e){l(e,e.currentTarget)},onDragLeave(){l.cancel(),i(),n(null)},onDragEnd(){l.cancel(),i(),n(null)}})}function HU(e){const{clientId:t,allowedBlocks:n,__experimentalDefaultBlock:r,__experimentalDirectInsert:o,template:a,templateLock:i,wrapperRef:s,templateInsertUpdatesSelection:l,__experimentalCaptureToolbars:c,__experimentalAppenderTagName:u,renderAppender:d,orientation:p,placeholder:m,__experimentalLayout:f}=e;!function(e,t,n,r,o,a,i,s){const{updateBlockListSettings:l}=Cp(Hw),{blockListSettings:c,parentLock:u}=Nc((t=>{const n=t(Hw).getBlockRootClientId(e);return{blockListSettings:t(Hw).getBlockListSettings(e),parentLock:t(Hw).getTemplateLock(n)}}),[e]),d=(0,ft.useMemo)((()=>t),t);(0,ft.useLayoutEffect)((()=>{const t={allowedBlocks:d,templateLock:void 0===o?u:o};if(void 0!==a&&(t.__experimentalCaptureToolbars=a),void 0!==i)t.orientation=i;else{const e=xS(null==s?void 0:s.type);t.orientation=e.getOrientation(s)}void 0!==n&&(t.__experimentalDefaultBlock=n),void 0!==r&&(t.__experimentalDirectInsert=r),Xi(c,t)||l(e,t)}),[e,c,d,n,r,o,u,a,i,l,s])}(t,n,r,o,i,c,p,f),function(e,t,n,r){const{getSelectedBlocksInitialCaretPosition:o}=Nc(Hw),{replaceInnerBlocks:a}=Cp(Hw),i=Nc((t=>t(Hw).getBlocks(e)),[e]),s=(0,ft.useRef)(null);(0,ft.useLayoutEffect)((()=>{if((0===i.length||"all"===n)&&!(0,vt.isEqual)(t,s.current)){s.current=t;const n=gc(i,t);(0,vt.isEqual)(n,i)||a(e,n,0===i.length&&r&&0!==n.length,o())}}),[i,t,n,e])}(t,a,i,l);const h=Nc((e=>{const n=e(Hw).getBlock(t),r=ra(n.name);if(r&&r.providesContext)return function(e,t){AU.has(t)||AU.set(t,new WeakMap);const n=AU.get(t);if(!n.has(e)){const r=(0,vt.mapValues)(t.providesContext,(t=>e[t]));n.set(e,r)}return n.get(e)}(n.attributes,r)}),[t]);return(0,ft.createElement)(QA,{value:h},(0,ft.createElement)(GU,{rootClientId:t,renderAppender:d,__experimentalAppenderTagName:u,__experimentalLayout:f,wrapperRef:s,placeholder:m}))}function WU(e){return mB(e),(0,ft.createElement)(HU,e)}const YU=(0,ft.forwardRef)(((e,t)=>{const n=jU({ref:t},e);return(0,ft.createElement)("div",{className:"block-editor-inner-blocks"},(0,ft.createElement)("div",n))}));function jU(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n}=qw(),r=kf("medium","<"),{__experimentalCaptureToolbars:o,hasOverlay:a}=Nc((e=>{if(!n)return{};const{getBlockName:t,isBlockSelected:o,hasSelectedInnerBlock:a,isNavigationMode:i}=e(Hw),s=t(n),l=i()||r;return{__experimentalCaptureToolbars:e(ni).hasBlockSupport(s,"__experimentalExposeControlsToChildren",!1),hasOverlay:"core/template"!==s&&!o(n)&&!a(n,!0)&&l}}),[n,r]),i=fh([e.ref,RU({rootClientId:n})]),s={__experimentalCaptureToolbars:o,...t},l=s.value&&s.onChange?WU:HU;return{...e,ref:i,className:jp()(e.className,"block-editor-block-list__layout",{"has-overlay":a}),children:n?(0,ft.createElement)(l,bt({},s,{clientId:n})):(0,ft.createElement)(GU,t)}}jU.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{innerBlocks:t}=Ki,n=ns(t,{isInnerBlocks:!0}),r=(0,ft.createElement)(vi,null,n);return{...e,children:r}},YU.DefaultBlockAppender=SU,YU.ButtonBlockAppender=xU,YU.Content=()=>jU.save().children;const qU=YU,FU=(0,ft.createContext)(),VU=(0,ft.createContext)();function XU(e){let{className:t,...n}=e;const[r,o]=(0,ft.useState)(),a=kf("medium"),{isOutlineMode:i,isFocusMode:s,isNavigationMode:l}=Nc((e=>{const{getSettings:t,isNavigationMode:n}=e(Hw),{outlineMode:r,focusMode:o}=t();return{isOutlineMode:r,isFocusMode:o,isNavigationMode:n()}}),[]),c=jU({ref:fh([wB(),tX(),o]),className:jp()("is-root-container",t,{"is-outline-mode":i,"is-focus-mode":s&&a,"is-navigate-mode":l})},n);return(0,ft.createElement)(FU.Provider,{value:r},(0,ft.createElement)("div",c))}function UU(e){return function(){const e=Nc((e=>e(Hw).getSettings().__experimentalBlockPatterns),[]);(0,ft.useEffect)((()=>{if(null==e||!e.length)return;let t,n=-1;const r=()=>{n++,n>=e.length||(_n(Hw).__experimentalGetParsedPattern(e[n].name),t=nX(r))};return t=nX(r),()=>rX(t)}),[e])}(),(0,ft.createElement)(LU,null,(0,ft.createElement)(jw,{value:Ww},(0,ft.createElement)(XU,e)))}function $U(e){let{placeholder:t,rootClientId:n,renderAppender:r,__experimentalAppenderTagName:o,__experimentalLayout:a=SS}=e;const[i,s]=(0,ft.useState)(new Set),l=(0,ft.useMemo)((()=>{const{IntersectionObserver:e}=window;if(e)return new e((e=>{s((t=>{const n=new Set(t);for(const t of e){const e=t.target.getAttribute("data-block");n[t.isIntersecting?"add":"delete"](e)}return n}))}))}),[s]),{order:c,selectedBlocks:u}=Nc((e=>{const{getBlockOrder:t,getSelectedBlockClientIds:r}=e(Hw);return{order:t(n),selectedBlocks:r()}}),[n]);return(0,ft.createElement)(TS,{value:a},(0,ft.createElement)(VU.Provider,{value:l},c.map((e=>(0,ft.createElement)(Tc,{key:e,value:!i.has(e)&&!u.includes(e)},(0,ft.createElement)(VD,{rootClientId:n,clientId:e}))))),c.length<1&&t,(0,ft.createElement)($R,{tagName:o,rootClientId:n,renderAppender:r}))}function GU(e){return(0,ft.createElement)(Tc,{value:!1},(0,ft.createElement)($U,e))}UU.__unstableElementContext=FU;const KU=Rg((function(e,t){const n=function(e){const{expanded:t=!1,...n}=Pg(e,"VStack");return mA({direction:"column",expanded:t,...n})}(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"VStack"),JU=KU;var ZU=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","state","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget","setState"],QU=[].concat(ZU,["value","checked","unstable_checkOnFocus"]),e$=Ab({as:"div",useHook:zb({name:"RadioGroup",compose:QP,keys:ZU,useProps:function(e,t){return Db({role:"radiogroup"},t)}}),useCreateElement:function(e,t,n){return _b(e,t,n)}});function t$(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transition";switch(t){case"transition":e="transition-duration: 0ms;";break;case"animation":e="animation-duration: 1ms;";break;default:e="\n\t\t\t\tanimation-duration: 1ms;\n\t\t\t\ttransition-duration: 0ms;\n\t\t\t"}return`\n\t\t@media ( prefers-reduced-motion: reduce ) {\n\t\t\t${e};\n\t\t}\n\t`}const n$=uE("background:",XE.ui.background,";border:1px solid;border-color:",XE.ui.border,";border-radius:",QL.controlBorderRadius,";display:inline-flex;min-height:",QL.controlHeight,";min-width:0;padding:2px;position:relative;transition:transform ",QL.transitionDurationFastest," linear;",t$("transition")," &:hover{border-color:",XE.ui.borderHover,";}&:focus-within{border-color:",XE.ui.borderFocus,";box-shadow:",QL.controlBoxShadowFocus,";outline:none;z-index:1;}",""),r$={name:"7whenc",styles:"display:flex;width:100%"},o$=ib("div",{target:"eakva830"})("background:",XE.gray[900],";border-radius:",QL.controlBorderRadius,";box-shadow:",QL.toggleGroupControlBackdropBoxShadow,";left:0;position:absolute;top:2px;bottom:2px;transition:transform ",QL.transitionDurationFast," ease;",t$("transition")," z-index:1;");const a$=(0,ft.memo)((function(e){let{containerRef:t,containerWidth:n,isAdaptiveWidth:r,state:o}=e;const[a,i]=(0,ft.useState)(0),[s,l]=(0,ft.useState)(0),[c,u]=(0,ft.useState)(!1),[d,p]=(0,ft.useState)(!1);return(0,ft.useEffect)((()=>{const e=null==t?void 0:t.current;if(!e)return;const n=e.querySelector(`[data-value="${o}"]`);if(p(!!n),!n)return;const{x:r}=e.getBoundingClientRect(),{width:a,x:s}=n.getBoundingClientRect();let d;return i(s-r-1),l(a),c||(d=window.requestAnimationFrame((()=>{u(!0)}))),()=>window.cancelAnimationFrame(d)}),[c,t,n,o,r]),d?(0,ft.createElement)(o$,{role:"presentation",style:{transform:`translateX(${a}px)`,transition:c?void 0:"none",width:s}}):null})),i$=(0,ft.createContext)({}),s$=i$,l$=()=>{};const c$=Rg((function e(t,n){const{className:r,isAdaptiveWidth:o=!1,isBlock:a=!1,label:i,hideLabelFromVision:s=!1,help:l,onChange:c=l$,value:u,children:d,...p}=Pg(t,"ToggleGroupControl"),m=Ig(),f=(0,ft.useRef)(),[h,g]=Ef()(),b=function(e){void 0===e&&(e={});var t=nP(e),n=t.state,r=t.loop,o=void 0===r||r,a=Bb(t,["state","loop"]),i=(0,ft.useState)(n),s=i[0],l=i[1],c=wP(Db(Db({},a),{},{loop:o}));return Db(Db({},c),{},{state:s,setState:l})}({baseId:mf(e,"toggle-group-control").toString(),state:u});Zx((()=>{c(b.state)}),[b.state]),Zx((()=>{u!==b.state&&b.setState(u)}),[u]);const v=(0,ft.useMemo)((()=>m(n$,a&&r$,"medium",r)),[r,a]);return(0,ft.createElement)(ZE,{help:l},(0,ft.createElement)(s$.Provider,{value:{...b,isBlock:!o}},!s&&(0,ft.createElement)("div",null,(0,ft.createElement)(ZE.VisualLabel,null,i)),(0,ft.createElement)(e$,bt({},b,{"aria-label":i,as:lb,className:v},p,{ref:fh([f,n])}),h,(0,ft.createElement)(a$,bt({},b,{containerRef:f,containerWidth:g.width,isAdaptiveWidth:o})),d)))}),"ToggleGroupControl"),u$=c$;function d$(e){return void 0!==e.checked?e.checked:void 0!==e.value&&e.state===e.value}function p$(e,t){var n=_v(e,"change");Object.defineProperties(n,{type:{value:"change"},target:{value:e},currentTarget:{value:e}}),null==t||t(n)}var m$=zb({name:"Radio",compose:wv,keys:QU,useOptions:function(e,t){var n,r=t.value,o=t.checked,a=e.unstable_clickOnEnter,i=void 0!==a&&a,s=e.unstable_checkOnFocus,l=void 0===s||s,c=Bb(e,["unstable_clickOnEnter","unstable_checkOnFocus"]);return Db(Db({checked:o,unstable_clickOnEnter:i,unstable_checkOnFocus:l},c),{},{value:null!=(n=c.value)?n:r})},useProps:function(e,t){var n=t.ref,r=t.onChange,o=t.onClick,a=Bb(t,["ref","onChange","onClick"]),i=(0,ft.useRef)(null),s=(0,ft.useState)(!0),l=s[0],c=s[1],u=d$(e),d=Fb(e.currentId===e.id),p=Fb(r),m=Fb(o);!function(e){var t=(0,ft.useState)((function(){return d$(e)}))[0],n=(0,ft.useState)(e.currentId)[0],r=e.id,o=e.setCurrentId;(0,ft.useEffect)((function(){t&&r&&n!==r&&(null==o||o(r))}),[t,r,o,n])}(e),(0,ft.useEffect)((function(){var e=i.current;e&&("INPUT"===e.tagName&&"radio"===e.type||c(!1))}),[]);var f=(0,ft.useCallback)((function(t){var n,r;null===(n=p.current)||void 0===n||n.call(p,t),t.defaultPrevented||e.disabled||null===(r=e.setState)||void 0===r||r.call(e,e.value)}),[e.disabled,e.setState,e.value]),h=(0,ft.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e),e.defaultPrevented||l||p$(e.currentTarget,f)}),[f,l]);return(0,ft.useEffect)((function(){var t=i.current;t&&e.unstable_moves&&d.current&&e.unstable_checkOnFocus&&p$(t,f)}),[e.unstable_moves,e.unstable_checkOnFocus,f]),Db({ref:Hb(i,n),role:l?void 0:"radio",type:l?"radio":void 0,value:l?e.value:void 0,name:l?e.baseId:void 0,"aria-checked":u,checked:u,onChange:f,onClick:h},a)}}),f$=Ab({as:"input",memo:!0,useHook:m$});const h$=ib("div",{target:"eu1cvm72"})({name:"sln1fl",styles:"display:inline-flex;max-width:100%;min-width:0;position:relative"}),g$={name:"82a6rk",styles:"flex:1"},b$=uE("align-items:center;appearance:none;background:transparent;border:none;border-radius:",QL.controlBorderRadius,";color:",XE.gray[700],";cursor:pointer;display:flex;height:100%;justify-content:center;line-height:100%;outline:none;padding:0 12px;position:relative;text-align:center;transition:background ",QL.transitionDurationFast," linear,color ",QL.transitionDurationFast," linear,font-weight 60ms linear;",t$("transition")," user-select:none;width:100%;z-index:2;&::-moz-focus-inner{border:0;}&:active{background:",QL.toggleGroupControlBackgroundColor,";}",""),v$=uE("color:",XE.white,";",""),y$=ib("div",{target:"eu1cvm71"})("font-size:",QL.fontSize,";line-height:1;position:absolute;top:50%;left:50%;transform:translate( -50%, -50% );"),_$={name:"1qsuvl4",styles:"background:transparent"},M$=ib("div",{target:"eu1cvm70"})("font-size:",QL.fontSize,";font-weight:bold;height:0;overflow:hidden;visibility:hidden;"),k$=uE("min-height:",QL.controlHeight,";",""),{ButtonContentView:w$,LabelPlaceholderView:E$,LabelView:L$}=y,C$=e=>{let{showTooltip:t,text:n,children:r}=e;return t&&n?(0,ft.createElement)(ug,{text:n,position:"top center"},r):(0,ft.createElement)(ft.Fragment,null,r)};const x$=Rg((function e(t,n){const r=(0,ft.useContext)(i$),o=Pg({...t,id:mf(e,r.baseId||"toggle-group-control-option")},"ToggleGroupControlOption"),{className:a,isBlock:i=!1,label:s,value:l,showTooltip:c=!1,...u}={...r,...o},d=u.state===l,p=Ig(),m=p(i&&g$),f=p(b$,a,d&&v$),h=u["aria-label"]?u["aria-label"]:s;return(0,ft.createElement)(L$,{className:m,"data-active":d},(0,ft.createElement)(C$,{showTooltip:c,text:h},(0,ft.createElement)(f$,bt({},u,{as:"button","aria-label":h,className:f,"data-value":l,ref:n,value:l}),(0,ft.createElement)(w$,null,s),(0,ft.createElement)(E$,{"aria-hidden":!0},s))))}),"ToggleGroupControlOption"),S$=x$,A$=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M14.5 13.8c-1.1 0-2.1.7-2.4 1.8H4V17h8.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20v-1.5h-3.1c-.3-1-1.3-1.7-2.4-1.7zM11.9 7c-.3-1-1.3-1.8-2.4-1.8S7.4 6 7.1 7H4v1.5h3.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20V7h-8.1z"})),T$=e=>null!=e;const z$=Rg((function(e,t){const n=function(e){const{className:t,margin:n,marginBottom:r=2,marginLeft:o,marginRight:a,marginTop:i,marginX:s,marginY:l,padding:c,paddingBottom:u,paddingLeft:d,paddingRight:p,paddingTop:m,paddingX:f,paddingY:h,...g}=Pg(e,"Spacer");return{...g,className:Ig()(T$(n)&&uE("margin:",fE(n),";",""),T$(l)&&uE("margin-bottom:",fE(l),";margin-top:",fE(l),";",""),T$(s)&&uE("margin-left:",fE(s),";margin-right:",fE(s),";",""),T$(i)&&uE("margin-top:",fE(i),";",""),T$(r)&&uE("margin-bottom:",fE(r),";",""),T$(o)&&uE("margin-left:",fE(o),";",""),T$(a)&&uE("margin-right:",fE(a),";",""),T$(c)&&uE("padding:",fE(c),";",""),T$(h)&&uE("padding-bottom:",fE(h),";padding-top:",fE(h),";",""),T$(f)&&uE("padding-left:",fE(f),";padding-right:",fE(f),";",""),T$(m)&&uE("padding-top:",fE(m),";",""),T$(u)&&uE("padding-bottom:",fE(u),";",""),T$(d)&&uE("padding-left:",fE(d),";",""),T$(p)&&uE("padding-right:",fE(p),";",""),t)}}(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"Spacer");function N$(e,t,n){return"number"!=typeof e?null:parseFloat((0,vt.clamp)(e,t,n))}const O$=()=>uE({height:30,minHeight:30},"",""),D$=12,B$=ib("div",{target:"exqw8y214"})({name:"17z6zai",styles:"-webkit-tap-highlight-color:transparent;box-sizing:border-box;align-items:flex-start;display:inline-flex;justify-content:flex-start;padding:0;position:relative;touch-action:none;width:100%"}),I$=ib("div",{target:"exqw8y213"})("box-sizing:border-box;color:",XE.blue.medium.focus,";display:block;flex:1;position:relative;width:100%;",(e=>{let{color:t=XE.ui.borderFocus}=e;return uE({color:t},"","")}),";",O$,";",(e=>{let{marks:t}=e;return uE({marginBottom:t?16:null},"","")}),";"),P$=ib("span",{target:"exqw8y212"})("margin-top:",4,"px;",CE({marginRight:6}),";"),R$=ib("span",{target:"exqw8y211"})("margin-top:",4,"px;",CE({marginLeft:16}),";"),H$=ib("span",{target:"exqw8y210"})("background-color:",XE.lightGray[600],";box-sizing:border-box;left:0;pointer-events:none;right:0;display:block;height:",4,"px;position:absolute;margin-top:",13,"px;top:0;border-radius:",4,"px;",(e=>{let{disabled:t,railColor:n}=e,r=n||null;return t&&(r=XE.lightGray[400]),uE({background:r},"","")}),";"),W$=ib("span",{target:"exqw8y29"})("background-color:currentColor;border-radius:",4,"px;box-sizing:border-box;height:",4,"px;pointer-events:none;display:block;position:absolute;margin-top:",13,"px;top:0;",(e=>{let{disabled:t,trackColor:n}=e,r=n||"currentColor";return t&&(r=XE.lightGray[800]),uE({background:r},"","")}),";"),Y$=ib("span",{target:"exqw8y28"})({name:"1xuuvmv",styles:"box-sizing:border-box;display:block;pointer-events:none;position:relative;width:100%;user-select:none"}),j$=ib("span",{target:"exqw8y27"})("box-sizing:border-box;height:",D$,"px;left:0;position:absolute;top:-4px;width:1px;",(e=>{let{disabled:t,isFilled:n}=e,r=n?"currentColor":XE.lightGray[600];return t&&(r=XE.lightGray[800]),uE({backgroundColor:r},"","")}),";"),q$=ib("span",{target:"exqw8y26"})("box-sizing:border-box;color:",XE.lightGray[600],";left:0;font-size:11px;position:absolute;top:12px;transform:translateX( -50% );white-space:nowrap;",(e=>{let{isFilled:t}=e;return uE({color:t?XE.darkGray[300]:XE.lightGray[600]},"","")}),";");var F$={name:"1sb75b3",styles:"background-color:var( --wp-admin-theme-color )"};const V$=e=>{let{disabled:t}=e;return t?uE("background-color:",XE.lightGray[800],";",""):F$},X$=ib("span",{target:"exqw8y25"})("align-items:center;box-sizing:border-box;display:flex;height:",D$,"px;justify-content:center;margin-top:",9,"px;outline:0;pointer-events:none;position:absolute;top:0;user-select:none;width:",D$,"px;border-radius:50%;",V$,";",CE({marginLeft:-10}),";",CE({transform:"translateX( 4.5px )"},{transform:"translateX( -4.5px )"}),";"),U$=ib("span",{target:"exqw8y24"})("align-items:center;border-radius:50%;box-sizing:border-box;height:100%;outline:0;position:absolute;user-select:none;width:100%;",V$,";",(e=>{let{isFocused:t}=e;return t?uE("&::before{content:' ';position:absolute;background-color:var( --wp-admin-theme-color );opacity:0.4;border-radius:50%;height:",20,"px;width:",20,"px;top:-4px;left:-4px;}",""):""}),";"),$$=ib("input",{target:"exqw8y23"})("box-sizing:border-box;cursor:pointer;display:block;height:100%;left:0;margin:0 -",6,"px;opacity:0;outline:none;position:absolute;right:0;top:0;width:calc( 100% + ",D$,"px );");var G$={name:"1cypxip",styles:"top:-80%"},K$={name:"1lr98c4",styles:"bottom:-80%"};const J$=ib("span",{target:"exqw8y22"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;box-sizing:border-box;color:white;display:inline-block;font-size:12px;min-width:32px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-align:center;transition:opacity 120ms ease;user-select:none;line-height:1.4;",(e=>{let{show:t}=e;return uE({opacity:t?1:0},"","")}),";",(e=>{let{position:t}=e;return"bottom"===t?K$:G$}),";",t$("transition"),";",CE({transform:"translateX(-50%)"},{transform:"translateX(50%)"}),";"),Z$=ib(uS,{target:"exqw8y21"})("box-sizing:border-box;display:inline-block;font-size:13px;margin-top:0;width:",fE(16),"!important;input[type='number']&{",O$,";}",CE({marginLeft:`${fE(4)} !important`}),";"),Q$=ib("span",{target:"exqw8y20"})("box-sizing:border-box;display:block;margin-top:0;button,button.is-small{margin-left:0;",O$,";}",CE({marginLeft:8}),";");const eG=(0,ft.forwardRef)((function(e,t){let{describedBy:n,label:r,onHideTooltip:o=vt.noop,onMouseLeave:a=vt.noop,onMouseMove:i=vt.noop,onShowTooltip:s=vt.noop,value:l,...c}=e;const u=function(e){let{onHide:t=vt.noop,onMouseLeave:n=vt.noop,onMouseMove:r=vt.noop,onShow:o=vt.noop,timeout:a=300}=e;const[i,s]=(0,ft.useState)(!1),l=(0,ft.useRef)(),c=(0,ft.useCallback)((e=>{window.clearTimeout(l.current),l.current=setTimeout(e,a)}),[a]),u=(0,ft.useCallback)((e=>{r(e),c((()=>{i||(s(!0),o())}))}),[]),d=(0,ft.useCallback)((e=>{n(e),c((()=>{s(!1),t()}))}),[]);return(0,ft.useEffect)((()=>()=>{window.clearTimeout(l.current)})),{onMouseMove:u,onMouseLeave:d}}({onHide:o,onMouseLeave:a,onMouseMove:i,onShow:s});return(0,ft.createElement)($$,bt({},c,u,{"aria-describedby":n,"aria-label":r,"aria-hidden":!1,ref:t,tabIndex:0,type:"range",value:l}))})),tG=eG;function nG(e){let{className:t,isFilled:n=!1,label:r,style:o={},...a}=e;const i=jp()("components-range-control__mark",n&&"is-filled",t),s=jp()("components-range-control__mark-label",n&&"is-filled");return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(j$,bt({},a,{"aria-hidden":"true",className:i,isFilled:n,style:o})),r&&(0,ft.createElement)(q$,{"aria-hidden":"true",className:s,isFilled:n,style:o},r))}function rG(e){let{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0,...s}=e;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(H$,bt({disabled:t},s)),n&&(0,ft.createElement)(oG,{disabled:t,marks:n,min:r,max:o,step:a,value:i}))}function oG(e){let{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0}=e;"any"===a&&(a=1);const s=function(e){let{marks:t,min:n=0,max:r=100,step:o=1,value:a=0}=e;if(!t)return[];const i=r-n;if(!Array.isArray(t)){t=[];const e=1+Math.round(i/o);for(;e>t.push({value:o*t.length+n}););}const s=[];return t.forEach(((e,t)=>{if(e.valuer)return;const o=`mark-${t}`,l=e.value<=a,c=(e.value-n)/i*100+"%",u={[Mr()?"right":"left"]:c};s.push({...e,isFilled:l,key:o,style:u})})),s}({marks:n,min:r,max:o,step:a,value:i});return(0,ft.createElement)(Y$,{"aria-hidden":"true",className:"components-range-control__marks"},s.map((e=>(0,ft.createElement)(nG,bt({},e,{key:e.key,"aria-hidden":"true",disabled:t})))))}function aG(e){let{className:t,inputRef:n,tooltipPosition:r,show:o=!1,style:a={},value:i=0,renderTooltipContent:s=(e=>e),zIndex:l=100,...c}=e;const u=function(e){let{inputRef:t,tooltipPosition:n}=e;const[r,o]=(0,ft.useState)(),a=(0,ft.useCallback)((()=>{t&&t.current&&o(n)}),[n]);return(0,ft.useEffect)((()=>{a()}),[a]),(0,ft.useEffect)((()=>(window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a)}))),r}({inputRef:n,tooltipPosition:r}),d=jp()("components-simple-tooltip",t),p={...a,zIndex:l};return(0,ft.createElement)(J$,bt({},c,{"aria-hidden":o,className:d,position:u,show:o,role:"tooltip",style:p}),s(i))}const iG=(0,ft.forwardRef)((function e(t,n){var r;let{afterIcon:o,allowReset:a=!1,beforeIcon:i,className:s,currentInput:l,color:c=XE.ui.theme,disabled:u=!1,help:d,initialPosition:p,isShiftStepEnabled:m=!0,label:f,hideLabelFromVision:h=!1,marks:g=!1,max:b=100,min:v=0,onBlur:y=vt.noop,onChange:_=vt.noop,onFocus:M=vt.noop,onMouseMove:k=vt.noop,onMouseLeave:w=vt.noop,railColor:E,resetFallbackValue:L,renderTooltipContent:C=(e=>e),showTooltip:x,shiftStep:S=10,step:A=1,trackColor:T,value:z,withInputField:N=!0,...O}=t;const[D,B]=function(e){let{min:t,max:n,value:r,initial:o}=e;const[a,i]=MS(N$(r,t,n),{initial:o,fallback:null});return[a,(0,ft.useCallback)((e=>{i(null===e?null:N$(e,t,n))}),[t,n])]}({min:v,max:b,value:z,initial:p}),I=(0,ft.useRef)(!1);"any"===A&&(x=!1,N=!1);const[P,R]=(0,ft.useState)(x),[H,W]=(0,ft.useState)(!1),Y=(0,ft.useRef)(),j=null===(r=Y.current)||void 0===r?void 0:r.matches(":focus"),q=!u&&H,F=null===D,V=F?"":void 0!==D?D:l,X=F?(b-v)/2+v:D,U=F?50:(D-v)/(b-v)*100,$=`${(0,vt.clamp)(U,0,100)}%`,G=jp()("components-range-control",s),K=jp()("components-range-control__wrapper",!!g&&"is-marked"),J=mf(e,"inspector-range-control"),Z=d?`${J}__help`:void 0,Q=!1!==x&&(0,vt.isFinite)(D),ee=()=>{let e=parseFloat(L),t=e;isNaN(e)&&(e=null,t=void 0),B(e),_(t)},te={[Mr()?"right":"left"]:$};return(0,ft.createElement)(ZE,{className:G,label:f,hideLabelFromVision:h,id:J,help:d},(0,ft.createElement)(B$,{className:"components-range-control__root"},i&&(0,ft.createElement)(P$,null,(0,ft.createElement)(pg,{icon:i})),(0,ft.createElement)(I$,{className:K,color:c,marks:!!g},(0,ft.createElement)(tG,bt({},O,{className:"components-range-control__slider",describedBy:Z,disabled:u,id:J,label:f,max:b,min:v,onBlur:e=>{y(e),W(!1),R(!1)},onChange:e=>{const t=parseFloat(e.target.value);B(t),_(t)},onFocus:e=>{M(e),W(!0),R(!0)},onMouseMove:k,onMouseLeave:w,ref:e=>{Y.current=e,n&&n(e)},step:A,value:V})),(0,ft.createElement)(rG,{"aria-hidden":!0,disabled:u,marks:g,max:b,min:v,railColor:E,step:A,value:X}),(0,ft.createElement)(W$,{"aria-hidden":!0,className:"components-range-control__track",disabled:u,style:{width:$},trackColor:T}),(0,ft.createElement)(X$,{style:te,disabled:u},(0,ft.createElement)(U$,{"aria-hidden":!0,isFocused:q,disabled:u})),Q&&(0,ft.createElement)(aG,{className:"components-range-control__tooltip",inputRef:Y,tooltipPosition:"bottom",renderTooltipContent:C,show:j||P,style:te,value:D})),o&&(0,ft.createElement)(R$,null,(0,ft.createElement)(pg,{icon:o})),N&&(0,ft.createElement)(Z$,{"aria-label":f,className:"components-range-control__number",disabled:u,inputMode:"decimal",isShiftStepEnabled:m,max:b,min:v,onBlur:()=>{I.current&&(ee(),I.current=!1)},onChange:e=>{e=parseFloat(e),B(e),isNaN(e)?a&&(I.current=!0):((eb)&&(e=N$(e,v,b)),_(e),I.current=!1)},shiftStep:S,step:A,value:V}),a&&(0,ft.createElement)(Q$,null,(0,ft.createElement)(db,{className:"components-range-control__reset",disabled:u||void 0===D,variant:"secondary",isSmall:!0,onClick:ee},vr("Reset")))))})),sG=iG;const lG=ib(uS,{target:"ez9hsf46"})(LC,"{width:",fE(24),";}"),cG=ib(TP,{target:"ez9hsf45"})("margin-left:",fE(-2),";width:5em;",zC,"{display:none;}"),uG=ib(sG,{target:"ez9hsf44"})("flex:1;",$E,"{margin-bottom:0;}"),dG=`\n&&& ${CC} {\n\theight: 40px;\n}`,pG=`\n.react-colorful__interactive {\n\twidth: calc( 100% - ${fE(2)} );\n\tmargin-left: ${fE(1)};\n}`,mG=ib("div",{target:"ez9hsf43"})("padding:",fE(2)," ",fE(4),";"),fG=ib("div",{target:"ez9hsf42"})("width:216px;.react-colorful{display:flex;flex-direction:column;align-items:center;width:216px;height:auto;}.react-colorful__saturation{width:100%;border-radius:0;height:216px;margin-bottom:",fE(4),";border-bottom:none;}.react-colorful__hue,.react-colorful__alpha{width:184px;height:16px;border-radius:16px;margin-bottom:",fE(2),";}.react-colorful__pointer{height:16px;width:16px;border:none;box-shadow:0 0 2px 0 rgba( 0, 0, 0, 0.25 );outline:2px solid transparent;}.react-colorful__pointer-fill{box-shadow:inset 0 0 0 ",QL.borderWidthFocus," #fff;}",pG," ",$E,"{margin-bottom:0;}",dG,";"),hG=ib(db,{target:"ez9hsf41"})("&&&&&{min-width:",fE(6),";padding:0;}"),gG=ib(nS,{target:"ez9hsf40"})({name:"1287a6j",styles:"width:8em"});function bG(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function vG(e){return e instanceof bG(e).Element||e instanceof Element}function yG(e){return e instanceof bG(e).HTMLElement||e instanceof HTMLElement}function _G(e){return"undefined"!=typeof ShadowRoot&&(e instanceof bG(e).ShadowRoot||e instanceof ShadowRoot)}var MG=Math.max,kG=Math.min,wG=Math.round;function EG(e,t){void 0===t&&(t=!1);var n=e.getBoundingClientRect(),r=1,o=1;if(yG(e)&&t){var a=e.offsetHeight,i=e.offsetWidth;i>0&&(r=wG(n.width)/i||1),a>0&&(o=wG(n.height)/a||1)}return{width:n.width/r,height:n.height/o,top:n.top/o,right:n.right/r,bottom:n.bottom/o,left:n.left/r,x:n.left/r,y:n.top/o}}function LG(e){var t=bG(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function CG(e){return e?(e.nodeName||"").toLowerCase():null}function xG(e){return((vG(e)?e.ownerDocument:e.document)||window.document).documentElement}function SG(e){return EG(xG(e)).left+LG(e).scrollLeft}function AG(e){return bG(e).getComputedStyle(e)}function TG(e){var t=AG(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function zG(e,t,n){void 0===n&&(n=!1);var r=yG(t),o=yG(t)&&function(e){var t=e.getBoundingClientRect(),n=wG(t.width)/e.offsetWidth||1,r=wG(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),a=xG(t),i=EG(e,o),s={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!n)&&(("body"!==CG(t)||TG(a))&&(s=function(e){return e!==bG(e)&&yG(e)?{scrollLeft:(t=e).scrollLeft,scrollTop:t.scrollTop}:LG(e);var t}(t)),yG(t)?((l=EG(t,!0)).x+=t.clientLeft,l.y+=t.clientTop):a&&(l.x=SG(a))),{x:i.left+s.scrollLeft-l.x,y:i.top+s.scrollTop-l.y,width:i.width,height:i.height}}function NG(e){var t=EG(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function OG(e){return"html"===CG(e)?e:e.assignedSlot||e.parentNode||(_G(e)?e.host:null)||xG(e)}function DG(e){return["html","body","#document"].indexOf(CG(e))>=0?e.ownerDocument.body:yG(e)&&TG(e)?e:DG(OG(e))}function BG(e,t){var n;void 0===t&&(t=[]);var r=DG(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),a=bG(r),i=o?[a].concat(a.visualViewport||[],TG(r)?r:[]):r,s=t.concat(i);return o?s:s.concat(BG(OG(i)))}function IG(e){return["table","td","th"].indexOf(CG(e))>=0}function PG(e){return yG(e)&&"fixed"!==AG(e).position?e.offsetParent:null}function RG(e){for(var t=bG(e),n=PG(e);n&&IG(n)&&"static"===AG(n).position;)n=PG(n);return n&&("html"===CG(n)||"body"===CG(n)&&"static"===AG(n).position)?t:n||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&yG(e)&&"fixed"===AG(e).position)return null;for(var n=OG(e);yG(n)&&["html","body"].indexOf(CG(n))<0;){var r=AG(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}var HG="top",WG="bottom",YG="right",jG="left",qG="auto",FG=[HG,WG,YG,jG],VG="start",XG="end",UG="viewport",$G="popper",GG=FG.reduce((function(e,t){return e.concat([t+"-"+VG,t+"-"+XG])}),[]),KG=[].concat(FG,[qG]).reduce((function(e,t){return e.concat([t,t+"-"+VG,t+"-"+XG])}),[]),JG=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function ZG(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}var QG={placement:"bottom",modifiers:[],strategy:"absolute"};function eK(){for(var e=arguments.length,t=new Array(e),n=0;n=0?"x":"y"}function sK(e){var t,n=e.reference,r=e.element,o=e.placement,a=o?oK(o):null,i=o?aK(o):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(a){case HG:t={x:s,y:n.y-r.height};break;case WG:t={x:s,y:n.y+n.height};break;case YG:t={x:n.x+n.width,y:l};break;case jG:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var c=a?iK(a):null;if(null!=c){var u="y"===c?"height":"width";switch(i){case VG:t[c]=t[c]-(n[u]/2-r[u]/2);break;case XG:t[c]=t[c]+(n[u]/2-r[u]/2)}}return t}const lK={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=sK({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}};var cK={top:"auto",right:"auto",bottom:"auto",left:"auto"};function uK(e){var t,n=e.popper,r=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,s=e.position,l=e.gpuAcceleration,c=e.adaptive,u=e.roundOffsets,d=e.isFixed,p=!0===u?function(e){var t=e.x,n=e.y,r=window.devicePixelRatio||1;return{x:wG(t*r)/r||0,y:wG(n*r)/r||0}}(i):"function"==typeof u?u(i):i,m=p.x,f=void 0===m?0:m,h=p.y,g=void 0===h?0:h,b=i.hasOwnProperty("x"),v=i.hasOwnProperty("y"),y=jG,_=HG,M=window;if(c){var k=RG(n),w="clientHeight",E="clientWidth";if(k===bG(n)&&"static"!==AG(k=xG(n)).position&&"absolute"===s&&(w="scrollHeight",E="scrollWidth"),k=k,o===HG||(o===jG||o===YG)&&a===XG)_=WG,g-=(d&&M.visualViewport?M.visualViewport.height:k[w])-r.height,g*=l?1:-1;if(o===jG||(o===HG||o===WG)&&a===XG)y=YG,f-=(d&&M.visualViewport?M.visualViewport.width:k[E])-r.width,f*=l?1:-1}var L,C=Object.assign({position:s},c&&cK);return l?Object.assign({},C,((L={})[_]=v?"0":"",L[y]=b?"0":"",L.transform=(M.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",L)):Object.assign({},C,((t={})[_]=v?g+"px":"",t[y]=b?f+"px":"",t.transform="",t))}const dK={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=void 0===r||r,a=n.adaptive,i=void 0===a||a,s=n.roundOffsets,l=void 0===s||s,c={placement:oK(t.placement),variation:aK(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,uK(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,uK(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};const pK={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];yG(o)&&CG(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],o=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});yG(r)&&CG(r)&&(Object.assign(r.style,a),Object.keys(o).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};const mK={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.offset,a=void 0===o?[0,0]:o,i=KG.reduce((function(e,n){return e[n]=function(e,t,n){var r=oK(e),o=[jG,HG].indexOf(r)>=0?-1:1,a="function"==typeof n?n(Object.assign({},t,{placement:e})):n,i=a[0],s=a[1];return i=i||0,s=(s||0)*o,[jG,YG].indexOf(r)>=0?{x:s,y:i}:{x:i,y:s}}(n,t.rects,a),e}),{}),s=i[t.placement],l=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[r]=i}};var fK={left:"right",right:"left",bottom:"top",top:"bottom"};function hK(e){return e.replace(/left|right|bottom|top/g,(function(e){return fK[e]}))}var gK={start:"end",end:"start"};function bK(e){return e.replace(/start|end/g,(function(e){return gK[e]}))}function vK(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&_G(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function yK(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function _K(e,t){return t===UG?yK(function(e){var t=bG(e),n=xG(e),r=t.visualViewport,o=n.clientWidth,a=n.clientHeight,i=0,s=0;return r&&(o=r.width,a=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=r.offsetLeft,s=r.offsetTop)),{width:o,height:a,x:i+SG(e),y:s}}(e)):vG(t)?function(e){var t=EG(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):yK(function(e){var t,n=xG(e),r=LG(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=MG(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=MG(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+SG(e),l=-r.scrollTop;return"rtl"===AG(o||n).direction&&(s+=MG(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:s,y:l}}(xG(e)))}function MK(e,t,n){var r="clippingParents"===t?function(e){var t=BG(OG(e)),n=["absolute","fixed"].indexOf(AG(e).position)>=0,r=n&&yG(e)?RG(e):e;return vG(r)?t.filter((function(e){return vG(e)&&vK(e,r)&&"body"!==CG(e)&&(!n||"static"!==AG(e).position)})):[]}(e):[].concat(t),o=[].concat(r,[n]),a=o[0],i=o.reduce((function(t,n){var r=_K(e,n);return t.top=MG(r.top,t.top),t.right=kG(r.right,t.right),t.bottom=kG(r.bottom,t.bottom),t.left=MG(r.left,t.left),t}),_K(e,a));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function kK(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function wK(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function EK(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=void 0===r?e.placement:r,a=n.boundary,i=void 0===a?"clippingParents":a,s=n.rootBoundary,l=void 0===s?UG:s,c=n.elementContext,u=void 0===c?$G:c,d=n.altBoundary,p=void 0!==d&&d,m=n.padding,f=void 0===m?0:m,h=kK("number"!=typeof f?f:wK(f,FG)),g=u===$G?"reference":$G,b=e.rects.popper,v=e.elements[p?g:u],y=MK(vG(v)?v:v.contextElement||xG(e.elements.popper),i,l),_=EG(e.elements.reference),M=sK({reference:_,element:b,strategy:"absolute",placement:o}),k=yK(Object.assign({},b,M)),w=u===$G?k:_,E={top:y.top-w.top+h.top,bottom:w.bottom-y.bottom+h.bottom,left:y.left-w.left+h.left,right:w.right-y.right+h.right},L=e.modifiersData.offset;if(u===$G&&L){var C=L[o];Object.keys(E).forEach((function(e){var t=[YG,WG].indexOf(e)>=0?1:-1,n=[HG,WG].indexOf(e)>=0?"y":"x";E[e]+=C[n]*t}))}return E}const LK={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,a=void 0===o||o,i=n.altAxis,s=void 0===i||i,l=n.fallbackPlacements,c=n.padding,u=n.boundary,d=n.rootBoundary,p=n.altBoundary,m=n.flipVariations,f=void 0===m||m,h=n.allowedAutoPlacements,g=t.options.placement,b=oK(g),v=l||(b===g||!f?[hK(g)]:function(e){if(oK(e)===qG)return[];var t=hK(e);return[bK(e),t,bK(t)]}(g)),y=[g].concat(v).reduce((function(e,n){return e.concat(oK(n)===qG?function(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,a=n.rootBoundary,i=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,c=void 0===l?KG:l,u=aK(r),d=u?s?GG:GG.filter((function(e){return aK(e)===u})):FG,p=d.filter((function(e){return c.indexOf(e)>=0}));0===p.length&&(p=d);var m=p.reduce((function(t,n){return t[n]=EK(e,{placement:n,boundary:o,rootBoundary:a,padding:i})[oK(n)],t}),{});return Object.keys(m).sort((function(e,t){return m[e]-m[t]}))}(t,{placement:n,boundary:u,rootBoundary:d,padding:c,flipVariations:f,allowedAutoPlacements:h}):n)}),[]),_=t.rects.reference,M=t.rects.popper,k=new Map,w=!0,E=y[0],L=0;L=0,T=A?"width":"height",z=EK(t,{placement:C,boundary:u,rootBoundary:d,altBoundary:p,padding:c}),N=A?S?YG:jG:S?WG:HG;_[T]>M[T]&&(N=hK(N));var O=hK(N),D=[];if(a&&D.push(z[x]<=0),s&&D.push(z[N]<=0,z[O]<=0),D.every((function(e){return e}))){E=C,w=!1;break}k.set(C,D)}if(w)for(var B=function(e){var t=y.find((function(t){var n=k.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return E=t,"break"},I=f?3:1;I>0;I--){if("break"===B(I))break}t.placement!==E&&(t.modifiersData[r]._skip=!0,t.placement=E,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function CK(e,t,n){return MG(e,kG(t,n))}const xK={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,a=void 0===o||o,i=n.altAxis,s=void 0!==i&&i,l=n.boundary,c=n.rootBoundary,u=n.altBoundary,d=n.padding,p=n.tether,m=void 0===p||p,f=n.tetherOffset,h=void 0===f?0:f,g=EK(t,{boundary:l,rootBoundary:c,padding:d,altBoundary:u}),b=oK(t.placement),v=aK(t.placement),y=!v,_=iK(b),M="x"===_?"y":"x",k=t.modifiersData.popperOffsets,w=t.rects.reference,E=t.rects.popper,L="function"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,C="number"==typeof L?{mainAxis:L,altAxis:L}:Object.assign({mainAxis:0,altAxis:0},L),x=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(k){if(a){var A,T="y"===_?HG:jG,z="y"===_?WG:YG,N="y"===_?"height":"width",O=k[_],D=O+g[T],B=O-g[z],I=m?-E[N]/2:0,P=v===VG?w[N]:E[N],R=v===VG?-E[N]:-w[N],H=t.elements.arrow,W=m&&H?NG(H):{width:0,height:0},Y=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},j=Y[T],q=Y[z],F=CK(0,w[N],W[N]),V=y?w[N]/2-I-F-j-C.mainAxis:P-F-j-C.mainAxis,X=y?-w[N]/2+I+F+q+C.mainAxis:R+F+q+C.mainAxis,U=t.elements.arrow&&RG(t.elements.arrow),$=U?"y"===_?U.clientTop||0:U.clientLeft||0:0,G=null!=(A=null==x?void 0:x[_])?A:0,K=O+X-G,J=CK(m?kG(D,O+V-G-$):D,O,m?MG(B,K):B);k[_]=J,S[_]=J-O}if(s){var Z,Q="x"===_?HG:jG,ee="x"===_?WG:YG,te=k[M],ne="y"===M?"height":"width",re=te+g[Q],oe=te-g[ee],ae=-1!==[HG,jG].indexOf(b),ie=null!=(Z=null==x?void 0:x[M])?Z:0,se=ae?re:te-w[ne]-E[ne]-ie+C.altAxis,le=ae?te+w[ne]+E[ne]-ie-C.altAxis:oe,ce=m&&ae?function(e,t,n){var r=CK(e,t,n);return r>n?n:r}(se,te,le):CK(m?se:re,te,m?le:oe);k[M]=ce,S[M]=ce-te}t.modifiersData[r]=S}},requiresIfExists:["offset"]};const SK={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,a=n.elements.arrow,i=n.modifiersData.popperOffsets,s=oK(n.placement),l=iK(s),c=[jG,YG].indexOf(s)>=0?"height":"width";if(a&&i){var u=function(e,t){return kK("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:wK(e,FG))}(o.padding,n),d=NG(a),p="y"===l?HG:jG,m="y"===l?WG:YG,f=n.rects.reference[c]+n.rects.reference[l]-i[l]-n.rects.popper[c],h=i[l]-n.rects.reference[l],g=RG(a),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,v=f/2-h/2,y=u[p],_=b-d[c]-u[m],M=b/2-d[c]/2+v,k=CK(y,M,_),w=l;n.modifiersData[r]=((t={})[w]=k,t.centerOffset=k-M,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&vK(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function AK(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function TK(e){return[HG,YG,WG,jG].some((function(t){return e[t]>=0}))}const zK={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=EK(t,{elementContext:"reference"}),s=EK(t,{altBoundary:!0}),l=AK(i,r),c=AK(s,o,a),u=TK(l),d=TK(c);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}};var NK=tK({defaultModifiers:[rK,lK,dK,pK,mK,LK,xK,SK,zK]});function OK(e){void 0===e&&(e={});var t,n,r=nP(e),o=r.visible,a=void 0!==o&&o,i=r.animated,s=void 0!==i&&i,l=sP(Bb(r,["visible","animated"])),c=(0,ft.useState)(a),u=c[0],d=c[1],p=(0,ft.useState)(s),m=p[0],f=p[1],h=(0,ft.useState)(!1),g=h[0],b=h[1],v=(t=u,n=(0,ft.useRef)(null),qb((function(){n.current=t}),[t]),n),y=null!=v.current&&v.current!==u;m&&!g&&y&&b(!0),(0,ft.useEffect)((function(){if("number"==typeof m&&g){var e=setTimeout((function(){return b(!1)}),m);return function(){clearTimeout(e)}}return function(){}}),[m,g]);var _=(0,ft.useCallback)((function(){return d(!0)}),[]),M=(0,ft.useCallback)((function(){return d(!1)}),[]),k=(0,ft.useCallback)((function(){return d((function(e){return!e}))}),[]),w=(0,ft.useCallback)((function(){return b(!1)}),[]);return Db(Db({},l),{},{visible:u,animated:m,animating:g,show:_,hide:M,toggle:k,setVisible:d,setAnimated:f,stopAnimation:w})}var DK=Zb("Mac")&&!Zb("Chrome")&&Zb("Safari");function BK(e){return function(t){return e&&!xb(t,e)?e:t}}function IK(e){void 0===e&&(e={});var t=nP(e),n=t.gutter,r=void 0===n?12:n,o=t.placement,a=void 0===o?"bottom":o,i=t.unstable_flip,s=void 0===i||i,l=t.unstable_offset,c=t.unstable_preventOverflow,u=void 0===c||c,d=t.unstable_fixed,p=void 0!==d&&d,m=t.modal,f=void 0!==m&&m,h=Bb(t,["gutter","placement","unstable_flip","unstable_offset","unstable_preventOverflow","unstable_fixed","modal"]),g=(0,ft.useRef)(null),b=(0,ft.useRef)(null),v=(0,ft.useRef)(null),y=(0,ft.useRef)(null),_=(0,ft.useState)(a),M=_[0],k=_[1],w=(0,ft.useState)(a),E=w[0],L=w[1],C=(0,ft.useState)(l||[0,r])[0],x=(0,ft.useState)({position:"fixed",left:"100%",top:"100%"}),S=x[0],A=x[1],T=(0,ft.useState)({}),z=T[0],N=T[1],O=function(e){void 0===e&&(e={});var t=nP(e),n=t.modal,r=void 0===n||n,o=OK(Bb(t,["modal"])),a=(0,ft.useState)(r),i=a[0],s=a[1],l=(0,ft.useRef)(null);return Db(Db({},o),{},{modal:i,setModal:s,unstable_disclosureRef:l})}(Db({modal:f},h)),D=(0,ft.useCallback)((function(){return!!g.current&&(g.current.forceUpdate(),!0)}),[]),B=(0,ft.useCallback)((function(e){e.placement&&L(e.placement),e.styles&&(A(BK(e.styles.popper)),y.current&&N(BK(e.styles.arrow)))}),[]);return qb((function(){return b.current&&v.current&&(g.current=NK(b.current,v.current,{placement:M,strategy:p?"fixed":"absolute",onFirstUpdate:DK?B:void 0,modifiers:[{name:"eventListeners",enabled:O.visible},{name:"applyStyles",enabled:!1},{name:"flip",enabled:s,options:{padding:8}},{name:"offset",options:{offset:C}},{name:"preventOverflow",enabled:u,options:{tetherOffset:function(){var e;return(null===(e=y.current)||void 0===e?void 0:e.clientWidth)||0}}},{name:"arrow",enabled:!!y.current,options:{element:y.current}},{name:"updateState",phase:"write",requires:["computeStyles"],enabled:O.visible&&!0,fn:function(e){var t=e.state;return B(t)}}]})),function(){g.current&&(g.current.destroy(),g.current=null)}}),[M,p,O.visible,s,C,u]),(0,ft.useEffect)((function(){if(O.visible){var e=window.requestAnimationFrame((function(){var e;null===(e=g.current)||void 0===e||e.forceUpdate()}));return function(){window.cancelAnimationFrame(e)}}}),[O.visible]),Db(Db({},O),{},{unstable_referenceRef:b,unstable_popoverRef:v,unstable_arrowRef:y,unstable_popoverStyles:S,unstable_arrowStyles:z,unstable_update:D,unstable_originalPlacement:M,placement:E,place:k})}var PK={currentTooltipId:null,listeners:new Set,subscribe:function(e){var t=this;return this.listeners.add(e),function(){t.listeners.delete(e)}},show:function(e){this.currentTooltipId=e,this.listeners.forEach((function(t){return t(e)}))},hide:function(e){this.currentTooltipId===e&&(this.currentTooltipId=null,this.listeners.forEach((function(e){return e(null)})))}};var RK=["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation","unstable_disclosureRef","unstable_referenceRef","unstable_popoverRef","unstable_arrowRef","unstable_popoverStyles","unstable_arrowStyles","unstable_originalPlacement","unstable_update","placement","place","unstable_timeout","unstable_setTimeout"],HK=[].concat(RK,["unstable_portal"]),WK=zb({name:"TooltipReference",compose:tv,keys:RK,useProps:function(e,t){var n=t.ref,r=t.onFocus,o=t.onBlur,a=t.onMouseEnter,i=t.onMouseLeave,s=Bb(t,["ref","onFocus","onBlur","onMouseEnter","onMouseLeave"]),l=Fb(r),c=Fb(o),u=Fb(a),d=Fb(i),p=(0,ft.useCallback)((function(t){var n,r;null===(n=l.current)||void 0===n||n.call(l,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),m=(0,ft.useCallback)((function(t){var n,r;null===(n=c.current)||void 0===n||n.call(c,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]),f=(0,ft.useCallback)((function(t){var n,r;null===(n=u.current)||void 0===n||n.call(u,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),h=(0,ft.useCallback)((function(t){var n,r;null===(n=d.current)||void 0===n||n.call(d,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]);return Db({ref:Hb(e.unstable_referenceRef,n),tabIndex:0,onFocus:p,onBlur:m,onMouseEnter:f,onMouseLeave:h,"aria-describedby":e.baseId},s)}}),YK=Ab({as:"div",useHook:WK});const jK=(0,ft.createContext)({});var qK=zb({name:"DisclosureContent",compose:tv,keys:["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation"],useProps:function(e,t){var n=t.onTransitionEnd,r=t.onAnimationEnd,o=t.style,a=Bb(t,["onTransitionEnd","onAnimationEnd","style"]),i=e.animated&&e.animating,s=(0,ft.useState)(null),l=s[0],c=s[1],u=!e.visible&&!i,d=u?Db({display:"none"},o):o,p=Fb(n),m=Fb(r),f=(0,ft.useRef)(0);(0,ft.useEffect)((function(){if(e.animated)return f.current=window.requestAnimationFrame((function(){f.current=window.requestAnimationFrame((function(){e.visible?c("enter"):c(i?"leave":null)}))})),function(){return window.cancelAnimationFrame(f.current)}}),[e.animated,e.visible,i]);var h=(0,ft.useCallback)((function(t){var n;Vb(t)&&(i&&!0===e.animated&&(null===(n=e.stopAnimation)||void 0===n||n.call(e)))}),[e.animated,i,e.stopAnimation]),g=(0,ft.useCallback)((function(e){var t;null===(t=p.current)||void 0===t||t.call(p,e),h(e)}),[h]),b=(0,ft.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e),h(e)}),[h]);return Db({id:e.baseId,"data-enter":"enter"===l?"":void 0,"data-leave":"leave"===l?"":void 0,onTransitionEnd:g,onAnimationEnd:b,hidden:u,style:d},a)}});Ab({as:"div",useHook:qK});function FK(){return jb?document.body:null}var VK=(0,ft.createContext)(FK());function XK(e){var t=e.children,n=(0,ft.useContext)(VK)||FK(),r=(0,ft.useState)((function(){if(jb){var e=document.createElement("div");return e.className=XK.__className,e}return null}))[0];return qb((function(){if(r&&n)return n.appendChild(r),function(){n.removeChild(r)}}),[r,n]),r?(0,gt.createPortal)((0,ft.createElement)(VK.Provider,{value:r},t),r):null}function UK(e){e.defaultPrevented||"Escape"===e.key&&PK.show(null)}XK.__className="__reakit-portal",XK.__selector="."+XK.__className;var $K=zb({name:"Tooltip",compose:qK,keys:HK,useOptions:function(e){var t=e.unstable_portal;return Db({unstable_portal:void 0===t||t},Bb(e,["unstable_portal"]))},useProps:function(e,t){var n=t.ref,r=t.style,o=t.wrapElement,a=Bb(t,["ref","style","wrapElement"]);(0,ft.useEffect)((function(){var t;Wb(null===(t=e.unstable_popoverRef)||void 0===t?void 0:t.current).addEventListener("keydown",UK)}),[]);var i=(0,ft.useCallback)((function(t){return e.unstable_portal&&(t=(0,ft.createElement)(XK,null,t)),o?o(t):t}),[e.unstable_portal,o]);return Db({ref:Hb(e.unstable_popoverRef,n),role:"tooltip",style:Db(Db({},e.unstable_popoverStyles),{},{pointerEvents:"none"},r),wrapElement:i},a)}}),GK=Ab({as:"div",memo:!0,useHook:$K});const KK=Rg((function(e,t){const{as:n="span",shortcut:r,className:o,...a}=Pg(e,"Shortcut");if(!r)return null;let i,s;return"string"==typeof r?i=r:(i=r.display,s=r.ariaLabel),(0,ft.createElement)(lb,bt({as:n,className:o,"aria-label":s,ref:t},a),i)}),"Shortcut");const JK=uE("z-index:",1000002,";box-sizing:border-box;opacity:0;outline:none;transform-origin:top center;transition:opacity ",QL.transitionDurationFastest," ease;&[data-enter]{opacity:1;}",""),ZK=ib("div",{target:"e7tfjmw1"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;box-shadow:0 0 0 1px rgba( 255, 255, 255, 0.04 );color:",XE.white,";padding:4px 8px;"),QK={name:"12mkfdx",styles:"outline:none"},eJ=ib(KK,{target:"e7tfjmw0"})("display:inline-block;margin-left:",fE(1),";"),{TooltipPopoverView:tJ}=_;const nJ=Rg((function(e,t){const{children:n,className:r,...o}=Pg(e,"TooltipContent"),{tooltip:a}=(0,ft.useContext)(jK),i=Ig()(JK,r);return(0,ft.createElement)(GK,bt({as:lb},o,a,{className:i,ref:t}),(0,ft.createElement)(tJ,null,n))}),"TooltipContent");const rJ=Rg((function(e,t){const{animated:n=!0,animationDuration:r=160,baseId:o,children:a,content:i,focusable:s=!0,gutter:l=4,id:c,modal:u=!0,placement:d,visible:p=!1,shortcut:m,...f}=Pg(e,"Tooltip"),h=function(e){void 0===e&&(e={});var t=nP(e),n=t.placement,r=void 0===n?"top":n,o=t.unstable_timeout,a=void 0===o?0:o,i=Bb(t,["placement","unstable_timeout"]),s=(0,ft.useState)(a),l=s[0],c=s[1],u=(0,ft.useRef)(null),d=(0,ft.useRef)(null),p=IK(Db(Db({},i),{},{placement:r})),m=(p.modal,p.setModal,Bb(p,["modal","setModal"])),f=(0,ft.useCallback)((function(){null!==u.current&&window.clearTimeout(u.current),null!==d.current&&window.clearTimeout(d.current)}),[]),h=(0,ft.useCallback)((function(){f(),m.hide(),d.current=window.setTimeout((function(){PK.hide(m.baseId)}),l)}),[f,m.hide,l,m.baseId]),g=(0,ft.useCallback)((function(){f(),!l||PK.currentTooltipId?(PK.show(m.baseId),m.show()):(PK.show(null),u.current=window.setTimeout((function(){PK.show(m.baseId),m.show()}),l))}),[f,l,m.show,m.baseId]);return(0,ft.useEffect)((function(){return PK.subscribe((function(e){e!==m.baseId&&(f(),m.visible&&m.hide())}))}),[m.baseId,f,m.visible,m.hide]),(0,ft.useEffect)((function(){return function(){f(),PK.hide(m.baseId)}}),[f,m.baseId]),Db(Db({},m),{},{hide:h,show:g,unstable_timeout:l,unstable_setTimeout:c})}({animated:n?r:void 0,baseId:o||c,gutter:l,placement:d,visible:p,...f}),g=(0,ft.useMemo)((()=>({tooltip:h})),[h]);return(0,ft.createElement)(jK.Provider,{value:g},i&&(0,ft.createElement)(nJ,{unstable_portal:u,ref:t},i,m&&(0,ft.createElement)(eJ,{shortcut:m})),a&&(0,ft.createElement)(YK,bt({},h,a.props,{ref:null==a?void 0:a.ref}),(e=>(s||(e.tabIndex=void 0),(0,ft.cloneElement)(a,e)))))}),"Tooltip"),oJ=rJ,aJ=e=>{let{values:t}=e;return(0,ft.createElement)(ft.Fragment,null,t.map((e=>{let[t,n]=e;return(0,ft.createElement)(zE,{key:n,isBlock:!0,display:"flex"},(0,ft.createElement)(hC,{color:"blue"},n),(0,ft.createElement)(hC,null,t))})))},iJ=e=>{let{color:t,enableAlpha:n}=e;const{h:r,s:o,l:a,a:i}=t.toHsl(),s=[[Math.floor(r),"H"],[Math.round(100*o),"S"],[Math.round(100*a),"L"]];return n&&s.push([Math.round(100*i),"A"]),(0,ft.createElement)(aJ,{values:s})},sJ=e=>{let{color:t,enableAlpha:n}=e;const{r,g:o,b:a,a:i}=t.toRgb(),s=[[r,"R"],[o,"G"],[a,"B"]];return n&&s.push([Math.round(100*i),"A"]),(0,ft.createElement)(aJ,{values:s})},lJ=e=>{let{color:t}=e;const n=t.toHex().slice(1).toUpperCase();return(0,ft.createElement)(zE,null,(0,ft.createElement)(hC,{color:"blue"},"#"),(0,ft.createElement)(hC,null,n))},cJ=e=>{let{color:t,colorType:n,enableAlpha:r}=e;const[o,a]=(0,ft.useState)(null),i=(0,ft.useRef)(),s={color:t,enableAlpha:r},l=(e=>{switch(e){case"hsl":return iJ;case"rgb":return sJ;default:return lJ}})(n),c=JX((()=>{switch(n){case"hsl":return t.toHslString();case"rgb":return t.toRgbString();default:return t.toHex()}}),(()=>{i.current&&clearTimeout(i.current),a(t.toHex()),i.current=setTimeout((()=>{a(null),i.current=void 0}),3e3)}));return(0,ft.useEffect)((()=>()=>{i.current&&clearTimeout(i.current)}),[]),(0,ft.createElement)(oJ,{content:(0,ft.createElement)(hC,{color:"white"},o===t.toHex()?vr("Copied!"):vr("Copy"))},(0,ft.createElement)(AE,{justify:"flex-start",gap:fE(1),ref:c,style:{height:30}},(0,ft.createElement)(l,s)))},uJ=e=>{let{min:t,max:n,label:r,abbreviation:o,onChange:a,value:i}=e;return(0,ft.createElement)(z$,{as:fA,spacing:4},(0,ft.createElement)(lG,{min:t,max:n,label:r,hideLabelFromVision:!0,value:i,onChange:a,prefix:(0,ft.createElement)(z$,{as:hC,paddingLeft:fE(3.5),color:"blue",lineHeight:1},o),hideHTMLArrows:!0}),(0,ft.createElement)(uG,{label:r,hideLabelFromVision:!0,min:t,max:n,value:i,onChange:a,withInputField:!1}))},dJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{r:o,g:a,b:i,a:s}=t.toRgb();return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(uJ,{min:0,max:255,label:"Red",abbreviation:"R",value:o,onChange:e=>n(Ao({r:e,g:a,b:i,a:s}))}),(0,ft.createElement)(uJ,{min:0,max:255,label:"Green",abbreviation:"G",value:a,onChange:e=>n(Ao({r:o,g:e,b:i,a:s}))}),(0,ft.createElement)(uJ,{min:0,max:255,label:"Blue",abbreviation:"B",value:i,onChange:e=>n(Ao({r:o,g:a,b:e,a:s}))}),r&&(0,ft.createElement)(uJ,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*s),onChange:e=>n(Ao({r:o,g:a,b:i,a:e/100}))}))},pJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{h:o,s:a,l:i,a:s}=t.toHsl();return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(uJ,{min:0,max:359,label:"Hue",abbreviation:"H",value:o,onChange:e=>{n(Ao({h:e,s:a,l:i,a:s}))}}),(0,ft.createElement)(uJ,{min:0,max:100,label:"Saturation",abbreviation:"S",value:a,onChange:e=>{n(Ao({h:o,s:e,l:i,a:s}))}}),(0,ft.createElement)(uJ,{min:0,max:100,label:"Lightness",abbreviation:"L",value:i,onChange:e=>{n(Ao({h:o,s:a,l:e,a:s}))}}),r&&(0,ft.createElement)(uJ,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*s),onChange:e=>{n(Ao({h:o,s:a,l:i,a:e/100}))}}))},mJ=e=>{let{color:t,onChange:n,enableAlpha:r}=e;return(0,ft.createElement)(gG,{prefix:(0,ft.createElement)(z$,{as:hC,marginLeft:fE(3.5),color:"blue",lineHeight:1},"#"),value:t.toHex().slice(1).toUpperCase(),onChange:e=>{n(Ao("#"+e))},onValidate:e=>{if(!Ao("#"+e).isValid())throw new Error("Invalid hex color input")},maxLength:r?8:6,label:vr("Hex color"),hideLabelFromVision:!0})},fJ=e=>{let{colorType:t,color:n,onChange:r,enableAlpha:o}=e;const a={color:n,onChange:r,enableAlpha:o};switch(t){case"hsl":return(0,ft.createElement)(pJ,a);case"rgb":return(0,ft.createElement)(dJ,a);default:return(0,ft.createElement)(mJ,a)}};function hJ(){return(hJ=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function bJ(e){var t=(0,ft.useRef)(e),n=(0,ft.useRef)((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var vJ=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e0:e.buttons>0)&&o.current?a(MJ(o.current,e,s.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=l.current,a=_J(o.current),i=n?a.addEventListener:a.removeEventListener;i(r?"touchmove":"mousemove",e),i(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=o.current;if(r&&(kJ(t),!function(e,t){return t&&!yJ(e)}(t,l.current)&&r)){if(yJ(t)){l.current=!0;var i=t.changedTouches||[];i.length&&(s.current=i[0].identifier)}r.focus(),a(MJ(r,t,s.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),i({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]}),[i,a]),u=c[0],d=c[1],p=c[2];return(0,ft.useEffect)((function(){return p}),[p]),ht().createElement("div",hJ({},r,{onTouchStart:u,onMouseDown:u,className:"react-colorful__interactive",ref:o,onKeyDown:d,tabIndex:0,role:"slider"}))})),EJ=function(e){return e.filter(Boolean).join(" ")},LJ=function(e){var t=e.color,n=e.left,r=e.top,o=void 0===r?.5:r,a=EJ(["react-colorful__pointer",e.className]);return ht().createElement("div",{className:a,style:{top:100*o+"%",left:100*n+"%"}},ht().createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},CJ=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},xJ=(Math.PI,function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:CJ(e.h),s:CJ(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:CJ(o/2),a:CJ(r,2)}}),SJ=function(e){var t=xJ(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},AJ=function(e){var t=xJ(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},TJ=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),s=r*(1-(t-a)*n),l=r*(1-(1-t+a)*n),c=a%6;return{r:CJ(255*[r,s,i,i,l,r][c]),g:CJ(255*[l,r,r,s,i,i][c]),b:CJ(255*[i,i,l,r,r,s][c]),a:CJ(o,2)}},zJ=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?OJ({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},NJ=zJ,OJ=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),s=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:CJ(60*(s<0?s+6:s)),s:CJ(a?i/a*100:0),v:CJ(a/255*100),a:o}},DJ=ht().memo((function(e){var t=e.hue,n=e.onChange,r=EJ(["react-colorful__hue",e.className]);return ht().createElement("div",{className:r},ht().createElement(wJ,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:vJ(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuetext":CJ(t)},ht().createElement(LJ,{className:"react-colorful__hue-pointer",left:t/360,color:SJ({h:t,s:100,v:100,a:1})})))})),BJ=ht().memo((function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:SJ({h:t.h,s:100,v:100,a:1})};return ht().createElement("div",{className:"react-colorful__saturation",style:r},ht().createElement(wJ,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:vJ(t.s+100*e.left,0,100),v:vJ(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+CJ(t.s)+"%, Brightness "+CJ(t.v)+"%"},ht().createElement(LJ,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:SJ(t)})))})),IJ=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},PJ=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")};function RJ(e,t,n){var r=bJ(n),o=(0,ft.useState)((function(){return e.toHsva(t)})),a=o[0],i=o[1],s=(0,ft.useRef)({color:t,hsva:a});(0,ft.useEffect)((function(){if(!e.equal(t,s.current.color)){var n=e.toHsva(t);s.current={hsva:n,color:t},i(n)}}),[t,e]),(0,ft.useEffect)((function(){var t;IJ(a,s.current.hsva)||e.equal(t=e.fromHsva(a),s.current.color)||(s.current={hsva:a,color:t},r(t))}),[a,e,r]);var l=(0,ft.useCallback)((function(e){i((function(t){return Object.assign({},t,e)}))}),[]);return[a,l]}var HJ,WJ="undefined"!=typeof window?ft.useLayoutEffect:ft.useEffect,YJ=new Map,jJ=function(e){WJ((function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!YJ.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',YJ.set(t,r);var o=HJ||n.nc;o&&r.setAttribute("nonce",o),t.head.appendChild(r)}}),[])},qJ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=gJ(e,["className","colorModel","color","onChange"]),s=(0,ft.useRef)(null);jJ(s);var l=RJ(n,o,a),c=l[0],u=l[1],d=EJ(["react-colorful",t]);return ht().createElement("div",hJ({},i,{ref:s,className:d}),ht().createElement(BJ,{hsva:c,onChange:u}),ht().createElement(DJ,{hue:c.h,onChange:u,className:"react-colorful__last-control"}))},FJ=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+AJ(Object.assign({},n,{a:0}))+", "+AJ(Object.assign({},n,{a:1}))+")"},a=EJ(["react-colorful__alpha",t]);return ht().createElement("div",{className:a},ht().createElement("div",{className:"react-colorful__alpha-gradient",style:o}),ht().createElement(wJ,{onMove:function(e){r({a:e.left})},onKey:function(e){r({a:vJ(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":CJ(100*n.a)+"%"},ht().createElement(LJ,{className:"react-colorful__alpha-pointer",left:n.a,color:AJ(n)})))},VJ=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=gJ(e,["className","colorModel","color","onChange"]),s=(0,ft.useRef)(null);jJ(s);var l=RJ(n,o,a),c=l[0],u=l[1],d=EJ(["react-colorful",t]);return ht().createElement("div",hJ({},i,{ref:s,className:d}),ht().createElement(BJ,{hsva:c,onChange:u}),ht().createElement(DJ,{hue:c.h,onChange:u}),ht().createElement(FJ,{hsva:c,onChange:u,className:"react-colorful__last-control"}))},XJ={defaultColor:"rgba(0, 0, 0, 1)",toHsva:zJ,fromHsva:function(e){var t=TJ(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:PJ},UJ=function(e){return ht().createElement(VJ,hJ({},e,{colorModel:XJ}))},$J={defaultColor:"rgb(0, 0, 0)",toHsva:NJ,fromHsva:function(e){var t=TJ(e);return"rgb("+t.r+", "+t.g+", "+t.b+")"},equal:PJ},GJ=function(e){return ht().createElement(qJ,hJ({},e,{colorModel:$J}))};const KJ=e=>{let{color:t,enableAlpha:n,onChange:r}=e;const o=n?UJ:GJ,a=(0,ft.useMemo)((()=>t.toRgbString()),[t]);return(0,ft.createElement)(o,{color:a,onChange:e=>{r(Ao(e))}})};zo([No]);const JJ=[{label:"RGB",value:"rgb"},{label:"HSL",value:"hsl"},{label:"Hex",value:"hex"}],ZJ=Rg(((e,t)=>{const{enableAlpha:n=!1,color:r,onChange:o,defaultValue:a="#fff",copyFormat:i,...s}=Pg(e,"ColorPicker"),l=(0,ft.useMemo)((()=>Ao(r||a)),[r,a]),c=(0,ft.useCallback)((e=>{o(e.toHex())}),[o]),[u,d]=(0,ft.useState)(!1),[p,m]=(0,ft.useState)(i||"hex");return(0,ft.createElement)(fG,bt({ref:t},s),(0,ft.createElement)(KJ,{onChange:c,color:l,enableAlpha:n}),(0,ft.createElement)(mG,null,(0,ft.createElement)(fA,{justify:"space-between"},u?(0,ft.createElement)(cG,{options:JJ,value:p,onChange:e=>m(e),label:vr("Color format"),hideLabelFromVision:!0}):(0,ft.createElement)(cJ,{color:l,colorType:i||p,enableAlpha:n}),(0,ft.createElement)(hG,{isSmall:!0,onClick:()=>d(!u),icon:A$,isPressed:u,label:vr(u?"Hide detailed inputs":"Show detailed inputs")})),(0,ft.createElement)(z$,{margin:4}),u&&(0,ft.createElement)(fJ,{colorType:p,color:l,onChange:c,enableAlpha:n})))}),"ColorPicker"),QJ=ZJ;function eZ(e){var t;return void 0!==e.onChangeComplete||void 0!==e.disableAlpha||"string"==typeof(null===(t=e.color)||void 0===t?void 0:t.hex)}const tZ=Cn()((e=>{const t=Ao(e),n=t.toHex(),r=t.toRgb(),o=t.toHsv(),a=t.toHsl();return{hex:n,rgb:r,hsv:o,hsl:a,source:"hex",oldHue:a.h}}));const nZ=e=>(0,ft.createElement)(QJ,function(e){const t=(0,ft.useCallback)((t=>{var n;return eZ(e)?e.onChangeComplete(tZ(t)):null===(n=e.onChange)||void 0===n?void 0:n.call(e,t)}),[e.onChangeComplete,e.onChange]),n=(0,ft.useMemo)((()=>eZ(e)?function(e){if(void 0!==(null==e?void 0:e.color))return"string"==typeof e.color?e.color:e.color.hex?e.color.hex:void 0}(e):e.color),[e.color]),r=(0,ft.useMemo)((()=>eZ(e)?!e.disableAlpha:e.enableAlpha),[e.disableAlpha,e.enableAlpha]);return{...eZ(e)?{}:e,onChange:t,color:n,enableAlpha:r}}(e));function rZ(e){let{actions:t,className:n,options:r,children:o}=e;return(0,ft.createElement)("div",{className:jp()("components-circular-option-picker",n)},(0,ft.createElement)("div",{className:"components-circular-option-picker__swatches"},r),o,t&&(0,ft.createElement)("div",{className:"components-circular-option-picker__custom-clear-wrapper"},t))}rZ.Option=function(e){let{className:t,isSelected:n,selectedIconProps:r,tooltipText:o,...a}=e;const i=(0,ft.createElement)(db,bt({isPressed:n,className:"components-circular-option-picker__option"},a));return(0,ft.createElement)("div",{className:jp()(t,"components-circular-option-picker__option-wrapper")},o?(0,ft.createElement)(ug,{text:o},i):i,n&&(0,ft.createElement)(ES,bt({icon:lA},r||{})))},rZ.ButtonAction=function(e){let{className:t,children:n,...r}=e;return(0,ft.createElement)(db,bt({className:jp()("components-circular-option-picker__clear",t),isSmall:!0,variant:"secondary"},r),n)},rZ.DropdownLinkAction=function(e){let{buttonProps:t,className:n,dropdownProps:r,linkText:o}=e;return(0,ft.createElement)(Ov,bt({className:jp()("components-circular-option-picker__dropdown-link-action",n),renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,ft.createElement)(db,bt({"aria-expanded":n,"aria-haspopup":"true",onClick:r,variant:"link"},t),o)}},r))};const oZ=ib(hA,{target:"e1uu5br00"})({name:"13lxv2o",styles:"text-transform:uppercase;line-height:24px;font-weight:500;&&&{font-size:11px;margin-bottom:0;}"});function aZ(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;const s=(0,ft.useMemo)((()=>(0,vt.map)(r,(e=>{let{color:t,name:r}=e;const i=Ao(t);return(0,ft.createElement)(rZ.Option,{key:t,isSelected:a===t,selectedIconProps:a===t?{fill:i.contrast()>i.contrast("#000")?"#fff":"#000"}:{},tooltipText:r||Tn(vr("Color code: %s"),t),style:{backgroundColor:t,color:t},onClick:a===t?n:()=>o(t),"aria-label":r?Tn(vr("Color: %s"),r):Tn(vr("Color code: %s"),t)})}))),[r,a,o,n]);return(0,ft.createElement)(rZ,{className:t,options:s,actions:i})}function iZ(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;return(0,ft.createElement)(JU,{spacing:3,className:t},r.map(((e,t)=>{let{name:s,colors:l}=e;return(0,ft.createElement)(JU,{spacing:2,key:t},(0,ft.createElement)(oZ,null,s),(0,ft.createElement)(aZ,{clearColor:n,colors:l,onChange:o,value:a,actions:r.length===t+1?i:null}))})))}function sZ(e){let{clearable:t=!0,className:n,colors:r,disableCustomColors:o=!1,enableAlpha:a,onChange:i,value:s,__experimentalHasMultipleOrigins:l=!1}=e;const c=(0,ft.useCallback)((()=>i(void 0)),[i]),u=l?iZ:aZ;return(0,ft.createElement)(JU,{spacing:3,className:n},!o&&(0,ft.createElement)(Ov,{contentClassName:"components-color-palette__custom-color-dropdown-content",renderContent:()=>(0,ft.createElement)(nZ,{color:s,onChange:e=>i(e),enableAlpha:a}),renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,ft.createElement)("button",{className:"components-color-palette__custom-color","aria-expanded":t,"aria-haspopup":"true",onClick:n,"aria-label":vr("Custom color picker"),style:{background:s}},s)}}),(0,ft.createElement)(u,{clearable:t,clearColor:c,colors:r,onChange:i,value:s,actions:!!t&&(0,ft.createElement)(rZ.ButtonAction,{onClick:c},vr("Clear"))}))}zo([No,Bo]);const lZ=Rg((function(e,t){const n=function(e){return TE({isBlock:!0,...Pg(e,"FlexBlock")})}(e);return(0,ft.createElement)(lb,bt({},n,{ref:t}))}),"FlexBlock");const cZ=ib(AE,{target:"e65ony43"})("margin-bottom:",fE(2),";"),uZ=ib("div",{target:"e65ony42"})("border-radius:50%;border:",QL.borderWidth," solid ",XE.ui.border,";box-sizing:border-box;cursor:grab;height:",32,"px;overflow:hidden;width:",32,"px;"),dZ=ib("div",{target:"e65ony41"})({name:"1bhd2sw",styles:"box-sizing:border-box;position:relative;width:100%;height:100%"}),pZ=ib("div",{target:"e65ony40"})("background:",XE.admin.theme,";border-radius:50%;border:",3,"px solid ",XE.admin.theme,";bottom:0;box-sizing:border-box;display:block;height:0px;left:0;margin:auto;position:absolute;right:0;top:-",16,"px;width:0px;");const mZ=function(e){let{value:t,onChange:n,...r}=e;const o=(0,ft.useRef)(),a=(0,ft.useRef)(),i=(0,ft.useRef)(),s=e=>{const{x:t,y:r}=a.current,{ownerDocument:i}=o.current;e.preventDefault(),i.activeElement.blur(),n(function(e,t,n,r){const o=r-t,a=n-e,i=Math.atan2(o,a),s=Math.round(i*(180/Math.PI))+90;if(s<0)return 360+s;return s}(t,r,e.clientX,e.clientY))},{startDrag:l,isDragging:c}=function(e){let{onDragStart:t,onDragMove:n,onDragEnd:r}=e;const[o,a]=(0,ft.useState)(!1),i=(0,ft.useRef)({onDragStart:t,onDragMove:n,onDragEnd:r});_c((()=>{i.current.onDragStart=t,i.current.onDragMove=n,i.current.onDragEnd=r}),[t,n,r]);const s=(0,ft.useCallback)((e=>i.current.onDragMove&&i.current.onDragMove(e)),[]),l=(0,ft.useCallback)((e=>{i.current.onDragEnd&&i.current.onDragEnd(e),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l),a(!1)}),[]),c=(0,ft.useCallback)((e=>{i.current.onDragStart&&i.current.onDragStart(e),document.addEventListener("mousemove",s),document.addEventListener("mouseup",l),a(!0)}),[]);return(0,ft.useEffect)((()=>()=>{o&&(document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l))}),[o]),{startDrag:c,endDrag:l,isDragging:o}}({onDragStart:e=>{(()=>{const e=o.current.getBoundingClientRect();a.current={x:e.x+e.width/2,y:e.y+e.height/2}})(),s(e)},onDragMove:s,onDragEnd:s});return(0,ft.useEffect)((()=>{c?(void 0===i.current&&(i.current=document.body.style.cursor),document.body.style.cursor="grabbing"):(document.body.style.cursor=i.current||null,i.current=void 0)}),[c]),(0,ft.createElement)(uZ,bt({ref:o,onMouseDown:l,className:"components-angle-picker-control__angle-circle",style:c?{cursor:"grabbing"}:void 0},r),(0,ft.createElement)(dZ,{style:t?{transform:`rotate(${t}deg)`}:void 0,className:"components-angle-picker-control__angle-circle-indicator-wrapper"},(0,ft.createElement)(pZ,{className:"components-angle-picker-control__angle-circle-indicator"})))};function fZ(e){let{className:t,label:n=vr("Angle"),onChange:r,value:o}=e;const a=jp()("components-angle-picker-control",t);return(0,ft.createElement)(cZ,{className:a},(0,ft.createElement)(lZ,null,(0,ft.createElement)(nS,{label:n,className:"components-angle-picker-control__input-field",max:360,min:0,onChange:e=>{const t=""!==e?parseInt(e,10):0;r(t)},step:"1",value:o,hideHTMLArrows:!0,suffix:(0,ft.createElement)(z$,{as:hC,marginRight:fE(3),style:{color:"var( --wp-admin-theme-color )"}},"°")})),(0,ft.createElement)(zE,{style:{marginLeft:fE(4),marginBottom:fE(1),marginTop:"auto"}},(0,ft.createElement)(mZ,{"aria-hidden":"true",value:o,onChange:r})))}const hZ={className:"components-custom-gradient-picker__color-picker-popover",position:"top"};function gZ(e){return Math.max(0,Math.min(100,e))}function bZ(e,t,n){const r=e.slice();return r[t]=n,r}function vZ(e,t,n){if(function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=e[t].position,a=Math.min(o,n),i=Math.max(o,n);return e.some(((e,o)=>{let{position:s}=e;return o!==t&&(Math.abs(s-n){const t=_Z(e.clientX,r.current,16),{initialPosition:n,index:o,significantMoveHappened:s}=c.current;!s&&Math.abs(n-t)>=5&&(c.current.significantMoveHappened=!0),i(vZ(a,o,t))},d=()=>{window&&window.removeEventListener&&c.current&&c.current.listenersActivated&&(window.removeEventListener("mousemove",u),window.removeEventListener("mouseup",d),l(),c.current.listenersActivated=!1)};return(0,ft.useEffect)((()=>()=>{d()}),[]),a.map(((e,r)=>{const p=null==e?void 0:e.position;return o!==p&&(0,ft.createElement)(Ov,{key:r,onClose:l,renderToggle:t=>{let{isOpen:n,onToggle:o}=t;return(0,ft.createElement)(MZ,{key:r,onClick:()=>{c.current&&c.current.significantMoveHappened||(n?l():s(),o())},onMouseDown:()=>{window&&window.addEventListener&&(c.current={initialPosition:p,index:r,significantMoveHappened:!1,listenersActivated:!0},s(),window.addEventListener("mousemove",u),window.addEventListener("mouseup",d))},onKeyDown:t=>{t.keyCode===zf?(t.stopPropagation(),i(vZ(a,r,gZ(e.position-10)))):t.keyCode===Of&&(t.stopPropagation(),i(vZ(a,r,gZ(e.position+10))))},isOpen:n,position:e.position,color:e.color})},renderContent:o=>{let{onClose:s}=o;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(nZ,{enableAlpha:!n,color:e.color,onChange:e=>{i(yZ(a,r,Ao(e).toRgbString()))}}),!t&&(0,ft.createElement)(db,{className:"components-custom-gradient-picker__remove-control-point",onClick:()=>{i(function(e,t){return e.filter(((e,n)=>n!==t))}(a,r)),s()},variant:"link"},vr("Remove Control Point")))},popoverProps:hZ})}))}kZ.InsertPoint=function(e){let{value:t,onChange:n,onOpenInserter:r,onCloseInserter:o,insertPosition:a,disableAlpha:i}=e;const[s,l]=(0,ft.useState)(!1);return(0,ft.createElement)(Ov,{className:"components-custom-gradient-picker__inserter",onClose:()=>{o()},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,ft.createElement)(db,{"aria-expanded":t,"aria-haspopup":"true",onClick:()=>{t?o():(l(!1),r()),n()},className:"components-custom-gradient-picker__insert-point",icon:cA,style:{left:null!==a?`${a}%`:void 0}})},renderContent:()=>(0,ft.createElement)(nZ,{enableAlpha:!i,onChange:e=>{s?n(function(e,t,n){const r=e.findIndex((e=>e.position===t));return yZ(e,r,n)}(t,a,Ao(e).toRgbString())):(n(function(e,t,n){const r=e.findIndex((e=>e.position>t)),o={color:n,position:t},a=e.slice();return a.splice(r-1,0,o),a}(t,a,Ao(e).toRgbString())),l(!0))}}),popoverProps:hZ})};const wZ=kZ;function EZ(e,t){switch(t.type){case"MOVE_INSERTER":if("IDLE"===e.id||"MOVING_INSERTER"===e.id)return{id:"MOVING_INSERTER",insertPosition:t.insertPosition};break;case"STOP_INSERTER_MOVE":if("MOVING_INSERTER"===e.id)return{id:"IDLE"};break;case"OPEN_INSERTER":if("MOVING_INSERTER"===e.id)return{id:"INSERTING_CONTROL_POINT",insertPosition:e.insertPosition};break;case"CLOSE_INSERTER":if("INSERTING_CONTROL_POINT"===e.id)return{id:"IDLE"};break;case"START_CONTROL_CHANGE":if("IDLE"===e.id)return{id:"MOVING_CONTROL_POINT"};break;case"STOP_CONTROL_CHANGE":if("MOVING_CONTROL_POINT"===e.id)return{id:"IDLE"}}return e}const LZ={id:"IDLE"};function CZ(e){let{background:t,hasGradient:n,value:r,onChange:o,disableInserter:a=!1,disableAlpha:i=!1}=e;const s=(0,ft.useRef)(),[l,c]=(0,ft.useReducer)(EZ,LZ),u=e=>{const t=_Z(e.clientX,s.current,16);(0,vt.some)(r,(e=>{let{position:n}=e;return Math.abs(t-n)<10}))?"MOVING_INSERTER"===l.id&&c({type:"STOP_INSERTER_MOVE"}):c({type:"MOVE_INSERTER",insertPosition:t})},d="MOVING_INSERTER"===l.id,p="INSERTING_CONTROL_POINT"===l.id;return(0,ft.createElement)("div",{ref:s,className:jp()("components-custom-gradient-picker__gradient-bar",{"has-gradient":n}),onMouseEnter:u,onMouseMove:u,style:{background:t},onMouseLeave:()=>{c({type:"STOP_INSERTER_MOVE"})}},(0,ft.createElement)("div",{className:"components-custom-gradient-picker__markers-container"},!a&&(d||p)&&(0,ft.createElement)(wZ.InsertPoint,{disableAlpha:i,insertPosition:l.insertPosition,value:r,onChange:o,onOpenInserter:()=>{c({type:"OPEN_INSERTER"})},onCloseInserter:()=>{c({type:"CLOSE_INSERTER"})}}),(0,ft.createElement)(wZ,{disableAlpha:i,disableRemove:a,gradientPickerDomRef:s,ignoreMarkerPosition:p?l.insertPosition:void 0,value:r,onChange:o,onStartControlPointChange:()=>{c({type:"START_CONTROL_CHANGE"})},onStopControlPointChange:()=>{c({type:"STOP_CONTROL_CHANGE"})}})))}var xZ=n(9948);const SZ="linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%)",AZ={type:"angular",value:90},TZ=[{value:"linear-gradient",label:vr("Linear")},{value:"radial-gradient",label:vr("Radial")}],zZ={top:0,"top right":45,"right top":45,right:90,"right bottom":135,"bottom right":135,bottom:180,"bottom left":225,"left bottom":225,left:270,"top left":315,"left top":315};function NZ(e){let{type:t,value:n,length:r}=e;return`${function(e){let{type:t,value:n}=e;return"literal"===t?n:"hex"===t?`#${n}`:`${t}(${n.join(",")})`}({type:t,value:n})} ${function(e){if(!e)return"";const{value:t,type:n}=e;return`${t}${n}`}(r)}`}function OZ(e){let{type:t,orientation:n,colorStops:r}=e;const o=function(e){if(e&&"angular"===e.type)return`${e.value}deg`}(n),a=r.sort(((e,t)=>(0,vt.get)(e,["length","value"],0)-(0,vt.get)(t,["length","value"],0))).map(NZ);return`${t}(${(0,vt.compact)([o,...a]).join(",")})`}function DZ(e){return void 0===e.length||"%"!==e.length.type}function BZ(e){switch(e.type){case"hex":return`#${e.value}`;case"literal":return e.value;case"rgb":case"rgba":return`${e.type}(${e.value.join(",")})`;default:return"transparent"}}zo([No]);const IZ=ib(lZ,{target:"e99xvul1"})({name:"1gvx10y",styles:"flex-grow:5"}),PZ=ib(lZ,{target:"e99xvul0"})({name:"1gvx10y",styles:"flex-grow:5"}),RZ=e=>{let{gradientAST:t,hasGradient:n,onChange:r}=e;const o=(0,vt.get)(t,["orientation","value"],180);return(0,ft.createElement)(fZ,{onChange:e=>{r(OZ({...t,orientation:{type:"angular",value:e}}))},labelPosition:"top",value:n?o:""})},HZ=e=>{let{gradientAST:t,hasGradient:n,onChange:r}=e;const{type:o}=t;return(0,ft.createElement)(TP,{className:"components-custom-gradient-picker__type-picker",label:vr("Type"),labelPosition:"top",onChange:e=>{"linear-gradient"===e&&r(OZ({...t,...t.orientation?{}:{orientation:AZ},type:"linear-gradient"})),"radial-gradient"===e&&r(OZ({...(0,vt.omit)(t,["orientation"]),type:"radial-gradient"}))},options:TZ,value:n&&o})};function WZ(e){let{value:t,onChange:n}=e;const r=function(e){var t;let n;try{n=xZ.parse(e)[0],n.value=e}catch(e){n=xZ.parse(SZ)[0],n.value=SZ}if("directional"===(null===(t=n.orientation)||void 0===t?void 0:t.type)&&(n.orientation.type="angular",n.orientation.value=zZ[n.orientation.value].toString()),n.colorStops.some(DZ)){const{colorStops:e}=n,t=100/(e.length-1);e.forEach(((e,n)=>{e.length={value:t*n,type:"%"}})),n.value=OZ(n)}return n}(t),o=function(e){return OZ({type:"linear-gradient",orientation:AZ,colorStops:e.colorStops})}(r),a=r.value!==SZ,i=r.colorStops.map((e=>({color:BZ(e),position:parseInt(e.length.value)})));return(0,ft.createElement)("div",{className:"components-custom-gradient-picker"},(0,ft.createElement)(CZ,{background:o,hasGradient:a,value:i,onChange:e=>{n(OZ(function(e,t){return{...e,colorStops:t.map((e=>{let{position:t,color:n}=e;const{r,g:o,b:a,a:i}=Ao(n).toRgb();return{length:{type:"%",value:t.toString()},type:i<1?"rgba":"rgb",value:i<1?[r,o,a,i]:[r,o,a]}}))}}(r,e)))}}),(0,ft.createElement)(AE,{gap:3,className:"components-custom-gradient-picker__ui-line"},(0,ft.createElement)(IZ,null,(0,ft.createElement)(HZ,{gradientAST:r,hasGradient:a,onChange:n})),(0,ft.createElement)(PZ,null,"linear-gradient"===r.type&&(0,ft.createElement)(RZ,{gradientAST:r,hasGradient:a,onChange:n}))))}function YZ(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i,content:s}=e;const l=(0,ft.useMemo)((()=>(0,vt.map)(r,(e=>{let{gradient:t,name:r}=e;return(0,ft.createElement)(rZ.Option,{key:t,value:t,isSelected:a===t,tooltipText:r||Tn(vr("Gradient code: %s"),t),style:{color:"rgba( 0,0,0,0 )",background:t},onClick:a===t?n:()=>o(t),"aria-label":r?Tn(vr("Gradient: %s"),r):Tn(vr("Gradient code: %s"),t)})}))),[r,a,o,n]);return(0,ft.createElement)(rZ,{className:t,options:l,actions:i},s)}function jZ(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i,content:s}=e;return(0,ft.createElement)(JU,{spacing:3,className:t},r.map(((e,t)=>{let{name:l,gradients:c}=e;return(0,ft.createElement)(JU,{spacing:2,key:t},(0,ft.createElement)(oZ,null,l),(0,ft.createElement)(YZ,bt({clearGradient:n,gradients:c,onChange:o,value:a},r.length===t+1?{actions:i,content:s}:{})))})))}function qZ(e){let{className:t,gradients:n,onChange:r,value:o,clearable:a=!0,disableCustomGradients:i=!1,__experimentalHasMultipleOrigins:s}=e;const l=(0,ft.useCallback)((()=>r(void 0)),[r]),c=s?jZ:YZ;return(0,ft.createElement)(c,{className:t,clearable:a,clearGradient:l,gradients:n,onChange:r,value:o,actions:a&&(0,ft.createElement)(rZ.ButtonAction,{onClick:l},vr("Clear")),content:!i&&(0,ft.createElement)(WZ,{value:o,onChange:r})})}const FZ=["colors","disableCustomColors","gradients","disableCustomGradients"];function VZ(e){let{colors:t,gradients:n,disableCustomColors:r,disableCustomGradients:o,__experimentalHasMultipleOrigins:a,className:i,label:s,onColorChange:l,onGradientChange:c,colorValue:u,gradientValue:d,clearable:p,showTitle:m=!0,enableAlpha:f}=e;const h=l&&(!(0,vt.isEmpty)(t)||!r),g=c&&(!(0,vt.isEmpty)(n)||!o),[b,v]=(0,ft.useState)(d?"gradient":!!h&&"color");return h||g?(0,ft.createElement)(ZE,{className:jp()("block-editor-color-gradient-control",i)},(0,ft.createElement)("fieldset",null,(0,ft.createElement)(JU,{spacing:1},m&&(0,ft.createElement)("legend",null,(0,ft.createElement)("div",{className:"block-editor-color-gradient-control__color-indicator"},(0,ft.createElement)(ZE.VisualLabel,null,s))),h&&g&&(0,ft.createElement)(u$,{value:b,onChange:v,label:vr("Select color type"),hideLabelFromVision:!0,isBlock:!0},(0,ft.createElement)(S$,{value:"color",label:vr("Solid")}),(0,ft.createElement)(S$,{value:"gradient",label:vr("Gradient")})),("color"===b||!g)&&(0,ft.createElement)(sZ,{value:u,onChange:g?e=>{l(e),c()}:l,colors:t,disableCustomColors:r,__experimentalHasMultipleOrigins:a,clearable:p,enableAlpha:f}),("gradient"===b||!h)&&(0,ft.createElement)(qZ,{value:d,onChange:h?e=>{c(e),l()}:c,gradients:n,disableCustomGradients:o,__experimentalHasMultipleOrigins:a,clearable:p})))):null}function XZ(e){const t={};return t.colors=rL("color.palette"),t.gradients=rL("color.gradients"),t.disableCustomColors=!rL("color.custom"),t.disableCustomGradients=!rL("color.customGradient"),(0,ft.createElement)(VZ,bt({},t,e))}const UZ=function(e){return(0,vt.every)(FZ,(t=>e.hasOwnProperty(t)))?(0,ft.createElement)(VZ,e):(0,ft.createElement)(XZ,e)};function $Z(){return{disableCustomColors:!rL("color.custom"),disableCustomGradients:!rL("color.customGradient")}}function GZ(){const e=$Z(),t=rL("color.palette.custom"),n=rL("color.palette.theme"),r=rL("color.palette.default"),o=rL("color.defaultPalette");e.colors=(0,ft.useMemo)((()=>{const e=[];return n&&n.length&&e.push({name:yr("Theme","Indicates this palette comes from the theme."),colors:n}),o&&r&&r.length&&e.push({name:yr("Default","Indicates this palette comes from WordPress."),colors:r}),t&&t.length&&e.push({name:yr("Custom","Indicates this palette comes from the theme."),colors:t}),e}),[r,n,t]);const a=rL("color.gradients.custom"),i=rL("color.gradients.theme"),s=rL("color.gradients.default"),l=rL("color.defaultGradients");return e.gradients=(0,ft.useMemo)((()=>{const e=[];return i&&i.length&&e.push({name:yr("Theme","Indicates this palette comes from the theme."),gradients:i}),l&&s&&s.length&&e.push({name:yr("Default","Indicates this palette comes from WordPress."),gradients:s}),a&&a.length&&e.push({name:yr("Custom","Indicates this palette is created by the user."),gradients:a}),e}),[a,i,s]),e}zo([No,Bo]);const KZ=(e,t,n)=>{if(t){const n=(0,vt.find)(e,{slug:t});if(n)return n}return{color:n}},JZ=(e,t)=>(0,vt.find)(e,{color:t});function ZZ(e,t){if(e&&t)return`has-${(0,vt.kebabCase)(t)}-${e}`}const QZ=[];function eQ(e){const{attributes:{borderColor:t,style:n},setAttributes:r}=e,o=GZ(),a=o.colors.reduce(((e,t)=>e.concat(t.colors)),[]),[i,s]=(0,ft.useState)((()=>{var e,r;return null===(e=KZ(a,t,null==n||null===(r=n.border)||void 0===r?void 0:r.color))||void 0===e?void 0:e.color}));return(0,ft.createElement)(UZ,bt({label:vr("Color"),colorValue:i,onColorChange:e=>{s(e);const t=JZ(a,e),o={...n,border:{...null==n?void 0:n.border,color:null!=t&&t.slug?void 0:e}},i=null!=t&&t.slug?t.slug:void 0;r({style:BA(o),borderColor:i})},clearable:!1,__experimentalHasMultipleOrigins:!0},o))}function tQ(e,t,n){var r;if(!CQ(t,"color")||xQ(t))return e;const{borderColor:o,style:a}=n,i=ZZ("border-color",o),s=jp()(e.className,{"has-border-color":o||(null==a||null===(r=a.border)||void 0===r?void 0:r.color),[i]:!!i});return e.className=s||void 0,e}const nQ=Rp((e=>t=>{var n,r;const{name:o,attributes:a}=t,{borderColor:i}=a,s=rL("color.palette")||QZ;if(!CQ(o,"color")||xQ(o))return(0,ft.createElement)(e,t);const l={borderColor:i?null===(n=KZ(s,i))||void 0===n?void 0:n.color:void 0};let c=t.wrapperProps;return c={...t.wrapperProps,style:{...l,...null===(r=t.wrapperProps)||void 0===r?void 0:r.style}},(0,ft.createElement)(e,bt({},t,{wrapperProps:c}))}));function rQ(e){return[...e].sort(((t,n)=>e.filter((e=>e===n)).length-e.filter((e=>e===t)).length)).shift()}function oQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("string"==typeof e)return e;const t=Object.values(e).map((e=>ML(e))),n=t.map((e=>e[0])),r=t.map((e=>e[1])),o=n.every((e=>e===n[0]))?n[0]:"",a=rQ(r),i=0===o||o?`${o}${a}`:null;return i}function aQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=oQ(e),n=isNaN(parseFloat(t));return n}function iQ(e){if(!e)return!1;if("string"==typeof e)return!0;return!!Object.values(e).filter((e=>!!e||0===e)).length}function sQ(e){let{onChange:t,values:n,...r}=e;const o=oQ(n),a=iQ(n)&&aQ(n),i=a?vr("Mixed"):null;return(0,ft.createElement)(wS,bt({},r,{"aria-label":vr("Border radius"),disableUnits:a,isOnly:!0,value:o,onChange:t,placeholder:i}))}er("blocks.registerBlockType","core/border/addAttributes",(function(e){return CQ(e,"color")?e.attributes.borderColor?e:{...e,attributes:{...e.attributes,borderColor:{type:"string"}}}:e})),er("blocks.getSaveContent.extraProps","core/border/addSaveProps",tQ),er("blocks.registerBlockType","core/border/addEditProps",(function(e){if(!CQ(e,"color")||xQ(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),tQ(r,e,n)},e})),er("editor.BlockListBlock","core/border/with-border-color-palette-styles",nQ);const lQ={topLeft:vr("Top left"),topRight:vr("Top right"),bottomLeft:vr("Bottom left"),bottomRight:vr("Bottom right")};function cQ(e){let{onChange:t,values:n,...r}=e;const o="string"!=typeof n?n:{topLeft:n,topRight:n,bottomLeft:n,bottomRight:n};return(0,ft.createElement)("div",{className:"components-border-radius-control__input-controls-wrapper"},Object.entries(lQ).map((e=>{let[n,a]=e;return(0,ft.createElement)(wS,bt({},r,{key:n,"aria-label":a,value:o[n],onChange:(i=n,e=>{t&&t({...o,[i]:e||void 0})})}));var i})))}const uQ=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M15.6 7.2H14v1.5h1.6c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.8 0 5.2-2.3 5.2-5.2 0-2.9-2.3-5.2-5.2-5.2zM4.7 12.4c0-2 1.7-3.7 3.7-3.7H10V7.2H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H10v-1.5H8.4c-2 0-3.7-1.7-3.7-3.7zm4.6.9h5.3v-1.5H9.3v1.5z"})),dQ=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M15.6 7.3h-.7l1.6-3.5-.9-.4-3.9 8.5H9v1.5h2l-1.3 2.8H8.4c-2 0-3.7-1.7-3.7-3.7s1.7-3.7 3.7-3.7H10V7.3H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H9l-1.4 3.2.9.4 5.7-12.5h1.4c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.9 0 5.2-2.3 5.2-5.2 0-2.9-2.4-5.2-5.2-5.2z"}));function pQ(e){let{isLinked:t,...n}=e;const r=vr(t?"Unlink Radii":"Link Radii");return(0,ft.createElement)(ug,{text:r},(0,ft.createElement)(db,bt({},n,{className:"component-border-radius-control__linked-button",isPrimary:t,isSecondary:!t,isSmall:!0,icon:t?uQ:dQ,iconSize:16,"aria-label":r})))}const mQ={topLeft:null,topRight:null,bottomLeft:null,bottomRight:null},fQ={px:100,em:20,rem:20};function hQ(e){let{onChange:t,values:n}=e;const[r,o]=(0,ft.useState)(!iQ(n)||!aQ(n)),a=wL({availableUnits:rL("spacing.units")||["px","em","rem"]}),i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("string"==typeof e){const[,t]=ML(e);return t||"px"}const t=Object.values(e).map((e=>{const[,t]=ML(e);return t}));return rQ(t)||"px"}(n),s=a&&a.find((e=>e.value===i)),l=(null==s?void 0:s.step)||1,[c]=ML(oQ(n));return(0,ft.createElement)("fieldset",{className:"components-border-radius-control"},(0,ft.createElement)("legend",null,vr("Radius")),(0,ft.createElement)("div",{className:"components-border-radius-control__wrapper"},r?(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(sQ,{className:"components-border-radius-control__unit-control",values:n,min:0,onChange:t,unit:i,units:a}),(0,ft.createElement)(sG,{className:"components-border-radius-control__range-control",value:c,min:0,max:fQ[i],initialPosition:0,withInputField:!1,onChange:e=>{t(void 0!==e?`${e}${i}`:void 0)},step:l})):(0,ft.createElement)(cQ,{min:0,onChange:t,values:n||mQ,units:a}),(0,ft.createElement)(pQ,{onClick:()=>o(!r),isLinked:r})))}function gQ(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)(hQ,{values:null==n||null===(t=n.border)||void 0===t?void 0:t.radius,onChange:e=>{let t={...n,border:{...null==n?void 0:n.border,radius:e}};void 0!==e&&""!==e||(t=BA(t)),r({style:t})}})}const bQ=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,ft.createElement)(vh,{d:"M5 11.25h14v1.5H5z"})),vQ=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,ft.createElement)(vh,{fillRule:"evenodd",d:"M5 11.25h3v1.5H5v-1.5zm5.5 0h3v1.5h-3v-1.5zm8.5 0h-3v1.5h3v-1.5z",clipRule:"evenodd"})),yQ=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none"},(0,ft.createElement)(vh,{fillRule:"evenodd",d:"M5.25 11.25h1.5v1.5h-1.5v-1.5zm3 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5zm1.5 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5z",clipRule:"evenodd"})),_Q=[{label:vr("Solid"),icon:bQ,value:"solid"},{label:vr("Dashed"),icon:vQ,value:"dashed"},{label:vr("Dotted"),icon:yQ,value:"dotted"}];function MQ(e){let{onChange:t,value:n}=e;return(0,ft.createElement)("fieldset",{className:"components-border-style-control"},(0,ft.createElement)("legend",null,vr("Style")),(0,ft.createElement)("div",{className:"components-border-style-control__buttons"},_Q.map((e=>(0,ft.createElement)(db,{key:e.value,icon:e.icon,isSmall:!0,isPressed:e.value===n,onClick:()=>t(e.value===n?void 0:e.value),"aria-label":e.label})))))}const kQ=e=>{var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)(MQ,{value:null==n||null===(t=n.border)||void 0===t?void 0:t.style,onChange:e=>{const t={...n,border:{...null==n?void 0:n.border,style:e}};r({style:BA(t)})}})},wQ=e=>{const{attributes:{borderColor:t,style:n},setAttributes:r}=e,{width:o,color:a,style:i}=(null==n?void 0:n.border)||{},[s,l]=(0,ft.useState)(),[c,u]=(0,ft.useState)();(0,ft.useEffect)((()=>{"none"!==i&&l(i)}),[i]),(0,ft.useEffect)((()=>{(t||a)&&u({name:t||void 0,color:a||void 0})}),[t,a]);const d=wL({availableUnits:rL("spacing.units")||["px","em","rem"]});return(0,ft.createElement)(wS,{value:o,label:vr("Width"),min:0,onChange:e=>{let o={...n,border:{...null==n?void 0:n.border,width:e}},a=t;const l=0===parseFloat(e);l&&(a=void 0,o.border.color=void 0,o.border.style="none"),l||"none"!==i||(o.border.style=s),l||void 0!==t||(a=null==c?void 0:c.name,o.border.color=null==c?void 0:c.color),void 0!==e&&""!==e||(o=BA(o)),r({borderColor:a,style:o})},units:d})},EQ="__experimentalBorder";function LQ(e){const t=SQ(e),n=CQ(e.name),r=rL("border.color")&&CQ(e.name,"color"),o=rL("border.radius")&&CQ(e.name,"radius"),a=rL("border.style")&&CQ(e.name,"style"),i=rL("border.width")&&CQ(e.name,"width");return t||!n?null:(0,ft.createElement)(YA,null,(0,ft.createElement)(tA,{className:"block-editor-hooks__border-controls",title:vr("Border"),initialOpen:!1},(i||a)&&(0,ft.createElement)("div",{className:"block-editor-hooks__border-controls-row"},i&&(0,ft.createElement)(wQ,e),a&&(0,ft.createElement)(kQ,e)),r&&(0,ft.createElement)(eQ,e),o&&(0,ft.createElement)(gQ,e)))}function CQ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";if("web"!==iy.OS)return!1;const n=aa(e,EQ);return!0===n||("any"===t?!!(null!=n&&n.color||null!=n&&n.radius||null!=n&&n.width||null!=n&&n.style):!(null==n||!n[t]))}function xQ(e){const t=aa(e,EQ);return null==t?void 0:t.__experimentalSkipSerialization}const SQ=()=>[!rL("border.color"),!rL("border.radius"),!rL("border.style"),!rL("border.width")].every(Boolean);function AQ(e){if(e)return`has-${e}-gradient-background`}function TQ(e,t){const n=(0,vt.find)(e,["slug",t]);return n&&n.gradient}function zQ(e,t){return(0,vt.find)(e,["gradient",t])}function NQ(e,t){const n=zQ(e,t);return n&&n.slug}const OQ=e=>{let{className:t,colorValue:n,...r}=e;return(0,ft.createElement)("span",bt({className:jp()("component-color-indicator",t),style:{background:n}},r))},DQ=vr("(%s: color %s)"),BQ=vr("(%s: gradient %s)"),IQ=["colors","disableCustomColors","gradients","disableCustomGradients"],PQ=e=>{let{colors:t,gradients:n,settings:r}=e;return r.map(((e,r)=>{let o,{colorValue:a,gradientValue:i,label:s,colors:l,gradients:c}=e;if(!a&&!i)return null;if(a){const e=JZ(l||t,a);o=Tn(DQ,s.toLowerCase(),e&&e.name||a)}else{const e=zQ(c||n,a);o=Tn(BQ,s.toLowerCase(),e&&e.name||i)}return(0,ft.createElement)(OQ,{key:r,colorValue:a||i,"aria-label":o})}))},RQ=e=>{let{className:t,colors:n,gradients:r,disableCustomColors:o,disableCustomGradients:a,children:i,settings:s,title:l,showTitle:c=!0,__experimentalHasMultipleOrigins:u,enableAlpha:d,...p}=e;if((0,vt.isEmpty)(n)&&(0,vt.isEmpty)(r)&&o&&a&&(0,vt.every)(s,(e=>(0,vt.isEmpty)(e.colors)&&(0,vt.isEmpty)(e.gradients)&&(void 0===e.disableCustomColors||e.disableCustomColors)&&(void 0===e.disableCustomGradients||e.disableCustomGradients))))return null;const m=(0,ft.createElement)("span",{className:"block-editor-panel-color-gradient-settings__panel-title"},l,(0,ft.createElement)(PQ,{colors:n,gradients:r,settings:s}));return(0,ft.createElement)(tA,bt({className:jp()("block-editor-panel-color-gradient-settings",t),title:c?m:void 0},p),s.map(((e,t)=>(0,ft.createElement)(UZ,bt({showTitle:c,key:t,colors:n,gradients:r,disableCustomColors:o,disableCustomGradients:a,__experimentalHasMultipleOrigins:u,enableAlpha:d},e)))),i)},HQ=e=>{const t=$Z();return t.colors=rL("color.palette"),t.gradients=rL("color.gradients"),(0,ft.createElement)(RQ,bt({},t,e))},WQ=e=>{const t=GZ();return(0,ft.createElement)(RQ,bt({},t,e))},YQ=e=>(0,vt.every)(IQ,(t=>e.hasOwnProperty(t)))?(0,ft.createElement)(RQ,e):e.__experimentalHasMultipleOrigins?(0,ft.createElement)(WQ,e):(0,ft.createElement)(HQ,e);function jQ(e){switch(e){case"success":case"warning":case"info":return"polite";default:return"assertive"}}const qQ=function(e){let{className:t,status:n="info",children:r,spokenMessage:o=r,onRemove:a=vt.noop,isDismissible:i=!0,actions:s=[],politeness:l=jQ(n),__unstableHTML:c,onDismiss:u=vt.noop}=e;!function(e,t){const n="string"==typeof e?e:Vi(e);(0,ft.useEffect)((()=>{n&&nM(n,t)}),[n,t])}(o,l);const d=jp()(t,"components-notice","is-"+n,{"is-dismissible":i});return c&&(r=(0,ft.createElement)(vi,null,r)),(0,ft.createElement)("div",{className:d},(0,ft.createElement)("div",{className:"components-notice__content"},r,(0,ft.createElement)("div",{className:"components-notice__actions"},s.map(((e,t)=>{let{className:n,label:r,isPrimary:o,variant:a,noDefaultClasses:i=!1,onClick:s,url:l}=e,c=a;return"primary"===a||i||(c=l?"link":"secondary"),void 0===c&&o&&(c="primary"),(0,ft.createElement)(db,{key:t,href:l,variant:c,onClick:l?void 0:s,className:jp()("components-notice__action",n)},r)})))),i&&(0,ft.createElement)(db,{className:"components-notice__dismiss",icon:Mh,label:vr("Dismiss this notice"),onClick:e=>{var t;null==e||null===(t=e.preventDefault)||void 0===t||t.call(e),u(),a()},showTooltip:!1}))};function FQ(e){let{colordBackgroundColor:t,colordTextColor:n,backgroundColor:r,textColor:o}=e;const a=t.brightness(){nM(vr("This color combination may be hard for people to read."))}),[r,o]),(0,ft.createElement)("div",{className:"block-editor-contrast-checker"},(0,ft.createElement)(qQ,{spokenMessage:null,status:"warning",isDismissible:!1},a))}zo([No,Bo]);const VQ=function(e){let{backgroundColor:t,fallbackBackgroundColor:n,fallbackTextColor:r,fontSize:o,isLargeText:a,textColor:i}=e;if(!t&&!n||!i&&!r)return null;const s=Ao(t||n),l=Ao(i||r);return 1!==s.alpha()||1!==l.alpha()||l.isReadable(s,{level:"AA",size:a||!1!==a&&o>=24?"large":"small"})?null:(0,ft.createElement)(FQ,{backgroundColor:t,textColor:i,colordBackgroundColor:s,colordTextColor:l})};function XQ(e){return e.ownerDocument.defaultView.getComputedStyle(e)}function UQ(e){let{settings:t,clientId:n,enableContrastChecking:r=!0,showTitle:o=!0}=e;const[a,i]=(0,ft.useState)(),[s,l]=(0,ft.useState)(),c=BD(n);return(0,ft.useEffect)((()=>{if(!r)return;if(!c.current)return;l(XQ(c.current).color);let e=c.current,t=XQ(e).backgroundColor;for(;"rgba(0, 0, 0, 0)"===t&&e.parentNode&&e.parentNode.nodeType===e.parentNode.ELEMENT_NODE;)e=e.parentNode,t=XQ(e).backgroundColor;i(t)})),(0,ft.createElement)(YA,null,(0,ft.createElement)(YQ,{title:vr("Color"),initialOpen:!1,settings:t,showTitle:o,__experimentalHasMultipleOrigins:!0},r&&(0,ft.createElement)(VQ,{backgroundColor:a,textColor:s})))}const $Q="color",GQ=e=>{const t=aa(e,$Q);return t&&(!0===t.link||!0===t.gradient||!1!==t.background||!1!==t.text)},KQ=e=>{const t=aa(e,$Q);return null==t?void 0:t.__experimentalSkipSerialization},JQ=e=>{const t=aa(e,$Q);return(0,vt.isObject)(t)&&!!t.gradients};function ZQ(e,t,n){var r,o,a,i,s,l;if(!GQ(t)||KQ(t))return e;const c=JQ(t),{backgroundColor:u,textColor:d,gradient:p,style:m}=n,f=ZZ("background-color",u),h=AQ(p),g=ZZ("color",d),b=jp()(e.className,g,h,{[f]:!(c&&null!=m&&null!==(r=m.color)&&void 0!==r&&r.gradient||!f),"has-text-color":d||(null==m||null===(o=m.color)||void 0===o?void 0:o.text),"has-background":u||(null==m||null===(a=m.color)||void 0===a?void 0:a.background)||c&&(p||(null==m||null===(i=m.color)||void 0===i?void 0:i.gradient)),"has-link-color":null==m||null===(s=m.elements)||void 0===s||null===(l=s.link)||void 0===l?void 0:l.color});return e.className=b||void 0,e}const QQ=(e,t)=>{const n=/var:preset\|color\|(.+)/.exec(t);return n&&n[1]?KZ(e,n[1]).color:t};function e0(e){var t,n,r,o,a,i,s,l,c,u,d;const{name:p,attributes:m}=e,{palette:f,gradients:h,customGradient:g,custom:b,text:v,background:y,link:_}=rL("color")||{},M=b||!(null!=f&&f.theme)||(null==f||null===(t=f.theme)||void 0===t?void 0:t.length)>0,k=g||!(null!=h&&h.theme)||(null==h||null===(n=h.theme)||void 0===n?void 0:n.length)>0,w=(0,ft.useMemo)((()=>[...(null==f?void 0:f.custom)||[],...(null==f?void 0:f.theme)||[],...(null==f?void 0:f.default)||[]]),[f]),E=(0,ft.useMemo)((()=>[...(null==h?void 0:h.custom)||[],...(null==h?void 0:h.theme)||[],...(null==h?void 0:h.default)||[]]),[h]),L=(0,ft.useRef)(m);if((0,ft.useEffect)((()=>{L.current=m}),[m]),!GQ(p))return null;const C=(e=>{if("web"!==iy.OS)return!1;const t=aa(e,$Q);return(0,vt.isObject)(t)&&!!t.link})(p)&&_&&M,x=(e=>{const t=aa(e,$Q);return t&&!1!==t.text})(p)&&v&&M,S=(e=>{const t=aa(e,$Q);return t&&!1!==t.background})(p)&&y&&M,A=JQ(p)&&k;if(!(C||x||S||A))return null;const{style:T,textColor:z,backgroundColor:N,gradient:O}=m;let D;if(A&&O)D=TQ(E,O);else if(A){var B;D=null==T||null===(B=T.color)||void 0===B?void 0:B.gradient}const I=t=>n=>{var r,o;const a=JZ(w,n),i=t+"Color",s={...L.current.style,color:{...null===(r=L.current)||void 0===r||null===(o=r.style)||void 0===o?void 0:o.color,[t]:null!=a&&a.slug?void 0:n}},l=null!=a&&a.slug?a.slug:void 0,c={style:BA(s),[i]:l};e.setAttributes(c),L.current={...L.current,...c}};return(0,ft.createElement)(UQ,{enableContrastChecking:!("web"!==iy.OS||O||null!=T&&null!==(r=T.color)&&void 0!==r&&r.gradient),clientId:e.clientId,settings:[...x?[{label:vr("Text color"),onColorChange:I("text"),colorValue:KZ(w,z,null==T||null===(o=T.color)||void 0===o?void 0:o.text).color}]:[],...S||A?[{label:vr("Background color"),onColorChange:S?I("background"):void 0,colorValue:KZ(w,N,null==T||null===(a=T.color)||void 0===a?void 0:a.background).color,gradientValue:D,onGradientChange:A?t=>{const n=NQ(E,t);let r;if(n){var o,a,i;const e={...null===(o=L.current)||void 0===o?void 0:o.style,color:{...null===(a=L.current)||void 0===a||null===(i=a.style)||void 0===i?void 0:i.color,gradient:void 0}};r={style:BA(e),gradient:n}}else{var s,l,c;const e={...null===(s=L.current)||void 0===s?void 0:s.style,color:{...null===(l=L.current)||void 0===l||null===(c=l.style)||void 0===c?void 0:c.color,gradient:t}};r={style:BA(e),gradient:void 0}}e.setAttributes(r),L.current={...L.current,...r}}:void 0}]:[],...C?[{label:vr("Link Color"),onColorChange:t=>{const n=JZ(w,t),r=null!=n&&n.slug?`var:preset|color|${n.slug}`:t,o=BA(function(e,t,n){return(0,vt.setWith)(e?(0,vt.clone)(e):{},t,n,vt.clone)}(T,["elements","link","color","text"],r));e.setAttributes({style:o})},colorValue:QQ(w,null==T||null===(i=T.elements)||void 0===i||null===(s=i.link)||void 0===s||null===(l=s.color)||void 0===l?void 0:l.text),clearable:!(null==T||null===(c=T.elements)||void 0===c||null===(u=c.link)||void 0===u||null===(d=u.color)||void 0===d||!d.text)}]:[]]})}const t0=Rp((e=>t=>{var n,r,o;const{name:a,attributes:i}=t,{backgroundColor:s,textColor:l}=i,{palette:c}=rL("color")||{},u=(0,ft.useMemo)((()=>[...(null==c?void 0:c.custom)||[],...(null==c?void 0:c.theme)||[],...(null==c?void 0:c.default)||[]]),[c]);if(!GQ(a)||KQ(a))return(0,ft.createElement)(e,t);const d={color:l?null===(n=KZ(u,l))||void 0===n?void 0:n.color:void 0,backgroundColor:s?null===(r=KZ(u,s))||void 0===r?void 0:r.color:void 0};let p=t.wrapperProps;return p={...t.wrapperProps,style:{...d,...null===(o=t.wrapperProps)||void 0===o?void 0:o.style}},(0,ft.createElement)(e,bt({},t,{wrapperProps:p}))}));function n0(e){const t=(0,ft.useRef)();return(0,ft.useEffect)((()=>{t.current=e}),[e]),t.current}er("blocks.registerBlockType","core/color/addAttribute",(function(e){return GQ(e)?(e.attributes.backgroundColor||Object.assign(e.attributes,{backgroundColor:{type:"string"}}),e.attributes.textColor||Object.assign(e.attributes,{textColor:{type:"string"}}),JQ(e)&&!e.attributes.gradient&&Object.assign(e.attributes,{gradient:{type:"string"}}),e):e})),er("blocks.getSaveContent.extraProps","core/color/addSaveProps",ZQ),er("blocks.registerBlockType","core/color/addEditProps",(function(e){if(!GQ(e)||KQ(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),ZQ(r,e,n)},e})),er("editor.BlockListBlock","core/color/with-color-palette-styles",t0);const r0=Rg(((e,t)=>{const{children:n,isShown:r,shouldRenderPlaceholder:o,...a}=function(e){var t,n;const{className:r,hasValue:o,isShownByDefault:a,label:i,panelId:s,resetAllFilter:l,onDeselect:c,onSelect:u,...d}=Pg(e,"ToolsPanelItem"),{panelId:p,menuItems:m,registerPanelItem:f,deregisterPanelItem:h,flagItemCustomization:g,isResetting:b,shouldRenderPlaceholderItems:v}=oA(),y=(0,ft.useCallback)(o,[s]),_=(0,ft.useCallback)(l,[s]);(0,ft.useEffect)((()=>(p===s&&f({hasValue:y,isShownByDefault:a,label:i,resetAllFilter:_,panelId:s}),()=>h(i))),[p,s,a,i,y,_]);const M=o(),k=n0(M);(0,ft.useEffect)((()=>{a&&M&&!k&&g(i)}),[M,k,a,i]);const w=a?"default":"optional",E=null==m||null===(t=m[w])||void 0===t?void 0:t[i],L=n0(E);(0,ft.useEffect)((()=>{b||p!==s||(!E||M||L||null==u||u(),!E&&L&&(null==c||c()))}),[p,E,b,M,s,L]);const C=a?void 0!==(null==m||null===(n=m[w])||void 0===n?void 0:n[i]):E,x=Ig(),S=(0,ft.useMemo)((()=>x(MA,v&&!C&&kA,r)),[C,v,r]);return{...d,isShown:C,shouldRenderPlaceholder:v,className:S}}(e);return r?(0,ft.createElement)(lb,bt({},a,{ref:t}),n):o?(0,ft.createElement)(lb,bt({},a,{ref:t})):null}),"ToolsPanelItem");function o0(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}var a0=n(5697),i0=n.n(a0);n(9864);function s0(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function l0(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function c0(e,t){if(e.clientHeightt||a>e&&i=t&&s>=n?a-e-r:i>t&&sn?i-t+o:0}var d0=0;function p0(){}function m0(e,t){if(e){var n=function(e,t){var n=window,r=t.scrollMode,o=t.block,a=t.inline,i=t.boundary,s=t.skipOverflowHiddenElements,l="function"==typeof i?i:function(e){return e!==i};if(!s0(e))throw new TypeError("Invalid target");for(var c=document.scrollingElement||document.documentElement,u=[],d=e;s0(d)&&l(d);){if((d=d.parentElement)===c){u.push(d);break}null!=d&&d===document.body&&c0(d)&&!c0(document.documentElement)||null!=d&&c0(d,s)&&u.push(d)}for(var p=n.visualViewport?n.visualViewport.width:innerWidth,m=n.visualViewport?n.visualViewport.height:innerHeight,f=window.scrollX||pageXOffset,h=window.scrollY||pageYOffset,g=e.getBoundingClientRect(),b=g.height,v=g.width,y=g.top,_=g.right,M=g.bottom,k=g.left,w="start"===o||"nearest"===o?y:"end"===o?M:y+b/2,E="center"===a?k+v/2:"end"===a?_:k,L=[],C=0;C=0&&k>=0&&M<=m&&_<=p&&y>=z&&M<=O&&k>=D&&_<=N)return L;var B=getComputedStyle(x),I=parseInt(B.borderLeftWidth,10),P=parseInt(B.borderTopWidth,10),R=parseInt(B.borderRightWidth,10),H=parseInt(B.borderBottomWidth,10),W=0,Y=0,j="offsetWidth"in x?x.offsetWidth-x.clientWidth-I-R:0,q="offsetHeight"in x?x.offsetHeight-x.clientHeight-P-H:0;if(c===x)W="start"===o?w:"end"===o?w-m:"nearest"===o?u0(h,h+m,m,P,H,h+w,h+w+b,b):w-m/2,Y="start"===a?E:"center"===a?E-p/2:"end"===a?E-p:u0(f,f+p,p,I,R,f+E,f+E+v,v),W=Math.max(0,W+h),Y=Math.max(0,Y+f);else{W="start"===o?w-z-P:"end"===o?w-O+H+q:"nearest"===o?u0(z,O,A,P,H+q,w,w+b,b):w-(z+A/2)+q/2,Y="start"===a?E-D-I:"center"===a?E-(D+T/2)+j/2:"end"===a?E-N+R+j:u0(D,N,T,I,R+j,E,E+v,v);var F=x.scrollLeft,V=x.scrollTop;w+=V-(W=Math.max(0,Math.min(V+W,x.scrollHeight-A+q))),E+=F-(Y=Math.max(0,Math.min(F+Y,x.scrollWidth-T+j)))}L.push({el:x,top:W,left:Y})}return L}(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach((function(e){var t=e.el,n=e.top,r=e.left;t.scrollTop=n,t.scrollLeft=r}))}}function f0(e,t,n){return e===t||t instanceof n.Node&&e.contains&&e.contains(t)}function h0(e,t){var n;function r(){n&&clearTimeout(n)}function o(){for(var o=arguments.length,a=new Array(o),i=0;i1?n-1:0),o=1;o=37&&n<=40&&0!==t.indexOf("Arrow")?"Arrow"+t:t}function w0(e,t,n,r,o){if(void 0===o&&(o=!0),0===n)return-1;var a=n-1;("number"!=typeof t||t<0||t>=n)&&(t=e>0?-1:a+1);var i=t+e;i<0?i=o?a:0:i>a&&(i=o?0:a);var s=E0(e,i,n,r,o);return-1===s?t>=n?-1:t:s}function E0(e,t,n,r,o){var a=r(t);if(!a||!a.hasAttribute("disabled"))return t;if(e>0){for(var i=t+1;i=0;s--)if(!r(s).hasAttribute("disabled"))return s;return o?e>0?E0(1,0,n,r,!1):E0(-1,n-1,n,r,!1):-1}function L0(e,t,n,r){return void 0===r&&(r=!0),t.some((function(t){return t&&(f0(t,e,n)||r&&f0(t,n.document.activeElement,n))}))}var C0=h0((function(e){S0(e).textContent=""}),500);function x0(e,t){var n=S0(t);e&&(n.textContent=e,C0(t))}function S0(e){void 0===e&&(e=document);var t=e.getElementById("a11y-status-message");return t||((t=e.createElement("div")).setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}var A0=["isInitialMount","highlightedIndex","items","environment"],T0={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function z0(e,t,n){var r=e.props,o=e.type,a={};Object.keys(t).forEach((function(r){!function(e,t,n,r){var o=t.props,a=t.type,i="on"+P0(e)+"Change";o[i]&&void 0!==r[e]&&r[e]!==n[e]&&o[i](bt({type:a},r))}(r,e,t,n),n[r]!==t[r]&&(a[r]=n[r])})),r.onStateChange&&Object.keys(a).length&&r.onStateChange(bt({type:o},a))}var N0=h0((function(e,t){x0(e(),t)}),200),O0="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?ft.useLayoutEffect:ft.useEffect;function D0(e){var t=e.id,n=void 0===t?"downshift-"+v0():t,r=e.labelId,o=e.menuId,a=e.getItemId,i=e.toggleButtonId,s=e.inputId;return(0,ft.useRef)({labelId:r||n+"-label",menuId:o||n+"-menu",getItemId:a||function(e){return n+"-item-"+e},toggleButtonId:i||n+"-toggle-button",inputId:s||n+"-input"}).current}function B0(e,t,n){return void 0!==e?e:0===n.length?-1:n.indexOf(t)}function I0(e){return/^\S{1}$/.test(e)}function P0(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function R0(e){var t=(0,ft.useRef)(e);return t.current=e,t}function H0(e,t,n){var r=(0,ft.useRef)(),o=(0,ft.useRef)(),a=(0,ft.useCallback)((function(t,n){o.current=n,t=_0(t,n.props);var r=e(t,n);return n.props.stateReducer(t,bt({},n,{changes:r}))}),[e]),i=(0,ft.useReducer)(a,t),s=i[0],l=i[1],c=R0(n),u=(0,ft.useCallback)((function(e){return l(bt({props:c.current},e))}),[c]),d=o.current;return(0,ft.useEffect)((function(){d&&r.current&&r.current!==s&&z0(d,_0(r.current,d.props),s),r.current=s}),[s,n,d]),[s,u]}function W0(e,t,n){var r=H0(e,t,n),o=r[0],a=r[1];return[_0(o,n),a]}var Y0={itemToString:function(e){return e?String(e):""},stateReducer:function(e,t){return t.changes},getA11ySelectionMessage:function(e){var t=e.selectedItem,n=e.itemToString;return t?n(t)+" has been selected.":""},scrollIntoView:m0,circularNavigation:!1,environment:"undefined"==typeof window?{}:window};function j0(e,t,n){void 0===n&&(n=T0);var r="default"+P0(t);return r in e?e[r]:n[t]}function q0(e,t,n){if(void 0===n&&(n=T0),t in e)return e[t];var r="initial"+P0(t);return r in e?e[r]:j0(e,t,n)}function F0(e){var t=q0(e,"selectedItem"),n=q0(e,"isOpen"),r=q0(e,"highlightedIndex"),o=q0(e,"inputValue");return{highlightedIndex:r<0&&t&&n?e.items.indexOf(t):r,isOpen:n,selectedItem:t,inputValue:o}}function V0(e,t,n,r){var o=e.items,a=e.initialHighlightedIndex,i=e.defaultHighlightedIndex,s=t.selectedItem,l=t.highlightedIndex;return 0===o.length?-1:void 0!==a&&l===a?a:void 0!==i?i:s?0===n?o.indexOf(s):w0(n,o.indexOf(s),o.length,r,!1):0===n?-1:n<0?o.length-1:0}function X0(e,t,n,r){var o=(0,ft.useRef)({isMouseDown:!1,isTouchMove:!1});return(0,ft.useEffect)((function(){var a=function(){o.current.isMouseDown=!0},i=function(a){o.current.isMouseDown=!1,e&&!L0(a.target,t.map((function(e){return e.current})),n)&&r()},s=function(){o.current.isTouchMove=!1},l=function(){o.current.isTouchMove=!0},c=function(a){!e||o.current.isTouchMove||L0(a.target,t.map((function(e){return e.current})),n,!1)||r()};return n.addEventListener("mousedown",a),n.addEventListener("mouseup",i),n.addEventListener("touchstart",s),n.addEventListener("touchmove",l),n.addEventListener("touchend",c),function(){n.removeEventListener("mousedown",a),n.removeEventListener("mouseup",i),n.removeEventListener("touchstart",s),n.removeEventListener("touchmove",l),n.removeEventListener("touchend",c)}}),[e,n]),o}var U0=function(){return p0};function $0(e,t,n){var r=n.isInitialMount,o=n.highlightedIndex,a=n.items,i=n.environment,s=o0(n,A0);(0,ft.useEffect)((function(){r||N0((function(){return e(bt({highlightedIndex:o,highlightedItem:a[o],resultCount:a.length},s))}),i.document)}),t)}function G0(e){var t=e.highlightedIndex,n=e.isOpen,r=e.itemRefs,o=e.getItemNodeFromIndex,a=e.menuElement,i=e.scrollIntoView,s=(0,ft.useRef)(!0);return O0((function(){t<0||!n||!Object.keys(r.current).length||(!1===s.current?s.current=!0:i(o(t),a))}),[t]),s}var K0=p0;function J0(e,t,n){var r,o=t.type,a=t.props;switch(o){case n.ItemMouseMove:r={highlightedIndex:t.index};break;case n.MenuMouseLeave:r={highlightedIndex:-1};break;case n.ToggleButtonClick:case n.FunctionToggleMenu:r={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:V0(a,e,0)};break;case n.FunctionOpenMenu:r={isOpen:!0,highlightedIndex:V0(a,e,0)};break;case n.FunctionCloseMenu:r={isOpen:!1};break;case n.FunctionSetHighlightedIndex:r={highlightedIndex:t.highlightedIndex};break;case n.FunctionSetInputValue:r={inputValue:t.inputValue};break;case n.FunctionReset:r={highlightedIndex:j0(a,"highlightedIndex"),isOpen:j0(a,"isOpen"),selectedItem:j0(a,"selectedItem"),inputValue:j0(a,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return bt({},e,r)}function Z0(e){for(var t=e.keysSoFar,n=e.highlightedIndex,r=e.items,o=e.itemToString,a=e.getItemNodeFromIndex,i=t.toLowerCase(),s=0;s=0&&{selectedItem:o.items[l]});break;case 13:n={highlightedIndex:V0(o,e,1,t.getItemNodeFromIndex),isOpen:!0};break;case 14:n={highlightedIndex:V0(o,e,-1,t.getItemNodeFromIndex),isOpen:!0};break;case 5:case 6:n=bt({isOpen:j0(o,"isOpen"),highlightedIndex:j0(o,"highlightedIndex")},e.highlightedIndex>=0&&{selectedItem:o.items[e.highlightedIndex]});break;case 3:n={highlightedIndex:E0(1,0,o.items.length,t.getItemNodeFromIndex,!1)};break;case 4:n={highlightedIndex:E0(-1,o.items.length-1,o.items.length,t.getItemNodeFromIndex,!1)};break;case 2:case 8:n={isOpen:!1,highlightedIndex:-1};break;case 7:var c=t.key,u=""+e.inputValue+c,d=Z0({keysSoFar:u,highlightedIndex:e.highlightedIndex,items:o.items,itemToString:o.itemToString,getItemNodeFromIndex:t.getItemNodeFromIndex});n=bt({inputValue:u},d>=0&&{highlightedIndex:d});break;case 0:n={highlightedIndex:w0(a?5:1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 1:n={highlightedIndex:w0(a?-5:-1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 20:n={selectedItem:t.selectedItem};break;default:return J0(e,t,t1)}return bt({},e,n)}var r1=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],o1=["onClick","onKeyDown","refKey","ref"],a1=["item","index","onMouseMove","onClick","refKey","ref"];function i1(e){void 0===e&&(e={}),e1(e,i1);var t=bt({},Q0,e),n=t.items,r=t.scrollIntoView,o=t.environment,a=t.initialIsOpen,i=t.defaultIsOpen,s=t.itemToString,l=t.getA11ySelectionMessage,c=t.getA11yStatusMessage,u=W0(n1,F0(t),t),d=u[0],p=u[1],m=d.isOpen,f=d.highlightedIndex,h=d.selectedItem,g=d.inputValue,b=(0,ft.useRef)(null),v=(0,ft.useRef)(null),y=(0,ft.useRef)({}),_=(0,ft.useRef)(!0),M=(0,ft.useRef)(null),k=D0(t),w=(0,ft.useRef)(),E=(0,ft.useRef)(!0),L=R0({state:d,props:t}),C=(0,ft.useCallback)((function(e){return y.current[k.getItemId(e)]}),[k]);$0(c,[m,f,g,n],bt({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:s},d)),$0(l,[h],bt({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:s},d));var x=G0({menuElement:v.current,highlightedIndex:f,isOpen:m,itemRefs:y,scrollIntoView:r,getItemNodeFromIndex:C});(0,ft.useEffect)((function(){return M.current=h0((function(e){e({type:21,inputValue:""})}),500),function(){M.current.cancel()}}),[]),(0,ft.useEffect)((function(){g&&M.current(p)}),[p,g]),K0({isInitialMount:E.current,props:t,state:d}),(0,ft.useEffect)((function(){E.current?(a||i||m)&&v.current&&v.current.focus():m?v.current&&v.current.focus():o.document.activeElement===v.current&&b.current&&(_.current=!1,b.current.focus())}),[m]),(0,ft.useEffect)((function(){E.current||(w.current=n.length)}));var S=X0(m,[v,b],o,(function(){p({type:8})})),A=U0();(0,ft.useEffect)((function(){E.current=!1}),[]),(0,ft.useEffect)((function(){m||(y.current={})}),[m]);var T=(0,ft.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),p({type:13,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),p({type:14,getItemNodeFromIndex:C,shiftKey:e.shiftKey})}}}),[p,C]),z=(0,ft.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),p({type:0,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),p({type:1,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},Home:function(e){e.preventDefault(),p({type:3,getItemNodeFromIndex:C})},End:function(e){e.preventDefault(),p({type:4,getItemNodeFromIndex:C})},Escape:function(){p({type:2})},Enter:function(e){e.preventDefault(),p({type:5})}," ":function(e){e.preventDefault(),p({type:6})}}}),[p,C]),N=(0,ft.useCallback)((function(){p({type:16})}),[p]),O=(0,ft.useCallback)((function(){p({type:18})}),[p]),D=(0,ft.useCallback)((function(){p({type:17})}),[p]),B=(0,ft.useCallback)((function(e){p({type:19,highlightedIndex:e})}),[p]),I=(0,ft.useCallback)((function(e){p({type:20,selectedItem:e})}),[p]),P=(0,ft.useCallback)((function(){p({type:22})}),[p]),R=(0,ft.useCallback)((function(e){p({type:21,inputValue:e})}),[p]),H=(0,ft.useCallback)((function(e){return bt({id:k.labelId,htmlFor:k.toggleButtonId},e)}),[k]),W=(0,ft.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onMouseLeave,a=r.refKey,i=void 0===a?"ref":a,s=r.onKeyDown,l=r.onBlur,c=r.ref,u=o0(r,r1),d=(void 0===t?{}:t).suppressRefError,m=void 0!==d&&d,f=L.current.state;return A("getMenuProps",m,i,v),bt(((n={})[i]=b0(c,(function(e){v.current=e})),n.id=k.menuId,n.role="listbox",n["aria-labelledby"]=k.labelId,n.tabIndex=-1,n),f.isOpen&&f.highlightedIndex>-1&&{"aria-activedescendant":k.getItemId(f.highlightedIndex)},{onMouseLeave:g0(o,(function(){p({type:9})})),onKeyDown:g0(s,(function(e){var t=k0(e);t&&z[t]?z[t](e):I0(t)&&p({type:7,key:t,getItemNodeFromIndex:C})})),onBlur:g0(l,(function(){!1!==_.current?!S.current.isMouseDown&&p({type:8}):_.current=!0}))},u)}),[p,L,z,S,A,k,C]),Y=(0,ft.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onClick,a=r.onKeyDown,i=r.refKey,s=void 0===i?"ref":i,l=r.ref,c=o0(r,o1),u=(void 0===t?{}:t).suppressRefError,d=void 0!==u&&u,m=bt(((n={})[s]=b0(l,(function(e){b.current=e})),n.id=k.toggleButtonId,n["aria-haspopup"]="listbox",n["aria-expanded"]=L.current.state.isOpen,n["aria-labelledby"]=k.labelId+" "+k.toggleButtonId,n),c);return c.disabled||(m.onClick=g0(o,(function(){p({type:12})})),m.onKeyDown=g0(a,(function(e){var t=k0(e);t&&T[t]?T[t](e):I0(t)&&p({type:15,key:t,getItemNodeFromIndex:C})}))),A("getToggleButtonProps",d,s,b),m}),[p,L,T,A,k,C]),j=(0,ft.useCallback)((function(e){var t,n=void 0===e?{}:e,r=n.item,o=n.index,a=n.onMouseMove,i=n.onClick,s=n.refKey,l=void 0===s?"ref":s,c=n.ref,u=o0(n,a1),d=L.current,m=d.state,f=d.props,h=B0(o,r,f.items);if(h<0)throw new Error("Pass either item or item index in getItemProps!");var g=bt(((t={role:"option","aria-selected":""+(h===m.highlightedIndex),id:k.getItemId(h)})[l]=b0(c,(function(e){e&&(y.current[k.getItemId(h)]=e)})),t),u);return u.disabled||(g.onMouseMove=g0(a,(function(){o!==m.highlightedIndex&&(x.current=!1,p({type:10,index:o}))})),g.onClick=g0(i,(function(){p({type:11,index:o})}))),g}),[p,L,x,k]);return{getToggleButtonProps:Y,getLabelProps:H,getMenuProps:W,getItemProps:j,toggleMenu:N,openMenu:D,closeMenu:O,setHighlightedIndex:B,selectItem:I,reset:P,setInputValue:R,highlightedIndex:f,isOpen:m,selectedItem:h,inputValue:g}}i1.stateChangeTypes=t1;i0().array.isRequired,i0().func,i0().func,i0().func,i0().bool,i0().number,i0().number,i0().number,i0().bool,i0().bool,i0().bool,i0().any,i0().any,i0().any,i0().string,i0().string,i0().string,i0().string,i0().string,i0().string,i0().func,i0().string,i0().string,i0().func,i0().func,i0().func,i0().func,i0().func,i0().func,i0().shape({addEventListener:i0().func,removeEventListener:i0().func,document:i0().shape({getElementById:i0().func,activeElement:i0().any,body:i0().any})});bt({},Y0,{getA11yStatusMessage:y0,circularNavigation:!0});i0().array,i0().array,i0().array,i0().func,i0().func,i0().func,i0().number,i0().number,i0().number,i0().func,i0().func,i0().string,i0().string,i0().shape({addEventListener:i0().func,removeEventListener:i0().func,document:i0().shape({getElementById:i0().func,activeElement:i0().any,body:i0().any})});const s1=e=>null==e?void 0:e.name,l1=(e,t)=>{let{selectedItem:n}=e,{type:r,changes:o,props:{items:a}}=t;switch(r){case i1.stateChangeTypes.ToggleButtonKeyDownArrowDown:return{selectedItem:a[n?Math.min(a.indexOf(n)+1,a.length-1):0]};case i1.stateChangeTypes.ToggleButtonKeyDownArrowUp:return{selectedItem:a[n?Math.max(a.indexOf(n)-1,0):a.length-1]};default:return o}};function c1(e){var t;let{className:n,hideLabelFromVision:r,label:o,describedBy:a,options:i,onChange:s,value:l}=e;const{getLabelProps:c,getToggleButtonProps:u,getMenuProps:d,getItemProps:p,isOpen:m,highlightedIndex:f,selectedItem:h}=i1({initialSelectedItem:i[0],items:i,itemToString:s1,onSelectedItemChange:s,...null!=l?{selectedItem:l}:void 0,stateReducer:l1});const g=d({className:"components-custom-select-control__menu","aria-hidden":!m});return null!==(t=g["aria-activedescendant"])&&void 0!==t&&t.startsWith("downshift-null")&&delete g["aria-activedescendant"],(0,ft.createElement)("div",{className:jp()("components-custom-select-control",n)},r?(0,ft.createElement)(cb,bt({as:"label"},c()),o):(0,ft.createElement)("label",c({className:"components-custom-select-control__label"}),o),(0,ft.createElement)(db,u({"aria-label":o,"aria-labelledby":void 0,className:"components-custom-select-control__button",isSmall:!0,describedBy:a||(h?Tn(vr("Currently selected: %s"),h.name):vr("No selection"))}),s1(h),(0,ft.createElement)(ES,{icon:ZS,className:"components-custom-select-control__button-icon"})),(0,ft.createElement)("ul",g,m&&i.map(((e,t)=>(0,ft.createElement)("li",p({item:e,index:t,key:e.key,className:jp()(e.className,"components-custom-select-control__item",{"is-highlighted":t===f,"has-hint":!!e.__experimentalHint}),style:e.style}),e.name,e.__experimentalHint&&(0,ft.createElement)("span",{className:"components-custom-select-control__item-hint"},e.__experimentalHint),e===h&&(0,ft.createElement)(ES,{icon:lA,className:"components-custom-select-control__item-icon"}))))))}const u1=[{name:vr("Regular"),value:"normal"},{name:vr("Italic"),value:"italic"}],d1=[{name:vr("Thin"),value:"100"},{name:vr("Extra Light"),value:"200"},{name:vr("Light"),value:"300"},{name:vr("Regular"),value:"400"},{name:vr("Medium"),value:"500"},{name:vr("Semi Bold"),value:"600"},{name:vr("Bold"),value:"700"},{name:vr("Extra Bold"),value:"800"},{name:vr("Black"),value:"900"}],p1=(e,t)=>vr(e?t?"Appearance":"Font style":"Font weight");function m1(e){const{onChange:t,hasFontStyles:n=!0,hasFontWeights:r=!0,value:{fontStyle:o,fontWeight:a}}=e,i=n||r,s=p1(n,r),l={key:"default",name:vr("Default"),style:{fontStyle:void 0,fontWeight:void 0}},c=(0,ft.useMemo)((()=>n&&r?(()=>{const e=[l];return u1.forEach((t=>{let{name:n,value:r}=t;d1.forEach((t=>{let{name:o,value:a}=t;const i="normal"===r?o:Tn(vr("%1$s %2$s"),o,n);e.push({key:`${r}-${a}`,name:i,style:{fontStyle:r,fontWeight:a}})}))})),e})():n?(()=>{const e=[l];return u1.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:r,fontWeight:void 0}})})),e})():(()=>{const e=[l];return d1.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:void 0,fontWeight:r}})})),e})()),[e.options]),u=c.find((e=>e.style.fontStyle===o&&e.style.fontWeight===a))||c[0];return i&&(0,ft.createElement)(c1,{className:"components-font-appearance-control",label:s,describedBy:u?Tn(vr(n?r?"Currently selected font appearance: %s":"Currently selected font style: %s":"Currently selected font weight: %s"),u.name):vr("No selected font appearance"),options:c,value:u,onChange:e=>{let{selectedItem:n}=e;return t(n.style)}})}const f1=.1;function h1(e){let{value:t,onChange:n}=e;const r=function(e){return void 0!==e&&""!==e}(t),o=r?t:"";return(0,ft.createElement)("div",{className:"block-editor-line-height-control"},(0,ft.createElement)(XS,{autoComplete:"off",onKeyDown:e=>{const{keyCode:t}=e;48!==t||r||(e.preventDefault(),n("0"))},onChange:e=>{if(r)return void n(e);let t=e;switch(e){case"0.1":t=1.6;break;case"0":t=1.4}n(t)},label:vr("Line height"),placeholder:1.5,step:f1,type:"number",value:o,min:0}))}const g1="typography.lineHeight";function b1(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)(h1,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.lineHeight,onChange:e=>{const t={...n,typography:{...null==n?void 0:n.typography,lineHeight:e}};r({style:BA(t)})}})}function v1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!rL("typography.lineHeight");return!ia(e,g1)||t}const y1="typography.__experimentalFontStyle",_1="typography.__experimentalFontWeight";function M1(e){var t,n;const{attributes:{style:r},setAttributes:o}=e,a=!k1(e),i=!w1(e),s=null==r||null===(t=r.typography)||void 0===t?void 0:t.fontStyle,l=null==r||null===(n=r.typography)||void 0===n?void 0:n.fontWeight;return(0,ft.createElement)(m1,{onChange:e=>{o({style:BA({...r,typography:{...null==r?void 0:r.typography,fontStyle:e.fontStyle,fontWeight:e.fontWeight}})})},hasFontStyles:a,hasFontWeights:i,value:{fontStyle:s,fontWeight:l}})}function k1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ia(e,y1),n=rL("typography.fontStyle");return!t||!n}function w1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ia(e,_1),n=rL("typography.fontWeight");return!t||!n}function E1(e){const t=k1(e),n=w1(e);return t&&n}function L1(e){let{value:t="",onChange:n,fontFamilies:r,...o}=e;const a=rL("typography.fontFamilies");if(r||(r=a),(0,vt.isEmpty)(r))return null;const i=[{value:"",label:vr("Default")},...r.map((e=>{let{fontFamily:t,name:n}=e;return{value:t,label:n||t}}))];return(0,ft.createElement)(TP,bt({label:vr("Font family"),options:i,value:t,onChange:n,labelPosition:"top"},o))}const C1="typography.__experimentalFontFamily";function x1(e,t,n){if(!ia(t,C1))return e;if(ia(t,"typography.__experimentalSkipSerialization"))return e;if(null==n||!n.fontFamily)return e;const r=new OX(e.className);r.add(`has-${(0,vt.kebabCase)(null==n?void 0:n.fontFamily)}-font-family`);const o=r.value;return e.className=o||void 0,e}function S1(e){var t;let{setAttributes:n,attributes:{fontFamily:r}}=e;const o=rL("typography.fontFamilies"),a=null===(t=(0,vt.find)(o,(e=>{let{slug:t}=e;return r===t})))||void 0===t?void 0:t.fontFamily;return(0,ft.createElement)(L1,{className:"block-editor-hooks-font-family-control",fontFamilies:o,value:a,onChange:function(e){const t=(0,vt.find)(o,(t=>{let{fontFamily:n}=t;return n===e}));n({fontFamily:null==t?void 0:t.slug})}})}function A1(e){let{name:t}=e;const n=rL("typography.fontFamilies");return!n||0===n.length||!ia(t,C1)}er("blocks.registerBlockType","core/fontFamily/addAttribute",(function(e){return ia(e,C1)?(e.attributes.fontFamily||Object.assign(e.attributes,{fontFamily:{type:"string"}}),e):e})),er("blocks.getSaveContent.extraProps","core/fontFamily/addSaveProps",x1),er("blocks.registerBlockType","core/fontFamily/addEditProps",(function(e){if(!ia(e,C1))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),x1(r,e,n)},e}));const T1=(e,t,n)=>{if(t){const n=(0,vt.find)(e,{slug:t});if(n)return n}return{size:n}};function z1(e){if(e)return`has-${(0,vt.kebabCase)(e)}-font-size`}const N1={slug:"default",name:vr("Default")},O1="custom",D1={slug:O1,name:vr("Custom")};function B1(e){const[,t,n]=e.split(/(\d+)/);return[t,n]}function I1(e){return/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i.test(e)}function P1(e,t,n){return n&&!t.length?null:e?function(e,t){return[N1,...e,...t?[]:[D1]].map((e=>{let{slug:t,name:n,size:r}=e;return{key:t,name:n,size:r,__experimentalHint:r&&I1(r)&&parseInt(r)}}))}(t,n):function(e){return e.map((e=>{let{slug:t,size:n,name:r}=e,o=n;if("string"==typeof n){const[e]=B1(n);o=e}return{key:t,value:n,label:o,name:r}}))}(t)}const R1=(0,ft.forwardRef)((function(e,t){var n,r;let{fallbackFontSize:o,fontSizes:a=[],disableCustomFontSizes:i=!1,onChange:s,value:l,withSlider:c=!1,withReset:u=!0}=e;const d=[typeof l,typeof(null==a||null===(n=a[0])||void 0===n?void 0:n.size)].includes("string"),p=d?parseInt(l):l,m="number"==typeof l||(null==l||null===(r=l.endsWith)||void 0===r?void 0:r.call(l,"px")),f=wL({availableUnits:["px","em","rem"]}),h=a.length>5||a.some((e=>{let{size:t}=e;return!I1(t)})),g=(0,ft.useMemo)((()=>P1(h,a,i)),[h,a,i]),b=function(e,t){return t?e.find((e=>e.size===t))||D1:N1}(a,l),v=b.slug===O1,[y,_]=(0,ft.useState)(!i&&v),M=(0,ft.useMemo)((()=>{if(y)return`(${vr("Custom")})`;if(v)return I1(l)&&`(${l})`;if(h)return I1(null==b?void 0:b.size)&&`(${null==b?void 0:b.size})`;let e=b.name;if("string"==typeof b.size){const[,t]=B1(b.size);e+=`(${t})`}return e}),[y,null==b?void 0:b.slug,l,v]);if(!g)return null;const k=Tn(vr("Currently selected font size: %s"),b.name),w="components-font-size-picker";return(0,ft.createElement)("fieldset",bt({className:w},t?{}:{ref:t}),(0,ft.createElement)(cb,{as:"legend"},vr("Font size")),(0,ft.createElement)(AE,{justify:"space-between",className:`${w}__header`},(0,ft.createElement)(zE,null,vr("Size"),M&&(0,ft.createElement)("span",{className:`${w}__header__hint`},M)),!i&&(0,ft.createElement)(zE,null,(0,ft.createElement)(db,{label:vr(y?"Use size preset":"Set custom size"),showTooltip:!1,icon:A$,onClick:()=>{_(!y)},isPressed:y,isSmall:!0}))),(0,ft.createElement)("div",{className:`${w}__controls`},!!a.length&&h&&!y&&(0,ft.createElement)(c1,{className:`${w}__select`,label:vr("Font size"),hideLabelFromVision:!0,describedBy:k,options:g,value:g.find((e=>e.key===b.slug)),onChange:e=>{let{selectedItem:t}=e;s(d?t.size:Number(t.size)),t.key===O1&&_(!0)}}),!h&&!y&&(0,ft.createElement)(u$,{label:vr("Font size"),hideLabelFromVision:!0,value:l,onChange:e=>{s(d?e:Number(e))},isBlock:!0},g.map((e=>(0,ft.createElement)(S$,{key:e.key,value:e.value,label:e.label,"aria-label":e.name,showTooltip:!0})))),!c&&!i&&y&&(0,ft.createElement)(AE,{justify:"space-between",className:`${w}__custom-size-control`},(0,ft.createElement)(zE,{isBlock:!0},(0,ft.createElement)(wS,{label:vr("Custom"),labelPosition:"top",hideLabelFromVision:!0,value:l,onChange:e=>{0!==parseFloat(e)&&e?s(d?e:parseInt(e,10)):s(void 0)},units:!!d&&f})),u&&(0,ft.createElement)(zE,{isBlock:!0},(0,ft.createElement)(db,{className:"components-color-palette__clear",disabled:void 0===l,onClick:()=>{s(void 0)},isSmall:!0,variant:"secondary"},vr("Reset"))))),c&&(0,ft.createElement)(sG,{className:`${w}__custom-input`,label:vr("Custom Size"),value:m&&p||"",initialPosition:o,onChange:e=>{s(d?e+"px":e)},min:12,max:100}))}));const H1=function(e){const t=rL("typography.fontSizes"),n=!rL("typography.customFontSize");return(0,ft.createElement)(R1,bt({},e,{fontSizes:t,disableCustomFontSizes:n}))},W1="typography.fontSize";function Y1(e,t,n){if(!ia(t,W1))return e;if(ia(t,"typography.__experimentalSkipSerialization"))return e;const r=new OX(e.className);r.add(z1(n.fontSize));const o=r.value;return e.className=o||void 0,e}function j1(e){var t,n;const{attributes:{fontSize:r,style:o},setAttributes:a}=e,i=rL("typography.fontSizes"),s=T1(i,r,null==o||null===(t=o.typography)||void 0===t?void 0:t.fontSize),l=(null==s?void 0:s.size)||(null==o||null===(n=o.typography)||void 0===n?void 0:n.fontSize)||r;return(0,ft.createElement)(H1,{onChange:e=>{const t=function(e,t){return(0,vt.find)(e,{size:t})||{size:t}}(i,e).slug;a({style:BA({...o,typography:{...null==o?void 0:o.typography,fontSize:t?void 0:e}}),fontSize:t})},value:l,withReset:!1})}function q1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=rL("typography.fontSizes"),n=!(null==t||!t.length);return!ia(e,W1)||!n}const F1=Rp((e=>t=>{var n,r;const o=rL("typography.fontSizes"),{name:a,attributes:{fontSize:i,style:s},wrapperProps:l}=t;if(!ia(a,W1)||ia(a,"typography.__experimentalSkipSerialization")||!i||null!=s&&null!==(n=s.typography)&&void 0!==n&&n.fontSize)return(0,ft.createElement)(e,t);const c=T1(o,i,null==s||null===(r=s.typography)||void 0===r?void 0:r.fontSize).size,u={...t,wrapperProps:{...l,style:{fontSize:c,...null==l?void 0:l.style}}};return(0,ft.createElement)(e,u)}),"withFontSizeInlineStyles");er("blocks.registerBlockType","core/font/addAttribute",(function(e){return ia(e,W1)?(e.attributes.fontSize||Object.assign(e.attributes,{fontSize:{type:"string"}}),e):e})),er("blocks.getSaveContent.extraProps","core/font/addSaveProps",Y1),er("blocks.registerBlockType","core/font/addEditProps",(function(e){if(!ia(e,W1))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),Y1(r,e,n)},e})),er("editor.BlockListBlock","core/font-size/with-font-size-inline-styles",F1);const V1=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M7 18v1h10v-1H7zm5-2c1.5 0 2.6-.4 3.4-1.2.8-.8 1.1-2 1.1-3.5V5H15v5.8c0 1.2-.2 2.1-.6 2.8-.4.7-1.2 1-2.4 1s-2-.3-2.4-1c-.4-.7-.6-1.6-.6-2.8V5H7.5v6.2c0 1.5.4 2.7 1.1 3.5.8.9 1.9 1.3 3.4 1.3z"})),X1=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M9.1 9v-.5c0-.6.2-1.1.7-1.4.5-.3 1.2-.5 2-.5.7 0 1.4.1 2.1.3.7.2 1.4.5 2.1.9l.2-1.9c-.6-.3-1.2-.5-1.9-.7-.8-.1-1.6-.2-2.4-.2-1.5 0-2.7.3-3.6 1-.8.7-1.2 1.5-1.2 2.6V9h2zM20 12H4v1h8.3c.3.1.6.2.8.3.5.2.9.5 1.1.8.3.3.4.7.4 1.2 0 .7-.2 1.1-.8 1.5-.5.3-1.2.5-2.1.5-.8 0-1.6-.1-2.4-.3-.8-.2-1.5-.5-2.2-.8L7 18.1c.5.2 1.2.4 2 .6.8.2 1.6.3 2.4.3 1.7 0 3-.3 3.9-1 .9-.7 1.3-1.6 1.3-2.8 0-.9-.2-1.7-.7-2.2H20v-1z"})),U1=[{name:vr("Underline"),value:"underline",icon:V1},{name:vr("Strikethrough"),value:"line-through",icon:X1}];function $1(e){let{value:t,onChange:n}=e;return(0,ft.createElement)("fieldset",{className:"block-editor-text-decoration-control"},(0,ft.createElement)("legend",null,vr("Decoration")),(0,ft.createElement)("div",{className:"block-editor-text-decoration-control__buttons"},U1.map((e=>(0,ft.createElement)(db,{key:e.value,icon:e.icon,isSmall:!0,isPressed:e.value===t,onClick:()=>n(e.value===t?void 0:e.value),"aria-label":e.name})))))}const G1="typography.__experimentalTextDecoration";function K1(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)($1,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textDecoration,onChange:function(e){r({style:BA({...n,typography:{...null==n?void 0:n.typography,textDecoration:e}})})}})}function J1(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ia(e,G1),n=rL("typography.textDecoration");return t||!n}const Z1=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M6.1 6.8L2.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H6.1zm-.8 6.8L7 8.9l1.7 4.7H5.3zm15.1-.7c-.4-.5-.9-.8-1.6-1 .4-.2.7-.5.8-.9.2-.4.3-.9.3-1.4 0-.9-.3-1.6-.8-2-.6-.5-1.3-.7-2.4-.7h-3.5V18h4.2c1.1 0 2-.3 2.6-.8.6-.6 1-1.4 1-2.4-.1-.8-.3-1.4-.6-1.9zm-5.7-4.7h1.8c.6 0 1.1.1 1.4.4.3.2.5.7.5 1.3 0 .6-.2 1.1-.5 1.3-.3.2-.8.4-1.4.4h-1.8V8.2zm4 8c-.4.3-.9.5-1.5.5h-2.6v-3.8h2.6c1.4 0 2 .6 2 1.9.1.6-.1 1-.5 1.4z"})),Q1=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{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"})),e2=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M7.1 6.8L3.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H7.1zm-.8 6.8L8 8.9l1.7 4.7H6.3zm14.5-1.5c-.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 2 .1.8-.2 1.4-.6 2z"})),t2=[{name:vr("Uppercase"),value:"uppercase",icon:Z1},{name:vr("Lowercase"),value:"lowercase",icon:Q1},{name:vr("Capitalize"),value:"capitalize",icon:e2}];function n2(e){let{value:t,onChange:n}=e;return(0,ft.createElement)("fieldset",{className:"block-editor-text-transform-control"},(0,ft.createElement)("legend",null,vr("Letter case")),(0,ft.createElement)("div",{className:"block-editor-text-transform-control__buttons"},t2.map((e=>(0,ft.createElement)(db,{key:e.value,icon:e.icon,isSmall:!0,isPressed:t===e.value,"aria-label":e.name,onClick:()=>n(t===e.value?void 0:e.value)})))))}const r2="typography.__experimentalTextTransform";function o2(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)(n2,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textTransform,onChange:function(e){r({style:BA({...n,typography:{...null==n?void 0:n.typography,textTransform:e}})})}})}function a2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ia(e,r2),n=rL("typography.textTransform");return t||!n}function i2(e){let{value:t,onChange:n,__unstableInputWidth:r="60px"}=e;const o=wL({availableUnits:rL("spacing.units")||["px","em","rem"],defaultValues:{px:"2",em:".2",rem:".2"}});return(0,ft.createElement)(wS,{label:vr("Letter-spacing"),value:t,__unstableInputWidth:r,units:o,onChange:n})}const s2="typography.__experimentalLetterSpacing";function l2(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,ft.createElement)(i2,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.letterSpacing,onChange:function(e){r({style:BA({...n,typography:{...null==n?void 0:n.typography,letterSpacing:e}})})},__unstableInputWidth:!1})}function c2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ia(e,s2),n=rL("typography.letterSpacing");return t||!n}const u2="typography",d2=[g1,W1,y1,_1,C1,G1,r2,s2];function p2(e){const{clientId:t}=e,n=A1(e),r=q1(e),o=E1(e),a=v1(e),i=J1(e),s=a2(e),l=c2(e),c=!k1(e),u=!w1(e),d=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=[E1(e),q1(e),v1(e),A1(e),J1(e),a2(e),c2(e)];return t.filter(Boolean).length===t.length}(e),p=m2(e.name);if(d||!p)return null;const m=aa(e.name,[u2,"__experimentalDefaultControls"]),f=e=>t=>{var n;return{...t,style:{...t.style,typography:{...null===(n=t.style)||void 0===n?void 0:n.typography,[e]:void 0}}}};return(0,ft.createElement)(YA,{__experimentalGroup:"typography"},!n&&(0,ft.createElement)(r0,{hasValue:()=>function(e){return!!e.attributes.fontFamily}(e),label:vr("Font family"),onDeselect:()=>function(e){let{setAttributes:t}=e;t({fontFamily:void 0})}(e),isShownByDefault:null==m?void 0:m.fontFamily,resetAllFilter:e=>({...e,fontFamily:void 0}),panelId:t},(0,ft.createElement)(S1,e)),!r&&(0,ft.createElement)(r0,{hasValue:()=>function(e){var t;const{fontSize:n,style:r}=e.attributes;return!!n||!(null==r||null===(t=r.typography)||void 0===t||!t.fontSize)}(e),label:vr("Font size"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({fontSize:void 0,style:BA({...r,typography:{...null==r?void 0:r.typography,fontSize:void 0}})})}(e),isShownByDefault:null==m?void 0:m.fontSize,resetAllFilter:e=>{var t;return{...e,fontSize:void 0,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontSize:void 0}}}},panelId:t},(0,ft.createElement)(j1,e)),!o&&(0,ft.createElement)(r0,{className:"single-column",hasValue:()=>function(e){var t;const{fontStyle:n,fontWeight:r}=(null===(t=e.attributes.style)||void 0===t?void 0:t.typography)||{};return!!n||!!r}(e),label:p1(c,u),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,typography:{...null==r?void 0:r.typography,fontStyle:void 0,fontWeight:void 0}})})}(e),isShownByDefault:null==m?void 0:m.fontAppearance,resetAllFilter:e=>{var t;return{...e,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontStyle:void 0,fontWeight:void 0}}}},panelId:t},(0,ft.createElement)(M1,e)),!a&&(0,ft.createElement)(r0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.lineHeight)}(e),label:vr("Line height"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,typography:{...null==r?void 0:r.typography,lineHeight:void 0}})})}(e),isShownByDefault:null==m?void 0:m.lineHeight,resetAllFilter:f("lineHeight"),panelId:t},(0,ft.createElement)(b1,e)),!i&&(0,ft.createElement)(r0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textDecoration)}(e),label:vr("Decoration"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,typography:{...null==r?void 0:r.typography,textDecoration:void 0}})})}(e),isShownByDefault:null==m?void 0:m.textDecoration,resetAllFilter:f("textDecoration"),panelId:t},(0,ft.createElement)(K1,e)),!s&&(0,ft.createElement)(r0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textTransform)}(e),label:vr("Letter case"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,typography:{...null==r?void 0:r.typography,textTransform:void 0}})})}(e),isShownByDefault:null==m?void 0:m.textTransform,resetAllFilter:f("textTransform"),panelId:t},(0,ft.createElement)(o2,e)),!l&&(0,ft.createElement)(r0,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.letterSpacing)}(e),label:vr("Letter-spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,typography:{...null==r?void 0:r.typography,letterSpacing:void 0}})})}(e),isShownByDefault:null==m?void 0:m.letterSpacing,resetAllFilter:f("letterSpacing"),panelId:t},(0,ft.createElement)(l2,e)))}const m2=e=>d2.some((t=>ia(e,t)));function f2(e){const t=aa(e,k3);return!!(!0===t||null!=t&&t.blockGap)}function h2(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!rL("spacing.blockGap");return!f2(e)||t}function g2(e){var t;const{clientId:n,attributes:{style:r},setAttributes:o}=e,a=wL({availableUnits:rL("spacing.units")||["%","px","em","rem","vw"]}),i=BD(n);if(h2(e))return null;return iy.select({web:(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(wS,{label:vr("Block spacing"),__unstableInputWidth:"80px",min:0,onChange:e=>{var t;const n={...r,spacing:{...null==r?void 0:r.spacing,blockGap:e}};o({style:BA(n)});const a=(null===(t=window)||void 0===t?void 0:t.navigator.userAgent)&&window.navigator.userAgent.includes("Safari")&&!window.navigator.userAgent.includes("Chrome ")&&!window.navigator.userAgent.includes("Chromium ");var s;i.current&&a&&(null===(s=i.current.parentNode)||void 0===s||s.replaceChild(i.current,i.current))},units:a,value:null==r||null===(t=r.spacing)||void 0===t?void 0:t.blockGap})),native:null})}const b2=ib("div",{target:"e7pk0lh6"})({name:"14bvcyk",styles:"box-sizing:border-box;max-width:235px;padding-bottom:12px;width:100%"}),v2=ib(AE,{target:"e7pk0lh5"})("color:",XE.ui.label,";padding-bottom:8px;"),y2=ib(AE,{target:"e7pk0lh4"})({name:"aujtid",styles:"min-height:30px;gap:0"}),_2=ib("div",{target:"e7pk0lh3"})({name:"112jwab",styles:"box-sizing:border-box;max-width:80px"}),M2=ib(AE,{target:"e7pk0lh2"})({name:"xy18ro",styles:"justify-content:center;padding-top:8px"}),k2=ib(AE,{target:"e7pk0lh1"})({name:"3tw5wk",styles:"position:relative;height:100%;width:100%;justify-content:flex-start"});var w2={name:"1ch9yvl",styles:"border-radius:0"},E2={name:"tg3mx0",styles:"border-radius:2px"};const L2=e=>{let{isFirst:t,isLast:n,isOnly:r}=e;return t?CE({borderTopRightRadius:0,borderBottomRightRadius:0})():n?CE({borderTopLeftRadius:0,borderBottomLeftRadius:0})():r?E2:w2},C2=e=>{let{isFirst:t,isOnly:n}=e;return CE({marginLeft:t||n?0:-1})()},x2=ib(wS,{target:"e7pk0lh0"})("max-width:60px;",L2,";",C2,";");function S2(e){let{isFirst:t,isLast:n,isOnly:r,onHoverOn:o=vt.noop,onHoverOff:a=vt.noop,label:i,value:s,...l}=e;const c=function(e,t){void 0===t&&(t={}),Mx.set("hover",$x);var n=(0,ft.useRef)();return n.current||(n.current=Vx(bx,Ux)),Wx({hover:e},n.current(t))}((e=>{let{event:t,...n}=e;n.hovering?o(t,n):a(t,n)}));return(0,ft.createElement)(_2,c(),(0,ft.createElement)(A2,{text:i},(0,ft.createElement)(x2,bt({"aria-label":i,className:"component-box-control__unit-control",hideHTMLArrows:!0,isFirst:t,isLast:n,isOnly:r,isPressEnterToChange:!0,isResetValueOnUnitChange:!1,value:s},l))))}function A2(e){let{children:t,text:n}=e;return n?(0,ft.createElement)(ug,{text:n,position:"top"},(0,ft.createElement)("div",null,t)):t}const T2={all:vr("All"),top:vr("Top"),bottom:vr("Bottom"),left:vr("Left"),right:vr("Right"),mixed:vr("Mixed"),vertical:vr("Vertical"),horizontal:vr("Horizontal")},z2={top:null,right:null,bottom:null,left:null},N2={top:!1,right:!1,bottom:!1,left:!1},O2=["top","right","bottom","left"];function D2(e){return e.sort(((t,n)=>e.filter((e=>e===t)).length-e.filter((e=>e===n)).length)).pop()}function B2(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:O2;const n=H2(t),r=n.map((t=>ML(e[t]))),o=r.map((e=>e[0])),a=r.map((e=>e[1])),i=o.every((e=>e===o[0]))?o[0]:"",s=D2(a),l=(0,vt.isNumber)(i)?`${i}${s}`:null;return l}function I2(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:O2;const n=B2(e,t),r=isNaN(parseFloat(n));return r}function P2(e){return void 0!==e&&!(0,vt.isEmpty)(Object.values(e).filter((e=>!!e&&/\d/.test(e))))}function R2(e,t){let n="all";return e||(n=t?"vertical":"top"),n}function H2(e){const t=[];if(null==e||!e.length)return O2;if(e.includes("vertical"))t.push("top","bottom");else if(e.includes("horizontal"))t.push("left","right");else{const n=O2.filter((t=>e.includes(t)));t.push(...n)}return t}function W2(e){let{onChange:t=vt.noop,onFocus:n=vt.noop,onHoverOn:r=vt.noop,onHoverOff:o=vt.noop,values:a,sides:i,selectedUnits:s,setSelectedUnits:l,...c}=e;const u=B2(a,i),d=P2(a)&&I2(a,i),p=d?T2.mixed:null,m=u?void 0:function(e){if(!e||"object"!=typeof e)return;return D2(Object.values(e).filter(Boolean))}(s),f=(e,t)=>{const n={...e};return null!=i&&i.length?i.forEach((e=>{"vertical"===e?(n.top=t,n.bottom=t):"horizontal"===e?(n.left=t,n.right=t):n[e]=t})):O2.forEach((e=>n[e]=t)),n};return(0,ft.createElement)(S2,bt({},c,{disableUnits:d,isOnly:!0,value:u,unit:m,onChange:e=>{const n=!isNaN(parseFloat(e)),r=f(a,n?e:void 0);t(r)},onUnitChange:e=>{const t=f(s,e);l(t)},onFocus:e=>{n(e,{side:"all"})},onHoverOn:()=>{r({top:!0,bottom:!0,left:!0,right:!0})},onHoverOff:()=>{o({top:!1,bottom:!1,left:!1,right:!1})},placeholder:p}))}function Y2(e){let{onChange:t=vt.noop,onFocus:n=vt.noop,onHoverOn:r=vt.noop,onHoverOff:o=vt.noop,values:a,selectedUnits:i,setSelectedUnits:s,sides:l,...c}=e;const u=e=>t=>{n(t,{side:e})},d=e=>()=>{r({[e]:!0})},p=e=>()=>{o({[e]:!1})},m=e=>(n,r)=>{let{event:o}=r;const{altKey:i}=o,s={...a},l=!isNaN(parseFloat(n))?n:void 0;if(s[e]=l,i)switch(e){case"top":s.bottom=l;break;case"bottom":s.top=l;break;case"left":s.right=l;break;case"right":s.left=l}(e=>{t(e)})(s)},f=e=>t=>{const n={...i};n[e]=t,s(n)},h=null!=l&&l.length?O2.filter((e=>l.includes(e))):O2,g=h[0],b=h[h.length-1],v=g===b&&g;return(0,ft.createElement)(M2,{className:"component-box-control__input-controls-wrapper"},(0,ft.createElement)(k2,{gap:0,align:"top",className:"component-box-control__input-controls"},h.map((e=>(0,ft.createElement)(S2,bt({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:a[e],unit:a[e]?void 0:i[e],onChange:m(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:p(e),label:T2[e],key:`box-control-${e}`}))))))}const j2=["vertical","horizontal"];function q2(e){let{onChange:t,onFocus:n,onHoverOn:r,onHoverOff:o,values:a,selectedUnits:i,setSelectedUnits:s,sides:l,...c}=e;const u=e=>t=>{n&&n(t,{side:e})},d=e=>()=>{r&&("vertical"===e&&r({top:!0,bottom:!0}),"horizontal"===e&&r({left:!0,right:!0}))},p=e=>()=>{o&&("vertical"===e&&o({top:!1,bottom:!1}),"horizontal"===e&&o({left:!1,right:!1}))},m=e=>n=>{if(!t)return;const r={...a},o=!isNaN(parseFloat(n))?n:void 0;"vertical"===e&&(r.top=o,r.bottom=o),"horizontal"===e&&(r.left=o,r.right=o),t(r)},f=e=>t=>{const n={...i};"vertical"===e&&(n.top=t,n.bottom=t),"horizontal"===e&&(n.left=t,n.right=t),s(n)},h=null!=l&&l.length?j2.filter((e=>l.includes(e))):j2,g=h[0],b=h[h.length-1],v=g===b;return(0,ft.createElement)(k2,{gap:0,align:"top",className:"component-box-control__vertical-horizontal-input-controls"},h.map((e=>(0,ft.createElement)(S2,bt({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:"vertical"===e?a.top:a.left,unit:"vertical"===e?i.top:i.left,onChange:m(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:p(e),label:T2[e],key:e})))))}const F2=ib("span",{target:"eaw9yqk8"})({name:"1w884gc",styles:"box-sizing:border-box;display:block;width:24px;height:24px;position:relative;padding:4px"}),V2=ib("span",{target:"eaw9yqk7"})({name:"i6vjox",styles:"box-sizing:border-box;display:block;position:relative;width:100%;height:100%"}),X2=ib("span",{target:"eaw9yqk6"})("box-sizing:border-box;display:block;pointer-events:none;position:absolute;",(e=>{let{isFocused:t}=e;return uE({backgroundColor:"currentColor",opacity:t?1:.3},"","")}),";"),U2=ib(X2,{target:"eaw9yqk5"})({name:"1k2w39q",styles:"bottom:3px;top:3px;width:2px"}),$2=ib(X2,{target:"eaw9yqk4"})({name:"1q9b07k",styles:"height:2px;left:3px;right:3px"}),G2=ib($2,{target:"eaw9yqk3"})({name:"abcix4",styles:"top:0"}),K2=ib(U2,{target:"eaw9yqk2"})({name:"1wf8jf",styles:"right:0"}),J2=ib($2,{target:"eaw9yqk1"})({name:"8tapst",styles:"bottom:0"}),Z2=ib(U2,{target:"eaw9yqk0"})({name:"1ode3cm",styles:"left:0"});function Q2(e){let{size:t=24,side:n="all",sides:r,...o}=e;const a=e=>!(e=>(null==r?void 0:r.length)&&!r.includes(e))(e)&&("all"===n||n===e),i=a("top")||a("vertical"),s=a("right")||a("horizontal"),l=a("bottom")||a("vertical"),c=a("left")||a("horizontal"),u=t/24;return(0,ft.createElement)(F2,bt({style:{transform:`scale(${u})`}},o),(0,ft.createElement)(V2,null,(0,ft.createElement)(G2,{isFocused:i}),(0,ft.createElement)(K2,{isFocused:s}),(0,ft.createElement)(J2,{isFocused:l}),(0,ft.createElement)(Z2,{isFocused:c})))}function e3(e){let{isLinked:t,...n}=e;const r=vr(t?"Unlink Sides":"Link Sides");return(0,ft.createElement)(ug,{text:r},(0,ft.createElement)("span",null,(0,ft.createElement)(db,bt({},n,{className:"component-box-control__linked-button",variant:t?"primary":"secondary",isSmall:!0,icon:t?uQ:dQ,iconSize:16,"aria-label":r}))))}var t3={name:"11f5o9n",styles:"bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1"};const n3=ib("div",{target:"e1df9b4q5"})("box-sizing:border-box;position:relative;",(e=>{let{isPositionAbsolute:t}=e;return t?t3:""}),";"),r3=ib("div",{target:"e1df9b4q4"})("box-sizing:border-box;background:",XE.blue.wordpress[700],";background:",XE.ui.theme,";filter:brightness( 1 );opacity:0;position:absolute;pointer-events:none;transition:opacity 120ms linear;z-index:1;",(e=>{let{isActive:t}=e;return t&&"\n\t\topacity: 0.3;\n\t"}),";"),o3=ib(r3,{target:"e1df9b4q3"})({name:"5i97ct",styles:"top:0;left:0;right:0"}),a3=ib(r3,{target:"e1df9b4q2"})("top:0;bottom:0;",CE({right:0}),";"),i3=ib(r3,{target:"e1df9b4q1"})({name:"8cxke2",styles:"bottom:0;left:0;right:0"}),s3=ib(r3,{target:"e1df9b4q0"})("top:0;bottom:0;",CE({left:0}),";");function l3(e){let{showValues:t=N2,values:n}=e;const{top:r,right:o,bottom:a,left:i}=n;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(c3,{isVisible:t.top,value:r}),(0,ft.createElement)(u3,{isVisible:t.right,value:o}),(0,ft.createElement)(d3,{isVisible:t.bottom,value:a}),(0,ft.createElement)(p3,{isVisible:t.left,value:i}))}function c3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=m3(r).isActive||t;return(0,ft.createElement)(o3,{isActive:o,style:{height:r}})}function u3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=m3(r).isActive||t;return(0,ft.createElement)(a3,{isActive:o,style:{width:r}})}function d3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=m3(r).isActive||t;return(0,ft.createElement)(i3,{isActive:o,style:{height:r}})}function p3(e){let{isVisible:t=!1,value:n}=e;const r=n,o=m3(r).isActive||t;return(0,ft.createElement)(s3,{isActive:o,style:{width:r}})}function m3(e){const[t,n]=(0,ft.useState)(!1),r=(0,ft.useRef)(e),o=(0,ft.useRef)(),a=()=>{o.current&&window.clearTimeout(o.current)};return(0,ft.useEffect)((()=>(e!==r.current&&(n(!0),r.current=e,a(),o.current=setTimeout((()=>{n(!1)}),400)),()=>a())),[e]),{isActive:t}}const f3={min:0};function h3(e){let{id:t,inputProps:n=f3,onChange:r=vt.noop,onChangeShowVisualizer:o=vt.noop,label:a=vr("Box Control"),values:i,units:s,sides:l,splitOnAxis:c=!1,allowReset:u=!0,resetValues:d=z2}=e;const[p,m]=MS(i,{fallback:z2}),f=p||z2,h=P2(i),g=1===(null==l?void 0:l.length),[b,v]=(0,ft.useState)(h),[y,_]=(0,ft.useState)(!h||!I2(f)||g),[M,k]=(0,ft.useState)(R2(y,c)),[w,E]=(0,ft.useState)({top:ML(null==i?void 0:i.top)[1],right:ML(null==i?void 0:i.right)[1],bottom:ML(null==i?void 0:i.bottom)[1],left:ML(null==i?void 0:i.left)[1]}),L=function(e){const t=mf(h3,"inspector-box-control");return e||t}(t),C=`${L}-heading`,x={...n,onChange:e=>{r(e),m(e),v(!0)},onFocus:(e,t)=>{let{side:n}=t;k(n)},onHoverOn:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o({...N2,...e})},onHoverOff:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o({...N2,...e})},isLinked:y,units:s,selectedUnits:w,setSelectedUnits:E,sides:l,values:f};return(0,ft.createElement)(b2,{id:L,role:"region","aria-labelledby":C},(0,ft.createElement)(v2,{className:"component-box-control__header"},(0,ft.createElement)(zE,null,(0,ft.createElement)(hC,{id:C,className:"component-box-control__label"},a)),u&&(0,ft.createElement)(zE,null,(0,ft.createElement)(db,{className:"component-box-control__reset-button",isSecondary:!0,isSmall:!0,onClick:()=>{r(d),m(d),E(d),v(!1)},disabled:!b},vr("Reset")))),(0,ft.createElement)(y2,{className:"component-box-control__header-control-wrapper"},(0,ft.createElement)(zE,null,(0,ft.createElement)(Q2,{side:M,sides:l})),y&&(0,ft.createElement)(lZ,null,(0,ft.createElement)(W2,bt({"aria-label":a},x))),!y&&c&&(0,ft.createElement)(lZ,null,(0,ft.createElement)(q2,x)),!g&&(0,ft.createElement)(zE,null,(0,ft.createElement)(e3,{onClick:()=>{_(!y),k(R2(!y,c))},isLinked:y}))),!y&&!c&&(0,ft.createElement)(Y2,x))}function g3(e){const t=aa(e,k3);return!!(!0===t||null!=t&&t.margin)}function b3(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!rL("spacing.margin"),n=!S3(e,"margin");return!g3(e)||t||n}function v3(e){var t;const{name:n,attributes:{style:r},setAttributes:o}=e,a=wL({availableUnits:rL("spacing.units")||["%","px","em","rem","vw"]}),i=x3(n,"margin"),s=i&&i.some((e=>E3.includes(e)));if(b3(e))return null;return iy.select({web:(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(h3,{values:null==r||null===(t=r.spacing)||void 0===t?void 0:t.margin,onChange:e=>{const t={...r,spacing:{...null==r?void 0:r.spacing,margin:e}};o({style:BA(t)})},onChangeShowVisualizer:e=>{const t={...r,visualizers:{margin:e}};o({style:BA(t)})},label:vr("Margin"),sides:i,units:a,allowReset:!1,splitOnAxis:s})),native:null})}function y3(e){const t=aa(e,k3);return!!(!0===t||null!=t&&t.padding)}function _3(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!rL("spacing.padding"),n=!S3(e,"padding");return!y3(e)||t||n}function M3(e){var t;const{name:n,attributes:{style:r},setAttributes:o}=e,a=wL({availableUnits:rL("spacing.units")||["%","px","em","rem","vw"]}),i=x3(n,"padding"),s=i&&i.some((e=>E3.includes(e)));if(_3(e))return null;return iy.select({web:(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(h3,{values:null==r||null===(t=r.spacing)||void 0===t?void 0:t.padding,onChange:e=>{const t={...r,spacing:{...null==r?void 0:r.spacing,padding:e}};o({style:BA(t)})},onChangeShowVisualizer:e=>{const t={...r,visualizers:{padding:e}};o({style:BA(t)})},label:vr("Padding"),sides:i,units:a,allowReset:!1,splitOnAxis:s})),native:null})}h3.__Visualizer=function(e){let{children:t,showValues:n=N2,values:r=z2,...o}=e;const a=!t;return(0,ft.createElement)(n3,bt({},o,{isPositionAbsolute:a,"aria-hidden":"true"}),(0,ft.createElement)(l3,{showValues:n,values:r}),t)};const k3="spacing",w3=["top","right","bottom","left"],E3=["vertical","horizontal"];function L3(e){const t=h2(e),n=_3(e),r=b3(e),o=C3(e),a=function(e){if("web"!==iy.OS)return!1;return f2(e)||y3(e)||g3(e)}(e.name);if(o||!a)return null;const i=aa(e.name,[k3,"__experimentalDefaultControls"]),s=e=>t=>{var n;return{...t,style:{...t.style,spacing:{...null===(n=t.style)||void 0===n?void 0:n.spacing,[e]:void 0}}}};return(0,ft.createElement)(YA,{__experimentalGroup:"dimensions"},!n&&(0,ft.createElement)(r0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.padding)}(e),label:vr("Padding"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,spacing:{...null==r?void 0:r.spacing,padding:void 0}})})}(e),resetAllFilter:s("padding"),isShownByDefault:null==i?void 0:i.padding,panelId:e.clientId},(0,ft.createElement)(M3,e)),!r&&(0,ft.createElement)(r0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.margin)}(e),label:vr("Margin"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:BA({...r,spacing:{...null==r?void 0:r.spacing,margin:void 0}})})}(e),resetAllFilter:s("margin"),isShownByDefault:null==i?void 0:i.margin,panelId:e.clientId},(0,ft.createElement)(v3,e)),!t&&(0,ft.createElement)(r0,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.blockGap)}(e),label:vr("Block spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:{...r,spacing:{...null==r?void 0:r.spacing,blockGap:void 0}}})}(e),resetAllFilter:s("blockGap"),isShownByDefault:null==i?void 0:i.blockGap,panelId:e.clientId},(0,ft.createElement)(g2,e)))}const C3=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=h2(e),n=_3(e),r=b3(e);return t&&n&&r};function x3(e,t){const n=aa(e,k3);if(n&&"boolean"!=typeof n[t])return n[t]}function S3(e,t){const n=x3(e,t);return!(n&&n.some((e=>w3.includes(e)))&&n.some((e=>E3.includes(e))))||(console.warn(`The ${t} support for the "${e}" block can not be configured to support both axial and arbitrary sides.`),!1)}const A3=[...d2,EQ,$Q,k3],T3=e=>A3.some((t=>ia(e,t))),z3="var:";function N3(e){if((0,vt.startsWith)(e,z3)){return`var(--wp--${e.slice(z3.length).split("|").join("--")})`}return e}function O3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t={};return Object.keys(jo).forEach((n=>{const r=jo[n].value,o=jo[n].properties;if((0,vt.has)(e,r)&&"elements"!==(0,vt.first)(r)){const a=(0,vt.get)(e,r);o&&!(0,vt.isString)(a)?Object.entries(o).forEach((e=>{const[n,r]=e,o=(0,vt.get)(a,[r]);o&&(t[n]=N3(o))})):t[n]=N3((0,vt.get)(e,r))}})),t}const D3={"__experimentalBorder.__experimentalSkipSerialization":["border"],"color.__experimentalSkipSerialization":[$Q],"typography.__experimentalSkipSerialization":[u2],[`${k3}.__experimentalSkipSerialization`]:["spacing"]},B3={...D3,[`${k3}`]:["spacing.blockGap"]};function I3(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:B3;if(!T3(t))return e;let{style:o}=n;return(0,vt.forEach)(r,((e,n)=>{aa(t,n)&&(o=(0,vt.omit)(o,e))})),e.style={...O3(o),...e.style},e}const P3=Rp((e=>t=>{const n=Fw();return(0,ft.createElement)(ft.Fragment,null,n&&(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(e0,t),(0,ft.createElement)(p2,t),(0,ft.createElement)(LQ,t),(0,ft.createElement)(L3,t)),(0,ft.createElement)(e,t))}),"withToolbarControls"),R3=Rp((e=>t=>{var n,r;const o=null===(n=t.attributes.style)||void 0===n?void 0:n.elements,a=`wp-elements-${mf(e)}`,i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,vt.map)(t,((t,n)=>{const r=O3(t);return(0,vt.isEmpty)(r)?"":[`.${e} ${qo[n]}{`,...(0,vt.map)(r,((e,t)=>`\t${(0,vt.kebabCase)(t)}: ${e};`)),"}"].join("\n")})).join("\n")}(a,null===(r=t.attributes.style)||void 0===r?void 0:r.elements),s=(0,ft.useContext)(UU.__unstableElementContext);return(0,ft.createElement)(ft.Fragment,null,o&&s&&(0,gt.createPortal)((0,ft.createElement)("style",{dangerouslySetInnerHTML:{__html:i}}),s),(0,ft.createElement)(e,bt({},t,{className:o?jp()(t.className,a):t.className})))}));er("blocks.registerBlockType","core/style/addAttribute",(function(e){return T3(e)?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),er("blocks.getSaveContent.extraProps","core/style/addSaveProps",I3),er("blocks.registerBlockType","core/style/addEditProps",(function(e){if(!T3(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),I3(r,e,n,D3)},e})),er("editor.BlockEdit","core/style/with-block-controls",P3),er("editor.BlockListBlock","core/editor/with-elements-styles",R3);const H3=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{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"}));const W3=function(e){let{fill:t}=e;return t?(0,ft.createElement)("span",{className:"components-swatch",style:{background:t}}):(0,ft.createElement)(pg,{icon:H3})};function Y3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"90deg";const n=100/e.length,r=e.map(((e,t)=>`${e} ${t*n}%, ${e} ${(t+1)*n}%`)).join(", ");return`linear-gradient( ${t}, ${r} )`}zo([No]);const j3=function(e){let{values:t}=e;return(0,ft.createElement)(W3,{fill:t&&Y3(t,"135deg")})};function q3(e){let{label:t,value:n,colors:r,disableCustomColors:o,enableAlpha:a,onChange:i}=e;const[s,l]=(0,ft.useState)(!1);return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(db,{className:"components-color-list-picker__swatch-button",icon:(0,ft.createElement)(W3,{fill:n}),onClick:()=>l((e=>!e))},t),s&&(0,ft.createElement)(sZ,{className:"components-color-list-picker__color-picker",colors:r,value:n,clearable:!1,onChange:i,disableCustomColors:o,enableAlpha:a}))}const F3=function(e){let{colors:t,labels:n,value:r=[],disableCustomColors:o,enableAlpha:a,onChange:i}=e;return(0,ft.createElement)("div",{className:"components-color-list-picker"},n.map(((e,n)=>(0,ft.createElement)(q3,{key:n,label:e,value:r[n],colors:t,disableCustomColors:o,enableAlpha:a,onChange:e=>{const t=r.slice();t[n]=e,i(t)}}))))},V3=["#333","#CCC"];function X3(e){let{value:t,onChange:n}=e;const r=!!t,o=r?t:V3,a=Y3(o),i=function(e){return e.map(((t,n)=>({position:100*n/(e.length-1),color:t})))}(o);return(0,ft.createElement)(CZ,{disableInserter:!0,background:a,hasGradient:r,value:i,onChange:e=>{const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map((e=>{let{color:t}=e;return t}))}(e);n(t)}})}const U3=function(e){let{clearable:t=!0,colorPalette:n,duotonePalette:r,disableCustomColors:o,disableCustomDuotone:a,value:i,onChange:s}=e;const[l,c]=(0,ft.useMemo)((()=>{return!(e=n)||e.length<2?["#000","#fff"]:e.map((e=>{let{color:t}=e;return{color:t,brightness:Ao(t).brightness()}})).reduce(((e,t)=>{let[n,r]=e;return[t.brightness<=n.brightness?t:n,t.brightness>=r.brightness?t:r]}),[{brightness:1},{brightness:0}]).map((e=>{let{color:t}=e;return t}));var e}),[n]);return(0,ft.createElement)(rZ,{options:r.map((e=>{let{colors:t,slug:n,name:r}=e;const o={background:Y3(t,"135deg"),color:"transparent"},a=null!=r?r:Tn(vr("Duotone code: %s"),n),l=r?Tn(vr("Duotone: %s"),r):a,c=(0,vt.isEqual)(t,i);return(0,ft.createElement)(rZ.Option,{key:n,value:t,isSelected:c,"aria-label":l,tooltipText:a,style:o,onClick:()=>{s(c?void 0:t)}})})),actions:!!t&&(0,ft.createElement)(rZ.ButtonAction,{onClick:()=>s(void 0)},vr("Clear"))},!o&&!a&&(0,ft.createElement)(X3,{value:i,onChange:s}),!a&&(0,ft.createElement)(F3,{labels:[vr("Shadows"),vr("Highlights")],colors:n,value:i,disableCustomColors:o,enableAlpha:!0,onChange:e=>{e[0]||(e[0]=l),e[1]||(e[1]=c);const t=e.length>=2?e:void 0;s(t)}}))};const $3=function(e){let{colorPalette:t,duotonePalette:n,disableCustomColors:r,disableCustomDuotone:o,value:a,onChange:i}=e;return(0,ft.createElement)(Ov,{popoverProps:{className:"block-editor-duotone-control__popover",headerTitle:vr("Duotone"),isAlternate:!0},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,ft.createElement)(Tv,{showTooltip:!0,onClick:n,"aria-haspopup":"true","aria-expanded":t,onKeyDown:e=>{t||e.keyCode!==Df||(e.preventDefault(),n())},label:vr("Apply duotone filter"),icon:(0,ft.createElement)(j3,{values:a})})},renderContent:()=>(0,ft.createElement)(Kw,{label:vr("Duotone")},(0,ft.createElement)("div",{className:"block-editor-duotone-control__description"},vr("Create a two-tone color effect without losing your original image.")),(0,ft.createElement)(U3,{colorPalette:t,duotonePalette:n,disableCustomColors:r,disableCustomDuotone:o,value:a,onChange:i}))})},G3=[];function K3(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const t={r:[],g:[],b:[],a:[]};return e.forEach((e=>{const n=Ao(e).toRgb();t.r.push(n.r/255),t.g.push(n.g/255),t.b.push(n.b/255),t.a.push(n.a)})),t}function J3(e){let{selector:t,id:n,values:r}=e;const o=`\n${t} {\n\tfilter: url( #${n} );\n}\n`;return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(_h,{xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 0 0",width:"0",height:"0",focusable:"false",role:"none",style:{visibility:"hidden",position:"absolute",left:"-9999px",overflow:"hidden"}},(0,ft.createElement)("defs",null,(0,ft.createElement)("filter",{id:n},(0,ft.createElement)("feColorMatrix",{colorInterpolationFilters:"sRGB",type:"matrix",values:" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "}),(0,ft.createElement)("feComponentTransfer",{colorInterpolationFilters:"sRGB"},(0,ft.createElement)("feFuncR",{type:"table",tableValues:r.r.join(" ")}),(0,ft.createElement)("feFuncG",{type:"table",tableValues:r.g.join(" ")}),(0,ft.createElement)("feFuncB",{type:"table",tableValues:r.b.join(" ")}),(0,ft.createElement)("feFuncA",{type:"table",tableValues:r.a.join(" ")})),(0,ft.createElement)("feComposite",{in2:"SourceGraphic",operator:"in"})))),(0,ft.createElement)("style",{dangerouslySetInnerHTML:{__html:o}}))}function Z3(e){var t;let{attributes:n,setAttributes:r}=e;const o=null==n?void 0:n.style,a=null==o||null===(t=o.color)||void 0===t?void 0:t.duotone,i=rL("color.duotone")||G3,s=rL("color.palette")||G3,l=!rL("color.custom"),c=!rL("color.customDuotone")||0===(null==s?void 0:s.length)&&l;return 0===(null==i?void 0:i.length)&&c?null:(0,ft.createElement)($w,{group:"block",__experimentalShareWithChildBlocks:!0},(0,ft.createElement)($3,{duotonePalette:i,colorPalette:s,disableCustomDuotone:c,disableCustomColors:l,value:a,onChange:e=>{const t={...o,color:{...null==o?void 0:o.color,duotone:e}};r({style:t})}}))}zo([No]);const Q3=Rp((e=>t=>{const n=ia(t.name,"color.__experimentalDuotone");return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(e,t),n&&(0,ft.createElement)(Z3,t))}),"withDuotoneControls");const e4=Rp((e=>t=>{var n,r,o;const a=aa(t.name,"color.__experimentalDuotone"),i=null==t||null===(n=t.attributes)||void 0===n||null===(r=n.style)||void 0===r||null===(o=r.color)||void 0===o?void 0:o.duotone;if(!a||!i)return(0,ft.createElement)(e,t);const s=`wp-duotone-${mf(e)}`,l=function(e,t){const n=e.split(","),r=t.split(","),o=[];return n.forEach((e=>{r.forEach((t=>{o.push(`${e.trim()} ${t.trim()}`)}))})),o.join(", ")}(`.editor-styles-wrapper .${s}`,a),c=jp()(null==t?void 0:t.className,s),u=(0,ft.useContext)(UU.__unstableElementContext);return(0,ft.createElement)(ft.Fragment,null,u&&(0,gt.createPortal)((0,ft.createElement)(J3,{selector:l,id:s,values:K3(i)}),u),(0,ft.createElement)(e,bt({},t,{className:c})))}),"withDuotoneStyles");er("blocks.registerBlockType","core/editor/duotone/add-attributes",(function(e){return ia(e,"color.__experimentalDuotone")?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),er("editor.BlockEdit","core/editor/duotone/with-editor-controls",Q3),er("editor.BlockListBlock","core/editor/duotone/with-styles",e4);const t4=(0,ft.forwardRef)((function(e,t){let{className:n,...r}=e;const o=jp()("components-button-group",n);return(0,ft.createElement)("div",bt({ref:t,role:"group",className:o},r))})),n4="__experimentalLayout";function r4(e){let{setAttributes:t,attributes:n,name:r}=e;const{layout:o}=n,a=rL("layout"),i=Nc((e=>{const{getSettings:t}=e(Hw);return t().supportsLayout}),[]),s=aa(r,n4,{}),{allowSwitching:l,allowEditing:c=!0,allowInheriting:u=!0,default:d}=s;if(!c)return null;const p=o||d||{},{inherit:m=!1,type:f="default"}=p;if("default"===f&&!i)return null;const h=xS(f),g=e=>t({layout:e});return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(YA,null,(0,ft.createElement)(tA,{title:vr("Layout")},u&&!!a&&(0,ft.createElement)(QE,{label:vr("Inherit default layout"),checked:!!m,onChange:()=>t({layout:{inherit:!m}})}),!m&&l&&(0,ft.createElement)(o4,{type:f,onChange:e=>t({layout:{type:e}})}),!m&&h&&(0,ft.createElement)(h.inspectorControls,{layout:p,onChange:g,layoutBlockSupport:s}))),!m&&h&&(0,ft.createElement)(h.toolBarControls,{layout:p,onChange:g,layoutBlockSupport:s}))}function o4(e){let{type:t,onChange:n}=e;return(0,ft.createElement)(t4,null,CS.map((e=>{let{name:r,label:o}=e;return(0,ft.createElement)(db,{key:r,isPressed:t===r,onClick:()=>n(r)},o)})))}const a4=Rp((e=>t=>{const{name:n}=t;return[ia(n,n4)&&(0,ft.createElement)(r4,bt({key:"layout"},t)),(0,ft.createElement)(e,bt({key:"edit"},t))]}),"withInspectorControls"),i4=Rp((e=>t=>{const{name:n,attributes:r}=t,o=ia(n,n4),a=mf(e),i=rL("layout")||{},s=(0,ft.useContext)(UU.__unstableElementContext),{layout:l}=r,{default:c}=aa(n,n4)||{},u=null!=l&&l.inherit?i:l||c||{},d=jp()(null==t?void 0:t.className,{[`wp-container-${a}`]:o});return(0,ft.createElement)(ft.Fragment,null,o&&s&&(0,gt.createPortal)((0,ft.createElement)(NS,{selector:`.wp-container-${a}`,layout:u}),s),(0,ft.createElement)(e,bt({},t,{className:d})))}));er("blocks.registerBlockType","core/layout/addAttribute",(function(e){return(0,vt.has)(e.attributes,["layout","type"])||ia(e,n4)&&(e.attributes={...e.attributes,layout:{type:"object"}}),e})),er("editor.BlockListBlock","core/editor/layout/with-layout-styles",i4),er("editor.BlockEdit","core/editor/layout/with-inspector-controls",a4);const s4=[];function l4(e){var t;let{borderColor:n,style:r}=e;const o=(null==r?void 0:r.border)||{},a=ZZ("border-color",n);return{className:jp()({[a]:!!a,"has-border-color":n||(null==r||null===(t=r.border)||void 0===t?void 0:t.color)})||void 0,style:O3({border:o})}}function c4(e){const t=rL("color.palette")||s4,n=l4(e);if(e.borderColor){const r=KZ(t,e.borderColor);n.style.borderColor=r.color}return n}function u4(e){var t,n,r,o,a,i;const{backgroundColor:s,textColor:l,gradient:c,style:u}=e,d=ZZ("background-color",s),p=ZZ("color",l),m=AQ(c),f=m||(null==u||null===(t=u.color)||void 0===t?void 0:t.gradient);return{className:jp()(p,m,{[d]:!f&&!!d,"has-text-color":l||(null==u||null===(n=u.color)||void 0===n?void 0:n.text),"has-background":s||(null==u||null===(r=u.color)||void 0===r?void 0:r.background)||c||(null==u||null===(o=u.color)||void 0===o?void 0:o.gradient),"has-link-color":null==u||null===(a=u.elements)||void 0===a||null===(i=a.link)||void 0===i?void 0:i.color})||void 0,style:O3({color:(null==u?void 0:u.color)||{}})}}function d4(e){const{backgroundColor:t,textColor:n,gradient:r}=e,{palette:o,gradients:a}=rL("color")||{},i=(0,ft.useMemo)((()=>[...(null==o?void 0:o.custom)||[],...(null==o?void 0:o.theme)||[],...(null==o?void 0:o.default)||[]]),[o]),s=(0,ft.useMemo)((()=>[...(null==a?void 0:a.custom)||[],...(null==a?void 0:a.theme)||[],...(null==a?void 0:a.default)||[]]),[a]),l=u4(e);if(t){const e=KZ(i,t);l.style.backgroundColor=e.color}if(r&&(l.style.background=TQ(s,r)),n){const e=KZ(i,n);l.style.color=e.color}return l}function p4(e){const{style:t}=e;return{style:O3({spacing:(null==t?void 0:t.spacing)||{}})}}const m4=()=>Rp((e=>t=>{const{palette:n}=rL("color")||{},r=(0,ft.useMemo)((()=>[...(null==n?void 0:n.custom)||[],...(null==n?void 0:n.theme)||[],...(null==n?void 0:n.default)||[]]),[n]);return(0,ft.createElement)(e,bt({},t,{colors:r}))}),"withEditorColorPalette");function f4(e,t){const n=(0,vt.reduce)(e,((e,t)=>({...e,...(0,vt.isString)(t)?{[t]:(0,vt.kebabCase)(t)}:t})),{});return KA([t,e=>class extends ft.Component{constructor(e){super(e),this.setters=this.createSetters(),this.colorUtils={getMostReadableColor:this.getMostReadableColor.bind(this)},this.state={}}getMostReadableColor(e){const{colors:t}=this.props;return function(e,t){const n=Ao(t);return(0,vt.maxBy)(e,(e=>{let{color:t}=e;return n.contrast(t)})).color}(t,e)}createSetters(){return(0,vt.reduce)(n,((e,t,n)=>{const r=(0,vt.upperFirst)(n),o=`custom${r}`;return e[`set${r}`]=this.createSetColor(n,o),e}),{})}createSetColor(e,t){return n=>{const r=JZ(this.props.colors,n);this.props.setAttributes({[e]:r&&r.slug?r.slug:void 0,[t]:r&&r.slug?void 0:n})}}static getDerivedStateFromProps(e,t){let{attributes:r,colors:o}=e;return(0,vt.reduce)(n,((e,n,a)=>{const i=KZ(o,r[a],r[`custom${(0,vt.upperFirst)(a)}`]),s=t[a];return(null==s?void 0:s.color)===i.color&&s?e[a]=s:e[a]={...i,class:ZZ(n,i.slug)},e}),{})}render(){return(0,ft.createElement)(e,bt({},this.props,{colors:void 0},this.state,this.setters,{colorUtils:this.colorUtils}))}}])}function h4(){const e=m4();for(var t=arguments.length,n=new Array(t),r=0;rn(t===e?void 0:e)}const c=(0,vt.find)(r,(e=>e.align===t)),u=s?jv:Gw,d=s?{isCollapsed:i}:{};return(0,ft.createElement)(u,bt({icon:c?c.icon:Mr()?v4:g4,label:o,toggleProps:{describedBy:a},popoverProps:_4,controls:r.map((e=>{const{align:n}=e,r=t===n;return{...e,isActive:r,role:i?"menuitemradio":void 0,onClick:l(n)}}))},d))};function k4(e){return(0,ft.createElement)(M4,bt({},e,{isToolbar:!1}))}function w4(e){return(0,ft.createElement)(M4,bt({},e,{isToolbar:!0}))}const E4=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M4.2 9h1.5V5.8H9V4.2H4.2V9zm14 9.2H15v1.5h4.8V15h-1.5v3.2zM15 4.2v1.5h3.2V9h1.5V4.2H15zM5.8 15H4.2v4.8H9v-1.5H5.8V15z"}));const L4=function(e){let{isActive:t,label:n=vr("Toggle full height"),onToggle:r,isDisabled:o}=e;return(0,ft.createElement)(Tv,{isActive:t,icon:E4,label:n,onClick:()=>r(!t),disabled:o})},C4=[["top left","top center","top right"],["center left","center center","center right"],["bottom left","bottom center","bottom right"]],x4={"top left":vr("Top Left"),"top center":vr("Top Center"),"top right":vr("Top Right"),"center left":vr("Center Left"),"center center":vr("Center Center"),"center right":vr("Center Right"),"bottom left":vr("Bottom Left"),"bottom center":vr("Bottom Center"),"bottom right":vr("Bottom Right")},S4=(0,vt.flattenDeep)(C4);function A4(e){return("center"===e?"center center":e).replace("-"," ")}function T4(e,t){return`${e}-${A4(t).replace(" ","-")}`}var z4={name:"lp9rn7",styles:"border-radius:2px;box-sizing:border-box;display:grid;grid-template-columns:repeat( 3, 1fr );outline:none"};const N4=()=>z4,O4=ib("div",{target:"e1od1u4s3"})(N4,";border:1px solid transparent;cursor:pointer;grid-template-columns:auto;",(e=>{let{size:t=92}=e;return uE("grid-template-rows:repeat( 3, calc( ",t,"px / 3 ) );width:",t,"px;","")}),";"),D4=ib("div",{target:"e1od1u4s2"})({name:"1x5gbbj",styles:"box-sizing:border-box;display:grid;grid-template-columns:repeat( 3, 1fr )"}),B4=e=>uE("background:currentColor;box-sizing:border-box;display:grid;margin:auto;transition:all 120ms linear;",t$("transition")," ",(e=>{let{isActive:t}=e;return uE("box-shadow:",t?`0 0 0 2px ${XE.black}`:null,";color:",t?XE.black:XE.lightGray[800],";*:hover>&{color:",t?XE.black:XE.blue.medium.focus,";}","")})(e),";",""),I4=ib("span",{target:"e1od1u4s1"})("height:6px;width:6px;",B4,";"),P4=ib("span",{target:"e1od1u4s0"})({name:"rjf3ub",styles:"appearance:none;border:none;box-sizing:border-box;margin:0;display:flex;position:relative;outline:none;align-items:center;justify-content:center;padding:0"});function R4(e){let{isActive:t=!1,value:n,...r}=e;const o=x4[n];return(0,ft.createElement)(ug,{text:o},(0,ft.createElement)(Ev,bt({as:P4,role:"gridcell"},r),(0,ft.createElement)(cb,null,n),(0,ft.createElement)(I4,{isActive:t,role:"presentation"})))}ib("div",{target:"elqsdmc2"})({name:"ogl07i",styles:"box-sizing:border-box;padding:2px"});const H4=ib("div",{target:"elqsdmc1"})("transform-origin:top left;height:100%;width:100%;",N4,";",(()=>uE({gridTemplateRows:"repeat( 3, calc( 21px / 3))",padding:1.5,maxHeight:24,maxWidth:24},"","")),";",(e=>{let{disablePointerEvents:t}=e;return uE({pointerEvents:t?"none":null},"","")}),";"),W4=ib("span",{target:"elqsdmc0"})("height:2px;width:2px;",B4,";",(e=>{let{isActive:t}=e;return uE("box-shadow:",t?"0 0 0 1px currentColor":null,";color:currentColor;*:hover>&{color:currentColor;}","")}),";"),Y4=P4,j4=24;function q4(e){let{className:t,id:n,label:r=vr("Alignment Matrix Control"),defaultValue:o="center center",value:a,onChange:i=vt.noop,width:s=92,...l}=e;const[c]=(0,ft.useState)(null!=a?a:o),u=function(e){const t=mf(q4,"alignment-matrix-control");return e||t}(n),d=T4(u,c),p=wP({baseId:u,currentId:d,rtl:Mr()});(0,ft.useEffect)((()=>{void 0!==a&&p.setCurrentId(T4(u,a))}),[a,p.setCurrentId]);const m=jp()("component-alignment-matrix-control",t);return(0,ft.createElement)(eR,bt({},l,p,{"aria-label":r,as:O4,className:m,role:"grid",width:s}),C4.map(((e,t)=>(0,ft.createElement)(JI,bt({},p,{as:D4,role:"row",key:t}),e.map((e=>{const t=T4(u,e),n=p.currentId===t;return(0,ft.createElement)(R4,bt({},p,{id:t,isActive:n,key:e,value:e,onFocus:()=>{i(e)},tabIndex:n?0:-1}))}))))))}q4.Icon=function(e){let{className:t,disablePointerEvents:n=!0,size:r=j4,style:o={},value:a="center",...i}=e;const s=function(){const e=A4(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"center").replace("-"," "),t=S4.indexOf(e);return t>-1?t:void 0}(a),l=(r/j4).toFixed(2),c=jp()("component-alignment-matrix-control-icon",t),u={...o,transform:`scale(${l})`};return(0,ft.createElement)(H4,bt({},i,{className:c,disablePointerEvents:n,role:"presentation",size:r,style:u}),S4.map(((e,t)=>{const n=s===t;return(0,ft.createElement)(Y4,{key:e},(0,ft.createElement)(W4,{isActive:n}))})))};const F4=function(e){const{label:t=vr("Change matrix alignment"),onChange:n=vt.noop,value:r="center",isDisabled:o}=e,a=(0,ft.createElement)(q4.Icon,{value:r}),i="block-editor-block-alignment-matrix-control",s=`${i}__popover`;return(0,ft.createElement)(Ov,{position:"bottom right",className:i,popoverProps:{className:s,isAlternate:!0},renderToggle:e=>{let{onToggle:n,isOpen:r}=e;return(0,ft.createElement)(Tv,{onClick:n,"aria-haspopup":"true","aria-expanded":r,onKeyDown:e=>{r||e.keyCode!==Df||(e.preventDefault(),n())},label:t,icon:a,showTooltip:!0,disabled:o})},renderContent:()=>(0,ft.createElement)(q4,{hasFocusBorder:!1,onChange:n,value:r})})},V4=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M10.8622 8.04053L14.2805 12.0286L10.8622 16.0167L9.72327 15.0405L12.3049 12.0286L9.72327 9.01672L10.8622 8.04053Z"}));const X4=function(e){let{rootLabelText:t}=e;const{selectBlock:n,clearSelectedBlock:r}=Cp(Hw),{clientId:o,parents:a,hasSelection:i}=Nc((e=>{const{getSelectionStart:t,getSelectedBlockClientId:n,getBlockParents:r}=e(Hw),o=n();return{parents:r(o),clientId:o,hasSelection:!!t().clientId}}),[]),s=t||vr("Document");return(0,ft.createElement)("ul",{className:"block-editor-block-breadcrumb",role:"list","aria-label":vr("Block breadcrumb")},(0,ft.createElement)("li",{className:i?void 0:"block-editor-block-breadcrumb__current","aria-current":i?void 0:"true"},i&&(0,ft.createElement)(db,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:r},s),!i&&s,!!o&&(0,ft.createElement)(ES,{icon:V4,className:"block-editor-block-breadcrumb__separator"})),a.map((e=>(0,ft.createElement)("li",{key:e},(0,ft.createElement)(db,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:()=>n(e)},(0,ft.createElement)(aX,{clientId:e})),(0,ft.createElement)(ES,{icon:V4,className:"block-editor-block-breadcrumb__separator"})))),!!o&&(0,ft.createElement)("li",{className:"block-editor-block-breadcrumb__current","aria-current":"true"},(0,ft.createElement)(aX,{clientId:o})))};function U4(e){let{clientId:t,tagName:n="div",wrapperProps:r,className:o}=e;const[a,i]=(0,ft.useState)(!0),[s,l]=(0,ft.useState)(!1),{isParentSelected:c,hasChildSelected:u,isDraggingBlocks:d,isParentHighlighted:p}=Nc((e=>{const{isBlockSelected:n,hasSelectedInnerBlock:r,isDraggingBlocks:o,isBlockHighlighted:a}=e(Hw);return{isParentSelected:n(t),hasChildSelected:r(t,!0),isDraggingBlocks:o(),isParentHighlighted:a(t)}}),[t]),m=jp()("block-editor-block-content-overlay",null==r?void 0:r.className,o,{"overlay-active":a,"parent-highlighted":p,"is-dragging-blocks":d});return(0,ft.useEffect)((()=>{c||u||a||i(!0),c&&!s&&a&&i(!1),u&&a&&i(!1)}),[c,u,a,s]),(0,ft.createElement)(n,bt({},r,{className:m,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),onMouseUp:a?()=>i(!1):void 0}),null==r?void 0:r.children)}const $4=(0,ft.createElement)(_h,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,ft.createElement)(vh,{d:"M13.8 5.2H3v1.5h10.8V5.2zm-3.6 12v1.5H21v-1.5H10.2zm7.2-6H6.6v1.5h10.8v-1.5z"}));const G4=(0,ft.createContext)(),K4=G4.Provider;function J4(e){let{children:t}=e;const[n,r]=(0,ft.useState)(),o=(0,ft.useMemo)((()=>({lastFocusedElement:n,setLastFocusedElement:r})),[n]);return(0,ft.createElement)(K4,{value:o},t)}function Z4(e){const t=ih.focusable.find(e,{sequential:!0});if(t&&t.length)return t.filter((t=>t.closest('[role="row"]')===e))}const Q4=(0,ft.forwardRef)((function(e,t){let{children:n,onExpandRow:r=(()=>{}),onCollapseRow:o=(()=>{}),...a}=e;const i=(0,ft.useCallback)((e=>{const{keyCode:t,metaKey:n,ctrlKey:a,altKey:i,shiftKey:s}=e;if(n||a||i||s||!(0,vt.includes)([Nf,Df,zf,Of],t))return;e.stopPropagation();const{activeElement:l}=document,{currentTarget:c}=e;if(!c.contains(l))return;const u=l.closest('[role="row"]'),d=Z4(u),p=d.indexOf(l);if((0,vt.includes)([zf,Of],t)){let n;if(n=t===zf?Math.max(0,p-1):Math.min(p+1,d.length-1),n===p){if(t===zf){var m,f,h;if("true"===(null==u?void 0:u.ariaExpanded))return o(u),void e.preventDefault();const t=Math.max(parseInt(null!==(m=null==u?void 0:u.ariaLevel)&&void 0!==m?m:1,10)-1,1),n=Array.from(c.querySelectorAll('[role="row"]'));let r=u;for(let e=n.indexOf(u);e>=0;e--)if(parseInt(n[e].ariaLevel,10)===t){r=n[e];break}null===(f=Z4(r))||void 0===f||null===(h=f[0])||void 0===h||h.focus()}else{if("false"===(null==u?void 0:u.ariaExpanded))return r(u),void e.preventDefault();const t=Z4(u);var g;if(t.length>0)null===(g=t[t.length-1])||void 0===g||g.focus()}return void e.preventDefault()}d[n].focus(),e.preventDefault()}else if((0,vt.includes)([Nf,Df],t)){const n=Array.from(c.querySelectorAll('[role="row"]')),r=n.indexOf(u);let o;if(o=t===Nf?Math.max(0,r-1):Math.min(r+1,n.length-1),o===r)return void e.preventDefault();const a=Z4(n[o]);if(!a||!a.length)return void e.preventDefault();a[Math.min(p,a.length-1)].focus(),e.preventDefault()}}),[]);return(0,ft.createElement)(J4,null,(0,ft.createElement)("table",bt({},a,{role:"treegrid",onKeyDown:i,ref:t}),(0,ft.createElement)("tbody",null,n)))})),e5=(0,ft.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,ft.useRef)(),i=t||a,{lastFocusedElement:s,setLastFocusedElement:l}=(0,ft.useContext)(G4);let c;s&&(c=s===i.current?0:-1);const u={ref:i,tabIndex:c,onFocus:e=>l(e.target),...o};return"function"==typeof n?n(u):(0,ft.createElement)(r,u,n)})),t5=(0,ft.forwardRef)((function(e,t){let{children:n,...r}=e;return(0,ft.createElement)(e5,bt({ref:t},r),n)})),n5=(0,ft.forwardRef)((function(e,t){let{children:n,withoutGridItem:r=!1,...o}=e;return(0,ft.createElement)("td",bt({},o,{role:"gridcell"}),r?n:(0,ft.createElement)(t5,{ref:t},n))}));const r5=(0,ft.forwardRef)((function(e,t){let{children:n,level:r,positionInSet:o,setSize:a,isExpanded:i,...s}=e;return(0,ft.createElement)("tr",bt({},s,{ref:t,role:"row","aria-level":r,"aria-posinset":o,"aria-setsize":a,"aria-expanded":i}),n)})),o5=nD(r5);function a5(e){let{isSelected:t,position:n,level:r,rowCount:o,children:a,className:i,path:s,...l}=e;const c=sD({isSelected:t,adjustScrolling:!1,enableAnimation:!0,triggerAnimationOnChange:s});return(0,ft.createElement)(o5,bt({ref:c,className:jp()("block-editor-list-view-leaf",i),level:r,positionInSet:n,setSize:o},l),a)}function i5(e){let{onClick:t}=e;return(0,ft.createElement)("span",{className:"block-editor-list-view__expander",onClick:e=>t(e,{forceToggle:!0}),"aria-hidden":"true"},(0,ft.createElement)(ES,{icon:V4}))}const s5=(0,ft.forwardRef)((function e(t,n){let{className:r,block:{clientId:o},isSelected:a,onClick:i,onToggleExpanded:s,position:l,siblingBlockCount:c,level:u,tabIndex:d,onFocus:p,onDragStart:m,onDragEnd:f,draggable:h}=t;const g=oX(o),b=`list-view-block-select-button__${mf(e)}`,v=((e,t,n)=>Tn(vr("Block %1$d of %2$d, Level %3$d"),e,t,n))(l,c,u);return(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(db,{className:jp()("block-editor-list-view-block-select-button",r),onClick:i,"aria-describedby":b,ref:n,tabIndex:d,onFocus:p,onDragStart:m,onDragEnd:f,draggable:h},(0,ft.createElement)(i5,{onClick:s}),(0,ft.createElement)(cB,{icon:null==g?void 0:g.icon,showColors:!0}),(0,ft.createElement)(aX,{clientId:o}),(null==g?void 0:g.anchor)&&(0,ft.createElement)("span",{className:"block-editor-list-view-block-select-button__anchor"},g.anchor),a&&(0,ft.createElement)(cb,null,vr("(selected block)"))),(0,ft.createElement)("div",{className:"block-editor-list-view-block-select-button__description",id:b},v))})),l5=(0,ft.forwardRef)(((e,t)=>{let{onClick:n,onToggleExpanded:r,block:o,isSelected:a,position:i,siblingBlockCount:s,level:l,...c}=e;const{clientId:u}=o,{blockMovingClientId:d,selectedBlockInBlockEditor:p}=Nc((e=>{const{getBlockRootClientId:t,hasBlockMovingClientId:n,getSelectedBlockClientId:r}=e(Hw);return{rootClientId:t(u)||"",blockMovingClientId:n(),selectedBlockInBlockEditor:r()}}),[u]),m=d&&p===u,f=jp()("block-editor-list-view-block-contents",{"is-dropping-before":m});return(0,ft.createElement)(iX,{clientIds:[o.clientId]},(e=>{let{draggable:u,onDragStart:d,onDragEnd:p}=e;return(0,ft.createElement)(s5,bt({ref:t,className:f,block:o,onClick:n,onToggleExpanded:r,isSelected:a,position:i,siblingBlockCount:s,level:l,draggable:u,onDragStart:d,onDragEnd:p},c))}))})),c5=l5,u5=(0,ft.createContext)({__experimentalFeatures:!1,__experimentalPersistentListViewFeatures:!1}),d5=()=>(0,ft.useContext)(u5);const p5=(0,ft.memo)((function(e){let{block:t,isDragged:n,isSelected:r,isBranchSelected:o,selectBlock:a,position:i,level:s,rowCount:l,siblingBlockCount:c,showBlockMovers:u,path:d,isExpanded:p}=e;const m=(0,ft.useRef)(null),[f,h]=(0,ft.useState)(!1),{clientId:g}=t,{toggleBlockHighlight:b}=Cp(Hw),{__experimentalFeatures:v,__experimentalPersistentListViewFeatures:y,__experimentalHideContainerBlockActions:_,isTreeGridMounted:M,expand:k,collapse:w}=d5(),E=u&&c>0,L=jp()("block-editor-list-view-block__mover-cell",{"is-visible":f||r}),C=jp()("block-editor-list-view-block__menu-cell",{"is-visible":f||r});(0,ft.useEffect)((()=>{y&&!M&&r&&m.current.focus()}),[]);const x=y?b:()=>{},S=(0,ft.useCallback)((()=>{h(!0),x(g,!0)}),[g,h,x]),A=(0,ft.useCallback)((()=>{h(!1),x(g,!1)}),[g,h,x]),T=(0,ft.useCallback)((e=>{e.stopPropagation(),a(g)}),[g,a]),z=(0,ft.useCallback)((e=>{e.stopPropagation(),!0===p?w(g):!1===p&&k(g)}),[g,k,w,p]),N=v&&(!_||_&&s>1),O=v&&!N;let D;E?D=2:O&&(D=3);const B=jp()({"is-selected":r,"is-branch-selected":y&&o,"is-dragging":n,"has-single-cell":O});return(0,ft.createElement)(a5,{className:B,onMouseEnter:S,onMouseLeave:A,onFocus:S,onBlur:A,level:s,position:i,rowCount:l,path:d,id:`list-view-block-${g}`,"data-block":g,isExpanded:p},(0,ft.createElement)(n5,{className:"block-editor-list-view-block__contents-cell",colSpan:D,ref:m},(e=>{let{ref:n,tabIndex:o,onFocus:a}=e;return(0,ft.createElement)("div",{className:"block-editor-list-view-block__contents-container"},(0,ft.createElement)(c5,{block:t,onClick:T,onToggleExpanded:z,isSelected:r,position:i,siblingBlockCount:c,level:s,ref:n,tabIndex:o,onFocus:a}))})),E&&(0,ft.createElement)(ft.Fragment,null,(0,ft.createElement)(n5,{className:L,withoutGridItem:!0},(0,ft.createElement)(t5,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,ft.createElement)(MX,{orientation:"vertical",clientIds:[g],ref:t,tabIndex:n,onFocus:r})})),(0,ft.createElement)(t5,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,ft.createElement)(kX,{orientation:"vertical",clientIds:[g],ref:t,tabIndex:n,onFocus:r})})))),N&&(0,ft.createElement)(n5,{className:C},(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,ft.createElement)(bU,{clientIds:[g],icon:uA,toggleProps:{ref:t,className:"block-editor-list-view-block__menu",tabIndex:n,onFocus:r},disableOpenOnArrowDown:!0,__experimentalSelectBlock:T})})))}));function m5(e,t,n){var r;if(null==n?void 0:n.includes(e.clientId))return 0;return null===(r=t[e.clientId])||void 0===r||r?1+e.innerBlocks.reduce(f5(t,n),0):1}const f5=(e,t)=>(n,r)=>{var o;if(null==t?void 0:t.includes(r.clientId))return n;return(null===(o=e[r.clientId])||void 0===o||o)&&r.innerBlocks.length>0?n+m5(r,e,t):n+1};function h5(e){const{blocks:t,selectBlock:n,showBlockMovers:r,showNestedBlocks:o,selectedClientIds:a,level:i=1,path:s="",isBranchSelected:l=!1,listPosition:c=0,fixedListWindow:u}=e,{expandedState:d,draggedClientIds:p,__experimentalPersistentListViewFeatures:m}=d5(),f=(0,vt.compact)(t),h=f.length;let g=c;return(0,ft.createElement)(ft.Fragment,null,f.map(((e,t)=>{var c;const{clientId:b,innerBlocks:v}=e;t>0&&(g+=m5(f[t-1],d,p));const y=m,{itemInView:_}=u,M=!y||_(g),k=t+1,w=s.length>0?`${s}_${k}`:`${k}`,E=o&&!!v&&!!v.length,L=E?null===(c=d[b])||void 0===c||c:void 0,C=!(null==p||!p.includes(b)),x=C||M,S=((e,t)=>(0,vt.isArray)(t)&&t.length?-1!==t.indexOf(e):t===e)(b,a),A=l||S&&E;return(0,ft.createElement)(Tc,{key:b,value:!S},x&&(0,ft.createElement)(p5,{block:e,selectBlock:n,isSelected:S,isBranchSelected:A,isDragged:C,level:i,position:k,rowCount:h,siblingBlockCount:h,showBlockMovers:r,path:w,isExpanded:L,listPosition:g}),!x&&(0,ft.createElement)("tr",null,(0,ft.createElement)("td",{className:"block-editor-list-view-placeholder"})),E&&L&&!C&&(0,ft.createElement)(h5,{blocks:v,selectBlock:n,showBlockMovers:r,showNestedBlocks:o,level:i+1,path:w,listPosition:g+1,fixedListWindow:u,isBranchSelected:A,selectedClientIds:a}))})))}h5.defaultProps={selectBlock:()=>{}};const g5=(0,ft.memo)(h5);function b5(e){let{listViewRef:t,blockDropTarget:n}=e;const{rootClientId:r,clientId:o,dropPosition:a}=n||{},[i,s]=(0,ft.useMemo)((()=>{if(!t.current)return[];return[r?t.current.querySelector(`[data-block="${r}"]`):void 0,o?t.current.querySelector(`[data-block="${o}"]`):void 0]}),[r,o]),l=s||i,c=(0,ft.useCallback)((()=>{if(!i)return 0;const e=l.getBoundingClientRect();return i.querySelector(".block-editor-block-icon").getBoundingClientRect().right-e.left}),[i,l]),u=(0,ft.useMemo)((()=>{if(!l)return{};const e=c();return{width:l.offsetWidth-e}}),[c,l]),d=(0,ft.useCallback)((()=>{if(!l)return{};const e=l.ownerDocument,t=l.getBoundingClientRect(),n=c(),r={left:t.left+n,right:t.right,width:0,height:t.height,ownerDocument:e};return"top"===a?{...r,top:t.top,bottom:t.top}:"bottom"===a||"inside"===a?{...r,top:t.bottom,bottom:t.bottom}:{}}),[l,a,c]);return l?(0,ft.createElement)(ng,{noArrow:!0,animate:!1,getAnchorRect:d,focusOnMount:!1,className:"block-editor-list-view-drop-indicator"},(0,ft.createElement)("div",{style:u,className:"block-editor-list-view-drop-indicator__line"})):null}function v5(e,t){return t.left<=e.x&&t.right>=e.x&&t.top<=e.y&&t.bottom>=e.y}const y5=["top","bottom"];function _5(){const{getBlockRootClientId:e,getBlockIndex:t,getBlockCount:n,getDraggedBlockClientIds:r,canInsertBlocks:o}=Nc(Hw),[a,i]=(0,ft.useState)(),{rootClientId:s,blockIndex:l}=a||{},c=DU(s,l),u=r(),d=TU((0,ft.useCallback)(((r,a)=>{const s={x:r.clientX,y:r.clientY},l=!(null==u||!u.length),c=function(e,t){let n,r,o,a;for(const i of e){if(i.isDraggedBlock)continue;const s=i.element.getBoundingClientRect(),[l,c]=IU(t,s,y5),u=v5(t,s);if(void 0===o||l0||function(e,t){const n=t.left+t.width/2;return e.x>n}(t,a)))return{rootClientId:r.clientId,blockIndex:0,dropPosition:"inside"};if(!r.canInsertDraggedBlocksAsSibling)return;const s=i?1:0;return{rootClientId:r.rootClientId,clientId:r.clientId,blockIndex:r.blockIndex+s,dropPosition:n}}(Array.from(a.querySelectorAll("[data-block]")).map((r=>{const a=r.dataset.block,i=e(a);return{clientId:a,rootClientId:i,blockIndex:t(a,i),element:r,isDraggedBlock:!!l&&u.includes(a),innerBlockCount:n(a),canInsertDraggedBlocksAsSibling:!l||o(u,i),canInsertDraggedBlocksAsChild:!l||o(u,a)}})),s);c&&i(c)}),[u]),200);return{ref:NU({onDrop:c,onDragOver(e){d(e,e.currentTarget)},onDragEnd(){d.cancel(),i(null)}}),target:a}}const M5=()=>{},k5=(e,t)=>{switch(t.type){case"expand":return{...e,[t.clientId]:!0};case"collapse":return{...e,[t.clientId]:!1};default:return e}};const w5=(0,ft.forwardRef)((function(e,t){let{blocks:n,onSelect:r=M5,__experimentalFeatures:o,__experimentalPersistentListViewFeatures:a,__experimentalHideContainerBlockActions:i,showNestedBlocks:s,showBlockMovers:l,...c}=e;const{clientIdsTree:u,draggedClientIds:d,selectedClientIds:p}=function(e){return Nc((t=>{const{getDraggedBlockClientIds:n,getSelectedBlockClientIds:r,__unstableGetClientIdsTree:o}=t(Hw);return{selectedClientIds:r(),draggedClientIds:n(),clientIdsTree:e||o()}}),[e])}(n),{selectBlock:m}=Cp(Hw),{visibleBlockCount:f}=Nc((e=>{const{getGlobalBlockCount:t,getClientIdsOfDescendants:n}=e(Hw),r=(null==d?void 0:d.length)>0?n(d).length+1:0;return{visibleBlockCount:t()-r}}),[d]),h=(0,ft.useCallback)((e=>{m(e),r(e)}),[m,r]),[g,b]=(0,ft.useReducer)(k5,{}),{ref:v,target:y}=_5(),_=(0,ft.useRef)(),M=fh([_,v,t]),k=(0,ft.useRef)(!1);(0,ft.useEffect)((()=>{k.current=!0}),[]);const[w]=function(e,t,n,r){var o,a;const i=null!==(o=null==r?void 0:r.initWindowSize)&&void 0!==o?o:30,s=null===(a=null==r?void 0:r.useWindowing)||void 0===a||a,[l,c]=(0,ft.useState)({visibleItems:i,start:0,end:i,itemInView:e=>e>=0&&e<=i});return(0,ft.useLayoutEffect)((()=>{var o,a,i,l;if(!s)return;const u=oD(e.current),d=e=>{var o;if(!u)return;const a=Math.ceil(u.clientHeight/t),i=e?a:null!==(o=null==r?void 0:r.windowOverscan)&&void 0!==o?o:a,s=Math.floor(u.scrollTop/t),l=Math.max(0,s-i),d=Math.min(n-1,s+a+i);c((e=>{const t={visibleItems:a,start:l,end:d,itemInView:e=>l<=e&&e<=d};return e.start!==t.start||e.end!==t.end||e.visibleItems!==t.visibleItems?t:e}))};d(!0);const p=(0,vt.debounce)((()=>{d()}),16);return null==u||u.addEventListener("scroll",p),null==u||null===(o=u.ownerDocument)||void 0===o||null===(a=o.defaultView)||void 0===a||a.addEventListener("resize",p),null==u||null===(i=u.ownerDocument)||void 0===i||null===(l=i.defaultView)||void 0===l||l.addEventListener("resize",p),()=>{var e,t;null==u||u.removeEventListener("scroll",p),null==u||null===(e=u.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("resize",p)}}),[t,e,n]),(0,ft.useLayoutEffect)((()=>{var r,o;if(!s)return;const a=oD(e.current),i=e=>{switch(e.keyCode){case 36:return null==a?void 0:a.scrollTo({top:0});case 35:return null==a?void 0:a.scrollTo({top:n*t});case 33:return null==a?void 0:a.scrollTo({top:a.scrollTop-l.visibleItems*t});case 34:return null==a?void 0:a.scrollTo({top:a.scrollTop+l.visibleItems*t})}};return null==a||null===(r=a.ownerDocument)||void 0===r||null===(o=r.defaultView)||void 0===o||o.addEventListener("keydown",i),()=>{var e,t;null==a||null===(e=a.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("keydown",i)}}),[n,t,e,l.visibleItems]),[l,c]}(_,36,f,{useWindowing:a,windowOverscan:40}),E=(0,ft.useCallback)((e=>{e&&b({type:"expand",clientId:e})}),[b]),L=(0,ft.useCallback)((e=>{e&&b({type:"collapse",clientId:e})}),[b]),C=(0,ft.useCallback)((e=>{var t;E(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[E]),x=(0,ft.useCallback)((e=>{var t;L(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[L]),S=(0,ft.useMemo)((()=>({__experimentalFeatures:o,__experimentalPersistentListViewFeatures:a,__experimentalHideContainerBlockActions:i,isTreeGridMounted:k.current,draggedClientIds:d,expandedState:g,expand:E,collapse:L})),[o,a,i,k.current,d,g,E,L]);return(0,ft.createElement)(Tc,{value:!0},(0,ft.createElement)(b5,{listViewRef:_,blockDropTarget:y}),(0,ft.createElement)(Q4,{className:"block-editor-list-view-tree","aria-label":vr("Block navigation structure"),ref:M,onCollapseRow:x,onExpandRow:C},(0,ft.createElement)(u5.Provider,{value:S},(0,ft.createElement)(g5,bt({blocks:u,selectBlock:h,showNestedBlocks:s,showBlockMovers:l,fixedListWindow:w,selectedClientIds:p},c)))))}));function E5(e){let{isEnabled:t,onToggle:n,isOpen:r,innerRef:o,...a}=e;return(0,ft.createElement)(db,bt({},a,{ref:o,icon:$4,"aria-expanded":r,"aria-haspopup":"true",onClick:t?n:void 0,label:vr("List view"),className:"block-editor-block-navigation","aria-disabled":!t}))}const L5=(0,ft.forwardRef)((function(e,t){let{isDisabled:n,__experimentalFeatures:r,...o}=e;const a=Nc((e=>!!e(Hw).getBlockCount()),[])&&!n;return(0,ft.createElement)(Ov,{contentClassName:"block-editor-block-navigation__popover",position:"bottom right",renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,ft.createElement)(E5,bt({},o,{innerRef:t,isOpen:n,onToggle:r,isEnabled:a}))},renderContent:()=>(0,ft.createElement)("div",{className:"block-editor-block-navigation__container"},(0,ft.createElement)("p",{className:"block-editor-block-navigation__label"},vr("List view")),(0,ft.createElement)(w5,{showNestedBlocks:!0,__experimentalFeatures:r}))})}));const C5=function(e){let{icon:t,children:n,label:r,instructions:o,className:a,notices:i,preview:s,isColumnLayout:l,...c}=e;const[u,{width:d}]=Lf();let p;"number"==typeof d&&(p={"is-large":d>=480,"is-medium":d>=160&&d<480,"is-small":d<160});const m=jp()("components-placeholder",a,p),f=jp()("components-placeholder__fieldset",{"is-column-layout":l});return(0,ft.createElement)("div",bt({},c,{className:m}),u,i,s&&(0,ft.createElement)("div",{className:"components-placeholder__preview"},s),(0,ft.createElement)("div",{className:"components-placeholder__label"},(0,ft.createElement)(pg,{icon:t}),r),!!o&&(0,ft.createElement)("div",{className:"components-placeholder__instructions"},o),(0,ft.createElement)("div",{className:f},n))},x5=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));const S5=function(e){let{icon:t=x5,label:n=vr("Choose variation"),instructions:r=vr("Select a variation to start with."),variations:o,onSelect:a,allowSkip:i}=e;const s=jp()("block-editor-block-variation-picker",{"has-many-variations":o.length>4});return(0,ft.createElement)(C5,{icon:t,label:n,instructions:r,className:s},(0,ft.createElement)("ul",{className:"block-editor-block-variation-picker__variations",role:"list","aria-label":vr("Block variations")},o.map((e=>(0,ft.createElement)("li",{key:e.name},(0,ft.createElement)(db,{variant:"secondary",icon:e.icon,iconSize:48,onClick:()=>a(e),className:"block-editor-block-variation-picker__variation",label:e.description||e.title}),(0,ft.createElement)("span",{className:"block-editor-block-variation-picker__variation-label",role:"presentation"},e.title))))),i&&(0,ft.createElement)("div",{className:"block-editor-block-variation-picker__skip"},(0,ft.createElement)(db,{variant:"link",onClick:()=>a()},vr("Skip"))))},A5=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"})),T5="carousel",z5="grid",N5=e=>{let{onStartBlank:t,onBlockPatternSelect:n}=e;return(0,ft.createElement)("div",{className:"block-editor-block-pattern-setup__actions"},(0,ft.createElement)(db,{onClick:t},vr("Start blank")),(0,ft.createElement)(db,{variant:"primary",onClick:n},vr("Choose")))},O5=e=>{let{handlePrevious:t,handleNext:n,activeSlide:r,totalSlides:o}=e;return(0,ft.createElement)("div",{className:"block-editor-block-pattern-setup__navigation"},(0,ft.createElement)(db,{icon:gX,label:vr("Previous pattern"),onClick:t,disabled:0===r}),(0,ft.createElement)(db,{icon:hX,label:vr("Next pattern"),onClick:n,disabled:r===o-1}))},D5=e=>{let{viewMode:t,setViewMode:n,handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i,onBlockPatternSelect:s,onStartBlank:l}=e;const c=t===T5,u=(0,ft.createElement)("div",{className:"block-editor-block-pattern-setup__display-controls"},(0,ft.createElement)(db,{icon:rE,label:vr("Carousel view"),onClick:()=>n(T5),isPressed:c}),(0,ft.createElement)(db,{icon:A5,label:vr("Grid view"),onClick:()=>n(z5),isPressed:t===z5}));return(0,ft.createElement)("div",{className:"block-editor-block-pattern-setup__toolbar"},c&&(0,ft.createElement)(O5,{handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i}),u,c&&(0,ft.createElement)(N5,{onBlockPatternSelect:s,onStartBlank:l}))};const B5=function(e,t,n){return Nc((r=>{const{getBlockRootClientId:o,__experimentalGetPatternsByBlockTypes:a,__experimentalGetAllowedPatterns:i}=r(Hw),s=o(e);return n?i(s).filter(n):a(t,s)}),[e,t,n])},I5=e=>{let{viewMode:t,activeSlide:n,patterns:r,onBlockPatternSelect:o}=e;const a=wP(),i="block-editor-block-pattern-setup__container";if(t===T5){const e=new Map([[n,"active-slide"],[n-1,"previous-slide"],[n+1,"next-slide"]]);return(0,ft.createElement)("div",{className:i},(0,ft.createElement)("ul",{className:"carousel-container"},r.map(((t,n)=>(0,ft.createElement)(R5,{className:e.get(n)||"",key:t.name,pattern:t})))))}return(0,ft.createElement)(eR,bt({},a,{role:"listbox",className:i,"aria-label":vr("Patterns list")}),r.map((e=>(0,ft.createElement)(P5,{key:e.name,pattern:e,onSelect:o,composite:a}))))};function P5(e){let{pattern:t,onSelect:n,composite:r}=e;const o="block-editor-block-pattern-setup-list",{blocks:a,title:i,description:s,viewportWidth:l=700}=t,c=mf(P5,`${o}__item-description`);return(0,ft.createElement)("div",{className:`${o}__list-item`,"aria-label":t.title,"aria-describedby":t.description?c:void 0},(0,ft.createElement)(Ev,bt({role:"option",as:"div"},r,{className:`${o}__item`,onClick:()=>n(a)}),(0,ft.createElement)(DI,{blocks:a,viewportWidth:l}),(0,ft.createElement)("div",{className:`${o}__item-title`},i)),!!s&&(0,ft.createElement)(cb,{id:c},s))}function R5(e){let{className:t,pattern:n}=e;const{blocks:r,title:o,description:a}=n,i=mf(R5,"block-editor-block-pattern-setup-list__item-description");return(0,ft.createElement)("li",{className:`pattern-slide ${t}`,"aria-label":o,"aria-describedby":a?i:void 0},(0,ft.createElement)(DI,{blocks:r,__experimentalLive:!0}),!!a&&(0,ft.createElement)(cb,{id:i},a))}const H5=e=>{let{clientId:t,blockName:n,filterPatternsFn:r,startBlankComponent:o,onBlockPatternSelect:a}=e;const[i,s]=(0,ft.useState)(T5),[l,c]=(0,ft.useState)(0),[u,d]=(0,ft.useState)(!1),{replaceBlock:p}=Cp(Hw),m=B5(t,n,r);if(null==m||!m.length||u)return o;const f=a||(e=>{const n=e.map((e=>Ma(e)));p(t,n)});return(0,ft.createElement)("div",{className:`block-editor-block-pattern-setup view-mode-${i}`},(0,ft.createElement)(D5,{viewMode:i,setViewMode:s,activeSlide:l,totalSlides:m.length,handleNext:()=>{c((e=>e+1))},handlePrevious:()=>{c((e=>e-1))},onBlockPatternSelect:()=>{f(m[l].blocks)},onStartBlank:()=>{d(!0)}}),(0,ft.createElement)(I5,{viewMode:i,activeSlide:l,patterns:m,onBlockPatternSelect:f}))},W5=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M15 4H9v11h6V4zM4 18.5V20h16v-1.5H4z"})),Y5=(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z"})),j5={top:{icon:(0,ft.createElement)(_h,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,ft.createElement)(vh,{d:"M9 20h6V9H9v11zM4 4v1.5h16V4H4z"})),title:yr("Align top","Block vertical alignment setting")},center:{icon:Y5,title:yr("Align middle","Block vertical alignment setting")},bottom:{icon:W5,title:yr("Align bottom","Block vertical alignment setting")}},q5=["top","center","bottom"],F5={isAlternate:!0};const V5=function(e){let{value:t,onChange:n,controls:r=q5,isCollapsed:o=!0,isToolbar:a}=e;const i=j5[t],s=j5.top,l=a?jv:Gw,c=a?{isCollapsed:o}:{};return(0,ft.createElement)(l,bt({popoverProps:F5,icon:i?i.icon:s.icon,label:yr("Change vertical alignment","Block vertical alignment setting label"),controls:r.map((e=>{return{...j5[e],isActive:t===e,role:o?"menuitemradio":void 0,onClick:(r=e,()=>n(t===r?void 0:r))};var r}))},c))};function X5(e){return(0,ft.createElement)(V5,bt({},e,{isToolbar:!1}))}function U5(e){return(0,ft.createElement)(V5,bt({},e,{isToolbar:!0}))}const $5=Rp((e=>t=>{const n=rL("color.palette"),r=!rL("color.custom"),o=void 0===t.colors?n:t.colors,a=void 0===t.disableCustomColors?r:t.disableCustomColors,i=!(0,vt.isEmpty)(o)||!a;return(0,ft.createElement)(e,bt({},t,{colors:o,disableCustomColors:a,hasColorsToChoose:i}))}),"withColorContext"),G5=$5(sZ);var K5=function(e,t){return K5=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},K5(e,t)};var J5=function(){return J5=Object.assign||function(e){for(var t,n=1,r=arguments.length;nu*o?{width:u*o,height:u}:{width:c,height:c/o}}function t6(e,t,n,r,o){void 0===o&&(o=0);var a=d6(t.width,t.height,o),i=a.width,s=a.height;return{x:n6(e.x,i,n.width,r),y:n6(e.y,s,n.height,r)}}function n6(e,t,n,r){var o=t*r/2-n/2;return Math.min(o,Math.max(e,-o))}function r6(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function o6(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function a6(e,t,n,r,o,a,i){void 0===a&&(a=0),void 0===i&&(i=!0);var s=i&&0===a?i6:s6,l={x:s(100,((t.width-n.width/o)/2-e.x/o)/t.width*100),y:s(100,((t.height-n.height/o)/2-e.y/o)/t.height*100),width:s(100,n.width/t.width*100/o),height:s(100,n.height/t.height*100/o)},c=Math.round(s(t.naturalWidth,l.width*t.naturalWidth/100)),u=Math.round(s(t.naturalHeight,l.height*t.naturalHeight/100)),d=t.naturalWidth>=t.naturalHeight*r?{width:Math.round(u*r),height:u}:{width:c,height:Math.round(c/r)};return{croppedAreaPercentages:l,croppedAreaPixels:J5(J5({},d),{x:Math.round(s(t.naturalWidth-d.width,l.x*t.naturalWidth/100)),y:Math.round(s(t.naturalHeight-d.height,l.y*t.naturalHeight/100))})}}function i6(e,t){return Math.min(e,Math.max(0,t))}function s6(e,t){return t}function l6(e,t,n){var r=t.width/t.naturalWidth,o=function(e,t,n){var r=t.width/t.naturalWidth;if(n)return n.height>n.width?n.height/r/e.height:n.width/r/e.width;var o=e.width/e.height;return t.naturalWidth>=t.naturalHeight*o?t.naturalHeight/e.height:t.naturalWidth/e.width}(e,t,n),a=r*o;return{crop:{x:((t.naturalWidth-e.width)/2-e.x)*a,y:((t.naturalHeight-e.height)/2-e.y)*a},zoom:o}}function c6(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function u6(e,t,n,r,o){var a=Math.cos,i=Math.sin,s=o*Math.PI/180;return[(e-n)*a(s)-(t-r)*i(s)+n,(e-n)*i(s)+(t-r)*a(s)+r]}function d6(e,t,n){var r=e/2,o=t/2,a=[u6(0,0,r,o,n),u6(e,0,r,o,n),u6(e,t,r,o,n),u6(0,t,r,o,n)],i=Math.min.apply(Math,a.map((function(e){return e[0]}))),s=Math.max.apply(Math,a.map((function(e){return e[0]}))),l=Math.min.apply(Math,a.map((function(e){return e[1]}))),c=Math.max.apply(Math,a.map((function(e){return e[1]})));return{width:s-i,height:c-l}}function p6(){for(var e=[],t=0;t0})).join(" ").trim()}var m6=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.imageRef=null,n.videoRef=null,n.containerRef=null,n.styleRef=null,n.containerRect=null,n.mediaSize={width:0,height:0,naturalWidth:0,naturalHeight:0},n.dragStartPosition={x:0,y:0},n.dragStartCrop={x:0,y:0},n.lastPinchDistance=0,n.lastPinchRotation=0,n.rafDragTimeout=null,n.rafPinchTimeout=null,n.wheelTimer=null,n.state={cropSize:null,hasWheelJustStarted:!1},n.preventZoomSafari=function(e){return e.preventDefault()},n.cleanEvents=function(){document.removeEventListener("mousemove",n.onMouseMove),document.removeEventListener("mouseup",n.onDragStopped),document.removeEventListener("touchmove",n.onTouchMove),document.removeEventListener("touchend",n.onDragStopped)},n.clearScrollEvent=function(){n.containerRef&&n.containerRef.removeEventListener("wheel",n.onWheel),n.wheelTimer&&clearTimeout(n.wheelTimer)},n.onMediaLoad=function(){n.computeSizes(),n.emitCropData(),n.setInitialCrop(),n.props.onMediaLoaded&&n.props.onMediaLoaded(n.mediaSize)},n.setInitialCrop=function(){var e=n.props,t=e.initialCroppedAreaPixels,r=e.cropSize;if(t){var o=l6(t,n.mediaSize,r),a=o.crop,i=o.zoom;n.props.onCropChange(a),n.props.onZoomChange&&n.props.onZoomChange(i)}},n.computeSizes=function(){var e,t,r,o,a,i,s=n.imageRef||n.videoRef;if(s&&n.containerRef){n.containerRect=n.containerRef.getBoundingClientRect(),n.mediaSize={width:s.offsetWidth,height:s.offsetHeight,naturalWidth:(null===(e=n.imageRef)||void 0===e?void 0:e.naturalWidth)||(null===(t=n.videoRef)||void 0===t?void 0:t.videoWidth)||0,naturalHeight:(null===(r=n.imageRef)||void 0===r?void 0:r.naturalHeight)||(null===(o=n.videoRef)||void 0===o?void 0:o.videoHeight)||0};var l=n.props.cropSize?n.props.cropSize:e6(s.offsetWidth,s.offsetHeight,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation);(null===(a=n.state.cropSize)||void 0===a?void 0:a.height)===l.height&&(null===(i=n.state.cropSize)||void 0===i?void 0:i.width)===l.width||n.props.onCropSizeChange&&n.props.onCropSizeChange(l),n.setState({cropSize:l},n.recomputeCropPosition)}},n.onMouseDown=function(e){e.preventDefault(),document.addEventListener("mousemove",n.onMouseMove),document.addEventListener("mouseup",n.onDragStopped),n.onDragStart(t.getMousePoint(e))},n.onMouseMove=function(e){return n.onDrag(t.getMousePoint(e))},n.onTouchStart=function(e){document.addEventListener("touchmove",n.onTouchMove,{passive:!1}),document.addEventListener("touchend",n.onDragStopped),2===e.touches.length?n.onPinchStart(e):1===e.touches.length&&n.onDragStart(t.getTouchPoint(e.touches[0]))},n.onTouchMove=function(e){e.preventDefault(),2===e.touches.length?n.onPinchMove(e):1===e.touches.length&&n.onDrag(t.getTouchPoint(e.touches[0]))},n.onDragStart=function(e){var t,r,o=e.x,a=e.y;n.dragStartPosition={x:o,y:a},n.dragStartCrop=J5({},n.props.crop),null===(r=(t=n.props).onInteractionStart)||void 0===r||r.call(t)},n.onDrag=function(e){var t=e.x,r=e.y;n.rafDragTimeout&&window.cancelAnimationFrame(n.rafDragTimeout),n.rafDragTimeout=window.requestAnimationFrame((function(){if(n.state.cropSize&&void 0!==t&&void 0!==r){var e=t-n.dragStartPosition.x,o=r-n.dragStartPosition.y,a={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+o},i=n.props.restrictPosition?t6(a,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):a;n.props.onCropChange(i)}}))},n.onDragStopped=function(){var e,t;n.cleanEvents(),n.emitCropData(),null===(t=(e=n.props).onInteractionEnd)||void 0===t||t.call(e)},n.onWheel=function(e){e.preventDefault();var r=t.getMousePoint(e),o=Q5()(e).pixelY,a=n.props.zoom-o*n.props.zoomSpeed/200;n.setNewZoom(a,r),n.state.hasWheelJustStarted||n.setState({hasWheelJustStarted:!0},(function(){var e,t;return null===(t=(e=n.props).onInteractionStart)||void 0===t?void 0:t.call(e)})),n.wheelTimer&&clearTimeout(n.wheelTimer),n.wheelTimer=window.setTimeout((function(){return n.setState({hasWheelJustStarted:!1},(function(){var e,t;return null===(t=(e=n.props).onInteractionEnd)||void 0===t?void 0:t.call(e)}))}),250)},n.getPointOnContainer=function(e){var t=e.x,r=e.y;if(!n.containerRect)throw new Error("The Cropper is not mounted");return{x:n.containerRect.width/2-(t-n.containerRect.left),y:n.containerRect.height/2-(r-n.containerRect.top)}},n.getPointOnMedia=function(e){var t=e.x,r=e.y,o=n.props,a=o.crop,i=o.zoom;return{x:(t+a.x)/i,y:(r+a.y)/i}},n.setNewZoom=function(e,t){if(n.state.cropSize&&n.props.onZoomChange){var r=n.getPointOnContainer(t),o=n.getPointOnMedia(r),a=Math.min(n.props.maxZoom,Math.max(e,n.props.minZoom)),i={x:o.x*a-r.x,y:o.y*a-r.y},s=n.props.restrictPosition?t6(i,n.mediaSize,n.state.cropSize,a,n.props.rotation):i;n.props.onCropChange(s),n.props.onZoomChange(a)}},n.getCropData=function(){return n.state.cropSize?a6(n.props.restrictPosition?t6(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop,n.mediaSize,n.state.cropSize,n.getAspect(),n.props.zoom,n.props.rotation,n.props.restrictPosition):null},n.emitCropData=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropComplete&&n.props.onCropComplete(t,r),n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.emitCropAreaChange=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.recomputeCropPosition=function(){if(n.state.cropSize){var e=n.props.restrictPosition?t6(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop;n.props.onCropChange(e),n.emitCropData()}},n}return function(e,t){function n(){this.constructor=e}K5(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){window.addEventListener("resize",this.computeSizes),this.containerRef&&(this.props.zoomWithScroll&&this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}),this.containerRef.addEventListener("gesturestart",this.preventZoomSafari),this.containerRef.addEventListener("gesturechange",this.preventZoomSafari)),this.props.disableAutomaticStylesInjection||(this.styleRef=document.createElement("style"),this.styleRef.setAttribute("type","text/css"),this.styleRef.innerHTML=".reactEasyCrop_Container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n user-select: none;\n touch-action: none;\n cursor: move;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.reactEasyCrop_Image,\n.reactEasyCrop_Video {\n will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */\n}\n\n.reactEasyCrop_Contain {\n max-width: 100%;\n max-height: 100%;\n margin: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.reactEasyCrop_Cover_Horizontal {\n width: 100%;\n height: auto;\n}\n.reactEasyCrop_Cover_Vertical {\n width: auto;\n height: 100%;\n}\n\n.reactEasyCrop_CropArea {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n border: 1px solid rgba(255, 255, 255, 0.5);\n box-sizing: border-box;\n box-shadow: 0 0 0 9999em;\n color: rgba(0, 0, 0, 0.5);\n overflow: hidden;\n}\n\n.reactEasyCrop_CropAreaRound {\n border-radius: 50%;\n}\n\n.reactEasyCrop_CropAreaGrid::before {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 0;\n bottom: 0;\n left: 33.33%;\n right: 33.33%;\n border-top: 0;\n border-bottom: 0;\n}\n\n.reactEasyCrop_CropAreaGrid::after {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 33.33%;\n bottom: 33.33%;\n left: 0;\n right: 0;\n border-left: 0;\n border-right: 0;\n}\n",document.head.appendChild(this.styleRef)),this.imageRef&&this.imageRef.complete&&this.onMediaLoad()},t.prototype.componentWillUnmount=function(){var e;window.removeEventListener("resize",this.computeSizes),this.containerRef&&(this.containerRef.removeEventListener("gesturestart",this.preventZoomSafari),this.containerRef.removeEventListener("gesturechange",this.preventZoomSafari)),this.styleRef&&(null===(e=this.styleRef.parentNode)||void 0===e||e.removeChild(this.styleRef)),this.cleanEvents(),this.props.zoomWithScroll&&this.clearScrollEvent()},t.prototype.componentDidUpdate=function(e){var t,n,r,o,a,i,s,l,c;e.rotation!==this.props.rotation?(this.computeSizes(),this.recomputeCropPosition()):e.aspect!==this.props.aspect?this.computeSizes():e.zoom!==this.props.zoom?this.recomputeCropPosition():(null===(t=e.cropSize)||void 0===t?void 0:t.height)!==(null===(n=this.props.cropSize)||void 0===n?void 0:n.height)||(null===(r=e.cropSize)||void 0===r?void 0:r.width)!==(null===(o=this.props.cropSize)||void 0===o?void 0:o.width)?this.computeSizes():(null===(a=e.crop)||void 0===a?void 0:a.x)===(null===(i=this.props.crop)||void 0===i?void 0:i.x)&&(null===(s=e.crop)||void 0===s?void 0:s.y)===(null===(l=this.props.crop)||void 0===l?void 0:l.y)||this.emitCropAreaChange(),e.zoomWithScroll!==this.props.zoomWithScroll&&this.containerRef&&(this.props.zoomWithScroll?this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}):this.clearScrollEvent()),e.video!==this.props.video&&(null===(c=this.videoRef)||void 0===c||c.load())},t.prototype.getAspect=function(){var e=this.props,t=e.cropSize,n=e.aspect;return t?t.width/t.height:n},t.prototype.onPinchStart=function(e){var n=t.getTouchPoint(e.touches[0]),r=t.getTouchPoint(e.touches[1]);this.lastPinchDistance=r6(n,r),this.lastPinchRotation=o6(n,r),this.onDragStart(c6(n,r))},t.prototype.onPinchMove=function(e){var n=this,r=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),a=c6(r,o);this.onDrag(a),this.rafPinchTimeout&&window.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=window.requestAnimationFrame((function(){var e=r6(r,o),t=n.props.zoom*(e/n.lastPinchDistance);n.setNewZoom(t,a),n.lastPinchDistance=e;var i=o6(r,o),s=n.props.rotation+(i-n.lastPinchRotation);n.props.onRotationChange&&n.props.onRotationChange(s),n.lastPinchRotation=i}))},t.prototype.render=function(){var e=this,t=this.props,n=t.image,r=t.video,o=t.mediaProps,a=t.transform,i=t.crop,s=i.x,l=i.y,c=t.rotation,u=t.zoom,d=t.cropShape,p=t.showGrid,m=t.style,f=m.containerStyle,h=m.cropAreaStyle,g=m.mediaStyle,b=t.classes,v=b.containerClassName,y=b.cropAreaClassName,_=b.mediaClassName,M=t.objectFit;return ht().createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(t){return e.containerRef=t},"data-testid":"container",style:f,className:p6("reactEasyCrop_Container",v)},n?ht().createElement("img",J5({alt:"",className:p6("reactEasyCrop_Image","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical",_)},o,{src:n,ref:function(t){return e.imageRef=t},style:J5(J5({},g),{transform:a||"translate("+s+"px, "+l+"px) rotate("+c+"deg) scale("+u+")"}),onLoad:this.onMediaLoad})):r&&ht().createElement("video",J5({autoPlay:!0,loop:!0,muted:!0,className:p6("reactEasyCrop_Video","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical",_)},o,{ref:function(t){return e.videoRef=t},onLoadedMetadata:this.onMediaLoad,style:J5(J5({},g),{transform:a||"translate("+s+"px, "+l+"px) rotate("+c+"deg) scale("+u+")"}),controls:!1}),(Array.isArray(r)?r:[{src:r}]).map((function(e){return ht().createElement("source",J5({key:e.src},e))}))),this.state.cropSize&&ht().createElement("div",{style:J5(J5({},h),{width:this.state.cropSize.width,height:this.state.cropSize.height}),"data-testid":"cropper",className:p6("reactEasyCrop_CropArea","round"===d&&"reactEasyCrop_CropAreaRound",p&&"reactEasyCrop_CropAreaGrid",y)}))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:3,minZoom:1,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0},t.getMousePoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t.getTouchPoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t}(ht().Component);const f6=m6,h6=(function(){var e=uE.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}})` from { transform: rotate(0deg); } @@ -7,4 +7,4 @@ to { transform: rotate(360deg); } -`,m6=`calc( ( ${KL.spinnerSize} - ${KL.spinnerSize} * ( 2 / 3 ) ) / 2 )`,f6=rb("span",{target:"e1s472tg0"})("display:inline-block;background-color:",qE.gray[600],";width:",KL.spinnerSize,";height:",KL.spinnerSize,";opacity:0.7;margin:5px 11px 0;border-radius:100%;position:relative;&::before{content:'';position:absolute;background-color:",qE.white,";top:",m6,";left:",m6,";width:calc( ",KL.spinnerSize," / 4.5 );height:calc( ",KL.spinnerSize," / 4.5 );border-radius:100%;transform-origin:calc( ",KL.spinnerSize," / 3 ) calc( ",KL.spinnerSize," / 3 );animation:",p6," 1s infinite linear;}");function h6(){return(0,dt.createElement)(f6,{className:"components-spinner"})}const g6={position:"bottom right",isAlternate:!0};function b6(e,t){const n=function(e){let{url:t,naturalWidth:n,naturalHeight:r}=e;const[o,a]=(0,dt.useState)(),[i,s]=(0,dt.useState)(),[l,c]=(0,dt.useState)({x:0,y:0}),[u,d]=(0,dt.useState)(),[p,m]=(0,dt.useState)(),[f,h]=(0,dt.useState)(),[g,b]=(0,dt.useState)(),v=(0,dt.useCallback)((()=>{c({x:0,y:0}),d(100),m(0),h(n/r),b(n/r)}),[n,r,c,d,m,h,b]),y=(0,dt.useCallback)((()=>{const e=(p+90)%360;let o=n/r;if(p%180==90&&(o=r/n),0===e)return a(),m(e),h(1/f),void c({x:-l.y*o,y:l.x*o});const i=new window.Image;i.src=t,i.onload=function(t){const n=document.createElement("canvas");let r=0,i=0;e%180?(n.width=t.target.height,n.height=t.target.width):(n.width=t.target.width,n.height=t.target.height),90!==e&&180!==e||(r=n.width),270!==e&&180!==e||(i=n.height);const s=n.getContext("2d");s.translate(r,i),s.rotate(e*Math.PI/180),s.drawImage(t.target,0,0),n.toBlob((t=>{a(URL.createObjectURL(t)),m(e),h(1/f),c({x:-l.y*o,y:l.x*o})}))};const s=ar("media.crossOrigin",void 0,t);"string"==typeof s&&(i.crossOrigin=s)}),[p,n,r,a,m,h,c]);return(0,dt.useMemo)((()=>({editedUrl:o,setEditedUrl:a,crop:i,setCrop:s,position:l,setPosition:c,zoom:u,setZoom:d,rotation:p,setRotation:m,rotateClockwise:y,aspect:f,setAspect:h,defaultAspect:g,initializeTransformValues:v})),[o,a,i,s,l,c,u,d,p,m,y,f,h,g,v])}(e),{initializeTransformValues:r}=n;return(0,dt.useEffect)((()=>{t&&r()}),[t,r]),n}const v6=(0,dt.createContext)({}),y6=()=>(0,dt.useContext)(v6);function _6(e){let{id:t,url:n,naturalWidth:r,naturalHeight:o,isEditing:a,onFinishEditing:i,onSaveImage:s,children:l}=e;const c=b6({url:n,naturalWidth:r,naturalHeight:o},a),u=function(e){let{crop:t,rotation:n,height:r,width:o,aspect:a,url:i,id:s,onSaveImage:l,onFinishEditing:c}=e;const{createErrorNotice:u}=kp(YP),[d,p]=(0,dt.useState)(!1),m=(0,dt.useCallback)((()=>{p(!1),c()}),[p,c]),f=(0,dt.useCallback)((()=>{p(!0);let e={};(t.width<99.9||t.height<99.9)&&(e=t),n>0&&(e.rotation=n),e.src=i,uu({path:`/wp/v2/media/${s}/edit`,method:"POST",data:e}).then((e=>{l({id:e.id,url:e.source_url,height:r&&o?o/a:void 0})})).catch((e=>{u(Sn(hr("Could not edit image. %s"),e.message),{id:"image-editing-error",type:"snackbar"})})).finally((()=>{p(!1),c()}))}),[p,t,n,r,o,a,i,l,u,p,c]);return(0,dt.useMemo)((()=>({isInProgress:d,apply:f,cancel:m})),[d,f,m])}({id:t,url:n,onSaveImage:s,onFinishEditing:i,...c}),d=(0,dt.useMemo)((()=>({...c,...u})),[c,u]);return(0,dt.createElement)(v6.Provider,{value:d},l)}function M6(e){let{url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i}=e;const{isInProgress:s,editedUrl:l,position:c,zoom:u,aspect:d,setPosition:p,setCrop:m,setZoom:f,rotation:h}=y6();let g=r||o*a/i;return h%180==90&&(g=o*i/a),(0,dt.createElement)("div",{className:Hp()("wp-block-image__crop-area",{"is-applying":s}),style:{width:n||o,height:g}},(0,dt.createElement)(d6,{image:l||t,disabled:s,minZoom:1,maxZoom:3,crop:c,zoom:u/100,aspect:d,onCropChange:p,onCropComplete:e=>{m(e)},onZoomChange:e=>{f(100*e)}}),s&&(0,dt.createElement)(h6,null))}function k6(){const{isInProgress:e,zoom:t,setZoom:n}=y6();return(0,dt.createElement)(Tv,{contentClassName:"wp-block-image__zoom",popoverProps:g6,renderToggle:t=>{let{isOpen:n,onToggle:r}=t;return(0,dt.createElement)(Sv,{icon:qD,label:hr("Zoom"),onClick:r,"aria-expanded":n,disabled:e})},renderContent:()=>(0,dt.createElement)(oG,{label:hr("Zoom"),min:100,max:300,value:Math.round(t),onChange:n})})}const w6=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18.5 5.5h-13c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5h-13c-.3 0-.5-.2-.5-.5v-9c0-.3.2-.5.5-.5h13c.3 0 .5.2.5.5v9zM6.5 12H8v-2h2V8.5H6.5V12zm9.5 2h-2v1.5h3.5V12H16v2z"}));function E6(e){let{aspectRatios:t,isDisabled:n,label:r,onClick:o,value:a}=e;return(0,dt.createElement)(Uw,{label:r},t.map((e=>{let{title:t,aspect:r}=e;return(0,dt.createElement)($w,{key:r,disabled:n,onClick:()=>{o(r)},role:"menuitemradio",isSelected:r===a,icon:r===a?aC:void 0},t)})))}function L6(e){let{toggleProps:t}=e;const{isInProgress:n,aspect:r,setAspect:o,defaultAspect:a}=y6();return(0,dt.createElement)(Pv,{icon:w6,label:hr("Aspect Ratio"),popoverProps:g6,toggleProps:t,className:"wp-block-image__aspect-ratio"},(e=>{let{onClose:t}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(E6,{isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:hr("Original"),aspect:a},{title:hr("Square"),aspect:1}]}),(0,dt.createElement)(E6,{label:hr("Landscape"),isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:hr("16:10"),aspect:1.6},{title:hr("16:9"),aspect:16/9},{title:hr("4:3"),aspect:4/3},{title:hr("3:2"),aspect:1.5}]}),(0,dt.createElement)(E6,{label:hr("Portrait"),isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:hr("10:16"),aspect:.625},{title:hr("9:16"),aspect:9/16},{title:hr("3:4"),aspect:3/4},{title:hr("2:3"),aspect:2/3}]}))}))}const x6=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M15.1 4.8l-3-2.5V4c-4.4 0-8 3.6-8 8 0 3.7 2.5 6.9 6 7.7.3.1.6.1 1 .2l.2-1.5c-.4 0-.7-.1-1.1-.2l-.1.2v-.2c-2.6-.8-4.5-3.3-4.5-6.2 0-3.6 2.9-6.5 6.5-6.5v1.8l3-2.5zM20 11c-.2-1.4-.7-2.7-1.6-3.8l-1.2.8c.7.9 1.1 2 1.3 3.1L20 11zm-1.5 1.8c-.1.5-.2 1.1-.4 1.6s-.5 1-.8 1.5l1.2.9c.4-.5.8-1.1 1-1.8s.5-1.3.5-2l-1.5-.2zm-5.6 5.6l.2 1.5c1.4-.2 2.7-.7 3.8-1.6l-.9-1.1c-.9.7-2 1.1-3.1 1.2z"}));function S6(){const{isInProgress:e,rotateClockwise:t}=y6();return(0,dt.createElement)(Sv,{icon:x6,label:hr("Rotate"),onClick:t,disabled:e})}function A6(){const{isInProgress:e,apply:t,cancel:n}=y6();return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Sv,{onClick:t,disabled:e},hr("Apply")),(0,dt.createElement)(Sv,{onClick:n},hr("Cancel")))}function C6(e){let{url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(M6,{url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i}),(0,dt.createElement)(Vw,null,(0,dt.createElement)(Hv,null,(0,dt.createElement)(k6,null),(0,dt.createElement)(Lv,null,(e=>(0,dt.createElement)(L6,{toggleProps:e}))),(0,dt.createElement)(S6,null)),(0,dt.createElement)(Hv,null,(0,dt.createElement)(A6,null))))}const T6=[25,50,75,100];function z6(e){let{imageWidth:t,imageHeight:n,imageSizeOptions:r=[],isResizable:o=!0,slug:a,width:i,height:s,onChange:l,onChangeImage:c=ht.noop}=e;const{currentHeight:u,currentWidth:d,updateDimension:p,updateDimensions:m}=function(e,t,n,r,o){var a,i;const[s,l]=(0,dt.useState)(null!==(a=null!=t?t:r)&&void 0!==a?a:""),[c,u]=(0,dt.useState)(null!==(i=null!=e?e:n)&&void 0!==i?i:"");return(0,dt.useEffect)((()=>{void 0===t&&void 0!==r&&l(r),void 0===e&&void 0!==n&&u(n)}),[r,n]),(0,dt.useEffect)((()=>{void 0!==t&&Number.parseInt(t)!==Number.parseInt(s)&&l(t),void 0!==e&&Number.parseInt(e)!==Number.parseInt(c)&&u(e)}),[t,e]),{currentHeight:c,currentWidth:s,updateDimension:(e,t)=>{"width"===e?l(t):u(t),o({[e]:""===t?void 0:parseInt(t,10)})},updateDimensions:(e,t)=>{u(null!=e?e:n),l(null!=t?t:r),o({height:e,width:t})}}}(s,i,n,t,l);return(0,dt.createElement)(dt.Fragment,null,!(0,ht.isEmpty)(r)&&(0,dt.createElement)(SP,{label:hr("Image size"),value:a,options:r,onChange:c}),o&&(0,dt.createElement)("div",{className:"block-editor-image-size-control"},(0,dt.createElement)("p",{className:"block-editor-image-size-control__row"},hr("Image dimensions")),(0,dt.createElement)("div",{className:"block-editor-image-size-control__row"},(0,dt.createElement)(qA,{type:"number",className:"block-editor-image-size-control__width",label:hr("Width"),value:d,min:1,onChange:e=>p("width",e)}),(0,dt.createElement)(qA,{type:"number",className:"block-editor-image-size-control__height",label:hr("Height"),value:u,min:1,onChange:e=>p("height",e)})),(0,dt.createElement)("div",{className:"block-editor-image-size-control__row"},(0,dt.createElement)(Z3,{"aria-label":hr("Image size presets")},T6.map((e=>{const r=Math.round(t*(e/100)),o=Math.round(n*(e/100)),a=d===r&&u===o;return(0,dt.createElement)(lb,{key:e,isSmall:!0,variant:a?"primary":void 0,isPressed:a,onClick:()=>m(o,r)},e,"%")}))),(0,dt.createElement)(lb,{isSmall:!0,onClick:()=>m()},hr("Reset")))))}const N6=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,dt.createElement)(hh,{d:"M6.734 16.106l2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.157 1.093-1.027-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734z"})),O6=e=>{let{value:t,onChange:n=ht.noop,settings:r}=e;if(!r||!r.length)return null;const o=e=>r=>{n({...t,[e.id]:r})},a=r.map((e=>(0,dt.createElement)(KE,{className:"block-editor-link-control__setting",key:e.id,label:e.title,onChange:o(e),checked:!!t&&!!t[e.id]})));return(0,dt.createElement)("fieldset",{className:"block-editor-link-control__settings"},(0,dt.createElement)(ib,{as:"legend"},hr("Currently selected link settings")),a)},D6=Bp((e=>t=>(0,dt.createElement)(e,ft({},t,{speak:Q_,debouncedSpeak:df(Q_,500)}))),"withSpokenMessages"),B6=Bp((e=>class extends dt.Component{constructor(e){super(e),this.timeouts=[],this.setTimeout=this.setTimeout.bind(this),this.clearTimeout=this.clearTimeout.bind(this)}componentWillUnmount(){this.timeouts.forEach(clearTimeout)}setTimeout(e,t){const n=setTimeout((()=>{e(),this.clearTimeout(n)}),t);return this.timeouts.push(n),n}clearTimeout(e){clearTimeout(e),this.timeouts=(0,ht.without)(this.timeouts,e)}render(){const t={...this.props,setTimeout:this.setTimeout,clearTimeout:this.clearTimeout};return(0,dt.createElement)(e,t)}}),"withSafeTimeout"),I6=B6,P6=Bp((e=>t=>{const n=uf(e);return(0,dt.createElement)(e,ft({},t,{instanceId:n}))}),"withInstanceId");function R6(e){try{return new URL(e),!0}catch{return!1}}class H6 extends dt.Component{constructor(e){super(e),this.onChange=this.onChange.bind(this),this.onFocus=this.onFocus.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.selectLink=this.selectLink.bind(this),this.handleOnClick=this.handleOnClick.bind(this),this.bindSuggestionNode=this.bindSuggestionNode.bind(this),this.autocompleteRef=e.autocompleteRef||(0,dt.createRef)(),this.inputRef=(0,dt.createRef)(),this.updateSuggestions=(0,ht.debounce)(this.updateSuggestions.bind(this),200),this.suggestionNodes=[],this.isUpdatingSuggestions=!1,this.state={suggestions:[],showSuggestions:!1,selectedSuggestion:null,suggestionsListboxId:"",suggestionOptionIdPrefix:""}}componentDidUpdate(e){const{showSuggestions:t,selectedSuggestion:n}=this.state,{value:r,__experimentalShowInitialSuggestions:o=!1}=this.props;t&&null!==n&&this.suggestionNodes[n]&&!this.scrollingIntoView&&(this.scrollingIntoView=!0,SD()(this.suggestionNodes[n],this.autocompleteRef.current,{onlyScrollIfNeeded:!0}),this.props.setTimeout((()=>{this.scrollingIntoView=!1}),100)),e.value===r||this.props.disableSuggestions||this.isUpdatingSuggestions||(null!=r&&r.length?this.updateSuggestions(r):o&&this.updateSuggestions())}componentDidMount(){this.shouldShowInitialSuggestions()&&this.updateSuggestions()}componentWillUnmount(){var e,t;null===(e=this.suggestionsRequest)||void 0===e||null===(t=e.cancel)||void 0===t||t.call(e),delete this.suggestionsRequest}bindSuggestionNode(e){return t=>{this.suggestionNodes[e]=t}}shouldShowInitialSuggestions(){const{suggestions:e}=this.state,{__experimentalShowInitialSuggestions:t=!1,value:n}=this.props;return!this.isUpdatingSuggestions&&t&&!(n&&n.length)&&!(e&&e.length)}updateSuggestions(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const{__experimentalFetchLinkSuggestions:n,__experimentalHandleURLSuggestions:r}=this.props;if(!n)return;const o=!(null!==(e=t)&&void 0!==e&&e.length);if(t=t.trim(),!o&&(t.length<2||!r&&R6(t)))return void this.setState({showSuggestions:!1,selectedSuggestion:null,loading:!1});this.isUpdatingSuggestions=!0,this.setState({selectedSuggestion:null,loading:!0});const a=n(t,{isInitialSuggestions:o});a.then((e=>{this.suggestionsRequest===a&&(this.setState({suggestions:e,loading:!1,showSuggestions:!!e.length}),e.length?this.props.debouncedSpeak(Sn(br("%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate.",e.length),e.length),"assertive"):this.props.debouncedSpeak(hr("No results."),"assertive"),this.isUpdatingSuggestions=!1)})).catch((()=>{this.suggestionsRequest===a&&(this.setState({loading:!1}),this.isUpdatingSuggestions=!1)})),this.suggestionsRequest=a}onChange(e){const t=e.target.value;this.props.onChange(t),this.props.disableSuggestions||this.updateSuggestions(t)}onFocus(){const{suggestions:e}=this.state,{disableSuggestions:t,value:n}=this.props;!n||t||this.isUpdatingSuggestions||e&&e.length||this.updateSuggestions(n)}onKeyDown(e){const{showSuggestions:t,selectedSuggestion:n,suggestions:r,loading:o}=this.state;if(!t||!r.length||o){switch(e.keyCode){case Cf:0!==e.target.selectionStart&&(e.preventDefault(),e.target.setSelectionRange(0,0));break;case zf:this.props.value.length!==e.target.selectionStart&&(e.preventDefault(),e.target.setSelectionRange(this.props.value.length,this.props.value.length));break;case Lf:this.props.onSubmit&&this.props.onSubmit(null,e)}return}const a=this.state.suggestions[this.state.selectedSuggestion];switch(e.keyCode){case Cf:{e.preventDefault();const t=n?n-1:r.length-1;this.setState({selectedSuggestion:t});break}case zf:{e.preventDefault();const t=null===n||n===r.length-1?0:n+1;this.setState({selectedSuggestion:t});break}case 9:null!==this.state.selectedSuggestion&&(this.selectLink(a),this.props.speak(hr("Link selected.")));break;case Lf:null!==this.state.selectedSuggestion?(this.selectLink(a),this.props.onSubmit&&this.props.onSubmit(a,e)):this.props.onSubmit&&this.props.onSubmit(null,e)}}selectLink(e){this.props.onChange(e.url,e),this.setState({selectedSuggestion:null,showSuggestions:!1})}handleOnClick(e){this.selectLink(e),this.inputRef.current.focus()}static getDerivedStateFromProps(e,t){let{value:n,instanceId:r,disableSuggestions:o,__experimentalShowInitialSuggestions:a=!1}=e,{showSuggestions:i}=t,s=i;const l=n&&n.length;return a||l||(s=!1),!0===o&&(s=!1),{showSuggestions:s,suggestionsListboxId:`block-editor-url-input-suggestions-${r}`,suggestionOptionIdPrefix:`block-editor-url-input-suggestion-${r}`}}render(){return(0,dt.createElement)(dt.Fragment,null,this.renderControl(),this.renderSuggestions())}renderControl(){const{label:e,className:t,isFullWidth:n,instanceId:r,placeholder:o=hr("Paste URL or type to search"),__experimentalRenderControl:a,value:i=""}=this.props,{loading:s,showSuggestions:l,selectedSuggestion:c,suggestionsListboxId:u,suggestionOptionIdPrefix:d}=this.state,p={id:`url-input-control-${r}`,label:e,className:Hp()("block-editor-url-input",t,{"is-full-width":n})},m={value:i,required:!0,className:"block-editor-url-input__input",type:"text",onChange:this.onChange,onFocus:this.onFocus,placeholder:o,onKeyDown:this.onKeyDown,role:"combobox","aria-label":hr("URL"),"aria-expanded":l,"aria-autocomplete":"list","aria-owns":u,"aria-activedescendant":null!==c?`${d}-${c}`:void 0,ref:this.inputRef};return a?a(p,m,s):(0,dt.createElement)(GE,p,(0,dt.createElement)("input",m),s&&(0,dt.createElement)(h6,null))}renderSuggestions(){const{className:e,__experimentalRenderSuggestions:t,value:n="",__experimentalShowInitialSuggestions:r=!1}=this.props,{showSuggestions:o,suggestions:a,selectedSuggestion:i,suggestionsListboxId:s,suggestionOptionIdPrefix:l,loading:c}=this.state,u={id:s,ref:this.autocompleteRef,role:"listbox"},d=(e,t)=>({role:"option",tabIndex:"-1",id:`${l}-${t}`,ref:this.bindSuggestionNode(t),"aria-selected":t===i});return(0,ht.isFunction)(t)&&o&&a.length?t({suggestions:a,selectedSuggestion:i,suggestionsListProps:u,buildSuggestionItemProps:d,isLoading:c,handleSuggestionClick:this.handleOnClick,isInitialSuggestions:r&&!(n&&n.length)}):!(0,ht.isFunction)(t)&&o&&a.length?(0,dt.createElement)(Qh,{position:"bottom",noArrow:!0,focusOnMount:!1},(0,dt.createElement)("div",ft({},u,{className:Hp()("block-editor-url-input__suggestions",`${e}__suggestions`)}),a.map(((e,t)=>(0,dt.createElement)(lb,ft({},d(0,t),{key:e.id,className:Hp()("block-editor-url-input__suggestion",{"is-selected":t===i}),onClick:()=>this.handleOnClick(e)}),e.title))))):null}}const W6=UC(I6,D6,P6,FC(((e,t)=>{if((0,ht.isFunction)(t.__experimentalFetchLinkSuggestions))return;const{getSettings:n}=e(Iw);return{__experimentalFetchLinkSuggestions:n().__experimentalFetchLinkSuggestions}})))(H6),Y6=e=>{let t,{searchTerm:n,onClick:r,itemProps:o,isSelected:a,buttonText:i}=e;return n?(t=i?(0,ht.isFunction)(i)?i(n):i:tB(Sn(hr("Create: %s"),n),{mark:(0,dt.createElement)("mark",null)}),(0,dt.createElement)(lb,ft({},o,{className:Hp()("block-editor-link-control__search-create block-editor-link-control__search-item",{"is-selected":a}),onClick:r}),(0,dt.createElement)(MA,{className:"block-editor-link-control__search-item-icon",icon:iC}),(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-title"},t)))):null};function j6(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.replace(/^(?:https?:)\/\/(?:www\.)?/,"");n.match(/^[^\/]+\/$/)&&(n=n.replace("/",""));const r=/([\w|:])*\.(?:jpg|jpeg|gif|png|svg)/;if(!t||n.length<=t||!n.match(r))return n;n=n.split("?")[0];const o=n.split("/"),a=o[o.length-1];if(a.length<=t)return"…"+n.slice(-t);const i=a.lastIndexOf("."),[s,l]=[a.slice(0,i),a.slice(i+1)],c=s.slice(-3)+"."+l;return a.slice(0,t-c.length-1)+"…"+c}function q6(e){try{return decodeURI(e)}catch(t){return e}}const F6=e=>{let{text:t="",highlight:n=""}=e;const r=n.trim();if(!r)return t;const o=new RegExp(`(${(0,ht.escapeRegExp)(r)})`,"gi");return tB(t.replace(o,"$&"),{mark:(0,dt.createElement)("mark",null)})},V6=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z"})),X6=e=>{let{itemProps:t,suggestion:n,isSelected:r=!1,onClick:o,isURL:a=!1,searchTerm:i="",shouldShowType:s=!1}=e;return(0,dt.createElement)(lb,ft({},t,{onClick:o,className:Hp()("block-editor-link-control__search-item",{"is-selected":r,"is-url":a,"is-entity":!a})}),a&&(0,dt.createElement)(MA,{className:"block-editor-link-control__search-item-icon",icon:V6}),(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-title"},(0,dt.createElement)(F6,{text:n.title,highlight:i})),(0,dt.createElement)("span",{"aria-hidden":!a,className:"block-editor-link-control__search-item-info"},!a&&(j6(q6(n.url))||""),a&&hr("Press ENTER to add this link"))),s&&n.type&&(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-type"},"post_tag"===n.type?"tag":n.type))},U6="__CREATE__",$6=[{id:"opensInNewTab",title:hr("Open in new tab")}];function G6(e){let{instanceId:t,withCreateSuggestion:n,currentInputValue:r,handleSuggestionClick:o,suggestionsListProps:a,buildSuggestionItemProps:i,suggestions:s,selectedSuggestion:l,isLoading:c,isInitialSuggestions:u,createSuggestionButtonText:d,suggestionsQuery:p}=e;const m=Hp()("block-editor-link-control__search-results",{"is-loading":c}),f=["url","mailto","tel","internal"],h=1===s.length&&f.includes(s[0].type.toLowerCase()),g=n&&!h&&!u,b=!(null!=p&&p.type),v=`block-editor-link-control-search-results-label-${t}`,y=u?hr("Recently updated"):Sn(hr('Search results for "%s"'),r),_=(0,dt.createElement)(u?dt.Fragment:ib,{},(0,dt.createElement)("span",{className:"block-editor-link-control__search-results-label",id:v},y));return(0,dt.createElement)("div",{className:"block-editor-link-control__search-results-wrapper"},_,(0,dt.createElement)("div",ft({},a,{className:m,"aria-labelledby":v}),s.map(((e,t)=>g&&U6===e.type?(0,dt.createElement)(Y6,{searchTerm:r,buttonText:d,onClick:()=>o(e),key:e.type,itemProps:i(e,t),isSelected:t===l}):U6===e.type?null:(0,dt.createElement)(X6,{key:`${e.id}-${e.type}`,itemProps:i(e,t),suggestion:e,index:t,onClick:()=>{o(e)},isSelected:t===l,isURL:f.includes(e.type.toLowerCase()),searchTerm:r,shouldShowType:b})))))}function K6(e){const t=/^([^\s:]+:)/.exec(e);if(t)return t[1]}const J6=/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i;function Z6(e){return J6.test(e)}const Q6=/^(?:[a-z]+:|#|\?|\.|\/)/i;function e7(e){return e?(e=e.trim(),Q6.test(e)||Z6(e)?e:"http://"+e):e}function t7(e){const t=(0,ht.startsWith)(e,"#");return R6(e)||e&&e.includes("www.")||t}const n7=()=>Promise.resolve([]),r7=e=>{let t="URL";const n=K6(e)||"";return n.includes("mailto")&&(t="mailto"),n.includes("tel")&&(t="tel"),(0,ht.startsWith)(e,"#")&&(t="internal"),Promise.resolve([{id:e,title:e,url:"URL"===t?e7(e):e,type:t}])};function o7(e,t,n,r){const{fetchSearchSuggestions:o}=Cc((e=>{const{getSettings:t}=e(Iw);return{fetchSearchSuggestions:t().__experimentalFetchLinkSuggestions}}),[]),a=t?r7:n7;return(0,dt.useCallback)(((t,i)=>{let{isInitialSuggestions:s}=i;return t7(t)?a(t,{isInitialSuggestions:s}):(async(e,t,n,r,o,a)=>{const{isInitialSuggestions:i}=t;let s=await Promise.all([n(e,t),r(e)]);return s=e.includes(" ")||!a||i?s[0]:s[0].concat(s[1]),i||t7(e)||!o?s:s.concat({title:e,url:e,type:U6})})(t,{...e,isInitialSuggestions:s},o,a,n,r)}),[a,o,n])}const a7=()=>Promise.resolve([]),i7=(0,dt.forwardRef)(((e,t)=>{let{value:n,children:r,currentLink:o={},className:a=null,placeholder:i=null,withCreateSuggestion:s=!1,onCreateSuggestion:l=ht.noop,onChange:c=ht.noop,onSelect:u=ht.noop,showSuggestions:d=!0,renderSuggestions:p=(e=>(0,dt.createElement)(G6,e)),fetchSuggestions:m=null,allowDirectEntry:f=!0,showInitialSuggestions:h=!1,suggestionsQuery:g={},withURLSuggestion:b=!0,createSuggestionButtonText:v,useLabel:y=!1}=e;const _=o7(g,f,s,b),M=d?m||_:a7,k=uf(i7),[w,E]=(0,dt.useState)(),L=async e=>{let t=e;if(U6!==e.type)(f||t&&Object.keys(t).length>=1)&&u({...(0,ht.omit)(o,"id","url"),...t},t);else try{var n;t=await l(e.title),null!==(n=t)&&void 0!==n&&n.url&&u(t)}catch(e){}},x=Hp()(a,{"has-no-label":!y});return(0,dt.createElement)("div",{className:"block-editor-link-control__search-input-container"},(0,dt.createElement)(W6,{label:y?"URL":void 0,className:x,value:n,onChange:(e,t)=>{c(e),E(t)},placeholder:null!=i?i:hr("Search or type url"),__experimentalRenderSuggestions:d?e=>p({...e,instanceId:k,withCreateSuggestion:s,currentInputValue:n,createSuggestionButtonText:v,suggestionsQuery:g,handleSuggestionClick:t=>{e.handleSuggestionClick&&e.handleSuggestionClick(t),L(t)}}):null,__experimentalFetchLinkSuggestions:M,__experimentalHandleURLSuggestions:!0,__experimentalShowInitialSuggestions:h,onSubmit:(e,t)=>{var r;const o=e||w;o||null!=n&&null!==(r=n.trim())&&void 0!==r&&r.length?L(o||{url:n}):t.preventDefault()},ref:t}),r)})),s7=i7,l7=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),c7=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"})),{Slot:u7,Fill:d7}=qh("BlockEditorLinkControlViewer");function p7(e,t){switch(t.type){case"RESOLVED":return{...e,isFetching:!1,richData:t.richData};case"ERROR":return{...e,isFetching:!1,richData:null};case"LOADING":return{...e,isFetching:!0};default:throw new Error(`Unexpected action type ${t.type}`)}}const m7=function(e){const[t,n]=(0,dt.useReducer)(p7,{richData:null,isFetching:!1}),{fetchRichUrlData:r}=Cc((e=>{const{getSettings:t}=e(Iw);return{fetchRichUrlData:t().__experimentalFetchRichUrlData}}),[]);return(0,dt.useEffect)((()=>{if(null!=e&&e.length&&r&&"undefined"!=typeof AbortController){n({type:"LOADING"});const t=new window.AbortController,o=t.signal;return r(e,{signal:o}).then((e=>{n({type:"RESOLVED",richData:e})})).catch((()=>{o.aborted||n({type:"ERROR"})})),()=>{t.abort()}}}),[e]),t};function f7(e){let{value:t,onEditClick:n,hasRichPreviews:r=!1,hasUnlinkControl:o=!1,onRemove:a}=e;const i=r?null==t?void 0:t.url:null,{richData:s,isFetching:l}=m7(i),c=s&&Object.keys(s).length,u=t&&j6(q6(t.url),16)||"",d=(null==s?void 0:s.title)||(null==t?void 0:t.title)||u,p=!t.url.length;let m;return m=null!=s&&s.icon?(0,dt.createElement)("img",{src:null==s?void 0:s.icon,alt:""}):p?(0,dt.createElement)(MA,{icon:l7,size:32}):(0,dt.createElement)(MA,{icon:V6}),(0,dt.createElement)("div",{"aria-label":hr("Currently selected"),"aria-selected":"true",className:Hp()("block-editor-link-control__search-item",{"is-current":!0,"is-rich":c,"is-fetching":!!l,"is-preview":!0,"is-error":p})},(0,dt.createElement)("div",{className:"block-editor-link-control__search-item-top"},(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,dt.createElement)("span",{className:Hp()("block-editor-link-control__search-item-icon",{"is-image":null==s?void 0:s.icon})},m),(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-details"},p?(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-error-notice"},"Link is empty"):(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(XA,{className:"block-editor-link-control__search-item-title",href:t.url},Io(d)),(null==t?void 0:t.url)&&(0,dt.createElement)("span",{className:"block-editor-link-control__search-item-info"},u)))),(0,dt.createElement)(lb,{icon:c7,label:hr("Edit"),className:"block-editor-link-control__search-item-action",onClick:n,iconSize:24}),o&&(0,dt.createElement)(lb,{icon:lQ,label:hr("Unlink"),className:"block-editor-link-control__search-item-action block-editor-link-control__unlink",onClick:a,iconSize:24}),(0,dt.createElement)(u7,{fillProps:t})),(c&&((null==s?void 0:s.image)||(null==s?void 0:s.description))||l)&&(0,dt.createElement)("div",{className:"block-editor-link-control__search-item-bottom"},((null==s?void 0:s.image)||l)&&(0,dt.createElement)("div",{"aria-hidden":!(null!=s&&s.image),className:Hp()("block-editor-link-control__search-item-image",{"is-placeholder":!(null!=s&&s.image)})},(null==s?void 0:s.image)&&(0,dt.createElement)("img",{src:null==s?void 0:s.image,alt:""})),((null==s?void 0:s.description)||l)&&(0,dt.createElement)("div",{"aria-hidden":!(null!=s&&s.description),className:Hp()("block-editor-link-control__search-item-description",{"is-placeholder":!(null!=s&&s.description)})},(null==s?void 0:s.description)&&(0,dt.createElement)(px,{truncate:!0,numberOfLines:"2"},s.description))))}const h7=e=>{let t=!1;const n=new Promise(((n,r)=>{e.then((e=>t?r({isCanceled:!0}):n(e)),(e=>r(t?{isCanceled:!0}:e)))}));return{promise:n,cancel(){t=!0}}};function g7(e){var t,n,r;let{searchInputPlaceholder:o,value:a,settings:i=$6,onChange:s=ht.noop,onRemove:l,noDirectEntry:c=!1,showSuggestions:u=!0,showInitialSuggestions:d,forceIsEditingLink:p,createSuggestion:m,withCreateSuggestion:f,inputValue:h="",suggestionsQuery:g={},noURLSuggestion:b=!1,createSuggestionButtonText:v,hasRichPreviews:y=!1,hasTextControl:_=!1,renderControlBottom:M=null}=e;void 0===f&&m&&(f=!0);const k=(0,dt.useRef)(!0),w=(0,dt.useRef)(),E=(0,dt.useRef)(),[L,x]=(0,dt.useState)((null==a?void 0:a.url)||""),[S,A]=(0,dt.useState)((null==a?void 0:a.title)||""),C=h||L,[T,z]=(0,dt.useState)(void 0!==p?p:!a||!a.url),N=(0,dt.useRef)(!1),O=!(null!=C&&null!==(t=C.trim())&&void 0!==t&&t.length);function D(){var e;N.current=!(null===(e=w.current)||void 0===e||!e.contains(w.current.ownerDocument.activeElement)),z(!1)}(0,dt.useEffect)((()=>{void 0!==p&&p!==T&&z(p)}),[p]),(0,dt.useEffect)((()=>{if(k.current)return void(k.current=!1);const e=null!=E&&E.current?1:0;(rh.focusable.find(w.current)[e]||w.current).focus(),N.current=!1}),[T]),(0,dt.useEffect)((()=>{null!=a&&a.title&&a.title!==S&&A(a.title),null!=a&&a.url&&x(a.url)}),[a]);const{createPage:B,isCreatingPage:I,errorMessage:P}=function(e){const t=(0,dt.useRef)(),[n,r]=(0,dt.useState)(!1),[o,a]=(0,dt.useState)(null);return(0,dt.useEffect)((()=>()=>{t.current&&t.current.cancel()}),[]),{createPage:async function(n){r(!0),a(null);try{return t.current=h7(Promise.resolve(e(n))),await t.current.promise}catch(e){if(e&&e.isCanceled)return;throw a(e.message||hr("An unknown error occurred during creation. Please try again.")),e}finally{r(!1)}},isCreatingPage:n,errorMessage:o}}(m),R=()=>{C===(null==a?void 0:a.url)&&S===(null==a?void 0:a.title)||s({url:C,title:S}),D()},H=l&&a&&!T&&!I,W=!(null==i||!i.length),Y=(null==a||null===(n=a.url)||void 0===n||null===(r=n.trim())||void 0===r?void 0:r.length)>0&&_;return(0,dt.createElement)("div",{tabIndex:-1,ref:w,className:"block-editor-link-control"},I&&(0,dt.createElement)("div",{className:"block-editor-link-control__loading"},(0,dt.createElement)(h6,null)," ",hr("Creating"),"…"),(T||!a)&&!I&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{className:Hp()({"block-editor-link-control__search-input-wrapper":!0,"has-text-control":Y})},Y&&(0,dt.createElement)(qA,{ref:E,className:"block-editor-link-control__field block-editor-link-control__text-content",label:"Text",value:S,onChange:A,onKeyDown:e=>{const{keyCode:t}=e;t!==Lf||O||(e.preventDefault(),R())}}),(0,dt.createElement)(s7,{currentLink:a,className:"block-editor-link-control__field block-editor-link-control__search-input",placeholder:o,value:C,withCreateSuggestion:f,onCreateSuggestion:B,onChange:x,onSelect:e=>{s({...e,title:S||(null==e?void 0:e.title)}),D()},showInitialSuggestions:d,allowDirectEntry:!c,showSuggestions:u,suggestionsQuery:g,withURLSuggestion:!b,createSuggestionButtonText:v,useLabel:Y},(0,dt.createElement)("div",{className:"block-editor-link-control__search-actions"},(0,dt.createElement)(lb,{onClick:R,label:hr("Submit"),icon:N6,className:"block-editor-link-control__search-submit",disabled:O})))),P&&(0,dt.createElement)(WQ,{className:"block-editor-link-control__search-error",status:"error",isDismissible:!1},P)),a&&!T&&!I&&(0,dt.createElement)(f7,{key:null==a?void 0:a.url,value:a,onEditClick:()=>z(!0),hasRichPreviews:y,hasUnlinkControl:H,onRemove:l}),W&&(0,dt.createElement)("div",{className:"block-editor-link-control__tools"},(0,dt.createElement)(O6,{value:a,settings:i,onChange:s})),M&&M())}g7.ViewerFill=d7;const b7=g7;const v7=function(e){let{accept:t,children:n,multiple:r=!1,onChange:o,render:a,...i}=e;const s=(0,dt.useRef)(),l=()=>{s.current.click()},c=a?a({openFileDialog:l}):(0,dt.createElement)(lb,ft({onClick:l},i),n);return(0,dt.createElement)("div",{className:"components-form-file-upload"},c,(0,dt.createElement)("input",{type:"file",ref:s,multiple:r,style:{display:"none"},accept:t,onChange:o}))},y7=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18.7 3H5.3C4 3 3 4 3 5.3v13.4C3 20 4 21 5.3 21h13.4c1.3 0 2.3-1 2.3-2.3V5.3C21 4 20 3 18.7 3zm.8 15.7c0 .4-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8V5.3c0-.4.4-.8.8-.8h13.4c.4 0 .8.4.8.8v13.4zM10 15l5-3-5-3v6z"})),_7=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18.5 15v3.5H13V6.7l4.5 4.1 1-1.1-6.2-5.8-5.8 5.8 1 1.1 4-4v11.7h-6V15H4v5h16v-5z"})),M7=jC("editor.MediaUpload")((()=>null));const k7=function(e){let{fallback:t=null,children:n}=e;const r=Cc((e=>{const{getSettings:t}=e(Iw);return!!t().mediaUpload}),[]);return r?n:t},w7=UC([XC((e=>{const{createNotice:t,removeNotice:n}=e(YP);return{createNotice:t,removeNotice:n}})),jC("editor.MediaReplaceFlow")])((e=>{let{mediaURL:t,mediaId:n,allowedTypes:r,accept:o,onSelect:a,onSelectURL:i,onFilesUpload:s=ht.noop,name:l=hr("Replace"),createNotice:c,removeNotice:u,children:d}=e;const[p,m]=(0,dt.useState)(t),f=Cc((e=>e(Iw).getSettings().mediaUpload),[]),h=(0,dt.createRef)(),g=(0,ht.uniqueId)("block-editor/media-replace-flow/error-notice/"),b=e=>{const t=document.createElement("div");t.innerHTML=ji(e);const n=t.textContent||t.innerText||"";setTimeout((()=>{c("error",n,{speak:!0,id:g,isDismissible:!0})}),1e3)},v=e=>{m(e.url),a(e),Q_(hr("The media file has been replaced")),u(g)},y=e=>{e.keyCode===zf&&(e.preventDefault(),e.target.click())};return(0,dt.createElement)(Tv,{popoverProps:{isAlternate:!0},contentClassName:"block-editor-media-replace-flow__options",renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,dt.createElement)(Sv,{ref:h,"aria-expanded":t,"aria-haspopup":"true",onClick:n,onKeyDown:y},l)},renderContent:e=>{let{onClose:t}=e;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Bv,{className:"block-editor-media-replace-flow__media-upload-menu"},(0,dt.createElement)(M7,{value:n,onSelect:e=>v(e),allowedTypes:r,render:e=>{let{open:t}=e;return(0,dt.createElement)($w,{icon:y7,onClick:t},hr("Open Media Library"))}}),(0,dt.createElement)(k7,null,(0,dt.createElement)(v7,{onChange:e=>{(e=>{const t=e.target.files;s(t),f({allowedTypes:r,filesList:t,onFileChange:e=>{let[t]=e;v(t)},onError:b})})(e)},accept:o,render:e=>{let{openFileDialog:t}=e;return(0,dt.createElement)($w,{icon:_7,onClick:()=>{t()}},hr("Upload"))}})),d),i&&(0,dt.createElement)("form",{className:"block-editor-media-flow__url-input"},(0,dt.createElement)("span",{className:"block-editor-media-replace-flow__image-url-label"},hr("Current media URL:")),(0,dt.createElement)(b7,{value:{url:p},settings:[],showSuggestions:!1,onChange:e=>{let{url:t}=e;m(t),i(t),h.current.focus()}})))}})}));var E7=0;function L7(){var e=E7;return E7++,e}var x7=function(e){var t=e.children,n=e.initial,r=e.isPresent,o=e.onExitComplete,a=e.custom,i=e.presenceAffectsLayout,s=iH(S7),l=iH(L7),c=(0,dt.useMemo)((function(){return{id:l,initial:n,isPresent:r,custom:a,onExitComplete:function(e){s.set(e,!0);var t=!0;s.forEach((function(e){e||(t=!1)})),t&&(null==o||o())},register:function(e){return s.set(e,!1),function(){return s.delete(e)}}}}),i?void 0:[r]);return(0,dt.useMemo)((function(){s.forEach((function(e,t){return s.set(t,!1)}))}),[r]),dt.useEffect((function(){!r&&!s.size&&(null==o||o())}),[r]),dt.createElement(aH.Provider,{value:c},t)};function S7(){return new Map}function A7(e){return e.key||""}var C7=function(e){var t=e.children,n=e.custom,r=e.initial,o=void 0===r||r,a=e.onExitComplete,i=e.exitBeforeEnter,s=e.presenceAffectsLayout,l=void 0===s||s,c=function(){var e=(0,dt.useRef)(!1),t=KR((0,dt.useState)(0),2),n=t[0],r=t[1];return sY((function(){return e.current=!0})),(0,dt.useCallback)((function(){!e.current&&r(n+1)}),[n])}(),u=(0,dt.useContext)(dV);mV(u)&&(c=u.forceUpdate);var d=(0,dt.useRef)(!0),p=function(e){var t=[];return dt.Children.forEach(e,(function(e){(0,dt.isValidElement)(e)&&t.push(e)})),t}(t),m=(0,dt.useRef)(p),f=(0,dt.useRef)(new Map).current,h=(0,dt.useRef)(new Set).current;if(function(e,t){e.forEach((function(e){var n=A7(e);t.set(n,e)}))}(p,f),d.current)return d.current=!1,dt.createElement(dt.Fragment,null,p.map((function(e){return dt.createElement(x7,{key:A7(e),isPresent:!0,initial:!!o&&void 0,presenceAffectsLayout:l},e)})));for(var g=JR([],KR(p)),b=m.current.map(A7),v=p.map(A7),y=b.length,_=0;_0?t="file":(0,ht.includes)(e.dataTransfer.types,"text/html")&&(t="html"),d(t)},onDragEnd(){s(!1),d()},onDragEnter(){c(!0)},onDragLeave(){c(!1)}}),m=UA();let f;const h={hidden:{scaleY:0,opacity:0},show:{scaleY:1,opacity:1,transition:{type:"tween",duration:.2,delay:.1,delayChildren:.2}},exit:{scaleY:1,opacity:0,transition:{duration:.3,delayChildren:0}}},g={hidden:{opacity:0,scale:.75},show:{opacity:1,scale:1},exit:{opacity:0,scale:.9}};l&&(f=(0,dt.createElement)(UV.div,{variants:h,initial:m?"show":"hidden",animate:"show",exit:m?"show":"exit",className:"components-drop-zone__content"},(0,dt.createElement)(UV.div,{variants:g},(0,dt.createElement)(MA,{icon:_7,className:"components-drop-zone__content-icon"}),(0,dt.createElement)("span",{className:"components-drop-zone__content-text"},n||hr("Drop files to upload")))));const b=Hp()("components-drop-zone",t,{"is-active":(i||l)&&("file"===u&&r||"html"===u&&o||"default"===u&&a),"is-dragging-over-document":i,"is-dragging-over-element":l,[`is-dragging-${u}`]:!!u});return(0,dt.createElement)("div",{ref:p,className:b},m?f:(0,dt.createElement)(C7,null,f))}function z7(e){let{url:t,urlLabel:n,className:r}=e;const o=Hp()(r,"block-editor-url-popover__link-viewer-url");return t?(0,dt.createElement)(XA,{className:o,href:t},n||j6(q6(t))):(0,dt.createElement)("span",{className:o})}function N7(e){let{additionalControls:t,children:n,renderSettings:r,position:o="bottom center",focusOnMount:a="firstElement",...i}=e;const[s,l]=(0,dt.useState)(!1),c=!!r&&s;return(0,dt.createElement)(Qh,ft({className:"block-editor-url-popover",focusOnMount:a,position:o},i),(0,dt.createElement)("div",{className:"block-editor-url-popover__input-container"},(0,dt.createElement)("div",{className:"block-editor-url-popover__row"},n,!!r&&(0,dt.createElement)(lb,{className:"block-editor-url-popover__settings-toggle",icon:GA,label:hr("Link settings"),onClick:()=>{l(!s)},"aria-expanded":s})),c&&(0,dt.createElement)("div",{className:"block-editor-url-popover__row block-editor-url-popover__settings"},r())),t&&!c&&(0,dt.createElement)("div",{className:"block-editor-url-popover__additional-controls"},t))}N7.LinkEditor=function(e){let{autocompleteRef:t,className:n,onChangeInputValue:r,value:o,...a}=e;return(0,dt.createElement)("form",ft({className:Hp()("block-editor-url-popover__link-editor",n)},a),(0,dt.createElement)(W6,{value:o,onChange:r,autocompleteRef:t}),(0,dt.createElement)(lb,{icon:N6,label:hr("Apply"),type:"submit"}))},N7.LinkViewer=function(e){let{className:t,linkClassName:n,onEditLinkClick:r,url:o,urlLabel:a,...i}=e;return(0,dt.createElement)("div",ft({className:Hp()("block-editor-url-popover__link-viewer",t)},i),(0,dt.createElement)(z7,{url:o,urlLabel:a,className:n}),r&&(0,dt.createElement)(lb,{icon:c7,label:hr("Edit"),onClick:r}))};const O7=N7,D7=e=>{let{src:t,onChange:n,onSubmit:r,onClose:o}=e;return(0,dt.createElement)(O7,{onClose:o},(0,dt.createElement)("form",{className:"block-editor-media-placeholder__url-input-form",onSubmit:r},(0,dt.createElement)("input",{className:"block-editor-media-placeholder__url-input-field",type:"text","aria-label":hr("URL"),placeholder:hr("Paste or type URL"),onChange:n,value:t}),(0,dt.createElement)(lb,{className:"block-editor-media-placeholder__url-input-submit-button",icon:N6,label:hr("Apply"),type:"submit"})))};const B7=jC("editor.MediaPlaceholder")((function(e){let{value:t={},allowedTypes:n,className:r,icon:o,labels:a={},mediaPreview:i,notices:s,isAppender:l,accept:c,addToGallery:u,multiple:d=!1,handleUpload:p=!0,dropZoneUIOnly:m,disableDropZone:f,disableMediaButtons:h,onError:g,onSelect:b,onCancel:v,onSelectURL:y,onDoubleClick:_,onFilesPreUpload:M=ht.noop,onHTMLDrop:k=ht.noop,children:w,mediaLibraryButton:E,placeholder:L,style:x}=e;const S=Cc((e=>{const{getSettings:t}=e(Iw);return t().mediaUpload}),[]),[A,C]=(0,dt.useState)(""),[T,z]=(0,dt.useState)(!1);(0,dt.useEffect)((()=>{var e;C(null!==(e=null==t?void 0:t.src)&&void 0!==e?e:"")}),[null==t?void 0:t.src]);const N=e=>{C(e.target.value)},O=()=>{z(!0)},D=()=>{z(!1)},B=e=>{e.preventDefault(),A&&y&&(y(A),D())},I=e=>{if(!p)return b(e);let r;if(M(e),d)if(u){let e=[];r=n=>{const r=(null!=t?t:[]).filter((t=>t.id?!e.some((e=>{let{id:n}=e;return Number(n)===Number(t.id)})):!e.some((e=>{let{urlSlug:n}=e;return t.url.includes(n)}))));b(r.concat(n)),e=n.map((e=>{const t=e.url.lastIndexOf("."),n=e.url.slice(0,t);return{id:e.id,urlSlug:n}}))}}else r=b;else r=e=>{let[t]=e;return b(t)};S({allowedTypes:n,filesList:e,onFileChange:r,onError:g})},P=e=>{I(e.target.files)},R=null!=L?L:e=>{let{instructions:t,title:c}=a;if(S||y||(t=hr("To edit this block, you need permission to upload media.")),void 0===t||void 0===c){const e=null!=n?n:[],[r]=e,o=1===e.length,a=o&&"audio"===r,i=o&&"image"===r,s=o&&"video"===r;void 0===t&&S&&(t=hr("Upload a media file or pick one from your media library."),a?t=hr("Upload an audio file, pick one from your media library, or add one with a URL."):i?t=hr("Upload an image file, pick one from your media library, or add one with a URL."):s&&(t=hr("Upload a video file, pick one from your media library, or add one with a URL."))),void 0===c&&(c=hr("Media"),a?c=hr("Audio"):i?c=hr("Image"):s&&(c=hr("Video")))}const u=Hp()("block-editor-media-placeholder",r,{"is-appender":l});return(0,dt.createElement)(w5,{icon:o,label:c,instructions:t,className:u,notices:s,onDoubleClick:_,preview:i,style:x},e,w)},H=()=>f?null:(0,dt.createElement)(T7,{onFilesDrop:I,onHTMLDrop:k}),W=()=>v&&(0,dt.createElement)(lb,{className:"block-editor-media-placeholder__cancel-button",title:hr("Cancel"),variant:"link",onClick:v},hr("Cancel")),Y=()=>y&&(0,dt.createElement)("div",{className:"block-editor-media-placeholder__url-input-container"},(0,dt.createElement)(lb,{className:"block-editor-media-placeholder__button",onClick:O,isPressed:T,variant:"tertiary"},hr("Insert from URL")),T&&(0,dt.createElement)(D7,{src:A,onChange:N,onSubmit:B,onClose:D}));return m||h?(m&&pu("wp.blockEditor.MediaPlaceholder dropZoneUIOnly prop",{since:"5.4",alternative:"disableMediaButtons"}),(0,dt.createElement)(k7,null,H())):(0,dt.createElement)(k7,{fallback:R(Y())},(()=>{const e=null!=E?E:e=>{let{open:t}=e;return(0,dt.createElement)(lb,{variant:"tertiary",onClick:()=>{t()}},hr("Media Library"))},r=(0,dt.createElement)(M7,{addToGallery:u,gallery:d&&!(!n||0===n.length)&&n.every((e=>"image"===e||e.startsWith("image/"))),multiple:d,onSelect:b,allowedTypes:n,value:Array.isArray(t)?t.map((e=>{let{id:t}=e;return t})):t.id,render:e});if(S&&l)return(0,dt.createElement)(dt.Fragment,null,H(),(0,dt.createElement)(v7,{onChange:P,accept:c,multiple:d,render:e=>{let{openFileDialog:t}=e;const n=(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(lb,{variant:"primary",className:Hp()("block-editor-media-placeholder__button","block-editor-media-placeholder__upload-button"),onClick:t},hr("Upload")),r,Y(),W());return R(n)}}));if(S){const e=(0,dt.createElement)(dt.Fragment,null,H(),(0,dt.createElement)(v7,{variant:"primary",className:Hp()("block-editor-media-placeholder__button","block-editor-media-placeholder__upload-button"),onChange:P,accept:c,multiple:d},hr("Upload")),r,Y(),W());return R(e)}return R(r)})())})),I7=e=>{let{colorSettings:t,...n}=e;const r=t.map((e=>{let{value:t,onChange:n,...r}=e;return{...r,colorValue:t,onColorChange:n}}));return(0,dt.createElement)(RQ,ft({settings:r,gradients:[],disableCustomGradients:!0},n))};function P7(e){return t=>{const[n,r]=(0,dt.useState)([]);return(0,dt.useLayoutEffect)((()=>{const{options:n,isDebounced:o}=e,a=(0,ht.debounce)((()=>{const o=Promise.resolve("function"==typeof n?n(t):n).then((n=>{if(o.canceled)return;const a=n.map(((t,n)=>({key:`${e.name}-${n}`,value:t,label:e.getOptionLabel(t),keywords:e.getOptionKeywords?e.getOptionKeywords(t):[],isDisabled:!!e.isOptionDisabled&&e.isOptionDisabled(t)}))),i=new RegExp("(?:\\b|\\s|^)"+(0,ht.escapeRegExp)(t),"i");r(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10;const r=[];for(let o=0;oe.test((0,ht.deburr)(t))))&&(r.push(a),r.length===n))break}return r}(i,a))}));return o}),o?250:0),i=a();return()=>{a.cancel(),i&&(i.canceled=!0)}}),[t]),[n]}}function R7(e){let{record:t,onChange:n,onReplace:r,completers:o,contentRef:a}=e;const i=df(Q_,500),s=uf(R7),[l,c]=(0,dt.useState)(0),[u,d]=(0,dt.useState)([]),[p,m]=(0,dt.useState)(""),[f,h]=(0,dt.useState)(null),[g,b]=(0,dt.useState)(null),[v,y]=(0,dt.useState)(!1);function _(e){const{getOptionCompletion:o}=f||{};if(!e.isDisabled){if(o){const a=o(e.value,p),{action:i,value:s}=void 0===a.action||void 0===a.value?{action:"insert-at-caret",value:a}:a;if("replace"===i)return void r([s]);"insert-at-caret"===i&&function(e){const r=t.start,o=r-f.triggerPrefix.length-p.length,a=bM({html:ji(e)});n(PM(t,a,o,r))}(s)}M()}}function M(){c(0),d([]),m(""),h(null),b(null)}let k;zM(t)&&(k=SM(WM(t,0))),(0,dt.useEffect)((()=>{if(!k)return void M();const e=(0,ht.deburr)(k),n=SM(WM(t,void 0,SM(t).length)),r=(0,ht.find)(o,(t=>{let{triggerPrefix:r,allowContext:o}=t;const a=e.lastIndexOf(r);if(-1===a)return!1;const i=e.slice(a+r.length);if(i.length>50)return!1;const s=0===u.length,l=1===i.split(/\s/).length,c=v&&i.split(/\s/).length<=3;return!(s&&!c&&!l)&&(!(o&&!o(e.slice(0,a),n))&&(!/^\s/.test(i)&&!/\s\s+$/.test(i)&&/[\u0000-\uFFFF]*$/.test(i)))}));if(!r)return void M();const a=(0,ht.escapeRegExp)(r.triggerPrefix),i=e.slice(e.lastIndexOf(r.triggerPrefix)).match(new RegExp(`${a}([\0-￿]*)$`)),s=i&&i[1];h(r),b((()=>r!==f?function(e){const t=e.useItems?e.useItems:P7(e);return function(e){let{filterValue:n,instanceId:r,listBoxId:o,className:a,selectedIndex:i,onChangeOptions:s,onSelect:l,onReset:c,value:u,contentRef:d}=e;const[p]=t(n),m=dk({ref:d,value:u});return(0,dt.useLayoutEffect)((()=>{s(p)}),[p]),!p.length>0?null:(0,dt.createElement)(Qh,{focusOnMount:!1,onClose:c,position:"top right",className:"components-autocomplete__popover",anchorRef:m},(0,dt.createElement)("div",{id:o,role:"listbox",className:"components-autocomplete__results"},(0,ht.map)(p,((e,t)=>(0,dt.createElement)(lb,{key:e.key,id:`components-autocomplete-item-${r}-${e.key}`,role:"option","aria-selected":t===i,disabled:e.isDisabled,className:Hp()("components-autocomplete__result",a,{"is-selected":t===i}),onClick:()=>l(e)},e.label)))))}}(r):g)),m(s)}),[k]);const{key:w=""}=u[l]||{},{className:E}=f||{},L=!!f&&u.length>0,x=L?`components-autocomplete-listbox-${s}`:null;return{listBoxId:x,activeId:L?`components-autocomplete-item-${s}-${w}`:null,onKeyDown:function(e){if(y(e.keyCode===Ef),f&&0!==u.length&&!e.defaultPrevented){switch(e.keyCode){case Cf:c((0===l?u.length:l)-1);break;case zf:c((l+1)%u.length);break;case xf:h(null),b(null),e.preventDefault();break;case Lf:_(u[l]);break;case Af:case Tf:return void M();default:return}e.preventDefault()}},popover:void 0!==t.start&&g&&(0,dt.createElement)(g,{className:E,filterValue:p,instanceId:s,listBoxId:x,selectedIndex:l,onChangeOptions:function(e){c(e.length===u.length?l:0),d(e),function(e){i&&(e.length?i(Sn(br("%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate.",e.length),e.length),"assertive"):i(hr("No results."),"assertive"))}(e)},onSelect:_,value:t,contentRef:a,reset:M})}}const H7={name:"blocks",className:"block-editor-autocompleters__block",triggerPrefix:"/",useItems(e){const{rootClientId:t,selectedBlockName:n}=Cc((e=>{const{getSelectedBlockClientId:t,getBlockName:n,getBlockInsertionPoint:r}=e(Iw),o=t();return{selectedBlockName:o?n(o):null,rootClientId:r().rootClientId}}),[]),[r,o,a]=ZI(t,ht.noop),i=(0,dt.useMemo)((()=>(e.trim()?hR(r,o,a,e):(0,ht.orderBy)(r,["frecency"],["desc"])).filter((e=>e.name!==n)).slice(0,9)),[e,n,r,o,a]),s=(0,dt.useMemo)((()=>i.map((e=>{const{title:t,icon:n,isDisabled:r}=e;return{key:`block-${e.id}`,value:e,label:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(iB,{key:"icon",icon:n,showColors:!0}),t),isDisabled:r}}))),[i]);return[s]},allowContext:(e,t)=>!(/\S/.test(e)||/\S/.test(t)),getOptionCompletion(e){const{name:t,initialAttributes:n,innerBlocks:r}=e;return{action:"replace",value:ha(t,n,ga(r))}}},W7=[];function Y7(e){let{completers:t=W7}=e;const{name:n}=Ww();return(0,dt.useMemo)((()=>{let e=t;return(n===Qo()||na(n,"__experimentalSlashInserter",!1))&&(e=e.concat([H7])),tr("editor.Autocomplete.completers")&&(e===t&&(e=e.map(ht.clone)),e=ar("editor.Autocomplete.completers",e,n)),e}),[t,n])}function j7(e){return function(e){const t=(0,dt.useRef)(),n=(0,dt.useRef)(),{popover:r,listBoxId:o,activeId:a,onKeyDown:i}=R7({...e,contentRef:t});return n.current=i,{ref:dh([t,oh((e=>{function t(e){n.current(e)}return e.addEventListener("keydown",t),()=>{e.removeEventListener("keydown",t)}}),[])]),children:r,"aria-autocomplete":o?"list":void 0,"aria-owns":o,"aria-activedescendant":a}}({...e,completers:Y7(e)})}const q7={position:"bottom right",isAlternate:!0},F7=()=>(0,dt.createElement)(dt.Fragment,null,["bold","italic","link"].map((e=>(0,dt.createElement)(Yh,{name:`RichText.ToolbarControls.${e}`,key:e}))),(0,dt.createElement)(Yh,{name:"RichText.ToolbarControls"},(e=>{if(!e.length)return null;const t=e.map((e=>{let[{props:t}]=e;return t})),n=t.some((e=>{let{isActive:t}=e;return t}));return(0,dt.createElement)(Lv,null,(t=>(0,dt.createElement)(Pv,{icon:GA,label:hr("More"),toggleProps:{...t,className:Hp()(t.className,{"is-pressed":n}),describedBy:hr("Displays more block tools")},controls:(0,ht.orderBy)(e.map((e=>{let[{props:t}]=e;return t})),"title"),popoverProps:q7})))}))),V7=e=>{let{inline:t,anchorRef:n}=e;return t?(0,dt.createElement)(Qh,{noArrow:!0,position:"top center",focusOnMount:!1,anchorRef:n,className:"block-editor-rich-text__inline-format-toolbar",__unstableSlotName:"block-toolbar"},(0,dt.createElement)("div",{className:"block-editor-rich-text__inline-format-toolbar-group"},(0,dt.createElement)(Hv,null,(0,dt.createElement)(F7,null)))):(0,dt.createElement)(Vw,{group:"inline"},(0,dt.createElement)(F7,null))};function X7(){const{didAutomaticChange:e,getSettings:t}=Cc(Iw);return oh((n=>{function r(n){const{keyCode:r}=n;n.defaultPrevented||r!==Nf&&r!==Ef&&r!==xf||e()&&(n.preventDefault(),t().__experimentalUndo())}return n.addEventListener("keydown",r),()=>{n.removeEventListener("keydown",r)}}),[])}function U7(e){return e.filter((e=>{let{type:t}=e;return/^image\/(?:jpe?g|png|gif)$/.test(t)})).map((e=>``)).join("")}function $7(e,t){if(null!=t&&t.length){let n=e.formats.length;for(;n--;)e.formats[n]=[...t,...e.formats[n]||[]]}}function G7(e){if(!0===e||"p"===e||"li"===e)return!0===e?"p":e}function K7(e){let{allowedFormats:t,formattingControls:n,disableFormats:r}=e;return r?K7.EMPTY_ARRAY:t||n?t||(pu("wp.blockEditor.RichText formattingControls prop",{since:"5.4",alternative:"allowedFormats"}),n.map((e=>`core/${e}`))):void 0}K7.EMPTY_ARRAY=[];function J7(e){let{value:t,pastedBlocks:n=[],onReplace:r,onSplit:o,onSplitMiddle:a,multilineTag:i}=e;if(!r||!o)return;const s=[],[l,c]=YM(t),u=n.length>0;let d=-1;const p=NM(l)&&!NM(c);u&&NM(l)||(s.push(o(UM({value:l,multilineTag:i}),!p)),d+=1),u?(s.push(...n),d+=n.length):a&&s.push(a()),(u||a)&&NM(c)||s.push(o(UM({value:c,multilineTag:i}),p));r(s,u?d:1,u?-1:0)}function Z7(e,t){return t?HM(e,/\n+/g,fM):HM(e,new RegExp(fM,"g"),"\n")}function Q7(e){const t=(0,dt.useRef)(e);return t.current=e,oh((e=>{function n(e){const{isSelected:n,disableFormats:r,onChange:o,value:a,formatTypes:i,tagName:s,onReplace:l,onSplit:c,onSplitMiddle:u,__unstableEmbedURLOnPaste:d,multilineTag:p,preserveWhiteSpace:m,pastePlainText:f}=t.current;if(!n)return void e.preventDefault();const{clipboardData:h}=e;let g="",b="";try{g=h.getData("text/plain"),b=h.getData("text/html")}catch(e){try{b=h.getData("Text")}catch(e){return}}if(b=function(e){const t=/.*/s,n=/.*/s;return e.replace(t,"").replace(n,"")}(b),b=function(e){const t="";if(e.startsWith(t))return e.slice(t.length);return e}(b),e.preventDefault(),window.console.log("Received HTML:\n\n",b),window.console.log("Received plain text:\n\n",g),r)return void o(PM(a,g));const v=i.reduce(((e,t)=>{let{__unstablePasteRule:n}=t;return n&&e===a&&(e=n(a,{html:b,plainText:g})),e}),a);if(v!==a)return void o(v);const y=[...ZX(h)];if("true"===h.getData("rich-text")){const e=h.getData("rich-text-multi-line-tag")||void 0;let t=bM({html:b,multilineTag:e,multilineWrapperTags:"li"===e?["ul","ol"]:void 0,preserveWhiteSpace:m});return t=Z7(t,!!p),$7(t,a.activeFormats),void o(PM(a,t))}if(f)return void o(PM(a,bM({text:g})));if(y&&y.length&&!b){const e=dc({HTML:U7(y),mode:"BLOCKS",tagName:s,preserveWhiteSpace:m});return window.console.log("Received items:\n\n",y),void(l&&NM(a)?l(e):J7({value:a,pastedBlocks:e,onReplace:l,onSplit:c,onSplitMiddle:u,multilineTag:p}))}let _=l&&c?"AUTO":"INLINE";var M;"AUTO"===_&&NM(a)&&(M=g,El(".*").test(M))&&(_="BLOCKS"),d&&NM(a)&&R6(g.trim())&&(_="BLOCKS");const k=dc({HTML:b,plainText:g,mode:_,tagName:s,preserveWhiteSpace:m});if("string"==typeof k){let e=bM({html:k});e=Z7(e,!!p),$7(e,a.activeFormats),o(PM(a,e))}else k.length>0&&(l&&NM(a)?l(k,k.length-1,-1):J7({value:a,pastedBlocks:k,onReplace:l,onSplit:c,onSplitMiddle:u,multilineTag:p}))}return e.addEventListener("paste",n),()=>{e.removeEventListener("paste",n)}}),[])}function e8(e){const{__unstableMarkLastChangeAsPersistent:t,__unstableMarkAutomaticChange:n}=kp(Iw),r=(0,dt.useRef)(e);return r.current=e,oh((e=>{function o(){const{value:e,onReplace:t}=r.current;if(!t)return;const{start:o,text:a}=e;if(" "!==a.slice(o-1,o))return;const i=a.slice(0,o).trim(),s=Ea("from").filter((e=>{let{type:t}=e;return"prefix"===t})),l=wa(s,(e=>{let{prefix:t}=e;return i===t}));if(!l)return;const c=UM({value:WM(e,o,a.length)});t([l.transform(c)]),n()}function a(e){const{inputType:a,type:i}=e,{value:s,onChange:l,__unstableAllowPrefixTransformations:c,formatTypes:u}=r.current;if("insertText"!==a&&"compositionend"!==i)return;c&&o&&o();const d=u.reduce(((e,t)=>{let{__unstableInputRule:n}=t;return n&&(e=n(e)),e}),s);d!==s&&(t(),l({...d,activeFormats:s.activeFormats}),n())}return e.addEventListener("input",a),e.addEventListener("compositionend",a),()=>{e.removeEventListener("input",a),e.removeEventListener("compositionend",a)}}),[])}function t8(e){const{__unstableMarkAutomaticChange:t}=kp(Iw),n=(0,dt.useRef)(e);return n.current=e,oh((e=>{function r(e){if(e.defaultPrevented)return;const{removeEditorOnlyFormats:r,value:o,onReplace:a,onSplit:i,onSplitMiddle:s,multilineTag:l,onChange:c,disableLineBreaks:u,onSplitAtEnd:d}=n.current;if(e.keyCode!==Lf)return;e.preventDefault();const p={...o};p.formats=r(o);const m=a&&i;if(a){const e=Ea("from").filter((e=>{let{type:t}=e;return"enter"===t})),n=wa(e,(e=>e.regExp.test(p.text)));n&&(a([n.transform({content:p.text})]),t())}if(l)e.shiftKey?u||c(PM(p,"\n")):m&&OM(p)?J7({value:p,onReplace:a,onSplit:i,onSplitMiddle:s,multilineTag:l}):c(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const r=e.text.slice(0,t).lastIndexOf(fM),o=e.replacements[r];let a=[,];o&&(a=[o]);return PM(e,{formats:[,],replacements:a,text:fM},t,n)}(p));else{const{text:t,start:n,end:r}=p,o=d&&n===r&&r===t.length;e.shiftKey||!m&&!o?u||c(PM(p,"\n")):!m&&o?d():m&&J7({value:p,onReplace:a,onSplit:i,onSplitMiddle:s,multilineTag:l})}}return e.addEventListener("keydown",r),()=>{e.removeEventListener("keydown",r)}}),[])}function n8(e){return e(sM).getFormatTypes()}const r8=new Set(["a","audio","button","details","embed","iframe","input","label","select","textarea","video"]);function o8(e){return oh((t=>{function n(t){for(const n of e.current)n(t)}return t.addEventListener("keydown",n),()=>{t.removeEventListener("keydown",n)}}),[])}function a8(e){return oh((t=>{function n(t){for(const n of e.current)n(t)}return t.addEventListener("input",n),()=>{t.removeEventListener("input",n)}}),[])}function i8(e){let{formatTypes:t,onChange:n,onFocus:r,value:o,forwardedRef:a}=e;return t.map((e=>{const{name:t,edit:i}=e;if(!i)return null;const s=xM(o,t);let l=void 0!==s;const c=function(e){let{start:t,end:n,replacements:r,text:o}=e;if(t+1===n&&o[t]===hM)return r[t]}(o),u=void 0!==c&&c.type===t;if("core/link"===t&&!zM(o)){const e=o.formats,t=(0,ht.find)(e[o.start],{type:"core/link"}),n=(0,ht.find)(e[o.end-1],{type:"core/link"});t&&n&&t===n||(l=!1)}return(0,dt.createElement)(i,{key:t,isActive:l,activeAttributes:l&&s.attributes||{},isObjectActive:u,activeObjectAttributes:u&&c.attributes||{},value:o,onChange:n,onFocus:r,contentRef:a})}))}const s8=(0,dt.createContext)(),l8=(0,dt.createContext)();const c8=(0,dt.forwardRef)((function e(t,n){let{children:r,tagName:o="div",value:a="",onChange:i,isSelected:s,multiline:l,inlineToolbar:c,wrapperClassName:u,autocompleters:d,onReplace:p,placeholder:m,allowedFormats:f,formattingControls:h,withoutInteractiveFormatting:g,onRemove:b,onMerge:v,onSplit:y,__unstableOnSplitAtEnd:_,__unstableOnSplitMiddle:M,identifier:k,preserveWhiteSpace:w,__unstablePastePlainText:E,__unstableEmbedURLOnPaste:L,__unstableDisableFormats:x,disableLineBreaks:S,unstableOnFocus:A,__unstableAllowPrefixTransformations:C,...T}=t;const z=uf(e);k=k||z,T=function(e){return(0,ht.omit)(e,["__unstableMobileNoFocusOnMount","deleteEnter","placeholderTextColor","textAlign","selectionColor","tagsToEliminate","rootTagsToEliminate","disableEditingMenu","fontSize","fontFamily","fontWeight","fontStyle","minWidth","maxWidth","setRef"])}(T);const N=(0,dt.useRef)(),{clientId:O}=Ww(),{selectionStart:D,selectionEnd:B,isSelected:I,disabled:P}=Cc((e=>{const{getSelectionStart:t,getSelectionEnd:n,isMultiSelecting:r,hasMultiSelection:o}=e(Iw),a=t(),i=n();let l;return void 0===s?l=a.clientId===O&&a.attributeKey===k:s&&(l=a.clientId===O),{selectionStart:l?a.offset:void 0,selectionEnd:l?i.offset:void 0,isSelected:l,disabled:r()||o()}})),{selectionChange:R}=kp(Iw),H=G7(l),W=K7({allowedFormats:f,formattingControls:h,disableFormats:x}),Y=!W||W.length>0;let j=a,q=i;Array.isArray(a)&&(j=Gs.toHTML(a),q=e=>i(Gs.fromDOM(pM(document,e).childNodes)));const F=(0,dt.useCallback)(((e,t)=>{R(O,k,e,t)}),[O,k]),{formatTypes:V,prepareHandlers:X,valueHandlers:U,changeHandlers:$,dependencies:G}=function(e){let{clientId:t,identifier:n,withoutInteractiveFormatting:r,allowedFormats:o}=e;const a=Cc(n8,[]),i=(0,dt.useMemo)((()=>a.filter((e=>{let{name:t,tagName:n}=e;return!(o&&!o.includes(t)||r&&r8.has(n))}))),[a,o,r8]),s=Cc((e=>i.reduce(((r,o)=>(o.__experimentalGetPropsForEditableTreePreparation&&(r[o.name]=o.__experimentalGetPropsForEditableTreePreparation(e,{richTextIdentifier:n,blockClientId:t})),r)),{})),[i,t,n]),l=kp(),c=[],u=[],d=[],p=[];return i.forEach((e=>{if(e.__experimentalCreatePrepareEditableTree){const r=s[e.name],o=e.__experimentalCreatePrepareEditableTree(r,{richTextIdentifier:n,blockClientId:t});e.__experimentalCreateOnChangeEditableValue?u.push(o):c.push(o);for(const e in r)p.push(r[e])}if(e.__experimentalCreateOnChangeEditableValue){let r={};e.__experimentalGetPropsForEditableTreeChangeHandler&&(r=e.__experimentalGetPropsForEditableTreeChangeHandler(l,{richTextIdentifier:n,blockClientId:t})),d.push(e.__experimentalCreateOnChangeEditableValue({...s[e.name]||{},...r},{richTextIdentifier:n,blockClientId:t}))}})),{formatTypes:i,prepareHandlers:c,valueHandlers:u,changeHandlers:d,dependencies:p}}({clientId:O,identifier:k,withoutInteractiveFormatting:g,allowedFormats:W});function K(e){return V.forEach((t=>{t.__experimentalCreatePrepareEditableTree&&(e=BM(e,t.name,0,e.text.length))})),e.formats}const{value:J,onChange:Z,ref:Q}=function(e){let{value:t="",selectionStart:n,selectionEnd:r,placeholder:o,preserveWhiteSpace:a,onSelectionChange:i,onChange:s,__unstableMultilineTag:l,__unstableDisableFormats:c,__unstableIsSelected:u,__unstableDependencies:d=[],__unstableAfterParse:p,__unstableBeforeSerialize:m,__unstableAddInvisibleFormats:f}=e;const h=wc(),[,g]=(0,dt.useReducer)((()=>({}))),b=(0,dt.useRef)();function v(){const{ownerDocument:{defaultView:e}}=b.current,t=e.getSelection(),n=t.rangeCount>0?t.getRangeAt(0):null;return bM({element:b.current,range:n,multilineTag:l,multilineWrapperTags:"li"===l?["ul","ol"]:void 0,__unstableIsEditableTree:!0,preserveWhiteSpace:a})}function y(e){let{domOnly:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Mk({value:e,current:b.current,multilineTag:l,multilineWrapperTags:"li"===l?["ul","ol"]:void 0,prepareEditableTree:f,__unstableDomOnly:t,placeholder:o})}const _=(0,dt.useRef)(t),M=(0,dt.useRef)();function k(){_.current=t,M.current=bM({html:t,multilineTag:l,multilineWrapperTags:"li"===l?["ul","ol"]:void 0,preserveWhiteSpace:a}),c&&(M.current.formats=Array(t.length),M.current.replacements=Array(t.length)),p&&(M.current.formats=p(M.current)),M.current.start=n,M.current.end=r}const w=(0,dt.useRef)(!1);if(M.current)n===M.current.start&&r===M.current.end||(w.current=u,M.current={...M.current,start:n,end:r});else{var E,L,x;k(),"core/text-color"===(null===(E=M.current)||void 0===E||null===(L=E.formats[0])||void 0===L||null===(x=L[0])||void 0===x?void 0:x.type)&&function(e){M.current=e,_.current=UM({value:m?{...e,formats:m(e)}:e,multilineTag:l,preserveWhiteSpace:a});const{formats:t,text:n}=e;h.batch((()=>{s(_.current,{__unstableFormats:t,__unstableText:n})})),g()}(M.current)}function S(e){M.current=e,y(e),_.current=c?e.text:UM({value:m?{...e,formats:m(e)}:e,multilineTag:l,preserveWhiteSpace:a});const{start:t,end:n,formats:r,text:o}=e;h.batch((()=>{i(t,n),s(_.current,{__unstableFormats:r,__unstableText:o})})),g()}function A(){k(),y(M.current)}const C=(0,dt.useRef)(!1);(0,dt.useLayoutEffect)((()=>{C.current&&t!==_.current&&A()}),[t]),(0,dt.useLayoutEffect)((()=>{w.current&&(A(),w.current=!1)}),[w.current]);const T=dh([b,(0,dt.useCallback)((e=>{e&&(e.style.whiteSpace="pre-wrap",e.style.minWidth="1px")}),[]),wk({record:M}),Ek({record:M,multilineTag:l,preserveWhiteSpace:a}),oh((e=>{function t(t){const{target:n}=t;if(n===e||n.textContent)return;const{ownerDocument:r}=n,{defaultView:o}=r,a=r.createRange(),i=o.getSelection();a.selectNode(n),i.removeAllRanges(),i.addRange(a)}return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}),[]),xk({record:M,applyRecord:y}),Nk({createRecord:v,handleChange:S,multilineTag:l}),Sk({multilineTag:l,createRecord:v,handleChange:S}),Tk({record:M,applyRecord:y,createRecord:v,handleChange:S,isSelected:u,onSelectionChange:i}),oh((e=>{function t(e){if(e.defaultPrevented)return;const{keyCode:t,altKey:n,metaKey:r,ctrlKey:o}=e;t!==Sf||n||r||o||(e.target.ownerDocument.execCommand("insertText",!1," "),e.preventDefault())}return e.addEventListener("keydown",t),()=>{e.removeEventListener("keydown",t)}}),[]),oh((()=>{A(),C.current=!0}),[o,...d])]);return{value:M.current,onChange:S,ref:T}}({value:j,onChange(e,t){let{__unstableFormats:n,__unstableText:r}=t;q(e),Object.values($).forEach((e=>{e(n,r)}))},selectionStart:D,selectionEnd:B,onSelectionChange:F,placeholder:m,__unstableIsSelected:I,__unstableMultilineTag:H,__unstableDisableFormats:x,preserveWhiteSpace:w,__unstableDependencies:[...G,o],__unstableAfterParse:function(e){return U.reduce(((t,n)=>n(t,e.text)),e.formats)},__unstableBeforeSerialize:K,__unstableAddInvisibleFormats:function(e){return X.reduce(((t,n)=>n(t,e.text)),e.formats)}}),ee=j7({onReplace:p,completers:d,record:J,onChange:Z});!function(e){let{value:t}=e;const n=t.activeFormats&&!!t.activeFormats.length,{isCaretWithinFormattedText:r}=Cc(Iw),{enterFormattedText:o,exitFormattedText:a}=kp(Iw);(0,dt.useEffect)((()=>{n?r()||o():r()&&a()}),[n])}({value:J}),function(e){let{html:t,value:n}=e;const r=(0,dt.useRef)(),o=n.activeFormats&&!!n.activeFormats.length,{__unstableMarkLastChangeAsPersistent:a}=kp(Iw);(0,dt.useLayoutEffect)((()=>{if(r.current){if(r.current!==n.text){const e=window.setTimeout((()=>{a()}),1e3);return r.current=n.text,()=>{window.clearTimeout(e)}}a()}else r.current=n.text}),[t,o])}({html:j,value:J});const te=(0,dt.useRef)(new Set),ne=(0,dt.useRef)(new Set);function re(){N.current.focus()}const oe=o,ae=(0,dt.createElement)(dt.Fragment,null,I&&(0,dt.createElement)(s8.Provider,{value:te},(0,dt.createElement)(l8.Provider,{value:ne},(0,dt.createElement)(Qh.__unstableSlotNameProvider,{value:"__unstable-block-tools-after"},r&&r({value:J,onChange:Z,onFocus:re}),(0,dt.createElement)(i8,{value:J,onChange:Z,onFocus:re,formatTypes:V,forwardedRef:N})))),I&&Y&&(0,dt.createElement)(V7,{inline:c,anchorRef:N.current}),(0,dt.createElement)(oe,ft({role:"textbox","aria-multiline":!0,"aria-label":m},T,ee,{ref:dh([ee.ref,T.ref,Q,e8({value:J,onChange:Z,__unstableAllowPrefixTransformations:C,formatTypes:V,onReplace:p}),oh((e=>{function t(e){(qf.primary(e,"z")||qf.primary(e,"y")||qf.primaryShift(e,"z"))&&e.preventDefault()}return e.addEventListener("keydown",t),()=>{e.addEventListener("keydown",t)}}),[]),o8(te),a8(ne),X7(),Q7({isSelected:I,disableFormats:x,onChange:Z,value:J,formatTypes:V,tagName:o,onReplace:p,onSplit:y,onSplitMiddle:M,__unstableEmbedURLOnPaste:L,multilineTag:H,preserveWhiteSpace:w,pastePlainText:E}),t8({removeEditorOnlyFormats:K,value:J,onReplace:p,onSplit:y,onSplitMiddle:M,multilineTag:H,onChange:Z,disableLineBreaks:S,onSplitAtEnd:_}),N,n]),contentEditable:!P||void 0,suppressContentEditableWarning:!P,className:Hp()("block-editor-rich-text__editable",T.className,"rich-text"),onFocus:A,onKeyDown:function(e){const{keyCode:t}=e;if(!e.defaultPrevented&&(t===Nf||t===Ef)){const{start:n,end:r,text:o}=J,a=t===Ef,i=J.activeFormats&&!!J.activeFormats.length;if(!zM(J)||i||a&&0!==n||!a&&r!==o.length)return;v&&v(!a),b&&NM(J)&&a&&b(!a),e.preventDefault()}}})));if(!u)return ae;pu("wp.blockEditor.RichText wrapperClassName prop",{since:"5.4",alternative:"className prop or create your own wrapper div"});const ie=Hp()("block-editor-rich-text",u);return(0,dt.createElement)("div",{className:ie},ae)}));c8.Content=e=>{let{value:t,tagName:n,multiline:r,...o}=e;Array.isArray(t)&&(t=Gs.toHTML(t));const a=G7(r);!t&&a&&(t=`<${a}>`);const i=(0,dt.createElement)(hi,null,t);return n?(0,dt.createElement)(n,(0,ht.omit)(o,["format"]),i):i},c8.isEmpty=e=>!e||0===e.length;const u8=c8,d8=(0,dt.forwardRef)(((e,t)=>(0,dt.createElement)(u8,ft({ref:t},e,{__unstableDisableFormats:!0,preserveWhiteSpace:!0}))));d8.Content=e=>{let{value:t="",tagName:n="div",...r}=e;return(0,dt.createElement)(n,r,t)};const p8=d8,m8=(0,dt.forwardRef)(((e,t)=>{let{__experimentalVersion:n,...r}=e;if(2===n)return(0,dt.createElement)(p8,ft({ref:t},r));const{className:o,onChange:a,...i}=r;return(0,dt.createElement)(yT.Z,ft({ref:t,className:Hp()("block-editor-plain-text",o),onChange:e=>a(e.target.value)},i))})),f8=m8;function h8(e){let{character:t,type:n,onUse:r}=e;const o=(0,dt.useContext)(s8),a=(0,dt.useRef)();return a.current=r,(0,dt.useEffect)((()=>{function e(e){qf[n](e,t)&&(a.current(),e.preventDefault())}return o.current.add(e),()=>{o.current.delete(e)}}),[t,n]),null}function g8(e){let t,{name:n,shortcutType:r,shortcutCharacter:o,...a}=e,i="RichText.ToolbarControls";return n&&(i+=`.${n}`),r&&o&&(t=Wf[r](o)),(0,dt.createElement)(Wh,{name:i},(0,dt.createElement)(Sv,ft({},a,{shortcut:t})))}function b8(e){let{inputType:t,onInput:n}=e;const r=(0,dt.useContext)(l8),o=(0,dt.useRef)();return o.current=n,(0,dt.useEffect)((()=>{function e(e){e.inputType===t&&(o.current(),e.preventDefault())}return r.current.add(e),()=>{r.current.delete(e)}}),[t]),null}function v8(e){let{choices:t=[],onHover:n=ht.noop,onSelect:r,value:o}=e;return t.map((e=>{const t=o===e.value;return(0,dt.createElement)($w,{key:e.value,role:"menuitemradio",icon:t&&aC,info:e.info,isSelected:t,shortcut:e.shortcut,className:"components-menu-items-choice",onClick:()=>{t||r(e.value)},onMouseEnter:()=>n(e.value),onMouseLeave:()=>n(null),"aria-label":e["aria-label"]},e.label)}))}const y8=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M9.4 20.5L5.2 3.8l14.6 9-2 .3c-.2 0-.4.1-.7.1-.9.2-1.6.3-2.2.5-.8.3-1.4.5-1.8.8-.4.3-.8.8-1.3 1.5-.4.5-.8 1.2-1.2 2l-.3.6-.9 1.9zM7.6 7.1l2.4 9.3c.2-.4.5-.8.7-1.1.6-.8 1.1-1.4 1.6-1.8.5-.4 1.3-.8 2.2-1.1l1.2-.3-8.1-5z"}));const _8=(0,dt.forwardRef)((function(e,t){const n=Cc((e=>e(Iw).isNavigationMode()),[]),{setNavigationMode:r}=kp(Iw),o=e=>{r("edit"!==e)};return(0,dt.createElement)(Tv,{renderToggle:r=>{let{isOpen:o,onToggle:a}=r;return(0,dt.createElement)(lb,ft({},e,{ref:t,icon:n?y8:c7,"aria-expanded":o,"aria-haspopup":"true",onClick:a,label:hr("Tools")}))},position:"bottom right",renderContent:()=>(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Bv,{role:"menu","aria-label":hr("Tools")},(0,dt.createElement)(v8,{value:n?"select":"edit",onSelect:o,choices:[{value:"edit",label:(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(MA,{icon:c7}),hr("Edit"))},{value:"select",label:(0,dt.createElement)(dt.Fragment,null,y8,hr("Select"))}]})),(0,dt.createElement)("div",{className:"block-editor-tool-selector__help"},hr("Tools provide different interactions for selecting, navigating, and editing blocks. Toggle between select and edit by pressing Escape and Enter.")))})}));function M8(e){let{units:t,...n}=e;const r=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"],units:t});return(0,dt.createElement)(_A,ft({units:r},n))}const k8="none",w8="custom",E8="media",L8="attachment",x8=["noreferrer","noopener"],S8=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M0,0h24v24H0V0z",fill:"none"}),(0,dt.createElement)(hh,{d:"m19 5v14h-14v-14h14m0-2h-14c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9 2-2v-14c0-1.1-0.9-2-2-2z"}),(0,dt.createElement)(hh,{d:"m14.14 11.86l-3 3.87-2.14-2.59-3 3.86h12l-3.86-5.14z"})),A8=e=>{let{linkDestination:t,onChangeUrl:n,url:r,mediaType:o="image",mediaUrl:a,mediaLink:i,linkTarget:s,linkClass:l,rel:c}=e;const[u,d]=(0,dt.useState)(!1),p=(0,dt.useCallback)((()=>{d(!0)})),[m,f]=(0,dt.useState)(!1),[h,g]=(0,dt.useState)(null),b=(0,dt.useRef)(null),v=(0,dt.useCallback)((()=>{t!==E8&&t!==L8||g(""),f(!0)})),y=(0,dt.useCallback)((()=>{f(!1)})),_=(0,dt.useCallback)((()=>{g(null),y(),d(!1)})),M=e=>{let t=e;return void 0===e||(0,ht.isEmpty)(t)||(0,ht.isEmpty)(t)||((0,ht.each)(x8,(e=>{const n=new RegExp("\\b"+e+"\\b","gi");t=t.replace(n,"")})),t!==e&&(t=t.trim()),(0,ht.isEmpty)(t)&&(t=void 0)),t},k=(0,dt.useCallback)((()=>e=>{const t=b.current;t&&t.contains(e.target)||(d(!1),g(null),y())})),w=(0,dt.useCallback)((()=>e=>{if(h){var t;const e=(null===(t=L().find((e=>e.url===h)))||void 0===t?void 0:t.linkDestination)||w8;n({href:h,linkDestination:e})}y(),g(null),e.preventDefault()})),E=(0,dt.useCallback)((()=>{n({linkDestination:k8,href:""})})),L=()=>{const e=[{linkDestination:E8,title:hr("Media File"),url:"image"===o?a:void 0,icon:S8}];return"image"===o&&i&&e.push({linkDestination:L8,title:hr("Attachment Page"),url:"image"===o?i:void 0,icon:(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,dt.createElement)(hh,{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"}))}),e},x=(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(KE,{label:hr("Open in new tab"),onChange:e=>{const t=(e=>{const t=e?"_blank":void 0;let n;return n=t||c?M(c):void 0,{linkTarget:t,rel:n}})(e);n(t)},checked:"_blank"===s}),(0,dt.createElement)(qA,{label:hr("Link Rel"),value:M(c)||"",onChange:e=>{n({rel:e})}}),(0,dt.createElement)(qA,{label:hr("Link CSS Class"),value:l||"",onChange:e=>{n({linkClass:e})}})),S=null!==h?h:r,A=((0,ht.find)(L(),["linkDestination",t])||{}).title;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Sv,{icon:sQ,className:"components-toolbar__control",label:hr(r?"Edit link":"Insert link"),"aria-expanded":u,onClick:p}),u&&(0,dt.createElement)(O7,{onFocusOutside:k(),onClose:_,renderSettings:()=>x,additionalControls:!S&&(0,dt.createElement)(Bv,null,(0,ht.map)(L(),(e=>(0,dt.createElement)($w,{key:e.linkDestination,icon:e.icon,onClick:()=>{g(null),(e=>{const t=L();let r;r=e?((0,ht.find)(t,(t=>t.url===e))||{linkDestination:w8}).linkDestination:k8,n({linkDestination:r,href:e})})(e.url),y()}},e.title))))},(!r||m)&&(0,dt.createElement)(O7.LinkEditor,{className:"block-editor-format-toolbar__link-container-content",value:S,onChangeInputValue:g,onSubmit:w(),autocompleteRef:b}),r&&!m&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(O7.LinkViewer,{className:"block-editor-format-toolbar__link-container-content",url:r,onEditLinkClick:v,urlLabel:A}),(0,dt.createElement)(lb,{icon:vh,label:hr("Remove link"),onClick:E}))))};const C8=FC((e=>({selectedBlockClientId:e(Iw).getBlockSelectionStart()})))((e=>{let{selectedBlockClientId:t}=e;const n=ND(t);return t?(0,dt.createElement)(lb,{variant:"secondary",className:"block-editor-skip-to-selected-block",onClick:()=>{n.current.focus()}},hr("Skip to the selected block")):null})),T8={HTMLRegExp:/<\/?[a-z][^>]*?>/gi,HTMLcommentRegExp://g,spaceRegExp:/ | /gi,HTMLEntityRegExp:/&\S+?;/g,connectorRegExp:/--|\u2014/g,removeRegExp:new RegExp(["[","!-/:-@[-`{-~","€-¿×÷"," -⯿","⸀-⹿","]"].join(""),"g"),astralRegExp:/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,wordsRegExp:/\S\s+/g,characters_excluding_spacesRegExp:/\S/g,characters_including_spacesRegExp:/[^\f\n\r\t\v\u00AD\u2028\u2029]/g,l10n:{type:"words"}};function z8(e,t){return t.replace(e.HTMLRegExp,"\n")}function N8(e,t){return t.replace(e.astralRegExp,"a")}function O8(e,t){return t.replace(e.HTMLEntityRegExp,"")}function D8(e,t){return t.replace(e.connectorRegExp," ")}function B8(e,t){return t.replace(e.removeRegExp,"")}function I8(e,t){return t.replace(e.HTMLcommentRegExp,"")}function P8(e,t){return e.shortcodesRegExp?t.replace(e.shortcodesRegExp,"\n"):t}function R8(e,t){return t.replace(e.spaceRegExp," ")}function H8(e,t){return t.replace(e.HTMLEntityRegExp,"a")}function W8(e,t,n){var r,o;return e=(0,ht.flow)(z8.bind(null,n),I8.bind(null,n),P8.bind(null,n),N8.bind(null,n),R8.bind(null,n),H8.bind(null,n))(e),null!==(r=null===(o=(e+="\n").match(t))||void 0===o?void 0:o.length)&&void 0!==r?r:0}function Y8(e,t,n){const r=function(e,t){var n,r;const o=(0,ht.extend)({},T8,t);return o.shortcodes=null!==(n=null===(r=o.l10n)||void 0===r?void 0:r.shortcodes)&&void 0!==n?n:[],o.shortcodes&&o.shortcodes.length&&(o.shortcodesRegExp=new RegExp("\\[\\/?(?:"+o.shortcodes.join("|")+")[^\\]]*?\\]","g")),o.type=e,"characters_excluding_spaces"!==o.type&&"characters_including_spaces"!==o.type&&(o.type="words"),o}(t,n);let o;switch(r.type){case"words":return o=r.wordsRegExp,function(e,t,n){var r,o;return e=(0,ht.flow)(z8.bind(null,n),I8.bind(null,n),P8.bind(null,n),R8.bind(null,n),O8.bind(null,n),D8.bind(null,n),B8.bind(null,n))(e),null!==(r=null===(o=(e+="\n").match(t))||void 0===o?void 0:o.length)&&void 0!==r?r:0}(e,o,r);case"characters_including_spaces":return o=r.characters_including_spacesRegExp,W8(e,o,r);case"characters_excluding_spaces":return o=r.characters_excluding_spacesRegExp,W8(e,o,r);default:return 0}}const j8=FC((e=>{const{getMultiSelectedBlocks:t}=e(Iw);return{blocks:t()}}))((function(e){let{blocks:t}=e;const n=Y8(Qi(t),"words");return(0,dt.createElement)("div",{className:"block-editor-multi-selection-inspector__card"},(0,dt.createElement)(iB,{icon:SX,showColors:!0}),(0,dt.createElement)("div",{className:"block-editor-multi-selection-inspector__card-content"},(0,dt.createElement)("div",{className:"block-editor-multi-selection-inspector__card-title"},Sn(br("%d block","%d blocks",t.length),t.length)),(0,dt.createElement)("div",{className:"block-editor-multi-selection-inspector__card-description"},Sn(br("%d word","%d words",n),n))))}));function q8(e){let{blockName:t}=e;const{preferredStyle:n,onUpdatePreferredStyleVariations:r,styles:o}=Cc((e=>{var n,r;const o=e(Iw).getSettings().__experimentalPreferredStyleVariations;return{preferredStyle:null==o||null===(n=o.value)||void 0===n?void 0:n[t],onUpdatePreferredStyleVariations:null!==(r=null==o?void 0:o.onChange)&&void 0!==r?r:null,styles:e(Qa).getBlockStyles(t)}}),[t]),a=(0,dt.useMemo)((()=>[{label:hr("Not set"),value:""},...o.map((e=>{let{label:t,name:n}=e;return{label:t,value:n}}))]),[o]),i=(0,dt.useCallback)((e=>{r(t,e)}),[t,r]);return r&&(0,dt.createElement)(SP,{options:a,value:n||"",label:hr("Default Style"),onChange:i})}const F8=(e,t)=>{if(!t||!e)return;const n=t.filter((t=>{let{attributes:n}=t;return!(!n||!Object.keys(n).length)&&(0,ht.isMatch)(e,n)}));return 1===n.length?n[0]:void 0};const V8=function(e){let{blockClientId:t}=e;const[n,r]=(0,dt.useState)(),{updateBlockAttributes:o}=kp(Iw),{variations:a,blockAttributes:i}=Cc((e=>{const{getBlockVariations:n}=e(Qa),{getBlockName:r,getBlockAttributes:o}=e(Iw),a=t&&r(t);return{variations:a&&n(a,"transform"),blockAttributes:o(t)}}),[t]);if((0,dt.useEffect)((()=>{var e;r(null===(e=F8(i,a))||void 0===e?void 0:e.name)}),[i,a]),null==a||!a.length)return null;const s=a.map((e=>{let{name:t,title:n,description:r}=e;return{value:t,label:n,info:r}})),l=e=>{o(t,{...a.find((t=>{let{name:n}=t;return n===e})).attributes})},c="block-editor-block-variation-transforms";return(0,dt.createElement)(Pv,{className:c,label:hr("Transform to variation"),text:hr("Transform to variation"),popoverProps:{position:"bottom center",className:`${c}__popover`},icon:GA,toggleProps:{iconPosition:"right"}},(()=>(0,dt.createElement)("div",{className:`${c}__container`},(0,dt.createElement)(Uw,null,(0,dt.createElement)(v8,{choices:s,value:n,onSelect:l})))))},X8=e=>{let{clientId:t,blockName:n,hasBlockStyles:r,bubblesVirtually:o}=e;const a=tX(t);return(0,dt.createElement)("div",{className:"block-editor-block-inspector"},(0,dt.createElement)(sB,a),(0,dt.createElement)(V8,{blockClientId:t}),r&&(0,dt.createElement)("div",null,(0,dt.createElement)(ZA,{title:hr("Styles")},(0,dt.createElement)(OX,{clientId:t}),ra(n,"defaultStylePicker",!0)&&(0,dt.createElement)(q8,{blockName:n}))),(0,dt.createElement)(RC.Slot,{bubblesVirtually:o}),(0,dt.createElement)(RC.Slot,{__experimentalGroup:"typography",bubblesVirtually:o,label:hr("Typography")}),(0,dt.createElement)(RC.Slot,{__experimentalGroup:"dimensions",bubblesVirtually:o,label:hr("Dimensions")}),(0,dt.createElement)("div",null,(0,dt.createElement)(U8,{bubblesVirtually:o})),(0,dt.createElement)(C8,{key:"back"}))},U8=e=>{let{bubblesVirtually:t}=e;const n=Dh(PC.slotName);return Boolean(n.fills&&n.fills.length)?(0,dt.createElement)(ZA,{className:"block-editor-block-inspector__advanced",title:hr("Advanced"),initialOpen:!1},(0,dt.createElement)(RC.Slot,{__experimentalGroup:"advanced",bubblesVirtually:t})):null},$8=e=>{let{showNoBlockSelectedMessage:t=!0,bubblesVirtually:n=!0}=e;const{count:r,hasBlockStyles:o,selectedBlockName:a,selectedBlockClientId:i,blockType:s}=Cc((e=>{const{getSelectedBlockClientId:t,getSelectedBlockCount:n,getBlockName:r}=e(Iw),{getBlockStyles:o}=e(Qa),a=t(),i=a&&r(a),s=i&&ea(i),l=i&&o(i);return{count:n(),selectedBlockClientId:a,selectedBlockName:i,blockType:s,hasBlockStyles:l&&l.length>0}}),[]);if(r>1)return(0,dt.createElement)("div",{className:"block-editor-block-inspector"},(0,dt.createElement)(j8,null),(0,dt.createElement)(RC.Slot,{bubblesVirtually:n}));const l=a===Ko();return s&&i&&!l?(0,dt.createElement)(X8,{clientId:i,blockName:s.name,hasBlockStyles:o,bubblesVirtually:n}):t?(0,dt.createElement)("span",{className:"block-editor-block-inspector__no-blocks"},hr("No block selected.")):null};function G8(e){let{children:t,__unstableContentRef:n,...r}=e;const o=yf("medium"),a=Cc((e=>e(Iw).getSettings().hasFixedToolbar),[]),i=$B(),{getSelectedBlockClientIds:s,getBlockRootClientId:l}=Cc(Iw),{duplicateBlocks:c,removeBlocks:u,insertAfterBlock:d,insertBeforeBlock:p,clearSelectedBlock:m,moveBlocksUp:f,moveBlocksDown:h}=kp(Iw);return(0,dt.createElement)("div",ft({},r,{onKeyDown:function(e){if(i("core/block-editor/move-up",e)){const t=s();if(t.length){e.preventDefault();const n=l((0,ht.first)(t));f(t,n)}}else if(i("core/block-editor/move-down",e)){const t=s();if(t.length){e.preventDefault();const n=l((0,ht.first)(t));h(t,n)}}else if(i("core/block-editor/duplicate",e)){const t=s();t.length&&(e.preventDefault(),c(t))}else if(i("core/block-editor/remove",e)){const t=s();t.length&&(e.preventDefault(),u(t))}else if(i("core/block-editor/insert-after",e)){const t=s();t.length&&(e.preventDefault(),d((0,ht.last)(t)))}else if(i("core/block-editor/insert-before",e)){const t=s();t.length&&(e.preventDefault(),p((0,ht.first)(t)))}else if(i("core/block-editor/delete-multi-selection",e)){const t=s();t.length>1&&(e.preventDefault(),u(t))}else if(i("core/block-editor/unselect",e)){s().length>1&&(e.preventDefault(),m(),e.target.ownerDocument.defaultView.getSelection().removeAllRanges())}}}),(0,dt.createElement)(JV,{__unstableContentRef:n},(a||!o)&&(0,dt.createElement)(bU,{isFixed:!0}),(0,dt.createElement)(MU,{__unstableContentRef:n}),(0,dt.createElement)(Qh.Slot,{name:"block-toolbar",ref:$V(n)}),t,(0,dt.createElement)(Qh.Slot,{name:"__unstable-block-tools-after",ref:$V(n)})))}const K8=function(e){let{rootClientId:t,clientId:n,isAppender:r,showInserterHelpPanel:o,showMostUsedBlocks:a=!1,__experimentalInsertionIndex:i,__experimentalFilterValue:s,onSelect:l=ht.noop,shouldFocusBlock:c=!1}=e;const u=Cc((e=>{const{getBlockRootClientId:r}=e(Iw);return t||r(n)||void 0}),[n,t]);return(0,dt.createElement)(PR,{onSelect:l,rootClientId:u,clientId:n,isAppender:r,showInserterHelpPanel:o,showMostUsedBlocks:a,__experimentalInsertionIndex:i,__experimentalFilterValue:s,shouldFocusBlock:c})};function J8(){return null}J8.Register=function(){const{registerShortcut:e}=kp(UB);return(0,dt.useEffect)((()=>{e({name:"core/block-editor/duplicate",category:"block",description:hr("Duplicate the selected block(s)."),keyCombination:{modifier:"primaryShift",character:"d"}}),e({name:"core/block-editor/remove",category:"block",description:hr("Remove the selected block(s)."),keyCombination:{modifier:"access",character:"z"}}),e({name:"core/block-editor/insert-before",category:"block",description:hr("Insert a new block before the selected block(s)."),keyCombination:{modifier:"primaryAlt",character:"t"}}),e({name:"core/block-editor/insert-after",category:"block",description:hr("Insert a new block after the selected block(s)."),keyCombination:{modifier:"primaryAlt",character:"y"}}),e({name:"core/block-editor/delete-multi-selection",category:"block",description:hr("Remove multiple selected blocks."),keyCombination:{character:"del"},aliases:[{character:"backspace"}]}),e({name:"core/block-editor/select-all",category:"selection",description:hr("Select all text when typing. Press again to select all blocks."),keyCombination:{modifier:"primary",character:"a"}}),e({name:"core/block-editor/unselect",category:"selection",description:hr("Clear selection."),keyCombination:{character:"escape"}}),e({name:"core/block-editor/focus-toolbar",category:"global",description:hr("Navigate to the nearest toolbar."),keyCombination:{modifier:"alt",character:"F10"}}),e({name:"core/block-editor/move-up",category:"block",description:hr("Move the selected block(s) up."),keyCombination:{modifier:"secondary",character:"t"}}),e({name:"core/block-editor/move-down",category:"block",description:hr("Move the selected block(s) down."),keyCombination:{modifier:"secondary",character:"y"}})}),[e]),null};const Z8=J8,Q8=new Set([Cf,Tf,zf,Af,Lf,Ef]);function e9(){const e=Cc((e=>e(Iw).isTyping()),[]),{stopTyping:t}=kp(Iw);return oh((n=>{if(!e)return;const{ownerDocument:r}=n;let o,a;function i(e){const{clientX:n,clientY:r}=e;o&&a&&(o!==n||a!==r)&&t(),o=n,a=r}return r.addEventListener("mousemove",i),()=>{r.removeEventListener("mousemove",i)}}),[e,t])}function t9(){const e=Cc((e=>e(Iw).isTyping())),{startTyping:t,stopTyping:n}=kp(Iw),r=e9(),o=oh((r=>{const{ownerDocument:o}=r,{defaultView:a}=o;if(e){let e;function t(t){const{target:r}=t;e=a.setTimeout((()=>{iD(r)||n()}))}function i(e){const{keyCode:t}=e;t!==xf&&9!==t||n()}function s(){const e=a.getSelection();e.rangeCount>0&&e.getRangeAt(0).collapsed||n()}return r.addEventListener("focus",t),r.addEventListener("keydown",i),o.addEventListener("selectionchange",s),()=>{a.clearTimeout(e),r.removeEventListener("focus",t),r.removeEventListener("keydown",i),o.removeEventListener("selectionchange",s)}}function i(e){const{type:n,target:o}=e;iD(o)&&r.contains(o)&&("keydown"!==n||function(e){const{keyCode:t,shiftKey:n}=e;return!n&&Q8.has(t)}(e))&&t()}return r.addEventListener("keypress",i),r.addEventListener("keydown",i),()=>{r.removeEventListener("keypress",i),r.removeEventListener("keydown",i)}}),[e,t,n]);return dh([r,o])}window.navigator.userAgent.indexOf("Trident");const n9=new Set([Cf,zf,Af,Tf]);function r9(){const e=Cc((e=>e(Iw).hasSelectedBlock()),[]);return oh((t=>{if(!e)return;const{ownerDocument:n}=t,{defaultView:r}=n;let o,a,i;function s(){o||(o=r.requestAnimationFrame((()=>{p(),o=null})))}function l(e){a&&r.cancelAnimationFrame(a),a=r.requestAnimationFrame((()=>{c(e),a=null}))}function c(e){let{keyCode:o}=e;if(!m())return;const a=TB(r);if(!a)return;if(!i)return void(i=a);if(n9.has(o))return void(i=a);const s=a.top-i.top;if(0===s)return;const l=tD(t);if(!l)return;const c=l===n.body,u=c?r.scrollY:l.scrollTop,d=c?0:l.getBoundingClientRect().top,p=c?i.top/r.innerHeight:(i.top-d)/(r.innerHeight-d);if(0===u&&p<.75&&function(){const e=t.querySelectorAll('[contenteditable="true"]');return e[e.length-1]===n.activeElement}())return void(i=a);const f=c?r.innerHeight:l.clientHeight;i.top+i.height>d+f||i.top{r.removeEventListener("scroll",s,!0),r.removeEventListener("resize",s,!0),t.removeEventListener("keydown",l),t.removeEventListener("keyup",c),t.removeEventListener("mousedown",u),t.removeEventListener("touchstart",u),n.removeEventListener("selectionchange",d),r.cancelAnimationFrame(o),r.cancelAnimationFrame(a)}}),[e])}const o9=(0,dt.createContext)({});function a9(e,t,n){const r={...e,[t]:e[t]?new Set(e[t]):new Set};return r[t].add(n),r}function i9(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const r=(0,dt.useContext)(o9),{name:o}=Ww();n=n||o;const a=Boolean(null===(t=r[n])||void 0===t?void 0:t.has(e)),i=(0,dt.useMemo)((()=>a9(r,n,e)),[r,n,e]),s=(0,dt.useCallback)((e=>{let{children:t}=e;return(0,dt.createElement)(o9.Provider,{value:i},t)}),[i]);return[a,s]}const s9={insertUsage:{},isPublishSidebarEnabled:!0},l9={...jv,richEditingEnabled:!0,codeEditingEnabled:!0,enableCustomFields:void 0,supportsLayout:!0};function c9(e){return e&&"object"==typeof e&&"raw"in e?e.raw:e}const u9=bt()({postId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SETUP_EDITOR_STATE":case"RESET_POST":return t.post.id}return e},postType:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SETUP_EDITOR_STATE":case"RESET_POST":return t.post.type}return e},preferences:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s9,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENABLE_PUBLISH_SIDEBAR":return{...e,isPublishSidebarEnabled:!0};case"DISABLE_PUBLISH_SIDEBAR":return{...e,isPublishSidebarEnabled:!1}}return e},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_POST_UPDATE_START":case"REQUEST_POST_UPDATE_FINISH":return{pending:"REQUEST_POST_UPDATE_START"===t.type,options:t.options||{}}}return e},postLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isLocked:!1},t=arguments.length>1?arguments[1]:void 0;return"UPDATE_POST_LOCK"===t.type?t.lock:e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},postSavingLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOCK_POST_SAVING":return{...e,[t.lockName]:!0};case"UNLOCK_POST_SAVING":return(0,ht.omit)(e,t.lockName)}return e},isReady:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SETUP_EDITOR_STATE":return!0;case"TEAR_DOWN_EDITOR":return!1}return e},editorSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l9,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_EDITOR_SETTINGS"===t.type?{...e,...t.settings}:e},postAutosavingLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOCK_POST_AUTOSAVING":return{...e,[t.lockName]:!0};case"UNLOCK_POST_AUTOSAVING":return(0,ht.omit)(e,t.lockName)}return e}});var d9=n(381),p9=n.n(d9);n(5177),n(5341);const m9="WP",f9=/^[+-][0-1][0-9](:?[0-9][0-9])?$/;let h9={l10n:{locale:"en",months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],meridiem:{am:"am",pm:"pm",AM:"AM",PM:"PM"},relative:{future:"%s from now",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}},formats:{time:"g: i a",date:"F j, Y",datetime:"F j, Y g: i a",datetimeAbbreviated:"M j, Y g: i a"},timezone:{offset:"0",string:"",abbr:""}};function g9(){return h9}function b9(){p9().tz.add(p9().tz.pack({name:m9,abbrs:[m9],untils:[null],offsets:[60*-h9.timezone.offset||0]}))}const v9={d:"DD",D:"ddd",j:"D",l:"dddd",N:"E",S(e){const t=e.format("D");return e.format("Do").replace(t,"")},w:"d",z:e=>(parseInt(e.format("DDD"),10)-1).toString(),W:"W",F:"MMMM",m:"MM",M:"MMM",n:"M",t:e=>e.daysInMonth(),L:e=>e.isLeapYear()?"1":"0",o:"GGGG",Y:"YYYY",y:"YY",a:"a",A:"A",B(e){const t=p9()(e).utcOffset(60),n=parseInt(t.format("s"),10),r=parseInt(t.format("m"),10),o=parseInt(t.format("H"),10);return parseInt(((n+60*r+3600*o)/86.4).toString(),10)},g:"h",G:"H",h:"hh",H:"HH",i:"mm",s:"ss",u:"SSSSSS",v:"SSS",e:"zz",I:e=>e.isDST()?"1":"0",O:"ZZ",P:"Z",T:"z",Z(e){const t=e.format("Z"),n="-"===t[0]?-1:1,r=t.substring(1).split(":").map((e=>parseInt(e,10)));return n*(60*r[0]+r[1])*60},c:"YYYY-MM-DDTHH:mm:ssZ",r:"ddd, D MMM YYYY HH:mm:ss ZZ",U:"X"};function y9(e){let t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date;const o=[],a=p9()(r);for(t=0;t1&&void 0!==arguments[1]?arguments[1]:new Date,n=arguments.length>2?arguments[2]:void 0;if(!0===n)return M9(e,t);!1===n&&(n=void 0);const r=E9(t,n);return r.locale(h9.l10n.locale),y9(e,r)}function M9(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date;const n=p9()(t).utc();return n.locale(h9.l10n.locale),y9(e,n)}function k9(e){const t=p9().tz(m9);return p9().tz(e,m9).isAfter(t)}function w9(e){return e?p9().tz(e,m9).toDate():p9().tz(m9).toDate()}function E9(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=p9()(e);return t&&!L9(t)?n.tz(t):t&&L9(t)?n.utcOffset(t):h9.timezone.string?n.tz(h9.timezone.string):n.utcOffset(h9.timezone.offset)}function L9(e){return"number"==typeof e||f9.test(e)}b9();const x9=new Set(["meta"]),S9="core/editor",A9="SAVE_POST_NOTICE_ID",C9="TRASH_POST_NOTICE_ID",T9=/%(?:postname|pagename)%/,z9=["title","excerpt","content"];const N9=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18.5 10.5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),O9=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{fillRule:"evenodd",d:"M18 5.5h-8v8h8.5V6a.5.5 0 00-.5-.5zm-9.5 8h-3V6a.5.5 0 01.5-.5h2.5v8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),D9=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),B9=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-17.6 1L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"}));const I9={},P9=[],R9=Rt((e=>()=>e(Dp).hasUndo())),H9=Rt((e=>()=>e(Dp).hasRedo()));function W9(e){return"auto-draft"===V9(e).status}function Y9(e){const t=K9(e);return"blocks"in t||"content"in t}const j9=Rt((e=>t=>{const n=X9(t),r=U9(t);return!!e(Dp).hasEditsForEntityRecord("postType",n,r)})),q9=Rt((e=>t=>{const n=e(Dp).__experimentalGetDirtyEntityRecords(),{type:r,id:o}=V9(t);return(0,ht.some)(n,(e=>"postType"!==e.kind||e.name!==r||e.key!==o))}));function F9(e){return!j9(e)&&W9(e)}const V9=Rt((e=>t=>{const n=U9(t),r=X9(t),o=e(Dp).getRawEntityRecord("postType",r,n);return o||I9}));function X9(e){return e.postType}function U9(e){return e.postId}function $9(e){return(0,ht.get)(V9(e),["_links","version-history",0,"count"],0)}function G9(e){return(0,ht.get)(V9(e),["_links","predecessor-version",0,"id"],null)}const K9=Rt((e=>t=>{const n=X9(t),r=U9(t);return e(Dp).getEntityRecordEdits("postType",n,r)||I9})),J9=Rt((e=>()=>(pu("`wp.data.select( 'core/editor' ).getReferenceByDistinctEdits`",{since:"5.4",alternative:"`wp.data.select( 'core' ).getReferenceByDistinctEdits`"}),e(Dp).getReferenceByDistinctEdits())));function Z9(e,t){switch(t){case"type":return X9(e);case"id":return U9(e);default:const n=V9(e);if(!n.hasOwnProperty(t))break;return c9(n[t])}}function Q9(e,t){if("content"===t)return yee(e);const n=K9(e);return n.hasOwnProperty(t)?x9.has(t)?((e,t)=>{const n=K9(e);return n.hasOwnProperty(t)?{...Z9(e,t),...n[t]}:Z9(e,t)})(e,t):n[t]:Z9(e,t)}const eee=Rt((e=>(t,n)=>{if(!(0,ht.includes)(z9,n)&&"preview_link"!==n)return;const r=X9(t),o=U9(t),a=(0,ht.get)(e(Dp).getCurrentUser(),["id"]),i=e(Dp).getAutosave(r,o,a);return i?c9(i[n]):void 0}));function tee(e){if("private"===Q9(e,"status"))return"private";return Q9(e,"password")?"password":"public"}function nee(e){return"pending"===V9(e).status}function ree(e,t){const n=t||V9(e);return-1!==["publish","private"].indexOf(n.status)||"future"===n.status&&!k9(new Date(Number(w9(n.date))-6e4))}function oee(e){return"future"===V9(e).status&&!ree(e)}function aee(e){const t=V9(e);return j9(e)||-1===["publish","private","future"].indexOf(t.status)}function iee(e){return!dee(e)&&(!!Q9(e,"title")||!!Q9(e,"excerpt")||!see(e)||"native"===ry.OS)}function see(e){const t=Oee(e);if(t.length){if(t.length>1)return!1;const e=t[0].name;if(e!==Qo()&&e!==$o())return!1}return!yee(e)}const lee=Rt((e=>t=>{if(!iee(t))return!1;if(See(t))return!1;const n=X9(t),r=U9(t),o=e(Dp).hasFetchedAutosaves(n,r),a=(0,ht.get)(e(Dp).getCurrentUser(),["id"]),i=e(Dp).getAutosave(n,r,a);return!!o&&(!i||(!!Y9(t)||["title","excerpt"].some((e=>c9(i[e])!==Q9(t,e)))))}));function cee(e){const t=Q9(e,"date");return k9(new Date(Number(w9(t))-6e4))}function uee(e){const t=Q9(e,"date"),n=Q9(e,"modified"),r=V9(e).status;return("draft"===r||"auto-draft"===r||"pending"===r)&&(t===n||null===t)}const dee=Rt((e=>t=>{const n=X9(t),r=U9(t);return e(Dp).isSavingEntityRecord("postType",n,r)})),pee=Rt((e=>t=>{const n=e(Dp).__experimentalGetEntitiesBeingSaved(),{type:r,id:o}=V9(t);return(0,ht.some)(n,(e=>"postType"!==e.kind||e.name!==r||e.key!==o))})),mee=Rt((e=>t=>{const n=X9(t),r=U9(t);return!e(Dp).getLastEntitySaveError("postType",n,r)})),fee=Rt((e=>t=>{const n=X9(t),r=U9(t);return!!e(Dp).getLastEntitySaveError("postType",n,r)}));function hee(e){return!!dee(e)&&!!(0,ht.get)(e.saving,["options","isAutosave"])}function gee(e){return!!dee(e)&&!!(0,ht.get)(e.saving,["options","isPreview"])}function bee(e){if(e.saving.pending||dee(e))return;let t=eee(e,"preview_link");t||(t=Q9(e,"link"),t&&(t=qc(t,{preview:!0})));const n=Q9(e,"featured_media");return t&&n?qc(t,{_thumbnail_id:n}):t}function vee(e){const t=Oee(e);if(t.length>2)return null;let n;if(1===t.length&&(n=t[0].name,"core/embed"===n)){var r;const e=null===(r=t[0].attributes)||void 0===r?void 0:r.providerNameSlug;["youtube","vimeo"].includes(e)?n="core/video":["spotify","soundcloud"].includes(e)&&(n="core/audio")}switch(2===t.length&&"core/paragraph"===t[1].name&&(n=t[0].name),n){case"core/image":return"image";case"core/quote":case"core/pullquote":return"quote";case"core/gallery":return"gallery";case"core/video":return"video";case"core/audio":return"audio";default:return null}}const yee=Rt((e=>t=>{const n=U9(t),r=X9(t),o=e(Dp).getEditedEntityRecord("postType",r,n);if(o){if("function"==typeof o.content)return o.content(o);if(o.blocks)return Zi(o.blocks);if(o.content)return o.content}return""}));function _ee(e){return dee(e)&&!ree(e)&&"publish"===Q9(e,"status")}function Mee(e){const t=Q9(e,"permalink_template");return T9.test(t)}function kee(e){const t=Eee(e);if(!t)return null;const{prefix:n,postName:r,suffix:o}=t;return Mee(e)?n+r+o:n}function wee(e){return Q9(e,"slug")||function(e){return e?(0,ht.trim)((0,ht.deburr)(e).replace(/[\s\./]+/g,"-").replace(/[^\p{L}\p{N}_-]+/gu,"").toLowerCase(),"-"):""}(Q9(e,"title"))||U9(e)}function Eee(e){const t=Q9(e,"permalink_template");if(!t)return null;const n=Q9(e,"slug")||Q9(e,"generated_slug"),[r,o]=t.split(T9);return{prefix:r,postName:n,suffix:o}}function Lee(e){return e.postLock.isLocked}function xee(e){return Object.keys(e.postSavingLock).length>0}function See(e){return Object.keys(e.postAutosavingLock).length>0}function Aee(e){return e.postLock.isTakeover}function Cee(e){return e.postLock.user}function Tee(e){return e.postLock.activePostLock}function zee(e){return(0,ht.has)(V9(e),["_links","wp:action-unfiltered-html"])}function Nee(e){return e.preferences.hasOwnProperty("isPublishSidebarEnabled")?e.preferences.isPublishSidebarEnabled:s9.isPublishSidebarEnabled}function Oee(e){return Q9(e,"blocks")||P9}function Dee(e){var t;return pu("select('core/editor').getEditorSelectionStart",{since:"10.0",plugin:"Gutenberg",alternative:"select('core/editor').getEditorSelection"}),null===(t=Q9(e,"selection"))||void 0===t?void 0:t.selectionStart}function Bee(e){var t;return pu("select('core/editor').getEditorSelectionStart",{since:"10.0",plugin:"Gutenberg",alternative:"select('core/editor').getEditorSelection"}),null===(t=Q9(e,"selection"))||void 0===t?void 0:t.selectionEnd}function Iee(e){return Q9(e,"selection")}function Pee(e){return e.isReady}function Ree(e){return e.editorSettings}function Hee(){return pu("select('core/editor').getStateBeforeOptimisticTransaction",{since:"5.7",hint:"No state history is kept on this store anymore"}),null}function Wee(){return pu("select('core/editor').inSomeHistory",{since:"5.7",hint:"No state history is kept on this store anymore"}),!1}function Yee(e){return Rt((t=>function(n){pu("`wp.data.select( 'core/editor' )."+e+"`",{since:"5.3",alternative:"`wp.data.select( 'core/block-editor' )."+e+"`"});for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a{var t;const n=(null===(t=Ree(e))||void 0===t?void 0:t.defaultTemplatePartAreas)||[];return null==n?void 0:n.map((e=>{return{...e,icon:(t=e.icon,"header"===t?N9:"footer"===t?O9:"sidebar"===t?D9:B9)};var t}))}),(e=>{var t;return[null===(t=Ree(e))||void 0===t?void 0:t.defaultTemplatePartAreas]})),Yte=zr(((e,t)=>(0,ht.find)(Hte(e),{slug:t})||{}),((e,t)=>[Hte(e),t]));function jte(e,t){var n;if(!t)return{};const{excerpt:r,slug:o,title:a,area:i}=t,{title:s,description:l}=Yte(e,o),c=(0,ht.isString)(a)?a:null==a?void 0:a.rendered,u=(0,ht.isString)(r)?r:null==r?void 0:r.raw,d=(null===(n=Wte(e).find((e=>i===e.area)))||void 0===n?void 0:n.icon)||E5;return{title:c&&c!==o?c:s||o,description:u||l,icon:d}}const qte=Rt((e=>t=>{var n;const r=X9(t),o=e(Dp).getPostType(r);return null==o||null===(n=o.labels)||void 0===n?void 0:n.singular_name}));function Fte(e){const{previousPost:t,post:n,postType:r}=e;if((0,ht.get)(e.options,["isAutosave"]))return[];const o=["publish","private","future"],a=(0,ht.includes)(o,t.status),i=(0,ht.includes)(o,n.status);let s,l=(0,ht.get)(r,["viewable"],!1);a||i?a&&!i?(s=r.labels.item_reverted_to_draft,l=!1):s=!a&&i?{publish:r.labels.item_published,private:r.labels.item_published_privately,future:r.labels.item_scheduled}[n.status]:r.labels.item_updated:(s=hr("Saved"),l=!1);const c=[];return l&&c.push({label:r.labels.view_item,url:n.link}),[s,{id:A9,type:"snackbar",actions:c}]}function Vte(e){const{post:t,edits:n,error:r}=e;if(r&&"rest_autosave_no_changes"===r.code)return[];const o=["publish","private","future"],a=-1!==o.indexOf(t.status),i={publish:hr("Publishing failed."),private:hr("Publishing failed."),future:hr("Scheduling failed.")};let s=a||-1===o.indexOf(n.status)?hr("Updating failed."):i[n.status];return r.message&&!/<\/?[^>]*>/.test(r.message)&&(s=[s,r.message].join(" ")),[s,{id:A9}]}function*Xte(e,t,n){yield $te(e),yield{type:"SETUP_EDITOR",post:e,edits:t,template:n},yield Zte(e);if("auto-draft"===e.status&&n){let r;r=(0,ht.has)(t,["content"])?t.content:e.content.raw;let o=ol(r);o=mc(o,n),yield fne(o,{__unstableShouldCreateUndoLevel:!1})}t&&Object.keys(t).some((n=>t[n]!==((0,ht.has)(e,[n,"raw"])?e[n].raw:e[n])))&&(yield Qte(t))}function Ute(){return{type:"TEAR_DOWN_EDITOR"}}function $te(e){return{type:"RESET_POST",post:e}}function Gte(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{type:"REQUEST_POST_UPDATE_START",options:e}}function Kte(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{type:"REQUEST_POST_UPDATE_FINISH",options:e}}function Jte(){return pu("wp.data.dispatch( 'core/editor' ).updatePost",{since:"5.7",alternative:"Use the core entities store instead"}),{type:"DO_NOTHING"}}function Zte(e){return{type:"SETUP_EDITOR_STATE",post:e}}function*Qte(e,t){const{id:n,type:r}=yield qt.select(S9,"getCurrentPost");yield qt.dispatch(Dp,"editEntityRecord","postType",r,n,e,t)}function*ene(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!(yield qt.select(S9,"isEditedPostSaveable")))return;let t={content:yield qt.select(S9,"getEditedPostContent")};e.isAutosave||(yield qt.dispatch(S9,"editPost",t,{undoIgnore:!0})),yield Gte(e);const n=yield qt.select(S9,"getCurrentPost");t={id:n.id,...yield qt.select(Dp,"getEntityRecordNonTransientEdits","postType",n.type,n.id),...t},yield qt.dispatch(Dp,"saveEntityRecord","postType",n.type,t,e),yield Kte(e);const r=yield qt.select(Dp,"getLastEntitySaveError","postType",n.type,n.id);if(r){const e=Vte({post:n,edits:t,error:r});e.length&&(yield qt.dispatch(YP,"createErrorNotice",...e))}else{const t=yield qt.select(S9,"getCurrentPost"),r=Fte({previousPost:n,post:t,postType:yield qt.resolveSelect(Dp,"getPostType",t.type),options:e});r.length&&(yield qt.dispatch(YP,"createSuccessNotice",...r)),e.isAutosave||(yield qt.dispatch(Iw,"__unstableMarkLastChangeAsPersistent"))}}function*tne(){const e=yield qt.select(S9,"getCurrentPost"),t=yield qt.select(S9,"getCurrentPostType"),n=yield qt.resolveSelect(Dp,"getPostType",t),r=yield Ip({path:`/wp/v2/${n.rest_base}/${e.id}?context=edit&_timestamp=${Date.now()}`});yield qt.dispatch(S9,"resetPost",r)}function*nne(){const e=yield qt.select(S9,"getCurrentPostType"),t=yield qt.resolveSelect(Dp,"getPostType",e);yield qt.dispatch(YP,"removeNotice",C9);try{const e=yield qt.select(S9,"getCurrentPost");yield Ip({path:`/wp/v2/${t.rest_base}/${e.id}`,method:"DELETE"}),yield qt.dispatch(S9,"savePost")}catch(e){yield qt.dispatch(YP,"createErrorNotice",...(n={error:e},[n.error.message&&"unknown_error"!==n.error.code?n.error.message:hr("Trashing failed"),{id:C9}]))}var n}function*rne(){let{local:e=!1,...t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(e){const e=yield qt.select(S9,"getCurrentPost"),t=yield qt.select(S9,"isEditedPostNew"),n=yield qt.select(S9,"getEditedPostAttribute","title"),r=yield qt.select(S9,"getEditedPostAttribute","content"),o=yield qt.select(S9,"getEditedPostAttribute","excerpt");yield{type:"LOCAL_AUTOSAVE_SET",postId:e.id,isPostNew:t,title:n,content:r,excerpt:o}}else yield qt.dispatch(S9,"savePost",{isAutosave:!0,...t})}function*one(){yield qt.dispatch(Dp,"redo")}function*ane(){yield qt.dispatch(Dp,"undo")}function ine(){return{type:"CREATE_UNDO_LEVEL"}}function sne(e){return{type:"UPDATE_POST_LOCK",lock:e}}function lne(){return{type:"ENABLE_PUBLISH_SIDEBAR"}}function cne(){return{type:"DISABLE_PUBLISH_SIDEBAR"}}function une(e){return{type:"LOCK_POST_SAVING",lockName:e}}function dne(e){return{type:"UNLOCK_POST_SAVING",lockName:e}}function pne(e){return{type:"LOCK_POST_AUTOSAVING",lockName:e}}function mne(e){return{type:"UNLOCK_POST_AUTOSAVING",lockName:e}}function*fne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{__unstableShouldCreateUndoLevel:n,selection:r}=t,o={blocks:e,selection:r};if(!1!==n){const{id:e,type:t}=yield qt.select(S9,"getCurrentPost");if((yield qt.select(Dp,"getEditedEntityRecord","postType",t,e)).blocks===o.blocks)return yield qt.dispatch(Dp,"__unstableCreateUndoLevel","postType",t,e);o.content=e=>{let{blocks:t=[]}=e;return Zi(t)}}yield*Qte(o)}function hne(e){return{type:"UPDATE_EDITOR_SETTINGS",settings:e}}const gne=e=>function*(){pu("`wp.data.dispatch( 'core/editor' )."+e+"`",{since:"5.3",alternative:"`wp.data.dispatch( 'core/block-editor' )."+e+"`"});for(var t=arguments.length,n=new Array(t),r=0;rBp((t=>n=>{let{attributes:r,setAttributes:o,...a}=n;const i=Cc((e=>e(Jne).getCurrentPostType()),[]),[s,l]=Cp("postType",i,"meta"),c=(0,dt.useMemo)((()=>({...r,...(0,ht.mapValues)(e,(e=>s[e]))})),[r,s]);return(0,dt.createElement)(t,ft({attributes:c,setAttributes:t=>{const n=(0,ht.mapKeys)((0,ht.pickBy)(t,((t,n)=>e[n])),((t,n)=>e[n]));(0,ht.isEmpty)(n)||l(n),o(t)}},a))}),"withMetaAttributeSource"))(t)(e.edit)),e}function Qne(e){const t=e.avatar_urls&&e.avatar_urls[24]?(0,dt.createElement)("img",{className:"editor-autocompleters__user-avatar",alt:"",src:e.avatar_urls[24]}):(0,dt.createElement)("span",{className:"editor-autocompleters__no-avatar"});return(0,dt.createElement)(dt.Fragment,null,t,(0,dt.createElement)("span",{className:"editor-autocompleters__user-name"},e.name),(0,dt.createElement)("span",{className:"editor-autocompleters__user-slug"},e.slug))}Jn("blocks.registerBlockType","core/editor/custom-sources-backwards-compatibility/shim-attribute-source",Zne),bn(Qa).getBlockTypes().map((e=>{let{name:t}=e;return bn(Qa).getBlockType(t)})).forEach(Zne);const ere={name:"users",className:"editor-autocompleters__user",triggerPrefix:"@",useItems(e){const t=Cc((t=>{const{getUsers:n}=t(Dp);return n({context:"view",search:encodeURIComponent(e)})}),[e]),n=(0,dt.useMemo)((()=>t?t.map((e=>({key:`user-${e.slug}`,value:e,label:Qne(e)}))):[]),[t]);return[n]},getOptionCompletion:e=>`@${e.slug}`};Jn("editor.Autocomplete.completers","editor/autocompleters/set-default-completers",(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.push((0,ht.clone)(ere)),e}));const tre=function(e){let{notices:t,onRemove:n=ht.noop,className:r,children:o}=e;const a=e=>()=>n(e);return r=Hp()("components-notice-list",r),(0,dt.createElement)("div",{className:r},o,[...t].reverse().map((e=>(0,dt.createElement)(WQ,ft({},(0,ht.omit)(e,["content"]),{key:e.id,onRemove:a(e.id)}),e.content))))};const nre=UC([FC((e=>({isValid:e(Iw).isValidTemplate()}))),XC((e=>{const{setTemplateValidity:t,synchronizeTemplate:n}=e(Iw);return{resetTemplateValidity:()=>t(!0),synchronizeTemplate:n}}))])((function(e){let{isValid:t,...n}=e;return t?null:(0,dt.createElement)(WQ,{className:"editor-template-validation-notice",isDismissible:!1,status:"warning",actions:[{label:hr("Keep it as is"),onClick:n.resetTemplateValidity},{label:hr("Reset the template"),onClick:()=>{window.confirm(hr("Resetting the template may result in loss of content, do you want to continue?"))&&n.synchronizeTemplate()}}]},hr("The content of your post doesn’t match the template assigned to your post type."))}));const rre=UC([FC((e=>({notices:e(YP).getNotices()}))),XC((e=>({onRemove:e(YP).removeNotice})))])((function(e){let{notices:t,onRemove:n}=e;const r=(0,ht.filter)(t,{isDismissible:!0,type:"default"}),o=(0,ht.filter)(t,{isDismissible:!1,type:"default"});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(tre,{notices:o,className:"components-editor-notices__pinned"}),(0,dt.createElement)(tre,{notices:r,className:"components-editor-notices__dismissible",onRemove:n},(0,dt.createElement)(nre,null)))}));const ore=(0,dt.forwardRef)((function(e,t){let{className:n,children:r,spokenMessage:o=r,politeness:a="polite",actions:i=[],onRemove:s=ht.noop,icon:l=null,explicitDismiss:c=!1,onDismiss:u=ht.noop,listRef:d}=e;function p(e){e&&e.preventDefault&&e.preventDefault(),d.current.focus(),u(),s()}u=u||ht.noop,function(e,t){const n="string"==typeof e?e:ji(e);(0,dt.useEffect)((()=>{n&&Q_(n,t)}),[n,t])}(o,a),(0,dt.useEffect)((()=>{const e=setTimeout((()=>{c||(u(),s())}),1e4);return()=>clearTimeout(e)}),[u,s]);const m=Hp()(n,"components-snackbar",{"components-snackbar-explicit-dismiss":!!c});i&&i.length>1&&(i=[i[0]]);const f=Hp()("components-snackbar__content",{"components-snackbar__content-with-icon":!!l});return(0,dt.createElement)("div",{ref:t,className:m,onClick:c?ht.noop:p,tabIndex:"0",role:c?"":"button",onKeyPress:c?ht.noop:p,"aria-label":c?"":hr("Dismiss this notice")},(0,dt.createElement)("div",{className:f},l&&(0,dt.createElement)("div",{className:"components-snackbar__icon"},l),r,i.map(((e,t)=>{let{label:n,onClick:r,url:o}=e;return(0,dt.createElement)(lb,{key:t,href:o,variant:"tertiary",onClick:e=>function(e,t){e.stopPropagation(),s(),t&&t(e)}(e,r),className:"components-snackbar__action"},n)})),c&&(0,dt.createElement)("span",{role:"button","aria-label":"Dismiss this notice",tabIndex:"0",className:"components-snackbar__dismiss-button",onClick:p,onKeyPress:p},"✕")))})),are={init:{height:0,opacity:0},open:{height:"auto",opacity:1,transition:{height:{stiffness:1e3,velocity:-100}}},exit:{opacity:0,transition:{duration:.5}}},ire={init:!1,open:!1,exit:!1};const sre=function(e){let{notices:t,className:n,children:r,onRemove:o=ht.noop}=e;const a=(0,dt.useRef)(),i=UA();n=Hp()("components-snackbar-list",n);const s=e=>()=>o(e.id);return(0,dt.createElement)("div",{className:n,tabIndex:-1,ref:a},r,(0,dt.createElement)(C7,null,t.map((e=>(0,dt.createElement)(UV.div,{layout:!i,initial:"init",animate:"open",exit:"exit",key:e.id,variants:i?ire:are},(0,dt.createElement)("div",{className:"components-snackbar-list__notice-container"},(0,dt.createElement)(ore,ft({},(0,ht.omit)(e,["content"]),{onRemove:s(e),listRef:a}),e.content)))))))};function lre(){const e=Cc((e=>e(YP).getNotices()),[]),{removeNotice:t}=kp(YP),n=(0,ht.filter)(e,{type:"snackbar"});return(0,dt.createElement)(sre,{notices:n,className:"components-editor-notices__snackbar",onRemove:t})}function cre(e){let{text:t,children:n}=e;const r=$X(t);return(0,dt.createElement)(lb,{variant:"secondary",ref:r},n)}class ure extends dt.Component{constructor(){super(...arguments),this.reboot=this.reboot.bind(this),this.getContent=this.getContent.bind(this),this.state={error:null}}componentDidCatch(e){this.setState({error:e})}reboot(){this.props.onError()}getContent(){try{return bn(Jne).getEditedPostContent()}catch(e){}}render(){const{error:e}=this.state;return e?(0,dt.createElement)(cT,{className:"editor-error-boundary",actions:[(0,dt.createElement)(lb,{key:"recovery",onClick:this.reboot,variant:"secondary"},hr("Attempt Recovery")),(0,dt.createElement)(cre,{key:"copy-post",text:this.getContent},hr("Copy Post Text")),(0,dt.createElement)(cre,{key:"copy-error",text:e.stack},hr("Copy Error"))]},hr("The editor has encountered an unexpected error.")):this.props.children}}const dre=ure;function pre(){const e=Cc((e=>e(Jne).getEditedPostAttribute("content")),[]),t=gr("words","Word count type. Do not translate!");return(0,dt.createElement)("span",{className:"word-count"},Y8(e,t))}const mre=e=>{let{children:t,isValid:n,level:r,href:o,onSelect:a}=e;return(0,dt.createElement)("li",{className:Hp()("document-outline__item",`is-${r.toLowerCase()}`,{"is-invalid":!n})},(0,dt.createElement)("a",{href:o,className:"document-outline__button",onClick:a},(0,dt.createElement)("span",{className:"document-outline__emdash","aria-hidden":"true"}),(0,dt.createElement)("strong",{className:"document-outline__level"},r),(0,dt.createElement)("span",{className:"document-outline__item-content"},t)))},fre=(0,dt.createElement)("em",null,hr("(Empty heading)")),hre=[(0,dt.createElement)("br",{key:"incorrect-break"}),(0,dt.createElement)("em",{key:"incorrect-message"},hr("(Incorrect heading level)"))],gre=[(0,dt.createElement)("br",{key:"incorrect-break-h1"}),(0,dt.createElement)("em",{key:"incorrect-message-h1"},hr("(Your theme may already use a H1 for the post title)"))],bre=[(0,dt.createElement)("br",{key:"incorrect-break-multiple-h1"}),(0,dt.createElement)("em",{key:"incorrect-message-multiple-h1"},hr("(Multiple H1 headings are not recommended)"))],vre=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(0,ht.flatMap)(e,(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"core/heading"===e.name?{...e,level:e.attributes.level,isEmpty:yre(e)}:vre(e.innerBlocks)}))},yre=e=>!e.attributes.content||0===e.attributes.content.length,_re=UC(FC((e=>{const{getBlocks:t}=e(Iw),{getEditedPostAttribute:n}=e(Jne),{getPostType:r}=e(Dp),o=r(n("type"));return{title:n("title"),blocks:t(),isTitleSupported:(0,ht.get)(o,["supports","title"],!1)}})))((e=>{let{blocks:t=[],title:n,onSelect:r,isTitleSupported:o,hasOutlineItemsDisabled:a}=e;const i=vre(t);if(i.length<1)return null;let s=1;const l=document.querySelector(".editor-post-title__input"),c=o&&n&&l,u=(0,ht.countBy)(i,"level")[1]>1;return(0,dt.createElement)("div",{className:"document-outline"},(0,dt.createElement)("ul",null,c&&(0,dt.createElement)(mre,{level:hr("Title"),isValid:!0,onSelect:r,href:`#${l.id}`,isDisabled:a},n),i.map(((e,t)=>{const n=e.level>s+1,o=!(e.isEmpty||n||!e.level||1===e.level&&(u||c));return s=e.level,(0,dt.createElement)(mre,{key:t,level:`H${e.level}`,isValid:o,isDisabled:a,href:`#block-${e.clientId}`,onSelect:r},e.isEmpty?fre:SM(bM({html:e.attributes.content})),n&&hre,1===e.level&&u&&bre,c&&1===e.level&&!u&&gre)}))))}));function Mre(){return Y8(Cc((e=>e(Jne).getEditedPostAttribute("content")),[]),"characters_including_spaces")}const kre=function(e){let{hasOutlineItemsDisabled:t,onRequestClose:n}=e;const{headingCount:r,paragraphCount:o,numberOfBlocks:a}=Cc((e=>{const{getGlobalBlockCount:t}=e(Iw);return{headingCount:t("core/heading"),paragraphCount:t("core/paragraph"),numberOfBlocks:t()}}),[]);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",{className:"table-of-contents__wrapper",role:"note","aria-label":hr("Document Statistics"),tabIndex:"0"},(0,dt.createElement)("ul",{role:"list",className:"table-of-contents__counts"},(0,dt.createElement)("li",{className:"table-of-contents__count"},hr("Characters"),(0,dt.createElement)("span",{className:"table-of-contents__number"},(0,dt.createElement)(Mre,null))),(0,dt.createElement)("li",{className:"table-of-contents__count"},hr("Words"),(0,dt.createElement)(pre,null)),(0,dt.createElement)("li",{className:"table-of-contents__count"},hr("Headings"),(0,dt.createElement)("span",{className:"table-of-contents__number"},r)),(0,dt.createElement)("li",{className:"table-of-contents__count"},hr("Paragraphs"),(0,dt.createElement)("span",{className:"table-of-contents__number"},o)),(0,dt.createElement)("li",{className:"table-of-contents__count"},hr("Blocks"),(0,dt.createElement)("span",{className:"table-of-contents__number"},a)))),r>0&&(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("hr",null),(0,dt.createElement)("h2",{className:"table-of-contents__title"},hr("Document Outline")),(0,dt.createElement)(_re,{onSelect:n,hasOutlineItemsDisabled:t})))};const wre=(0,dt.forwardRef)((function(e,t){let{hasOutlineItemsDisabled:n,repositionDropdown:r,...o}=e;const a=Cc((e=>!!e(Iw).getBlockCount()),[]);return(0,dt.createElement)(Tv,{position:r?"middle right right":"bottom",className:"table-of-contents",contentClassName:"table-of-contents__popover",renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,dt.createElement)(lb,ft({},o,{ref:t,onClick:a?r:void 0,icon:l7,"aria-expanded":n,"aria-haspopup":"true",label:hr("Details"),tooltipPosition:"bottom","aria-disabled":!a}))},renderContent:e=>{let{onClose:t}=e;return(0,dt.createElement)(kre,{onRequestClose:t,hasOutlineItemsDisabled:n})}})})),{wp:Ere}=window,Lre=[],xre=()=>Ere.media.view.MediaFrame.Select.extend({featuredImageToolbar(e){this.createSelectToolbar(e,{text:Ere.media.view.l10n.setFeaturedImage,state:this.options.state})},editState(){const e=this.state("featured-image").get("selection"),t=new Ere.media.view.EditImage({model:e.single(),controller:this}).render();this.content.set(t),t.loadEditor()},createStates:function(){this.on("toolbar:create:featured-image",this.featuredImageToolbar,this),this.on("content:render:edit-image",this.editState,this),this.states.add([new Ere.media.controller.FeaturedImage,new Ere.media.controller.EditImage({model:this.options.editImage})])}}),Sre=()=>Ere.media.view.MediaFrame.Post.extend({galleryToolbar(){const e=this.state().get("editing");this.toolbar.set(new Ere.media.view.Toolbar({controller:this,items:{insert:{style:"primary",text:e?Ere.media.view.l10n.updateGallery:Ere.media.view.l10n.insertGallery,priority:80,requires:{library:!0},click(){const e=this.controller,t=e.state();e.close(),t.trigger("update",t.get("library")),e.setState(e.options.state),e.reset()}}}}))},editState(){const e=this.state("gallery").get("selection"),t=new Ere.media.view.EditImage({model:e.single(),controller:this}).render();this.content.set(t),t.loadEditor()},createStates:function(){this.on("toolbar:create:main-gallery",this.galleryToolbar,this),this.on("content:render:edit-image",this.editState,this),this.states.add([new Ere.media.controller.Library({id:"gallery",title:Ere.media.view.l10n.createGalleryTitle,priority:40,toolbar:"main-gallery",filterable:"uploaded",multiple:"add",editable:!1,library:Ere.media.query((0,ht.defaults)({type:"image"},this.options.library))}),new Ere.media.controller.EditImage({model:this.options.editImage}),new Ere.media.controller.GalleryEdit({library:this.options.selection,editing:this.options.editing,menu:"gallery",displaySettings:!1,multiple:!0}),new Ere.media.controller.GalleryAdd])}}),Are=e=>(0,ht.pick)(e,["sizes","mime","type","subtype","id","url","alt","link","caption"]),Cre=e=>Ere.media.query({order:"ASC",orderby:"post__in",post__in:e,posts_per_page:-1,query:!0,type:"image"});class Tre extends dt.Component{constructor(e){let{allowedTypes:t,gallery:n=!1,unstableFeaturedImageFlow:r=!1,modalClass:o,multiple:a=!1,title:i=hr("Select or Upload Media")}=e;if(super(...arguments),this.openModal=this.openModal.bind(this),this.onOpen=this.onOpen.bind(this),this.onSelect=this.onSelect.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onClose=this.onClose.bind(this),n)this.buildAndSetGalleryFrame();else{const e={title:i,multiple:a};t&&(e.library={type:t}),this.frame=Ere.media(e)}o&&this.frame.$el.addClass(o),r&&this.buildAndSetFeatureImageFrame(),this.initializeListeners()}initializeListeners(){this.frame.on("select",this.onSelect),this.frame.on("update",this.onUpdate),this.frame.on("open",this.onOpen),this.frame.on("close",this.onClose)}buildAndSetGalleryFrame(){const{addToGallery:e=!1,allowedTypes:t,multiple:n=!1,value:r=Lre}=this.props;if(r===this.lastGalleryValue)return;let o;this.lastGalleryValue=r,this.frame&&this.frame.remove(),o=e?"gallery-library":r&&r.length?"gallery-edit":"gallery",this.GalleryDetailsMediaFrame||(this.GalleryDetailsMediaFrame=Sre());const a=Cre(r),i=new Ere.media.model.Selection(a.models,{props:a.props.toJSON(),multiple:n});this.frame=new this.GalleryDetailsMediaFrame({mimeType:t,state:o,multiple:n,selection:i,editing:!(!r||!r.length)}),Ere.media.frame=this.frame,this.initializeListeners()}buildAndSetFeatureImageFrame(){const e=xre(),t=Cre(this.props.value),n=new Ere.media.model.Selection(t.models,{props:t.props.toJSON()});this.frame=new e({mimeType:this.props.allowedTypes,state:"featured-image",multiple:this.props.multiple,selection:n,editing:!!this.props.value}),Ere.media.frame=this.frame}componentWillUnmount(){this.frame.remove()}onUpdate(e){const{onSelect:t,multiple:n=!1}=this.props,r=this.frame.state(),o=e||r.get("selection");o&&o.models.length&&t(n?o.models.map((e=>Are(e.toJSON()))):Are(o.models[0].toJSON()))}onSelect(){const{onSelect:e,multiple:t=!1}=this.props,n=this.frame.state().get("selection").toJSON();e(t?n:n[0])}onOpen(){var e;this.updateCollection();if(!(Array.isArray(this.props.value)?!(null===(e=this.props.value)||void 0===e||!e.length):!!this.props.value))return;const t=this.props.gallery,n=this.frame.state().get("selection");t||(0,ht.castArray)(this.props.value).forEach((e=>{n.add(Ere.media.attachment(e))}));const r=Cre((0,ht.castArray)(this.props.value));r.more().done((function(){var e;t&&null!=r&&null!==(e=r.models)&&void 0!==e&&e.length&&n.add(r.models)}))}onClose(){const{onClose:e}=this.props;e&&e()}updateCollection(){const e=this.frame.content.get();if(e&&e.collection){const t=e.collection;t.toArray().forEach((e=>e.trigger("destroy",e))),t.mirroring._hasMore=!0,t.more()}}openModal(){this.props.gallery&&this.buildAndSetGalleryFrame(),this.frame.open()}render(){return this.props.render({open:this.openModal})}}const zre=Tre;const Nre=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M19 6.2h-5.9l-.6-1.1c-.3-.7-1-1.1-1.8-1.1H5c-1.1 0-2 .9-2 2v11.8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.2c0-1.1-.9-2-2-2zm.5 11.6c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h5.8c.2 0 .4.1.4.3l1 2H19c.3 0 .5.2.5.5v9.5zM8 12.8h8v-1.5H8v1.5zm0 3h8v-1.5H8v1.5z"}));function Ore(e){let{className:t}=e;return(0,dt.createElement)(w5,{className:t},hr("Block rendered as empty."))}function Dre(e){let{response:t,className:n}=e;const r=Sn(hr("Error loading block: %s"),t.errorMsg);return(0,dt.createElement)(w5,{className:n},r)}function Bre(e){let{children:t,showLoader:n}=e;return(0,dt.createElement)("div",{style:{position:"relative"}},n&&(0,dt.createElement)("div",{style:{position:"absolute",top:"50%",left:"50%",marginTop:"-9px",marginLeft:"-9px"}},(0,dt.createElement)(h6,null)),(0,dt.createElement)("div",{style:{opacity:n?"0.3":1}},t))}function Ire(e){const{attributes:t,block:n,className:r,httpMethod:o="GET",urlQueryArgs:a,EmptyResponsePlaceholder:i=Ore,ErrorResponsePlaceholder:s=Dre,LoadingResponsePlaceholder:l=Bre}=e,c=(0,dt.useRef)(!0),[u,d]=(0,dt.useState)(!1),p=(0,dt.useRef)(),[m,f]=(0,dt.useState)(null),h=QQ(e),[g,b]=(0,dt.useState)(!1);function v(){if(!c.current)return;b(!0);const e=t&&Na(n,t),r="POST"===o,i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return qc(`/wp/v2/block-renderer/${e}`,{context:"edit",...null!==t?{attributes:t}:{},...arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}})}(n,r?null:null!=e?e:null,a),s=r?{attributes:null!=e?e:null}:null,l=p.current=uu({path:i,data:s,method:r?"POST":"GET"}).then((e=>{c.current&&l===p.current&&e&&f(e.rendered)})).catch((e=>{c.current&&l===p.current&&f({error:!0,errorMsg:e.message})})).finally((()=>{c.current&&l===p.current&&b(!1)}));return l}const y=df(v,500);(0,dt.useEffect)((()=>()=>{c.current=!1}),[]),(0,dt.useEffect)((()=>{void 0===h?v():(0,ht.isEqual)(h,e)||y()})),(0,dt.useEffect)((()=>{if(!g)return;const e=setTimeout((()=>{d(!0)}),1e3);return()=>clearTimeout(e)}),[g]);const _=!!m,M=""===m,k=null==m?void 0:m.error;return M||!_?(0,dt.createElement)(i,e):k?(0,dt.createElement)(s,ft({response:m},e)):g?(0,dt.createElement)(l,ft({},e,{showLoader:u}),_&&(0,dt.createElement)(hi,{className:r},m)):(0,dt.createElement)(hi,{className:r},m)}const Pre={},Rre=FC((e=>{const t=e("core/editor");if(t){const e=t.getCurrentPostId();if(e&&"number"==typeof e)return{currentPostId:e}}return Pre}))((e=>{let{urlQueryArgs:t=Pre,currentPostId:n,...r}=e;const o=(0,dt.useMemo)((()=>n?{post_id:n,...t}:t),[n,t]);return(0,dt.createElement)(Ire,ft({urlQueryArgs:o},r))}));window&&window.wp&&window.wp.components&&(window.wp.components.ServerSideRender=(0,dt.forwardRef)(((e,t)=>(pu("wp.components.ServerSideRender",{since:"5.3",alternative:"wp.serverSideRender"}),(0,dt.createElement)(Rre,ft({},e,{ref:t}))))));const Hre=Rre;const Wre={apiVersion:2,name:"core/archives",title:"Archives",category:"widgets",description:"Display a monthly archive of your posts.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showPostCounts:{type:"boolean",default:!1}},supports:{align:!0,html:!1},editorStyle:"wp-block-archives-editor"},{name:Yre}=Wre,jre={icon:Nre,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{showPostCounts:r,displayAsDropdown:o}=t;return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Archives settings")},(0,dt.createElement)(KE,{label:hr("Display as dropdown"),checked:o,onChange:()=>n({displayAsDropdown:!o})}),(0,dt.createElement)(KE,{label:hr("Show post counts"),checked:r,onChange:()=>n({showPostCounts:!r})}))),(0,dt.createElement)("div",PD(),(0,dt.createElement)(vB,null,(0,dt.createElement)(Hre,{block:"core/archives",attributes:t}))))}},qre=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M17.7 4.3c-1.2 0-2.8 0-3.8 1-.6.6-.9 1.5-.9 2.6V14c-.6-.6-1.5-1-2.5-1C8.6 13 7 14.6 7 16.5S8.6 20 10.5 20c1.5 0 2.8-1 3.3-2.3.5-.8.7-1.8.7-2.5V7.9c0-.7.2-1.2.5-1.6.6-.6 1.8-.6 2.8-.6h.3V4.3h-.4z"})),Fre=[{attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src"},caption:{type:"string",source:"html",selector:"figcaption"},id:{type:"number"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{align:!0},save(e){let{attributes:t}=e;const{autoplay:n,caption:r,loop:o,preload:a,src:i}=t;return(0,dt.createElement)("figure",null,(0,dt.createElement)("audio",{controls:"controls",src:i,autoPlay:n,loop:o,preload:a}),!u8.isEmpty(r)&&(0,dt.createElement)(u8.Content,{tagName:"figcaption",value:r}))}}],Vre=Bp((e=>{function t(t,r){const[o,a]=(0,dt.useState)([]),i=(0,dt.useMemo)((()=>{const e=e=>{const t=e.id?e:{...e,id:fa()};a((e=>[...e,t]))};return{createNotice:e,createErrorNotice:t=>{e({status:"error",content:t})},removeNotice:e=>{a((t=>t.filter((t=>t.id!==e))))},removeAllNotices:()=>{a([])}}}),[]),s={...t,noticeList:o,noticeOperations:i,noticeUI:o.length>0&&(0,dt.createElement)(tre,{className:"components-with-notices-ui",notices:o,onRemove:i.removeNotice})};return n?(0,dt.createElement)(e,ft({},s,{ref:r})):(0,dt.createElement)(e,s)}let n;const{render:r}=e;return"function"==typeof r?(n=!0,(0,dt.forwardRef)(t)):t})),Xre=[{ratio:"2.33",className:"wp-embed-aspect-21-9"},{ratio:"2.00",className:"wp-embed-aspect-18-9"},{ratio:"1.78",className:"wp-embed-aspect-16-9"},{ratio:"1.33",className:"wp-embed-aspect-4-3"},{ratio:"1.00",className:"wp-embed-aspect-1-1"},{ratio:"0.56",className:"wp-embed-aspect-9-16"},{ratio:"0.50",className:"wp-embed-aspect-1-2"}],Ure="wp-embed";var $re=n(1991),Gre=n.n($re);const{name:Kre}={apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string"},caption:{type:"string",source:"html",selector:"figcaption"},type:{type:"string"},providerNameSlug:{type:"string"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1},previewable:{type:"boolean",default:!0}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},Jre=e=>{var t;return null===(t=aa(Kre))||void 0===t?void 0:t.find((t=>{let{patterns:n}=t;return function(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:[]).some((t=>e.match(t)))}(e,n)}))},Zre=e=>e&&e.includes('class="wp-embedded-content"'),Qre=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{preview:r,attributes:o={}}=e,{url:a,providerNameSlug:i,type:s,...l}=o;if(!a||!ea(Kre))return;const c=Jre(a),u="wordpress"===i||s===Ure,d=!u&&c&&(c.attributes.providerNameSlug!==i||!i);if(d)return ha(Kre,{url:a,...l,...c.attributes});const p=null===(t=aa(Kre))||void 0===t?void 0:t.find((e=>{let{name:t}=e;return"wordpress"===t}));return p&&r&&Zre(r.html)&&!u?ha(Kre,{url:a,...p.attributes,...n}):void 0},eoe=e=>{if(!e)return e;const t=Xre.reduce(((e,t)=>{let{className:n}=t;return e[n]=!1,e}),{"wp-has-aspect-ratio":!1});return Gre()(e,t)};function toe(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(!n)return eoe(t);const r=document.implementation.createHTMLDocument("");r.body.innerHTML=e;const o=r.body.querySelector("iframe");if(o&&o.height&&o.width){const e=(o.width/o.height).toFixed(2);for(let n=0;n=r.ratio){return e-r.ratio>.1?eoe(t):Gre()(eoe(t),r.className,"wp-has-aspect-ratio")}}}return t}const noe=wn()((function(e,t,n,r){let o=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e)return{};const a={};let{type:i="rich"}=e;const{html:s,provider_name:l}=e,c=(0,ht.kebabCase)((l||t).toLowerCase());return Zre(s)&&(i=Ure),(s||"photo"===i)&&(a.type=i,a.providerNameSlug=c),a.className=toe(s,n,r&&o),a})),roe=["audio"];const ooe=Vre((function(e){let{attributes:t,noticeOperations:n,setAttributes:r,onReplace:o,isSelected:a,noticeUI:i,insertBlocksAfter:s}=e;const{id:l,autoplay:c,caption:u,loop:d,preload:p,src:m}=t,f=PD(),h=Cc((e=>{const{getSettings:t}=e(Iw);return t().mediaUpload}),[]);function g(e){return t=>{r({[e]:t})}}function b(e){if(e!==m){const t=Qre({attributes:{url:e}});if(void 0!==t)return void o(t);r({src:e,id:void 0})}}function v(e){n.removeAllNotices(),n.createErrorNotice(e)}function y(e){e&&e.url?r({src:e.url,id:e.id}):r({src:void 0,id:void 0})}return(0,dt.useEffect)((()=>{if(!l&&Zl(m)){const e=Kl(m);e&&h({filesList:[e],onFileChange:e=>{let[{id:t,url:n}]=e;r({id:t,src:n})},onError:e=>{r({src:void 0,id:void 0}),n.createErrorNotice(e)},allowedTypes:roe})}}),[]),m?(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw,{group:"other"},(0,dt.createElement)(w7,{mediaId:l,mediaURL:m,allowedTypes:roe,accept:"audio/*",onSelect:y,onSelectURL:b,onError:v})),(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Audio settings")},(0,dt.createElement)(KE,{label:hr("Autoplay"),onChange:g("autoplay"),checked:c,help:function(e){return e?hr("Autoplay may cause usability issues for some users."):null}}),(0,dt.createElement)(KE,{label:hr("Loop"),onChange:g("loop"),checked:d}),(0,dt.createElement)(SP,{label:gr("Preload","noun; Audio block parameter"),value:p||"",onChange:e=>r({preload:e||void 0}),options:[{value:"",label:hr("Browser default")},{value:"auto",label:hr("Auto")},{value:"metadata",label:hr("Metadata")},{value:"none",label:gr("None",'"Preload" value')}]}))),(0,dt.createElement)("figure",f,(0,dt.createElement)(vB,{isDisabled:!a},(0,dt.createElement)("audio",{controls:"controls",src:m})),(!u8.isEmpty(u)||a)&&(0,dt.createElement)(u8,{tagName:"figcaption","aria-label":hr("Audio caption text"),placeholder:hr("Add caption"),value:u,onChange:e=>r({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>s(ha("core/paragraph"))}))):(0,dt.createElement)("div",f,(0,dt.createElement)(B7,{icon:(0,dt.createElement)(iB,{icon:qre}),onSelect:y,onSelectURL:b,accept:"audio/*",allowedTypes:roe,value:t,notices:i,onError:v}))}));const aoe={from:[{type:"files",isMatch:e=>1===e.length&&0===e[0].type.indexOf("audio/"),transform:e=>ha("core/audio",{src:Gl(e[0])})},{type:"shortcode",tag:"audio",attributes:{src:{type:"string",shortcode:e=>{let{named:{src:t,mp3:n,m4a:r,ogg:o,wav:a,wma:i}}=e;return t||n||r||o||a||i}},loop:{type:"string",shortcode:e=>{let{named:{loop:t}}=e;return t}},autoplay:{type:"string",shortcode:e=>{let{named:{autoplay:t}}=e;return t}},preload:{type:"string",shortcode:e=>{let{named:{preload:t}}=e;return t}}}}]},ioe=aoe,soe={apiVersion:2,name:"core/audio",title:"Audio",category:"media",description:"Embed a simple audio player.",keywords:["music","sound","podcast","recording"],textdomain:"default",attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src"},caption:{type:"string",source:"html",selector:"figcaption"},id:{type:"number"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{anchor:!0,align:!0},editorStyle:"wp-block-audio-editor",style:"wp-block-audio"},{name:loe}=soe,coe={icon:qre,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg"}},transforms:ioe,deprecated:Fre,edit:ooe,save:function(e){let{attributes:t}=e;const{autoplay:n,caption:r,loop:o,preload:a,src:i}=t;return i&&(0,dt.createElement)("figure",PD.save(),(0,dt.createElement)("audio",{controls:"controls",src:i,autoPlay:n,loop:o,preload:a}),!u8.isEmpty(r)&&(0,dt.createElement)(u8.Content,{tagName:"figcaption",value:r}))}},uoe=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M19 6.5H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2zm.5 9c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v7zM8 12.8h8v-1.5H8v1.5z"})),doe=e=>{if(!(0,ht.isObject)(e)||Array.isArray(e))return e;const t=(0,ht.pickBy)((0,ht.mapValues)(e,doe),ht.identity);return(0,ht.isEmpty)(t)?void 0:t},poe=doe;function moe(e){var t,n;if(null==e||null===(t=e.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.fontFamily)return e;const r=(0,ht.cloneDeep)(e),o=r.style.typography.fontFamily.split("|").pop();return delete r.style.typography.fontFamily,r.style=poe(r.style),{...r,fontFamily:o}}const foe=e=>{var t,n,r;const{borderRadius:o,...a}=e,i=[o,null===(t=a.style)||void 0===t||null===(n=t.border)||void 0===n?void 0:n.radius].find((e=>"number"==typeof e&&0!==e));return i?{...a,style:{...a.style,border:{...null===(r=a.style)||void 0===r?void 0:r.border,radius:`${i}px`}}}:a},hoe=e=>{if(!e.customTextColor&&!e.customBackgroundColor&&!e.customGradient)return e;const t={color:{}};return e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor),e.customGradient&&(t.color.gradient=e.customGradient),{...(0,ht.omit)(e,["customTextColor","customBackgroundColor","customGradient"]),style:t}},goe=e=>hoe((0,ht.omit)({...e,customTextColor:e.textColor&&"#"===e.textColor[0]?e.textColor:void 0,customBackgroundColor:e.color&&"#"===e.color[0]?e.color:void 0},["color","textColor"])),boe={url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"}},voe={attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0},__experimentalSelector:".wp-block-button__link"},save(e){var t,n;let{attributes:r,className:o}=e;const{fontSize:a,linkTarget:i,rel:s,style:l,text:c,title:u,url:d,width:p}=r;if(!c)return null;const m=a4(r),f=s4(r),h=c4(r),g=Hp()("wp-block-button__link",f.className,m.className,{"no-border-radius":0===(null==l||null===(t=l.border)||void 0===t?void 0:t.radius)}),b={...m.style,...f.style,...h.style},v=Hp()(o,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":a||(null==l||null===(n=l.typography)||void 0===n?void 0:n.fontSize)});return(0,dt.createElement)("div",PD.save({className:v}),(0,dt.createElement)(u8.Content,{tagName:"a",className:g,href:d,title:u,style:b,value:c,target:i,rel:s}))},migrate:moe,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},yoe=[voe,{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...boe,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},isEligible(e){var t;let{style:n}=e;return"number"==typeof(null==n||null===(t=n.border)||void 0===t?void 0:t.radius)},save(e){var t,n,r;let{attributes:o,className:a}=e;const{fontSize:i,linkTarget:s,rel:l,style:c,text:u,title:d,url:p,width:m}=o;if(!u)return null;const f=null==c||null===(t=c.border)||void 0===t?void 0:t.radius,h=s4(o),g=Hp()("wp-block-button__link",h.className,{"no-border-radius":0===(null==c||null===(n=c.border)||void 0===n?void 0:n.radius)}),b={borderRadius:f||void 0,...h.style},v=Hp()(a,{[`has-custom-width wp-block-button__width-${m}`]:m,"has-custom-font-size":i||(null==c||null===(r=c.typography)||void 0===r?void 0:r.fontSize)});return(0,dt.createElement)("div",PD.save({className:v}),(0,dt.createElement)(u8.Content,{tagName:"a",className:g,href:p,title:d,style:b,value:u,target:s,rel:l}))},migrate:UC(moe,foe)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...boe,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:r,linkTarget:o,rel:a,text:i,title:s,url:l,width:c}=t,u=s4(t),d=Hp()("wp-block-button__link",u.className,{"no-border-radius":0===r}),p={borderRadius:r?r+"px":void 0,...u.style},m=Hp()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,dt.createElement)("div",PD.save({className:m}),(0,dt.createElement)(u8.Content,{tagName:"a",className:d,href:l,title:s,style:p,value:i,target:o,rel:a}))},migrate:UC(moe,foe)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...boe,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:r,linkTarget:o,rel:a,text:i,title:s,url:l,width:c}=t,u=s4(t),d=Hp()("wp-block-button__link",u.className,{"no-border-radius":0===r}),p={borderRadius:r?r+"px":void 0,...u.style},m=Hp()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,dt.createElement)("div",PD.save({className:m}),(0,dt.createElement)(u8.Content,{tagName:"a",className:d,href:l,title:s,style:p,value:i,target:o,rel:a}))},migrate:UC(moe,foe)},{supports:{align:!0,alignWide:!1,color:{gradients:!0}},attributes:{...boe,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"}},save(e){let{attributes:t}=e;const{borderRadius:n,linkTarget:r,rel:o,text:a,title:i,url:s}=t,l=Hp()("wp-block-button__link",{"no-border-radius":0===n}),c={borderRadius:n?n+"px":void 0};return(0,dt.createElement)(u8.Content,{tagName:"a",className:l,href:s,title:i,style:c,value:a,target:r,rel:o})},migrate:foe},{supports:{align:!0,alignWide:!1},attributes:{...boe,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},customGradient:{type:"string"},gradient:{type:"string"}},isEligible:e=>!!e.customTextColor||!!e.customBackgroundColor||!!e.customGradient,migrate:UC(foe,hoe),save(e){let{attributes:t}=e;const{backgroundColor:n,borderRadius:r,customBackgroundColor:o,customTextColor:a,customGradient:i,linkTarget:s,gradient:l,rel:c,text:u,textColor:d,title:p,url:m}=t,f=GZ("color",d),h=!i&&GZ("background-color",n),g=xQ(l),b=Hp()("wp-block-button__link",{"has-text-color":d||a,[f]:f,"has-background":n||o||i||l,[h]:h,"no-border-radius":0===r,[g]:g}),v={background:i||void 0,backgroundColor:h||i||l?void 0:o,color:f?void 0:a,borderRadius:r?r+"px":void 0};return(0,dt.createElement)("div",null,(0,dt.createElement)(u8.Content,{tagName:"a",className:b,href:m,title:p,style:v,value:u,target:s,rel:c}))}},{attributes:{...boe,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"}},isEligible:e=>e.className&&e.className.includes("is-style-squared"),migrate(e){let t=e.className;return t&&(t=t.replace(/is-style-squared[\s]?/,"").trim()),foe(hoe({...e,className:t||void 0,borderRadius:0}))},save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:r,customTextColor:o,linkTarget:a,rel:i,text:s,textColor:l,title:c,url:u}=t,d=GZ("color",l),p=GZ("background-color",n),m=Hp()("wp-block-button__link",{"has-text-color":l||o,[d]:d,"has-background":n||r,[p]:p}),f={backgroundColor:p?void 0:r,color:d?void 0:o};return(0,dt.createElement)("div",null,(0,dt.createElement)(u8.Content,{tagName:"a",className:m,href:u,title:c,style:f,value:s,target:a,rel:i}))}},{attributes:{...boe,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"}},migrate:goe,save(e){let{attributes:t}=e;const{url:n,text:r,title:o,backgroundColor:a,textColor:i,customBackgroundColor:s,customTextColor:l}=t,c=GZ("color",i),u=GZ("background-color",a),d=Hp()("wp-block-button__link",{"has-text-color":i||l,[c]:c,"has-background":a||s,[u]:u}),p={backgroundColor:u?void 0:s,color:c?void 0:l};return(0,dt.createElement)("div",null,(0,dt.createElement)(u8.Content,{tagName:"a",className:d,href:n,title:o,style:p,value:r}))}},{attributes:{...boe,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:r,title:o,align:a,color:i,textColor:s}=t,l={backgroundColor:i,color:s};return(0,dt.createElement)("div",{className:`align${a}`},(0,dt.createElement)(u8.Content,{tagName:"a",className:"wp-block-button__link",href:n,title:o,style:l,value:r}))},migrate:goe},{attributes:{...boe,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:r,title:o,align:a,color:i,textColor:s}=t;return(0,dt.createElement)("div",{className:`align${a}`,style:{backgroundColor:i}},(0,dt.createElement)(u8.Content,{tagName:"a",href:n,title:o,style:{color:s},value:r}))},migrate:goe}],_oe=yoe,Moe="noreferrer noopener";function koe(e){let{selectedWidth:t,setAttributes:n}=e;return(0,dt.createElement)(ZA,{title:hr("Width settings")},(0,dt.createElement)(Z3,{"aria-label":hr("Button width")},[25,50,75,100].map((e=>(0,dt.createElement)(lb,{key:e,isSmall:!0,variant:e===t?"primary":void 0,onClick:()=>{var r;n({width:t===(r=e)?void 0:r})}},e,"%")))))}const woe=function(e){var t;const{attributes:n,setAttributes:r,className:o,isSelected:a,onReplace:i,mergeBlocks:s}=e,{linkTarget:l,placeholder:c,rel:u,style:d,text:p,url:m,width:f}=n,h=(0,dt.useCallback)((e=>{r({rel:e})}),[r]),g=i4(n),b=l4(n),v=c4(n),y=(0,dt.useRef)(),_=(0,dt.useRef)(),M=PD({ref:y,onKeyDown:function(e){if(qf.primary(e,"k"))x(e);else if(qf.primaryShift(e,"k")){var t;S(),null===(t=_.current)||void 0===t||t.focus()}}}),[k,w]=(0,dt.useState)(!1),E=!!m,L="_blank"===l;function x(e){e.preventDefault(),w(!0)}function S(){r({url:void 0,linkTarget:void 0,rel:void 0}),w(!1)}return(0,dt.useEffect)((()=>{a||w(!1)}),[a]),(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",ft({},M,{className:Hp()(M.className,{[`has-custom-width wp-block-button__width-${f}`]:f,"has-custom-font-size":M.style.fontSize})}),(0,dt.createElement)(u8,{ref:_,"aria-label":hr("Button text"),placeholder:c||hr("Add text…"),value:p,onChange:e=>{r({text:e.replace(/<\/?a[^>]*>/g,"")})},withoutInteractiveFormatting:!0,className:Hp()(o,"wp-block-button__link",b.className,g.className,{"no-border-radius":0===(null==d||null===(t=d.border)||void 0===t?void 0:t.radius)}),style:{...g.style,...b.style,...v.style},onSplit:e=>ha("core/button",{...n,text:e}),onReplace:i,onMerge:s,identifier:"text"})),(0,dt.createElement)(Vw,{group:"block"},!E&&(0,dt.createElement)(Sv,{name:"link",icon:sQ,title:hr("Link"),shortcut:Wf.primary("k"),onClick:x}),E&&(0,dt.createElement)(Sv,{name:"link",icon:lQ,title:hr("Unlink"),shortcut:Wf.primaryShift("k"),onClick:S,isActive:!0})),a&&(k||E)&&(0,dt.createElement)(Qh,{position:"bottom center",onClose:()=>{var e;w(!1),null===(e=_.current)||void 0===e||e.focus()},anchorRef:null==y?void 0:y.current,focusOnMount:!!k&&"firstElement"},(0,dt.createElement)(b7,{className:"wp-block-navigation-link__inline-link-input",value:{url:m,opensInNewTab:L},onChange:e=>{let{url:t="",opensInNewTab:n}=e;r({url:t}),L!==n&&function(e){const t=e?"_blank":void 0;let n=u;t&&!u?n=Moe:t||u!==Moe||(n=void 0),r({linkTarget:t,rel:n})}(n)},onRemove:()=>{var e;S(),null===(e=_.current)||void 0===e||e.focus()},forceIsEditingLink:k})),(0,dt.createElement)(RC,null,(0,dt.createElement)(koe,{selectedWidth:f,setAttributes:r})),(0,dt.createElement)(RC,{__experimentalGroup:"advanced"},(0,dt.createElement)(qA,{label:hr("Link rel"),value:u||"",onChange:h})))};const Eoe={apiVersion:2,name:"core/button",title:"Button",category:"design",parent:["core/buttons"],description:"Prompt visitors to take action with a button-style link.",keywords:["link"],textdomain:"default",attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0,__experimentalDefaultControls:{fontSize:!0}},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0},__experimentalSelector:".wp-block-button__link"},styles:[{name:"fill",label:"Fill",isDefault:!0},{name:"outline",label:"Outline"}],editorStyle:"wp-block-button-editor",style:"wp-block-button"},{name:Loe}=Eoe,xoe={icon:uoe,example:{attributes:{className:"is-style-fill",text:hr("Call to Action")}},edit:woe,save:function(e){var t,n;let{attributes:r,className:o}=e;const{fontSize:a,linkTarget:i,rel:s,style:l,text:c,title:u,url:d,width:p}=r;if(!c)return null;const m=a4(r),f=s4(r),h=c4(r),g=Hp()("wp-block-button__link",f.className,m.className,{"no-border-radius":0===(null==l||null===(t=l.border)||void 0===t?void 0:t.radius)}),b={...m.style,...f.style,...h.style},v=Hp()(o,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":a||(null==l||null===(n=l.typography)||void 0===n?void 0:n.fontSize)});return(0,dt.createElement)("div",PD.save({className:v}),(0,dt.createElement)(u8.Content,{tagName:"a",className:g,href:d,title:u,style:b,value:c,target:i,rel:s}))},deprecated:_oe,merge:(e,t)=>{let{text:n=""}=t;return{...e,text:(e.text||"")+n}}},Soe=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M17 3H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5V6.2h-5v1.6zM17 13H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5v-1.5h-5v1.5z"})),Aoe=e=>{if(e.layout)return e;const{contentJustification:t,orientation:n,...r}=e;return(t||n)&&Object.assign(r,{layout:{type:"flex",...t&&{justifyContent:t},...n&&{orientation:n}}}),r},Coe=[{attributes:{contentJustification:{type:"string"},orientation:{type:"string",default:"horizontal"}},supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}}},isEligible:e=>{let{contentJustification:t,orientation:n}=e;return!!t||!!n},migrate:Aoe,save(e){let{attributes:{contentJustification:t,orientation:n}}=e;return(0,dt.createElement)("div",PD.save({className:Hp()({[`is-content-justification-${t}`]:t,"is-vertical":"vertical"===n})}),(0,dt.createElement)(WU.Content,null))}},{supports:{align:["center","left","right"],anchor:!0},save:()=>(0,dt.createElement)("div",null,(0,dt.createElement)(WU.Content,null)),isEligible(e){let{align:t}=e;return t&&["center","left","right"].includes(t)},migrate:e=>Aoe({...e,align:void 0,contentJustification:e.align})}],Toe=Coe,{name:zoe}={apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},Noe={from:[{type:"block",isMultiBlock:!0,blocks:["core/button"],transform:e=>ha(zoe,{},e.map((e=>ha("core/button",e))))},{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>ha(zoe,{},e.map((e=>{const t=pM(document,e.content),n=t.innerText||"",r=t.querySelector("a");return ha("core/button",{text:n,url:null==r?void 0:r.getAttribute("href")})}))),isMatch:e=>e.every((e=>{const t=pM(document,e.content),n=t.innerText||"",r=t.querySelectorAll("a");return n.length<=30&&r.length<=1}))}]},Ooe=Noe,Doe=[Loe];const Boe=function(e){let{attributes:{layout:t={}}}=e;const n=PD(),r=Cc((e=>{var t;const n=e(Iw).getSettings().__experimentalPreferredStyleVariations;return null==n||null===(t=n.value)||void 0===t?void 0:t[Loe]}),[]),o=HU(n,{allowedBlocks:Doe,template:[[Loe,{className:r&&`is-style-${r}`}]],__experimentalLayout:t,templateInsertUpdatesSelection:!0});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)("div",o))};const Ioe={apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},{name:Poe}=Ioe,Roe={icon:Soe,example:{innerBlocks:[{name:"core/button",attributes:{text:hr("Find out more")}},{name:"core/button",attributes:{text:hr("Contact us")}}]},deprecated:Toe,transforms:Ooe,edit:Boe,save:function(){const e=HU.save(PD.save());return(0,dt.createElement)("div",e)}},Hoe=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V7h15v12zM9 10H7v2h2v-2zm0 4H7v2h2v-2zm4-4h-2v2h2v-2zm4 0h-2v2h2v-2zm-4 4h-2v2h2v-2zm4 0h-2v2h2v-2z"})),Woe=wn()((e=>{if(!e)return{};const t=p9()(e);return{year:t.year(),month:t.month()+1}}));const Yoe={apiVersion:2,name:"core/calendar",title:"Calendar",category:"widgets",description:"A calendar of your site’s posts.",keywords:["posts","archive"],textdomain:"default",attributes:{month:{type:"integer"},year:{type:"integer"}},supports:{align:!0},style:"wp-block-calendar"},{name:joe}=Yoe,qoe={icon:Hoe,example:{},edit:function(e){let{attributes:t}=e;const n=PD(),{date:r,hasPosts:o,hasPostsResolved:a}=Cc((e=>{const{getEntityRecords:t,hasFinishedResolution:n}=e(Dp),r={status:"publish",per_page:1},o=t("postType","post",r),a=n("getEntityRecords",["postType","post",r]);let i;const s=e("core/editor");if(s){"post"===s.getEditedPostAttribute("type")&&(i=s.getEditedPostAttribute("date"))}return{date:i,hasPostsResolved:a,hasPosts:a&&1===(null==o?void 0:o.length)}}),[]);return o?(0,dt.createElement)("div",n,(0,dt.createElement)(vB,null,(0,dt.createElement)(Hre,{block:"core/calendar",attributes:{...t,...Woe(r)}}))):(0,dt.createElement)("div",n,(0,dt.createElement)(w5,{icon:Hoe,label:hr("Calendar")},a?hr("No published posts found."):(0,dt.createElement)(h6,null)))}},Foe=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M6 5.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM4 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2V6zm11-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM13 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2V6zm5 8.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5zM15 13a2 2 0 00-2 2v3a2 2 0 002 2h3a2 2 0 002-2v-3a2 2 0 00-2-2h-3zm-9 1.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5zM4 15a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2v-3z",fillRule:"evenodd",clipRule:"evenodd"})),Voe=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,dt.createElement)(hh,{d:"M10.44 3.02l1.82-1.82 6.36 6.35-1.83 1.82c-1.05-.68-2.48-.57-3.41.36l-.75.75c-.92.93-1.04 2.35-.35 3.41l-1.83 1.82-2.41-2.41-2.8 2.79c-.42.42-3.38 2.71-3.8 2.29s1.86-3.39 2.28-3.81l2.79-2.79L4.1 9.36l1.83-1.82c1.05.69 2.48.57 3.4-.36l.75-.75c.93-.92 1.05-2.35.36-3.41z"}));const Xoe={apiVersion:2,name:"core/categories",title:"Categories",category:"widgets",description:"Display a list of all categories.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showHierarchy:{type:"boolean",default:!1},showPostCounts:{type:"boolean",default:!1},showOnlyTopLevel:{type:"boolean",default:!1}},supports:{align:!0,html:!1},editorStyle:"wp-block-categories-editor",style:"wp-block-categories"},{name:Uoe}=Xoe,$oe={icon:Foe,example:{},edit:function e(t){let{attributes:{displayAsDropdown:n,showHierarchy:r,showPostCounts:o,showOnlyTopLevel:a},setAttributes:i}=t;const s=uf(e,"blocks-category-select"),{categories:l,isRequesting:c}=Cc((e=>{const{getEntityRecords:t,isResolving:n}=e(Dp),r={per_page:-1,hide_empty:!0,context:"view"};return a&&(r.parent=0),{categories:t("taxonomy","category",r),isRequesting:n("getEntityRecords",["taxonomy","category",r])}}),[a]),u=e=>null!=l&&l.length?null===e?l:l.filter((t=>{let{parent:n}=t;return n===e})):[],d=e=>`wp-block-categories__list wp-block-categories__list-level-${e}`,p=e=>t=>i({[e]:t}),m=e=>e?(0,ht.unescape)(e).trim():hr("(Untitled)"),f=(e,t)=>{const n=u(e.id),{id:a,link:i,count:s,name:l}=e;return(0,dt.createElement)("li",{key:a},(0,dt.createElement)("a",{href:i,target:"_blank",rel:"noreferrer noopener"},m(l)),o&&(0,dt.createElement)("span",{className:"wp-block-categories__post-count"},` (${s})`),r&&!!n.length&&(0,dt.createElement)("ul",{className:d(t+1)},n.map((e=>f(e,t+1)))))},h=(e,t)=>{const{id:n,count:a,name:i}=e,s=u(n);return[(0,dt.createElement)("option",{key:n},(0,ht.times)(3*t,(()=>" ")),m(i),o&&` (${a})`),r&&!!s.length&&s.map((e=>h(e,t+1)))]};return(0,dt.createElement)("div",PD(),(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Categories settings")},(0,dt.createElement)(KE,{label:hr("Display as dropdown"),checked:n,onChange:p("displayAsDropdown")}),(0,dt.createElement)(KE,{label:hr("Show post counts"),checked:o,onChange:p("showPostCounts")}),(0,dt.createElement)(KE,{label:hr("Show only top level categories"),checked:a,onChange:p("showOnlyTopLevel")}),!a&&(0,dt.createElement)(KE,{label:hr("Show hierarchy"),checked:r,onChange:p("showHierarchy")}))),c&&(0,dt.createElement)(w5,{icon:Voe,label:hr("Categories")},(0,dt.createElement)(h6,null)),!c&&0===(null==l?void 0:l.length)&&(0,dt.createElement)("p",null,hr("Your site does not have any posts, so there is nothing to display here at the moment.")),!c&&(null==l?void 0:l.length)>0&&(n?(()=>{const e=u(r?0:null);return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(ib,{as:"label",htmlFor:s},hr("Categories")),(0,dt.createElement)("select",{id:s,className:"wp-block-categories__dropdown"},e.map((e=>h(e,0)))))})():(()=>{const e=u(r?0:null);return(0,dt.createElement)("ul",{className:d(0)},e.map((e=>f(e,0))))})()))}},Goe=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10 10H8v2h2v-2zm-5 2h2v-2H5v2zm8-2h-2v2h2v-2zm-5 6h8v-2H8v2zm6-4h2v-2h-2v2zm3 0h2v-2h-2v2zm0 4h2v-2h-2v2zM5 16h2v-2H5v2z"})),Koe=e=>{let{clientId:t}=e;const{replaceBlocks:n}=kp(Iw),r=Cc((e=>e(Iw).getBlock(t)),[t]);return(0,dt.createElement)(Sv,{onClick:()=>n(r.clientId,Ol({HTML:Qi(r)}))},hr("Convert to blocks"))},{wp:Joe}=window;const Zoe={apiVersion:2,name:"core/freeform",title:"Classic",category:"text",description:"Use the classic WordPress editor.",textdomain:"default",attributes:{content:{type:"string",source:"html"}},supports:{className:!1,customClassName:!1,reusable:!1},editorStyle:"wp-block-freeform-editor"},{name:Qoe}=Zoe,eae={icon:Goe,edit:function(e){let{clientId:t,attributes:{content:n},setAttributes:r,onReplace:o}=e;const{getMultiSelectedBlockClientIds:a}=Cc(Iw),i=(0,dt.useRef)(!1);return(0,dt.useEffect)((()=>{if(!i.current)return;const e=window.tinymce.get(`editor-${t}`);(null==e?void 0:e.getContent())!==n&&e.setContent(n||"")}),[n]),(0,dt.useEffect)((()=>{const{baseURL:e,suffix:s}=window.wpEditorL10n.tinymce;function l(e){let t;n&&e.on("loadContent",(()=>e.setContent(n))),e.on("blur",(()=>{var n;t=e.selection.getBookmark(2,!0);const o=document.querySelector(".interface-interface-skeleton__content"),i=o.scrollTop;return null!==(n=a())&&void 0!==n&&n.length||r({content:e.getContent()}),e.once("focus",(()=>{t&&(e.selection.moveToBookmark(t),o.scrollTop!==i&&(o.scrollTop=i))})),!1})),e.on("mousedown touchstart",(()=>{t=null}));const i=(0,ht.debounce)((()=>{const t=e.getContent();t!==e._lastChange&&(e._lastChange=t,r({content:t}))}),250);e.on("Paste Change input Undo Redo",i),e.on("remove",i.cancel),e.on("keydown",(t=>{qf.primary(t,"z")&&t.stopPropagation(),t.keyCode!==Ef&&t.keyCode!==Nf||!function(e){const t=e.getBody();return!(t.childNodes.length>1)&&(0===t.childNodes.length||!(t.childNodes[0].childNodes.length>1)&&/^\n?$/.test(t.innerText||t.textContent))}(e)||(o([]),t.preventDefault(),t.stopImmediatePropagation());const{altKey:n}=t;n&&121===t.keyCode&&t.stopPropagation()})),e.on("init",(()=>{const t=e.getBody();t.ownerDocument.activeElement===t&&(t.blur(),e.focus())}))}function c(){const{settings:e}=window.wpEditorL10n.tinymce;Joe.oldEditor.initialize(`editor-${t}`,{tinymce:{...e,inline:!0,content_css:!1,fixed_toolbar_container:`#toolbar-${t}`,setup:l}})}function u(){"complete"===document.readyState&&c()}return i.current=!0,window.tinymce.EditorManager.overrideDefaults({base_url:e,suffix:s}),"complete"===document.readyState?c():document.addEventListener("readystatechange",u),()=>{document.removeEventListener("readystatechange",u),Joe.oldEditor.remove(`editor-${t}`)}}),[]),(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw,null,(0,dt.createElement)(Hv,null,(0,dt.createElement)(Koe,{clientId:t}))),(0,dt.createElement)("div",PD(),(0,dt.createElement)("div",{key:"toolbar",id:`toolbar-${t}`,className:"block-library-classic__toolbar",onClick:function(){const e=window.tinymce.get(`editor-${t}`);e&&e.focus()},"data-placeholder":hr("Classic"),onKeyDown:function(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}}),(0,dt.createElement)("div",{key:"editor",id:`editor-${t}`,className:"wp-block-freeform block-library-rich-text__tinymce"})))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,dt.createElement)(hi,null,n)}},tae=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M20.8 10.7l-4.3-4.3-1.1 1.1 4.3 4.3c.1.1.1.3 0 .4l-4.3 4.3 1.1 1.1 4.3-4.3c.7-.8.7-1.9 0-2.6zM4.2 11.8l4.3-4.3-1-1-4.3 4.3c-.7.7-.7 1.8 0 2.5l4.3 4.3 1.1-1.1-4.3-4.3c-.2-.1-.2-.3-.1-.4z"}));function nae(e){return e.replace(/\[/g,"[")}function rae(e){return e.replace(/^(\s*https?:)\/\/([^\s<>"]+\s*)$/m,"$1//$2")}const oae={from:[{type:"enter",regExp:/^```$/,transform:()=>ha("core/code")},{type:"block",blocks:["core/html"],transform:e=>{let{content:t}=e;return ha("core/code",{content:t})}},{type:"raw",isMatch:e=>"PRE"===e.nodeName&&1===e.children.length&&"CODE"===e.firstChild.nodeName,schema:{pre:{children:{code:{children:{"#text":{}}}}}}}]},aae=oae,iae={apiVersion:2,name:"core/code",title:"Code",category:"text",description:"Display code snippets that respect your spacing and tabs.",textdomain:"default",attributes:{content:{type:"string",source:"html",selector:"code"}},supports:{anchor:!0,__experimentalSelector:".wp-block-code > code",typography:{fontSize:!0,lineHeight:!0,__experimentalFontStyle:!0,__experimentalFontWeight:!0,__experimentalLetterSpacing:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{margin:["top","bottom"],padding:!0},__experimentalBorder:{radius:!0,color:!0,width:!0,style:!0},color:{text:!0,background:!0,gradients:!0}},style:"wp-block-code"},{name:sae}=iae,lae={icon:tae,example:{attributes:{content:hr('// A "block" is the abstract term used\n// to describe units of markup that\n// when composed together, form the\n// content or layout of a page.\nregisterBlockType( name, settings );')}},transforms:aae,edit:function(e){let{attributes:t,setAttributes:n,onRemove:r}=e;const o=PD();return(0,dt.createElement)("pre",o,(0,dt.createElement)(u8,{tagName:"code",value:t.content,onChange:e=>n({content:e}),onRemove:r,placeholder:hr("Write code…"),"aria-label":hr("Code"),preserveWhiteSpace:!0,__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;return(0,dt.createElement)("pre",PD.save(),(0,dt.createElement)(u8.Content,{tagName:"code",value:(n=t.content,(0,ht.flow)(nae,rae)(n||""))}));var n}},cae=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM6 17.5c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h3v10H6zm13.5-.5c0 .3-.2.5-.5.5h-3v-10h3c.3 0 .5.2.5.5v9z"})),uae=[{attributes:{verticalAlignment:{type:"string"},width:{type:"number",min:0,max:100}},isEligible(e){let{width:t}=e;return isFinite(t)},migrate:e=>({...e,width:`${e.width}%`}),save(e){let{attributes:t}=e;const{verticalAlignment:n,width:r}=t,o=Hp()({[`is-vertically-aligned-${n}`]:n}),a={flexBasis:r+"%"};return(0,dt.createElement)("div",{className:o,style:a},(0,dt.createElement)(WU.Content,null))}}],dae=uae;const pae=function(e){let{attributes:{verticalAlignment:t,width:n,templateLock:r=!1,allowedBlocks:o},setAttributes:a,clientId:i}=e;const s=Hp()("block-core-columns",{[`is-vertically-aligned-${t}`]:t}),l=_L({availableUnits:eL("spacing.units")||["%","px","em","rem","vw"]}),{columnsIds:c,hasChildBlocks:u,rootClientId:d}=Cc((e=>{const{getBlockOrder:t,getBlockRootClientId:n}=e(Iw),r=n(i);return{hasChildBlocks:t(i).length>0,rootClientId:r,columnsIds:t(r)}}),[i]),{updateBlockAttributes:p}=kp(Iw),m=Number.isFinite(n)?n+"%":n,f=PD({className:s,style:m?{flexBasis:m}:void 0}),h=c.length,g=c.indexOf(i)+1,b=Sn(hr("%1$s (%2$d of %3$d)"),f["aria-label"],g,h),v=HU({...f,"aria-label":b},{templateLock:r,allowedBlocks:o,renderAppender:u?void 0:WU.ButtonBlockAppender});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw,null,(0,dt.createElement)(F5,{onChange:e=>{a({verticalAlignment:e}),p(d,{verticalAlignment:null})},value:t})),(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Column settings")},(0,dt.createElement)(_A,{label:hr("Width"),labelPosition:"edge",__unstableInputWidth:"80px",value:n||"",onChange:e=>{e=0>parseFloat(e)?"0":e,a({width:e})},units:l}))),(0,dt.createElement)("div",v))};const mae={apiVersion:2,name:"core/column",title:"Column",category:"text",parent:["core/columns"],description:"A single column within a columns block.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},width:{type:"string"},allowedBlocks:{type:"array"},templateLock:{type:["string","boolean"],enum:["all","insert",!1]}},supports:{anchor:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0},spacing:{padding:!0,__experimentalDefaultControls:{padding:!0}}}},{name:fae}=mae,hae={icon:cae,edit:pae,save:function(e){let{attributes:t}=e;const{verticalAlignment:n,width:r}=t,o=Hp()({[`is-vertically-aligned-${n}`]:n});let a;if(r&&/\d/.test(r)){let e=Number.isFinite(r)?r+"%":r;if(!Number.isFinite(r)&&null!=r&&r.endsWith("%")){const t=1e12;e=Math.round(Number.parseFloat(r)*t)/t+"%"}a={flexBasis:e}}const i=PD.save({className:o,style:a}),s=HU.save(i);return(0,dt.createElement)("div",s)},deprecated:dae},gae=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4.1 1.5v10H10v-10h4.9zM5.5 17V8c0-.3.2-.5.5-.5h2.5v10H6c-.3 0-.5-.2-.5-.5zm14 0c0 .3-.2.5-.5.5h-2.6v-10H19c.3 0 .5.2.5.5v9z"}));function bae(e){let t,{doc:n}=bae;n||(n=document.implementation.createHTMLDocument(""),bae.doc=n),n.body.innerHTML=e;for(const e of n.body.firstChild.classList)if(t=e.match(/^layout-column-(\d+)$/))return Number(t[1])-1}const vae=[{attributes:{verticalAlignment:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>{if(!e.customTextColor&&!e.customBackgroundColor)return e;const t={color:{}};return e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor),{...(0,ht.omit)(e,["customTextColor","customBackgroundColor"]),style:t,isStackedOnMobile:!0}},save(e){let{attributes:t}=e;const{verticalAlignment:n,backgroundColor:r,customBackgroundColor:o,textColor:a,customTextColor:i}=t,s=GZ("background-color",r),l=GZ("color",a),c=Hp()({"has-background":r||o,"has-text-color":a||i,[s]:s,[l]:l,[`are-vertically-aligned-${n}`]:n}),u={backgroundColor:s?void 0:o,color:l?void 0:i};return(0,dt.createElement)("div",{className:c||void 0,style:u},(0,dt.createElement)(WU.Content,null))}},{attributes:{columns:{type:"number",default:2}},isEligible:(e,t)=>!!t.some((e=>/layout-column-\d+/.test(e.originalContent)))&&t.some((e=>void 0!==bae(e.originalContent))),migrate(e,t){const n=t.reduce(((e,t)=>{const{originalContent:n}=t;let r=bae(n);return void 0===r&&(r=0),e[r]||(e[r]=[]),e[r].push(t),e}),[]).map((e=>ha("core/column",{},e)));return[{...(0,ht.omit)(e,["columns"]),isStackedOnMobile:!0},n]},save(e){let{attributes:t}=e;const{columns:n}=t;return(0,dt.createElement)("div",{className:`has-${n}-columns`},(0,dt.createElement)(WU.Content,null))}},{attributes:{columns:{type:"number",default:2}},migrate:(e,t)=>[e={...(0,ht.omit)(e,["columns"]),isStackedOnMobile:!0},t],save(e){let{attributes:t}=e;const{verticalAlignment:n,columns:r}=t,o=Hp()(`has-${r}-columns`,{[`are-vertically-aligned-${n}`]:n});return(0,dt.createElement)("div",{className:o},(0,dt.createElement)(WU.Content,null))}}],yae=e=>{const t=parseFloat(e);return Number.isFinite(t)?parseFloat(t.toFixed(2)):void 0};function _ae(e,t){const{width:n=100/t}=e.attributes;return yae(n)}function Mae(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return(0,ht.sumBy)(e,(e=>_ae(e,t)))}function kae(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>{const r=_ae(n,t);return Object.assign(e,{[n.clientId]:r})}),{})}function wae(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.length;const r=Mae(e,n);return(0,ht.mapValues)(kae(e,n),(e=>yae(t*e/r)))}function Eae(e,t){return e.map((e=>(0,ht.merge)({},e,{attributes:{width:`${t[e.clientId]}%`}})))}const Lae=["core/column"];const xae=XC(((e,t,n)=>({updateAlignment(r){const{clientId:o,setAttributes:a}=t,{updateBlockAttributes:i}=e(Iw),{getBlockOrder:s}=n.select(Iw);a({verticalAlignment:r});s(o).forEach((e=>{i(e,{verticalAlignment:r})}))},updateColumns(r,o){const{clientId:a}=t,{replaceInnerBlocks:i}=e(Iw),{getBlocks:s}=n.select(Iw);let l=s(a);const c=function(e){return e.every((e=>{var t;const n=e.attributes.width;return Number.isFinite(null!=n&&null!==(t=n.endsWith)&&void 0!==t&&t.call(n,"%")?parseFloat(n):n)}))}(l),u=o>r;if(u&&c){const e=yae(100/o);l=[...Eae(l,wae(l,100-e)),...(0,ht.times)(o-r,(()=>ha("core/column",{width:`${e}%`})))]}else if(u)l=[...l,...(0,ht.times)(o-r,(()=>ha("core/column")))];else if(l=(0,ht.dropRight)(l,r-o),c){l=Eae(l,wae(l,100))}i(a,l)}})))((function(e){let{attributes:t,setAttributes:n,updateAlignment:r,updateColumns:o,clientId:a}=e;const{isStackedOnMobile:i,verticalAlignment:s}=t,{count:l}=Cc((e=>({count:e(Iw).getBlockCount(a)})),[a]),c=HU(PD({className:Hp()({[`are-vertically-aligned-${s}`]:s,"is-not-stacked-on-mobile":!i})}),{allowedBlocks:Lae,orientation:"horizontal",renderAppender:!1});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw,null,(0,dt.createElement)(F5,{onChange:r,value:s})),(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,null,(0,dt.createElement)(oG,{label:hr("Columns"),value:l,onChange:e=>o(l,e),min:1,max:Math.max(6,l)}),l>6&&(0,dt.createElement)(WQ,{status:"warning",isDismissible:!1},hr("This column count exceeds the recommended amount and may cause visual breakage.")),(0,dt.createElement)(KE,{label:hr("Stack on mobile"),checked:i,onChange:()=>n({isStackedOnMobile:!i})}))),(0,dt.createElement)("div",c))}));function Sae(e){let{clientId:t,name:n,setAttributes:r}=e;const{blockType:o,defaultVariation:a,variations:i}=Cc((e=>{const{getBlockVariations:t,getBlockType:r,getDefaultBlockVariation:o}=e(Qa);return{blockType:r(n),defaultVariation:o(n,"block"),variations:t(n,"block")}}),[n]),{replaceInnerBlocks:s}=kp(Iw),l=PD();return(0,dt.createElement)("div",l,(0,dt.createElement)(L5,{icon:(0,ht.get)(o,["icon","src"]),label:(0,ht.get)(o,["title"]),variations:i,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;e.attributes&&r(e.attributes),e.innerBlocks&&s(t,ga(e.innerBlocks),!0)},allowSkip:!0}))}const Aae=e=>{const{clientId:t}=e,n=Cc((e=>e(Iw).getBlocks(t).length>0),[t])?xae:Sae;return(0,dt.createElement)(n,e)};const Cae=[{name:"one-column-full",title:hr("100"),description:hr("One column"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",clipRule:"evenodd",d:"m39.0625 14h-30.0625v20.0938h30.0625zm-30.0625-2c-1.10457 0-2 .8954-2 2v20.0938c0 1.1045.89543 2 2 2h30.0625c1.1046 0 2-.8955 2-2v-20.0938c0-1.1046-.8954-2-2-2z"})),innerBlocks:[["core/column"]],scope:["block"]},{name:"two-columns-equal",title:hr("50 / 50"),description:hr("Two columns; equal split"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H25V34H39ZM23 34H9V14H23V34Z"})),isDefault:!0,innerBlocks:[["core/column"],["core/column"]],scope:["block"]},{name:"two-columns-one-third-two-thirds",title:hr("30 / 70"),description:hr("Two columns; one-third, two-thirds split"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H20V34H39ZM18 34H9V14H18V34Z"})),innerBlocks:[["core/column",{width:"33.33%"}],["core/column",{width:"66.66%"}]],scope:["block"]},{name:"two-columns-two-thirds-one-third",title:hr("70 / 30"),description:hr("Two columns; two-thirds, one-third split"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H30V34H39ZM28 34H9V14H28V34Z"})),innerBlocks:[["core/column",{width:"66.66%"}],["core/column",{width:"33.33%"}]],scope:["block"]},{name:"three-columns-equal",title:hr("33 / 33 / 33"),description:hr("Three columns; equal split"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM28.5 34h-9V14h9v20zm2 0V14H39v20h-8.5zm-13 0H9V14h8.5v20z"})),innerBlocks:[["core/column"],["core/column"],["core/column"]],scope:["block"]},{name:"three-columns-wider-center",title:hr("25 / 50 / 25"),description:hr("Three columns; wide center column"),icon:(0,dt.createElement)(bh,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM31 34H17V14h14v20zm2 0V14h6v20h-6zm-18 0H9V14h6v20z"})),innerBlocks:[["core/column",{width:"25%"}],["core/column",{width:"50%"}],["core/column",{width:"25%"}]],scope:["block"]}],Tae={from:[{type:"block",isMultiBlock:!0,blocks:["*"],__experimentalConvert:e=>{const t=+(100/e.length).toFixed(2),n=e.map((e=>{let{name:n,attributes:r,innerBlocks:o}=e;return["core/column",{width:`${t}%`},[[n,{...r},o]]]}));return ha("core/columns",{},ga(n))},isMatch:e=>{let{length:t}=e;return t&&t<=6}},{type:"block",blocks:["core/media-text"],priority:1,transform:(e,t)=>{const{align:n,backgroundColor:r,textColor:o,style:a,mediaAlt:i,mediaId:s,mediaPosition:l,mediaSizeSlug:c,mediaType:u,mediaUrl:d,mediaWidth:p,verticalAlignment:m}=e;let f;if("image"!==u&&u)f=["core/video",{id:s,src:d}];else{f=["core/image",{...{id:s,alt:i,url:d,sizeSlug:c},...{href:e.href,linkClass:e.linkClass,linkDestination:e.linkDestination,linkTarget:e.linkTarget,rel:e.rel}}]}const h=[["core/column",{width:`${p}%`},[f]],["core/column",{width:100-p+"%"},t]];return"right"===l&&h.reverse(),ha("core/columns",{align:n,backgroundColor:r,textColor:o,style:a,verticalAlignment:m},ga(h))}}]},zae=Tae,Nae={apiVersion:2,name:"core/columns",title:"Columns",category:"design",description:"Display content in multiple columns, with blocks added to each column.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},isStackedOnMobile:{type:"boolean",default:!0}},supports:{anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0},spacing:{blockGap:!0,margin:["top","bottom"],padding:!0,__experimentalDefaultControls:{blockGap:!0}}},editorStyle:"wp-block-columns-editor",style:"wp-block-columns"},{name:Oae}=Nae,Dae={icon:gae,variations:Cae,example:{viewportWidth:600,innerBlocks:[{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:hr("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis.")}},{name:"core/image",attributes:{url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"}},{name:"core/paragraph",attributes:{content:hr("Suspendisse commodo neque lacus, a dictum orci interdum et.")}}]},{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:hr("Etiam et egestas lorem. Vivamus sagittis sit amet dolor quis lobortis. Integer sed fermentum arcu, id vulputate lacus. Etiam fermentum sem eu quam hendrerit.")}},{name:"core/paragraph",attributes:{content:hr("Nam risus massa, ullamcorper consectetur eros fermentum, porta aliquet ligula. Sed vel mauris nec enim.")}}]}]},deprecated:vae,edit:Aae,save:function(e){let{attributes:t}=e;const{isStackedOnMobile:n,verticalAlignment:r}=t,o=Hp()({[`are-vertically-aligned-${r}`]:r,"is-not-stacked-on-mobile":!n}),a=PD.save({className:o}),i=HU.save(a);return(0,dt.createElement)("div",i)},transforms:zae},Bae=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M7.25 16.4371C6.16445 15.2755 5.5 13.7153 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 13.7153 17.8356 15.2755 16.75 16.4371V16C16.75 14.4812 15.5188 13.25 14 13.25L10 13.25C8.48122 13.25 7.25 14.4812 7.25 16V16.4371ZM8.75 17.6304C9.70606 18.1835 10.8161 18.5 12 18.5C13.1839 18.5 14.2939 18.1835 15.25 17.6304V16C15.25 15.3096 14.6904 14.75 14 14.75L10 14.75C9.30964 14.75 8.75 15.3096 8.75 16V17.6304ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM14 10C14 11.1046 13.1046 12 12 12C10.8954 12 10 11.1046 10 10C10 8.89543 10.8954 8 12 8C13.1046 8 14 8.89543 14 10Z",fillRule:"evenodd",clipRule:"evenodd",fill:"black"}));var Iae=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Pae=function(){return Pae=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{l||(u(!1),p(!1))};(0,dt.useEffect)((()=>{if(!(null!==m||null!==f))return;const e=m!==g.current,t=f!==h.current;if(e||t){if(m&&!g.current&&f&&!h.current)return g.current=m,void(h.current=f);e&&(u(!0),g.current=m),t&&(p(!0),h.current=f),r({width:m,height:f}),b.current&&rie(b.current),b.current=oie(v,n)}}),[m,f]);const y=function(e){let{axis:t,height:n,moveX:r=!1,moveY:o=!1,position:a=aie.bottom,showPx:i=!1,width:s}=e;if(!r&&!o)return;if(a===aie.corner)return`${s} x ${n}`;const l=i?" px":"";if(t){if("x"===t&&r)return`${s}${l}`;if("y"===t&&o)return`${n}${l}`}if(r&&o)return`${s} x ${n}`;if(r)return`${s}${l}`;if(o)return`${n}${l}`;return}({axis:t,height:f,moveX:c,moveY:d,position:o,showPx:a,width:m});return{label:y,resizeListener:i}}const sie=rb("div",{target:"ekdag503"})({name:"1cd7zoc",styles:"bottom:0;box-sizing:border-box;left:0;pointer-events:none;position:absolute;right:0;top:0"}),lie=rb("div",{target:"ekdag502"})({name:"ajymcs",styles:"align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;opacity:0;pointer-events:none;transition:opacity 120ms linear"}),cie=rb("div",{target:"ekdag501"})("background:",qE.ui.border,";border-radius:2px;box-sizing:border-box;font-size:12px;color:",qE.ui.textDark,";padding:4px 8px;position:relative;"),uie=rb(px,{target:"ekdag500"})("&&&{color:",qE.ui.textDark,";display:block;font-size:13px;line-height:1.4;}");const die=(0,dt.forwardRef)((function(e,t){let{label:n,position:r=aie.corner,zIndex:o=1e3,...a}=e;const i=!!n,s=r===aie.bottom,l=r===aie.corner;if(!i)return null;let c={opacity:i?1:void 0,zIndex:o},u={};return s&&(c={...c,position:"absolute",bottom:-10,left:"50%",transform:"translate(-50%, 0)"},u={transform:"translate(0, 100%)"}),l&&(c={...c,position:"absolute",top:4,right:vr()?void 0:4,left:vr()?4:void 0}),(0,dt.createElement)(lie,ft({"aria-hidden":"true",className:"components-resizable-tooltip__tooltip-wrapper",ref:t,style:c},a),(0,dt.createElement)(cie,{className:"components-resizable-tooltip__tooltip",style:u},(0,dt.createElement)(uie,{as:"span"},n)))})),pie=die;const mie=(0,dt.forwardRef)((function(e,t){let{axis:n,className:r,fadeTimeout:o=180,isVisible:a=!0,labelRef:i,onResize:s=ht.noop,position:l=aie.bottom,showPx:c=!0,zIndex:u=1e3,...d}=e;const{label:p,resizeListener:m}=iie({axis:n,fadeTimeout:o,onResize:s,showPx:c,position:l});if(!a)return null;const f=Hp()("components-resize-tooltip",r);return(0,dt.createElement)(sie,ft({"aria-hidden":"true",className:f,ref:t},d),m,(0,dt.createElement)(pie,{"aria-hidden":d["aria-hidden"],label:p,position:l,ref:i,zIndex:u}))})),fie=mie,hie="components-resizable-box__handle",gie="components-resizable-box__side-handle",bie="components-resizable-box__corner-handle",vie={top:Hp()(hie,gie,"components-resizable-box__handle-top"),right:Hp()(hie,gie,"components-resizable-box__handle-right"),bottom:Hp()(hie,gie,"components-resizable-box__handle-bottom"),left:Hp()(hie,gie,"components-resizable-box__handle-left"),topLeft:Hp()(hie,bie,"components-resizable-box__handle-top","components-resizable-box__handle-left"),topRight:Hp()(hie,bie,"components-resizable-box__handle-top","components-resizable-box__handle-right"),bottomRight:Hp()(hie,bie,"components-resizable-box__handle-bottom","components-resizable-box__handle-right"),bottomLeft:Hp()(hie,bie,"components-resizable-box__handle-bottom","components-resizable-box__handle-left")},yie={width:void 0,height:void 0,top:void 0,right:void 0,bottom:void 0,left:void 0},_ie={top:yie,right:yie,bottom:yie,left:yie,topLeft:yie,topRight:yie,bottomRight:yie,bottomLeft:yie};const Mie=(0,dt.forwardRef)((function(e,t){let{className:n,children:r,showHandle:o=!0,__experimentalShowTooltip:a=!1,__experimentalTooltipProps:i={},...s}=e;return(0,dt.createElement)(nie,ft({className:Hp()("components-resizable-box__container",o&&"has-show-handle",n),handleClasses:vie,handleStyles:_ie,ref:t},s),r,a&&(0,dt.createElement)(fie,i))}));const kie={apiVersion:2,name:"core/comment-author-avatar",title:"Comment Author Avatar",category:"theme",parent:["core/comment-template"],description:"Add the avatar of this comment's author.",textdomain:"default",attributes:{width:{type:"number",default:96},height:{type:"number",default:96}},usesContext:["commentId"],supports:{html:!1,__experimentalBorder:{radius:!0,width:!0,color:!0,style:!0},color:{background:!0,text:!1,links:!1}}},{name:wie}=kie,Eie={icon:Bae,edit:function(e){let{attributes:t,context:{commentId:n},setAttributes:r}=e;const{height:o,width:a}=t,[i]=Cp("root","comment","author_avatar_urls",n),[s]=Cp("root","comment","author_name",n),l=i?Object.values(i):null,c=i?Object.keys(i):null,u=c?c[0]:24,d=c?c[c.length-1]:96,p=PD(),m=Math.floor(2.5*d),f=(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Avatar Settings")},(0,dt.createElement)(oG,{label:hr("Image size"),onChange:e=>r({width:e,height:e}),min:u,max:m,initialPosition:a,value:a}))),h=l?(0,dt.createElement)(Mie,{size:{width:a,height:o},onResizeStop:(e,t,n,i)=>{r({height:parseInt(o+i.height,10),width:parseInt(a+i.width,10)})},lockAspectRatio:!0,enable:{top:!1,right:!vr(),bottom:!0,left:vr()},minWidth:u,maxWidth:m},(0,dt.createElement)("img",ft({src:l[l.length-1],alt:`${s} ${hr("Avatar")}`},p))):(0,dt.createElement)("p",p,gr("Comment Author Avatar","block title"));return(0,dt.createElement)(dt.Fragment,null,f,(0,dt.createElement)("div",null,h))}},Lie=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#FFFFFF"},(0,dt.createElement)(hh,{d:"M18 4H6c-1.1 0-2 .9-2 2v12.9c0 .6.5 1.1 1.1 1.1.3 0 .5-.1.8-.3L8.5 17H18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H7.9l-2.4 2.4V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v9z",fillRule:"evenodd",clipRule:"evenodd"}),(0,dt.createElement)(hh,{d:"M15 15V15C15 13.8954 14.1046 13 13 13L11 13C9.89543 13 9 13.8954 9 15V15",fillRule:"evenodd",clipRule:"evenodd"}),(0,dt.createElement)(mh,{cx:"12",cy:"9",r:"2",fillRule:"evenodd",clipRule:"evenodd"}));const xie={attributes:{isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},save:()=>null,migrate:moe,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},Sie=[xie],Aie={apiVersion:2,name:"core/comment-author-name",title:"Comment Author Name",category:"theme",parent:["core/comment-template"],description:"Add the author name of this comment.",textdomain:"default",attributes:{isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"},textAlign:{type:"string"}},usesContext:["commentId"],supports:{html:!1,spacing:{margin:!0,padding:!0},color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}}},{name:Cie}=Aie,Tie={icon:Lie,edit:function(e){let{attributes:{isLink:t,linkTarget:n,textAlign:r},context:{commentId:o},setAttributes:a}=e;const i=PD({className:Hp()({[`has-text-align-${r}`]:r})}),s=Cc((e=>{const{getEntityRecord:t}=e(Dp),n=t("root","comment",o),r=null==n?void 0:n.author_name;if(n&&!r){var a;const e=t("root","user",n.author);return null!==(a=null==e?void 0:e.name)&&void 0!==a?a:hr("Anonymous")}return null!=r?r:""}),[o]),l=(0,dt.createElement)(Vw,{group:"block"},(0,dt.createElement)(y4,{value:r,onChange:e=>a({textAlign:e})})),c=(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Link settings")},(0,dt.createElement)(KE,{label:hr("Link to authors URL"),onChange:()=>a({isLink:!t}),checked:t}),t&&(0,dt.createElement)(KE,{label:hr("Open in new tab"),onChange:e=>a({linkTarget:e?"_blank":"_self"}),checked:"_blank"===n})));if(!o||!s)return(0,dt.createElement)(dt.Fragment,null,c,l,(0,dt.createElement)("div",i,(0,dt.createElement)("p",null,gr("Comment Author","block title"))));const u=t?(0,dt.createElement)("a",{href:"#comment-author-pseudo-link",onClick:e=>e.preventDefault()},s):(0,dt.createElement)("p",null,s);return(0,dt.createElement)(dt.Fragment,null,c,l,(0,dt.createElement)("div",i,u))},deprecated:Sie},zie=(0,dt.createElement)(bh,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.68822 16.625L5.5 17.8145L5.5 5.5L18.5 5.5L18.5 16.625L6.68822 16.625ZM7.31 18.125L19 18.125C19.5523 18.125 20 17.6773 20 17.125L20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19.5247C4 19.8173 4.16123 20.086 4.41935 20.2237C4.72711 20.3878 5.10601 20.3313 5.35252 20.0845L7.31 18.125ZM16 9.99997H8V8.49997H16V9.99997ZM8 14H13V12.5H8V14Z"}));const Nie={apiVersion:2,name:"core/comment-content",title:"Comment Content",category:"theme",parent:["core/comment-template"],description:"Displays the contents of a comment.",textdomain:"default",usesContext:["commentId"],attributes:{textAlign:{type:"string"}},supports:{color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0},spacing:{padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},html:!1}},{name:Oie}=Nie,Die={icon:zie,edit:function(e){let{setAttributes:t,attributes:{textAlign:n},context:{commentId:r}}=e;const o=PD({className:Hp()({[`has-text-align-${n}`]:n})}),[a]=Cp("root","comment","content",r),i=(0,dt.createElement)(Vw,{group:"block"},(0,dt.createElement)(y4,{value:n,onChange:e=>t({textAlign:e})}));return r&&a?(0,dt.createElement)(dt.Fragment,null,i,(0,dt.createElement)("div",o,(0,dt.createElement)(vB,null,(0,dt.createElement)(hi,{key:"html"},a.rendered)))):(0,dt.createElement)(dt.Fragment,null,i,(0,dt.createElement)("div",o,(0,dt.createElement)("p",null,gr("Comment Content","block title"))))}},Bie=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M11.696 13.972c.356-.546.599-.958.728-1.235a1.79 1.79 0 00.203-.783c0-.264-.077-.47-.23-.618-.148-.153-.354-.23-.618-.23-.295 0-.569.07-.82.212a3.413 3.413 0 00-.738.571l-.147-1.188c.289-.234.59-.41.903-.526.313-.117.66-.175 1.041-.175.375 0 .695.08.959.24.264.153.46.362.59.626.135.265.203.556.203.876 0 .362-.08.734-.24 1.115-.154.381-.427.87-.82 1.466l-.756 1.152H14v1.106h-4l1.696-2.609z"}),(0,dt.createElement)(hh,{d:"M19.5 7h-15v12a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V7zM3 7V5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V7z"}));const Iie={attributes:{format:{type:"string"},isLink:{type:"boolean",default:!1}},supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},save:()=>null,migrate:moe,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},Pie=[Iie],Rie={apiVersion:2,name:"core/comment-date",title:"Comment Date",category:"theme",parent:["core/comment-template"],description:"Add the date of this comment.",textdomain:"default",attributes:{format:{type:"string"},isLink:{type:"boolean",default:!1}},usesContext:["commentId"],supports:{html:!1,color:{gradients:!0,link:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:Hie}=Rie,Wie={icon:Bie,edit:function(e){let{attributes:{format:t,isLink:n},context:{commentId:r},setAttributes:o}=e;const a=PD(),[i]=Cp("root","comment","date",r),[s]=Cp("root","site","date_format"),l=g9(),c=Object.values(l.formats).map((e=>({key:e,name:_9(e,i||new Date)}))),u=t||s||l.formats.date,d=(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Format settings")},(0,dt.createElement)(i1,{hideLabelFromVision:!0,label:hr("Date Format"),options:c,onChange:e=>{let{selectedItem:t}=e;return o({format:t.key})},value:c.find((e=>e.key===u))})),(0,dt.createElement)(ZA,{title:hr("Link settings")},(0,dt.createElement)(KE,{label:hr("Link to comment"),onChange:()=>o({isLink:!n}),checked:n})));if(!r||!i)return(0,dt.createElement)(dt.Fragment,null,d,(0,dt.createElement)("div",a,(0,dt.createElement)("p",null,gr("Comment Date","block title"))));let p=(0,dt.createElement)("time",{dateTime:_9("c",i)},_9(u,i));return n&&(p=(0,dt.createElement)("a",{href:"#comment-date-pseudo-link",onClick:e=>e.preventDefault()},p)),(0,dt.createElement)(dt.Fragment,null,d,(0,dt.createElement)("div",a,p))},deprecated:Pie};const Yie={apiVersion:2,name:"core/comment-edit-link",title:"Comment Edit Link",category:"theme",parent:["core/comment-template"],description:"Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.",textdomain:"default",usesContext:["commentId"],attributes:{linkTarget:{type:"string",default:"_self"},textAlign:{type:"string"}},supports:{html:!1,color:{link:!0,gradients:!0,text:!1},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}}},{name:jie}=Yie,qie={icon:c7,edit:function(e){let{attributes:{linkTarget:t,textAlign:n},setAttributes:r}=e;const o=PD({className:Hp()({[`has-text-align-${n}`]:n})}),a=(0,dt.createElement)(Vw,{group:"block"},(0,dt.createElement)(y4,{value:n,onChange:e=>r({textAlign:e})})),i=(0,dt.createElement)(RC,null,(0,dt.createElement)(ZA,{title:hr("Link settings")},(0,dt.createElement)(KE,{label:hr("Open in new tab"),onChange:e=>r({linkTarget:e?"_blank":"_self"}),checked:"_blank"===t})));return(0,dt.createElement)(dt.Fragment,null,a,i,(0,dt.createElement)("div",o,(0,dt.createElement)("a",{href:"#edit-comment-pseudo-link",onClick:e=>e.preventDefault()},hr("Edit"))))}},Fie=(0,dt.createElement)(bh,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,dt.createElement)(hh,{d:"M6.68822 10.625L6.24878 11.0649L5.5 11.8145L5.5 5.5L12.5 5.5V8L14 6.5V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44771 4 5V13.5247C4 13.8173 4.16123 14.086 4.41935 14.2237C4.72711 14.3878 5.10601 14.3313 5.35252 14.0845L7.31 12.125H8.375L9.875 10.625H7.31H6.68822ZM14.5605 10.4983L11.6701 13.75H16.9975C17.9963 13.75 18.7796 14.1104 19.3553 14.7048C19.9095 15.2771 20.2299 16.0224 20.4224 16.7443C20.7645 18.0276 20.7543 19.4618 20.7487 20.2544C20.7481 20.345 20.7475 20.4272 20.7475 20.4999L19.2475 20.5001C19.2475 20.4191 19.248 20.3319 19.2484 20.2394V20.2394C19.2526 19.4274 19.259 18.2035 18.973 17.1307C18.8156 16.5401 18.586 16.0666 18.2778 15.7483C17.9909 15.4521 17.5991 15.25 16.9975 15.25H11.8106L14.5303 17.9697L13.4696 19.0303L8.96956 14.5303L13.4394 9.50171L14.5605 10.4983Z"}));const Vie=function(e){let{setAttributes:t,attributes:{textAlign:n}}=e;const r=PD({className:Hp()({[`has-text-align-${n}`]:n})}),o=(0,dt.createElement)(Vw,{group:"block"},(0,dt.createElement)(y4,{value:n,onChange:e=>t({textAlign:e})}));return(0,dt.createElement)(dt.Fragment,null,o,(0,dt.createElement)("div",r,(0,dt.createElement)("a",{href:"#comment-reply-pseudo-link",onClick:e=>e.preventDefault()},hr("Reply"))))},Xie={apiVersion:2,name:"core/comment-reply-link",title:"Comment Reply Link",category:"theme",parent:["core/comment-template"],description:"Displays a link to reply to a comment.",textdomain:"default",usesContext:["commentId"],attributes:{textAlign:{type:"string"}},supports:{color:{gradients:!0,link:!0,text:!1},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0},html:!1}},{name:Uie}=Xie,$ie={edit:Vie,icon:Fie},Gie=[["core/comment-author-avatar"],["core/comment-author-name"],["core/comment-date"],["core/comment-content"],["core/comment-reply-link"],["core/comment-edit-link"]];function Kie(){const e=HU({},{template:Gie});return(0,dt.createElement)("li",e)}const Jie={apiVersion:2,name:"core/comment-template",title:"Comment Template",category:"design",parent:["core/comments-query-loop"],description:"Contains the block elements used to render a comment, like the title, date, author, avatar and more.",textdomain:"default",usesContext:["queryId","queryPerPage","postId"],supports:{reusable:!1,html:!1,align:!0}},{name:Zie}=Jie,Qie={icon:E5,edit:function(e){let{clientId:t,context:{postId:n,queryPerPage:r}}=e;const o=PD(),[a,i]=(0,dt.useState)(),{comments:s,blocks:l}=Cc((e=>{const{getEntityRecords:o}=e(Dp),{getBlocks:a}=e(Iw);return{comments:o("root","comment",{post:n,status:"approve",per_page:r,order:"asc"}),blocks:a(t)}}),[r,n,t]),c=(0,dt.useMemo)((()=>null==s?void 0:s.map((e=>({commentId:e.id})))),[s]);return s?s.length?(0,dt.createElement)("ul",o,c&&c.map((e=>(0,dt.createElement)(KC,{key:e.commentId,value:e},e===(a||c[0])?(0,dt.createElement)(Kie,null):(0,dt.createElement)("li",null,(0,dt.createElement)(zI,{blocks:l,__experimentalLive:!0,__experimentalOnClick:()=>i(e)})))))):(0,dt.createElement)("p",o," ",hr("No results found.")):(0,dt.createElement)("p",o,(0,dt.createElement)(h6,null))},save:function(){return(0,dt.createElement)(WU.Content,null)}},ese=(0,dt.createElement)(bh,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,dt.createElement)(hh,{d:"M14 10.1V4c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1zm-1.5-.5H6.7l-1.2 1.2V4.5h7v5.1zM19 12h-8c-.6 0-1 .4-1 1v6.1c0 .6.4 1 1 1h5.7l1.8 1.8c.1.2.4.3.6.3.1 0 .2 0 .3-.1.4-.1.6-.5.6-.8V13c0-.6-.4-1-1-1zm-.5 7.8l-1.2-1.2h-5.8v-5.1h7v6.3z"}));function tse(e){let{queryPerPage:t,setQuery:n}=e;return(0,dt.createElement)(Hv,null,(0,dt.createElement)(Tv,{renderToggle:e=>{let{onToggle:t}=e;return(0,dt.createElement)(Sv,{icon:x$,label:hr("Display settings"),onClick:t})},renderContent:()=>(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(GE,null,(0,dt.createElement)(sA,{__unstableInputWidth:"60px",label:hr("Items per Page"),labelPosition:"edge",min:1,max:100,onChange:e=>{const t=parseInt(e,10);isNaN(t)||t<1||t>100||n({queryPerPage:t})},step:"1",value:t,isDragEnabled:!1})))}))}const nse=[["core/comment-template"]];const rse={apiVersion:2,name:"core/comments-query-loop",title:"Comments Query Loop",category:"theme",description:"An advanced block that allows displaying post comments based on different query parameters and visual configurations.",textdomain:"default",attributes:{queryId:{type:"number"},queryPerPage:{type:"number",default:4},tagName:{type:"string",default:"div"}},providesContext:{queryId:"queryId",queryPerPage:"queryPerPage"},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0}}},{name:ose}=rse,ase={icon:ese,edit:function(e){let{attributes:t,setAttributes:n}=e;const{queryPerPage:r,tagName:o}=t,a=HU(PD(),{template:nse});return(0,dt.createElement)(dt.Fragment,null,(0,dt.createElement)(Vw,null,(0,dt.createElement)(tse,{queryPerPage:r,setQuery:n})),(0,dt.createElement)(RC,{__experimentalGroup:"advanced"},(0,dt.createElement)(SP,{label:hr("HTML element"),options:[{label:hr("Default (

)"),value:"div"},{label:"
",value:"section"},{label:"