diff --git a/frameworks/react/web-notifications-wrapper/.gitignore b/frameworks/react/web-notifications-wrapper/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/frameworks/react/web-notifications-wrapper/LICENSE.MD b/frameworks/react/web-notifications-wrapper/LICENSE.MD new file mode 100644 index 0000000..6551892 --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/LICENSE.MD @@ -0,0 +1,5 @@ +> **_:information_source: OpenFin Workspace:_** [OpenFin Workspace](https://www.openfin.co/workspace/) is a commercial product and this repo is for evaluation purposes. Use of the OpenFin Container and OpenFin Workspace components is only granted pursuant to a license from OpenFin. Please [**contact us**](https://www.openfin.co/workspace/poc/) if you would like to request a developer evaluation key or to discuss a production license. + +The developer license can be found here: + +- [https://www.openfin.co/developer-agreement/](https://www.openfin.co/developer-agreement/) diff --git a/frameworks/react/web-notifications-wrapper/README.md b/frameworks/react/web-notifications-wrapper/README.md new file mode 100644 index 0000000..30c3b7c --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/README.md @@ -0,0 +1,31 @@ +# Web Notifications Wrapper + +Project that bundles all the dependencies of the OpenFin Web Notification Center into a single file. + +It exposes a single React provider component which you can wrap your application with to enable the Notification Center for React projects. + +You must get a reference to the `fin` api from the connect() function of core-web, then pass it in as a prop. + +``` typescript +return ( + +

My application

+
+); +``` + +### Required CSS + +CSS for the notification center is not bundled, so needs to be added to the consuming app: + +```css +#notification_center_container { + position: fixed; + width: 345px; + height: 100dvh; + right: 0; + top: 0; + align-self: center; + z-index: 100; +} +``` diff --git a/frameworks/react/web-notifications-wrapper/package-lock.json b/frameworks/react/web-notifications-wrapper/package-lock.json new file mode 100644 index 0000000..5fe695a --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/package-lock.json @@ -0,0 +1,3196 @@ +{ + "name": "web-notifications-wrapper", + "version": "0.0.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "web-notifications-wrapper", + "version": "0.0.1", + "license": "SEE LICENSE IN LICENSE.MD", + "dependencies": { + "@openfin/core-web": "~0.41.127", + "@openfin/predux": "^1.0.0-alpha.1", + "@openfin/web-notifications": "^2.11.0", + "@openfin/web-notifications-client": "^2.11.0", + "date-fns": "^4.1.0", + "date-fns-tz": "^3.2.0", + "dexie": "^3.2.2", + "formik": "^2.4.6", + "framer-motion": "^11.18.2", + "fuse.js": "^7.0.0", + "history": "^4.10.1", + "inversify": "^6.1.6", + "lodash.merge": "^4.6.2", + "markdown-it": "^14.1.0", + "openfin-service-async": "^1.0.1", + "openfin-service-signal": "^1.0.0", + "react-redux": "^7.0.2", + "react-router-dom": "^5.1.2", + "react-transition-group": "^4.4.5", + "redux": "^4.0.1", + "reflect-metadata": "^0.2.2", + "reselect": "^5.1.1", + "semver-compare": "^1.0.0", + "styled-components": "^5.3.11", + "yup": "^0.32.9" + }, + "devDependencies": { + "ts-loader": "^9.5.2", + "typescript": "^5.8.3", + "webpack": "^5.99.9", + "webpack-cli": "^6.0.1" + }, + "peerDependencies": { + "react": "^18.3.1", + "react-dom": "^18.3.1" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "license": "Apache-2.0", + "peer": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", + "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.27.1", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.27.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.5.tgz", + "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.27.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz", + "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==", + "license": "MIT", + "peer": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.27.3", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-module-transforms": "^7.27.3", + "@babel/helpers": "^7.27.4", + "@babel/parser": "^7.27.4", + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.27.4", + "@babel/types": "^7.27.3", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.27.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz", + "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.27.5", + "@babel/types": "^7.27.3", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", + "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/compat-data": "^7.27.2", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", + "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", + "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/helper-module-imports": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1", + "@babel/traverse": "^7.27.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", + "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", + "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz", + "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/template": "^7.27.2", + "@babel/types": "^7.27.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.27.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", + "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", + "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", + "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/parser": "^7.27.2", + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.27.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz", + "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.27.3", + "@babel/parser": "^7.27.4", + "@babel/template": "^7.27.2", + "@babel/types": "^7.27.3", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz", + "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", + "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.17.0" + } + }, + "node_modules/@emotion/is-prop-valid": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0" + } + }, + "node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/stylis": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==", + "license": "MIT" + }, + "node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==", + "license": "MIT" + }, + "node_modules/@inversifyjs/common": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@inversifyjs/common/-/common-1.4.0.tgz", + "integrity": "sha512-qfRJ/3iOlCL/VfJq8+4o5X4oA14cZSBbpAmHsYj8EsIit1xDndoOl0xKOyglKtQD4u4gdNVxMHx4RWARk/I4QA==", + "license": "MIT" + }, + "node_modules/@inversifyjs/core": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@inversifyjs/core/-/core-1.3.5.tgz", + "integrity": "sha512-B4MFXabhNTAmrfgB+yeD6wd/GIvmvWC6IQ8Rh/j2C3Ix69kmqwz9pr8Jt3E+Nho9aEHOQCZaGmrALgtqRd+oEQ==", + "license": "MIT", + "dependencies": { + "@inversifyjs/common": "1.4.0", + "@inversifyjs/reflect-metadata-utils": "0.2.4" + } + }, + "node_modules/@inversifyjs/reflect-metadata-utils": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@inversifyjs/reflect-metadata-utils/-/reflect-metadata-utils-0.2.4.tgz", + "integrity": "sha512-u95rV3lKfG+NT2Uy/5vNzoDujos8vN8O18SSA5UyhxsGYd4GLQn/eUsGXfOsfa7m34eKrDelTKRUX1m/BcNX5w==", + "license": "MIT", + "peerDependencies": { + "reflect-metadata": "0.2.2" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", + "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@openfin/core": { + "version": "41.102.4", + "resolved": "https://registry.npmjs.org/@openfin/core/-/core-41.102.4.tgz", + "integrity": "sha512-GuPwD1RPlMv5u11AmPsNPM2f0jru5uskeyQpjFw4mzdKO0z97FagyEofJEqTr2udFyE/7JzCo3FVIY8m5/zkpQ==", + "license": "SEE LICENSE IN LICENSE.md", + "peer": true, + "dependencies": { + "@types/node": "^20.14.2", + "events": "^3.0.0", + "lodash": "^4.17.21", + "ws": "^7.3.0" + } + }, + "node_modules/@openfin/core-web": { + "version": "0.41.135", + "resolved": "https://registry.npmjs.org/@openfin/core-web/-/core-web-0.41.135.tgz", + "integrity": "sha512-uBdvaD6HkvKiLn+3dY22HoHTKw3Jo4rRDQak3ccd8gdQ7CqYZHq5/wKILyTFHM79NHeQclzTfA6jaWM4g84yQg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "buffer": "6.0.3", + "events": "^3.3.0", + "lodash": "4.17.21", + "uuid": "^8.3.2" + }, + "peerDependencies": { + "@openfin/core": "41.102.4" + } + }, + "node_modules/@openfin/predux": { + "version": "1.0.0-alpha.1", + "resolved": "https://registry.npmjs.org/@openfin/predux/-/predux-1.0.0-alpha.1.tgz", + "integrity": "sha512-xEE4qwVhoXjHdgaWOvlEQOkr3bE5CVTwKm9m3oO/sjHdSwALIHRVHn59bmqhLpRE9LuAaQA4LMlKY1Sja6YsCg==", + "license": "ISC", + "dependencies": { + "openfin-service-signal": "^1.0.0", + "reflect-metadata": "^0.1.13" + } + }, + "node_modules/@openfin/predux/node_modules/reflect-metadata": { + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", + "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==", + "license": "Apache-2.0" + }, + "node_modules/@openfin/web-notifications": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@openfin/web-notifications/-/web-notifications-2.11.1.tgz", + "integrity": "sha512-o+ZPX3oBrxzu0MArrkxKkT2LtZCiy28sWWVwf9XLpDVnIluBpaBPlPEwKZ7B6wjyhjnixJi1Su37Hovg4ntleQ==", + "license": "SEE LICENSE IN LICENSE.MD", + "peerDependencies": { + "@openfin/core": "41.102.4", + "@openfin/predux": "1.0.0-alpha.1", + "@radix-ui/react-icons": ">=1.3.2 <2.0.0", + "date-fns": ">=4.1.0 <5.0.0", + "date-fns-tz": ">=3.2.0 <4.0.0", + "formik": ">=2.4.6 <3.0.0", + "framer-motion": ">=11.18.2 <12.0.0", + "fuse.js": ">=7.0.0 <8.0.0", + "history": ">=4.10.1 <5.0.0", + "inversify": ">=6.1.6 <7.0.0", + "lodash": ">=4.17.21 <5.0.0", + "lodash.clamp": ">=4.0.3 <5.0.0", + "lodash.noop": ">=3.0.1 <4.0.0", + "lodash.throttle": ">=4.1.1 <5.0.0", + "markdown-it": ">=14.1.0 <15.0.0", + "react": ">=18.3.1 <19.0.0", + "react-calendar": ">=5.1.0 <6.0.0", + "react-dom": ">=18.3.1 <19.0.0", + "react-redux": ">=7.0.2 <8.0.0", + "react-router": ">=5.3.4 <6.0.0", + "react-router-dom": ">=5.1.2 <6.0.0", + "react-transition-group": ">=4.4.5 <5.0.0", + "reflect-metadata": ">=0.2.2 <1.0.0", + "reselect": ">=5.1.1 <6.0.0", + "semver-compare": ">=1.0.0 <2.0.0", + "styled-components": ">=5.3.11 <6.0.0", + "yup": ">=0.32.9 <1.0.0" + } + }, + "node_modules/@openfin/web-notifications-client": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@openfin/web-notifications-client/-/web-notifications-client-2.11.1.tgz", + "integrity": "sha512-KW5QQn0pWHPWTLs9gqRSyK6flAmMO0eF5LQemqDcHvdF2iIeOv6+LhEM6dTS9OcDq/jnGOcnap1+5eqqTU/E8A==", + "license": "SEE LICENSE IN LICENSE.MD", + "peerDependencies": { + "@openfin/core": "41.102.4", + "semver-compare": ">= 1.0.0 < 2.0.0" + } + }, + "node_modules/@radix-ui/react-icons": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.2.tgz", + "integrity": "sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==", + "license": "MIT", + "peer": true, + "peerDependencies": { + "react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc" + } + }, + "node_modules/@types/eslint": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/hoist-non-react-statics": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz", + "integrity": "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==", + "license": "MIT", + "dependencies": { + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/lodash": { + "version": "4.17.18", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.18.tgz", + "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==", + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "20.19.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.1.tgz", + "integrity": "sha512-jJD50LtlD2dodAEO653i3YF04NWak6jN3ky+Ri3Em3mGR39/glWiboM/IePaRbgwSfqM1TpGXfAg8ohn/4dTgA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/@types/react": { + "version": "19.1.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", + "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", + "license": "MIT", + "dependencies": { + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-redux": { + "version": "7.1.34", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.34.tgz", + "integrity": "sha512-GdFaVjEbYv4Fthm2ZLvj1VSCedV7TqE5y1kNwnjSdBOTXuRSgowux6J8TAct15T3CKBr63UMk+2CO7ilRhyrAQ==", + "license": "MIT", + "dependencies": { + "@types/hoist-non-react-statics": "^3.3.0", + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0", + "redux": "^4.0.0" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webpack-cli/configtest": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-3.0.1.tgz", + "integrity": "sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "webpack": "^5.82.0", + "webpack-cli": "6.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-3.0.1.tgz", + "integrity": "sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "webpack": "^5.82.0", + "webpack-cli": "6.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-3.0.1.tgz", + "integrity": "sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "webpack": "^5.82.0", + "webpack-cli": "6.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/@wojtekmaj/date-utils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.5.1.tgz", + "integrity": "sha512-+i7+JmNiE/3c9FKxzWFi2IjRJ+KzZl1QPu6QNrsgaa2MuBgXvUy4gA1TVzf/JMdIIloB76xSKikTWuyYAIVLww==", + "license": "MIT", + "peer": true, + "funding": { + "url": "https://github.com/wojtekmaj/date-utils?sponsor=1" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/acorn": { + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/babel-plugin-styled-components": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", + "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", + "lodash": "^4.17.21", + "picomatch": "^2.3.1" + }, + "peerDependencies": { + "styled-components": ">= 2" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.25.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz", + "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001718", + "electron-to-chromium": "^1.5.160", + "node-releases": "^2.0.19", + "update-browserslist-db": "^1.1.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/camelize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", + "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001724", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz", + "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT", + "peer": true + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-color-keywords": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", + "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", + "license": "ISC", + "engines": { + "node": ">=4" + } + }, + "node_modules/css-to-react-native": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", + "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", + "license": "MIT", + "dependencies": { + "camelize": "^1.0.0", + "css-color-keywords": "^1.0.0", + "postcss-value-parser": "^4.0.2" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "license": "MIT" + }, + "node_modules/date-fns": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" + } + }, + "node_modules/date-fns-tz": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.2.0.tgz", + "integrity": "sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==", + "license": "MIT", + "peerDependencies": { + "date-fns": "^3.0.0 || ^4.0.0" + } + }, + "node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deepmerge": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", + "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/dexie": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz", + "integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==", + "license": "Apache-2.0", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.171", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.171.tgz", + "integrity": "sha512-scWpzXEJEMrGJa4Y6m/tVotb0WuvNmasv3wWVzUAeCgKU0ToFOhUW6Z+xWnRQANMYGxN4ngJXIThgBJOqzVPCQ==", + "license": "ISC" + }, + "node_modules/enhanced-resolve": { + "version": "5.18.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", + "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/envinfo": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", + "dev": true, + "license": "MIT", + "bin": { + "envinfo": "dist/cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", + "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", + "dev": true, + "license": "MIT" + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "license": "BSD-3-Clause", + "bin": { + "flat": "cli.js" + } + }, + "node_modules/formik": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/formik/-/formik-2.4.6.tgz", + "integrity": "sha512-A+2EI7U7aG296q2TLGvNapDNTZp1khVt5Vk0Q/fyfSROss0V/V6+txt2aJnwEos44IxTCW/LYAi/zgWzlevj+g==", + "funding": [ + { + "type": "individual", + "url": "https://opencollective.com/formik" + } + ], + "license": "Apache-2.0", + "dependencies": { + "@types/hoist-non-react-statics": "^3.3.1", + "deepmerge": "^2.1.1", + "hoist-non-react-statics": "^3.3.0", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", + "react-fast-compare": "^2.0.1", + "tiny-warning": "^1.0.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/framer-motion": { + "version": "11.18.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", + "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", + "license": "MIT", + "dependencies": { + "motion-dom": "^11.18.1", + "motion-utils": "^11.18.1", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/fuse.js": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", + "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=10" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-user-locale": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/get-user-locale/-/get-user-locale-2.3.2.tgz", + "integrity": "sha512-O2GWvQkhnbDoWFUJfaBlDIKUEdND8ATpBXD6KXcbhxlfktyD/d8w6mkzM/IlQEqGZAMz/PW6j6Hv53BiigKLUQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "mem": "^8.0.0" + }, + "funding": { + "url": "https://github.com/wojtekmaj/get-user-locale?sponsor=1" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "license": "BSD-3-Clause", + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/hoist-non-react-statics/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/import-local": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/interpret": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", + "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/inversify": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/inversify/-/inversify-6.2.2.tgz", + "integrity": "sha512-KB836KHbZ9WrUnB8ax5MtadOwnqQYa+ZJO3KWbPFgcr4RIEnHM621VaqFZzOZd9+U7ln6upt9n0wJei7x2BNqw==", + "license": "MIT", + "dependencies": { + "@inversifyjs/common": "1.4.0", + "@inversifyjs/core": "1.3.5" + }, + "peerDependencies": { + "reflect-metadata": "~0.2.2" + } + }, + "node_modules/is-core-module": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "license": "MIT", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "license": "MIT" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", + "peer": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "license": "MIT", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "license": "MIT" + }, + "node_modules/lodash.clamp": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/lodash.clamp/-/lodash.clamp-4.0.3.tgz", + "integrity": "sha512-HvzRFWjtcguTW7yd8NJBshuNaCa8aqNFtnswdT7f/cMd/1YKy5Zzoq4W/Oxvnx9l7aeY258uSdDfM793+eLsVg==", + "license": "MIT", + "peer": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "license": "MIT" + }, + "node_modules/lodash.noop": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-3.0.1.tgz", + "integrity": "sha512-TmYdmu/pebrdTIBDK/FDx9Bmfzs9x0sZG6QIJuMDTqEPfeciLcN13ij+cOd0i9vwJfBtbG9UQ+C7MkXgYxrIJg==", + "license": "MIT", + "peer": true + }, + "node_modules/lodash.throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", + "license": "MIT", + "peer": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "license": "ISC", + "peer": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "license": "MIT", + "peer": true, + "dependencies": { + "p-defer": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/markdown-it": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1", + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" + }, + "bin": { + "markdown-it": "bin/markdown-it.mjs" + } + }, + "node_modules/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", + "license": "MIT" + }, + "node_modules/mem": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz", + "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==", + "license": "MIT", + "peer": true, + "dependencies": { + "map-age-cleaner": "^0.1.3", + "mimic-fn": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/mem?sponsor=1" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/motion-dom": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", + "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", + "license": "MIT", + "dependencies": { + "motion-utils": "^11.18.1" + } + }, + "node_modules/motion-utils": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", + "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/nanoclone": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz", + "integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==", + "license": "MIT" + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-releases": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", + "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "license": "MIT" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/openfin-service-async": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/openfin-service-async/-/openfin-service-async-1.0.1.tgz", + "integrity": "sha512-kbIdcyfnOYaCg6+iFueX5HpbJ6FDv1FHjNb1dkld0IY2gI+Y163NVE1/GUoagije/PmAkwqFEkwKv4Mg9+Gl9g==", + "license": "ISC", + "peerDependencies": { + "openfin-service-signal": "^1.0.0" + } + }, + "node_modules/openfin-service-signal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/openfin-service-signal/-/openfin-service-signal-1.0.0.tgz", + "integrity": "sha512-X9fptYE3f5e9tQsU0pdVR3vojYglqBKB+rPJ6h8uC1VFs4mVSMBa+hyHLtIiQf+s7G9gDxsnXm61N3igP5Ipqw==", + "license": "ISC" + }, + "node_modules/p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-to-regexp": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", + "license": "MIT", + "dependencies": { + "isarray": "0.0.1" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/property-expr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz", + "integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==", + "license": "MIT" + }, + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-calendar": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-5.1.0.tgz", + "integrity": "sha512-09o/rQHPZGEi658IXAJtWfra1N69D1eFnuJ3FQm9qUVzlzNnos1+GWgGiUeSs22QOpNm32aoVFOimq0p3Ug9Eg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@wojtekmaj/date-utils": "^1.1.3", + "clsx": "^2.0.0", + "get-user-locale": "^2.2.1", + "warning": "^4.0.0" + }, + "funding": { + "url": "https://github.com/wojtekmaj/react-calendar?sponsor=1" + }, + "peerDependencies": { + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-fast-compare": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", + "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==", + "license": "MIT" + }, + "node_modules/react-is": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.1.0.tgz", + "integrity": "sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==", + "license": "MIT", + "peer": true + }, + "node_modules/react-redux": { + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", + "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.15.4", + "@types/react-redux": "^7.1.20", + "hoist-non-react-statics": "^3.3.2", + "loose-envify": "^1.4.0", + "prop-types": "^15.7.2", + "react-is": "^17.0.2" + }, + "peerDependencies": { + "react": "^16.8.3 || ^17 || ^18" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/react-redux/node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "license": "MIT" + }, + "node_modules/react-router": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", + "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.13", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "peerDependencies": { + "react": ">=15" + } + }, + "node_modules/react-router-dom": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", + "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.13", + "history": "^4.9.0", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.2", + "react-router": "5.3.4", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "peerDependencies": { + "react": ">=15" + } + }, + "node_modules/react-router/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/rechoir": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve": "^1.20.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/redux": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", + "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", + "license": "Apache-2.0" + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/reselect": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz", + "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", + "license": "MIT" + }, + "node_modules/resolve": { + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-core-module": "^2.16.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-pathname": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==", + "license": "MIT" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/schema-utils": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", + "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "peer": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", + "license": "MIT" + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "license": "MIT", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", + "license": "MIT" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/styled-components": { + "version": "5.3.11", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz", + "integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/traverse": "^7.4.5", + "@emotion/is-prop-valid": "^1.1.0", + "@emotion/stylis": "^0.8.4", + "@emotion/unitless": "^0.7.4", + "babel-plugin-styled-components": ">= 1.12.0", + "css-to-react-native": "^3.0.0", + "hoist-non-react-statics": "^3.0.0", + "shallowequal": "^1.1.0", + "supports-color": "^5.5.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/styled-components" + }, + "peerDependencies": { + "react": ">= 16.8.0", + "react-dom": ">= 16.8.0", + "react-is": ">= 16.8.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tapable": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", + "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.43.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", + "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.14.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.14", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", + "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.25", + "jest-worker": "^27.4.5", + "schema-utils": "^4.3.0", + "serialize-javascript": "^6.0.2", + "terser": "^5.31.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/tiny-invariant": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", + "license": "MIT" + }, + "node_modules/tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", + "license": "MIT" + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toposort": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", + "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", + "license": "MIT" + }, + "node_modules/ts-loader": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.2.tgz", + "integrity": "sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "enhanced-resolve": "^5.0.0", + "micromatch": "^4.0.0", + "semver": "^7.3.4", + "source-map": "^0.7.4" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "typescript": "*", + "webpack": "^5.0.0" + } + }, + "node_modules/ts-loader/node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/typescript": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/uc.micro": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", + "license": "MIT" + }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "license": "MIT" + }, + "node_modules/update-browserslist-db": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", + "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/value-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==", + "license": "MIT" + }, + "node_modules/warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", + "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack": { + "version": "5.99.9", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.9.tgz", + "integrity": "sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.1", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^4.3.2", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.11", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-cli": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-6.0.1.tgz", + "integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@discoveryjs/json-ext": "^0.6.1", + "@webpack-cli/configtest": "^3.0.1", + "@webpack-cli/info": "^3.0.1", + "@webpack-cli/serve": "^3.0.1", + "colorette": "^2.0.14", + "commander": "^12.1.0", + "cross-spawn": "^7.0.3", + "envinfo": "^7.14.0", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^3.1.1", + "rechoir": "^0.8.0", + "webpack-merge": "^6.0.1" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.82.0" + }, + "peerDependenciesMeta": { + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/webpack-cli/node_modules/commander": { + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", + "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/webpack-merge": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", + "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", + "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "license": "ISC", + "peer": true + }, + "node_modules/yup": { + "version": "0.32.11", + "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.11.tgz", + "integrity": "sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.15.4", + "@types/lodash": "^4.14.175", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", + "nanoclone": "^0.2.1", + "property-expr": "^2.0.4", + "toposort": "^2.0.2" + }, + "engines": { + "node": ">=10" + } + } + } +} diff --git a/frameworks/react/web-notifications-wrapper/package.json b/frameworks/react/web-notifications-wrapper/package.json new file mode 100644 index 0000000..f2a53af --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/package.json @@ -0,0 +1,48 @@ +{ + "name": "web-notifications-wrapper", + "private": true, + "version": "0.0.1", + "type": "module", + "license": "SEE LICENSE IN LICENSE.MD", + "module": "dist/index.esm.js", + "scripts": { + "build": "webpack --config webpack.config.cjs" + }, + "dependencies": { + "@openfin/core-web": "~0.41.127", + "@openfin/predux": "^1.0.0-alpha.1", + "@openfin/web-notifications": "^2.11.0", + "@openfin/web-notifications-client": "^2.11.0", + "date-fns": "^4.1.0", + "date-fns-tz": "^3.2.0", + "dexie": "^3.2.2", + "formik": "^2.4.6", + "framer-motion": "^11.18.2", + "fuse.js": "^7.0.0", + "history": "^4.10.1", + "inversify": "^6.1.6", + "lodash.merge": "^4.6.2", + "markdown-it": "^14.1.0", + "openfin-service-async": "^1.0.1", + "openfin-service-signal": "^1.0.0", + "react-redux": "^7.0.2", + "react-router-dom": "^5.1.2", + "react-transition-group": "^4.4.5", + "redux": "^4.0.1", + "reflect-metadata": "^0.2.2", + "reselect": "^5.1.1", + "semver-compare": "^1.0.0", + "styled-components": "^5.3.11", + "yup": "^0.32.9" + }, + "peerDependencies": { + "react": "^18.3.1", + "react-dom": "^18.3.1" + }, + "devDependencies": { + "ts-loader": "^9.5.2", + "typescript": "^5.8.3", + "webpack": "^5.99.9", + "webpack-cli": "^6.0.1" + } +} diff --git a/frameworks/react/web-notifications-wrapper/src/NotificationsProvider.tsx b/frameworks/react/web-notifications-wrapper/src/NotificationsProvider.tsx new file mode 100644 index 0000000..7c9ef6f --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/src/NotificationsProvider.tsx @@ -0,0 +1,46 @@ +import OpenFin from "@openfin/core"; +import { initNotificationCenter } from "@openfin/web-notifications"; +import { type ReactNode, useEffect, useRef } from "react"; + +export type NotificationsProviderProps = { + finApi: OpenFin.Fin<"external connection">; + children: ReactNode; +}; + +export function NotificationsProvider({ finApi, children }: NotificationsProviderProps) { + const initialised = useRef(false); + + useEffect(() => { + async function init(fin: OpenFin.Fin<"external connection">) { + if (!fin || initialised.current) { + return; + } + + const notificationCenterContainer = document.querySelector( + "#notification_center_container", + ); + + if (!notificationCenterContainer) { + console.error("No notification center container found"); + return; + } + + await initNotificationCenter({ + finContext: fin, + serviceId: "web-notification-service-channel", + container: notificationCenterContainer, + }); + + initialised.current = true; + } + + void init(finApi); + }, [finApi]); + + return ( + <> +
{children}
+
+ + ); +} diff --git a/frameworks/react/web-notifications-wrapper/tsconfig.json b/frameworks/react/web-notifications-wrapper/tsconfig.json new file mode 100644 index 0000000..be138bb --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", + "target": "ES2021", + "useDefineForClassFields": true, + "lib": ["ES2021", "DOM", "DOM.Iterable"], + "module": "ESNext", + "skipLibCheck": true, + + /* Bundler mode */ + "moduleResolution": "bundler", + "verbatimModuleSyntax": true, + "moduleDetection": "force", + "noEmit": false, + "jsx": "react-jsx" + }, + "include": ["src"] +} diff --git a/frameworks/react/web-notifications-wrapper/webpack.config.cjs b/frameworks/react/web-notifications-wrapper/webpack.config.cjs new file mode 100644 index 0000000..fbb289c --- /dev/null +++ b/frameworks/react/web-notifications-wrapper/webpack.config.cjs @@ -0,0 +1,42 @@ +const path = require("path"); +const TerserPlugin = require("terser-webpack-plugin"); + +module.exports = { + entry: "./src/NotificationsProvider.tsx", + output: { + filename: "index.esm.js", + path: path.resolve(__dirname, "dist"), + library: { type: "module" }, + clean: true, + }, + experiments: { + outputModule: true, + }, + resolve: { + extensions: [".tsx", ".ts", ".jsx", ".js"], + }, + module: { + rules: [ + { + test: /\.(ts|tsx)$/, + use: "ts-loader", + exclude: /node_modules/, + }, + ], + }, + devtool: "source-map", + externals: { + react: "react", + "react-dom": "react-dom", + stream: "stream", + }, + optimization: { + minimize: true, + minimizer: [ + new TerserPlugin({ + extractComments: false, + }), + ], + }, + mode: "production", +}; diff --git a/frameworks/react/web/notification-center/index.esm.js b/frameworks/react/web/notification-center/index.esm.js new file mode 100644 index 0000000..d68ee6a --- /dev/null +++ b/frameworks/react/web/notification-center/index.esm.js @@ -0,0 +1,3009 @@ +import*as e from"react-dom";import*as t from"react";var n={244:(e,t,n)=>{t.quartersToMonths=function(e){return Math.trunc(e*r.monthsInQuarter)};var r=n(78052)},263:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var r=n(77626);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===r[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}}))});var i=n(29941);Object.keys(i).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===i[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}}))});var o=n(77591);Object.keys(o).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===o[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}}))});var a=n(79463);Object.keys(a).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===a[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return a[e]}}))});var s=n(32945);Object.keys(s).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===s[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return s[e]}}))});var c=n(84280);Object.keys(c).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===c[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return c[e]}}))});var l=n(33937);Object.keys(l).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===l[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return l[e]}}))});var u=n(66379);Object.keys(u).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===u[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return u[e]}}))});var d=n(21149);Object.keys(d).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===d[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return d[e]}}))});var f=n(46689);Object.keys(f).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===f[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return f[e]}}))});var h=n(94073);Object.keys(h).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===h[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return h[e]}}))});var p=n(61440);Object.keys(p).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===p[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return p[e]}}))});var m=n(74674);Object.keys(m).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===m[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return m[e]}}))});var g=n(48214);Object.keys(g).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===g[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return g[e]}}))});var v=n(98741);Object.keys(v).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===v[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return v[e]}}))});var y=n(77617);Object.keys(y).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===y[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return y[e]}}))});var C=n(86789);Object.keys(C).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===C[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return C[e]}}))});var b=n(87777);Object.keys(b).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===b[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return b[e]}}))});var w=n(92956);Object.keys(w).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===w[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return w[e]}}))});var _=n(2700);Object.keys(_).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===_[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return _[e]}}))});var x=n(2934);Object.keys(x).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===x[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return x[e]}}))});var O=n(2110);Object.keys(O).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===O[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return O[e]}}))});var E=n(35506);Object.keys(E).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===E[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return E[e]}}))});var M=n(32480);Object.keys(M).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===M[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return M[e]}}))});var j=n(98813);Object.keys(j).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===j[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return j[e]}}))});var S=n(60562);Object.keys(S).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===S[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return S[e]}}))});var P=n(26024);Object.keys(P).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===P[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return P[e]}}))});var A=n(54746);Object.keys(A).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===A[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return A[e]}}))});var k=n(4875);Object.keys(k).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===k[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return k[e]}}))});var T=n(83724);Object.keys(T).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===T[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return T[e]}}))});var D=n(10990);Object.keys(D).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===D[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return D[e]}}))});var I=n(54294);Object.keys(I).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===I[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return I[e]}}))});var L=n(52495);Object.keys(L).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===L[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return L[e]}}))});var R=n(13072);Object.keys(R).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===R[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return R[e]}}))});var F=n(45460);Object.keys(F).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===F[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return F[e]}}))});var N=n(85442);Object.keys(N).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===N[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return N[e]}}))});var H=n(50192);Object.keys(H).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===H[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return H[e]}}))});var B=n(64184);Object.keys(B).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===B[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return B[e]}}))});var V=n(26605);Object.keys(V).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===V[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return V[e]}}))});var $=n(83700);Object.keys($).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===$[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return $[e]}}))});var Z=n(38996);Object.keys(Z).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Z[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Z[e]}}))});var z=n(80666);Object.keys(z).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===z[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return z[e]}}))});var W=n(45824);Object.keys(W).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===W[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return W[e]}}))});var U=n(37838);Object.keys(U).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===U[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return U[e]}}))});var G=n(33298);Object.keys(G).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===G[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return G[e]}}))});var Y=n(39305);Object.keys(Y).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Y[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Y[e]}}))});var q=n(5456);Object.keys(q).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===q[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return q[e]}}))});var K=n(51441);Object.keys(K).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===K[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return K[e]}}))});var X=n(66245);Object.keys(X).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===X[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return X[e]}}))});var J=n(61883);Object.keys(J).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===J[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return J[e]}}))});var Q=n(36903);Object.keys(Q).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Q[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Q[e]}}))});var ee=n(15881);Object.keys(ee).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ee[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ee[e]}}))});var te=n(4650);Object.keys(te).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===te[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return te[e]}}))});var ne=n(64729);Object.keys(ne).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ne[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ne[e]}}))});var re=n(43999);Object.keys(re).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===re[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return re[e]}}))});var ie=n(51291);Object.keys(ie).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ie[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ie[e]}}))});var oe=n(25265);Object.keys(oe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===oe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return oe[e]}}))});var ae=n(79883);Object.keys(ae).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ae[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ae[e]}}))});var se=n(42366);Object.keys(se).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===se[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return se[e]}}))});var ce=n(31574);Object.keys(ce).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ce[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ce[e]}}))});var le=n(61587);Object.keys(le).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===le[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return le[e]}}))});var ue=n(97624);Object.keys(ue).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ue[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ue[e]}}))});var de=n(46601);Object.keys(de).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===de[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return de[e]}}))});var fe=n(49460);Object.keys(fe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===fe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return fe[e]}}))});var he=n(25909);Object.keys(he).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===he[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return he[e]}}))});var pe=n(5206);Object.keys(pe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===pe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return pe[e]}}))});var me=n(34950);Object.keys(me).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===me[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return me[e]}}))});var ge=n(40977);Object.keys(ge).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ge[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ge[e]}}))});var ve=n(13772);Object.keys(ve).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ve[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ve[e]}}))});var ye=n(96179);Object.keys(ye).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ye[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ye[e]}}))});var Ce=n(69792);Object.keys(Ce).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ce[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ce[e]}}))});var be=n(62067);Object.keys(be).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===be[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return be[e]}}))});var we=n(75449);Object.keys(we).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===we[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return we[e]}}))});var _e=n(42764);Object.keys(_e).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===_e[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return _e[e]}}))});var xe=n(72292);Object.keys(xe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===xe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return xe[e]}}))});var Oe=n(6808);Object.keys(Oe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Oe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Oe[e]}}))});var Ee=n(50819);Object.keys(Ee).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ee[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ee[e]}}))});var Me=n(31591);Object.keys(Me).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Me[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Me[e]}}))});var je=n(70659);Object.keys(je).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===je[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return je[e]}}))});var Se=n(62575);Object.keys(Se).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Se[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Se[e]}}))});var Pe=n(62396);Object.keys(Pe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Pe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Pe[e]}}))});var Ae=n(42963);Object.keys(Ae).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ae[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ae[e]}}))});var ke=n(86032);Object.keys(ke).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ke[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ke[e]}}))});var Te=n(79732);Object.keys(Te).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Te[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Te[e]}}))});var De=n(58284);Object.keys(De).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===De[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return De[e]}}))});var Ie=n(18926);Object.keys(Ie).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ie[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ie[e]}}))});var Le=n(9957);Object.keys(Le).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Le[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Le[e]}}))});var Re=n(28595);Object.keys(Re).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Re[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Re[e]}}))});var Fe=n(37633);Object.keys(Fe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Fe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Fe[e]}}))});var Ne=n(76234);Object.keys(Ne).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ne[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ne[e]}}))});var He=n(27519);Object.keys(He).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===He[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return He[e]}}))});var Be=n(46482);Object.keys(Be).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Be[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Be[e]}}))});var Ve=n(88397);Object.keys(Ve).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ve[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ve[e]}}))});var $e=n(1462);Object.keys($e).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===$e[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return $e[e]}}))});var Ze=n(7044);Object.keys(Ze).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ze[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ze[e]}}))});var ze=n(69318);Object.keys(ze).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ze[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ze[e]}}))});var We=n(29639);Object.keys(We).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===We[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return We[e]}}))});var Ue=n(50970);Object.keys(Ue).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ue[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ue[e]}}))});var Ge=n(36708);Object.keys(Ge).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ge[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ge[e]}}))});var Ye=n(26159);Object.keys(Ye).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ye[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ye[e]}}))});var qe=n(28684);Object.keys(qe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===qe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return qe[e]}}))});var Ke=n(98563);Object.keys(Ke).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ke[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ke[e]}}))});var Xe=n(75676);Object.keys(Xe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Xe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Xe[e]}}))});var Je=n(34180);Object.keys(Je).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Je[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Je[e]}}))});var Qe=n(24702);Object.keys(Qe).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Qe[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Qe[e]}}))});var et=n(35609);Object.keys(et).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===et[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return et[e]}}))});var tt=n(70881);Object.keys(tt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===tt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return tt[e]}}))});var nt=n(30324);Object.keys(nt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===nt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return nt[e]}}))});var rt=n(25677);Object.keys(rt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===rt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return rt[e]}}))});var it=n(88520);Object.keys(it).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===it[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return it[e]}}))});var ot=n(44337);Object.keys(ot).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ot[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ot[e]}}))});var at=n(4879);Object.keys(at).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===at[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return at[e]}}))});var st=n(94437);Object.keys(st).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===st[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return st[e]}}))});var ct=n(83804);Object.keys(ct).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ct[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ct[e]}}))});var lt=n(48164);Object.keys(lt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===lt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return lt[e]}}))});var ut=n(92488);Object.keys(ut).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ut[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ut[e]}}))});var dt=n(70920);Object.keys(dt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===dt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return dt[e]}}))});var ft=n(93364);Object.keys(ft).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ft[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ft[e]}}))});var ht=n(97256);Object.keys(ht).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ht[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ht[e]}}))});var pt=n(74081);Object.keys(pt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===pt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return pt[e]}}))});var mt=n(77865);Object.keys(mt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===mt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return mt[e]}}))});var gt=n(99691);Object.keys(gt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===gt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return gt[e]}}))});var vt=n(83833);Object.keys(vt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===vt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return vt[e]}}))});var yt=n(5626);Object.keys(yt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===yt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return yt[e]}}))});var Ct=n(78857);Object.keys(Ct).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ct[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ct[e]}}))});var bt=n(28847);Object.keys(bt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===bt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return bt[e]}}))});var wt=n(59019);Object.keys(wt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===wt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return wt[e]}}))});var _t=n(49825);Object.keys(_t).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===_t[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return _t[e]}}))});var xt=n(29435);Object.keys(xt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===xt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return xt[e]}}))});var Ot=n(30659);Object.keys(Ot).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ot[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ot[e]}}))});var Et=n(21992);Object.keys(Et).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Et[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Et[e]}}))});var Mt=n(22056);Object.keys(Mt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Mt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Mt[e]}}))});var jt=n(73561);Object.keys(jt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===jt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return jt[e]}}))});var St=n(56387);Object.keys(St).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===St[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return St[e]}}))});var Pt=n(71464);Object.keys(Pt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Pt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Pt[e]}}))});var At=n(17909);Object.keys(At).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===At[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return At[e]}}))});var kt=n(39105);Object.keys(kt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===kt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return kt[e]}}))});var Tt=n(2463);Object.keys(Tt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Tt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Tt[e]}}))});var Dt=n(76573);Object.keys(Dt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Dt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Dt[e]}}))});var It=n(90701);Object.keys(It).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===It[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return It[e]}}))});var Lt=n(59526);Object.keys(Lt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Lt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Lt[e]}}))});var Rt=n(53587);Object.keys(Rt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Rt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Rt[e]}}))});var Ft=n(5800);Object.keys(Ft).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ft[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ft[e]}}))});var Nt=n(88032);Object.keys(Nt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Nt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Nt[e]}}))});var Ht=n(63806);Object.keys(Ht).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ht[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ht[e]}}))});var Bt=n(27489);Object.keys(Bt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Bt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Bt[e]}}))});var Vt=n(57851);Object.keys(Vt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Vt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Vt[e]}}))});var $t=n(43348);Object.keys($t).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===$t[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return $t[e]}}))});var Zt=n(41591);Object.keys(Zt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Zt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Zt[e]}}))});var zt=n(84439);Object.keys(zt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===zt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return zt[e]}}))});var Wt=n(90106);Object.keys(Wt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Wt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Wt[e]}}))});var Ut=n(26249);Object.keys(Ut).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ut[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ut[e]}}))});var Gt=n(43298);Object.keys(Gt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Gt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Gt[e]}}))});var Yt=n(59404);Object.keys(Yt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Yt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Yt[e]}}))});var qt=n(80630);Object.keys(qt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===qt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return qt[e]}}))});var Kt=n(62994);Object.keys(Kt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Kt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Kt[e]}}))});var Xt=n(82829);Object.keys(Xt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Xt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Xt[e]}}))});var Jt=n(6686);Object.keys(Jt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Jt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Jt[e]}}))});var Qt=n(38873);Object.keys(Qt).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Qt[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Qt[e]}}))});var en=n(93375);Object.keys(en).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===en[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return en[e]}}))});var tn=n(50449);Object.keys(tn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===tn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return tn[e]}}))});var nn=n(51647);Object.keys(nn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===nn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return nn[e]}}))});var rn=n(85635);Object.keys(rn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===rn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return rn[e]}}))});var on=n(94855);Object.keys(on).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===on[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return on[e]}}))});var an=n(54432);Object.keys(an).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===an[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return an[e]}}))});var sn=n(25325);Object.keys(sn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===sn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return sn[e]}}))});var cn=n(73074);Object.keys(cn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===cn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return cn[e]}}))});var ln=n(96228);Object.keys(ln).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ln[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ln[e]}}))});var un=n(30623);Object.keys(un).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===un[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return un[e]}}))});var dn=n(70064);Object.keys(dn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===dn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return dn[e]}}))});var fn=n(4251);Object.keys(fn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===fn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return fn[e]}}))});var hn=n(7374);Object.keys(hn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===hn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return hn[e]}}))});var pn=n(43859);Object.keys(pn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===pn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return pn[e]}}))});var mn=n(99322);Object.keys(mn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===mn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return mn[e]}}))});var gn=n(37724);Object.keys(gn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===gn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return gn[e]}}))});var vn=n(75083);Object.keys(vn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===vn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return vn[e]}}))});var yn=n(35610);Object.keys(yn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===yn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return yn[e]}}))});var Cn=n(84266);Object.keys(Cn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Cn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Cn[e]}}))});var bn=n(89757);Object.keys(bn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===bn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return bn[e]}}))});var wn=n(87144);Object.keys(wn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===wn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return wn[e]}}))});var _n=n(58092);Object.keys(_n).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===_n[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return _n[e]}}))});var xn=n(15255);Object.keys(xn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===xn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return xn[e]}}))});var On=n(62650);Object.keys(On).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===On[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return On[e]}}))});var En=n(3767);Object.keys(En).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===En[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return En[e]}}))});var Mn=n(15457);Object.keys(Mn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Mn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Mn[e]}}))});var jn=n(21440);Object.keys(jn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===jn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return jn[e]}}))});var Sn=n(91743);Object.keys(Sn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Sn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Sn[e]}}))});var Pn=n(29182);Object.keys(Pn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Pn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Pn[e]}}))});var An=n(244);Object.keys(An).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===An[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return An[e]}}))});var kn=n(19629);Object.keys(kn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===kn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return kn[e]}}))});var Tn=n(39859);Object.keys(Tn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Tn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Tn[e]}}))});var Dn=n(17957);Object.keys(Dn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Dn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Dn[e]}}))});var In=n(62944);Object.keys(In).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===In[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return In[e]}}))});var Ln=n(74317);Object.keys(Ln).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ln[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ln[e]}}))});var Rn=n(4638);Object.keys(Rn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Rn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Rn[e]}}))});var Fn=n(93635);Object.keys(Fn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Fn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Fn[e]}}))});var Nn=n(51311);Object.keys(Nn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Nn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Nn[e]}}))});var Hn=n(4395);Object.keys(Hn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Hn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Hn[e]}}))});var Bn=n(23359);Object.keys(Bn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Bn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Bn[e]}}))});var Vn=n(42756);Object.keys(Vn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Vn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Vn[e]}}))});var $n=n(69520);Object.keys($n).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===$n[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return $n[e]}}))});var Zn=n(72240);Object.keys(Zn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Zn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Zn[e]}}))});var zn=n(23354);Object.keys(zn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===zn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return zn[e]}}))});var Wn=n(64617);Object.keys(Wn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Wn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Wn[e]}}))});var Un=n(71133);Object.keys(Un).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Un[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Un[e]}}))});var Gn=n(31982);Object.keys(Gn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Gn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Gn[e]}}))});var Yn=n(77035);Object.keys(Yn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Yn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Yn[e]}}))});var qn=n(51201);Object.keys(qn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===qn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return qn[e]}}))});var Kn=n(5154);Object.keys(Kn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Kn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Kn[e]}}))});var Xn=n(21315);Object.keys(Xn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Xn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Xn[e]}}))});var Jn=n(67816);Object.keys(Jn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Jn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Jn[e]}}))});var Qn=n(12648);Object.keys(Qn).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Qn[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Qn[e]}}))});var er=n(68290);Object.keys(er).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===er[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return er[e]}}))});var tr=n(36660);Object.keys(tr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===tr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return tr[e]}}))});var nr=n(65262);Object.keys(nr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===nr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return nr[e]}}))});var rr=n(36107);Object.keys(rr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===rr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return rr[e]}}))});var ir=n(1152);Object.keys(ir).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ir[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ir[e]}}))});var or=n(61804);Object.keys(or).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===or[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return or[e]}}))});var ar=n(67710);Object.keys(ar).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ar[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ar[e]}}))});var sr=n(16944);Object.keys(sr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===sr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return sr[e]}}))});var cr=n(86936);Object.keys(cr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===cr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return cr[e]}}))});var lr=n(13975);Object.keys(lr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===lr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return lr[e]}}))});var ur=n(3313);Object.keys(ur).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===ur[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return ur[e]}}))});var dr=n(95472);Object.keys(dr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===dr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return dr[e]}}))});var fr=n(93040);Object.keys(fr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===fr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return fr[e]}}))});var hr=n(20775);Object.keys(hr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===hr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return hr[e]}}))});var pr=n(93552);Object.keys(pr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===pr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return pr[e]}}))});var mr=n(30037);Object.keys(mr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===mr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return mr[e]}}))});var gr=n(73570);Object.keys(gr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===gr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return gr[e]}}))});var vr=n(93224);Object.keys(vr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===vr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return vr[e]}}))});var yr=n(21130);Object.keys(yr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===yr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return yr[e]}}))});var Cr=n(36322);Object.keys(Cr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Cr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Cr[e]}}))});var br=n(61675);Object.keys(br).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===br[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return br[e]}}))});var wr=n(63028);Object.keys(wr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===wr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return wr[e]}}))});var _r=n(65112);Object.keys(_r).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===_r[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return _r[e]}}))});var xr=n(38542);Object.keys(xr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===xr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return xr[e]}}))});var Or=n(60364);Object.keys(Or).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Or[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Or[e]}}))});var Er=n(20220);Object.keys(Er).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Er[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Er[e]}}))});var Mr=n(28417);Object.keys(Mr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Mr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Mr[e]}}))});var jr=n(34446);Object.keys(jr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===jr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return jr[e]}}))});var Sr=n(74082);Object.keys(Sr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Sr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Sr[e]}}))});var Pr=n(58442);Object.keys(Pr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Pr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Pr[e]}}))});var Ar=n(25827);Object.keys(Ar).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Ar[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Ar[e]}}))});var kr=n(95807);Object.keys(kr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===kr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return kr[e]}}))});var Tr=n(49049);Object.keys(Tr).forEach(function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===Tr[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return Tr[e]}}))})},659:(e,t,n)=>{var r=n(51873),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},1152:(e,t,n)=>{t.startOfISOWeekYear=function(e,t){const n=(0,i.getISOWeekYear)(e,t),a=(0,r.constructFrom)(t?.in||e,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),(0,o.startOfISOWeek)(a)};var r=n(92956),i=n(9957),o=n(36107)},1249:(e,t,n)=>{t.match=void 0;var r=n(49038),i=n(77520);t.match={ordinalNumber:(0,i.buildMatchPatternFn)({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:(0,r.buildMatchFn)({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:(0,r.buildMatchFn)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:(0,r.buildMatchFn)({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:(0,r.buildMatchFn)({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:(0,r.buildMatchFn)({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})}},1331:(e,t)=>{t.getRoundingMethod=function(e){return t=>{const n=(e?Math[e]:Math.trunc)(t);return 0===n?0:n}}},1462:(e,t,n)=>{t.getSeconds=function(e){return(0,r.toDate)(e).getSeconds()};var r=n(34446)},1733:e=>{var t=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;e.exports=function(e){return e.match(t)||[]}},1780:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTimezoneOffsetInMilliseconds=void 0,t.getTimezoneOffsetInMilliseconds=function(e){const t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),+e-+t}},1882:(e,t,n)=>{var r=n(72552),i=n(23805);e.exports=function(e){if(!i(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},2110:(e,t,n)=>{t.differenceInBusinessDays=function(e,t,n){const[l,u]=(0,r.normalizeDates)(n?.in,e,t);if(!(0,s.isValid)(l)||!(0,s.isValid)(u))return NaN;const d=(0,o.differenceInCalendarDays)(l,u),f=d<0?-1:1,h=Math.trunc(d/7);let p=5*h,m=(0,i.addDays)(u,7*h);for(;!(0,a.isSameDay)(l,m);)p+=(0,c.isWeekend)(m,n)?0:f,m=(0,i.addDays)(m,f);return 0===p?0:p};var r=n(8256),i=n(77591),o=n(35506),a=n(99691),s=n(27489),c=n(43348)},2371:(e,t,n)=>{t.localize=void 0;var r=n(55586);t.localize={ordinalNumber:(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:(0,r.buildLocalizeFn)({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:(0,r.buildLocalizeFn)({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:(0,r.buildLocalizeFn)({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:(0,r.buildLocalizeFn)({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:(0,r.buildLocalizeFn)({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})}},2404:(e,t,n)=>{var r=n(60270);e.exports=function(e,t){return r(e,t)}},2463:(e,t,n)=>{t.isThisQuarter=function(e,t){return(0,o.isSameQuarter)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e))};var r=n(92956),i=n(2700),o=n(49825)},2543:function(e,t,n){var r; +/** + * @license + * Lodash + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */e=n.nmd(e),function(){var i,o="Expected a function",a="__lodash_hash_undefined__",s="__lodash_placeholder__",c=16,l=32,u=64,d=128,f=256,h=1/0,p=9007199254740991,m=NaN,g=4294967295,v=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",c],["flip",512],["partial",l],["partialRight",u],["rearg",f]],y="[object Arguments]",C="[object Array]",b="[object Boolean]",w="[object Date]",_="[object Error]",x="[object Function]",O="[object GeneratorFunction]",E="[object Map]",M="[object Number]",j="[object Object]",S="[object Promise]",P="[object RegExp]",A="[object Set]",k="[object String]",T="[object Symbol]",D="[object WeakMap]",I="[object ArrayBuffer]",L="[object DataView]",R="[object Float32Array]",F="[object Float64Array]",N="[object Int8Array]",H="[object Int16Array]",B="[object Int32Array]",V="[object Uint8Array]",$="[object Uint8ClampedArray]",Z="[object Uint16Array]",z="[object Uint32Array]",W=/\b__p \+= '';/g,U=/\b(__p \+=) '' \+/g,G=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Y=/&(?:amp|lt|gt|quot|#39);/g,q=/[&<>"']/g,K=RegExp(Y.source),X=RegExp(q.source),J=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ie=/[\\^$.*+?()[\]{}|]/g,oe=RegExp(ie.source),ae=/^\s+/,se=/\s/,ce=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,fe=/[()=,{}\[\]\/\s]/,he=/\\(\\)?/g,pe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,me=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,ve=/^0b[01]+$/i,ye=/^\[object .+?Constructor\]$/,Ce=/^0o[0-7]+$/i,be=/^(?:0|[1-9]\d*)$/,we=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,_e=/($^)/,xe=/['\n\r\u2028\u2029\\]/g,Oe="\\ud800-\\udfff",Ee="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Me="\\u2700-\\u27bf",je="a-z\\xdf-\\xf6\\xf8-\\xff",Se="A-Z\\xc0-\\xd6\\xd8-\\xde",Pe="\\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",ke="['’]",Te="["+Oe+"]",De="["+Ae+"]",Ie="["+Ee+"]",Le="\\d+",Re="["+Me+"]",Fe="["+je+"]",Ne="[^"+Oe+Ae+Le+Me+je+Se+"]",He="\\ud83c[\\udffb-\\udfff]",Be="[^"+Oe+"]",Ve="(?:\\ud83c[\\udde6-\\uddff]){2}",$e="[\\ud800-\\udbff][\\udc00-\\udfff]",Ze="["+Se+"]",ze="\\u200d",We="(?:"+Fe+"|"+Ne+")",Ue="(?:"+Ze+"|"+Ne+")",Ge="(?:['’](?:d|ll|m|re|s|t|ve))?",Ye="(?:['’](?:D|LL|M|RE|S|T|VE))?",qe="(?:"+Ie+"|"+He+")"+"?",Ke="["+Pe+"]?",Xe=Ke+qe+("(?:"+ze+"(?:"+[Be,Ve,$e].join("|")+")"+Ke+qe+")*"),Je="(?:"+[Re,Ve,$e].join("|")+")"+Xe,Qe="(?:"+[Be+Ie+"?",Ie,Ve,$e,Te].join("|")+")",et=RegExp(ke,"g"),tt=RegExp(Ie,"g"),nt=RegExp(He+"(?="+He+")|"+Qe+Xe,"g"),rt=RegExp([Ze+"?"+Fe+"+"+Ge+"(?="+[De,Ze,"$"].join("|")+")",Ue+"+"+Ye+"(?="+[De,Ze+We,"$"].join("|")+")",Ze+"?"+We+"+"+Ge,Ze+"+"+Ye,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Le,Je].join("|"),"g"),it=RegExp("["+ze+Oe+Ee+Pe+"]"),ot=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,at=["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"],st=-1,ct={};ct[R]=ct[F]=ct[N]=ct[H]=ct[B]=ct[V]=ct[$]=ct[Z]=ct[z]=!0,ct[y]=ct[C]=ct[I]=ct[b]=ct[L]=ct[w]=ct[_]=ct[x]=ct[E]=ct[M]=ct[j]=ct[P]=ct[A]=ct[k]=ct[D]=!1;var lt={};lt[y]=lt[C]=lt[I]=lt[L]=lt[b]=lt[w]=lt[R]=lt[F]=lt[N]=lt[H]=lt[B]=lt[E]=lt[M]=lt[j]=lt[P]=lt[A]=lt[k]=lt[T]=lt[V]=lt[$]=lt[Z]=lt[z]=!0,lt[_]=lt[x]=lt[D]=!1;var ut={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},dt=parseFloat,ft=parseInt,ht="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,pt="object"==typeof self&&self&&self.Object===Object&&self,mt=ht||pt||Function("return this")(),gt=t&&!t.nodeType&&t,vt=gt&&e&&!e.nodeType&&e,yt=vt&&vt.exports===gt,Ct=yt&&ht.process,bt=function(){try{var e=vt&&vt.require&&vt.require("util").types;return e||Ct&&Ct.binding&&Ct.binding("util")}catch(e){}}(),wt=bt&&bt.isArrayBuffer,_t=bt&&bt.isDate,xt=bt&&bt.isMap,Ot=bt&&bt.isRegExp,Et=bt&&bt.isSet,Mt=bt&&bt.isTypedArray;function jt(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 St(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i-1}function It(e,t,n){for(var r=-1,i=null==e?0:e.length;++r-1;);return n}function rn(e,t){for(var n=e.length;n--&&Zt(t,e[n],0)>-1;);return n}var on=Yt({À:"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"}),an=Yt({"&":"&","<":"<",">":">",'"':""","'":"'"});function sn(e){return"\\"+ut[e]}function cn(e){return it.test(e)}function ln(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function un(e,t){return function(n){return e(t(n))}}function dn(e,t){for(var n=-1,r=e.length,i=0,o=[];++n",""":'"',"'":"'"});var yn=function e(t){var n,r=(t=null==t?mt:yn.defaults(mt.Object(),t,yn.pick(mt,at))).Array,se=t.Date,Oe=t.Error,Ee=t.Function,Me=t.Math,je=t.Object,Se=t.RegExp,Pe=t.String,Ae=t.TypeError,ke=r.prototype,Te=Ee.prototype,De=je.prototype,Ie=t["__core-js_shared__"],Le=Te.toString,Re=De.hasOwnProperty,Fe=0,Ne=(n=/[^.]+$/.exec(Ie&&Ie.keys&&Ie.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",He=De.toString,Be=Le.call(je),Ve=mt._,$e=Se("^"+Le.call(Re).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ze=yt?t.Buffer:i,ze=t.Symbol,We=t.Uint8Array,Ue=Ze?Ze.allocUnsafe:i,Ge=un(je.getPrototypeOf,je),Ye=je.create,qe=De.propertyIsEnumerable,Ke=ke.splice,Xe=ze?ze.isConcatSpreadable:i,Je=ze?ze.iterator:i,Qe=ze?ze.toStringTag:i,nt=function(){try{var e=ho(je,"defineProperty");return e({},"",{}),e}catch(e){}}(),it=t.clearTimeout!==mt.clearTimeout&&t.clearTimeout,ut=se&&se.now!==mt.Date.now&&se.now,ht=t.setTimeout!==mt.setTimeout&&t.setTimeout,pt=Me.ceil,gt=Me.floor,vt=je.getOwnPropertySymbols,Ct=Ze?Ze.isBuffer:i,bt=t.isFinite,Bt=ke.join,Yt=un(je.keys,je),Cn=Me.max,bn=Me.min,wn=se.now,_n=t.parseInt,xn=Me.random,On=ke.reverse,En=ho(t,"DataView"),Mn=ho(t,"Map"),jn=ho(t,"Promise"),Sn=ho(t,"Set"),Pn=ho(t,"WeakMap"),An=ho(je,"create"),kn=Pn&&new Pn,Tn={},Dn=Ho(En),In=Ho(Mn),Ln=Ho(jn),Rn=Ho(Sn),Fn=Ho(Pn),Nn=ze?ze.prototype:i,Hn=Nn?Nn.valueOf:i,Bn=Nn?Nn.toString:i;function Vn(e){if(ns(e)&&!Wa(e)&&!(e instanceof Wn)){if(e instanceof zn)return e;if(Re.call(e,"__wrapped__"))return Bo(e)}return new zn(e)}var $n=function(){function e(){}return function(t){if(!ts(t))return{};if(Ye)return Ye(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function Zn(){}function zn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function Wn(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 lr(e,t,n,r,o,a){var s,c=1&t,l=2&t,u=4&t;if(n&&(s=o?n(e,r,o,a):n(e)),s!==i)return s;if(!ts(e))return e;var d=Wa(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Re.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!c)return Ai(e,s)}else{var f=go(e),h=f==x||f==O;if(qa(e))return Oi(e,c);if(f==j||f==y||h&&!o){if(s=l||h?{}:yo(e),!c)return l?function(e,t){return ki(e,mo(e),t)}(e,function(e,t){return e&&ki(t,Ds(t),e)}(s,e)):function(e,t){return ki(e,po(e),t)}(e,or(s,e))}else{if(!lt[f])return o?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case I:return Ei(e);case b:case w:return new r(+e);case L:return function(e,t){var n=t?Ei(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case R:case F:case N:case H:case B:case V:case $:case Z:case z:return Mi(e,n);case E:return new r;case M:case k:return new r(e);case P:return function(e){var t=new e.constructor(e.source,me.exec(e));return t.lastIndex=e.lastIndex,t}(e);case A:return new r;case T:return i=e,Hn?je(Hn.call(i)):{}}var i}(e,f,c)}}a||(a=new Kn);var p=a.get(e);if(p)return p;a.set(e,s),ss(e)?e.forEach(function(r){s.add(lr(r,t,n,r,e,a))}):rs(e)&&e.forEach(function(r,i){s.set(i,lr(r,t,n,i,e,a))});var m=d?i:(u?l?oo:io:l?Ds:Ts)(e);return Pt(m||e,function(r,i){m&&(r=e[i=r]),nr(s,i,lr(r,t,n,i,e,a))}),s}function ur(e,t,n){var r=n.length;if(null==e)return!r;for(e=je(e);r--;){var o=n[r],a=t[o],s=e[o];if(s===i&&!(o in e)||!a(s))return!1}return!0}function dr(e,t,n){if("function"!=typeof e)throw new Ae(o);return To(function(){e.apply(i,n)},t)}function fr(e,t,n,r){var i=-1,o=Dt,a=!0,s=e.length,c=[],l=t.length;if(!s)return c;n&&(t=Lt(t,Qt(n))),r?(o=It,a=!1):t.length>=200&&(o=tn,a=!1,t=new qn(t));e:for(;++i-1},Gn.prototype.set=function(e,t){var n=this.__data__,r=rr(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Yn.prototype.clear=function(){this.size=0,this.__data__={hash:new Un,map:new(Mn||Gn),string:new Un}},Yn.prototype.delete=function(e){var t=uo(this,e).delete(e);return this.size-=t?1:0,t},Yn.prototype.get=function(e){return uo(this,e).get(e)},Yn.prototype.has=function(e){return uo(this,e).has(e)},Yn.prototype.set=function(e,t){var n=uo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},qn.prototype.add=qn.prototype.push=function(e){return this.__data__.set(e,a),this},qn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.clear=function(){this.__data__=new Gn,this.size=0},Kn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Kn.prototype.get=function(e){return this.__data__.get(e)},Kn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Gn){var r=n.__data__;if(!Mn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Yn(r)}return n.set(e,t),this.size=n.size,this};var hr=Ii(wr),pr=Ii(_r,!0);function mr(e,t){var n=!0;return hr(e,function(e,r,i){return n=!!t(e,r,i)}),n}function gr(e,t,n){for(var r=-1,o=e.length;++r0&&n(s)?t>1?yr(s,t-1,n,r,i):Rt(i,s):r||(i[i.length]=s)}return i}var Cr=Li(),br=Li(!0);function wr(e,t){return e&&Cr(e,t,Ts)}function _r(e,t){return e&&br(e,t,Ts)}function xr(e,t){return Tt(t,function(t){return Ja(e[t])})}function Or(e,t){for(var n=0,r=(t=bi(t,e)).length;null!=e&&nt}function Sr(e,t){return null!=e&&Re.call(e,t)}function Pr(e,t){return null!=e&&t in je(e)}function Ar(e,t,n){for(var o=n?It:Dt,a=e[0].length,s=e.length,c=s,l=r(s),u=1/0,d=[];c--;){var f=e[c];c&&t&&(f=Lt(f,Qt(t))),u=bn(f.length,u),l[c]=!n&&(t||a>=120&&f.length>=120)?new qn(c&&f):i}f=e[0];var h=-1,p=l[0];e:for(;++h=s?c:c*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)})}function Ur(e,t,n){for(var r=-1,i=t.length,o={};++r-1;)s!==e&&Ke.call(s,c,1),Ke.call(e,c,1);return e}function Yr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;bo(i)?Ke.call(e,i,1):fi(e,i)}}return e}function qr(e,t){return e+gt(xn()*(t-e+1))}function Kr(e,t){var n="";if(!e||t<1||t>p)return n;do{t%2&&(n+=e),(t=gt(t/2))&&(e+=e)}while(t);return n}function Xr(e,t){return Do(So(e,t,ic),e+"")}function Jr(e){return Jn(Vs(e))}function Qr(e,t){var n=Vs(e);return Ro(n,cr(t,0,n.length))}function ei(e,t,n,r){if(!ts(e))return e;for(var o=-1,a=(t=bi(t,e)).length,s=a-1,c=e;null!=c&&++oo?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=r(o);++i>>1,a=e[o];null!==a&&!ls(a)&&(n?a<=t:a=200){var l=t?null:Ki(e);if(l)return fn(l);a=!1,i=tn,c=new qn}else c=t?[]:s;e:for(;++r=r?e:ii(e,t,n)}var xi=it||function(e){return mt.clearTimeout(e)};function Oi(e,t){if(t)return e.slice();var n=e.length,r=Ue?Ue(n):new e.constructor(n);return e.copy(r),r}function Ei(e){var t=new e.constructor(e.byteLength);return new We(t).set(new We(e)),t}function Mi(e,t){var n=t?Ei(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function ji(e,t){if(e!==t){var n=e!==i,r=null===e,o=e==e,a=ls(e),s=t!==i,c=null===t,l=t==t,u=ls(t);if(!c&&!u&&!a&&e>t||a&&s&&l&&!c&&!u||r&&s&&l||!n&&l||!o)return 1;if(!r&&!a&&!u&&e1?n[o-1]:i,s=o>2?n[2]:i;for(a=e.length>3&&"function"==typeof a?(o--,a):i,s&&wo(n[0],n[1],s)&&(a=o<3?i:a,o=1),t=je(t);++r-1?o[a?t[s]:s]:i}}function Bi(e){return ro(function(t){var n=t.length,r=n,a=zn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new Ae(o);if(a&&!c&&"wrapper"==so(s))var c=new zn([],!0)}for(r=c?r:n;++r1&&b.reverse(),h&&uc))return!1;var u=a.get(e),d=a.get(t);if(u&&d)return u==t&&d==e;var f=-1,h=!0,p=2&n?new qn:i;for(a.set(e,t),a.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(ce,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return Pt(v,function(n){var r="_."+n[0];t&n[1]&&!Dt(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(le);return t?t[1].split(ue):[]}(r),n)))}function Lo(e){var t=0,n=0;return function(){var r=wn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Ro(e,t){var n=-1,r=e.length,o=r-1;for(t=t===i?r:t;++n1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,aa(e,n)});function ha(e){var t=Vn(e);return t.__chain__=!0,t}function pa(e,t){return t(e)}var ma=ro(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return sr(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Wn&&bo(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:pa,args:[o],thisArg:i}),new zn(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(i),e})):this.thru(o)});var ga=Ti(function(e,t,n){Re.call(e,n)?++e[n]:ar(e,n,1)});var va=Hi(zo),ya=Hi(Wo);function Ca(e,t){return(Wa(e)?Pt:hr)(e,lo(t,3))}function ba(e,t){return(Wa(e)?At:pr)(e,lo(t,3))}var wa=Ti(function(e,t,n){Re.call(e,n)?e[n].push(t):ar(e,n,[t])});var _a=Xr(function(e,t,n){var i=-1,o="function"==typeof t,a=Ga(e)?r(e.length):[];return hr(e,function(e){a[++i]=o?jt(t,e,n):kr(e,t,n)}),a}),xa=Ti(function(e,t,n){ar(e,n,t)});function Oa(e,t){return(Wa(e)?Lt:Br)(e,lo(t,3))}var Ea=Ti(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});var Ma=Xr(function(e,t){if(null==e)return[];var n=t.length;return n>1&&wo(e,t[0],t[1])?t=[]:n>2&&wo(t[0],t[1],t[2])&&(t=[t[0]]),Wr(e,yr(t,1),[])}),ja=ut||function(){return mt.Date.now()};function Sa(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Ji(e,d,i,i,i,i,t)}function Pa(e,t){var n;if("function"!=typeof t)throw new Ae(o);return e=ms(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var Aa=Xr(function(e,t,n){var r=1;if(n.length){var i=dn(n,co(Aa));r|=l}return Ji(e,r,t,n,i)}),ka=Xr(function(e,t,n){var r=3;if(n.length){var i=dn(n,co(ka));r|=l}return Ji(t,r,e,n,i)});function Ta(e,t,n){var r,a,s,c,l,u,d=0,f=!1,h=!1,p=!0;if("function"!=typeof e)throw new Ae(o);function m(t){var n=r,o=a;return r=a=i,d=t,c=e.apply(o,n)}function g(e){var n=e-u;return u===i||n>=t||n<0||h&&e-d>=s}function v(){var e=ja();if(g(e))return y(e);l=To(v,function(e){var n=t-(e-u);return h?bn(n,s-(e-d)):n}(e))}function y(e){return l=i,p&&r?m(e):(r=a=i,c)}function C(){var e=ja(),n=g(e);if(r=arguments,a=this,u=e,n){if(l===i)return function(e){return d=e,l=To(v,t),f?m(e):c}(u);if(h)return xi(l),l=To(v,t),m(u)}return l===i&&(l=To(v,t)),c}return t=vs(t)||0,ts(n)&&(f=!!n.leading,s=(h="maxWait"in n)?Cn(vs(n.maxWait)||0,t):s,p="trailing"in n?!!n.trailing:p),C.cancel=function(){l!==i&&xi(l),d=0,r=u=a=l=i},C.flush=function(){return l===i?c:y(ja())},C}var Da=Xr(function(e,t){return dr(e,1,t)}),Ia=Xr(function(e,t,n){return dr(e,vs(t)||0,n)});function La(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ae(o);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(La.Cache||Yn),n}function Ra(e){if("function"!=typeof e)throw new Ae(o);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)}}La.Cache=Yn;var Fa=wi(function(e,t){var n=(t=1==t.length&&Wa(t[0])?Lt(t[0],Qt(lo())):Lt(yr(t,1),Qt(lo()))).length;return Xr(function(r){for(var i=-1,o=bn(r.length,n);++i=t}),za=Tr(function(){return arguments}())?Tr:function(e){return ns(e)&&Re.call(e,"callee")&&!qe.call(e,"callee")},Wa=r.isArray,Ua=wt?Qt(wt):function(e){return ns(e)&&Mr(e)==I};function Ga(e){return null!=e&&es(e.length)&&!Ja(e)}function Ya(e){return ns(e)&&Ga(e)}var qa=Ct||vc,Ka=_t?Qt(_t):function(e){return ns(e)&&Mr(e)==w};function Xa(e){if(!ns(e))return!1;var t=Mr(e);return t==_||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!os(e)}function Ja(e){if(!ts(e))return!1;var t=Mr(e);return t==x||t==O||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Qa(e){return"number"==typeof e&&e==ms(e)}function es(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=p}function ts(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ns(e){return null!=e&&"object"==typeof e}var rs=xt?Qt(xt):function(e){return ns(e)&&go(e)==E};function is(e){return"number"==typeof e||ns(e)&&Mr(e)==M}function os(e){if(!ns(e)||Mr(e)!=j)return!1;var t=Ge(e);if(null===t)return!0;var n=Re.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Le.call(n)==Be}var as=Ot?Qt(Ot):function(e){return ns(e)&&Mr(e)==P};var ss=Et?Qt(Et):function(e){return ns(e)&&go(e)==A};function cs(e){return"string"==typeof e||!Wa(e)&&ns(e)&&Mr(e)==k}function ls(e){return"symbol"==typeof e||ns(e)&&Mr(e)==T}var us=Mt?Qt(Mt):function(e){return ns(e)&&es(e.length)&&!!ct[Mr(e)]};var ds=Gi(Hr),fs=Gi(function(e,t){return e<=t});function hs(e){if(!e)return[];if(Ga(e))return cs(e)?mn(e):Ai(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=go(e);return(t==E?ln:t==A?fn:Vs)(e)}function ps(e){return e?(e=vs(e))===h||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ms(e){var t=ps(e),n=t%1;return t==t?n?t-n:t:0}function gs(e){return e?cr(ms(e),0,g):0}function vs(e){if("number"==typeof e)return e;if(ls(e))return m;if(ts(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=ts(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Jt(e);var n=ve.test(e);return n||Ce.test(e)?ft(e.slice(2),n?2:8):ge.test(e)?m:+e}function ys(e){return ki(e,Ds(e))}function Cs(e){return null==e?"":ui(e)}var bs=Di(function(e,t){if(Eo(t)||Ga(t))ki(t,Ts(t),e);else for(var n in t)Re.call(t,n)&&nr(e,n,t[n])}),ws=Di(function(e,t){ki(t,Ds(t),e)}),_s=Di(function(e,t,n,r){ki(t,Ds(t),e,r)}),xs=Di(function(e,t,n,r){ki(t,Ts(t),e,r)}),Os=ro(sr);var Es=Xr(function(e,t){e=je(e);var n=-1,r=t.length,o=r>2?t[2]:i;for(o&&wo(t[0],t[1],o)&&(r=1);++n1),t}),ki(e,oo(e),n),r&&(n=lr(n,7,to));for(var i=t.length;i--;)fi(n,t[i]);return n});var Fs=ro(function(e,t){return null==e?{}:function(e,t){return Ur(e,t,function(t,n){return Ss(e,n)})}(e,t)});function Ns(e,t){if(null==e)return{};var n=Lt(oo(e),function(e){return[e]});return t=lo(t),Ur(e,n,function(e,n){return t(e,n[0])})}var Hs=Xi(Ts),Bs=Xi(Ds);function Vs(e){return null==e?[]:en(e,Ts(e))}var $s=Fi(function(e,t,n){return t=t.toLowerCase(),e+(n?Zs(t):t)});function Zs(e){return Xs(Cs(e).toLowerCase())}function zs(e){return(e=Cs(e))&&e.replace(we,on).replace(tt,"")}var Ws=Fi(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Us=Fi(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Gs=Ri("toLowerCase");var Ys=Fi(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});var qs=Fi(function(e,t,n){return e+(n?" ":"")+Xs(t)});var Ks=Fi(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Xs=Ri("toUpperCase");function Js(e,t,n){return e=Cs(e),(t=n?i:t)===i?function(e){return ot.test(e)}(e)?function(e){return e.match(rt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var Qs=Xr(function(e,t){try{return jt(e,i,t)}catch(e){return Xa(e)?e:new Oe(e)}}),ec=ro(function(e,t){return Pt(t,function(t){t=No(t),ar(e,t,Aa(e[t],e))}),e});function tc(e){return function(){return e}}var nc=Bi(),rc=Bi(!0);function ic(e){return e}function oc(e){return Rr("function"==typeof e?e:lr(e,1))}var ac=Xr(function(e,t){return function(n){return kr(n,e,t)}}),sc=Xr(function(e,t){return function(n){return kr(e,n,t)}});function cc(e,t,n){var r=Ts(t),i=xr(t,r);null!=n||ts(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=xr(t,Ts(t)));var o=!(ts(n)&&"chain"in n&&!n.chain),a=Ja(e);return Pt(i,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=Ai(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Rt([this.value()],arguments))})}),e}function lc(){}var uc=zi(Lt),dc=zi(kt),fc=zi(Ht);function hc(e){return _o(e)?Gt(No(e)):function(e){return function(t){return Or(t,e)}}(e)}var pc=Ui(),mc=Ui(!0);function gc(){return[]}function vc(){return!1}var yc=Zi(function(e,t){return e+t},0),Cc=qi("ceil"),bc=Zi(function(e,t){return e/t},1),wc=qi("floor");var _c,xc=Zi(function(e,t){return e*t},1),Oc=qi("round"),Ec=Zi(function(e,t){return e-t},0);return Vn.after=function(e,t){if("function"!=typeof t)throw new Ae(o);return e=ms(e),function(){if(--e<1)return t.apply(this,arguments)}},Vn.ary=Sa,Vn.assign=bs,Vn.assignIn=ws,Vn.assignInWith=_s,Vn.assignWith=xs,Vn.at=Os,Vn.before=Pa,Vn.bind=Aa,Vn.bindAll=ec,Vn.bindKey=ka,Vn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Wa(e)?e:[e]},Vn.chain=ha,Vn.chunk=function(e,t,n){t=(n?wo(e,t,n):t===i)?1:Cn(ms(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,s=0,c=r(pt(o/t));ao?0:o+n),(r=r===i||r>o?o:ms(r))<0&&(r+=o),r=n>r?0:gs(r);n>>0)?(e=Cs(e))&&("string"==typeof t||null!=t&&!as(t))&&!(t=ui(t))&&cn(e)?_i(mn(e),0,n):e.split(t,n):[]},Vn.spread=function(e,t){if("function"!=typeof e)throw new Ae(o);return t=null==t?0:Cn(ms(t),0),Xr(function(n){var r=n[t],i=_i(n,0,t);return r&&Rt(i,r),jt(e,this,i)})},Vn.tail=function(e){var t=null==e?0:e.length;return t?ii(e,1,t):[]},Vn.take=function(e,t,n){return e&&e.length?ii(e,0,(t=n||t===i?1:ms(t))<0?0:t):[]},Vn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ii(e,(t=r-(t=n||t===i?1:ms(t)))<0?0:t,r):[]},Vn.takeRightWhile=function(e,t){return e&&e.length?pi(e,lo(t,3),!1,!0):[]},Vn.takeWhile=function(e,t){return e&&e.length?pi(e,lo(t,3)):[]},Vn.tap=function(e,t){return t(e),e},Vn.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new Ae(o);return ts(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Ta(e,t,{leading:r,maxWait:t,trailing:i})},Vn.thru=pa,Vn.toArray=hs,Vn.toPairs=Hs,Vn.toPairsIn=Bs,Vn.toPath=function(e){return Wa(e)?Lt(e,No):ls(e)?[e]:Ai(Fo(Cs(e)))},Vn.toPlainObject=ys,Vn.transform=function(e,t,n){var r=Wa(e),i=r||qa(e)||us(e);if(t=lo(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:ts(e)&&Ja(o)?$n(Ge(e)):{}}return(i?Pt:wr)(e,function(e,r,i){return t(n,e,r,i)}),n},Vn.unary=function(e){return Sa(e,1)},Vn.union=na,Vn.unionBy=ra,Vn.unionWith=ia,Vn.uniq=function(e){return e&&e.length?di(e):[]},Vn.uniqBy=function(e,t){return e&&e.length?di(e,lo(t,2)):[]},Vn.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?di(e,i,t):[]},Vn.unset=function(e,t){return null==e||fi(e,t)},Vn.unzip=oa,Vn.unzipWith=aa,Vn.update=function(e,t,n){return null==e?e:hi(e,t,Ci(n))},Vn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:hi(e,t,Ci(n),r)},Vn.values=Vs,Vn.valuesIn=function(e){return null==e?[]:en(e,Ds(e))},Vn.without=sa,Vn.words=Js,Vn.wrap=function(e,t){return Na(Ci(t),e)},Vn.xor=ca,Vn.xorBy=la,Vn.xorWith=ua,Vn.zip=da,Vn.zipObject=function(e,t){return vi(e||[],t||[],nr)},Vn.zipObjectDeep=function(e,t){return vi(e||[],t||[],ei)},Vn.zipWith=fa,Vn.entries=Hs,Vn.entriesIn=Bs,Vn.extend=ws,Vn.extendWith=_s,cc(Vn,Vn),Vn.add=yc,Vn.attempt=Qs,Vn.camelCase=$s,Vn.capitalize=Zs,Vn.ceil=Cc,Vn.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=vs(n))==n?n:0),t!==i&&(t=(t=vs(t))==t?t:0),cr(vs(e),t,n)},Vn.clone=function(e){return lr(e,4)},Vn.cloneDeep=function(e){return lr(e,5)},Vn.cloneDeepWith=function(e,t){return lr(e,5,t="function"==typeof t?t:i)},Vn.cloneWith=function(e,t){return lr(e,4,t="function"==typeof t?t:i)},Vn.conformsTo=function(e,t){return null==t||ur(e,t,Ts(t))},Vn.deburr=zs,Vn.defaultTo=function(e,t){return null==e||e!=e?t:e},Vn.divide=bc,Vn.endsWith=function(e,t,n){e=Cs(e),t=ui(t);var r=e.length,o=n=n===i?r:cr(ms(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Vn.eq=Va,Vn.escape=function(e){return(e=Cs(e))&&X.test(e)?e.replace(q,an):e},Vn.escapeRegExp=function(e){return(e=Cs(e))&&oe.test(e)?e.replace(ie,"\\$&"):e},Vn.every=function(e,t,n){var r=Wa(e)?kt:mr;return n&&wo(e,t,n)&&(t=i),r(e,lo(t,3))},Vn.find=va,Vn.findIndex=zo,Vn.findKey=function(e,t){return Vt(e,lo(t,3),wr)},Vn.findLast=ya,Vn.findLastIndex=Wo,Vn.findLastKey=function(e,t){return Vt(e,lo(t,3),_r)},Vn.floor=wc,Vn.forEach=Ca,Vn.forEachRight=ba,Vn.forIn=function(e,t){return null==e?e:Cr(e,lo(t,3),Ds)},Vn.forInRight=function(e,t){return null==e?e:br(e,lo(t,3),Ds)},Vn.forOwn=function(e,t){return e&&wr(e,lo(t,3))},Vn.forOwnRight=function(e,t){return e&&_r(e,lo(t,3))},Vn.get=js,Vn.gt=$a,Vn.gte=Za,Vn.has=function(e,t){return null!=e&&vo(e,t,Sr)},Vn.hasIn=Ss,Vn.head=Go,Vn.identity=ic,Vn.includes=function(e,t,n,r){e=Ga(e)?e:Vs(e),n=n&&!r?ms(n):0;var i=e.length;return n<0&&(n=Cn(i+n,0)),cs(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&Zt(e,t,n)>-1},Vn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:ms(n);return i<0&&(i=Cn(r+i,0)),Zt(e,t,i)},Vn.inRange=function(e,t,n){return t=ps(t),n===i?(n=t,t=0):n=ps(n),function(e,t,n){return e>=bn(t,n)&&e=-9007199254740991&&e<=p},Vn.isSet=ss,Vn.isString=cs,Vn.isSymbol=ls,Vn.isTypedArray=us,Vn.isUndefined=function(e){return e===i},Vn.isWeakMap=function(e){return ns(e)&&go(e)==D},Vn.isWeakSet=function(e){return ns(e)&&"[object WeakSet]"==Mr(e)},Vn.join=function(e,t){return null==e?"":Bt.call(e,t)},Vn.kebabCase=Ws,Vn.last=Xo,Vn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=ms(n))<0?Cn(r+o,0):bn(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):$t(e,Wt,o,!0)},Vn.lowerCase=Us,Vn.lowerFirst=Gs,Vn.lt=ds,Vn.lte=fs,Vn.max=function(e){return e&&e.length?gr(e,ic,jr):i},Vn.maxBy=function(e,t){return e&&e.length?gr(e,lo(t,2),jr):i},Vn.mean=function(e){return Ut(e,ic)},Vn.meanBy=function(e,t){return Ut(e,lo(t,2))},Vn.min=function(e){return e&&e.length?gr(e,ic,Hr):i},Vn.minBy=function(e,t){return e&&e.length?gr(e,lo(t,2),Hr):i},Vn.stubArray=gc,Vn.stubFalse=vc,Vn.stubObject=function(){return{}},Vn.stubString=function(){return""},Vn.stubTrue=function(){return!0},Vn.multiply=xc,Vn.nth=function(e,t){return e&&e.length?zr(e,ms(t)):i},Vn.noConflict=function(){return mt._===this&&(mt._=Ve),this},Vn.noop=lc,Vn.now=ja,Vn.pad=function(e,t,n){e=Cs(e);var r=(t=ms(t))?pn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Wi(gt(i),n)+e+Wi(pt(i),n)},Vn.padEnd=function(e,t,n){e=Cs(e);var r=(t=ms(t))?pn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=xn();return bn(e+o*(t-e+dt("1e-"+((o+"").length-1))),t)}return qr(e,t)},Vn.reduce=function(e,t,n){var r=Wa(e)?Ft:qt,i=arguments.length<3;return r(e,lo(t,4),n,i,hr)},Vn.reduceRight=function(e,t,n){var r=Wa(e)?Nt:qt,i=arguments.length<3;return r(e,lo(t,4),n,i,pr)},Vn.repeat=function(e,t,n){return t=(n?wo(e,t,n):t===i)?1:ms(t),Kr(Cs(e),t)},Vn.replace=function(){var e=arguments,t=Cs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Vn.result=function(e,t,n){var r=-1,o=(t=bi(t,e)).length;for(o||(o=1,e=i);++rp)return[];var n=g,r=bn(e,g);t=lo(t),e-=g;for(var i=Xt(r,t);++n=a)return e;var c=n-pn(r);if(c<1)return r;var l=s?_i(s,0,c).join(""):e.slice(0,c);if(o===i)return l+r;if(s&&(c+=l.length-c),as(o)){if(e.slice(c).search(o)){var u,d=l;for(o.global||(o=Se(o.source,Cs(me.exec(o))+"g")),o.lastIndex=0;u=o.exec(d);)var f=u.index;l=l.slice(0,f===i?c:f)}}else if(e.indexOf(ui(o),c)!=c){var h=l.lastIndexOf(o);h>-1&&(l=l.slice(0,h))}return l+r},Vn.unescape=function(e){return(e=Cs(e))&&K.test(e)?e.replace(Y,vn):e},Vn.uniqueId=function(e){var t=++Fe;return Cs(e)+t},Vn.upperCase=Ks,Vn.upperFirst=Xs,Vn.each=Ca,Vn.eachRight=ba,Vn.first=Go,cc(Vn,(_c={},wr(Vn,function(e,t){Re.call(Vn.prototype,t)||(_c[t]=e)}),_c),{chain:!1}),Vn.VERSION="4.17.21",Pt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){Vn[e].placeholder=Vn}),Pt(["drop","take"],function(e,t){Wn.prototype[e]=function(n){n=n===i?1:Cn(ms(n),0);var r=this.__filtered__&&!t?new Wn(this):this.clone();return r.__filtered__?r.__takeCount__=bn(n,r.__takeCount__):r.__views__.push({size:bn(n,g),type:e+(r.__dir__<0?"Right":"")}),r},Wn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),Pt(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;Wn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:lo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),Pt(["head","last"],function(e,t){var n="take"+(t?"Right":"");Wn.prototype[e]=function(){return this[n](1).value()[0]}}),Pt(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");Wn.prototype[e]=function(){return this.__filtered__?new Wn(this):this[n](1)}}),Wn.prototype.compact=function(){return this.filter(ic)},Wn.prototype.find=function(e){return this.filter(e).head()},Wn.prototype.findLast=function(e){return this.reverse().find(e)},Wn.prototype.invokeMap=Xr(function(e,t){return"function"==typeof e?new Wn(this):this.map(function(n){return kr(n,e,t)})}),Wn.prototype.reject=function(e){return this.filter(Ra(lo(e)))},Wn.prototype.slice=function(e,t){e=ms(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Wn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=ms(t))<0?n.dropRight(-t):n.take(t-e)),n)},Wn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Wn.prototype.toArray=function(){return this.take(g)},wr(Wn.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Vn[r?"take"+("last"==t?"Right":""):t],a=r||/^find/.test(t);o&&(Vn.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,c=t instanceof Wn,l=s[0],u=c||Wa(t),d=function(e){var t=o.apply(Vn,Rt([e],s));return r&&f?t[0]:t};u&&n&&"function"==typeof l&&1!=l.length&&(c=u=!1);var f=this.__chain__,h=!!this.__actions__.length,p=a&&!f,m=c&&!h;if(!a&&u){t=m?t:new Wn(this);var g=e.apply(t,s);return g.__actions__.push({func:pa,args:[d],thisArg:i}),new zn(g,f)}return p&&m?e.apply(this,s):(g=this.thru(d),p?r?g.value()[0]:g.value():g)})}),Pt(["pop","push","shift","sort","splice","unshift"],function(e){var t=ke[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Vn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Wa(i)?i:[],e)}return this[n](function(n){return t.apply(Wa(n)?n:[],e)})}}),wr(Wn.prototype,function(e,t){var n=Vn[t];if(n){var r=n.name+"";Re.call(Tn,r)||(Tn[r]=[]),Tn[r].push({name:t,func:n})}}),Tn[Vi(i,2).name]=[{name:"wrapper",func:i}],Wn.prototype.clone=function(){var e=new Wn(this.__wrapped__);return e.__actions__=Ai(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ai(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ai(this.__views__),e},Wn.prototype.reverse=function(){if(this.__filtered__){var e=new Wn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Wn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Wa(e),r=t<0,i=n?e.length:0,o=function(e,t,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},Vn.prototype.plant=function(e){for(var t,n=this;n instanceof Zn;){var r=Bo(n);r.__index__=0,r.__values__=i,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Vn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Wn){var t=e;return this.__actions__.length&&(t=new Wn(this)),(t=t.reverse()).__actions__.push({func:pa,args:[ta],thisArg:i}),new zn(t,this.__chain__)}return this.thru(ta)},Vn.prototype.toJSON=Vn.prototype.valueOf=Vn.prototype.value=function(){return mi(this.__wrapped__,this.__actions__)},Vn.prototype.first=Vn.prototype.head,Je&&(Vn.prototype[Je]=function(){return this}),Vn}();mt._=yn,(r=function(){return yn}.call(t,n,t,e))===i||(e.exports=r)}.call(this)},2694:(e,t,n)=>{var r=n(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==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,bigint: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:o,resetWarningCache:i};return n.PropTypes=n,n}},2700:(e,t,n)=>{t.constructNow=function(e){return(0,r.constructFrom)(e,Date.now())};var r=n(92956)},2833:e=>{e.exports=function(e,t,n,r){var i=n?n.call(r,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{t.daysToWeeks=function(e){const t=Math.trunc(e/r.daysInWeek);return 0===t?0:t};var r=n(78052)},3072:(e,t)=>{ +/** @license React v16.13.1 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,h=n?Symbol.for("react.suspense"):60113,p=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,C=n?Symbol.for("react.responder"):60118,b=n?Symbol.for("react.scope"):60119;function w(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case o:case s:case a:case h:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case i:return t}}}function _(e){return w(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=l,t.ContextProvider=c,t.Element=r,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=h,t.isAsyncMode=function(e){return _(e)||w(e)===u},t.isConcurrentMode=_,t.isContextConsumer=function(e){return w(e)===l},t.isContextProvider=function(e){return w(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return w(e)===f},t.isFragment=function(e){return w(e)===o},t.isLazy=function(e){return w(e)===g},t.isMemo=function(e){return w(e)===m},t.isPortal=function(e){return w(e)===i},t.isProfiler=function(e){return w(e)===s},t.isStrictMode=function(e){return w(e)===a},t.isSuspense=function(e){return w(e)===h},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===d||e===s||e===a||e===h||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===C||e.$$typeof===b||e.$$typeof===v)},t.typeOf=w},3313:(e,t,n)=>{t.startOfTomorrow=function(e){const t=(0,i.constructNow)(e?.in),n=t.getFullYear(),o=t.getMonth(),a=t.getDate(),s=(0,r.constructFrom)(e?.in,0);return s.setFullYear(n,o,a+1),s.setHours(0,0,0,0),s};var r=n(92956),i=n(2700)},3650:(e,t,n)=>{var r=n(74335)(Object.keys,Object);e.exports=r},3654:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getReflectMetadata=function(e,t){return Reflect.getMetadata(t,e)}},3656:(e,t,n)=>{e=n.nmd(e);var r=n(9325),i=n(89935),o=t&&!t.nodeType&&t,a=o&&e&&!e.nodeType&&e,s=a&&a.exports===o?r.Buffer:void 0,c=(s?s.isBuffer:void 0)||i;e.exports=c},3724:(e,t,n)=>{t.enUS=void 0;var r=n(72914),i=n(7181),o=n(18483),a=n(2371),s=n(1249);t.enUS={code:"en-US",formatDistance:r.formatDistance,formatLong:i.formatLong,formatRelative:o.formatRelative,localize:a.localize,match:s.match,options:{weekStartsOn:0,firstWeekContainsDate:1}}},3767:(e,t,n)=>{t.previousSaturday=function(e,t){return(0,r.previousDay)(e,6,t)};var r=n(58092)},3871:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){for(var t=e.calendarType,n=e.formatShortWeekday,r=void 0===n?l.formatShortWeekday:n,f=e.formatWeekday,h=void 0===f?l.formatWeekday:f,p=e.locale,m=e.onMouseLeave,g=new Date,v=(0,a.getMonthStart)(g),y=(0,a.getYear)(v),C=(0,a.getMonth)(v),b=[],w=1;w<=7;w+=1){var _=new Date(y,C,w-(0,c.getDayOfWeek)(v,t)),x=h(p,_);b.push((0,i.jsx)("div",{className:(0,o.default)(d,(0,c.isCurrentDayOfWeek)(_)&&"".concat(d,"--current"),(0,c.isWeekend)(_,t)&&"".concat(d,"--weekend")),children:(0,i.jsx)("abbr",{"aria-label":x,title:x,children:r(p,_).replace(".","")})},w))}return(0,i.jsx)(s.default,{className:u,count:7,onFocus:m,onMouseOver:m,children:b})};var i=n(74848),o=r(n(71508)),a=n(51229),s=r(n(77707)),c=n(26335),l=n(23340),u="react-calendar__month-view__weekdays",d="".concat(u,"__weekday")},4035:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var r=n(45539)(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});e.exports=r},4146:(e,t,n)=>{var r=n(73404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(p){var i=h(n);i&&i!==p&&e(t,i,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var s=c(t),m=c(n),g=0;g{t.nextFriday=function(e,t){return(0,r.nextDay)(e,5,t)};var r=n(70064)},4395:(e,t,n)=>{t.setDay=function(e,t,n){const a=(0,r.getDefaultOptions)(),s=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??a.weekStartsOn??a.locale?.options?.weekStartsOn??0,c=(0,o.toDate)(e,n?.in),l=c.getDay(),u=(t%7+7)%7,d=7-s,f=t<0||t>6?t-(l+d)%7:(u+d)%7-(l+d)%7;return(0,i.addDays)(c,f,n)};var r=n(96755),i=n(77591),o=n(34446)},4509:(e,t,n)=>{var r=n(12651);e.exports=function(e){return r(this,e).has(e)}},4638:(e,t,n)=>{t.secondsToMinutes=function(e){const t=e/r.secondsInMinute;return Math.trunc(t)};var r=n(78052)},4650:(e,t,n)=>{t.endOfISOWeek=function(e,t){return(0,r.endOfWeek)(e,{...t,weekStartsOn:1})};var r=n(61587)},4664:(e,t,n)=>{var r=n(79770),i=n(63345),o=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:(e=Object(e),r(a(e),function(t){return o.call(e,t)}))}:i;e.exports=s},4875:(e,t,n)=>{t.differenceInCalendarYears=function(e,t,n){const[i,o]=(0,r.normalizeDates)(n?.in,e,t);return i.getFullYear()-o.getFullYear()};var r=n(8256)},4879:(e,t,n)=>{t.isEqual=function(e,t){return+(0,r.toDate)(e)===+(0,r.toDate)(t)};var r=n(34446)},4901:(e,t,n)=>{var r=n(72552),i=n(30294),o=n(40346),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&i(e.length)&&!!a[r(e)]}},5154:(e,t,n)=>{t.setSeconds=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setSeconds(t),i};var r=n(34446)},5206:(e,t,n)=>{t.formatDistanceStrict=function(e,t,n){const u=(0,i.getDefaultOptions)(),d=n?.locale??u.locale??r.defaultLocale,f=(0,c.compareAsc)(e,t);if(isNaN(f))throw new RangeError("Invalid time value");const h=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:f}),[p,m]=(0,s.normalizeDates)(n?.in,...f>0?[t,e]:[e,t]),g=(0,o.getRoundingMethod)(n?.roundingMethod??"round"),v=m.getTime()-p.getTime(),y=v/l.millisecondsInMinute,C=(0,a.getTimezoneOffsetInMilliseconds)(m)-(0,a.getTimezoneOffsetInMilliseconds)(p),b=(v-C)/l.millisecondsInMinute,w=n?.unit;let _;_=w||(y<1?"second":y<60?"minute":y{Object.defineProperty(t,"__esModule",{value:!0}),t.stringifyServiceIdentifier=t.LazyServiceIdentifier=void 0;const r=n(11446);Object.defineProperty(t,"stringifyServiceIdentifier",{enumerable:!0,get:function(){return r.stringifyServiceIdentifier}});const i=n(82151);Object.defineProperty(t,"LazyServiceIdentifier",{enumerable:!0,get:function(){return i.LazyServiceIdentifier}})},5299:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(76709),t),i(n(50492),t),i(n(23297),t),i(n(22022),t),i(n(44186),t)},5456:(e,t,n)=>{t.eachWeekendOfMonth=function(e,t){const n=(0,o.startOfMonth)(e,t),a=(0,i.endOfMonth)(e,t);return(0,r.eachWeekendOfInterval)({start:n,end:a},t)};var r=n(39305),i=n(51291),o=n(67710)},5513:(e,t,n)=>{t.Parser=void 0;var r=n(97861);t.Parser=class{run(e,t,n,i){const o=this.parse(e,t,n,i);return o?{setter:new r.ValueSetter(o.value,this.validate,this.set,this.priority,this.subPriority),rest:o.rest}:null}validate(e,t,n){return!0}}},5556:(e,t,n)=>{e.exports=n(2694)()},5626:(e,t,n)=>{t.isSameISOWeek=function(e,t,n){return(0,r.isSameWeek)(e,t,{...n,weekStartsOn:1})};var r=n(30659)},5778:(e,t)=>{const n={};function r(e,t){"string"!=typeof t&&(t=r.defaultChars);const i=function(e){let t=n[e];if(t)return t;t=n[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);t.push(n)}for(let n=0;n=55296&&e<=57343?"���":String.fromCharCode(e),n+=6;continue}}if(240==(248&o)&&n+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),n+=9;continue}}t+="�"}}return t})}r.defaultChars=";/?:@&=+$,#",r.componentChars="";const i={};function o(e,t,n){"string"!=typeof t&&(n=t,t=o.defaultChars),void 0===n&&(n=!0);const r=function(e){let t=i[e];if(t)return t;t=i[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n=55296&&o<=57343){if(o>=55296&&o<=56319&&t+1=56320&&n<=57343){a+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}a+="%EF%BF%BD"}else a+=encodeURIComponent(e[t])}return a}function a(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()";const s=/^([a-z0-9.+-]+:)/i,c=/:[0-9]*$/,l=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,u=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),d=["'"].concat(u),f=["%","/","?",";","#"].concat(d),h=["/","?","#"],p=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},v={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};a.prototype.parse=function(e,t){let n,r,i,o=e;if(o=o.trim(),!t&&1===e.split("#").length){const e=l.exec(o);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let a=s.exec(o);if(a&&(a=a[0],n=a.toLowerCase(),this.protocol=a,o=o.substr(a.length)),(t||a||o.match(/^\/\/[^@\/]+@[^@\/]+/))&&(i="//"===o.substr(0,2),!i||a&&g[a]||(o=o.substr(2),this.slashes=!0)),!g[a]&&(i||a&&!v[a])){let e,t,n=-1;for(let e=0;e127?r+="x":r+=n[e];if(!r.match(p)){const r=e.slice(0,t),i=e.slice(t+1),a=n.match(m);a&&(r.push(a[1]),i.unshift(a[2])),i.length&&(o=i.join(".")+o),this.hostname=r.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),a&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const c=o.indexOf("#");-1!==c&&(this.hash=o.substr(c),o=o.slice(0,c));const u=o.indexOf("?");return-1!==u&&(this.search=o.substr(u),o=o.slice(0,u)),o&&(this.pathname=o),v[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},a.prototype.parseHost=function(e){let t=c.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},t.decode=r,t.encode=o,t.format=function(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t},t.parse=function(e,t){if(e&&e instanceof a)return e;const n=new a;return n.parse(e,t),n}},5800:(e,t,n)=>{t.isToday=function(e,t){return(0,o.isSameDay)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e))};var r=n(92956),i=n(2700),o=n(99691)},5861:(e,t,n)=>{var r=n(55580),i=n(68223),o=n(32804),a=n(76545),s=n(28303),c=n(72552),l=n(47473),u="[object Map]",d="[object Promise]",f="[object Set]",h="[object WeakMap]",p="[object DataView]",m=l(r),g=l(i),v=l(o),y=l(a),C=l(s),b=c;(r&&b(new r(new ArrayBuffer(1)))!=p||i&&b(new i)!=u||o&&b(o.resolve())!=d||a&&b(new a)!=f||s&&b(new s)!=h)&&(b=function(e){var t=c(e),n="[object Object]"==t?e.constructor:void 0,r=n?l(n):"";if(r)switch(r){case m:return p;case g:return u;case v:return d;case y:return f;case C:return h}return t}),e.exports=b},5987:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0,t.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var n=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function r(e){for(var r,i="",o=0;null!==(r=t.xmlReplacer.exec(e));){var a=r.index,s=e.charCodeAt(a),c=n.get(s);void 0!==c?(i+=e.substring(o,a)+c,o=a+1):(i+="".concat(e.substring(o,a),"&#x").concat((0,t.getCodePoint)(e,a).toString(16),";"),o=t.xmlReplacer.lastIndex+=Number(55296==(64512&s)))}return i+e.substr(o)}function i(e,t){return function(n){for(var r,i=0,o="";r=e.exec(n);)i!==r.index&&(o+=n.substring(i,r.index)),o+=t.get(r[0].charCodeAt(0)),i=r.index+1;return o+n.substring(i)}}t.getCodePoint=null!=String.prototype.codePointAt?function(e,t){return e.codePointAt(t)}:function(e,t){return 55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)},t.encodeXML=r,t.escape=r,t.escapeUTF8=i(/[&<>'"]/g,n),t.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),t.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},6289:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ModuleActivationStore=void 0;const r=n(93382);class i{_map=new Map;remove(e){const t=this._map.get(e);return void 0===t?this._getEmptyHandlersStore():(this._map.delete(e),t)}addDeactivation(e,t,n){this._getModuleActivationHandlers(e).onDeactivations.add(t,n)}addActivation(e,t,n){this._getModuleActivationHandlers(e).onActivations.add(t,n)}clone(){const e=new i;return this._map.forEach((t,n)=>{e._map.set(n,{onActivations:t.onActivations.clone(),onDeactivations:t.onDeactivations.clone()})}),e}_getModuleActivationHandlers(e){let t=this._map.get(e);return void 0===t&&(t=this._getEmptyHandlersStore(),this._map.set(e,t)),t}_getEmptyHandlersStore(){return{onActivations:new r.Lookup,onDeactivations:new r.Lookup}}}t.ModuleActivationStore=i},6405:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tzPattern=void 0,t.tzPattern=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/},6633:(e,t,n)=>{t.AMPMParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=80;parse(e,t,n){switch(t){case"a":case"aa":case"aaa":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours((0,i.dayPeriodEnumToHours)(n),0,0,0),e}incompatibleTokens=["b","B","H","k","t","T"]}t.AMPMParser=o},6686:(e,t,n)=>{t.lightFormat=function(e,t){const n=(0,o.toDate)(e);if(!(0,i.isValid)(n))throw new RangeError("Invalid time value");const u=t.match(a);if(!u)return"";return u.map(e=>{if("''"===e)return"'";const t=e[0];if("'"===t)return function(e){const t=e.match(s);return t?t[1].replace(c,"'"):e}(e);const i=r.lightFormatters[t];if(i)return i(n,e);if(t.match(l))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return e}).join("")},Object.defineProperty(t,"lightFormatters",{enumerable:!0,get:function(){return r.lightFormatters}});var r=n(88441),i=n(27489),o=n(34446);const a=/(\w)\1*|''|'(''|[^'])+('|$)|./g,s=/^'([^]*?)'?$/,c=/''/g,l=/[a-zA-Z]/},6736:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.BindingCount=void 0,function(e){e[e.MultipleBindingsAvailable=2]="MultipleBindingsAvailable",e[e.NoBindingsAvailable=0]="NoBindingsAvailable",e[e.OnlyOneBindingAvailable=1]="OnlyOneBindingAvailable"}(n||(t.BindingCount=n={}))},6808:(e,t,n)=>{t.fromUnixTime=function(e,t){return(0,r.toDate)(1e3*e,t?.in)};var r=n(34446)},6925:e=>{e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},7044:(e,t,n)=>{t.getTime=function(e){return+(0,r.toDate)(e)};var r=n(34446)},7083:(e,t)=>{t.longFormatters=void 0;const n=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},r=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}};t.longFormatters={p:r,P:(e,t)=>{const i=e.match(/(P+)(p+)?/)||[],o=i[1],a=i[2];if(!a)return n(e,t);let s;switch(o){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;default:s=t.dateTime({width:"full"})}return s.replace("{{date}}",n(o,t)).replace("{{time}}",r(a,t))}}},7181:(e,t,n)=>{t.formatLong=void 0;var r=n(35624);t.formatLong={date:(0,r.buildFormatLongFn)({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:(0,r.buildFormatLongFn)({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:(0,r.buildFormatLongFn)({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})}},7374:(e,t,n)=>{t.nextMonday=function(e,t){return(0,r.nextDay)(e,1,t)};var r=n(70064)},7516:t=>{t.exports=e},7520:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadataPropertiesFromMetadataReader=function(e,t){const n=t.getPropertiesMetadata(e),i=new Map;for(const t of Reflect.ownKeys(n)){const o=n[t];i.set(t,(0,r.getPropertyMetadataFromLegacyMetadata)(e,t,o))}return i};const r=n(23498)},8256:(e,t,n)=>{t.normalizeDates=function(e,...t){const n=r.constructFrom.bind(null,e||t.find(e=>"object"==typeof e));return t.map(n)};var r=n(92956)},8357:e=>{function t(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 n(e){for(var n=1;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:{},n=t.getFn,r=void 0===n?A.getFn:n,o=t.fieldNormWeight,a=void 0===o?A.fieldNormWeight:o;i(this,e),this.norm=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,n=new Map,r=Math.pow(10,t);return{get:function(t){var i=t.match(k).length;if(n.has(i))return n.get(i);var o=1/Math.pow(i,.5*e),a=parseFloat(Math.round(o*r)/r);return n.set(i,a),a},clear:function(){n.clear()}}}(a,3),this.getFn=r,this.isCreated=!1,this.setIndexRecords()}return a(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach(function(t,n){e._keysMap[t.id]=n})}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,v(this.docs[0])?this.docs.forEach(function(t,n){e._addString(t,n)}):this.docs.forEach(function(t,n){e._addObject(t,n)}),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();v(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,i=void 0===r?A.getFn:r,o=n.fieldNormWeight,a=void 0===o?A.fieldNormWeight:o,s=new T({getFn:i,fieldNormWeight:a});return s.setKeys(e.map(M)),s.setSources(t),s.create(),s}function I(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,i=t.currentLocation,o=void 0===i?0:i,a=t.expectedLocation,s=void 0===a?0:a,c=t.distance,l=void 0===c?A.distance:c,u=t.ignoreLocation,d=void 0===u?A.ignoreLocation:u,f=r/e.length;if(d)return f;var h=Math.abs(s-o);return l?f+h/l:h?1:f}var L=32;function R(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.location,o=void 0===i?A.location:i,a=r.distance,s=void 0===a?A.distance:a,c=r.threshold,l=void 0===c?A.threshold:c,u=r.findAllMatches,d=void 0===u?A.findAllMatches:u,f=r.minMatchCharLength,h=void 0===f?A.minMatchCharLength:f,p=r.includeMatches,m=void 0===p?A.includeMatches:p,g=r.ignoreLocation,v=void 0===g?A.ignoreLocation:g;if(t.length>L)throw new Error("Pattern length exceeds max of ".concat(L,"."));for(var y,C=t.length,b=e.length,w=Math.max(0,Math.min(o,b)),_=l,x=w,O=h>1||m,E=O?Array(b):[];(y=e.indexOf(t,x))>-1;){var M=I(t,{currentLocation:y,expectedLocation:w,distance:s,ignoreLocation:v});if(_=Math.min(M,_),x=y+C,O)for(var j=0;j=N;V-=1){var $=V-1,Z=n[e.charAt($)];if(O&&(E[$]=+!!Z),B[V]=(B[V+1]<<1|1)&Z,D&&(B[V]|=(S[V+1]|S[V])<<1|1|S[V+1]),B[V]&T&&(P=I(t,{errors:D,currentLocation:$,expectedLocation:w,distance:s,ignoreLocation:v}))<=_){if(_=P,(x=$)<=w)break;N=Math.max(1,2*w-x)}}if(I(t,{errors:D+1,currentLocation:w,expectedLocation:w,distance:s,ignoreLocation:v})>_)break;S=B}var z={isMatch:x>=0,score:Math.max(.001,P)};if(O){var W=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:A.minMatchCharLength,n=[],r=-1,i=-1,o=0,a=e.length;o=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}(E,h);W.length?m&&(z.indices=W):z.isMatch=!1}return z}function F(e){for(var t={},n=0,r=e.length;n1&&void 0!==arguments[1]?arguments[1]:{},o=r.location,a=void 0===o?A.location:o,s=r.threshold,c=void 0===s?A.threshold:s,l=r.distance,u=void 0===l?A.distance:l,d=r.includeMatches,f=void 0===d?A.includeMatches:d,h=r.findAllMatches,p=void 0===h?A.findAllMatches:h,m=r.minMatchCharLength,g=void 0===m?A.minMatchCharLength:m,v=r.isCaseSensitive,y=void 0===v?A.isCaseSensitive:v,C=r.ignoreDiacritics,b=void 0===C?A.ignoreDiacritics:C,w=r.ignoreLocation,_=void 0===w?A.ignoreLocation:w;if(i(this,e),this.options={location:a,threshold:c,distance:u,includeMatches:f,findAllMatches:p,minMatchCharLength:g,isCaseSensitive:y,ignoreDiacritics:b,ignoreLocation:_},t=y?t:t.toLowerCase(),t=b?N(t):t,this.pattern=t,this.chunks=[],this.pattern.length){var x=function(e,t){n.chunks.push({pattern:e,alphabet:F(e),startIndex:t})},O=this.pattern.length;if(O>L){for(var E=0,M=O%L,j=O-M;E1&&void 0!==arguments[1]?arguments[1]:{},a=o.location,s=void 0===a?A.location:a,c=o.threshold,l=void 0===c?A.threshold:c,u=o.distance,d=void 0===u?A.distance:u,f=o.includeMatches,h=void 0===f?A.includeMatches:f,p=o.findAllMatches,m=void 0===p?A.findAllMatches:p,g=o.minMatchCharLength,v=void 0===g?A.minMatchCharLength:g,y=o.isCaseSensitive,C=void 0===y?A.isCaseSensitive:y,b=o.ignoreDiacritics,w=void 0===b?A.ignoreDiacritics:b,_=o.ignoreLocation,x=void 0===_?A.ignoreLocation:_;return i(this,n),(r=t.call(this,e))._bitapSearch=new H(e,{location:s,threshold:l,distance:d,includeMatches:h,findAllMatches:m,minMatchCharLength:v,isCaseSensitive:C,ignoreDiacritics:w,ignoreLocation:x}),r}return a(n,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),n}(B),q=function(e){c(n,e);var t=f(n);function n(e){return i(this,n),t.call(this,e)}return a(n,[{key:"search",value:function(e){for(var t,n=0,r=[],i=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);var o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),n}(B),K=[$,q,z,W,G,U,Z,Y],X=K.length,J=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/;var Q=new Set([Y.type,q.type]),ee=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.isCaseSensitive,o=void 0===r?A.isCaseSensitive:r,a=n.ignoreDiacritics,s=void 0===a?A.ignoreDiacritics:a,c=n.includeMatches,l=void 0===c?A.includeMatches:c,u=n.minMatchCharLength,d=void 0===u?A.minMatchCharLength:u,f=n.ignoreLocation,h=void 0===f?A.ignoreLocation:f,p=n.findAllMatches,m=void 0===p?A.findAllMatches:p,g=n.location,v=void 0===g?A.location:g,y=n.threshold,C=void 0===y?A.threshold:y,b=n.distance,w=void 0===b?A.distance:b;i(this,e),this.query=null,this.options={isCaseSensitive:o,ignoreDiacritics:s,includeMatches:l,minMatchCharLength:d,findAllMatches:m,ignoreLocation:h,location:v,threshold:C,distance:w},t=o?t:t.toLowerCase(),t=s?N(t):t,this.pattern=t,this.query=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map(function(e){for(var n=e.trim().split(J).filter(function(e){return e&&!!e.trim()}),r=[],i=0,o=n.length;i2&&void 0!==arguments[2]?arguments[2]:{}).auto,r=void 0===n||n;return se(e)||(e=ce(e)),function e(n){var i=Object.keys(n),o=function(e){return!!e[oe]}(n);if(!o&&i.length>1&&!se(n))return e(ce(n));if(function(e){return!g(e)&&b(e)&&!se(e)}(n)){var a=o?n[oe]:i[0],s=o?n[ae]:n[a];if(!v(s))throw new Error(function(e){return"Invalid value for key ".concat(e)}(a));var c={keyId:S(a),pattern:s};return r&&(c.searcher=ne(s,t)),c}var l={children:[],operator:i[0]};return i.forEach(function(t){var r=n[t];g(r)&&r.forEach(function(t){l.children.push(e(t))})}),l}(e)}function ue(e,t){var n=e.matches;t.matches=[],w(n)&&n.forEach(function(e){if(w(e.indices)&&e.indices.length){var n={indices:e.indices,value:e.value};e.key&&(n.key=e.key.src),e.idx>-1&&(n.refIndex=e.idx),t.matches.push(n)}})}function de(e,t){t.score=e.score}var fe=function(){function e(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0;i(this,e),this.options=n(n({},A),r),this.options.useExtendedSearch,this._keyStore=new E(this.options.keys),this.setCollection(t,o)}return a(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof T))throw new Error("Incorrect 'index' type");this._myIndex=t||D(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}},{key:"add",value:function(e){w(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n1&&void 0!==arguments[1]?arguments[1]:{}).limit,n=void 0===t?-1:t,r=this.options,i=r.includeMatches,o=r.includeScore,a=r.shouldSort,s=r.sortFn,c=r.ignoreFieldNorm,l=v(e)?v(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return function(e,t){var n=t.ignoreFieldNorm,r=void 0===n?A.ignoreFieldNorm:n;e.forEach(function(e){var t=1;e.matches.forEach(function(e){var n=e.key,i=e.norm,o=e.score,a=n?n.weight:null;t*=Math.pow(0===o&&a?Number.EPSILON:o,(a||1)*(r?1:i))}),e.score=t})}(l,{ignoreFieldNorm:c}),a&&l.sort(s),y(n)&&n>-1&&(l=l.slice(0,n)),function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,i=void 0===r?A.includeMatches:r,o=n.includeScore,a=void 0===o?A.includeScore:o,s=[];return i&&s.push(ue),a&&s.push(de),e.map(function(e){var n=e.idx,r={item:t[n],refIndex:n};return s.length&&s.forEach(function(t){t(e,r)}),r})}(l,this._docs,{includeMatches:i,includeScore:o})}},{key:"_searchStringList",value:function(e){var t=ne(e,this.options),n=this._myIndex.records,r=[];return n.forEach(function(e){var n=e.v,i=e.i,o=e.n;if(w(n)){var a=t.searchIn(n),s=a.isMatch,c=a.score,l=a.indices;s&&r.push({item:n,idx:i,matches:[{score:c,value:n,norm:o,indices:l}]})}}),r}},{key:"_searchLogical",value:function(e){var t=this,n=le(e,this.options),r=function e(n,r,i){if(!n.children){var o=n.keyId,a=n.searcher,s=t._findMatches({key:t._keyStore.get(o),value:t._myIndex.getValueForItemAtKeyId(r,o),searcher:a});return s&&s.length?[{idx:i,item:r,matches:s}]:[]}for(var c=[],l=0,u=n.children.length;l1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?A.getFn:n,i=t.fieldNormWeight,o=void 0===i?A.fieldNormWeight:i,a=e.keys,s=e.records,c=new T({getFn:r,fieldNormWeight:o});return c.setKeys(a),c.setIndexRecords(s),c},fe.config=A,fe.parseQuery=le,function(){te.push.apply(te,arguments)}(ee);var he=fe;e.exports=he},8701:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.injectBase=function(e){return t=>(n,a,s)=>{if(void 0===t){const e="function"==typeof n?n.name:n.constructor.name;throw new Error((0,r.UNDEFINED_INJECT_ANNOTATION)(e))}(0,o.createTaggedDecorator)(new i.Metadata(e,t))(n,a,s)}};const r=n(35007),i=n(4045),o=n(33353)},8835:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;at=>(...n)=>{n.forEach(n=>{e.bind(n).toService(t)})};t.ensureFullyBound=e=>{let t=null;switch(e.type){case c.BindingTypeEnum.ConstantValue:case c.BindingTypeEnum.Function:t=e.cache;break;case c.BindingTypeEnum.Constructor:case c.BindingTypeEnum.Instance:t=e.implementationType;break;case c.BindingTypeEnum.DynamicValue:t=e.dynamicValue;break;case c.BindingTypeEnum.Provider:t=e.provider;break;case c.BindingTypeEnum.Factory:t=e.factory}if(null===t){const t=(0,l.getServiceIdentifierAsString)(e.serviceIdentifier);throw new Error(`${s.INVALID_BINDING_TYPE} ${t}`)}};t.getFactoryDetails=e=>{switch(e.type){case c.BindingTypeEnum.Factory:return{factory:e.factory,factoryType:u.FactoryType.Factory};case c.BindingTypeEnum.Provider:return{factory:e.provider,factoryType:u.FactoryType.Provider};case c.BindingTypeEnum.DynamicValue:return{factory:e.dynamicValue,factoryType:u.FactoryType.DynamicValue};default:throw new Error(`Unexpected factory type ${e.type}`)}}},8841:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadataFromMetadataReader=function(e,t){const n=(0,r.getReflectMetadata)(e,i.POST_CONSTRUCT),s=(0,r.getReflectMetadata)(e,i.PRE_DESTROY);return{constructorArguments:(0,o.getClassMetadataConstructorArgumentsFromMetadataReader)(e,t),lifecycle:{postConstructMethodName:n?.value,preDestroyMethodName:s?.value},properties:(0,a.getClassMetadataPropertiesFromMetadataReader)(e,t)}};const r=n(59517),i=n(83313),o=n(86249),a=n(7520)},9117:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TargetTypeEnum=t.BindingTypeEnum=t.BindingScopeEnum=void 0;t.BindingScopeEnum={Request:"Request",Singleton:"Singleton",Transient:"Transient"};t.BindingTypeEnum={ConstantValue:"ConstantValue",Constructor:"Constructor",DynamicValue:"DynamicValue",Factory:"Factory",Function:"Function",Instance:"Instance",Invalid:"Invalid",Provider:"Provider"};t.TargetTypeEnum={ClassProperty:"ClassProperty",ConstructorArgument:"ConstructorArgument",Variable:"Variable"}},9325:(e,t,n)=>{var r=n(34840),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},9750:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadataProperties=function(e){const t=(0,r.getReflectMetadata)(e,i.TAGGED_PROP),n=new Map;if(void 0!==t)for(const r of Reflect.ownKeys(t)){const i=t[r];n.set(r,(0,o.getPropertyMetadataFromLegacyMetadata)(e,r,i))}return n};const r=n(59517),i=n(83313),o=n(23498)},9957:(e,t,n)=>{t.getISOWeekYear=function(e,t){const n=(0,o.toDate)(e,t?.in),a=n.getFullYear(),s=(0,r.constructFrom)(n,0);s.setFullYear(a+1,0,4),s.setHours(0,0,0,0);const c=(0,i.startOfISOWeek)(s),l=(0,r.constructFrom)(n,0);l.setFullYear(a,0,4),l.setHours(0,0,0,0);const u=(0,i.startOfISOWeek)(l);return n.getTime()>=c.getTime()?a+1:n.getTime()>=u.getTime()?a:a-1};var r=n(92956),i=n(36107),o=n(34446)},9999:(e,t,n)=>{var r=n(37217),i=n(83729),o=n(16547),a=n(74733),s=n(43838),c=n(93290),l=n(23007),u=n(92271),d=n(48948),f=n(50002),h=n(83349),p=n(5861),m=n(76189),g=n(77199),v=n(35529),y=n(56449),C=n(3656),b=n(87730),w=n(23805),_=n(38440),x=n(95950),O=n(37241),E="[object Arguments]",M="[object Function]",j="[object Object]",S={};S[E]=S["[object Array]"]=S["[object ArrayBuffer]"]=S["[object DataView]"]=S["[object Boolean]"]=S["[object Date]"]=S["[object Float32Array]"]=S["[object Float64Array]"]=S["[object Int8Array]"]=S["[object Int16Array]"]=S["[object Int32Array]"]=S["[object Map]"]=S["[object Number]"]=S[j]=S["[object RegExp]"]=S["[object Set]"]=S["[object String]"]=S["[object Symbol]"]=S["[object Uint8Array]"]=S["[object Uint8ClampedArray]"]=S["[object Uint16Array]"]=S["[object Uint32Array]"]=!0,S["[object Error]"]=S[M]=S["[object WeakMap]"]=!1,e.exports=function e(t,n,P,A,k,T){var D,I=1&n,L=2&n,R=4&n;if(P&&(D=k?P(t,A,k,T):P(t)),void 0!==D)return D;if(!w(t))return t;var F=y(t);if(F){if(D=m(t),!I)return l(t,D)}else{var N=p(t),H=N==M||"[object GeneratorFunction]"==N;if(C(t))return c(t,I);if(N==j||N==E||H&&!k){if(D=L||H?{}:v(t),!I)return L?d(t,s(D,t)):u(t,a(D,t))}else{if(!S[N])return k?t:{};D=g(t,N,I)}}T||(T=new r);var B=T.get(t);if(B)return B;T.set(t,D),_(t)?t.forEach(function(r){D.add(e(r,n,P,r,t,T))}):b(t)&&t.forEach(function(r,i){D.set(i,e(r,n,P,i,t,T))});var V=F?void 0:(R?L?h:f:L?O:x)(t);return i(V||t,function(r,i){V&&(r=t[i=r]),o(D,i,e(r,n,P,i,t,T))}),D}},10073:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{e.exports=function(e,t){return null==e?void 0:e[t]}},10776:(e,t,n)=>{var r=n(30756),i=n(95950);e.exports=function(e){for(var t=i(e),n=t.length;n--;){var o=t[n],a=e[o];t[n]=[o,a,r(a)]}return t}},10990:(e,t,n)=>{t.differenceInHours=function(e,t,n){const[a,s]=(0,i.normalizeDates)(n?.in,e,t),c=(+a-+s)/o.millisecondsInHour;return(0,r.getRoundingMethod)(n?.roundingMethod)(c)};var r=n(1331),i=n(8256),o=n(78052)},11088:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.stringifyServiceIdentifier=function(e){switch(typeof e){case"string":case"symbol":return e.toString();case"function":return e.name;default:throw new Error(`Unexpected ${typeof e} service id type`)}}},11561:(e,t,n)=>{n.d(t,{A:()=>o});var r=!0,i="Invariant failed";function o(e,t){if(!e){if(r)throw new Error(i);var n="function"==typeof t?t():t,o=n?"".concat(i,": ").concat(n):i;throw new Error(o)}}},12188:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.activeStartDate,n=e.calendarType,r=e.onClickWeekNumber,l=e.onMouseLeave,u=e.showFixedNumberOfWeeks,d=function(){if(u)return 6;var e=(0,o.getDaysInMonth)(t)-(7-(0,c.getDayOfWeek)(t,n));return 1+Math.ceil(e/7)}(),f=function(){for(var e=(0,o.getYear)(t),r=(0,o.getMonth)(t),i=(0,o.getDate)(t),a=[],s=0;s{Object.defineProperty(t,"__esModule",{value:!0}),t.format=void 0;const r=n(49460),i=n(53433),o=n(43291),a=/([xXOz]+)|''|'(''|[^'])+('|$)/g;t.format=function(e,t,n={}){const s=(t=String(t)).match(a);if(s){const r=(0,o.toDate)(n.originalDate||e,n);t=s.reduce(function(e,t){if("'"===t[0])return e;const o=e.indexOf(t),a="'"===e[o-1],s=e.replace(t,"'"+i.formatters[t[0]](r,t,n)+"'");return a?s.substring(0,o-1)+s.substring(o+1):s},t)}return(0,r.format)(e,t,n)}},12507:(e,t,n)=>{var r=n(28754),i=n(49698),o=n(63912),a=n(13222);e.exports=function(e){return function(t){t=a(t);var n=i(t)?o(t):void 0,s=n?n[0]:t.charAt(0),c=n?r(n,1).join(""):t.slice(1);return s[e]()+c}}},12576:(e,t)=>{function n(e){return("object"==typeof e&&null!==e||"function"==typeof e)&&"function"==typeof e.then}Object.defineProperty(t,"__esModule",{value:!0}),t.isPromise=n,t.isPromiseOrContainsPromise=function(e){if(n(e))return!0;return Array.isArray(e)&&e.some(n)}},12648:(e,t,n)=>{t.setYear=function(e,t,n){const o=(0,i.toDate)(e,n?.in);return isNaN(+o)?(0,r.constructFrom)(n?.in||e,NaN):(o.setFullYear(t),o)};var r=n(92956),i=n(34446)},12651:(e,t,n)=>{var r=n(74218);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},12672:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{try{return e()}catch(e){if(c(e))throw t();throw e}}},12749:(e,t,n)=>{var r=n(81042),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:i.call(t,e)}},12818:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getConstructorArgumentMetadataFromLegacyMetadata=function(e,t,n){try{return(0,o.getClassElementMetadataFromLegacyMetadata)(n)}catch(n){throw r.InversifyCoreError.isErrorOfKind(n,i.InversifyCoreErrorKind.missingInjectionDecorator)?new r.InversifyCoreError(i.InversifyCoreErrorKind.missingInjectionDecorator,`Expected a single @inject, @multiInject or @unmanaged decorator at type "${e.name}" at constructor arguments at index "${t.toString()}"`,{cause:n}):n}};const r=n(21773),i=n(94931),o=n(44063)},13072:(e,t,n)=>{t.differenceInMinutes=function(e,t,n){const a=(0,o.differenceInMilliseconds)(e,t)/i.millisecondsInMinute;return(0,r.getRoundingMethod)(n?.roundingMethod)(a)};var r=n(1331),i=n(78052),o=n(52495)},13222:(e,t,n)=>{var r=n(77556);e.exports=function(e){return null==e?"":r(e)}},13603:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(function(e){return e.charCodeAt(0)}))},13772:(e,t,n)=>{t.formatDuration=function(e,t){const n=(0,i.getDefaultOptions)(),a=t?.locale??n.locale??r.defaultLocale,s=t?.format??o,c=t?.zero??!1,l=t?.delimiter??" ";if(!a.formatDistance)return"";return s.reduce((t,n)=>{const r=`x${n.replace(/(^.)/,e=>e.toUpperCase())}`,i=e[n];return void 0!==i&&(c||e[n])?t.concat(a.formatDistance(r,i)):t},[]).join(l)};var r=n(89577),i=n(96755);const o=["years","months","weeks","days","hours","minutes","seconds"]},13863:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.toDate=t.getTimezoneOffset=t.toZonedTime=t.fromZonedTime=t.formatInTimeZone=t.format=void 0;var r=n(12325);Object.defineProperty(t,"format",{enumerable:!0,get:function(){return r.format}});var i=n(88877);Object.defineProperty(t,"formatInTimeZone",{enumerable:!0,get:function(){return i.formatInTimeZone}});var o=n(36673);Object.defineProperty(t,"fromZonedTime",{enumerable:!0,get:function(){return o.fromZonedTime}});var a=n(61874);Object.defineProperty(t,"toZonedTime",{enumerable:!0,get:function(){return a.toZonedTime}});var s=n(67394);Object.defineProperty(t,"getTimezoneOffset",{enumerable:!0,get:function(){return s.getTimezoneOffset}});var c=n(43291);Object.defineProperty(t,"toDate",{enumerable:!0,get:function(){return c.toDate}})},13975:(e,t,n)=>{t.startOfToday=function(e){return(0,r.startOfDay)(Date.now(),e)};var r=n(68290)},14248:e=>{e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n{e.exports=function(e,t){for(var n=-1,r=t.length,i=e.length;++n{var r=n(13222),i=n(55808);e.exports=function(e){return i(r(e).toLowerCase())}},14912:(e,t)=>{var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,h=n?Symbol.for("react.suspense"):60113,p=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,C=n?Symbol.for("react.responder"):60118,b=n?Symbol.for("react.scope"):60119; +/** @license React v16.13.1 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */function w(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case o:case s:case a:case h:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case i:return t}}}function _(e){return w(e)===d}},15255:(e,t,n)=>{t.previousFriday=function(e,t){return(0,r.previousDay)(e,5,t)};var r=n(58092)},15261:(e,t,n)=>{t.TimestampSecondsParser=void 0;var r=n(92956),i=n(5513),o=n(93771);class a extends i.Parser{priority=40;parse(e){return(0,o.parseAnyDigitsSigned)(e)}set(e,t,n){return[(0,r.constructFrom)(e,1e3*n),{timestampIsSet:!0}]}incompatibleTokens="*"}t.TimestampSecondsParser=a},15303:(e,t,n)=>{t.LocalDayParser=void 0;var r=n(4395),i=n(5513),o=n(93771);class a extends i.Parser{priority=90;parse(e,t,n,r){const i=e=>{const t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"e":case"ee":return(0,o.mapValue)((0,o.parseNDigits)(t.length,e),i);case"eo":return(0,o.mapValue)(n.ordinalNumber(e,{unit:"day"}),i);case"eee":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeeee":return n.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,i){return(e=(0,r.setDay)(e,n,i)).setHours(0,0,0,0),e}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]}t.LocalDayParser=a},15389:(e,t,n)=>{var r=n(93663),i=n(87978),o=n(83488),a=n(56449),s=n(50583);e.exports=function(e){return"function"==typeof e?e:null==e?o:"object"==typeof e?a(e)?i(e[0],e[1]):r(e):s(e)}},15457:(e,t,n)=>{t.previousSunday=function(e,t){return(0,r.previousDay)(e,0,t)};var r=n(58092)},15881:(e,t,n)=>{t.endOfHour=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setMinutes(59,59,999),n};var r=n(34446)},15982:(e,t,n)=>{t.ISOTimezoneParser=void 0;var r=n(92956),i=n(16339),o=n(47699),a=n(5513),s=n(93771);class c extends a.Parser{priority=10;parse(e,t){switch(t){case"x":return(0,s.parseTimezonePattern)(o.timezonePatterns.basicOptionalMinutes,e);case"xx":return(0,s.parseTimezonePattern)(o.timezonePatterns.basic,e);case"xxxx":return(0,s.parseTimezonePattern)(o.timezonePatterns.basicOptionalSeconds,e);case"xxxxx":return(0,s.parseTimezonePattern)(o.timezonePatterns.extendedOptionalSeconds,e);default:return(0,s.parseTimezonePattern)(o.timezonePatterns.extended,e)}}set(e,t,n){return t.timestampIsSet?e:(0,r.constructFrom)(e,e.getTime()-(0,i.getTimezoneOffsetInMilliseconds)(e)-n)}incompatibleTokens=["t","T","X"]}t.ISOTimezoneParser=c},16038:(e,t,n)=>{var r=n(5861),i=n(40346);e.exports=function(e){return i(e)&&"[object Set]"==r(e)}},16339:(e,t,n)=>{t.getTimezoneOffsetInMilliseconds=function(e){const t=(0,r.toDate)(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n};var r=n(34446)},16547:(e,t,n)=>{var r=n(43360),i=n(75288),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var a=e[t];o.call(e,t)&&i(a,n)&&(void 0!==n||t in e)||r(e,t,n)}},16586:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTargetsFromMetadataProviders=function(e,t){return function(n){const a=e(n);let s=(0,i.getBaseType)(n);for(;void 0!==s&&s!==Object;){const e=t(s);for(const[t,n]of e)a.properties.has(t)||a.properties.set(t,n);s=(0,i.getBaseType)(s)}const c=[];for(const e of a.constructorArguments)if(e.kind!==r.ClassElementMetadataKind.unmanaged){const t=e.targetName??"";c.push(new o.LegacyTargetImpl(t,e,"ConstructorArgument"))}for(const[e,t]of a.properties)if(t.kind!==r.ClassElementMetadataKind.unmanaged){const n=t.targetName??e;c.push(new o.LegacyTargetImpl(n,t,"ClassProperty"))}return c}};const r=n(86277),i=n(55028),o=n(80877)},16638:(e,t,n)=>{t.StandAloneLocalDayParser=void 0;var r=n(4395),i=n(5513),o=n(93771);class a extends i.Parser{priority=90;parse(e,t,n,r){const i=e=>{const t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"c":case"cc":return(0,o.mapValue)((0,o.parseNDigits)(t.length,e),i);case"co":return(0,o.mapValue)(n.ordinalNumber(e,{unit:"day"}),i);case"ccc":return n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"ccccc":return n.day(e,{width:"narrow",context:"standalone"});case"cccccc":return n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});default:return n.day(e,{width:"wide",context:"standalone"})||n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,i){return(e=(0,r.setDay)(e,n,i)).setHours(0,0,0,0),e}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]}t.StandAloneLocalDayParser=a},16944:(e,t,n)=>{t.startOfQuarter=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getMonth(),o=i-i%3;return n.setMonth(o,1),n.setHours(0,0,0,0),n};var r=n(34446)},17049:(e,t,n)=>{n.r(t),n.d(t,{AccessibilityIcon:()=>a,ActivityLogIcon:()=>c,AlignBaselineIcon:()=>u,AlignBottomIcon:()=>f,AlignCenterHorizontallyIcon:()=>p,AlignCenterVerticallyIcon:()=>g,AlignLeftIcon:()=>y,AlignRightIcon:()=>b,AlignTopIcon:()=>_,AllSidesIcon:()=>O,AngleIcon:()=>M,ArchiveIcon:()=>S,ArrowBottomLeftIcon:()=>A,ArrowBottomRightIcon:()=>T,ArrowDownIcon:()=>I,ArrowLeftIcon:()=>R,ArrowRightIcon:()=>N,ArrowTopLeftIcon:()=>B,ArrowTopRightIcon:()=>$,ArrowUpIcon:()=>z,AspectRatioIcon:()=>U,AvatarIcon:()=>Y,BackpackIcon:()=>K,BadgeIcon:()=>J,BarChartIcon:()=>ee,BellIcon:()=>ne,BlendingModeIcon:()=>ie,BookmarkFilledIcon:()=>ce,BookmarkIcon:()=>ae,BorderAllIcon:()=>ue,BorderBottomIcon:()=>fe,BorderDashedIcon:()=>pe,BorderDottedIcon:()=>ge,BorderLeftIcon:()=>ye,BorderNoneIcon:()=>be,BorderRightIcon:()=>_e,BorderSolidIcon:()=>Oe,BorderSplitIcon:()=>Me,BorderStyleIcon:()=>Se,BorderTopIcon:()=>Ae,BorderWidthIcon:()=>Te,BoxIcon:()=>Ie,BoxModelIcon:()=>Re,ButtonIcon:()=>Ne,CalendarIcon:()=>Be,CameraIcon:()=>$e,CardStackIcon:()=>ze,CardStackMinusIcon:()=>Ue,CardStackPlusIcon:()=>Ye,CaretDownIcon:()=>Ke,CaretLeftIcon:()=>Je,CaretRightIcon:()=>et,CaretSortIcon:()=>nt,CaretUpIcon:()=>it,ChatBubbleIcon:()=>at,CheckCircledIcon:()=>ut,CheckIcon:()=>ct,CheckboxIcon:()=>ft,ChevronDownIcon:()=>pt,ChevronLeftIcon:()=>gt,ChevronRightIcon:()=>yt,ChevronUpIcon:()=>bt,CircleBackslashIcon:()=>Ot,CircleIcon:()=>_t,ClipboardCopyIcon:()=>St,ClipboardIcon:()=>Mt,ClockIcon:()=>At,CodeIcon:()=>Tt,CodeSandboxLogoIcon:()=>It,ColorWheelIcon:()=>Rt,ColumnSpacingIcon:()=>Nt,ColumnsIcon:()=>Bt,CommitIcon:()=>$t,Component1Icon:()=>zt,Component2Icon:()=>Ut,ComponentBooleanIcon:()=>Yt,ComponentInstanceIcon:()=>Kt,ComponentNoneIcon:()=>Jt,ComponentPlaceholderIcon:()=>en,ContainerIcon:()=>nn,CookieIcon:()=>on,CopyIcon:()=>sn,CornerBottomLeftIcon:()=>ln,CornerBottomRightIcon:()=>dn,CornerTopLeftIcon:()=>hn,CornerTopRightIcon:()=>mn,CornersIcon:()=>vn,CountdownTimerIcon:()=>Cn,CounterClockwiseClockIcon:()=>wn,CropIcon:()=>xn,Cross1Icon:()=>En,Cross2Icon:()=>jn,CrossCircledIcon:()=>Pn,Crosshair1Icon:()=>kn,Crosshair2Icon:()=>Dn,CrumpledPaperIcon:()=>Ln,CubeIcon:()=>Fn,CursorArrowIcon:()=>Hn,CursorTextIcon:()=>Vn,DashIcon:()=>Zn,DashboardIcon:()=>Wn,DesktopIcon:()=>Gn,DimensionsIcon:()=>qn,DiscIcon:()=>Xn,DiscordLogoIcon:()=>Qn,DividerHorizontalIcon:()=>tr,DividerVerticalIcon:()=>rr,DotFilledIcon:()=>sr,DotIcon:()=>or,DotsHorizontalIcon:()=>lr,DotsVerticalIcon:()=>dr,DoubleArrowDownIcon:()=>hr,DoubleArrowLeftIcon:()=>mr,DoubleArrowRightIcon:()=>vr,DoubleArrowUpIcon:()=>Cr,DownloadIcon:()=>wr,DragHandleDots1Icon:()=>xr,DragHandleDots2Icon:()=>Er,DragHandleHorizontalIcon:()=>jr,DragHandleVerticalIcon:()=>Pr,DrawingPinFilledIcon:()=>Dr,DrawingPinIcon:()=>kr,DropdownMenuIcon:()=>Lr,EnterFullScreenIcon:()=>Hr,EnterIcon:()=>Fr,EnvelopeClosedIcon:()=>Vr,EnvelopeOpenIcon:()=>Zr,EraserIcon:()=>Wr,ExclamationTriangleIcon:()=>Gr,ExitFullScreenIcon:()=>Xr,ExitIcon:()=>qr,ExternalLinkIcon:()=>Qr,EyeClosedIcon:()=>ti,EyeNoneIcon:()=>ri,EyeOpenIcon:()=>oi,FaceIcon:()=>si,FigmaLogoIcon:()=>li,FileIcon:()=>di,FileMinusIcon:()=>hi,FilePlusIcon:()=>mi,FileTextIcon:()=>vi,FontBoldIcon:()=>Ci,FontFamilyIcon:()=>wi,FontItalicIcon:()=>xi,FontRomanIcon:()=>Ei,FontSizeIcon:()=>ji,FontStyleIcon:()=>Pi,FrameIcon:()=>ki,FramerLogoIcon:()=>Di,GearIcon:()=>Li,GitHubLogoIcon:()=>Fi,GlobeIcon:()=>Hi,GridIcon:()=>Vi,GroupIcon:()=>Zi,Half1Icon:()=>Wi,Half2Icon:()=>Gi,HamburgerMenuIcon:()=>qi,HandIcon:()=>Xi,HeadingIcon:()=>Qi,HeartFilledIcon:()=>ro,HeartIcon:()=>to,HeightIcon:()=>oo,HobbyKnifeIcon:()=>so,HomeIcon:()=>lo,IconJarLogoIcon:()=>fo,IdCardIcon:()=>po,ImageIcon:()=>go,InfoCircledIcon:()=>yo,InputIcon:()=>bo,InstagramLogoIcon:()=>_o,KeyboardIcon:()=>Oo,LapTimerIcon:()=>Mo,LaptopIcon:()=>So,LayersIcon:()=>Ao,LayoutIcon:()=>To,LetterCaseCapitalizeIcon:()=>Io,LetterCaseLowercaseIcon:()=>Ro,LetterCaseToggleIcon:()=>No,LetterCaseUppercaseIcon:()=>Bo,LetterSpacingIcon:()=>$o,LightningBoltIcon:()=>zo,LineHeightIcon:()=>Uo,Link1Icon:()=>Yo,Link2Icon:()=>Ko,LinkBreak1Icon:()=>Jo,LinkBreak2Icon:()=>ea,LinkNone1Icon:()=>na,LinkNone2Icon:()=>ia,LinkedInLogoIcon:()=>aa,ListBulletIcon:()=>ca,LockClosedIcon:()=>ua,LockOpen1Icon:()=>fa,LockOpen2Icon:()=>pa,LoopIcon:()=>ga,MagicWandIcon:()=>ya,MagnifyingGlassIcon:()=>ba,MarginIcon:()=>_a,MaskOffIcon:()=>Oa,MaskOnIcon:()=>Ma,MinusCircledIcon:()=>Aa,MinusIcon:()=>Sa,MixIcon:()=>Ta,MixerHorizontalIcon:()=>Ia,MixerVerticalIcon:()=>Ra,MobileIcon:()=>Na,ModulzLogoIcon:()=>Ba,MoonIcon:()=>$a,MoveIcon:()=>za,NotionLogoIcon:()=>Ua,OpacityIcon:()=>Ya,OpenInNewWindowIcon:()=>Ka,OverlineIcon:()=>Ja,PaddingIcon:()=>es,PaperPlaneIcon:()=>ns,PauseIcon:()=>is,Pencil1Icon:()=>as,Pencil2Icon:()=>cs,PersonIcon:()=>us,PieChartIcon:()=>fs,PilcrowIcon:()=>ps,PinBottomIcon:()=>gs,PinLeftIcon:()=>ys,PinRightIcon:()=>bs,PinTopIcon:()=>_s,PlayIcon:()=>Os,PlusCircledIcon:()=>Ss,PlusIcon:()=>Ms,QuestionMarkCircledIcon:()=>Ts,QuestionMarkIcon:()=>As,QuoteIcon:()=>Is,RadiobuttonIcon:()=>Rs,ReaderIcon:()=>Ns,ReloadIcon:()=>Bs,ResetIcon:()=>$s,ResumeIcon:()=>zs,RocketIcon:()=>Us,RotateCounterClockwiseIcon:()=>Ys,RowSpacingIcon:()=>Ks,RowsIcon:()=>Js,RulerHorizontalIcon:()=>ec,RulerSquareIcon:()=>nc,ScissorsIcon:()=>ic,SectionIcon:()=>ac,SewingPinFilledIcon:()=>uc,SewingPinIcon:()=>cc,ShadowIcon:()=>fc,ShadowInnerIcon:()=>pc,ShadowNoneIcon:()=>gc,ShadowOuterIcon:()=>yc,Share1Icon:()=>bc,Share2Icon:()=>_c,ShuffleIcon:()=>Oc,SizeIcon:()=>Mc,SketchLogoIcon:()=>Sc,SlashIcon:()=>Ac,SliderIcon:()=>Tc,SpaceBetweenHorizontallyIcon:()=>Ic,SpaceBetweenVerticallyIcon:()=>Rc,SpaceEvenlyHorizontallyIcon:()=>Nc,SpaceEvenlyVerticallyIcon:()=>Bc,SpeakerLoudIcon:()=>$c,SpeakerModerateIcon:()=>zc,SpeakerOffIcon:()=>Uc,SpeakerQuietIcon:()=>Yc,SquareIcon:()=>Kc,StackIcon:()=>Jc,StarFilledIcon:()=>nl,StarIcon:()=>el,StitchesLogoIcon:()=>il,StopIcon:()=>al,StopwatchIcon:()=>cl,StretchHorizontallyIcon:()=>ul,StretchVerticallyIcon:()=>fl,StrikethroughIcon:()=>pl,SunIcon:()=>gl,SwitchIcon:()=>yl,SymbolIcon:()=>bl,TableIcon:()=>_l,TargetIcon:()=>Ol,TextAlignBottomIcon:()=>Sl,TextAlignCenterIcon:()=>Al,TextAlignJustifyIcon:()=>Tl,TextAlignLeftIcon:()=>Il,TextAlignMiddleIcon:()=>Rl,TextAlignRightIcon:()=>Nl,TextAlignTopIcon:()=>Bl,TextIcon:()=>Ml,TextNoneIcon:()=>$l,ThickArrowDownIcon:()=>zl,ThickArrowLeftIcon:()=>Ul,ThickArrowRightIcon:()=>Yl,ThickArrowUpIcon:()=>Kl,TimerIcon:()=>Jl,TokensIcon:()=>eu,TrackNextIcon:()=>nu,TrackPreviousIcon:()=>iu,TransformIcon:()=>au,TransparencyGridIcon:()=>cu,TrashIcon:()=>uu,TriangleDownIcon:()=>fu,TriangleLeftIcon:()=>pu,TriangleRightIcon:()=>gu,TriangleUpIcon:()=>yu,TwitterLogoIcon:()=>bu,UnderlineIcon:()=>_u,UpdateIcon:()=>Ou,UploadIcon:()=>Mu,ValueIcon:()=>Su,ValueNoneIcon:()=>Au,VercelLogoIcon:()=>Tu,VideoIcon:()=>Iu,ViewGridIcon:()=>Ru,ViewHorizontalIcon:()=>Nu,ViewNoneIcon:()=>Bu,ViewVerticalIcon:()=>$u,WidthIcon:()=>zu,ZoomInIcon:()=>Uu,ZoomOutIcon:()=>Yu});var r=n(51649);function i(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r=0||(i[n]=e[n]);return i}var o=["color"],a=(0,r.forwardRef)(function(e,t){var n=e.color,a=void 0===n?"currentColor":n,s=i(e,o);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{ref:t}),(0,r.createElement)("path",{d:"M0.877197 7.49984C0.877197 3.84216 3.84234 0.877014 7.50003 0.877014C11.1577 0.877014 14.1229 3.84216 14.1229 7.49984C14.1229 11.1575 11.1577 14.1227 7.50003 14.1227C3.84234 14.1227 0.877197 11.1575 0.877197 7.49984ZM7.50003 1.82701C4.36702 1.82701 1.8272 4.36683 1.8272 7.49984C1.8272 10.6328 4.36702 13.1727 7.50003 13.1727C10.633 13.1727 13.1729 10.6328 13.1729 7.49984C13.1729 4.36683 10.633 1.82701 7.50003 1.82701ZM7.12457 9.00001C7.06994 9.12735 6.33165 11.9592 6.33165 11.9592C6.26018 12.226 5.98601 12.3843 5.71928 12.3128C5.45255 12.2413 5.29425 11.9672 5.36573 11.7004C5.36573 11.7004 6.24661 8.87268 6.24661 8.27007V6.80099L4.28763 6.27608C4.0209 6.20461 3.86261 5.93045 3.93408 5.66371C4.00555 5.39698 4.27972 5.23869 4.54645 5.31016C4.54645 5.31016 6.20042 5.87268 6.84579 5.87268H8.15505C8.80042 5.87268 10.4534 5.31042 10.4534 5.31042C10.7202 5.23895 10.9943 5.39724 11.0658 5.66397C11.1373 5.93071 10.979 6.20487 10.7122 6.27635L8.74661 6.80303V8.27007C8.74661 8.87268 9.62663 11.6971 9.62663 11.6971C9.6981 11.9639 9.5398 12.238 9.27307 12.3095C9.00634 12.381 8.73217 12.2227 8.6607 11.956C8.6607 11.956 7.91994 9.12735 7.86866 9.00001C7.81994 8.87268 7.65006 8.87268 7.65006 8.87268H7.34317C7.34317 8.87268 7.16994 8.87268 7.12457 9.00001ZM7.50043 5.12007C8.12175 5.12007 8.62543 4.61639 8.62543 3.99507C8.62543 3.37375 8.12175 2.87007 7.50043 2.87007C6.87911 2.87007 6.37543 3.37375 6.37543 3.99507C6.37543 4.61639 6.87911 5.12007 7.50043 5.12007Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}))}),s=["color"],c=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,s);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0 1.5C0 1.22386 0.223858 1 0.5 1H2.5C2.77614 1 3 1.22386 3 1.5C3 1.77614 2.77614 2 2.5 2H0.5C0.223858 2 0 1.77614 0 1.5ZM4 1.5C4 1.22386 4.22386 1 4.5 1H14.5C14.7761 1 15 1.22386 15 1.5C15 1.77614 14.7761 2 14.5 2H4.5C4.22386 2 4 1.77614 4 1.5ZM4 4.5C4 4.22386 4.22386 4 4.5 4H11.5C11.7761 4 12 4.22386 12 4.5C12 4.77614 11.7761 5 11.5 5H4.5C4.22386 5 4 4.77614 4 4.5ZM0 7.5C0 7.22386 0.223858 7 0.5 7H2.5C2.77614 7 3 7.22386 3 7.5C3 7.77614 2.77614 8 2.5 8H0.5C0.223858 8 0 7.77614 0 7.5ZM4 7.5C4 7.22386 4.22386 7 4.5 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H4.5C4.22386 8 4 7.77614 4 7.5ZM4 10.5C4 10.2239 4.22386 10 4.5 10H11.5C11.7761 10 12 10.2239 12 10.5C12 10.7761 11.7761 11 11.5 11H4.5C4.22386 11 4 10.7761 4 10.5ZM0 13.5C0 13.2239 0.223858 13 0.5 13H2.5C2.77614 13 3 13.2239 3 13.5C3 13.7761 2.77614 14 2.5 14H0.5C0.223858 14 0 13.7761 0 13.5ZM4 13.5C4 13.2239 4.22386 13 4.5 13H14.5C14.7761 13 15 13.2239 15 13.5C15 13.7761 14.7761 14 14.5 14H4.5C4.22386 14 4 13.7761 4 13.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),l=["color"],u=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,l);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10.5 1.75003C10.7107 1.75003 10.8988 1.88217 10.9703 2.08042L13.9703 10.4C14.064 10.6598 13.9293 10.9463 13.6696 11.04C13.4098 11.1336 13.1233 10.999 13.0296 10.7392L12.0477 8.01606H8.95227L7.97031 10.7392C7.87664 10.999 7.59012 11.1336 7.33035 11.04C7.07058 10.9463 6.93593 10.6598 7.0296 10.4L10.0296 2.08042C10.1011 1.88217 10.2892 1.75003 10.5 1.75003ZM10.5 3.72402L11.7411 7.16606H9.25877L10.5 3.72402ZM2.49949 2.09997C2.7204 2.09997 2.89949 2.27906 2.89949 2.49997L2.89949 9.53428L4.21664 8.21713C4.37285 8.06092 4.62612 8.06092 4.78233 8.21713C4.93854 8.37334 4.93854 8.6266 4.78233 8.78281L2.78233 10.7828C2.70732 10.8578 2.60557 10.9 2.49949 10.9C2.3934 10.9 2.29166 10.8578 2.21664 10.7828L0.216645 8.78281C0.0604349 8.6266 0.0604349 8.37334 0.216645 8.21713C0.372854 8.06092 0.62612 8.06092 0.78233 8.21713L2.09949 9.53428L2.09949 2.49997C2.09949 2.27906 2.27857 2.09997 2.49949 2.09997ZM0.0999695 13.5001C0.0999695 13.2791 0.279056 13.1001 0.499969 13.1001H14.5C14.7209 13.1001 14.9 13.2791 14.9 13.5001C14.9 13.721 14.7209 13.9001 14.5 13.9001H0.499969C0.279056 13.9001 0.0999695 13.721 0.0999695 13.5001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),d=["color"],f=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,d);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9 3C9 2.44772 8.55229 2 8 2H7C6.44772 2 6 2.44772 6 3L6 14H1.5C1.22386 14 1 14.2239 1 14.5C1 14.7761 1.22386 15 1.5 15L6 15H9H13.5C13.7761 15 14 14.7761 14 14.5C14 14.2239 13.7761 14 13.5 14H9V3Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),h=["color"],p=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,h);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.99988 6C1.44759 6 0.999877 6.44772 0.999877 7L0.999877 8C0.999877 8.55228 1.44759 9 1.99988 9L6.99988 9L6.99988 13.5C6.99988 13.7761 7.22374 14 7.49988 14C7.77602 14 7.99988 13.7761 7.99988 13.5L7.99988 9L12.9999 9C13.5522 9 13.9999 8.55228 13.9999 8L13.9999 7C13.9999 6.44772 13.5522 6 12.9999 6L7.99988 6L7.99988 1.5C7.99988 1.22386 7.77602 1 7.49988 1C7.22373 1 6.99988 1.22386 6.99988 1.5L6.99988 6L1.99988 6Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),m=["color"],g=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,m);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.99988 1C6.44759 1 5.99988 1.44772 5.99988 2V7H1.49988C1.22374 7 0.999878 7.22386 0.999878 7.5C0.999878 7.77614 1.22374 8 1.49988 8H5.99988V13C5.99988 13.5523 6.44759 14 6.99988 14H7.99988C8.55216 14 8.99988 13.5523 8.99988 13V8H13.4999C13.776 8 13.9999 7.77614 13.9999 7.5C13.9999 7.22386 13.776 7 13.4999 7H8.99988V2C8.99988 1.44772 8.55216 1 7.99988 1L6.99988 1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),v=["color"],y=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,v);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.499995 0.999995C0.223855 0.999995 -5.58458e-07 1.22385 -5.46388e-07 1.49999L-2.18554e-08 13.4999C-9.78492e-09 13.776 0.223855 13.9999 0.499995 13.9999C0.776136 13.9999 0.999991 13.776 0.999991 13.4999L0.999991 8.99993L12 8.99993C12.5523 8.99993 13 8.55222 13 7.99993L13 6.99994C13 6.44766 12.5523 5.99995 12 5.99995L0.999991 5.99995L0.999991 1.49999C0.999991 1.22385 0.776135 0.999995 0.499995 0.999995Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),C=["color"],b=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,C);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14.4999 1C14.2237 1 13.9999 1.22386 13.9999 1.5L13.9999 6L2.99988 6C2.44759 6 1.99988 6.44772 1.99988 7L1.99988 8C1.99988 8.55228 2.44759 9 2.99988 9L13.9999 9L13.9999 13.5C13.9999 13.7761 14.2237 14 14.4999 14C14.776 14 14.9999 13.7761 14.9999 13.5L14.9999 9L14.9999 6L14.9999 1.5C14.9999 1.22386 14.776 1 14.4999 1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),w=["color"],_=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,w);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 0C1.22386 0 1 0.223858 1 0.5C1 0.776142 1.22386 1 1.5 1H6V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V1H13.5C13.7761 1 14 0.776142 14 0.5C14 0.223858 13.7761 0 13.5 0H9H6H1.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),x=["color"],O=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,x);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 0.75L9.75 3H5.25L7.5 0.75ZM7.5 14.25L9.75 12H5.25L7.5 14.25ZM3 5.25L0.75 7.5L3 9.75V5.25ZM14.25 7.5L12 5.25V9.75L14.25 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),E=["color"],M=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,E);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.8914 2.1937C9.1158 2.35464 9.16725 2.66701 9.00631 2.89141L2.47388 12H13.5C13.7761 12 14 12.2239 14 12.5C14 12.7762 13.7761 13 13.5 13H1.5C1.31254 13 1.14082 12.8952 1.0552 12.7284C0.969578 12.5616 0.984438 12.361 1.09369 12.2086L8.19369 2.30862C8.35462 2.08422 8.667 2.03277 8.8914 2.1937ZM11.1 6.50001C11.1 6.22387 11.3238 6.00001 11.6 6.00001C11.8761 6.00001 12.1 6.22387 12.1 6.50001C12.1 6.77615 11.8761 7.00001 11.6 7.00001C11.3238 7.00001 11.1 6.77615 11.1 6.50001ZM10.4 4.00001C10.1239 4.00001 9.90003 4.22387 9.90003 4.50001C9.90003 4.77615 10.1239 5.00001 10.4 5.00001C10.6762 5.00001 10.9 4.77615 10.9 4.50001C10.9 4.22387 10.6762 4.00001 10.4 4.00001ZM12.1 8.50001C12.1 8.22387 12.3238 8.00001 12.6 8.00001C12.8761 8.00001 13.1 8.22387 13.1 8.50001C13.1 8.77615 12.8761 9.00001 12.6 9.00001C12.3238 9.00001 12.1 8.77615 12.1 8.50001ZM13.4 10C13.1239 10 12.9 10.2239 12.9 10.5C12.9 10.7761 13.1239 11 13.4 11C13.6762 11 13.9 10.7761 13.9 10.5C13.9 10.2239 13.6762 10 13.4 10Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),j=["color"],S=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,j);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.30902 1C2.93025 1 2.58398 1.214 2.41459 1.55279L1.05279 4.27639C1.01807 4.34582 1 4.42238 1 4.5V13C1 13.5523 1.44772 14 2 14H13C13.5523 14 14 13.5523 14 13V4.5C14 4.42238 13.9819 4.34582 13.9472 4.27639L12.5854 1.55281C12.416 1.21403 12.0698 1.00003 11.691 1.00003L7.5 1.00001L3.30902 1ZM3.30902 2L7 2.00001V4H2.30902L3.30902 2ZM8 4V2.00002L11.691 2.00003L12.691 4H8ZM7.5 5H13V13H2V5H7.5ZM5.5 7C5.22386 7 5 7.22386 5 7.5C5 7.77614 5.22386 8 5.5 8H9.5C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7H5.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),P=["color"],A=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,P);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.3536 3.64644C11.5488 3.8417 11.5488 4.15828 11.3536 4.35354L4.70711 11L9 11C9.27614 11 9.5 11.2239 9.5 11.5C9.5 11.7761 9.27614 12 9 12L3.5 12C3.36739 12 3.24021 11.9473 3.14645 11.8536C3.05268 11.7598 3 11.6326 3 11.5L3 5.99999C3 5.72385 3.22386 5.49999 3.5 5.49999C3.77614 5.49999 4 5.72385 4 5.99999V10.2929L10.6464 3.64643C10.8417 3.45117 11.1583 3.45117 11.3536 3.64644Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),k=["color"],T=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,k);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.64645 3.64644C3.45118 3.8417 3.45118 4.15828 3.64645 4.35354L10.2929 11L6 11C5.72386 11 5.5 11.2239 5.5 11.5C5.5 11.7761 5.72386 12 6 12L11.5 12C11.6326 12 11.7598 11.9473 11.8536 11.8536C11.9473 11.7598 12 11.6326 12 11.5L12 5.99999C12 5.72385 11.7761 5.49999 11.5 5.49999C11.2239 5.49999 11 5.72385 11 5.99999V10.2929L4.35355 3.64643C4.15829 3.45117 3.84171 3.45117 3.64645 3.64644Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),D=["color"],I=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,D);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 2C7.77614 2 8 2.22386 8 2.5L8 11.2929L11.1464 8.14645C11.3417 7.95118 11.6583 7.95118 11.8536 8.14645C12.0488 8.34171 12.0488 8.65829 11.8536 8.85355L7.85355 12.8536C7.75979 12.9473 7.63261 13 7.5 13C7.36739 13 7.24021 12.9473 7.14645 12.8536L3.14645 8.85355C2.95118 8.65829 2.95118 8.34171 3.14645 8.14645C3.34171 7.95118 3.65829 7.95118 3.85355 8.14645L7 11.2929L7 2.5C7 2.22386 7.22386 2 7.5 2Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),L=["color"],R=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,L);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.70711 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70711L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),F=["color"],N=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,F);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),H=["color"],B=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,H);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.3536 11.3536C11.5488 11.1583 11.5488 10.8417 11.3536 10.6465L4.70711 4L9 4C9.27614 4 9.5 3.77614 9.5 3.5C9.5 3.22386 9.27614 3 9 3L3.5 3C3.36739 3 3.24021 3.05268 3.14645 3.14645C3.05268 3.24022 3 3.36739 3 3.5L3 9.00001C3 9.27615 3.22386 9.50001 3.5 9.50001C3.77614 9.50001 4 9.27615 4 9.00001V4.70711L10.6464 11.3536C10.8417 11.5488 11.1583 11.5488 11.3536 11.3536Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),V=["color"],$=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,V);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.64645 11.3536C3.45118 11.1583 3.45118 10.8417 3.64645 10.6465L10.2929 4L6 4C5.72386 4 5.5 3.77614 5.5 3.5C5.5 3.22386 5.72386 3 6 3L11.5 3C11.6326 3 11.7598 3.05268 11.8536 3.14645C11.9473 3.24022 12 3.36739 12 3.5L12 9.00001C12 9.27615 11.7761 9.50001 11.5 9.50001C11.2239 9.50001 11 9.27615 11 9.00001V4.70711L4.35355 11.3536C4.15829 11.5488 3.84171 11.5488 3.64645 11.3536Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Z=["color"],z=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Z);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.14645 2.14645C7.34171 1.95118 7.65829 1.95118 7.85355 2.14645L11.8536 6.14645C12.0488 6.34171 12.0488 6.65829 11.8536 6.85355C11.6583 7.04882 11.3417 7.04882 11.1464 6.85355L8 3.70711L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70711L3.85355 6.85355C3.65829 7.04882 3.34171 7.04882 3.14645 6.85355C2.95118 6.65829 2.95118 6.34171 3.14645 6.14645L7.14645 2.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),W=["color"],U=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,W);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.5 2H12.5C12.7761 2 13 2.22386 13 2.5V12.5C13 12.7761 12.7761 13 12.5 13H2.5C2.22386 13 2 12.7761 2 12.5V2.5C2 2.22386 2.22386 2 2.5 2ZM1 2.5C1 1.67157 1.67157 1 2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5ZM7.5 4C7.77614 4 8 3.77614 8 3.5C8 3.22386 7.77614 3 7.5 3C7.22386 3 7 3.22386 7 3.5C7 3.77614 7.22386 4 7.5 4ZM8 5.5C8 5.77614 7.77614 6 7.5 6C7.22386 6 7 5.77614 7 5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5ZM7.5 8C7.77614 8 8 7.77614 8 7.5C8 7.22386 7.77614 7 7.5 7C7.22386 7 7 7.22386 7 7.5C7 7.77614 7.22386 8 7.5 8ZM10 7.5C10 7.77614 9.77614 8 9.5 8C9.22386 8 9 7.77614 9 7.5C9 7.22386 9.22386 7 9.5 7C9.77614 7 10 7.22386 10 7.5ZM11.5 8C11.7761 8 12 7.77614 12 7.5C12 7.22386 11.7761 7 11.5 7C11.2239 7 11 7.22386 11 7.5C11 7.77614 11.2239 8 11.5 8Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),G=["color"],Y=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,G);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877014 7.49988C0.877014 3.84219 3.84216 0.877045 7.49985 0.877045C11.1575 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1575 14.1227 7.49985 14.1227C3.84216 14.1227 0.877014 11.1575 0.877014 7.49988ZM7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.97196 2.38774 10.3131 3.30727 11.3213C4.19074 9.94119 5.73818 9.02499 7.50023 9.02499C9.26206 9.02499 10.8093 9.94097 11.6929 11.3208C12.6121 10.3127 13.1727 8.97172 13.1727 7.49988C13.1727 4.36686 10.6328 1.82704 7.49985 1.82704ZM10.9818 11.9787C10.2839 10.7795 8.9857 9.97499 7.50023 9.97499C6.01458 9.97499 4.71624 10.7797 4.01845 11.9791C4.97952 12.7272 6.18765 13.1727 7.49985 13.1727C8.81227 13.1727 10.0206 12.727 10.9818 11.9787ZM5.14999 6.50487C5.14999 5.207 6.20212 4.15487 7.49999 4.15487C8.79786 4.15487 9.84999 5.207 9.84999 6.50487C9.84999 7.80274 8.79786 8.85487 7.49999 8.85487C6.20212 8.85487 5.14999 7.80274 5.14999 6.50487ZM7.49999 5.10487C6.72679 5.10487 6.09999 5.73167 6.09999 6.50487C6.09999 7.27807 6.72679 7.90487 7.49999 7.90487C8.27319 7.90487 8.89999 7.27807 8.89999 6.50487C8.89999 5.73167 8.27319 5.10487 7.49999 5.10487Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),q=["color"],K=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,q);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 1C5 0.447715 5.44772 0 6 0H9C9.55228 0 10 0.447715 10 1V2H14C14.5523 2 15 2.44772 15 3V6C15 6.8888 14.6131 7.68734 14 8.23608V11.5C14 12.3284 13.3284 13 12.5 13H2.5C1.67157 13 1 12.3284 1 11.5V8.2359C0.38697 7.68721 0 6.88883 0 6V3C0 2.44772 0.447716 2 1 2H5V1ZM9 1V2H6V1H9ZM1 3H5H5.5H9.5H10H14V6C14 6.654 13.6866 7.23467 13.1997 7.6004C12.8655 7.85144 12.4508 8 12 8H8V7.5C8 7.22386 7.77614 7 7.5 7C7.22386 7 7 7.22386 7 7.5V8H3C2.5493 8 2.1346 7.85133 1.80029 7.60022C1.31335 7.23446 1 6.65396 1 6V3ZM7 9H3C2.64961 9 2.31292 8.93972 2 8.82905V11.5C2 11.7761 2.22386 12 2.5 12H12.5C12.7761 12 13 11.7761 13 11.5V8.82915C12.6871 8.93978 12.3504 9 12 9H8V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5V9Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),X=["color"],J=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,X);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 6H11.5C12.3284 6 13 6.67157 13 7.5C13 8.32843 12.3284 9 11.5 9H3.5C2.67157 9 2 8.32843 2 7.5C2 6.67157 2.67157 6 3.5 6ZM1 7.5C1 6.11929 2.11929 5 3.5 5H11.5C12.8807 5 14 6.11929 14 7.5C14 8.88071 12.8807 10 11.5 10H3.5C2.11929 10 1 8.88071 1 7.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Q=["color"],ee=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Q);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.5 1C11.7761 1 12 1.22386 12 1.5V13.5C12 13.7761 11.7761 14 11.5 14C11.2239 14 11 13.7761 11 13.5V1.5C11 1.22386 11.2239 1 11.5 1ZM9.5 3C9.77614 3 10 3.22386 10 3.5V13.5C10 13.7761 9.77614 14 9.5 14C9.22386 14 9 13.7761 9 13.5V3.5C9 3.22386 9.22386 3 9.5 3ZM13.5 3C13.7761 3 14 3.22386 14 3.5V13.5C14 13.7761 13.7761 14 13.5 14C13.2239 14 13 13.7761 13 13.5V3.5C13 3.22386 13.2239 3 13.5 3ZM5.5 4C5.77614 4 6 4.22386 6 4.5V13.5C6 13.7761 5.77614 14 5.5 14C5.22386 14 5 13.7761 5 13.5V4.5C5 4.22386 5.22386 4 5.5 4ZM1.5 5C1.77614 5 2 5.22386 2 5.5V13.5C2 13.7761 1.77614 14 1.5 14C1.22386 14 1 13.7761 1 13.5V5.5C1 5.22386 1.22386 5 1.5 5ZM7.5 5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V5.5C7 5.22386 7.22386 5 7.5 5ZM3.5 7C3.77614 7 4 7.22386 4 7.5V13.5C4 13.7761 3.77614 14 3.5 14C3.22386 14 3 13.7761 3 13.5V7.5C3 7.22386 3.22386 7 3.5 7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),te=["color"],ne=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,te);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.60124 1.25086C8.60124 1.75459 8.26278 2.17927 7.80087 2.30989C10.1459 2.4647 12 4.41582 12 6.79999V10.25C12 11.0563 12.0329 11.7074 12.7236 12.0528C12.931 12.1565 13.0399 12.3892 12.9866 12.6149C12.9333 12.8406 12.7319 13 12.5 13H8.16144C8.36904 13.1832 8.49997 13.4513 8.49997 13.75C8.49997 14.3023 8.05226 14.75 7.49997 14.75C6.94769 14.75 6.49997 14.3023 6.49997 13.75C6.49997 13.4513 6.63091 13.1832 6.83851 13H2.49999C2.2681 13 2.06664 12.8406 2.01336 12.6149C1.96009 12.3892 2.06897 12.1565 2.27638 12.0528C2.96708 11.7074 2.99999 11.0563 2.99999 10.25V6.79999C2.99999 4.41537 4.85481 2.46396 7.20042 2.3098C6.73867 2.17908 6.40036 1.75448 6.40036 1.25086C6.40036 0.643104 6.89304 0.150421 7.5008 0.150421C8.10855 0.150421 8.60124 0.643104 8.60124 1.25086ZM7.49999 3.29999C5.56699 3.29999 3.99999 4.86699 3.99999 6.79999V10.25L4.00002 10.3009C4.0005 10.7463 4.00121 11.4084 3.69929 12H11.3007C10.9988 11.4084 10.9995 10.7463 11 10.3009L11 10.25V6.79999C11 4.86699 9.43299 3.29999 7.49999 3.29999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),re=["color"],ie=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,re);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 9C3 6.5 4.5 4.25 7.5 1.5C10.5 4.25 12 6.5 12 9C12 11.4853 9.98528 13.5 7.5 13.5C5.01472 13.5 3 11.4853 3 9ZM10.9524 8.30307C9.67347 7.82121 8.2879 8.46208 6.98956 9.06259C5.9327 9.55142 4.93365 10.0135 4.09695 9.82153C4.03357 9.55804 4 9.28294 4 9C4 7.11203 5.02686 5.27195 7.5 2.87357C9.66837 4.97639 10.725 6.65004 10.9524 8.30307Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),oe=["color"],ae=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,oe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 2.5C3 2.22386 3.22386 2 3.5 2H11.5C11.7761 2 12 2.22386 12 2.5V13.5C12 13.6818 11.9014 13.8492 11.7424 13.9373C11.5834 14.0254 11.3891 14.0203 11.235 13.924L7.5 11.5896L3.765 13.924C3.61087 14.0203 3.41659 14.0254 3.25762 13.9373C3.09864 13.8492 3 13.6818 3 13.5V2.5ZM4 3V12.5979L6.97 10.7416C7.29427 10.539 7.70573 10.539 8.03 10.7416L11 12.5979V3H4Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),se=["color"],ce=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,se);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 2C3.22386 2 3 2.22386 3 2.5V13.5C3 13.6818 3.09864 13.8492 3.25762 13.9373C3.41659 14.0254 3.61087 14.0203 3.765 13.924L7.5 11.5896L11.235 13.924C11.3891 14.0203 11.5834 14.0254 11.7424 13.9373C11.9014 13.8492 12 13.6818 12 13.5V2.5C12 2.22386 11.7761 2 11.5 2H3.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),le=["color"],ue=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,le);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H14C14.4142 0.25 14.75 0.585786 14.75 1V14C14.75 14.4142 14.4142 14.75 14 14.75H1C0.585786 14.75 0.25 14.4142 0.25 14V1ZM1.75 1.75V13.25H13.25V1.75H1.75Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("rect",{x:"7",y:"5",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"3",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"9",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"11",width:"1",height:"1",rx:".5",fill:o}))}),de=["color"],fe=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,de);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 13.25L14 13.25V14.75L1 14.75V13.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("rect",{x:"7",y:"5",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"5",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"3",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"3",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"9",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"9",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"11",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"11",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"5",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"3",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"7",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"1",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"9",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"11",width:"1",height:"1",rx:".5",fill:o}))}),he=["color"],pe=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,he);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0 7.5C0 7.22386 0.223858 7 0.5 7H3C3.27614 7 3.5 7.22386 3.5 7.5C3.5 7.77614 3.27614 8 3 8H0.5C0.223858 8 0 7.77614 0 7.5ZM5.75 7.5C5.75 7.22386 5.97386 7 6.25 7H8.75C9.02614 7 9.25 7.22386 9.25 7.5C9.25 7.77614 9.02614 8 8.75 8H6.25C5.97386 8 5.75 7.77614 5.75 7.5ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5C11.5 7.77614 11.7239 8 12 8H14.5C14.7761 8 15 7.77614 15 7.5C15 7.22386 14.7761 7 14.5 7H12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),me=["color"],ge=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,me);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 6.625C1.01675 6.625 0.625 7.01675 0.625 7.5C0.625 7.98325 1.01675 8.375 1.5 8.375C1.98325 8.375 2.375 7.98325 2.375 7.5C2.375 7.01675 1.98325 6.625 1.5 6.625ZM5.5 6.625C5.01675 6.625 4.625 7.01675 4.625 7.5C4.625 7.98325 5.01675 8.375 5.5 8.375C5.98325 8.375 6.375 7.98325 6.375 7.5C6.375 7.01675 5.98325 6.625 5.5 6.625ZM9.5 6.625C9.01675 6.625 8.625 7.01675 8.625 7.5C8.625 7.98325 9.01675 8.375 9.5 8.375C9.98325 8.375 10.375 7.98325 10.375 7.5C10.375 7.01675 9.98325 6.625 9.5 6.625ZM12.625 7.5C12.625 7.01675 13.0168 6.625 13.5 6.625C13.9832 6.625 14.375 7.01675 14.375 7.5C14.375 7.98325 13.9832 8.375 13.5 8.375C13.0168 8.375 12.625 7.98325 12.625 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ve=["color"],ye=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ve);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.75 1L1.75 14L0.249999 14L0.25 1L1.75 1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("rect",{x:"10",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 10 7)",fill:o}),(0,r.createElement)("rect",{x:"10",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 10 13)",fill:o}),(0,r.createElement)("rect",{x:"12",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 12 7)",fill:o}),(0,r.createElement)("rect",{x:"12",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 12 13)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 8 7)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 14 7)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 8 13)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 14 13)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"5",width:"1",height:"1",rx:".5",transform:"rotate(90 8 5)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"5",width:"1",height:"1",rx:".5",transform:"rotate(90 14 5)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"3",width:"1",height:"1",rx:".5",transform:"rotate(90 8 3)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"3",width:"1",height:"1",rx:".5",transform:"rotate(90 14 3)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"9",width:"1",height:"1",rx:".5",transform:"rotate(90 8 9)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"9",width:"1",height:"1",rx:".5",transform:"rotate(90 14 9)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"11",width:"1",height:"1",rx:".5",transform:"rotate(90 8 11)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"11",width:"1",height:"1",rx:".5",transform:"rotate(90 14 11)",fill:o}),(0,r.createElement)("rect",{x:"6",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 6 7)",fill:o}),(0,r.createElement)("rect",{x:"6",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 6 13)",fill:o}),(0,r.createElement)("rect",{x:"4",y:"7",width:"1",height:"1",rx:".5",transform:"rotate(90 4 7)",fill:o}),(0,r.createElement)("rect",{x:"4",y:"13",width:"1",height:"1",rx:".5",transform:"rotate(90 4 13)",fill:o}),(0,r.createElement)("rect",{x:"10",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 10 1)",fill:o}),(0,r.createElement)("rect",{x:"12",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 12 1)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 8 1)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 14 1)",fill:o}),(0,r.createElement)("rect",{x:"6",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 6 1)",fill:o}),(0,r.createElement)("rect",{x:"4",y:"1",width:"1",height:"1",rx:".5",transform:"rotate(90 4 1)",fill:o}))}),Ce=["color"],be=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ce);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("rect",{x:"7",y:"5.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"5.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"3.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"3.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"9.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"9.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"11.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"11.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"5.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"3.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"9.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"11.025",width:"1",height:"1",rx:".5",fill:o}))}),we=["color"],_e=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,we);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.25 1L13.25 14L14.75 14L14.75 1L13.25 1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 5)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 5)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 3)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 3)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 9)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 9)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 11)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 11)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 7)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 13)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 1)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 1)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 1)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 1)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 1)",fill:o}),(0,r.createElement)("rect",{width:"1",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 1)",fill:o}))}),xe=["color"],Oe=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.25 7.5C1.25 7.22386 1.47386 7 1.75 7H13.25C13.5261 7 13.75 7.22386 13.75 7.5C13.75 7.77614 13.5261 8 13.25 8H1.75C1.47386 8 1.25 7.77614 1.25 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ee=["color"],Me=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ee);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("rect",{x:"7",y:"5.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"3.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"13.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"1.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"13",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"5",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"3",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"9",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"11",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"9.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"7",y:"11.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("rect",{x:"1",y:"7.025",width:"1",height:"1",rx:".5",fill:o}),(0,r.createElement)("path",{d:"M1 1.49994C1 1.2238 1.22386 0.999939 1.5 0.999939H6V1.99994H2V5.99994H1V1.49994ZM13 1.99994H9V0.999939H13.5C13.7761 0.999939 14 1.2238 14 1.49994V5.99994H13V1.99994ZM1 13.4999V8.99994H2V12.9999H6V13.9999H1.5C1.22386 13.9999 1 13.7761 1 13.4999ZM13 12.9999V8.99994H14V13.4999C14 13.7761 13.7761 13.9999 13.5 13.9999H9.5V12.9999H13Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),je=["color"],Se=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,je);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 3C1.22386 3 1 3.22386 1 3.5C1 3.77614 1.22386 4 1.5 4H13.5C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3H1.5ZM1 7.5C1 7.22386 1.22386 7 1.5 7H3.5C3.77614 7 4 7.22386 4 7.5C4 7.77614 3.77614 8 3.5 8H1.5C1.22386 8 1 7.77614 1 7.5ZM1 11.5C1 11.2239 1.22386 11 1.5 11C1.77614 11 2 11.2239 2 11.5C2 11.7761 1.77614 12 1.5 12C1.22386 12 1 11.7761 1 11.5ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11ZM11 11.5C11 11.2239 11.2239 11 11.5 11C11.7761 11 12 11.2239 12 11.5C12 11.7761 11.7761 12 11.5 12C11.2239 12 11 11.7761 11 11.5ZM13.5 11C13.2239 11 13 11.2239 13 11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5C14 11.2239 13.7761 11 13.5 11ZM6.5 7C6.22386 7 6 7.22386 6 7.5C6 7.77614 6.22386 8 6.5 8H8.5C8.77614 8 9 7.77614 9 7.5C9 7.22386 8.77614 7 8.5 7H6.5ZM11 7.5C11 7.22386 11.2239 7 11.5 7H13.5C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H11.5C11.2239 8 11 7.77614 11 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pe=["color"],Ae=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14 1.75L1 1.75L1 0.249999L14 0.25L14 1.75Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("rect",{x:"8",y:"10",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 10)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"10",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 10)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"12",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 12)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"12",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 12)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 8)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 14)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 8)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 14)",fill:o}),(0,r.createElement)("rect",{x:"10",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 10 8)",fill:o}),(0,r.createElement)("rect",{x:"10",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 10 14)",fill:o}),(0,r.createElement)("rect",{x:"12",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 12 8)",fill:o}),(0,r.createElement)("rect",{x:"12",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 12 14)",fill:o}),(0,r.createElement)("rect",{x:"6",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 6 8)",fill:o}),(0,r.createElement)("rect",{x:"6",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 6 14)",fill:o}),(0,r.createElement)("rect",{x:"4",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 4 8)",fill:o}),(0,r.createElement)("rect",{x:"4",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 4 14)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"6",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 6)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"6",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 6)",fill:o}),(0,r.createElement)("rect",{x:"8",y:"4",width:"1",height:"1",rx:".5",transform:"rotate(-180 8 4)",fill:o}),(0,r.createElement)("rect",{x:"2",y:"4",width:"1",height:"1",rx:".5",transform:"rotate(-180 2 4)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"10",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 10)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"12",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 12)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"8",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 8)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"14",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 14)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"6",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 6)",fill:o}),(0,r.createElement)("rect",{x:"14",y:"4",width:"1",height:"1",rx:".5",transform:"rotate(-180 14 4)",fill:o}))}),ke=["color"],Te=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ke);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 3H14V4H1V3ZM1 6H14V8H1V6ZM14 10.25H1V12.75H14V10.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),De=["color"],Ie=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,De);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.5 2H2.5C2.22386 2 2 2.22386 2 2.5V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V2.5C13 2.22386 12.7761 2 12.5 2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Le=["color"],Re=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Le);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.99998 0.999976C1.44769 0.999976 0.999976 1.44769 0.999976 1.99998V13C0.999976 13.5523 1.44769 14 1.99998 14H13C13.5523 14 14 13.5523 14 13V1.99998C14 1.44769 13.5523 0.999976 13 0.999976H1.99998ZM1.99998 1.99998L13 1.99998V13H1.99998V1.99998ZM4.49996 3.99996C4.22382 3.99996 3.99996 4.22382 3.99996 4.49996V10.5C3.99996 10.7761 4.22382 11 4.49996 11H10.5C10.7761 11 11 10.7761 11 10.5V4.49996C11 4.22382 10.7761 3.99996 10.5 3.99996H4.49996ZM4.99996 9.99996V4.99996H9.99996V9.99996H4.99996Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fe=["color"],Ne=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 5H13C13.5523 5 14 5.44772 14 6V9C14 9.55228 13.5523 10 13 10H2C1.44772 10 1 9.55228 1 9V6C1 5.44772 1.44772 5 2 5ZM0 6C0 4.89543 0.895431 4 2 4H13C14.1046 4 15 4.89543 15 6V9C15 10.1046 14.1046 11 13 11H2C0.89543 11 0 10.1046 0 9V6ZM4.5 6.75C4.08579 6.75 3.75 7.08579 3.75 7.5C3.75 7.91421 4.08579 8.25 4.5 8.25C4.91421 8.25 5.25 7.91421 5.25 7.5C5.25 7.08579 4.91421 6.75 4.5 6.75ZM6.75 7.5C6.75 7.08579 7.08579 6.75 7.5 6.75C7.91421 6.75 8.25 7.08579 8.25 7.5C8.25 7.91421 7.91421 8.25 7.5 8.25C7.08579 8.25 6.75 7.91421 6.75 7.5ZM10.5 6.75C10.0858 6.75 9.75 7.08579 9.75 7.5C9.75 7.91421 10.0858 8.25 10.5 8.25C10.9142 8.25 11.25 7.91421 11.25 7.5C11.25 7.08579 10.9142 6.75 10.5 6.75Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),He=["color"],Be=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,He);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.5 1C4.77614 1 5 1.22386 5 1.5V2H10V1.5C10 1.22386 10.2239 1 10.5 1C10.7761 1 11 1.22386 11 1.5V2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V3.5C1 2.67157 1.67157 2 2.5 2H4V1.5C4 1.22386 4.22386 1 4.5 1ZM10 3V3.5C10 3.77614 10.2239 4 10.5 4C10.7761 4 11 3.77614 11 3.5V3H12.5C12.7761 3 13 3.22386 13 3.5V5H2V3.5C2 3.22386 2.22386 3 2.5 3H4V3.5C4 3.77614 4.22386 4 4.5 4C4.77614 4 5 3.77614 5 3.5V3H10ZM2 6V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V6H2ZM7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5ZM9.5 7C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7ZM11 7.5C11 7.22386 11.2239 7 11.5 7C11.7761 7 12 7.22386 12 7.5C12 7.77614 11.7761 8 11.5 8C11.2239 8 11 7.77614 11 7.5ZM11.5 9C11.2239 9 11 9.22386 11 9.5C11 9.77614 11.2239 10 11.5 10C11.7761 10 12 9.77614 12 9.5C12 9.22386 11.7761 9 11.5 9ZM9 9.5C9 9.22386 9.22386 9 9.5 9C9.77614 9 10 9.22386 10 9.5C10 9.77614 9.77614 10 9.5 10C9.22386 10 9 9.77614 9 9.5ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9ZM5 9.5C5 9.22386 5.22386 9 5.5 9C5.77614 9 6 9.22386 6 9.5C6 9.77614 5.77614 10 5.5 10C5.22386 10 5 9.77614 5 9.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10C3.77614 10 4 9.77614 4 9.5C4 9.22386 3.77614 9 3.5 9ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ve=["color"],$e=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ve);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 3C1.44772 3 1 3.44772 1 4V11C1 11.5523 1.44772 12 2 12H13C13.5523 12 14 11.5523 14 11V4C14 3.44772 13.5523 3 13 3H2ZM0 4C0 2.89543 0.895431 2 2 2H13C14.1046 2 15 2.89543 15 4V11C15 12.1046 14.1046 13 13 13H2C0.895431 13 0 12.1046 0 11V4ZM2 4.25C2 4.11193 2.11193 4 2.25 4H4.75C4.88807 4 5 4.11193 5 4.25V5.75454C5 5.89261 4.88807 6.00454 4.75 6.00454H2.25C2.11193 6.00454 2 5.89261 2 5.75454V4.25ZM12.101 7.58421C12.101 9.02073 10.9365 10.1853 9.49998 10.1853C8.06346 10.1853 6.89893 9.02073 6.89893 7.58421C6.89893 6.14769 8.06346 4.98315 9.49998 4.98315C10.9365 4.98315 12.101 6.14769 12.101 7.58421ZM13.101 7.58421C13.101 9.57302 11.4888 11.1853 9.49998 11.1853C7.51117 11.1853 5.89893 9.57302 5.89893 7.58421C5.89893 5.5954 7.51117 3.98315 9.49998 3.98315C11.4888 3.98315 13.101 5.5954 13.101 7.58421Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ze=["color"],ze=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ze);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 3.5C2 3.22386 2.22386 3 2.5 3H12.5C12.7761 3 13 3.22386 13 3.5V9.5C13 9.77614 12.7761 10 12.5 10H2.5C2.22386 10 2 9.77614 2 9.5V3.5ZM2 10.9146C1.4174 10.7087 1 10.1531 1 9.5V3.5C1 2.67157 1.67157 2 2.5 2H12.5C13.3284 2 14 2.67157 14 3.5V9.5C14 10.1531 13.5826 10.7087 13 10.9146V11.5C13 12.3284 12.3284 13 11.5 13H3.5C2.67157 13 2 12.3284 2 11.5V10.9146ZM12 11V11.5C12 11.7761 11.7761 12 11.5 12H3.5C3.22386 12 3 11.7761 3 11.5V11H12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),We=["color"],Ue=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,We);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.5 3C2.22386 3 2 3.22386 2 3.5V9.5C2 9.77614 2.22386 10 2.5 10H12.5C12.7761 10 13 9.77614 13 9.5V3.5C13 3.22386 12.7761 3 12.5 3H2.5ZM1 9.5C1 10.1531 1.4174 10.7087 2 10.9146V11.5C2 12.3284 2.67157 13 3.5 13H11.5C12.3284 13 13 12.3284 13 11.5V10.9146C13.5826 10.7087 14 10.1531 14 9.5V3.5C14 2.67157 13.3284 2 12.5 2H2.5C1.67157 2 1 2.67157 1 3.5V9.5ZM12 11.5V11H3V11.5C3 11.7761 3.22386 12 3.5 12H11.5C11.7761 12 12 11.7761 12 11.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5C5 6.77614 5.22386 7 5.5 7H9.5C9.77614 7 10 6.77614 10 6.5C10 6.22386 9.77614 6 9.5 6H5.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ge=["color"],Ye=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ge);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 3.5C2 3.22386 2.22386 3 2.5 3H12.5C12.7761 3 13 3.22386 13 3.5V9.5C13 9.77614 12.7761 10 12.5 10H2.5C2.22386 10 2 9.77614 2 9.5V3.5ZM2 10.9146C1.4174 10.7087 1 10.1531 1 9.5V3.5C1 2.67157 1.67157 2 2.5 2H12.5C13.3284 2 14 2.67157 14 3.5V9.5C14 10.1531 13.5826 10.7087 13 10.9146V11.5C13 12.3284 12.3284 13 11.5 13H3.5C2.67157 13 2 12.3284 2 11.5V10.9146ZM12 11V11.5C12 11.7761 11.7761 12 11.5 12H3.5C3.22386 12 3 11.7761 3 11.5V11H12ZM5 6.5C5 6.22386 5.22386 6 5.5 6H7V4.5C7 4.22386 7.22386 4 7.5 4C7.77614 4 8 4.22386 8 4.5V6H9.5C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H8V8.5C8 8.77614 7.77614 9 7.5 9C7.22386 9 7 8.77614 7 8.5V7H5.5C5.22386 7 5 6.77614 5 6.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qe=["color"],Ke=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.18179 6.18181C4.35753 6.00608 4.64245 6.00608 4.81819 6.18181L7.49999 8.86362L10.1818 6.18181C10.3575 6.00608 10.6424 6.00608 10.8182 6.18181C10.9939 6.35755 10.9939 6.64247 10.8182 6.81821L7.81819 9.81821C7.73379 9.9026 7.61934 9.95001 7.49999 9.95001C7.38064 9.95001 7.26618 9.9026 7.18179 9.81821L4.18179 6.81821C4.00605 6.64247 4.00605 6.35755 4.18179 6.18181Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xe=["color"],Je=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qe=["color"],et=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qe);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.18194 4.18185C6.35767 4.00611 6.6426 4.00611 6.81833 4.18185L9.81833 7.18185C9.90272 7.26624 9.95013 7.3807 9.95013 7.50005C9.95013 7.6194 9.90272 7.73386 9.81833 7.81825L6.81833 10.8182C6.6426 10.994 6.35767 10.994 6.18194 10.8182C6.0062 10.6425 6.0062 10.3576 6.18194 10.1819L8.86374 7.50005L6.18194 4.81825C6.0062 4.64251 6.0062 4.35759 6.18194 4.18185Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),tt=["color"],nt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,tt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),rt=["color"],it=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,rt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.18179 8.81819C4.00605 8.64245 4.00605 8.35753 4.18179 8.18179L7.18179 5.18179C7.26618 5.0974 7.38064 5.04999 7.49999 5.04999C7.61933 5.04999 7.73379 5.0974 7.81819 5.18179L10.8182 8.18179C10.9939 8.35753 10.9939 8.64245 10.8182 8.81819C10.6424 8.99392 10.3575 8.99392 10.1818 8.81819L7.49999 6.13638L4.81819 8.81819C4.64245 8.99392 4.35753 8.99392 4.18179 8.81819Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ot=["color"],at=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ot);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.5 3L2.5 3.00002C1.67157 3.00002 1 3.6716 1 4.50002V9.50003C1 10.3285 1.67157 11 2.5 11H7.50003C7.63264 11 7.75982 11.0527 7.85358 11.1465L10 13.2929V11.5C10 11.2239 10.2239 11 10.5 11H12.5C13.3284 11 14 10.3285 14 9.50003V4.5C14 3.67157 13.3284 3 12.5 3ZM2.49999 2.00002L12.5 2C13.8807 2 15 3.11929 15 4.5V9.50003C15 10.8807 13.8807 12 12.5 12H11V14.5C11 14.7022 10.8782 14.8845 10.6913 14.9619C10.5045 15.0393 10.2894 14.9965 10.1464 14.8536L7.29292 12H2.5C1.11929 12 0 10.8807 0 9.50003V4.50002C0 3.11931 1.11928 2.00003 2.49999 2.00002Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),st=["color"],ct=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,st);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),lt=["color"],ut=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,lt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 11.1575 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1576 0.877045 7.49991 0.877045ZM1.82708 7.49988C1.82708 4.36686 4.36689 1.82704 7.49991 1.82704C10.6329 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49988ZM10.1589 5.53774C10.3178 5.31191 10.2636 5.00001 10.0378 4.84109C9.81194 4.68217 9.50004 4.73642 9.34112 4.96225L6.51977 8.97154L5.35681 7.78706C5.16334 7.59002 4.84677 7.58711 4.64973 7.78058C4.45268 7.97404 4.44978 8.29061 4.64325 8.48765L6.22658 10.1003C6.33054 10.2062 6.47617 10.2604 6.62407 10.2483C6.77197 10.2363 6.90686 10.1591 6.99226 10.0377L10.1589 5.53774Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),dt=["color"],ft=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,dt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 3H12V12H3L3 3ZM2 3C2 2.44771 2.44772 2 3 2H12C12.5523 2 13 2.44772 13 3V12C13 12.5523 12.5523 13 12 13H3C2.44771 13 2 12.5523 2 12V3ZM10.3498 5.51105C10.506 5.28337 10.4481 4.97212 10.2204 4.81587C9.99275 4.65961 9.6815 4.71751 9.52525 4.94519L6.64048 9.14857L5.19733 7.40889C5.02102 7.19635 4.7058 7.16699 4.49327 7.34329C4.28073 7.5196 4.25137 7.83482 4.42767 8.04735L6.2934 10.2964C6.39348 10.4171 6.54437 10.4838 6.70097 10.4767C6.85757 10.4695 7.00177 10.3894 7.09047 10.2601L10.3498 5.51105Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ht=["color"],pt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ht);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),mt=["color"],gt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,mt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.84182 3.13514C9.04327 3.32401 9.05348 3.64042 8.86462 3.84188L5.43521 7.49991L8.86462 11.1579C9.05348 11.3594 9.04327 11.6758 8.84182 11.8647C8.64036 12.0535 8.32394 12.0433 8.13508 11.8419L4.38508 7.84188C4.20477 7.64955 4.20477 7.35027 4.38508 7.15794L8.13508 3.15794C8.32394 2.95648 8.64036 2.94628 8.84182 3.13514Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),vt=["color"],yt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0535 6.1584 11.8646C5.95694 11.6757 5.94673 11.3593 6.1356 11.1579L9.565 7.49985L6.1356 3.84182C5.94673 3.64036 5.95694 3.32394 6.1584 3.13508Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ct=["color"],bt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ct);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.13523 8.84197C3.3241 9.04343 3.64052 9.05363 3.84197 8.86477L7.5 5.43536L11.158 8.86477C11.3595 9.05363 11.6759 9.04343 11.8648 8.84197C12.0536 8.64051 12.0434 8.32409 11.842 8.13523L7.84197 4.38523C7.64964 4.20492 7.35036 4.20492 7.15803 4.38523L3.15803 8.13523C2.95657 8.32409 2.94637 8.64051 3.13523 8.84197Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wt=["color"],_t=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.49991C0.877075 3.84222 3.84222 0.877075 7.49991 0.877075C11.1576 0.877075 14.1227 3.84222 14.1227 7.49991C14.1227 11.1576 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1576 0.877075 7.49991ZM7.49991 1.82708C4.36689 1.82708 1.82708 4.36689 1.82708 7.49991C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49991C13.1727 4.36689 10.6329 1.82708 7.49991 1.82708Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xt=["color"],Ot=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.877075C3.84222 0.877075 0.877075 3.84222 0.877075 7.49991C0.877075 11.1576 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1576 14.1227 7.49991C14.1227 3.84222 11.1576 0.877075 7.49991 0.877075ZM3.85768 3.15057C4.84311 2.32448 6.11342 1.82708 7.49991 1.82708C10.6329 1.82708 13.1727 4.36689 13.1727 7.49991C13.1727 8.88638 12.6753 10.1567 11.8492 11.1421L3.85768 3.15057ZM3.15057 3.85768C2.32448 4.84311 1.82708 6.11342 1.82708 7.49991C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C8.88638 13.1727 10.1567 12.6753 11.1421 11.8492L3.15057 3.85768Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Et=["color"],Mt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Et);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 2V1H10V2H5ZM4.75 0C4.33579 0 4 0.335786 4 0.75V1H3.5C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V2.5C13 1.67157 12.3284 1 11.5 1H11V0.75C11 0.335786 10.6642 0 10.25 0H4.75ZM11 2V2.25C11 2.66421 10.6642 3 10.25 3H4.75C4.33579 3 4 2.66421 4 2.25V2H3.5C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V2.5C12 2.22386 11.7761 2 11.5 2H11Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),jt=["color"],St=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,jt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 2V1H10V2H5ZM4.75 0C4.33579 0 4 0.335786 4 0.75V1H3.5C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H7V13H3.5C3.22386 13 3 12.7761 3 12.5V2.5C3 2.22386 3.22386 2 3.5 2H4V2.25C4 2.66421 4.33579 3 4.75 3H10.25C10.6642 3 11 2.66421 11 2.25V2H11.5C11.7761 2 12 2.22386 12 2.5V7H13V2.5C13 1.67157 12.3284 1 11.5 1H11V0.75C11 0.335786 10.6642 0 10.25 0H4.75ZM9 8.5C9 8.77614 8.77614 9 8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5ZM10.5 9C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8C10.2239 8 10 8.22386 10 8.5C10 8.77614 10.2239 9 10.5 9ZM13 8.5C13 8.77614 12.7761 9 12.5 9C12.2239 9 12 8.77614 12 8.5C12 8.22386 12.2239 8 12.5 8C12.7761 8 13 8.22386 13 8.5ZM14.5 9C14.7761 9 15 8.77614 15 8.5C15 8.22386 14.7761 8 14.5 8C14.2239 8 14 8.22386 14 8.5C14 8.77614 14.2239 9 14.5 9ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5ZM14.5 13C14.7761 13 15 12.7761 15 12.5C15 12.2239 14.7761 12 14.5 12C14.2239 12 14 12.2239 14 12.5C14 12.7761 14.2239 13 14.5 13ZM14.5 15C14.7761 15 15 14.7761 15 14.5C15 14.2239 14.7761 14 14.5 14C14.2239 14 14 14.2239 14 14.5C14 14.7761 14.2239 15 14.5 15ZM8.5 11C8.77614 11 9 10.7761 9 10.5C9 10.2239 8.77614 10 8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11ZM9 12.5C9 12.7761 8.77614 13 8.5 13C8.22386 13 8 12.7761 8 12.5C8 12.2239 8.22386 12 8.5 12C8.77614 12 9 12.2239 9 12.5ZM8.5 15C8.77614 15 9 14.7761 9 14.5C9 14.2239 8.77614 14 8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15ZM11 14.5C11 14.7761 10.7761 15 10.5 15C10.2239 15 10 14.7761 10 14.5C10 14.2239 10.2239 14 10.5 14C10.7761 14 11 14.2239 11 14.5ZM12.5 15C12.7761 15 13 14.7761 13 14.5C13 14.2239 12.7761 14 12.5 14C12.2239 14 12 14.2239 12 14.5C12 14.7761 12.2239 15 12.5 15Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pt=["color"],At=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.50009 0.877014C3.84241 0.877014 0.877258 3.84216 0.877258 7.49984C0.877258 11.1575 3.8424 14.1227 7.50009 14.1227C11.1578 14.1227 14.1229 11.1575 14.1229 7.49984C14.1229 3.84216 11.1577 0.877014 7.50009 0.877014ZM1.82726 7.49984C1.82726 4.36683 4.36708 1.82701 7.50009 1.82701C10.6331 1.82701 13.1729 4.36683 13.1729 7.49984C13.1729 10.6328 10.6331 13.1727 7.50009 13.1727C4.36708 13.1727 1.82726 10.6328 1.82726 7.49984ZM8 4.50001C8 4.22387 7.77614 4.00001 7.5 4.00001C7.22386 4.00001 7 4.22387 7 4.50001V7.50001C7 7.63262 7.05268 7.7598 7.14645 7.85357L9.14645 9.85357C9.34171 10.0488 9.65829 10.0488 9.85355 9.85357C10.0488 9.65831 10.0488 9.34172 9.85355 9.14646L8 7.29291V4.50001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),kt=["color"],Tt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,kt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.96424 2.68571C10.0668 2.42931 9.94209 2.13833 9.6857 2.03577C9.4293 1.93322 9.13832 2.05792 9.03576 2.31432L5.03576 12.3143C4.9332 12.5707 5.05791 12.8617 5.3143 12.9642C5.5707 13.0668 5.86168 12.9421 5.96424 12.6857L9.96424 2.68571ZM3.85355 5.14646C4.04882 5.34172 4.04882 5.6583 3.85355 5.85356L2.20711 7.50001L3.85355 9.14646C4.04882 9.34172 4.04882 9.6583 3.85355 9.85356C3.65829 10.0488 3.34171 10.0488 3.14645 9.85356L1.14645 7.85356C0.951184 7.6583 0.951184 7.34172 1.14645 7.14646L3.14645 5.14646C3.34171 4.9512 3.65829 4.9512 3.85355 5.14646ZM11.1464 5.14646C11.3417 4.9512 11.6583 4.9512 11.8536 5.14646L13.8536 7.14646C14.0488 7.34172 14.0488 7.6583 13.8536 7.85356L11.8536 9.85356C11.6583 10.0488 11.3417 10.0488 11.1464 9.85356C10.9512 9.6583 10.9512 9.34172 11.1464 9.14646L12.7929 7.50001L11.1464 5.85356C10.9512 5.6583 10.9512 5.34172 11.1464 5.14646Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Dt=["color"],It=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Dt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.71144 0.796902C7.57741 0.734357 7.42257 0.734357 7.28855 0.796902L1.28855 3.5969C1.11251 3.67905 0.999993 3.85573 0.999993 4.04999V10.95C0.999993 11.1443 1.11251 11.3209 1.28855 11.4031L7.28855 14.2031C7.42257 14.2656 7.57741 14.2656 7.71144 14.2031L13.7114 11.4031C13.8875 11.3209 14 11.1443 14 10.95V4.04999C14 3.85573 13.8875 3.67905 13.7114 3.5969L7.71144 0.796902ZM7.49999 3.15674L5.98039 2.51091L7.49999 1.80176L9.01959 2.51091L7.49999 3.15674ZM7.69556 4.16018L10.2382 3.07958L12.2719 4.02865L7.49999 6.05671L2.72808 4.02865L4.76181 3.07958L7.30442 4.16018C7.42939 4.2133 7.57059 4.2133 7.69556 4.16018ZM7.99999 6.93078L13 4.80578V7.92966L11.0821 8.8119C10.7273 8.97509 10.5 9.32988 10.5 9.72039V11.7982L7.99999 12.9649V6.93078ZM11.5 11.3316L13 10.6316V9.03039L11.5 9.72039V11.3316ZM6.99999 6.93078V12.9649L4.50231 11.7993V9.72036C4.50231 9.32985 4.27499 8.97506 3.92022 8.81187L1.99999 7.92856V4.80578L6.99999 6.93078ZM1.99999 10.6316L3.50231 11.3326L3.50231 9.72036L1.99999 9.02929V10.6316Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Lt=["color"],Rt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Lt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.49985C0.877075 3.84216 3.84222 0.877014 7.49991 0.877014C11.1576 0.877014 14.1227 3.84216 14.1227 7.49985C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49985ZM3.78135 3.21565C4.68298 2.43239 5.83429 1.92904 7.09998 1.84089V6.53429L3.78135 3.21565ZM3.21567 3.78134C2.43242 4.68298 1.92909 5.83428 1.84095 7.09997H6.5343L3.21567 3.78134ZM6.5343 7.89997H1.84097C1.92916 9.16562 2.43253 10.3169 3.21579 11.2185L6.5343 7.89997ZM3.78149 11.7842C4.6831 12.5673 5.83435 13.0707 7.09998 13.1588V8.46566L3.78149 11.7842ZM7.89998 8.46566V13.1588C9.16559 13.0706 10.3168 12.5673 11.2184 11.7841L7.89998 8.46566ZM11.7841 11.2184C12.5673 10.3168 13.0707 9.16558 13.1588 7.89997H8.46567L11.7841 11.2184ZM8.46567 7.09997H13.1589C13.0707 5.83432 12.5674 4.68305 11.7842 3.78143L8.46567 7.09997ZM11.2185 3.21573C10.3169 2.43246 9.16565 1.92909 7.89998 1.8409V6.53429L11.2185 3.21573Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ft=["color"],Nt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ft);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.00012 1.5C8.00012 1.22386 7.77626 1 7.50012 1C7.22398 1 7.00012 1.22386 7.00012 1.5V13.5C7.00012 13.7761 7.22398 14 7.50012 14C7.77626 14 8.00012 13.7761 8.00012 13.5V1.5ZM3.31812 5.818C3.49386 5.64227 3.49386 5.35734 3.31812 5.18161C3.14239 5.00587 2.85746 5.00587 2.68173 5.18161L0.681729 7.18161C0.505993 7.35734 0.505993 7.64227 0.681729 7.818L2.68173 9.818C2.85746 9.99374 3.14239 9.99374 3.31812 9.818C3.49386 9.64227 3.49386 9.35734 3.31812 9.18161L2.08632 7.9498H5.50017C5.7487 7.9498 5.95017 7.74833 5.95017 7.4998C5.95017 7.25128 5.7487 7.0498 5.50017 7.0498H2.08632L3.31812 5.818ZM12.3181 5.18161C12.1424 5.00587 11.8575 5.00587 11.6817 5.18161C11.506 5.35734 11.506 5.64227 11.6817 5.818L12.9135 7.0498H9.50017C9.25164 7.0498 9.05017 7.25128 9.05017 7.4998C9.05017 7.74833 9.25164 7.9498 9.50017 7.9498H12.9135L11.6817 9.18161C11.506 9.35734 11.506 9.64227 11.6817 9.818C11.8575 9.99374 12.1424 9.99374 12.3181 9.818L14.3181 7.818C14.4939 7.64227 14.4939 7.35734 14.3181 7.18161L12.3181 5.18161Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ht=["color"],Bt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ht);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.14998 14V1H0.849976V14H2.14998ZM6.14998 14V1H4.84998V14H6.14998ZM10.15 1V14H8.84998V1H10.15ZM14.15 14V1H12.85V14H14.15Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vt=["color"],$t=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.94969 7.49989C9.94969 8.85288 8.85288 9.94969 7.49989 9.94969C6.14691 9.94969 5.0501 8.85288 5.0501 7.49989C5.0501 6.14691 6.14691 5.0501 7.49989 5.0501C8.85288 5.0501 9.94969 6.14691 9.94969 7.49989ZM10.8632 8C10.6213 9.64055 9.20764 10.8997 7.49989 10.8997C5.79214 10.8997 4.37847 9.64055 4.13662 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H4.13659C4.37835 5.35935 5.79206 4.1001 7.49989 4.1001C9.20772 4.1001 10.6214 5.35935 10.8632 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H10.8632Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zt=["color"],zt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.67129 3.14634C4.47603 3.34161 4.47603 3.65819 4.67129 3.85345L7.14616 6.32833C7.34142 6.52359 7.65801 6.52359 7.85327 6.32833L10.3281 3.85345C10.5234 3.65819 10.5234 3.34161 10.3281 3.14634L7.85327 0.671471C7.65801 0.476209 7.34142 0.476209 7.14616 0.671471L4.67129 3.14634ZM7.49971 5.26766L5.73195 3.4999L7.49971 1.73213L9.26748 3.4999L7.49971 5.26766ZM8.67129 7.14634C8.47603 7.34161 8.47603 7.65819 8.67129 7.85345L11.1462 10.3283C11.3414 10.5236 11.658 10.5236 11.8533 10.3283L14.3281 7.85345C14.5234 7.65819 14.5234 7.34161 14.3281 7.14634L11.8533 4.67147C11.658 4.47621 11.3414 4.47621 11.1462 4.67147L8.67129 7.14634ZM11.4997 9.26766L9.73195 7.4999L11.4997 5.73213L13.2675 7.4999L11.4997 9.26766ZM4.67129 11.8535C4.47603 11.6582 4.47603 11.3416 4.67129 11.1463L7.14616 8.67147C7.34142 8.47621 7.65801 8.47621 7.85327 8.67147L10.3281 11.1463C10.5234 11.3416 10.5234 11.6582 10.3281 11.8535L7.85327 14.3283C7.65801 14.5236 7.34142 14.5236 7.14616 14.3283L4.67129 11.8535ZM5.73195 11.4999L7.49971 13.2677L9.26748 11.4999L7.49971 9.73213L5.73195 11.4999ZM0.671288 7.14649C0.476026 7.34175 0.476026 7.65834 0.671288 7.8536L3.14616 10.3285C3.34142 10.5237 3.65801 10.5237 3.85327 10.3285L6.32814 7.8536C6.5234 7.65834 6.5234 7.34175 6.32814 7.14649L3.85327 4.67162C3.65801 4.47636 3.34142 4.47636 3.14616 4.67162L0.671288 7.14649ZM3.49972 9.26781L1.73195 7.50005L3.49972 5.73228L5.26748 7.50005L3.49972 9.26781Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wt=["color"],Ut=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.87935 1H3.9H11.1H11.1207C11.5231 0.999994 11.8553 0.999989 12.1259 1.0221C12.407 1.04506 12.6653 1.09434 12.908 1.21799C13.2843 1.40973 13.5903 1.7157 13.782 2.09202C13.9057 2.33469 13.9549 2.59304 13.9779 2.87409C14 3.14468 14 3.47686 14 3.87934V3.9V11.1V11.1207C14 11.5231 14 11.8553 13.9779 12.1259C13.9549 12.407 13.9057 12.6653 13.782 12.908C13.5903 13.2843 13.2843 13.5903 12.908 13.782C12.6653 13.9057 12.407 13.9549 12.1259 13.9779C11.8553 14 11.5231 14 11.1207 14H11.1H3.9H3.87934C3.47686 14 3.14468 14 2.87409 13.9779C2.59304 13.9549 2.33469 13.9057 2.09202 13.782C1.7157 13.5903 1.40973 13.2843 1.21799 12.908C1.09434 12.6653 1.04506 12.407 1.0221 12.1259C0.999989 11.8553 0.999994 11.5231 1 11.1207V11.1207V11.1V3.9V3.87935V3.87934C0.999994 3.47686 0.999989 3.14468 1.0221 2.87409C1.04506 2.59304 1.09434 2.33469 1.21799 2.09202C1.40973 1.7157 1.7157 1.40973 2.09202 1.21799C2.33469 1.09434 2.59304 1.04506 2.87409 1.0221C3.14469 0.999989 3.47687 0.999994 3.87935 1ZM2.95552 2.01878C2.73631 2.03669 2.62421 2.06915 2.54601 2.10899C2.35785 2.20487 2.20487 2.35785 2.10899 2.54601C2.06915 2.62421 2.03669 2.73631 2.01878 2.95552C2.00039 3.18056 2 3.47171 2 3.9V7H7V2H3.9C3.47171 2 3.18056 2.00039 2.95552 2.01878ZM7 8H2V11.1C2 11.5283 2.00039 11.8194 2.01878 12.0445C2.03669 12.2637 2.06915 12.3758 2.10899 12.454C2.20487 12.6422 2.35785 12.7951 2.54601 12.891C2.62421 12.9309 2.73631 12.9633 2.95552 12.9812C3.18056 12.9996 3.47171 13 3.9 13H7V8ZM8 8H13V11.1C13 11.5283 12.9996 11.8194 12.9812 12.0445C12.9633 12.2637 12.9309 12.3758 12.891 12.454C12.7951 12.6422 12.6422 12.7951 12.454 12.891C12.3758 12.9309 12.2637 12.9633 12.0445 12.9812C11.8194 12.9996 11.5283 13 11.1 13H8V8ZM13 7H8V2H11.1C11.5283 2 11.8194 2.00039 12.0445 2.01878C12.2637 2.03669 12.3758 2.06915 12.454 2.10899C12.6422 2.20487 12.7951 2.35785 12.891 2.54601C12.9309 2.62421 12.9633 2.73631 12.9812 2.95552C12.9996 3.18056 13 3.47171 13 3.9V7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Gt=["color"],Yt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Gt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.85367 1.48956C7.65841 1.29429 7.34182 1.29429 7.14656 1.48956L1.48971 7.14641C1.29445 7.34167 1.29445 7.65825 1.48971 7.85352L7.14656 13.5104C7.34182 13.7056 7.65841 13.7056 7.85367 13.5104L13.5105 7.85352C13.7058 7.65825 13.7058 7.34167 13.5105 7.14641L7.85367 1.48956ZM7.5 2.55033L2.55037 7.49996L7.5 12.4496V2.55033Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qt=["color"],Kt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.1465 1.48959C7.34176 1.29432 7.65835 1.29432 7.85361 1.48959L13.5105 7.14644C13.7057 7.3417 13.7057 7.65829 13.5105 7.85355L7.85361 13.5104C7.65835 13.7057 7.34176 13.7057 7.1465 13.5104L1.48965 7.85355C1.29439 7.65829 1.29439 7.3417 1.48965 7.14644L7.1465 1.48959ZM7.50005 2.55025L2.55031 7.49999L7.50005 12.4497L12.4498 7.49999L7.50005 2.55025Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xt=["color"],Jt=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.85361 1.48959C7.65835 1.29432 7.34176 1.29432 7.1465 1.48959L1.48965 7.14644C1.29439 7.3417 1.29439 7.65829 1.48965 7.85355L3.9645 10.3284L1.64644 12.6464C1.45118 12.8417 1.45118 13.1583 1.64644 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.6716 11.0355L7.1465 13.5104C7.34176 13.7057 7.65835 13.7057 7.85361 13.5104L13.5105 7.85355C13.7057 7.65829 13.7057 7.3417 13.5105 7.14644L11.0356 4.67154L13.3535 2.35355C13.5488 2.15829 13.5488 1.84171 13.3535 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.3285 3.96443L7.85361 1.48959ZM9.62135 4.67154L7.50005 2.55025L2.55031 7.49999L4.6716 9.62129L9.62135 4.67154ZM5.37871 10.3284L7.50005 12.4497L12.4498 7.49999L10.3285 5.37865L5.37871 10.3284Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qt=["color"],en=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qt);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.8034 7.14644C12.9986 6.95118 13.3152 6.95118 13.5105 7.14644C13.7057 7.3417 13.7057 7.65829 13.5105 7.85355C13.3152 8.04881 12.9986 8.04881 12.8034 7.85355C12.6081 7.65828 12.6081 7.3417 12.8034 7.14644ZM12.0962 8.56065C12.2915 8.75592 12.2915 9.0725 12.0962 9.26776C11.901 9.46302 11.5844 9.46302 11.3891 9.26776C11.1939 9.0725 11.1939 8.75592 11.3891 8.56065C11.5844 8.36539 11.901 8.36539 12.0962 8.56065ZM10.682 9.97487C10.8773 10.1701 10.8773 10.4867 10.682 10.682C10.4868 10.8772 10.1702 10.8772 9.97493 10.682C9.77967 10.4867 9.77967 10.1701 9.97493 9.97487C10.1702 9.7796 10.4868 9.7796 10.682 9.97487ZM9.26782 11.3891C9.46308 11.5843 9.46308 11.9009 9.26782 12.0962C9.07256 12.2915 8.75598 12.2915 8.56071 12.0962C8.36545 11.9009 8.36545 11.5843 8.56072 11.3891C8.75598 11.1938 9.07256 11.1938 9.26782 11.3891ZM7.1465 13.5104C6.95124 13.3151 6.95124 12.9986 7.1465 12.8033C7.17091 12.7789 7.19721 12.7575 7.22494 12.7392C7.41901 12.6111 7.68275 12.6324 7.85361 12.8033C8.04887 12.9986 8.04887 13.3151 7.85361 13.5104C7.65835 13.7057 7.34176 13.7057 7.1465 13.5104Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M2.90386 8.56065C2.7086 8.75592 2.7086 9.0725 2.90386 9.26776 3.09912 9.46302 3.41571 9.46302 3.61097 9.26776 3.80623 9.0725 3.80623 8.75592 3.61097 8.56065 3.41571 8.36539 3.09912 8.36539 2.90386 8.56065zM4.31807 9.97487C4.12281 10.1701 4.12281 10.4867 4.31807 10.682 4.51334 10.8772 4.82992 10.8772 5.02518 10.682 5.22044 10.4867 5.22044 10.1701 5.02518 9.97487 4.82992 9.7796 4.51334 9.7796 4.31807 9.97487zM5.73229 11.3891C5.53703 11.5843 5.53703 11.9009 5.73229 12.0962 5.92755 12.2914 6.24413 12.2915 6.43939 12.0962 6.63466 11.9009 6.63466 11.5843 6.43939 11.3891 6.24413 11.1938 5.92755 11.1938 5.73229 11.3891zM2.19675 7.85355C2.36761 7.68269 2.38897 7.41895 2.26082 7.22488 2.09046 6.96684 1.71063 6.92546 1.48965 7.14644 1.29439 7.3417 1.29439 7.65829 1.48965 7.85355 1.68491 8.04881 2.00149 8.04881 2.19675 7.85355zM3.61097 5.73223C3.41571 5.53696 3.09912 5.53696 2.90386 5.73223 2.7086 5.92749 2.7086 6.24407 2.90386 6.43933 3.09912 6.6346 3.41571 6.6346 3.61097 6.43933 3.80623 6.24407 3.80623 5.92749 3.61097 5.73223zM5.02518 4.31801C4.82992 4.12275 4.51334 4.12275 4.31807 4.31801 4.12281 4.51328 4.12281 4.82986 4.31807 5.02512 4.51334 5.22038 4.82992 5.22038 5.02518 5.02512 5.22044 4.82986 5.22044 4.51328 5.02518 4.31801zM6.43939 2.9038C6.24413 2.70854 5.92755 2.70854 5.73229 2.9038 5.53703 3.09906 5.53703 3.41564 5.73229 3.61091 5.92755 3.80617 6.24413 3.80617 6.43939 3.61091 6.63466 3.41564 6.63466 3.09906 6.43939 2.9038zM7.85361 1.48959C7.65835 1.29432 7.34176 1.29432 7.1465 1.48959 6.95124 1.68485 6.95124 2.00143 7.1465 2.19669 7.34176 2.39196 7.65835 2.39196 7.85361 2.19669 8.04887 2.00143 8.04887 1.68485 7.85361 1.48959zM9.26782 2.9038C9.07256 2.70854 8.75598 2.70854 8.56071 2.9038 8.36545 3.09906 8.36545 3.41564 8.56071 3.61091 8.75598 3.80617 9.07256 3.80617 9.26782 3.61091 9.46308 3.41564 9.46308 3.09906 9.26782 2.9038zM10.682 4.31801C10.4868 4.12275 10.1702 4.12275 9.97493 4.31801 9.77967 4.51328 9.77967 4.82986 9.97493 5.02512 10.1702 5.22038 10.4868 5.22038 10.682 5.02512 10.8773 4.82986 10.8773 4.51328 10.682 4.31801zM12.0962 5.73223C11.901 5.53696 11.5844 5.53696 11.3891 5.73223 11.1939 5.92749 11.1939 6.24407 11.3891 6.43933 11.5844 6.6346 11.901 6.6346 12.0962 6.43933 12.2915 6.24407 12.2915 5.92749 12.0962 5.73223z",fill:o}))}),tn=["color"],nn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,tn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 1.5C2 1.77614 1.77614 2 1.5 2C1.22386 2 1 1.77614 1 1.5C1 1.22386 1.22386 1 1.5 1C1.77614 1 2 1.22386 2 1.5ZM5 13H10V2L5 2L5 13ZM4 13C4 13.5523 4.44772 14 5 14H10C10.5523 14 11 13.5523 11 13V2C11 1.44772 10.5523 1 10 1H5C4.44772 1 4 1.44771 4 2V13ZM13.5 2C13.7761 2 14 1.77614 14 1.5C14 1.22386 13.7761 1 13.5 1C13.2239 1 13 1.22386 13 1.5C13 1.77614 13.2239 2 13.5 2ZM2 3.5C2 3.77614 1.77614 4 1.5 4C1.22386 4 1 3.77614 1 3.5C1 3.22386 1.22386 3 1.5 3C1.77614 3 2 3.22386 2 3.5ZM13.5 4C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3C13.2239 3 13 3.22386 13 3.5C13 3.77614 13.2239 4 13.5 4ZM2 5.5C2 5.77614 1.77614 6 1.5 6C1.22386 6 1 5.77614 1 5.5C1 5.22386 1.22386 5 1.5 5C1.77614 5 2 5.22386 2 5.5ZM13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5C13.2239 5 13 5.22386 13 5.5C13 5.77614 13.2239 6 13.5 6ZM2 7.5C2 7.77614 1.77614 8 1.5 8C1.22386 8 1 7.77614 1 7.5C1 7.22386 1.22386 7 1.5 7C1.77614 7 2 7.22386 2 7.5ZM13.5 8C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7C13.2239 7 13 7.22386 13 7.5C13 7.77614 13.2239 8 13.5 8ZM2 9.5C2 9.77614 1.77614 10 1.5 10C1.22386 10 1 9.77614 1 9.5C1 9.22386 1.22386 9 1.5 9C1.77614 9 2 9.22386 2 9.5ZM13.5 10C13.7761 10 14 9.77614 14 9.5C14 9.22386 13.7761 9 13.5 9C13.2239 9 13 9.22386 13 9.5C13 9.77614 13.2239 10 13.5 10ZM2 11.5C2 11.7761 1.77614 12 1.5 12C1.22386 12 1 11.7761 1 11.5C1 11.2239 1.22386 11 1.5 11C1.77614 11 2 11.2239 2 11.5ZM13.5 12C13.7761 12 14 11.7761 14 11.5C14 11.2239 13.7761 11 13.5 11C13.2239 11 13 11.2239 13 11.5C13 11.7761 13.2239 12 13.5 12ZM2 13.5C2 13.7761 1.77614 14 1.5 14C1.22386 14 1 13.7761 1 13.5C1 13.2239 1.22386 13 1.5 13C1.77614 13 2 13.2239 2 13.5ZM13.5 14C13.7761 14 14 13.7761 14 13.5C14 13.2239 13.7761 13 13.5 13C13.2239 13 13 13.2239 13 13.5C13 13.7761 13.2239 14 13.5 14Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),rn=["color"],on=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,rn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.0697 1.76746C12.4807 1.21947 11.4605 0.454311 11.0495 1.0023C10.6385 1.55028 11.6588 2.31544 12.0697 1.76746ZM8.39263 1.07811C7.15585 0.950602 5.7823 1.16348 4.58433 1.70937C3.38552 2.25563 2.32735 3.15309 1.78844 4.41832C1.37574 5.38724 1.01715 6.28113 1.00088 7.44354C0.984724 8.59844 1.30522 9.96898 2.13174 11.928C2.61142 13.0649 4.03963 13.5446 5.13895 13.8079C6.40836 14.1119 7.80857 14.1914 8.6644 14.0742C9.36515 13.9782 10.1448 13.8284 10.7987 13.297C11.8977 12.4039 12.9009 11.3955 13.4994 10.3393C14.104 9.27221 14.3256 8.09207 13.7216 6.95324C13.5628 6.65373 13.316 6.57734 13.0412 6.4923C12.9374 6.46016 12.8295 6.42678 12.7209 6.37966C11.6211 5.90234 10.9646 5.34963 10.9135 5.02876C10.8656 4.72808 10.9221 4.51463 10.9811 4.29181C11.0129 4.17199 11.0453 4.04947 11.0626 3.90922C11.0838 3.73737 11.0814 3.33319 10.6996 3.12761C10.4048 2.96888 10.2164 2.65843 10.0407 2.36904C9.99742 2.29775 9.95492 2.22773 9.9118 2.16158C9.62634 1.72367 9.20769 1.16213 8.39263 1.07811ZM4.99899 2.61935C3.96483 3.09058 3.12554 3.83097 2.70846 4.81018C2.29808 5.77368 2.01406 6.50873 2.00079 7.45753C1.98741 8.41385 2.25043 9.6368 3.0531 11.5393C3.39181 12.3421 4.62167 12.6557 5.37186 12.8354C6.5493 13.1174 7.822 13.1802 8.52868 13.0834C9.21271 12.9897 9.74568 12.8642 10.1681 12.5209C11.229 11.6587 12.121 10.7435 12.6293 9.84635C12.9349 9.30709 13.5141 7.7028 12.6292 7.3873C10.7539 6.71875 10.262 6.06669 9.99011 5.41268C9.80915 4.97744 9.82868 4.52282 9.95741 4.07885L9.95741 4.07884C9.97662 4.0126 9.99538 3.94791 10.0334 3.88882C9.81857 3.73676 9.6515 3.55195 9.51464 3.3715C9.42876 3.25828 9.3469 3.12099 9.26197 2.97856C9.01866 2.57052 8.75018 2.12027 8.29008 2.07283C7.22889 1.96343 6.03398 2.14772 4.99899 2.61935ZM13.2081 3.77471C13.441 3.22671 12.4547 2.63606 12.0822 3.10163C11.5817 3.72732 12.9029 4.49281 13.2081 3.77471ZM14.3672 2.26031C14.9668 2.27493 15.1551 1.11603 14.5718 0.949371C13.8076 0.731026 13.5918 2.24139 14.3672 2.26031ZM14.2857 5.09098C14.8644 5.10004 15.0462 4.38222 14.4832 4.27899C13.7455 4.14375 13.5373 5.07927 14.2857 5.09098ZM6.9075 4.28672C6.46898 4.66754 6.0522 4.15185 5.97983 3.7365C5.86848 3.09744 6.33696 2.56856 6.94823 2.91156C7.43344 3.18382 7.26678 3.97471 6.9075 4.28672ZM4.94455 5.88184C5.40885 5.41754 4.59567 4.57013 4.11425 5.05154C3.83338 5.33242 4.00936 5.65376 4.23744 5.88184C4.43271 6.0771 4.74929 6.0771 4.94455 5.88184ZM6.97716 6.71984C7.31181 7.38914 8.48804 6.79159 7.99413 6.14788C7.86519 5.97983 7.68657 5.9494 7.62145 5.94207C7.21217 5.89601 6.76349 6.2925 6.97716 6.71984ZM6.98798 8.72461C7.14066 9.1188 7.51122 9.3187 7.91915 9.1633C8.27434 9.02799 8.33186 8.39689 8.17175 8.07427C8.02331 7.77514 7.63956 7.67793 7.33747 7.79417C6.98512 7.92976 6.85672 8.38708 6.98576 8.71889L6.98798 8.72461ZM10.3885 8.84081C10.7575 8.6566 11.4617 8.82771 11.4617 9.31199C11.4617 9.71286 10.9587 10.2165 10.5634 10.2826C10.1813 10.3465 9.70515 9.97581 9.76648 9.57718C9.81445 9.26539 10.1217 8.97401 10.3885 8.84081ZM7.56704 10.8432C7.33461 10.7502 7.14353 10.8601 7.11437 10.8769L7.11279 10.8778C6.90782 10.9949 6.71383 11.2439 6.6747 11.4842C6.59018 12.0034 7.13199 12.1239 7.52661 12.0987C8.2074 12.0553 8.06547 11.0426 7.56704 10.8432ZM4.8805 10.8932C5.0674 10.7723 5.15658 10.5363 5.08293 10.3153C4.93046 9.79687 4.3246 9.71252 3.96561 10.1297C3.79336 10.3299 3.80749 10.6274 3.99214 10.8105L3.99495 10.814L3.9979 10.8176C4.22025 11.0942 4.63624 11.1857 4.8805 10.8932ZM3.04695 7.81318C3.33147 8.0977 3.60077 8.15067 3.98443 8.05859C4.60826 7.90887 4.13814 6.24299 3.047 6.87296C2.70939 7.06788 2.86716 7.63339 3.04695 7.81318Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),an=["color"],sn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,an);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002H5.5C4.67158 4.00002 4 4.67159 4 5.50002V12.5C4 13.3284 4.67158 14 5.5 14H12.5C13.3284 14 14 13.3284 14 12.5V5.50002C14 4.67159 13.3284 4.00002 12.5 4.00002H11V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5 5.50002C5 5.22388 5.22386 5.00002 5.5 5.00002H12.5C12.7761 5.00002 13 5.22388 13 5.50002V12.5C13 12.7762 12.7761 13 12.5 13H5.5C5.22386 13 5 12.7762 5 12.5V5.50002Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),cn=["color"],ln=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,cn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.87737 12H9.9H11.5C11.7761 12 12 11.7761 12 11.5C12 11.2239 11.7761 11 11.5 11H9.9C8.77164 11 7.95545 10.9996 7.31352 10.9472C6.67744 10.8952 6.25662 10.7946 5.91103 10.6185C5.25247 10.283 4.71703 9.74753 4.38148 9.08897C4.20539 8.74338 4.10481 8.32256 4.05284 7.68648C4.00039 7.04455 4 6.22836 4 5.1V3.5C4 3.22386 3.77614 3 3.5 3C3.22386 3 3 3.22386 3 3.5V5.1V5.12263C3 6.22359 3 7.08052 3.05616 7.76791C3.11318 8.46584 3.23058 9.0329 3.49047 9.54296C3.9219 10.3897 4.61031 11.0781 5.45704 11.5095C5.9671 11.7694 6.53416 11.8868 7.23209 11.9438C7.91948 12 8.77641 12 9.87737 12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),un=["color"],dn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,un);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.12263 12H5.1H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H5.1C6.22836 11 7.04455 10.9996 7.68648 10.9472C8.32256 10.8952 8.74338 10.7946 9.08897 10.6185C9.74753 10.283 10.283 9.74753 10.6185 9.08897C10.7946 8.74338 10.8952 8.32256 10.9472 7.68648C10.9996 7.04455 11 6.22836 11 5.1V3.5C11 3.22386 11.2239 3 11.5 3C11.7761 3 12 3.22386 12 3.5V5.1V5.12263C12 6.22359 12 7.08052 11.9438 7.76791C11.8868 8.46584 11.7694 9.0329 11.5095 9.54296C11.0781 10.3897 10.3897 11.0781 9.54296 11.5095C9.0329 11.7694 8.46584 11.8868 7.76791 11.9438C7.08052 12 6.22359 12 5.12263 12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),fn=["color"],hn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,fn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.87737 3H9.9H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H9.9C8.77164 4 7.95545 4.00039 7.31352 4.05284C6.67744 4.10481 6.25662 4.20539 5.91103 4.38148C5.25247 4.71703 4.71703 5.25247 4.38148 5.91103C4.20539 6.25662 4.10481 6.67744 4.05284 7.31352C4.00039 7.95545 4 8.77164 4 9.9V11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5V9.9V9.87737C3 8.77641 3 7.91948 3.05616 7.23209C3.11318 6.53416 3.23058 5.9671 3.49047 5.45704C3.9219 4.61031 4.61031 3.9219 5.45704 3.49047C5.9671 3.23058 6.53416 3.11318 7.23209 3.05616C7.91948 3 8.77641 3 9.87737 3Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),pn=["color"],mn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,pn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.12263 3H5.1H3.5C3.22386 3 3 3.22386 3 3.5C3 3.77614 3.22386 4 3.5 4H5.1C6.22836 4 7.04455 4.00039 7.68648 4.05284C8.32256 4.10481 8.74338 4.20539 9.08897 4.38148C9.74753 4.71703 10.283 5.25247 10.6185 5.91103C10.7946 6.25662 10.8952 6.67744 10.9472 7.31352C10.9996 7.95545 11 8.77164 11 9.9V11.5C11 11.7761 11.2239 12 11.5 12C11.7761 12 12 11.7761 12 11.5V9.9V9.87737C12 8.77641 12 7.91948 11.9438 7.23209C11.8868 6.53416 11.7694 5.9671 11.5095 5.45704C11.0781 4.61031 10.3897 3.9219 9.54296 3.49047C9.0329 3.23058 8.46584 3.11318 7.76791 3.05616C7.08052 3 6.22359 3 5.12263 3Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),gn=["color"],vn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,gn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.5 2L4.87935 2C4.47687 1.99999 4.14469 1.99999 3.87409 2.0221C3.59304 2.04506 3.33469 2.09434 3.09202 2.21799C2.7157 2.40973 2.40973 2.7157 2.21799 3.09202C2.09434 3.33469 2.04506 3.59304 2.0221 3.87409C1.99999 4.14468 1.99999 4.47686 2 4.87933V4.87935V5.5C2 5.77614 2.22386 6 2.5 6C2.77614 6 3 5.77614 3 5.5V4.9C3 4.47171 3.00039 4.18056 3.01878 3.95552C3.03669 3.73631 3.06915 3.62421 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.62421 3.06915 3.73631 3.03669 3.95552 3.01878C4.18056 3.00039 4.47171 3 4.9 3H5.5C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2ZM13 9.5C13 9.22386 12.7761 9 12.5 9C12.2239 9 12 9.22386 12 9.5V10.1C12 10.5283 11.9996 10.8194 11.9812 11.0445C11.9633 11.2637 11.9309 11.3758 11.891 11.454C11.7951 11.6422 11.6422 11.7951 11.454 11.891C11.3758 11.9309 11.2637 11.9633 11.0445 11.9812C10.8194 11.9996 10.5283 12 10.1 12H9.5C9.22386 12 9 12.2239 9 12.5C9 12.7761 9.22386 13 9.5 13H10.1206C10.5231 13 10.8553 13 11.1259 12.9779C11.407 12.9549 11.6653 12.9057 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C12.9057 11.6653 12.9549 11.407 12.9779 11.1259C13 10.8553 13 10.5232 13 10.1207V10.1207V10.1207V10.1206V9.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V10.1C3 10.5283 3.00039 10.8194 3.01878 11.0445C3.03669 11.2637 3.06915 11.3758 3.10899 11.454C3.20487 11.6422 3.35785 11.7951 3.54601 11.891C3.62421 11.9309 3.73631 11.9633 3.95552 11.9812C4.18056 11.9996 4.47171 12 4.9 12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H4.87935C4.47687 13 4.14469 13 3.87409 12.9779C3.59304 12.9549 3.33469 12.9057 3.09202 12.782C2.7157 12.5903 2.40973 12.2843 2.21799 11.908C2.09434 11.6653 2.04506 11.407 2.0221 11.1259C1.99999 10.8553 1.99999 10.5231 2 10.1207V10.1206V10.1V9.5C2 9.22386 2.22386 9 2.5 9ZM10.1 3C10.5283 3 10.8194 3.00039 11.0445 3.01878C11.2637 3.03669 11.3758 3.06915 11.454 3.10899C11.6422 3.20487 11.7951 3.35785 11.891 3.54601C11.9309 3.62421 11.9633 3.73631 11.9812 3.95552C11.9996 4.18056 12 4.47171 12 4.9V5.5C12 5.77614 12.2239 6 12.5 6C12.7761 6 13 5.77614 13 5.5V4.87935V4.87934C13 4.47686 13 4.14468 12.9779 3.87409C12.9549 3.59304 12.9057 3.33469 12.782 3.09202C12.5903 2.7157 12.2843 2.40973 11.908 2.21799C11.6653 2.09434 11.407 2.04506 11.1259 2.0221C10.8553 1.99999 10.5231 1.99999 10.1206 2L10.1 2H9.5C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3H10.1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),yn=["color"],Cn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,yn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.15 7.49998C13.15 4.66458 10.9402 1.84998 7.50002 1.84998C4.7217 1.84998 3.34851 3.90636 2.76336 4.99997H4.5C4.77614 4.99997 5 5.22383 5 5.49997C5 5.77611 4.77614 5.99997 4.5 5.99997H1.5C1.22386 5.99997 1 5.77611 1 5.49997V2.49997C1 2.22383 1.22386 1.99997 1.5 1.99997C1.77614 1.99997 2 2.22383 2 2.49997V4.31318C2.70453 3.07126 4.33406 0.849976 7.50002 0.849976C11.5628 0.849976 14.15 4.18537 14.15 7.49998C14.15 10.8146 11.5628 14.15 7.50002 14.15C5.55618 14.15 3.93778 13.3808 2.78548 12.2084C2.16852 11.5806 1.68668 10.839 1.35816 10.0407C1.25306 9.78536 1.37488 9.49315 1.63024 9.38806C1.8856 9.28296 2.17781 9.40478 2.2829 9.66014C2.56374 10.3425 2.97495 10.9745 3.4987 11.5074C4.47052 12.4963 5.83496 13.15 7.50002 13.15C10.9402 13.15 13.15 10.3354 13.15 7.49998ZM7 10V5.00001H8V10H7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),bn=["color"],wn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,bn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.15 7.49998C13.15 4.66458 10.9402 1.84998 7.50002 1.84998C4.72167 1.84998 3.34849 3.9064 2.76335 5H4.5C4.77614 5 5 5.22386 5 5.5C5 5.77614 4.77614 6 4.5 6H1.5C1.22386 6 1 5.77614 1 5.5V2.5C1 2.22386 1.22386 2 1.5 2C1.77614 2 2 2.22386 2 2.5V4.31318C2.70453 3.07126 4.33406 0.849976 7.50002 0.849976C11.5628 0.849976 14.15 4.18537 14.15 7.49998C14.15 10.8146 11.5628 14.15 7.50002 14.15C5.55618 14.15 3.93778 13.3808 2.78548 12.2084C2.16852 11.5806 1.68668 10.839 1.35816 10.0407C1.25306 9.78536 1.37488 9.49315 1.63024 9.38806C1.8856 9.28296 2.17781 9.40478 2.2829 9.66014C2.56374 10.3425 2.97495 10.9745 3.4987 11.5074C4.47052 12.4963 5.83496 13.15 7.50002 13.15C10.9402 13.15 13.15 10.3354 13.15 7.49998ZM7.5 4.00001C7.77614 4.00001 8 4.22387 8 4.50001V7.29291L9.85355 9.14646C10.0488 9.34172 10.0488 9.65831 9.85355 9.85357C9.65829 10.0488 9.34171 10.0488 9.14645 9.85357L7.14645 7.85357C7.05268 7.7598 7 7.63262 7 7.50001V4.50001C7 4.22387 7.22386 4.00001 7.5 4.00001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),_n=["color"],xn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,_n);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 8.00684e-07C3.77614 7.88614e-07 4 0.223859 4 0.500001L4 3.00006L11.5 3.00006C11.7761 3.00006 12 3.22392 12 3.50006L12 11.0001L14.5 11C14.7761 11 15 11.2238 15 11.5C15 11.7761 14.7762 12 14.5 12L12 12.0001L12 14.5C12 14.7761 11.7761 15 11.5 15C11.2239 15 11 14.7761 11 14.5L11 12.0001L3.5 12.0001C3.22386 12.0001 3 11.7762 3 11.5001L3 4.00005L0.499989 4C0.223847 4 -6.10541e-06 3.77613 -5.02576e-07 3.49999C5.13006e-06 3.22385 0.223867 3 0.50001 3L3 3.00005L3 0.500001C3 0.223859 3.22386 8.12755e-07 3.5 8.00684e-07ZM4 4.00006L4 11.0001L11 11.0001L11 4.00006L4 4.00006Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),On=["color"],En=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,On);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.8536 2.85355C13.0488 2.65829 13.0488 2.34171 12.8536 2.14645C12.6583 1.95118 12.3417 1.95118 12.1464 2.14645L7.5 6.79289L2.85355 2.14645C2.65829 1.95118 2.34171 1.95118 2.14645 2.14645C1.95118 2.34171 1.95118 2.65829 2.14645 2.85355L6.79289 7.5L2.14645 12.1464C1.95118 12.3417 1.95118 12.6583 2.14645 12.8536C2.34171 13.0488 2.65829 13.0488 2.85355 12.8536L7.5 8.20711L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L8.20711 7.5L12.8536 2.85355Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Mn=["color"],jn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Mn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Sn=["color"],Pn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Sn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704ZM9.85358 5.14644C10.0488 5.3417 10.0488 5.65829 9.85358 5.85355L8.20713 7.49999L9.85358 9.14644C10.0488 9.3417 10.0488 9.65829 9.85358 9.85355C9.65832 10.0488 9.34173 10.0488 9.14647 9.85355L7.50002 8.2071L5.85358 9.85355C5.65832 10.0488 5.34173 10.0488 5.14647 9.85355C4.95121 9.65829 4.95121 9.3417 5.14647 9.14644L6.79292 7.49999L5.14647 5.85355C4.95121 5.65829 4.95121 5.3417 5.14647 5.14644C5.34173 4.95118 5.65832 4.95118 5.85358 5.14644L7.50002 6.79289L9.14647 5.14644C9.34173 4.95118 9.65832 4.95118 9.85358 5.14644Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),An=["color"],kn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,An);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.50207C0.877075 3.84319 3.84319 0.877075 7.50208 0.877075C11.1609 0.877075 14.1271 3.84319 14.1271 7.50207C14.1271 11.1609 11.1609 14.1271 7.50208 14.1271C3.84319 14.1271 0.877075 11.1609 0.877075 7.50207ZM1.84898 7.00003C2.0886 4.26639 4.26639 2.0886 7.00003 1.84898V4.50003C7.00003 4.77617 7.22388 5.00003 7.50003 5.00003C7.77617 5.00003 8.00003 4.77617 8.00003 4.50003V1.84862C10.7356 2.08643 12.9154 4.26502 13.1552 7.00003H10.5C10.2239 7.00003 10 7.22388 10 7.50003C10 7.77617 10.2239 8.00003 10.5 8.00003H13.1555C12.9176 10.7369 10.7369 12.9176 8.00003 13.1555V10.5C8.00003 10.2239 7.77617 10 7.50003 10C7.22388 10 7.00003 10.2239 7.00003 10.5V13.1552C4.26502 12.9154 2.08643 10.7356 1.84862 8.00003H4.50003C4.77617 8.00003 5.00003 7.77617 5.00003 7.50003C5.00003 7.22388 4.77617 7.00003 4.50003 7.00003H1.84898Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Tn=["color"],Dn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Tn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 0C7.77614 0 8 0.223858 8 0.5V1.80687C10.6922 2.0935 12.8167 4.28012 13.0068 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H12.9888C12.7094 10.6244 10.6244 12.7094 8 12.9888V14.5C8 14.7761 7.77614 15 7.5 15C7.22386 15 7 14.7761 7 14.5V13.0068C4.28012 12.8167 2.0935 10.6922 1.80687 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H1.78886C1.98376 4.21166 4.21166 1.98376 7 1.78886V0.5C7 0.223858 7.22386 0 7.5 0ZM8 12.0322V9.5C8 9.22386 7.77614 9 7.5 9C7.22386 9 7 9.22386 7 9.5V12.054C4.80517 11.8689 3.04222 10.1668 2.76344 8H5.5C5.77614 8 6 7.77614 6 7.5C6 7.22386 5.77614 7 5.5 7H2.7417C2.93252 4.73662 4.73662 2.93252 7 2.7417V5.5C7 5.77614 7.22386 6 7.5 6C7.77614 6 8 5.77614 8 5.5V2.76344C10.1668 3.04222 11.8689 4.80517 12.054 7H9.5C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8H12.0322C11.7621 10.0991 10.0991 11.7621 8 12.0322Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),In=["color"],Ln=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,In);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.60913 0.0634287C4.39082 0.0088505 4.16575 0.12393 4.08218 0.332867L3.1538 2.6538L0.832866 3.58218C0.702884 3.63417 0.604504 3.7437 0.566705 3.87849C0.528906 4.01329 0.555994 4.158 0.639992 4.26999L2.01148 6.09864L1.06343 9.89085C1.00944 10.1068 1.12145 10.3298 1.32691 10.4154L4.20115 11.613L5.62557 13.7496C5.73412 13.9124 5.93545 13.9864 6.12362 13.9327L9.62362 12.9327C9.62988 12.9309 9.63611 12.929 9.64229 12.9269L12.6423 11.9269C12.7923 11.8769 12.905 11.7519 12.9393 11.5976L13.9393 7.09761C13.9776 6.92506 13.9114 6.74605 13.77 6.63999L11.95 5.27499V2.99999C11.95 2.82955 11.8537 2.67373 11.7012 2.5975L8.70124 1.0975C8.67187 1.08282 8.64098 1.07139 8.60913 1.06343L4.60913 0.0634287ZM11.4323 6.01173L12.7748 7.01858L10.2119 9.15429C10.1476 9.20786 10.0995 9.2783 10.0731 9.35769L9.25382 11.8155L7.73849 10.8684C7.52774 10.7367 7.25011 10.8007 7.11839 11.0115C6.98667 11.2222 7.05074 11.4999 7.26149 11.6316L8.40341 12.3453L6.19221 12.9771L4.87441 11.0004C4.82513 10.9265 4.75508 10.8688 4.67307 10.8346L2.03046 9.73352L2.85134 6.44999H4.99999C5.24852 6.44999 5.44999 6.24852 5.44999 5.99999C5.44999 5.75146 5.24852 5.54999 4.99999 5.54999H2.72499L1.7123 4.19974L3.51407 3.47903L6.35769 4.4269C6.53655 4.48652 6.73361 4.42832 6.85138 4.28111L8.62413 2.06518L11.05 3.27811V5.19533L8.83287 6.08218C8.70996 6.13134 8.61494 6.23212 8.57308 6.35769L8.07308 7.85769C7.99449 8.09346 8.12191 8.34831 8.35769 8.4269C8.59346 8.50549 8.84831 8.37807 8.9269 8.14229L9.3609 6.84029L11.4323 6.01173ZM7.71052 1.76648L6.34462 3.47386L4.09505 2.724L4.77192 1.03183L7.71052 1.76648ZM10.2115 11.7885L12.116 11.1537L12.7745 8.19034L10.8864 9.76374L10.2115 11.7885Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Rn=["color"],Fn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Rn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.28856 0.796908C7.42258 0.734364 7.57742 0.734364 7.71144 0.796908L13.7114 3.59691C13.8875 3.67906 14 3.85574 14 4.05V10.95C14 11.1443 13.8875 11.3209 13.7114 11.4031L7.71144 14.2031C7.57742 14.2656 7.42258 14.2656 7.28856 14.2031L1.28856 11.4031C1.11252 11.3209 1 11.1443 1 10.95V4.05C1 3.85574 1.11252 3.67906 1.28856 3.59691L7.28856 0.796908ZM2 4.80578L7 6.93078V12.9649L2 10.6316V4.80578ZM8 12.9649L13 10.6316V4.80578L8 6.93078V12.9649ZM7.5 6.05672L12.2719 4.02866L7.5 1.80176L2.72809 4.02866L7.5 6.05672Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Nn=["color"],Hn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Nn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.29227 0.048984C3.47033 -0.032338 3.67946 -0.00228214 3.8274 0.125891L12.8587 7.95026C13.0134 8.08432 13.0708 8.29916 13.0035 8.49251C12.9362 8.68586 12.7578 8.81866 12.5533 8.82768L9.21887 8.97474L11.1504 13.2187C11.2648 13.47 11.1538 13.7664 10.9026 13.8808L8.75024 14.8613C8.499 14.9758 8.20255 14.8649 8.08802 14.6137L6.15339 10.3703L3.86279 12.7855C3.72196 12.934 3.50487 12.9817 3.31479 12.9059C3.1247 12.8301 3 12.6461 3 12.4414V0.503792C3 0.308048 3.11422 0.130306 3.29227 0.048984ZM4 1.59852V11.1877L5.93799 9.14425C6.05238 9.02363 6.21924 8.96776 6.38319 8.99516C6.54715 9.02256 6.68677 9.12965 6.75573 9.2809L8.79056 13.7441L10.0332 13.178L8.00195 8.71497C7.93313 8.56376 7.94391 8.38824 8.03072 8.24659C8.11753 8.10494 8.26903 8.01566 8.435 8.00834L11.2549 7.88397L4 1.59852Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Bn=["color"],Vn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Bn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.5 1C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2C5.42215 2 6.0399 2.23054 6.42075 2.56379C6.79286 2.88939 7 3.36626 7 4V7H5.75C5.47386 7 5.25 7.22386 5.25 7.5C5.25 7.77614 5.47386 8 5.75 8H7V11C7 11.6337 6.79286 12.1106 6.42075 12.4362C6.0399 12.7695 5.42215 13 4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14C5.57785 14 6.4601 13.7305 7.07925 13.1888C7.24168 13.0467 7.38169 12.8896 7.5 12.7198C7.61832 12.8896 7.75832 13.0467 7.92075 13.1888C8.5399 13.7305 9.42215 14 10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C9.57785 13 8.9601 12.7695 8.57925 12.4362C8.20714 12.1106 8 11.6337 8 11V8H9.25C9.52614 8 9.75 7.77614 9.75 7.5C9.75 7.22386 9.52614 7 9.25 7H8V4C8 3.36626 8.20714 2.88939 8.57925 2.56379C8.9601 2.23054 9.57785 2 10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1C9.42215 1 8.5399 1.26946 7.92075 1.81121C7.75832 1.95333 7.61832 2.11043 7.5 2.28023C7.38168 2.11043 7.24168 1.95333 7.07925 1.81121C6.4601 1.26946 5.57785 1 4.5 1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),$n=["color"],Zn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,$n);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 7.5C5 7.22386 5.22386 7 5.5 7H9.5C9.77614 7 10 7.22386 10 7.5C10 7.77614 9.77614 8 9.5 8H5.5C5.22386 8 5 7.77614 5 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),zn=["color"],Wn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,zn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.8 1L2.74967 0.99997C2.52122 0.999752 2.32429 0.999564 2.14983 1.04145C1.60136 1.17312 1.17312 1.60136 1.04145 2.14983C0.999564 2.32429 0.999752 2.52122 0.99997 2.74967L1 2.8V5.2L0.99997 5.25033C0.999752 5.47878 0.999564 5.67572 1.04145 5.85017C1.17312 6.39864 1.60136 6.82688 2.14983 6.95856C2.32429 7.00044 2.52122 7.00025 2.74967 7.00003L2.8 7H5.2L5.25033 7.00003C5.47878 7.00025 5.67572 7.00044 5.85017 6.95856C6.39864 6.82688 6.82688 6.39864 6.95856 5.85017C7.00044 5.67572 7.00025 5.47878 7.00003 5.25033L7 5.2V2.8L7.00003 2.74967C7.00025 2.52122 7.00044 2.32429 6.95856 2.14983C6.82688 1.60136 6.39864 1.17312 5.85017 1.04145C5.67572 0.999564 5.47878 0.999752 5.25033 0.99997L5.2 1H2.8ZM2.38328 2.01382C2.42632 2.00348 2.49222 2 2.8 2H5.2C5.50779 2 5.57369 2.00348 5.61672 2.01382C5.79955 2.05771 5.94229 2.20045 5.98619 2.38328C5.99652 2.42632 6 2.49222 6 2.8V5.2C6 5.50779 5.99652 5.57369 5.98619 5.61672C5.94229 5.79955 5.79955 5.94229 5.61672 5.98619C5.57369 5.99652 5.50779 6 5.2 6H2.8C2.49222 6 2.42632 5.99652 2.38328 5.98619C2.20045 5.94229 2.05771 5.79955 2.01382 5.61672C2.00348 5.57369 2 5.50779 2 5.2V2.8C2 2.49222 2.00348 2.42632 2.01382 2.38328C2.05771 2.20045 2.20045 2.05771 2.38328 2.01382ZM9.8 1L9.74967 0.99997C9.52122 0.999752 9.32429 0.999564 9.14983 1.04145C8.60136 1.17312 8.17312 1.60136 8.04145 2.14983C7.99956 2.32429 7.99975 2.52122 7.99997 2.74967L8 2.8V5.2L7.99997 5.25033C7.99975 5.47878 7.99956 5.67572 8.04145 5.85017C8.17312 6.39864 8.60136 6.82688 9.14983 6.95856C9.32429 7.00044 9.52122 7.00025 9.74967 7.00003L9.8 7H12.2L12.2503 7.00003C12.4788 7.00025 12.6757 7.00044 12.8502 6.95856C13.3986 6.82688 13.8269 6.39864 13.9586 5.85017C14.0004 5.67572 14.0003 5.47878 14 5.25033L14 5.2V2.8L14 2.74967C14.0003 2.52122 14.0004 2.32429 13.9586 2.14983C13.8269 1.60136 13.3986 1.17312 12.8502 1.04145C12.6757 0.999564 12.4788 0.999752 12.2503 0.99997L12.2 1H9.8ZM9.38328 2.01382C9.42632 2.00348 9.49222 2 9.8 2H12.2C12.5078 2 12.5737 2.00348 12.6167 2.01382C12.7995 2.05771 12.9423 2.20045 12.9862 2.38328C12.9965 2.42632 13 2.49222 13 2.8V5.2C13 5.50779 12.9965 5.57369 12.9862 5.61672C12.9423 5.79955 12.7995 5.94229 12.6167 5.98619C12.5737 5.99652 12.5078 6 12.2 6H9.8C9.49222 6 9.42632 5.99652 9.38328 5.98619C9.20045 5.94229 9.05771 5.79955 9.01382 5.61672C9.00348 5.57369 9 5.50779 9 5.2V2.8C9 2.49222 9.00348 2.42632 9.01382 2.38328C9.05771 2.20045 9.20045 2.05771 9.38328 2.01382ZM2.74967 7.99997L2.8 8H5.2L5.25033 7.99997C5.47878 7.99975 5.67572 7.99956 5.85017 8.04145C6.39864 8.17312 6.82688 8.60136 6.95856 9.14983C7.00044 9.32429 7.00025 9.52122 7.00003 9.74967L7 9.8V12.2L7.00003 12.2503C7.00025 12.4788 7.00044 12.6757 6.95856 12.8502C6.82688 13.3986 6.39864 13.8269 5.85017 13.9586C5.67572 14.0004 5.47878 14.0003 5.25033 14L5.2 14H2.8L2.74967 14C2.52122 14.0003 2.32429 14.0004 2.14983 13.9586C1.60136 13.8269 1.17312 13.3986 1.04145 12.8502C0.999564 12.6757 0.999752 12.4788 0.99997 12.2503L1 12.2V9.8L0.99997 9.74967C0.999752 9.52122 0.999564 9.32429 1.04145 9.14983C1.17312 8.60136 1.60136 8.17312 2.14983 8.04145C2.32429 7.99956 2.52122 7.99975 2.74967 7.99997ZM2.8 9C2.49222 9 2.42632 9.00348 2.38328 9.01382C2.20045 9.05771 2.05771 9.20045 2.01382 9.38328C2.00348 9.42632 2 9.49222 2 9.8V12.2C2 12.5078 2.00348 12.5737 2.01382 12.6167C2.05771 12.7995 2.20045 12.9423 2.38328 12.9862C2.42632 12.9965 2.49222 13 2.8 13H5.2C5.50779 13 5.57369 12.9965 5.61672 12.9862C5.79955 12.9423 5.94229 12.7995 5.98619 12.6167C5.99652 12.5737 6 12.5078 6 12.2V9.8C6 9.49222 5.99652 9.42632 5.98619 9.38328C5.94229 9.20045 5.79955 9.05771 5.61672 9.01382C5.57369 9.00348 5.50779 9 5.2 9H2.8ZM9.8 8L9.74967 7.99997C9.52122 7.99975 9.32429 7.99956 9.14983 8.04145C8.60136 8.17312 8.17312 8.60136 8.04145 9.14983C7.99956 9.32429 7.99975 9.52122 7.99997 9.74967L8 9.8V12.2L7.99997 12.2503C7.99975 12.4788 7.99956 12.6757 8.04145 12.8502C8.17312 13.3986 8.60136 13.8269 9.14983 13.9586C9.32429 14.0004 9.52122 14.0003 9.74967 14L9.8 14H12.2L12.2503 14C12.4788 14.0003 12.6757 14.0004 12.8502 13.9586C13.3986 13.8269 13.8269 13.3986 13.9586 12.8502C14.0004 12.6757 14.0003 12.4788 14 12.2503L14 12.2V9.8L14 9.74967C14.0003 9.52122 14.0004 9.32429 13.9586 9.14983C13.8269 8.60136 13.3986 8.17312 12.8502 8.04145C12.6757 7.99956 12.4788 7.99975 12.2503 7.99997L12.2 8H9.8ZM9.38328 9.01382C9.42632 9.00348 9.49222 9 9.8 9H12.2C12.5078 9 12.5737 9.00348 12.6167 9.01382C12.7995 9.05771 12.9423 9.20045 12.9862 9.38328C12.9965 9.42632 13 9.49222 13 9.8V12.2C13 12.5078 12.9965 12.5737 12.9862 12.6167C12.9423 12.7995 12.7995 12.9423 12.6167 12.9862C12.5737 12.9965 12.5078 13 12.2 13H9.8C9.49222 13 9.42632 12.9965 9.38328 12.9862C9.20045 12.9423 9.05771 12.7995 9.01382 12.6167C9.00348 12.5737 9 12.5078 9 12.2V9.8C9 9.49222 9.00348 9.42632 9.01382 9.38328C9.05771 9.20045 9.20045 9.05771 9.38328 9.01382Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Un=["color"],Gn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Un);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 3.25C1 3.11193 1.11193 3 1.25 3H13.75C13.8881 3 14 3.11193 14 3.25V10.75C14 10.8881 13.8881 11 13.75 11H1.25C1.11193 11 1 10.8881 1 10.75V3.25ZM1.25 2C0.559643 2 0 2.55964 0 3.25V10.75C0 11.4404 0.559644 12 1.25 12H5.07341L4.82991 13.2986C4.76645 13.6371 5.02612 13.95 5.37049 13.95H9.62951C9.97389 13.95 10.2336 13.6371 10.1701 13.2986L9.92659 12H13.75C14.4404 12 15 11.4404 15 10.75V3.25C15 2.55964 14.4404 2 13.75 2H1.25ZM9.01091 12H5.98909L5.79222 13.05H9.20778L9.01091 12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Yn=["color"],qn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Yn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.00014 2.73895C3.00014 2.94698 2.76087 3.06401 2.59666 2.93628L1.00386 1.69744C0.875177 1.59735 0.875177 1.40286 1.00386 1.30277L2.59666 0.063928C2.76087 -0.0637944 3.00014 0.0532293 3.00014 0.261266V1.00012H9.00009V0.261296C9.00009 0.0532591 9.23936 -0.0637646 9.40358 0.0639578L10.9964 1.3028C11.1251 1.40289 11.1251 1.59738 10.9964 1.69747L9.40358 2.93631C9.23936 3.06404 9.00009 2.94701 9.00009 2.73898V2.00012H3.00014V2.73895ZM9.50002 4.99998H2.50002C2.22388 4.99998 2.00002 5.22384 2.00002 5.49998V12.5C2.00002 12.7761 2.22388 13 2.50002 13H9.50002C9.77616 13 10 12.7761 10 12.5V5.49998C10 5.22384 9.77616 4.99998 9.50002 4.99998ZM2.50002 3.99998C1.67159 3.99998 1.00002 4.67156 1.00002 5.49998V12.5C1.00002 13.3284 1.67159 14 2.50002 14H9.50002C10.3284 14 11 13.3284 11 12.5V5.49998C11 4.67156 10.3284 3.99998 9.50002 3.99998H2.50002ZM14.7389 6.00001H14V12H14.7389C14.9469 12 15.064 12.2393 14.9362 12.4035L13.6974 13.9963C13.5973 14.125 13.4028 14.125 13.3027 13.9963L12.0639 12.4035C11.9362 12.2393 12.0532 12 12.2612 12H13V6.00001H12.2612C12.0532 6.00001 11.9361 5.76074 12.0639 5.59653L13.3027 4.00373C13.4028 3.87505 13.5973 3.87505 13.6974 4.00374L14.9362 5.59653C15.0639 5.76074 14.9469 6.00001 14.7389 6.00001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Kn=["color"],Xn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Kn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.877075C3.84222 0.877075 0.877075 3.84222 0.877075 7.49991C0.877075 11.1576 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1576 14.1227 7.49991C14.1227 3.84222 11.1576 0.877075 7.49991 0.877075ZM1.82708 7.49991C1.82708 4.36689 4.36689 1.82707 7.49991 1.82707C10.6329 1.82707 13.1727 4.36689 13.1727 7.49991C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49991ZM8.37287 7.50006C8.37287 7.98196 7.98221 8.37263 7.5003 8.37263C7.01839 8.37263 6.62773 7.98196 6.62773 7.50006C6.62773 7.01815 7.01839 6.62748 7.5003 6.62748C7.98221 6.62748 8.37287 7.01815 8.37287 7.50006ZM9.32287 7.50006C9.32287 8.50664 8.50688 9.32263 7.5003 9.32263C6.49372 9.32263 5.67773 8.50664 5.67773 7.50006C5.67773 6.49348 6.49372 5.67748 7.5003 5.67748C8.50688 5.67748 9.32287 6.49348 9.32287 7.50006Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Jn=["color"],Qn=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Jn);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.07451 1.82584C5.03267 1.81926 4.99014 1.81825 4.94803 1.82284C4.10683 1.91446 2.82673 2.36828 2.07115 2.77808C2.02106 2.80525 1.97621 2.84112 1.93869 2.88402C1.62502 3.24266 1.34046 3.82836 1.11706 4.38186C0.887447 4.95076 0.697293 5.55032 0.588937 5.98354C0.236232 7.39369 0.042502 9.08728 0.0174948 10.6925C0.0162429 10.7729 0.0351883 10.8523 0.0725931 10.9234C0.373679 11.496 1.02015 12.027 1.66809 12.4152C2.32332 12.8078 3.08732 13.1182 3.70385 13.1778C3.85335 13.1922 4.00098 13.1358 4.10282 13.0255C4.2572 12.8581 4.5193 12.4676 4.71745 12.1643C4.80739 12.0267 4.89157 11.8953 4.95845 11.7901C5.62023 11.9106 6.45043 11.9801 7.50002 11.9801C8.54844 11.9801 9.37796 11.9107 10.0394 11.7905C10.1062 11.8957 10.1903 12.0269 10.2801 12.1643C10.4783 12.4676 10.7404 12.8581 10.8947 13.0255C10.9966 13.1358 11.1442 13.1922 11.2937 13.1778C11.9102 13.1182 12.6742 12.8078 13.3295 12.4152C13.9774 12.027 14.6239 11.496 14.925 10.9234C14.9624 10.8523 14.9813 10.7729 14.9801 10.6925C14.9551 9.08728 14.7613 7.39369 14.4086 5.98354C14.3003 5.55032 14.1101 4.95076 13.8805 4.38186C13.6571 3.82836 13.3725 3.24266 13.0589 2.88402C13.0214 2.84112 12.9765 2.80525 12.9264 2.77808C12.1708 2.36828 10.8907 1.91446 10.0495 1.82284C10.0074 1.81825 9.96489 1.81926 9.92305 1.82584C9.71676 1.85825 9.5391 1.96458 9.40809 2.06355C9.26977 2.16804 9.1413 2.29668 9.0304 2.42682C8.86968 2.61544 8.71437 2.84488 8.61428 3.06225C8.27237 3.03501 7.90138 3.02 7.5 3.02C7.0977 3.02 6.72593 3.03508 6.38337 3.06244C6.28328 2.84501 6.12792 2.61549 5.96716 2.42682C5.85626 2.29668 5.72778 2.16804 5.58947 2.06355C5.45846 1.96458 5.2808 1.85825 5.07451 1.82584ZM11.0181 11.5382C11.0395 11.5713 11.0615 11.6051 11.0838 11.6392C11.2169 11.843 11.3487 12.0385 11.4508 12.1809C11.8475 12.0916 12.352 11.8818 12.8361 11.5917C13.3795 11.2661 13.8098 10.8918 14.0177 10.5739C13.9852 9.06758 13.7993 7.50369 13.4773 6.21648C13.38 5.82759 13.2038 5.27021 12.9903 4.74117C12.7893 4.24326 12.5753 3.82162 12.388 3.5792C11.7376 3.24219 10.7129 2.88582 10.0454 2.78987C10.0308 2.79839 10.0113 2.81102 9.98675 2.82955C9.91863 2.881 9.84018 2.95666 9.76111 3.04945C9.71959 3.09817 9.68166 3.1471 9.64768 3.19449C9.953 3.25031 10.2253 3.3171 10.4662 3.39123C11.1499 3.6016 11.6428 3.89039 11.884 4.212C12.0431 4.42408 12.0001 4.72494 11.788 4.884C11.5759 5.04306 11.2751 5.00008 11.116 4.788C11.0572 4.70961 10.8001 4.4984 10.1838 4.30877C9.58933 4.12585 8.71356 3.98 7.5 3.98C6.28644 3.98 5.41067 4.12585 4.81616 4.30877C4.19988 4.4984 3.94279 4.70961 3.884 4.788C3.72494 5.00008 3.42408 5.04306 3.212 4.884C2.99992 4.72494 2.95694 4.42408 3.116 4.212C3.35721 3.89039 3.85011 3.6016 4.53383 3.39123C4.77418 3.31727 5.04571 3.25062 5.35016 3.19488C5.31611 3.14738 5.27808 3.09831 5.23645 3.04945C5.15738 2.95666 5.07893 2.881 5.01081 2.82955C4.98628 2.81102 4.96674 2.79839 4.95217 2.78987C4.28464 2.88582 3.25999 3.24219 2.60954 3.5792C2.42226 3.82162 2.20825 4.24326 2.00729 4.74117C1.79376 5.27021 1.61752 5.82759 1.52025 6.21648C1.19829 7.50369 1.01236 9.06758 0.97986 10.5739C1.18772 10.8918 1.61807 11.2661 2.16148 11.5917C2.64557 11.8818 3.15003 12.0916 3.5468 12.1809C3.64885 12.0385 3.78065 11.843 3.9138 11.6392C3.93626 11.6048 3.95838 11.5708 3.97996 11.5375C3.19521 11.2591 2.77361 10.8758 2.50064 10.4664C2.35359 10.2458 2.4132 9.94778 2.63377 9.80074C2.85435 9.65369 3.15236 9.71329 3.29941 9.93387C3.56077 10.3259 4.24355 11.0201 7.50002 11.0201C10.7565 11.0201 11.4392 10.326 11.7006 9.93386C11.8477 9.71329 12.1457 9.65369 12.3663 9.80074C12.5869 9.94779 12.6465 10.2458 12.4994 10.4664C12.2262 10.8762 11.8041 11.2598 11.0181 11.5382ZM4.08049 7.01221C4.32412 6.74984 4.65476 6.60162 5.00007 6.59998C5.34538 6.60162 5.67603 6.74984 5.91966 7.01221C6.16329 7.27459 6.30007 7.62974 6.30007 7.99998C6.30007 8.37021 6.16329 8.72536 5.91966 8.98774C5.67603 9.25011 5.34538 9.39833 5.00007 9.39998C4.65476 9.39833 4.32412 9.25011 4.08049 8.98774C3.83685 8.72536 3.70007 8.37021 3.70007 7.99998C3.70007 7.62974 3.83685 7.27459 4.08049 7.01221ZM9.99885 6.59998C9.65354 6.60162 9.3229 6.74984 9.07926 7.01221C8.83563 7.27459 8.69885 7.62974 8.69885 7.99998C8.69885 8.37021 8.83563 8.72536 9.07926 8.98774C9.3229 9.25011 9.65354 9.39833 9.99885 9.39998C10.3442 9.39833 10.6748 9.25011 10.9184 8.98774C11.1621 8.72536 11.2989 8.37021 11.2989 7.99998C11.2989 7.62974 11.1621 7.27459 10.9184 7.01221C10.6748 6.74984 10.3442 6.60162 9.99885 6.59998Z",fill:o}))}),er=["color"],tr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,er);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),nr=["color"],rr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,nr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 2C7.77614 2 8 2.22386 8 2.5L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 2.5C7 2.22386 7.22386 2 7.5 2Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ir=["color"],or=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ir);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 9.125C8.39746 9.125 9.125 8.39746 9.125 7.5C9.125 6.60254 8.39746 5.875 7.5 5.875C6.60254 5.875 5.875 6.60254 5.875 7.5C5.875 8.39746 6.60254 9.125 7.5 9.125ZM7.5 10.125C8.94975 10.125 10.125 8.94975 10.125 7.5C10.125 6.05025 8.94975 4.875 7.5 4.875C6.05025 4.875 4.875 6.05025 4.875 7.5C4.875 8.94975 6.05025 10.125 7.5 10.125Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ar=["color"],sr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ar);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.875 7.5C9.875 8.81168 8.81168 9.875 7.5 9.875C6.18832 9.875 5.125 8.81168 5.125 7.5C5.125 6.18832 6.18832 5.125 7.5 5.125C8.81168 5.125 9.875 6.18832 9.875 7.5Z",fill:o}))}),cr=["color"],lr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,cr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.625 7.5C3.625 8.12132 3.12132 8.625 2.5 8.625C1.87868 8.625 1.375 8.12132 1.375 7.5C1.375 6.87868 1.87868 6.375 2.5 6.375C3.12132 6.375 3.625 6.87868 3.625 7.5ZM8.625 7.5C8.625 8.12132 8.12132 8.625 7.5 8.625C6.87868 8.625 6.375 8.12132 6.375 7.5C6.375 6.87868 6.87868 6.375 7.5 6.375C8.12132 6.375 8.625 6.87868 8.625 7.5ZM12.5 8.625C13.1213 8.625 13.625 8.12132 13.625 7.5C13.625 6.87868 13.1213 6.375 12.5 6.375C11.8787 6.375 11.375 6.87868 11.375 7.5C11.375 8.12132 11.8787 8.625 12.5 8.625Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ur=["color"],dr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ur);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.625 2.5C8.625 3.12132 8.12132 3.625 7.5 3.625C6.87868 3.625 6.375 3.12132 6.375 2.5C6.375 1.87868 6.87868 1.375 7.5 1.375C8.12132 1.375 8.625 1.87868 8.625 2.5ZM8.625 7.5C8.625 8.12132 8.12132 8.625 7.5 8.625C6.87868 8.625 6.375 8.12132 6.375 7.5C6.375 6.87868 6.87868 6.375 7.5 6.375C8.12132 6.375 8.625 6.87868 8.625 7.5ZM7.5 13.625C8.12132 13.625 8.625 13.1213 8.625 12.5C8.625 11.8787 8.12132 11.375 7.5 11.375C6.87868 11.375 6.375 11.8787 6.375 12.5C6.375 13.1213 6.87868 13.625 7.5 13.625Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),fr=["color"],hr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,fr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.85355 2.14645C3.65829 1.95118 3.34171 1.95118 3.14645 2.14645C2.95118 2.34171 2.95118 2.65829 3.14645 2.85355L7.14645 6.85355C7.34171 7.04882 7.65829 7.04882 7.85355 6.85355L11.8536 2.85355C12.0488 2.65829 12.0488 2.34171 11.8536 2.14645C11.6583 1.95118 11.3417 1.95118 11.1464 2.14645L7.5 5.79289L3.85355 2.14645ZM3.85355 8.14645C3.65829 7.95118 3.34171 7.95118 3.14645 8.14645C2.95118 8.34171 2.95118 8.65829 3.14645 8.85355L7.14645 12.8536C7.34171 13.0488 7.65829 13.0488 7.85355 12.8536L11.8536 8.85355C12.0488 8.65829 12.0488 8.34171 11.8536 8.14645C11.6583 7.95118 11.3417 7.95118 11.1464 8.14645L7.5 11.7929L3.85355 8.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),pr=["color"],mr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,pr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),gr=["color"],vr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,gr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),yr=["color"],Cr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,yr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.1464 6.85355C11.3417 7.04882 11.6583 7.04882 11.8536 6.85355C12.0488 6.65829 12.0488 6.34171 11.8536 6.14645L7.85355 2.14645C7.65829 1.95118 7.34171 1.95118 7.14645 2.14645L3.14645 6.14645C2.95118 6.34171 2.95118 6.65829 3.14645 6.85355C3.34171 7.04882 3.65829 7.04882 3.85355 6.85355L7.5 3.20711L11.1464 6.85355ZM11.1464 12.8536C11.3417 13.0488 11.6583 13.0488 11.8536 12.8536C12.0488 12.6583 12.0488 12.3417 11.8536 12.1464L7.85355 8.14645C7.65829 7.95118 7.34171 7.95118 7.14645 8.14645L3.14645 12.1464C2.95118 12.3417 2.95118 12.6583 3.14645 12.8536C3.34171 13.0488 3.65829 13.0488 3.85355 12.8536L7.5 9.20711L11.1464 12.8536Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),br=["color"],wr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,br);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.50005 1.04999C7.74858 1.04999 7.95005 1.25146 7.95005 1.49999V8.41359L10.1819 6.18179C10.3576 6.00605 10.6425 6.00605 10.8182 6.18179C10.994 6.35753 10.994 6.64245 10.8182 6.81819L7.81825 9.81819C7.64251 9.99392 7.35759 9.99392 7.18185 9.81819L4.18185 6.81819C4.00611 6.64245 4.00611 6.35753 4.18185 6.18179C4.35759 6.00605 4.64251 6.00605 4.81825 6.18179L7.05005 8.41359V1.49999C7.05005 1.25146 7.25152 1.04999 7.50005 1.04999ZM2.5 10C2.77614 10 3 10.2239 3 10.5V12C3 12.5539 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V12C13 13.1041 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2239 2.22386 10 2.5 10Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),_r=["color"],xr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,_r);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("circle",{cx:"4.5",cy:"2.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"4.5",cy:"4.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"4.5",cy:"6.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"4.5",cy:"8.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"4.5",cy:"10.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"4.5",cy:"12.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"2.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"4.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"6.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"8.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"10.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"6.5",cy:"12.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"2.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"4.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"6.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"8.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"10.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"8.499",cy:"12.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"2.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"4.5",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"6.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"8.499",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"10.498",r:".6",fill:o}),(0,r.createElement)("circle",{cx:"10.499",cy:"12.498",r:".6",fill:o}))}),Or=["color"],Er=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Or);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.5 4.625C6.12132 4.625 6.625 4.12132 6.625 3.5C6.625 2.87868 6.12132 2.375 5.5 2.375C4.87868 2.375 4.375 2.87868 4.375 3.5C4.375 4.12132 4.87868 4.625 5.5 4.625ZM9.5 4.625C10.1213 4.625 10.625 4.12132 10.625 3.5C10.625 2.87868 10.1213 2.375 9.5 2.375C8.87868 2.375 8.375 2.87868 8.375 3.5C8.375 4.12132 8.87868 4.625 9.5 4.625ZM10.625 7.5C10.625 8.12132 10.1213 8.625 9.5 8.625C8.87868 8.625 8.375 8.12132 8.375 7.5C8.375 6.87868 8.87868 6.375 9.5 6.375C10.1213 6.375 10.625 6.87868 10.625 7.5ZM5.5 8.625C6.12132 8.625 6.625 8.12132 6.625 7.5C6.625 6.87868 6.12132 6.375 5.5 6.375C4.87868 6.375 4.375 6.87868 4.375 7.5C4.375 8.12132 4.87868 8.625 5.5 8.625ZM10.625 11.5C10.625 12.1213 10.1213 12.625 9.5 12.625C8.87868 12.625 8.375 12.1213 8.375 11.5C8.375 10.8787 8.87868 10.375 9.5 10.375C10.1213 10.375 10.625 10.8787 10.625 11.5ZM5.5 12.625C6.12132 12.625 6.625 12.1213 6.625 11.5C6.625 10.8787 6.12132 10.375 5.5 10.375C4.87868 10.375 4.375 10.8787 4.375 11.5C4.375 12.1213 4.87868 12.625 5.5 12.625Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Mr=["color"],jr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Mr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.49998 4.09998C2.27906 4.09998 2.09998 4.27906 2.09998 4.49998C2.09998 4.72089 2.27906 4.89998 2.49998 4.89998H12.5C12.7209 4.89998 12.9 4.72089 12.9 4.49998C12.9 4.27906 12.7209 4.09998 12.5 4.09998H2.49998ZM2.49998 6.09998C2.27906 6.09998 2.09998 6.27906 2.09998 6.49998C2.09998 6.72089 2.27906 6.89998 2.49998 6.89998H12.5C12.7209 6.89998 12.9 6.72089 12.9 6.49998C12.9 6.27906 12.7209 6.09998 12.5 6.09998H2.49998ZM2.09998 8.49998C2.09998 8.27906 2.27906 8.09998 2.49998 8.09998H12.5C12.7209 8.09998 12.9 8.27906 12.9 8.49998C12.9 8.72089 12.7209 8.89998 12.5 8.89998H2.49998C2.27906 8.89998 2.09998 8.72089 2.09998 8.49998ZM2.49998 10.1C2.27906 10.1 2.09998 10.2791 2.09998 10.5C2.09998 10.7209 2.27906 10.9 2.49998 10.9H12.5C12.7209 10.9 12.9 10.7209 12.9 10.5C12.9 10.2791 12.7209 10.1 12.5 10.1H2.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Sr=["color"],Pr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Sr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.09998 12.5C4.09998 12.7209 4.27906 12.9 4.49998 12.9C4.72089 12.9 4.89998 12.7209 4.89998 12.5L4.89998 2.50002C4.89998 2.27911 4.72089 2.10003 4.49998 2.10003C4.27906 2.10003 4.09998 2.27911 4.09998 2.50002L4.09998 12.5ZM6.09998 12.5C6.09998 12.7209 6.27906 12.9 6.49998 12.9C6.72089 12.9 6.89998 12.7209 6.89998 12.5L6.89998 2.50002C6.89998 2.27911 6.72089 2.10003 6.49998 2.10003C6.27906 2.10003 6.09998 2.27911 6.09998 2.50002L6.09998 12.5ZM8.49998 12.9C8.27906 12.9 8.09998 12.7209 8.09998 12.5L8.09998 2.50002C8.09998 2.27911 8.27906 2.10002 8.49998 2.10002C8.72089 2.10002 8.89998 2.27911 8.89998 2.50002L8.89998 12.5C8.89998 12.7209 8.72089 12.9 8.49998 12.9ZM10.1 12.5C10.1 12.7209 10.2791 12.9 10.5 12.9C10.7209 12.9 10.9 12.7209 10.9 12.5L10.9 2.50002C10.9 2.27911 10.7209 2.10002 10.5 2.10002C10.2791 2.10002 10.1 2.27911 10.1 2.50002L10.1 12.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ar=["color"],kr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ar);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10.3285 1.13607C10.1332 0.940809 9.81662 0.940808 9.62136 1.13607C9.42609 1.33133 9.42609 1.64792 9.62136 1.84318L10.2744 2.49619L5.42563 6.13274L4.31805 5.02516C4.12279 4.8299 3.80621 4.8299 3.61095 5.02516C3.41569 5.22042 3.41569 5.537 3.61095 5.73226L5.02516 7.14648L6.08582 8.20714L2.81545 11.4775C2.62019 11.6728 2.62019 11.9894 2.81545 12.1846C3.01072 12.3799 3.3273 12.3799 3.52256 12.1846L6.79293 8.91425L7.85359 9.97491L9.2678 11.3891C9.46306 11.5844 9.77965 11.5844 9.97491 11.3891C10.1702 11.1939 10.1702 10.8773 9.97491 10.682L8.86733 9.57443L12.5039 4.7257L13.1569 5.37871C13.3522 5.57397 13.6687 5.57397 13.864 5.37871C14.0593 5.18345 14.0593 4.86687 13.864 4.6716L12.8033 3.61094L11.3891 2.19673L10.3285 1.13607ZM6.13992 6.84702L10.9887 3.21047L11.7896 4.01142L8.15305 8.86015L6.13992 6.84702Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Tr=["color"],Dr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Tr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.62129 1.13607C9.81656 0.940808 10.1331 0.940809 10.3284 1.13607L11.3891 2.19673L12.8033 3.61094L13.8639 4.6716C14.0592 4.86687 14.0592 5.18345 13.8639 5.37871C13.6687 5.57397 13.3521 5.57397 13.1568 5.37871L12.5038 4.7257L8.86727 9.57443L9.97485 10.682C10.1701 10.8773 10.1701 11.1939 9.97485 11.3891C9.77959 11.5844 9.463 11.5844 9.26774 11.3891L7.85353 9.97491L6.79287 8.91425L3.5225 12.1846C3.32724 12.3799 3.01065 12.3799 2.81539 12.1846C2.62013 11.9894 2.62013 11.6728 2.81539 11.4775L6.08576 8.20714L5.0251 7.14648L3.61089 5.73226C3.41563 5.537 3.41562 5.22042 3.61089 5.02516C3.80615 4.8299 4.12273 4.8299 4.31799 5.02516L5.42557 6.13274L10.2743 2.49619L9.62129 1.84318C9.42603 1.64792 9.42603 1.33133 9.62129 1.13607Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M9.62129 1.13607C9.81656 0.940808 10.1331 0.940809 10.3284 1.13607L11.3891 2.19673L12.8033 3.61094L13.8639 4.6716C14.0592 4.86687 14.0592 5.18345 13.8639 5.37871C13.6687 5.57397 13.3521 5.57397 13.1568 5.37871L12.5038 4.7257L8.86727 9.57443L9.97485 10.682C10.1701 10.8773 10.1701 11.1939 9.97485 11.3891C9.77959 11.5844 9.463 11.5844 9.26774 11.3891L7.85353 9.97491L6.79287 8.91425L3.5225 12.1846C3.32724 12.3799 3.01065 12.3799 2.81539 12.1846C2.62013 11.9894 2.62013 11.6728 2.81539 11.4775L6.08576 8.20714L5.0251 7.14648L3.61089 5.73226C3.41563 5.537 3.41562 5.22042 3.61089 5.02516C3.80615 4.8299 4.12273 4.8299 4.31799 5.02516L5.42557 6.13274L10.2743 2.49619L9.62129 1.84318C9.42603 1.64792 9.42603 1.33133 9.62129 1.13607Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ir=["color"],Lr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ir);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49999 3.09998C7.27907 3.09998 7.09999 3.27906 7.09999 3.49998C7.09999 3.72089 7.27907 3.89998 7.49999 3.89998H14.5C14.7209 3.89998 14.9 3.72089 14.9 3.49998C14.9 3.27906 14.7209 3.09998 14.5 3.09998H7.49999ZM7.49998 5.1C7.27907 5.1 7.09998 5.27908 7.09998 5.5C7.09998 5.72091 7.27907 5.9 7.49998 5.9H14.5C14.7209 5.9 14.9 5.72091 14.9 5.5C14.9 5.27908 14.7209 5.1 14.5 5.1H7.49998ZM7.1 7.5C7.1 7.27908 7.27909 7.1 7.5 7.1H14.5C14.7209 7.1 14.9 7.27908 14.9 7.5C14.9 7.72091 14.7209 7.9 14.5 7.9H7.5C7.27909 7.9 7.1 7.72091 7.1 7.5ZM7.49998 9.1C7.27907 9.1 7.09998 9.27908 7.09998 9.5C7.09998 9.72091 7.27907 9.9 7.49998 9.9H14.5C14.7209 9.9 14.9 9.72091 14.9 9.5C14.9 9.27908 14.7209 9.1 14.5 9.1H7.49998ZM7.09998 11.5C7.09998 11.2791 7.27907 11.1 7.49998 11.1H14.5C14.7209 11.1 14.9 11.2791 14.9 11.5C14.9 11.7209 14.7209 11.9 14.5 11.9H7.49998C7.27907 11.9 7.09998 11.7209 7.09998 11.5ZM2.5 9.25003L5 6.00003H0L2.5 9.25003Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Rr=["color"],Fr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Rr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.5 1C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2H12V13H4.5C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H12C12.5523 14 13 13.5523 13 13V2C13 1.44772 12.5523 1 12 1H4.5ZM6.60355 4.89645C6.40829 4.70118 6.09171 4.70118 5.89645 4.89645C5.70118 5.09171 5.70118 5.40829 5.89645 5.60355L7.29289 7H0.5C0.223858 7 0 7.22386 0 7.5C0 7.77614 0.223858 8 0.5 8H7.29289L5.89645 9.39645C5.70118 9.59171 5.70118 9.90829 5.89645 10.1036C6.09171 10.2988 6.40829 10.2988 6.60355 10.1036L8.85355 7.85355C9.04882 7.65829 9.04882 7.34171 8.85355 7.14645L6.60355 4.89645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Nr=["color"],Hr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Nr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 2.5C2 2.22386 2.22386 2 2.5 2H5.5C5.77614 2 6 2.22386 6 2.5C6 2.77614 5.77614 3 5.5 3H3V5.5C3 5.77614 2.77614 6 2.5 6C2.22386 6 2 5.77614 2 5.5V2.5ZM9 2.5C9 2.22386 9.22386 2 9.5 2H12.5C12.7761 2 13 2.22386 13 2.5V5.5C13 5.77614 12.7761 6 12.5 6C12.2239 6 12 5.77614 12 5.5V3H9.5C9.22386 3 9 2.77614 9 2.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H2.5C2.22386 13 2 12.7761 2 12.5V9.5C2 9.22386 2.22386 9 2.5 9ZM12.5 9C12.7761 9 13 9.22386 13 9.5V12.5C13 12.7761 12.7761 13 12.5 13H9.5C9.22386 13 9 12.7761 9 12.5C9 12.2239 9.22386 12 9.5 12H12V9.5C12 9.22386 12.2239 9 12.5 9Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Br=["color"],Vr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Br);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 2C0.447715 2 0 2.44772 0 3V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V3C15 2.44772 14.5523 2 14 2H1ZM1 3L14 3V3.92494C13.9174 3.92486 13.8338 3.94751 13.7589 3.99505L7.5 7.96703L1.24112 3.99505C1.16621 3.94751 1.0826 3.92486 1 3.92494V3ZM1 4.90797V12H14V4.90797L7.74112 8.87995C7.59394 8.97335 7.40606 8.97335 7.25888 8.87995L1 4.90797Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),$r=["color"],Zr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,$r);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.94721 0.164594C7.66569 0.0238299 7.33431 0.0238302 7.05279 0.164594L0.552786 3.41459C0.214002 3.58399 0 3.93025 0 4.30902V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V4.30902C15 3.93025 14.786 3.58399 14.4472 3.41459L7.94721 0.164594ZM13.5689 4.09349L7.5 1.05902L1.43105 4.09349L7.5 7.29136L13.5689 4.09349ZM1 4.88366V12H14V4.88366L7.70977 8.19813C7.57848 8.26731 7.42152 8.26731 7.29023 8.19813L1 4.88366Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),zr=["color"],Wr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,zr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.36052 0.72921C8.55578 0.533948 8.87236 0.533948 9.06763 0.72921L14.2708 5.93235C14.466 6.12761 14.466 6.4442 14.2708 6.63946L8.95513 11.9551L7.3466 13.5636C6.76081 14.1494 5.81106 14.1494 5.22528 13.5636L1.43635 9.7747C0.850563 9.18891 0.850563 8.23917 1.43635 7.65338L3.04488 6.04485L8.36052 0.72921ZM8.71407 1.78987L4.10554 6.3984L8.60157 10.8944L13.2101 6.28591L8.71407 1.78987ZM7.89447 11.6015L3.39843 7.10551L2.14346 8.36049C1.94819 8.55575 1.94819 8.87233 2.14346 9.06759L5.93238 12.8565C6.12765 13.0518 6.44423 13.0518 6.63949 12.8565L7.89447 11.6015Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ur=["color"],Gr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ur);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.4449 0.608765C8.0183 -0.107015 6.9817 -0.107015 6.55509 0.608766L0.161178 11.3368C-0.275824 12.07 0.252503 13 1.10608 13H13.8939C14.7475 13 15.2758 12.07 14.8388 11.3368L8.4449 0.608765ZM7.4141 1.12073C7.45288 1.05566 7.54712 1.05566 7.5859 1.12073L13.9798 11.8488C14.0196 11.9154 13.9715 12 13.8939 12H1.10608C1.02849 12 0.980454 11.9154 1.02018 11.8488L7.4141 1.12073ZM6.8269 4.48611C6.81221 4.10423 7.11783 3.78663 7.5 3.78663C7.88217 3.78663 8.18778 4.10423 8.1731 4.48612L8.01921 8.48701C8.00848 8.766 7.7792 8.98664 7.5 8.98664C7.2208 8.98664 6.99151 8.766 6.98078 8.48701L6.8269 4.48611ZM8.24989 10.476C8.24989 10.8902 7.9141 11.226 7.49989 11.226C7.08567 11.226 6.74989 10.8902 6.74989 10.476C6.74989 10.0618 7.08567 9.72599 7.49989 9.72599C7.9141 9.72599 8.24989 10.0618 8.24989 10.476Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Yr=["color"],qr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Yr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 1C2.44771 1 2 1.44772 2 2V13C2 13.5523 2.44772 14 3 14H10.5C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13H3V2L10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1H3ZM12.6036 4.89645C12.4083 4.70118 12.0917 4.70118 11.8964 4.89645C11.7012 5.09171 11.7012 5.40829 11.8964 5.60355L13.2929 7H6.5C6.22386 7 6 7.22386 6 7.5C6 7.77614 6.22386 8 6.5 8H13.2929L11.8964 9.39645C11.7012 9.59171 11.7012 9.90829 11.8964 10.1036C12.0917 10.2988 12.4083 10.2988 12.6036 10.1036L14.8536 7.85355C15.0488 7.65829 15.0488 7.34171 14.8536 7.14645L12.6036 4.89645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Kr=["color"],Xr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Kr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.5 2C5.77614 2 6 2.22386 6 2.5V5.5C6 5.77614 5.77614 6 5.5 6H2.5C2.22386 6 2 5.77614 2 5.5C2 5.22386 2.22386 5 2.5 5H5V2.5C5 2.22386 5.22386 2 5.5 2ZM9.5 2C9.77614 2 10 2.22386 10 2.5V5H12.5C12.7761 5 13 5.22386 13 5.5C13 5.77614 12.7761 6 12.5 6H9.5C9.22386 6 9 5.77614 9 5.5V2.5C9 2.22386 9.22386 2 9.5 2ZM2 9.5C2 9.22386 2.22386 9 2.5 9H5.5C5.77614 9 6 9.22386 6 9.5V12.5C6 12.7761 5.77614 13 5.5 13C5.22386 13 5 12.7761 5 12.5V10H2.5C2.22386 10 2 9.77614 2 9.5ZM9 9.5C9 9.22386 9.22386 9 9.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H10V12.5C10 12.7761 9.77614 13 9.5 13C9.22386 13 9 12.7761 9 12.5V9.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Jr=["color"],Qr=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Jr);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 2C2.44772 2 2 2.44772 2 3V12C2 12.5523 2.44772 13 3 13H12C12.5523 13 13 12.5523 13 12V8.5C13 8.22386 12.7761 8 12.5 8C12.2239 8 12 8.22386 12 8.5V12H3V3L6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2H3ZM12.8536 2.14645C12.9015 2.19439 12.9377 2.24964 12.9621 2.30861C12.9861 2.36669 12.9996 2.4303 13 2.497L13 2.5V2.50049V5.5C13 5.77614 12.7761 6 12.5 6C12.2239 6 12 5.77614 12 5.5V3.70711L6.85355 8.85355C6.65829 9.04882 6.34171 9.04882 6.14645 8.85355C5.95118 8.65829 5.95118 8.34171 6.14645 8.14645L11.2929 3H9.5C9.22386 3 9 2.77614 9 2.5C9 2.22386 9.22386 2 9.5 2H12.4999H12.5C12.5678 2 12.6324 2.01349 12.6914 2.03794C12.7504 2.06234 12.8056 2.09851 12.8536 2.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ei=["color"],ti=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ei);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14.7649 6.07596C14.9991 6.22231 15.0703 6.53079 14.9239 6.76495C14.4849 7.46743 13.9632 8.10645 13.3702 8.66305L14.5712 9.86406C14.7664 10.0593 14.7664 10.3759 14.5712 10.5712C14.3759 10.7664 14.0593 10.7664 13.8641 10.5712L12.6011 9.30817C11.805 9.90283 10.9089 10.3621 9.93375 10.651L10.383 12.3277C10.4544 12.5944 10.2961 12.8685 10.0294 12.94C9.76267 13.0115 9.4885 12.8532 9.41704 12.5865L8.95917 10.8775C8.48743 10.958 8.00036 10.9999 7.50001 10.9999C6.99965 10.9999 6.51257 10.958 6.04082 10.8775L5.58299 12.5864C5.51153 12.8532 5.23737 13.0115 4.97064 12.94C4.7039 12.8686 4.5456 12.5944 4.61706 12.3277L5.06625 10.651C4.09111 10.3621 3.19503 9.90282 2.3989 9.30815L1.1359 10.5712C0.940638 10.7664 0.624058 10.7664 0.428798 10.5712C0.233537 10.3759 0.233537 10.0593 0.428798 9.86405L1.62982 8.66303C1.03682 8.10643 0.515113 7.46742 0.0760677 6.76495C-0.0702867 6.53079 0.000898544 6.22231 0.235065 6.07596C0.469231 5.9296 0.777703 6.00079 0.924058 6.23496C1.40354 7.00213 1.989 7.68057 2.66233 8.2427C2.67315 8.25096 2.6837 8.25972 2.69397 8.26898C4.00897 9.35527 5.65537 9.99991 7.50001 9.99991C10.3078 9.99991 12.6564 8.5063 14.076 6.23495C14.2223 6.00079 14.5308 5.9296 14.7649 6.07596Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ni=["color"],ri=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ni);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.6828 3.61012C9.70652 3.21671 8.63759 3 7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C0.902945 9.08812 2.02314 10.1861 3.36061 10.9323L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.31723 11.3899C5.29348 11.7833 6.36241 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C14.0971 5.9119 12.9769 4.81391 11.6394 4.06771L13.3536 2.35355ZM9.90428 4.38861C9.15332 4.1361 8.34759 4 7.5 4C4.80285 4 2.52952 5.37816 1.09622 7.50001C1.87284 8.6497 2.89609 9.58106 4.09974 10.1931L9.90428 4.38861ZM5.09572 10.6114L10.9003 4.80685C12.1039 5.41894 13.1272 6.35031 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11C6.65241 11 5.84668 10.8639 5.09572 10.6114Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ii=["color"],oi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ii);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ai=["color"],si=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ai);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82708 7.49972C1.82708 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82708 10.6327 1.82708 7.49972ZM5.03747 9.21395C4.87949 8.98746 4.56782 8.93193 4.34133 9.08991C4.11484 9.24789 4.05931 9.55956 4.21729 9.78605C4.93926 10.8211 6.14033 11.5 7.50004 11.5C8.85974 11.5 10.0608 10.8211 10.7828 9.78605C10.9408 9.55956 10.8852 9.24789 10.6587 9.08991C10.4323 8.93193 10.1206 8.98746 9.9626 9.21395C9.41963 9.99238 8.51907 10.5 7.50004 10.5C6.481 10.5 5.58044 9.99238 5.03747 9.21395ZM5.37503 6.84998C5.85828 6.84998 6.25003 6.45815 6.25003 5.97498C6.25003 5.4918 5.85828 5.09998 5.37503 5.09998C4.89179 5.09998 4.50003 5.4918 4.50003 5.97498C4.50003 6.45815 4.89179 6.84998 5.37503 6.84998ZM10.5 5.97498C10.5 6.45815 10.1083 6.84998 9.62503 6.84998C9.14179 6.84998 8.75003 6.45815 8.75003 5.97498C8.75003 5.4918 9.14179 5.09998 9.62503 5.09998C10.1083 5.09998 10.5 5.4918 10.5 5.97498Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ci=["color"],li=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ci);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.00005 2.04999H5.52505C4.71043 2.04999 4.05005 2.71037 4.05005 3.52499C4.05005 4.33961 4.71043 4.99999 5.52505 4.99999H7.00005V2.04999ZM7.00005 1.04999H8.00005H9.47505C10.842 1.04999 11.95 2.15808 11.95 3.52499C11.95 4.33163 11.5642 5.04815 10.9669 5.49999C11.5642 5.95184 11.95 6.66836 11.95 7.475C11.95 8.8419 10.842 9.95 9.47505 9.95C8.92236 9.95 8.41198 9.76884 8.00005 9.46266V9.95L8.00005 11.425C8.00005 12.7919 6.89195 13.9 5.52505 13.9C4.15814 13.9 3.05005 12.7919 3.05005 11.425C3.05005 10.6183 3.43593 9.90184 4.03317 9.44999C3.43593 8.99814 3.05005 8.28163 3.05005 7.475C3.05005 6.66836 3.43594 5.95184 4.03319 5.5C3.43594 5.04815 3.05005 4.33163 3.05005 3.52499C3.05005 2.15808 4.15814 1.04999 5.52505 1.04999H7.00005ZM8.00005 2.04999V4.99999H9.47505C10.2897 4.99999 10.95 4.33961 10.95 3.52499C10.95 2.71037 10.2897 2.04999 9.47505 2.04999H8.00005ZM5.52505 8.94998H7.00005L7.00005 7.4788L7.00005 7.475L7.00005 7.4712V6H5.52505C4.71043 6 4.05005 6.66038 4.05005 7.475C4.05005 8.28767 4.70727 8.94684 5.5192 8.94999L5.52505 8.94998ZM4.05005 11.425C4.05005 10.6123 4.70727 9.95315 5.5192 9.94999L5.52505 9.95H7.00005L7.00005 11.425C7.00005 12.2396 6.33967 12.9 5.52505 12.9C4.71043 12.9 4.05005 12.2396 4.05005 11.425ZM8.00005 7.47206C8.00164 6.65879 8.66141 6 9.47505 6C10.2897 6 10.95 6.66038 10.95 7.475C10.95 8.28962 10.2897 8.95 9.47505 8.95C8.66141 8.95 8.00164 8.29121 8.00005 7.47794V7.47206Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ui=["color"],di=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ui);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 2C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V6H8.5C8.22386 6 8 5.77614 8 5.5V2H3.5ZM9 2.70711L11.2929 5H9V2.70711ZM2 2.5C2 1.67157 2.67157 1 3.5 1H8.5C8.63261 1 8.75979 1.05268 8.85355 1.14645L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 13.3284 12.3284 14 11.5 14H3.5C2.67157 14 2 13.3284 2 12.5V2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),fi=["color"],hi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,fi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 2.5C3 2.22386 3.22386 2 3.5 2H9.29289L12 4.70711V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.60355C13 4.40464 12.921 4.21388 12.7803 4.07322L9.85355 1.14645C9.75979 1.05268 9.63261 1 9.5 1H3.5ZM5.25 7C4.97386 7 4.75 7.22386 4.75 7.5C4.75 7.77614 4.97386 8 5.25 8H9.75C10.0261 8 10.25 7.77614 10.25 7.5C10.25 7.22386 10.0261 7 9.75 7H5.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),pi=["color"],mi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,pi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 2C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V4.70711L9.29289 2H3.5ZM2 2.5C2 1.67157 2.67157 1 3.5 1H9.5C9.63261 1 9.75979 1.05268 9.85355 1.14645L12.7803 4.07322C12.921 4.21388 13 4.40464 13 4.60355V12.5C13 13.3284 12.3284 14 11.5 14H3.5C2.67157 14 2 13.3284 2 12.5V2.5ZM4.75 7.5C4.75 7.22386 4.97386 7 5.25 7H7V5.25C7 4.97386 7.22386 4.75 7.5 4.75C7.77614 4.75 8 4.97386 8 5.25V7H9.75C10.0261 7 10.25 7.22386 10.25 7.5C10.25 7.77614 10.0261 8 9.75 8H8V9.75C8 10.0261 7.77614 10.25 7.5 10.25C7.22386 10.25 7 10.0261 7 9.75V8H5.25C4.97386 8 4.75 7.77614 4.75 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),gi=["color"],vi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,gi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 2.5C3 2.22386 3.22386 2 3.5 2H9.08579C9.21839 2 9.34557 2.05268 9.43934 2.14645L11.8536 4.56066C11.9473 4.65443 12 4.78161 12 4.91421V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.91421C13 4.51639 12.842 4.13486 12.5607 3.85355L10.1464 1.43934C9.86514 1.15804 9.48361 1 9.08579 1H3.5ZM4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5H7.5C7.77614 5 8 4.77614 8 4.5C8 4.22386 7.77614 4 7.5 4H4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H10.5C10.7761 11 11 10.7761 11 10.5C11 10.2239 10.7761 10 10.5 10H4.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),yi=["color"],Ci=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,yi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.10505 12C4.70805 12 4.4236 11.912 4.25171 11.736C4.0839 11.5559 4 11.2715 4 10.8827V4.11733C4 3.72033 4.08595 3.43588 4.25784 3.26398C4.43383 3.08799 4.71623 3 5.10505 3C6.42741 3 8.25591 3 9.02852 3C10.1373 3 11.0539 3.98153 11.0539 5.1846C11.0539 6.08501 10.6037 6.81855 9.70327 7.23602C10.8657 7.44851 11.5176 8.62787 11.5176 9.48128C11.5176 10.5125 10.9902 12 9.27734 12C8.77742 12 6.42626 12 5.10505 12ZM8.37891 8.00341H5.8V10.631H8.37891C8.9 10.631 9.6296 10.1211 9.6296 9.29877C9.6296 8.47643 8.9 8.00341 8.37891 8.00341ZM5.8 4.36903V6.69577H8.17969C8.53906 6.69577 9.27734 6.35939 9.27734 5.50002C9.27734 4.64064 8.48047 4.36903 8.17969 4.36903H5.8Z",fill:o}))}),bi=["color"],wi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,bi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.5 4.5C2.5 3.09886 3.59886 2 5 2H12.499C12.7752 2 13 2.22386 13 2.5C13 2.77614 12.7761 3 12.5 3H8.69244L8.40509 3.85458C8.18869 4.49752 7.89401 5.37197 7.58091 6.29794C7.50259 6.52956 7.42308 6.76453 7.34332 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H7.00407C6.56724 9.28543 6.16435 10.4613 5.95799 11.0386C5.63627 11.9386 5.20712 12.4857 4.66741 12.7778C4.16335 13.0507 3.64154 13.0503 3.28378 13.05L3.25 13.05C2.94624 13.05 2.7 12.8037 2.7 12.5C2.7 12.1962 2.94624 11.95 3.25 11.95C3.64182 11.95 3.9035 11.9405 4.14374 11.8105C4.36443 11.691 4.65532 11.4148 4.92217 10.6683C5.10695 10.1514 5.45375 9.14134 5.8422 8H4.5C4.22386 8 4 7.77614 4 7.5C4 7.22386 4.22386 7 4.5 7H6.18187C6.30127 6.64785 6.42132 6.29323 6.53887 5.94559C6.85175 5.02025 7.14627 4.14631 7.36256 3.50368L7.53192 3H5C4.15114 3 3.5 3.65114 3.5 4.5C3.5 4.77614 3.27614 5 3 5C2.72386 5 2.5 4.77614 2.5 4.5Z",fill:o}))}),_i=["color"],xi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,_i);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.67494 3.50017C5.67494 3.25164 5.87641 3.05017 6.12494 3.05017H10.6249C10.8735 3.05017 11.0749 3.25164 11.0749 3.50017C11.0749 3.7487 10.8735 3.95017 10.6249 3.95017H9.00587L7.2309 11.05H8.87493C9.12345 11.05 9.32493 11.2515 9.32493 11.5C9.32493 11.7486 9.12345 11.95 8.87493 11.95H4.37493C4.1264 11.95 3.92493 11.7486 3.92493 11.5C3.92493 11.2515 4.1264 11.05 4.37493 11.05H5.99397L7.76894 3.95017H6.12494C5.87641 3.95017 5.67494 3.7487 5.67494 3.50017Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Oi=["color"],Ei=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Oi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.79993 3.50017C4.79993 3.25164 5.0014 3.05017 5.24993 3.05017H9.74993C9.99845 3.05017 10.1999 3.25164 10.1999 3.50017C10.1999 3.7487 9.99845 3.95017 9.74993 3.95017H8.09993V11.05H9.74994C9.99847 11.05 10.1999 11.2515 10.1999 11.5C10.1999 11.7486 9.99847 11.95 9.74994 11.95H5.24994C5.00141 11.95 4.79994 11.7486 4.79994 11.5C4.79994 11.2515 5.00141 11.05 5.24994 11.05H6.89993V3.95017H5.24993C5.0014 3.95017 4.79993 3.7487 4.79993 3.50017Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Mi=["color"],ji=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Mi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.78233 2.21707C2.70732 2.14206 2.60557 2.09991 2.49949 2.09991C2.3934 2.09991 2.29166 2.14206 2.21664 2.21707L0.216645 4.21707C0.0604351 4.37328 0.0604351 4.62655 0.216645 4.78276C0.372855 4.93897 0.626121 4.93897 0.78233 4.78276L2.09949 3.4656L2.09949 11.5342L0.78233 10.2171C0.62612 10.0609 0.372854 10.0609 0.216645 10.2171C0.0604349 10.3733 0.0604349 10.6265 0.216645 10.7828L2.21664 12.7828C2.29166 12.8578 2.3934 12.8999 2.49949 12.8999C2.60557 12.8999 2.70731 12.8578 2.78233 12.7828L4.78233 10.7828C4.93854 10.6265 4.93854 10.3733 4.78233 10.2171C4.62612 10.0609 4.37285 10.0609 4.21664 10.2171L2.89949 11.5342L2.89949 3.4656L4.21664 4.78276C4.37285 4.93897 4.62612 4.93897 4.78233 4.78276C4.93854 4.62655 4.93854 4.37328 4.78233 4.21707L2.78233 2.21707ZM10.5 2.74997C10.7107 2.74997 10.8988 2.88211 10.9703 3.08036L13.9703 11.3999C14.064 11.6597 13.9293 11.9462 13.6696 12.0399C13.4098 12.1336 13.1233 11.9989 13.0296 11.7392L12.0477 9.016H8.95228L7.97033 11.7392C7.87666 11.9989 7.59013 12.1336 7.33036 12.0399C7.07059 11.9462 6.93595 11.6597 7.02962 11.3999L10.0296 3.08036C10.1011 2.88211 10.2892 2.74997 10.5 2.74997ZM10.5 4.72396L11.7412 8.166H9.25879L10.5 4.72396Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Si=["color"],Pi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Si);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.03791 9.98075C0.934777 9.6583 1.11603 9.37719 1.40005 9.24871C1.68408 9.12022 2.09463 9.13412 2.27071 9.45426C2.85393 10.5147 3.64599 10.7282 4.48665 10.7282C5.52721 10.7282 6.29659 10.2615 6.29659 9.45426C6.29659 8.8047 5.9119 8.46416 4.87134 8.14253L4.15872 7.92181C2.64518 7.44883 1.88842 6.69206 1.88842 5.45601C1.88842 3.79743 3.27583 2.6875 5.24342 2.6875C6.91733 2.6875 7.97409 3.33536 8.43833 4.31065C8.57087 4.58909 8.57614 4.91294 8.22794 5.19114C7.87974 5.46934 7.52351 5.34799 7.23327 5.03839C6.47215 4.22653 5.99545 4.04968 5.25604 4.04968C4.1398 4.04968 3.547 4.63618 3.547 5.27943C3.547 5.86592 3.96322 6.23169 4.94702 6.5344L5.67856 6.76143C7.22994 7.23441 7.97409 7.95964 7.97409 9.17047C7.97409 10.7723 6.69389 12.0903 4.46143 12.0903C2.86612 12.0903 1.40005 11.1131 1.03791 9.98075ZM11.8491 8.77985C10.661 8.39543 10.1649 7.86114 10.1649 6.98805C10.1649 5.86736 11.1636 5.04639 12.6128 5.04639C13.8546 5.04639 14.6629 5.63345 14.9778 6.6346C15.0443 6.84599 14.9593 6.98006 14.7475 7.0491C14.5394 7.11697 14.3176 7.09974 14.238 6.89611C13.9356 6.12273 13.352 5.76311 12.5998 5.76311C11.6467 5.76311 11.0135 6.25178 11.0135 6.91638C11.0135 7.45066 11.3464 7.75038 12.2473 8.04358L12.8348 8.23254C14.062 8.62999 14.5516 9.13821 14.5516 10.0178C14.5516 11.1972 13.481 12.0442 11.9927 12.0442C10.6439 12.0442 9.65644 11.2809 9.41979 10.3361C9.36535 10.1188 9.41192 10.0287 9.70039 9.96184C9.98886 9.89499 10.0714 9.89918 10.1715 10.1369C10.4555 10.8114 11.1531 11.3275 12.0318 11.3275C12.9914 11.3275 13.6834 10.7802 13.6834 10.0634C13.6834 9.53567 13.3961 9.28807 12.4366 8.97532L11.8491 8.77985Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ai=["color"],ki=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ai);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11 1.5C11 1.22386 10.7761 1 10.5 1C10.2239 1 10 1.22386 10 1.5V4H5V1.5C5 1.22386 4.77614 1 4.5 1C4.22386 1 4 1.22386 4 1.5V4H1.5C1.22386 4 1 4.22386 1 4.5C1 4.77614 1.22386 5 1.5 5H4V10H1.5C1.22386 10 1 10.2239 1 10.5C1 10.7761 1.22386 11 1.5 11H4V13.5C4 13.7761 4.22386 14 4.5 14C4.77614 14 5 13.7761 5 13.5V11H10V13.5C10 13.7761 10.2239 14 10.5 14C10.7761 14 11 13.7761 11 13.5V11H13.5C13.7761 11 14 10.7761 14 10.5C14 10.2239 13.7761 10 13.5 10H11V5H13.5C13.7761 5 14 4.77614 14 4.5C14 4.22386 13.7761 4 13.5 4H11V1.5ZM10 10V5H5V10H10Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ti=["color"],Di=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ti);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.3825 1.29567C3.46241 1.11432 3.64188 0.997284 3.84005 0.997284H11.5C11.7761 0.997284 12 1.22114 12 1.49728V5.5C12 5.77614 11.7761 6 11.5 6H8.63521L11.5288 9.16247C11.6626 9.3087 11.6974 9.52015 11.6175 9.70154C11.5376 9.88293 11.3582 10 11.16 10H8V13.5C8 13.7022 7.87818 13.8845 7.69134 13.9619C7.5045 14.0393 7.28945 13.9966 7.14645 13.8536L3.14645 9.85355C3.05268 9.75979 3 9.63261 3 9.5V5.5C3 5.22386 3.22386 5 3.5 5H6.36531L3.47105 1.83468C3.33732 1.68844 3.30259 1.47701 3.3825 1.29567ZM7.72032 5L4.97474 1.99728H11V5H7.72032ZM7.27978 6H4V9H7.5H10.0247L7.27978 6ZM4.70711 10L7 12.2929V10H4.70711Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ii=["color"],Li=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ii);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.07095 0.650238C6.67391 0.650238 6.32977 0.925096 6.24198 1.31231L6.0039 2.36247C5.6249 2.47269 5.26335 2.62363 4.92436 2.81013L4.01335 2.23585C3.67748 2.02413 3.23978 2.07312 2.95903 2.35386L2.35294 2.95996C2.0722 3.2407 2.0232 3.6784 2.23493 4.01427L2.80942 4.92561C2.62307 5.2645 2.47227 5.62594 2.36216 6.00481L1.31209 6.24287C0.924883 6.33065 0.650024 6.6748 0.650024 7.07183V7.92897C0.650024 8.32601 0.924883 8.67015 1.31209 8.75794L2.36228 8.99603C2.47246 9.375 2.62335 9.73652 2.80979 10.0755L2.2354 10.9867C2.02367 11.3225 2.07267 11.7602 2.35341 12.041L2.95951 12.6471C3.24025 12.9278 3.67795 12.9768 4.01382 12.7651L4.92506 12.1907C5.26384 12.377 5.62516 12.5278 6.0039 12.6379L6.24198 13.6881C6.32977 14.0753 6.67391 14.3502 7.07095 14.3502H7.92809C8.32512 14.3502 8.66927 14.0753 8.75705 13.6881L8.99505 12.6383C9.37411 12.5282 9.73573 12.3773 10.0748 12.1909L10.986 12.7653C11.3218 12.977 11.7595 12.928 12.0403 12.6473L12.6464 12.0412C12.9271 11.7604 12.9761 11.3227 12.7644 10.9869L12.1902 10.076C12.3768 9.73688 12.5278 9.37515 12.638 8.99596L13.6879 8.75794C14.0751 8.67015 14.35 8.32601 14.35 7.92897V7.07183C14.35 6.6748 14.0751 6.33065 13.6879 6.24287L12.6381 6.00488C12.528 5.62578 12.3771 5.26414 12.1906 4.92507L12.7648 4.01407C12.9766 3.6782 12.9276 3.2405 12.6468 2.95975L12.0407 2.35366C11.76 2.07292 11.3223 2.02392 10.9864 2.23565L10.0755 2.80989C9.73622 2.62328 9.37437 2.47229 8.99505 2.36209L8.75705 1.31231C8.66927 0.925096 8.32512 0.650238 7.92809 0.650238H7.07095ZM4.92053 3.81251C5.44724 3.44339 6.05665 3.18424 6.71543 3.06839L7.07095 1.50024H7.92809L8.28355 3.06816C8.94267 3.18387 9.5524 3.44302 10.0794 3.81224L11.4397 2.9547L12.0458 3.56079L11.1882 4.92117C11.5573 5.44798 11.8164 6.0575 11.9321 6.71638L13.5 7.07183V7.92897L11.932 8.28444C11.8162 8.94342 11.557 9.55301 11.1878 10.0798L12.0453 11.4402L11.4392 12.0462L10.0787 11.1886C9.55192 11.5576 8.94241 11.8166 8.28355 11.9323L7.92809 13.5002H7.07095L6.71543 11.932C6.0569 11.8162 5.44772 11.5572 4.92116 11.1883L3.56055 12.046L2.95445 11.4399L3.81213 10.0794C3.4431 9.55266 3.18403 8.94326 3.06825 8.2845L1.50002 7.92897V7.07183L3.06818 6.71632C3.18388 6.05765 3.44283 5.44833 3.81171 4.92165L2.95398 3.561L3.56008 2.95491L4.92053 3.81251ZM9.02496 7.50008C9.02496 8.34226 8.34223 9.02499 7.50005 9.02499C6.65786 9.02499 5.97513 8.34226 5.97513 7.50008C5.97513 6.65789 6.65786 5.97516 7.50005 5.97516C8.34223 5.97516 9.02496 6.65789 9.02496 7.50008ZM9.92496 7.50008C9.92496 8.83932 8.83929 9.92499 7.50005 9.92499C6.1608 9.92499 5.07513 8.83932 5.07513 7.50008C5.07513 6.16084 6.1608 5.07516 7.50005 5.07516C8.83929 5.07516 9.92496 6.16084 9.92496 7.50008Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ri=["color"],Fi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ri);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49933 0.25C3.49635 0.25 0.25 3.49593 0.25 7.50024C0.25 10.703 2.32715 13.4206 5.2081 14.3797C5.57084 14.446 5.70302 14.2222 5.70302 14.0299C5.70302 13.8576 5.69679 13.4019 5.69323 12.797C3.67661 13.235 3.25112 11.825 3.25112 11.825C2.92132 10.9874 2.44599 10.7644 2.44599 10.7644C1.78773 10.3149 2.49584 10.3238 2.49584 10.3238C3.22353 10.375 3.60629 11.0711 3.60629 11.0711C4.25298 12.1788 5.30335 11.8588 5.71638 11.6732C5.78225 11.205 5.96962 10.8854 6.17658 10.7043C4.56675 10.5209 2.87415 9.89918 2.87415 7.12104C2.87415 6.32925 3.15677 5.68257 3.62053 5.17563C3.54576 4.99226 3.29697 4.25521 3.69174 3.25691C3.69174 3.25691 4.30015 3.06196 5.68522 3.99973C6.26337 3.83906 6.8838 3.75895 7.50022 3.75583C8.1162 3.75895 8.73619 3.83906 9.31523 3.99973C10.6994 3.06196 11.3069 3.25691 11.3069 3.25691C11.7026 4.25521 11.4538 4.99226 11.3795 5.17563C11.8441 5.68257 12.1245 6.32925 12.1245 7.12104C12.1245 9.9063 10.4292 10.5192 8.81452 10.6985C9.07444 10.9224 9.30633 11.3648 9.30633 12.0413C9.30633 13.0102 9.29742 13.7922 9.29742 14.0299C9.29742 14.2239 9.42828 14.4496 9.79591 14.3788C12.6746 13.4179 14.75 10.7025 14.75 7.50024C14.75 3.49593 11.5036 0.25 7.49933 0.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ni=["color"],Hi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ni);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49996 1.80002C4.35194 1.80002 1.79996 4.352 1.79996 7.50002C1.79996 10.648 4.35194 13.2 7.49996 13.2C10.648 13.2 13.2 10.648 13.2 7.50002C13.2 4.352 10.648 1.80002 7.49996 1.80002ZM0.899963 7.50002C0.899963 3.85494 3.85488 0.900024 7.49996 0.900024C11.145 0.900024 14.1 3.85494 14.1 7.50002C14.1 11.1451 11.145 14.1 7.49996 14.1C3.85488 14.1 0.899963 11.1451 0.899963 7.50002Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M13.4999 7.89998H1.49994V7.09998H13.4999V7.89998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M7.09991 13.5V1.5H7.89991V13.5H7.09991zM10.375 7.49998C10.375 5.32724 9.59364 3.17778 8.06183 1.75656L8.53793 1.24341C10.2396 2.82218 11.075 5.17273 11.075 7.49998 11.075 9.82724 10.2396 12.1778 8.53793 13.7566L8.06183 13.2434C9.59364 11.8222 10.375 9.67273 10.375 7.49998zM3.99969 7.5C3.99969 5.17611 4.80786 2.82678 6.45768 1.24719L6.94177 1.75281C5.4582 3.17323 4.69969 5.32389 4.69969 7.5 4.6997 9.67611 5.45822 11.8268 6.94179 13.2472L6.45769 13.7528C4.80788 12.1732 3.9997 9.8239 3.99969 7.5z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M7.49996 3.95801C9.66928 3.95801 11.8753 4.35915 13.3706 5.19448 13.5394 5.28875 13.5998 5.50197 13.5055 5.67073 13.4113 5.83948 13.198 5.89987 13.0293 5.8056 11.6794 5.05155 9.60799 4.65801 7.49996 4.65801 5.39192 4.65801 3.32052 5.05155 1.97064 5.8056 1.80188 5.89987 1.58866 5.83948 1.49439 5.67073 1.40013 5.50197 1.46051 5.28875 1.62927 5.19448 3.12466 4.35915 5.33063 3.95801 7.49996 3.95801zM7.49996 10.85C9.66928 10.85 11.8753 10.4488 13.3706 9.6135 13.5394 9.51924 13.5998 9.30601 13.5055 9.13726 13.4113 8.9685 13.198 8.90812 13.0293 9.00238 11.6794 9.75643 9.60799 10.15 7.49996 10.15 5.39192 10.15 3.32052 9.75643 1.97064 9.00239 1.80188 8.90812 1.58866 8.9685 1.49439 9.13726 1.40013 9.30601 1.46051 9.51924 1.62927 9.6135 3.12466 10.4488 5.33063 10.85 7.49996 10.85z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Bi=["color"],Vi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Bi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.5 2H8V7H13V2.5C13 2.22386 12.7761 2 12.5 2ZM13 8H8V13H12.5C12.7761 13 13 12.7761 13 12.5V8ZM7 7V2H2.5C2.22386 2 2 2.22386 2 2.5V7H7ZM2 8V12.5C2 12.7761 2.22386 13 2.5 13H7V8H2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),$i=["color"],Zi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,$i);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.44995 0.949951C1.31734 0.949951 1.19016 1.00263 1.0964 1.0964C1.00263 1.19017 0.949951 1.31735 0.949951 1.44995L0.949966 3.44995C0.949969 3.7261 1.17383 3.94995 1.44997 3.94995C1.72611 3.94995 1.94997 3.72609 1.94997 3.44995L1.94995 1.94995H3.44997C3.72611 1.94995 3.94997 1.72609 3.94997 1.44995C3.94997 1.17381 3.72611 0.949951 3.44997 0.949951H1.44995ZM5.94995 0.949951C5.67381 0.949951 5.44995 1.17381 5.44995 1.44995C5.44995 1.72609 5.67381 1.94995 5.94995 1.94995H8.94995C9.22609 1.94995 9.44995 1.72609 9.44995 1.44995C9.44995 1.17381 9.22609 0.949951 8.94995 0.949951H5.94995ZM5.44995 13.45C5.44995 13.1738 5.67381 12.95 5.94995 12.95H8.94995C9.22609 12.95 9.44995 13.1738 9.44995 13.45C9.44995 13.7261 9.22609 13.95 8.94995 13.95H5.94995C5.67381 13.95 5.44995 13.7261 5.44995 13.45ZM1.94995 5.94995C1.94995 5.67381 1.72609 5.44995 1.44995 5.44995C1.17381 5.44995 0.949951 5.67381 0.949951 5.94995V8.94995C0.949951 9.22609 1.17381 9.44995 1.44995 9.44995C1.72609 9.44995 1.94995 9.22609 1.94995 8.94995V5.94995ZM13.45 5.44995C13.7261 5.44995 13.95 5.67381 13.95 5.94995V8.94995C13.95 9.22609 13.7261 9.44995 13.45 9.44995C13.1738 9.44995 12.95 9.22609 12.95 8.94995V5.94995C12.95 5.67381 13.1738 5.44995 13.45 5.44995ZM11.45 0.949951C11.1738 0.949951 10.95 1.17381 10.95 1.44995C10.95 1.72609 11.1738 1.94995 11.45 1.94995H12.9499V3.44995C12.9499 3.72609 13.1738 3.94995 13.4499 3.94995C13.7261 3.94995 13.9499 3.72609 13.9499 3.44995V1.44995C13.9499 1.17381 13.7252 0.949951 13.449 0.949951H11.45ZM1.44995 10.95C1.72609 10.95 1.94995 11.1738 1.94995 11.45V12.95H3.44997C3.72611 12.95 3.94997 13.1738 3.94997 13.45C3.94997 13.7261 3.72611 13.95 3.44997 13.95H1.44995C1.17381 13.95 0.949951 13.7261 0.949951 13.45V11.45C0.949951 11.1738 1.17381 10.95 1.44995 10.95ZM13.95 11.45C13.95 11.1738 13.7261 10.95 13.45 10.95C13.1738 10.9499 12.95 11.1738 12.95 11.4499L12.9491 12.95H11.45C11.1738 12.95 10.95 13.1738 10.95 13.45C10.95 13.7261 11.1738 13.95 11.45 13.95H13.4499C13.7261 13.95 13.9499 13.7261 13.9499 13.45L13.95 11.45Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),zi=["color"],Wi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,zi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM7.00003 1.84861C4.10114 2.1017 1.82707 4.53515 1.82707 7.49972C1.82707 10.4643 4.10114 12.8977 7.00003 13.1508V1.84861ZM8.00003 13.1508C10.8988 12.8976 13.1727 10.4642 13.1727 7.49972C13.1727 4.53524 10.8988 2.10185 8.00003 1.84864V13.1508Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ui=["color"],Gi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ui);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM7.49988 1.82689C4.36688 1.8269 1.82707 4.36672 1.82707 7.49972C1.82707 10.6327 4.36688 13.1725 7.49988 13.1726V1.82689Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Yi=["color"],qi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Yi);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 3C1.22386 3 1 3.22386 1 3.5C1 3.77614 1.22386 4 1.5 4H13.5C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3H1.5ZM1 7.5C1 7.22386 1.22386 7 1.5 7H13.5C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H1.5C1.22386 8 1 7.77614 1 7.5ZM1 11.5C1 11.2239 1.22386 11 1.5 11H13.5C13.7761 11 14 11.2239 14 11.5C14 11.7761 13.7761 12 13.5 12H1.5C1.22386 12 1 11.7761 1 11.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ki=["color"],Xi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ki);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.8113 1.64706C6.62188 2.87918 6.68268 3.88523 6.76848 5.30499C6.78415 5.56426 6.80065 5.83732 6.81661 6.12808C6.83111 6.39208 6.63758 6.62172 6.37495 6.65217C6.11232 6.68262 5.87138 6.50334 5.82509 6.24304L5.74754 5.80698C5.64402 5.16529 5.48355 4.25481 5.17807 3.44741C4.86241 2.61312 4.4486 2.04121 3.93436 1.86044C3.64994 1.76104 3.41901 1.84279 3.25868 2.01052C3.08746 2.18962 2.9976 2.47065 3.0627 2.75399C3.2146 3.34424 3.44627 3.9167 3.69836 4.51802C3.72082 4.57158 3.74346 4.62543 3.76621 4.67954C3.9954 5.22457 4.23619 5.7972 4.41644 6.39081L4.41691 6.39238C4.562 6.87586 4.65646 7.2595 4.73086 7.56165C4.76034 7.68138 4.78667 7.78831 4.81175 7.88359C4.86768 8.09606 4.77836 8.32014 4.59161 8.43588C4.40486 8.55161 4.16445 8.53188 3.99907 8.38725C3.73749 8.15848 3.515 7.92784 3.31817 7.71802C3.27627 7.67335 3.23602 7.63018 3.19705 7.58838C3.04777 7.42826 2.91712 7.28812 2.78334 7.16029C2.45989 6.85122 2.18398 6.68004 1.80585 6.64369L1.80324 6.64343C1.56117 6.61888 1.41402 6.66441 1.31756 6.72627C1.21899 6.78947 1.11988 6.90414 1.03784 7.1123C0.976576 7.28492 1.01515 7.62987 1.1929 7.96911L1.19728 7.97747C1.40086 8.38452 1.74475 8.81587 2.18141 9.29299C2.39739 9.52898 2.62872 9.76849 2.86934 10.0174L2.87966 10.0281C3.11546 10.2721 3.35962 10.5247 3.59713 10.7827C4.4288 11.6863 5.27706 12.7538 5.4627 14H11.5087C11.5636 12.4353 11.8756 11.268 12.2875 10.1346C12.4454 9.70041 12.6121 9.28412 12.7826 8.85829C13.1097 8.04139 13.4509 7.18937 13.7705 6.10824C14.0989 4.99737 14.0097 4.37033 13.8613 4.03984C13.717 3.71858 13.4914 3.61786 13.3816 3.59606C13.1381 3.54774 13.0384 3.60947 12.9698 3.67901C12.867 3.78316 12.7698 3.98273 12.6921 4.30269C12.6166 4.61345 12.5752 4.96517 12.533 5.32501L12.5298 5.35285C12.4924 5.67242 12.4505 6.03016 12.3665 6.30098C12.3383 6.40699 12.2819 6.50407 12.1979 6.57539C12.1382 6.6261 12.0104 6.70818 11.8309 6.69312C11.5424 6.66891 11.3712 6.42143 11.365 6.14783C11.356 5.75454 11.3883 5.35864 11.4074 4.96608C11.4428 4.23646 11.477 3.5337 11.4245 2.8342L11.4242 2.82934C11.3916 2.32997 11.0493 2.00228 10.7007 1.9228C10.5305 1.88401 10.369 1.90601 10.2347 1.9835C10.103 2.05946 9.95535 2.21318 9.8574 2.51394L9.85631 2.51726C9.81525 2.6404 9.77298 2.87753 9.73606 3.2124C9.70044 3.53542 9.67337 3.91279 9.65156 4.29418C9.6329 4.62033 9.61785 4.9584 9.60434 5.26194C9.58728 5.64529 9.57267 5.97357 9.55633 6.1532C9.54983 6.22459 9.52939 6.29493 9.49501 6.35785C9.47356 6.39711 9.36115 6.60947 9.07106 6.61843C8.77917 6.62744 8.63975 6.40057 8.61698 6.35919C8.55634 6.24899 8.55066 6.11807 8.54754 5.99283C8.54474 5.88064 8.54294 5.71798 8.54174 5.54767C8.53935 5.20582 8.53935 4.81919 8.53935 4.70952C8.53935 3.6657 8.53838 2.65372 8.44714 1.64372C8.39183 1.24127 8.06278 1.00455 7.6436 1.00005C7.22399 0.995552 6.87918 1.22704 6.8113 1.64706ZM9.41219 1.3617C9.21469 0.448484 8.39913 0.00810324 7.65433 0.00011154C6.86452 -0.00836308 5.98761 0.465881 5.82365 1.49037L5.82318 1.49334C5.78239 1.7584 5.75229 2.01481 5.7309 2.26652C5.39423 1.67364 4.92622 1.14894 4.2655 0.916859C3.58661 0.679312 2.9492 0.887087 2.53582 1.31952C2.13415 1.73971 1.94438 2.36742 2.09031 2.98746L2.09269 2.99713C2.26478 3.66808 2.52396 4.30316 2.77613 4.90465C2.79814 4.95717 2.8201 5.00941 2.84194 5.06139C3.02139 5.48842 3.19378 5.89866 3.33871 6.31256C2.96404 5.98142 2.51925 5.70796 1.90276 5.6484C1.48865 5.60663 1.10391 5.67536 0.777805 5.88444C0.454239 6.0919 0.240671 6.40405 0.104187 6.75406L0.100868 6.76281C-0.10184 7.31286 0.0663312 7.97157 0.304895 8.42897C0.573704 8.96474 0.996104 9.47904 1.44372 9.96813C1.67046 10.2159 1.91136 10.4652 2.15033 10.7124L2.15682 10.7191C2.39524 10.9658 2.63217 11.2109 2.86134 11.4599C3.80937 12.49 4.50002 13.4632 4.50002 14.5C4.50002 14.7761 4.72388 15 5.00002 15H12C12.2762 15 12.5 14.7761 12.5 14.5C12.5 12.8212 12.8021 11.6462 13.2274 10.4762C13.3653 10.0968 13.5216 9.70579 13.6868 9.29247C14.0238 8.44922 14.398 7.51298 14.7295 6.39175C15.0956 5.15324 15.0559 4.25904 14.7735 3.63017C14.487 2.99208 13.9798 2.6953 13.5763 2.6152C13.1276 2.52614 12.7367 2.60475 12.4268 2.83081C12.4253 2.80773 12.4236 2.78468 12.4219 2.76167C12.3587 1.8105 11.6907 1.12285 10.923 0.947821C10.5346 0.859287 10.1111 0.900393 9.73509 1.11724C9.61852 1.18446 9.51055 1.26623 9.41219 1.3617Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ji=["color"],Qi=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ji);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.75432 2.0502C8.50579 2.0502 8.30432 2.25167 8.30432 2.5002C8.30432 2.74873 8.50579 2.9502 8.75432 2.9502H9.94997V7.05004H5.04997V2.9502H6.25432C6.50285 2.9502 6.70432 2.74873 6.70432 2.5002C6.70432 2.25167 6.50285 2.0502 6.25432 2.0502H2.75432C2.50579 2.0502 2.30432 2.25167 2.30432 2.5002C2.30432 2.74873 2.50579 2.9502 2.75432 2.9502H3.94997V12.0502H2.75432C2.50579 12.0502 2.30432 12.2517 2.30432 12.5002C2.30432 12.7487 2.50579 12.9502 2.75432 12.9502H6.25432C6.50285 12.9502 6.70432 12.7487 6.70432 12.5002C6.70432 12.2517 6.50285 12.0502 6.25432 12.0502H5.04997V7.95004H9.94997V12.0502H8.75432C8.50579 12.0502 8.30432 12.2517 8.30432 12.5002C8.30432 12.7487 8.50579 12.9502 8.75432 12.9502H12.2543C12.5028 12.9502 12.7043 12.7487 12.7043 12.5002C12.7043 12.2517 12.5028 12.0502 12.2543 12.0502H11.05V2.9502H12.2543C12.5028 2.9502 12.7043 2.74873 12.7043 2.5002C12.7043 2.25167 12.5028 2.0502 12.2543 2.0502H8.75432Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),eo=["color"],to=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,eo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.89346 2.35248C3.49195 2.35248 2.35248 3.49359 2.35248 4.90532C2.35248 6.38164 3.20954 7.9168 4.37255 9.33522C5.39396 10.581 6.59464 11.6702 7.50002 12.4778C8.4054 11.6702 9.60608 10.581 10.6275 9.33522C11.7905 7.9168 12.6476 6.38164 12.6476 4.90532C12.6476 3.49359 11.5081 2.35248 10.1066 2.35248C9.27059 2.35248 8.81894 2.64323 8.5397 2.95843C8.27877 3.25295 8.14623 3.58566 8.02501 3.88993C8.00391 3.9429 7.98315 3.99501 7.96211 4.04591C7.88482 4.23294 7.7024 4.35494 7.50002 4.35494C7.29765 4.35494 7.11523 4.23295 7.03793 4.04592C7.01689 3.99501 6.99612 3.94289 6.97502 3.8899C6.8538 3.58564 6.72126 3.25294 6.46034 2.95843C6.18109 2.64323 5.72945 2.35248 4.89346 2.35248ZM1.35248 4.90532C1.35248 2.94498 2.936 1.35248 4.89346 1.35248C6.0084 1.35248 6.73504 1.76049 7.20884 2.2953C7.32062 2.42147 7.41686 2.55382 7.50002 2.68545C7.58318 2.55382 7.67941 2.42147 7.79119 2.2953C8.265 1.76049 8.99164 1.35248 10.1066 1.35248C12.064 1.35248 13.6476 2.94498 13.6476 4.90532C13.6476 6.74041 12.6013 8.50508 11.4008 9.96927C10.2636 11.3562 8.92194 12.5508 8.00601 13.3664C7.94645 13.4194 7.88869 13.4709 7.83291 13.5206C7.64324 13.6899 7.3568 13.6899 7.16713 13.5206C7.11135 13.4709 7.05359 13.4194 6.99403 13.3664C6.0781 12.5508 4.73641 11.3562 3.59926 9.96927C2.39872 8.50508 1.35248 6.74041 1.35248 4.90532Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),no=["color"],ro=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,no);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.35248 4.90532C1.35248 2.94498 2.936 1.35248 4.89346 1.35248C6.25769 1.35248 6.86058 1.92336 7.50002 2.93545C8.13946 1.92336 8.74235 1.35248 10.1066 1.35248C12.064 1.35248 13.6476 2.94498 13.6476 4.90532C13.6476 6.74041 12.6013 8.50508 11.4008 9.96927C10.2636 11.3562 8.92194 12.5508 8.00601 13.3664C7.94645 13.4194 7.88869 13.4709 7.83291 13.5206C7.64324 13.6899 7.3568 13.6899 7.16713 13.5206C7.11135 13.4709 7.05359 13.4194 6.99403 13.3664C6.0781 12.5508 4.73641 11.3562 3.59926 9.96927C2.39872 8.50508 1.35248 6.74041 1.35248 4.90532Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),io=["color"],oo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,io);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.1813 1.68179C7.35704 1.50605 7.64196 1.50605 7.8177 1.68179L10.3177 4.18179C10.4934 4.35753 10.4934 4.64245 10.3177 4.81819C10.142 4.99392 9.85704 4.99392 9.6813 4.81819L7.9495 3.08638L7.9495 11.9136L9.6813 10.1818C9.85704 10.0061 10.142 10.0061 10.3177 10.1818C10.4934 10.3575 10.4934 10.6424 10.3177 10.8182L7.8177 13.3182C7.73331 13.4026 7.61885 13.45 7.4995 13.45C7.38015 13.45 7.26569 13.4026 7.1813 13.3182L4.6813 10.8182C4.50557 10.6424 4.50557 10.3575 4.6813 10.1818C4.85704 10.0061 5.14196 10.0061 5.3177 10.1818L7.0495 11.9136L7.0495 3.08638L5.3177 4.81819C5.14196 4.99392 4.85704 4.99392 4.6813 4.81819C4.50557 4.64245 4.50557 4.35753 4.6813 4.18179L7.1813 1.68179Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ao=["color"],so=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ao);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.3536 13.3536C12.1583 13.5488 11.8417 13.5488 11.6465 13.3536L6.39645 8.10355C6.36478 8.07188 6.33824 8.03702 6.31685 8H5.00002C4.78719 8 4.59769 7.86528 4.52777 7.66426L2.12777 0.764277C2.05268 0.548387 2.13355 0.309061 2.3242 0.182972C2.51486 0.0568819 2.76674 0.0761337 2.93602 0.229734L8.336 5.12972C8.44044 5.22449 8.50001 5.35897 8.50001 5.5V5.81684C8.53702 5.83824 8.57189 5.86478 8.60356 5.89645L13.8536 11.1464C14.0488 11.3417 14.0488 11.6583 13.8536 11.8536L12.3536 13.3536ZM8.25 6.95711L7.45711 7.75L12 12.2929L12.7929 11.5L8.25 6.95711ZM3.71669 2.28845L5.35549 7H6.2929L7.50001 5.79289V5.72146L3.71669 2.28845Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),co=["color"],lo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,co);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.07926 0.222253C7.31275 -0.007434 7.6873 -0.007434 7.92079 0.222253L14.6708 6.86227C14.907 7.09465 14.9101 7.47453 14.6778 7.71076C14.4454 7.947 14.0655 7.95012 13.8293 7.71773L13 6.90201V12.5C13 12.7761 12.7762 13 12.5 13H2.50002C2.22388 13 2.00002 12.7761 2.00002 12.5V6.90201L1.17079 7.71773C0.934558 7.95012 0.554672 7.947 0.32229 7.71076C0.0899079 7.47453 0.0930283 7.09465 0.32926 6.86227L7.07926 0.222253ZM7.50002 1.49163L12 5.91831V12H10V8.49999C10 8.22385 9.77617 7.99999 9.50002 7.99999H6.50002C6.22388 7.99999 6.00002 8.22385 6.00002 8.49999V12H3.00002V5.91831L7.50002 1.49163ZM7.00002 12H9.00002V8.99999H7.00002V12Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),uo=["color"],fo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,uo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 0.0032959C6.80473 0.0032959 6.24953 0.281106 6.25 0.749995C6.25 0.997258 6.42446 1.12014 6.57687 1.22749C6.69507 1.31074 6.8 1.38465 6.8 1.5C6.8 1.7071 6.06224 1.74264 5.19789 1.78427C3.97553 1.84314 2.5 1.91421 2.5 2.5C2.5 2.77614 2.72386 3 3 3H12C12.2761 3 12.5 2.77614 12.5 2.5C12.5 1.91421 11.0245 1.84314 9.80211 1.78427C8.93776 1.74264 8.2 1.7071 8.2 1.5C8.2 1.38465 8.30493 1.31074 8.42313 1.22749C8.57554 1.12014 8.75 0.997258 8.75 0.749995C8.75047 0.281106 8.19527 0.0032959 7.5 0.0032959ZM2.89451 6.12266C2.25806 6.52471 1.90417 7.31118 2.02473 8.0556L2.83588 12.4772C3.00993 13.3562 3.7629 14 4.66061 14H10.3373C11.2354 14 11.9884 13.3562 12.1625 12.4772L12.9736 8.05607C13.089 7.32358 12.8284 6.53276 12.1331 6.09373C11.7283 5.83013 11.6412 5.33231 12.1331 5.12796C12.8284 4.86435 12.6948 4 12 4H10.3001H6.80005H2.99996C2.30469 4 2.19878 4.89328 2.89451 5.15689C3.38642 5.33231 3.29939 5.83013 2.89451 6.12266ZM8.20006 6.25C8.20006 5.81769 8.08572 5.37615 7.90635 5L4.11093 5C4.20626 5.21312 4.2419 5.43889 4.22904 5.65521C4.19522 6.22412 3.84587 6.66899 3.48016 6.93322L3.45492 6.95146L3.42858 6.9681C3.13407 7.15414 2.95801 7.53989 3.01058 7.88749L3.81797 12.2886C3.90513 12.7154 4.26148 13 4.66061 13H10.3373C10.737 13 11.0932 12.7153 11.1804 12.2886L11.9874 7.8898C12.048 7.48247 11.8954 7.12631 11.5992 6.93927L11.5875 6.93184L11.5875 6.93176C11.1947 6.67602 10.8331 6.22785 10.7986 5.64798C10.7846 5.412 10.8264 5.19397 10.9112 5H9.05517C9.01987 5.14611 9.00006 5.31201 9.00006 5.5C9.00006 5.9745 9.21679 6.37127 9.44367 6.78662C9.69284 7.24278 9.95425 7.72136 9.95425 8.34993C9.95425 9.2698 9.49868 9.84205 8.62189 9.84205C8.13206 9.84205 7.57818 9.46097 7.57818 8.75781C7.57818 8.35279 7.71558 8.01646 7.86121 7.65998C8.0254 7.25806 8.20006 6.83051 8.20006 6.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ho=["color"],po=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ho);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14 11.0001V4.00006L1 4.00006L1 11.0001H14ZM15 4.00006V11.0001C15 11.5523 14.5523 12.0001 14 12.0001H1C0.447715 12.0001 0 11.5523 0 11.0001V4.00006C0 3.44778 0.447715 3.00006 1 3.00006H14C14.5523 3.00006 15 3.44778 15 4.00006ZM2 5.25C2 5.11193 2.11193 5 2.25 5H5.75C5.88807 5 6 5.11193 6 5.25V9.75C6 9.88807 5.88807 10 5.75 10H2.25C2.11193 10 2 9.88807 2 9.75V5.25ZM7.5 7C7.22386 7 7 7.22386 7 7.5C7 7.77614 7.22386 8 7.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H7.5ZM7 9.5C7 9.22386 7.22386 9 7.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H7.5C7.22386 10 7 9.77614 7 9.5ZM7.5 5C7.22386 5 7 5.22386 7 5.5C7 5.77614 7.22386 6 7.5 6H11.5C11.7761 6 12 5.77614 12 5.5C12 5.22386 11.7761 5 11.5 5H7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),mo=["color"],go=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,mo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5C1 1.67157 1.67157 1 2.5 1ZM2.5 2C2.22386 2 2 2.22386 2 2.5V8.3636L3.6818 6.6818C3.76809 6.59551 3.88572 6.54797 4.00774 6.55007C4.12975 6.55216 4.24568 6.60372 4.32895 6.69293L7.87355 10.4901L10.6818 7.6818C10.8575 7.50607 11.1425 7.50607 11.3182 7.6818L13 9.3636V2.5C13 2.22386 12.7761 2 12.5 2H2.5ZM2 12.5V9.6364L3.98887 7.64753L7.5311 11.4421L8.94113 13H2.5C2.22386 13 2 12.7761 2 12.5ZM12.5 13H10.155L8.48336 11.153L11 8.6364L13 10.6364V12.5C13 12.7761 12.7761 13 12.5 13ZM6.64922 5.5C6.64922 5.03013 7.03013 4.64922 7.5 4.64922C7.96987 4.64922 8.35078 5.03013 8.35078 5.5C8.35078 5.96987 7.96987 6.35078 7.5 6.35078C7.03013 6.35078 6.64922 5.96987 6.64922 5.5ZM7.5 3.74922C6.53307 3.74922 5.74922 4.53307 5.74922 5.5C5.74922 6.46693 6.53307 7.25078 7.5 7.25078C8.46693 7.25078 9.25078 6.46693 9.25078 5.5C9.25078 4.53307 8.46693 3.74922 7.5 3.74922Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),vo=["color"],yo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Co=["color"],bo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Co);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.5 1C6.22386 1 6 1.22386 6 1.5C6 1.77614 6.22386 2 6.5 2C7.12671 2 7.45718 2.20028 7.65563 2.47812C7.8781 2.78957 8 3.28837 8 4V11C8 11.7116 7.8781 12.2104 7.65563 12.5219C7.45718 12.7997 7.12671 13 6.5 13C6.22386 13 6 13.2239 6 13.5C6 13.7761 6.22386 14 6.5 14C7.37329 14 8.04282 13.7003 8.46937 13.1031C8.47976 13.0886 8.48997 13.0739 8.5 13.0591C8.51003 13.0739 8.52024 13.0886 8.53063 13.1031C8.95718 13.7003 9.62671 14 10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C9.87329 13 9.54282 12.7997 9.34437 12.5219C9.1219 12.2104 9 11.7116 9 11V4C9 3.28837 9.1219 2.78957 9.34437 2.47812C9.54282 2.20028 9.87329 2 10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1C9.62671 1 8.95718 1.29972 8.53063 1.89688C8.52024 1.91143 8.51003 1.92611 8.5 1.9409C8.48997 1.92611 8.47976 1.91143 8.46937 1.89688C8.04282 1.29972 7.37329 1 6.5 1ZM14 5H11V4H14C14.5523 4 15 4.44772 15 5V10C15 10.5523 14.5523 11 14 11H11V10H14V5ZM6 4V5H1L1 10H6V11H1C0.447715 11 0 10.5523 0 10V5C0 4.44772 0.447715 4 1 4H6Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wo=["color"],_o=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.9091 12.909C13.2365 12.5817 13.4918 12.1895 13.6588 11.7577C13.8195 11.3443 13.9294 10.8718 13.961 10.1799C13.9926 9.48665 14.0001 9.26529 14.0001 7.50001C14.0001 5.73473 13.9926 5.51328 13.961 4.82008C13.9294 4.12821 13.8195 3.65573 13.6588 3.24228C13.4956 2.80857 13.2398 2.41567 12.9091 2.091C12.5844 1.76028 12.1915 1.50437 11.7578 1.34113C11.3443 1.18056 10.8718 1.0707 10.1799 1.03924C9.48675 1.00748 9.26537 1 7.50006 1C5.73476 1 5.51333 1.00748 4.82014 1.03912C4.12826 1.0707 3.65578 1.18056 3.24233 1.34125C2.80862 1.50447 2.41573 1.76032 2.09105 2.09098C1.76032 2.41563 1.5044 2.80852 1.34113 3.24225C1.18056 3.65573 1.0707 4.12821 1.03924 4.82008C1.00748 5.51328 1 5.73471 1 7.50001C1 9.26532 1.00748 9.48675 1.03924 10.1799C1.07083 10.8718 1.18069 11.3443 1.34138 11.7577C1.5046 12.1915 1.76045 12.5843 2.09111 12.909C2.41578 13.2397 2.80867 13.4955 3.24238 13.6587C3.65586 13.8194 4.12834 13.9293 4.82019 13.9609C5.51348 13.9925 5.73483 14 7.50012 14C9.2654 14 9.48685 13.9925 10.18 13.9609C10.8719 13.9293 11.3444 13.8194 11.7578 13.6587C12.1896 13.4917 12.5818 13.2364 12.9091 12.909ZM1.99949 6.73496C1.99974 6.94524 2.00005 7.19543 2.00005 7.50002C2.00005 7.80461 1.99974 8.0548 1.99949 8.26507C1.99849 9.08596 1.99824 9.29856 2.01963 9.7655C2.04625 10.3509 2.07823 10.7811 2.17588 11.1053C2.26976 11.417 2.37505 11.7342 2.7188 12.1171C3.06255 12.4999 3.39411 12.6733 3.81645 12.8007C4.23879 12.928 4.7696 12.9554 5.23052 12.9764C5.75332 13.0003 5.96052 13.0002 7.05714 12.9999L7.50006 12.9999C7.79304 12.9999 8.03569 13.0001 8.2409 13.0004C9.08195 13.0013 9.29425 13.0015 9.76575 12.9799C10.3512 12.9533 10.7814 12.9213 11.1056 12.8237C11.4173 12.7298 11.7345 12.6245 12.1173 12.2807C12.5001 11.937 12.6735 11.6054 12.8009 11.1831C12.9283 10.7607 12.9557 10.2299 12.9767 9.76902C13.0005 9.24689 13.0004 9.04027 13.0002 7.94749V7.94738L13.0001 7.50039L13.0001 7.05747C13.0004 5.96085 13.0005 5.75365 12.9766 5.23085C12.9556 4.76993 12.9282 4.23912 12.8009 3.81678C12.6735 3.39445 12.5001 3.06288 12.1173 2.71913C11.7345 2.37538 11.4172 2.27009 11.1056 2.17621C10.7813 2.07856 10.3511 2.04658 9.76571 2.01996C9.29421 1.99836 9.08194 1.99859 8.24092 1.99951H8.24092C8.0357 1.99974 7.79305 2.00001 7.50006 2.00001L7.05704 1.99993C5.96051 1.99964 5.75331 1.99958 5.23052 2.02343C4.7696 2.04446 4.23879 2.07183 3.81645 2.19921C3.39411 2.32659 3.06255 2.49999 2.7188 2.88281C2.37505 3.26562 2.26976 3.58286 2.17588 3.89453C2.07823 4.21874 2.04625 4.64894 2.01963 5.23437C1.99824 5.70131 1.99849 5.91401 1.99949 6.73496ZM7.49996 5.25015C6.25741 5.25015 5.25012 6.25744 5.25012 7.49999C5.25012 8.74254 6.25741 9.74983 7.49996 9.74983C8.74251 9.74983 9.7498 8.74254 9.7498 7.49999C9.7498 6.25744 8.74251 5.25015 7.49996 5.25015ZM4.25012 7.49999C4.25012 5.70515 5.70512 4.25015 7.49996 4.25015C9.2948 4.25015 10.7498 5.70515 10.7498 7.49999C10.7498 9.29483 9.2948 10.7498 7.49996 10.7498C5.70512 10.7498 4.25012 9.29483 4.25012 7.49999ZM10.9697 4.7803C11.3839 4.7803 11.7197 4.44452 11.7197 4.0303C11.7197 3.61609 11.3839 3.2803 10.9697 3.2803C10.5555 3.2803 10.2197 3.61609 10.2197 4.0303C10.2197 4.44452 10.5555 4.7803 10.9697 4.7803Z",fill:o}))}),xo=["color"],Oo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4H1.5C1.22386 4 1 4.22386 1 4.5V10.5C1 10.7761 1.22386 11 1.5 11H13.5C13.7761 11 14 10.7761 14 10.5V4.5C14 4.22386 13.7761 4 13.5 4ZM1.5 3C0.671573 3 0 3.67157 0 4.5V10.5C0 11.3284 0.671573 12 1.5 12H13.5C14.3284 12 15 11.3284 15 10.5V4.5C15 3.67157 14.3284 3 13.5 3H1.5ZM2 5H3V6H2V5ZM5 5H4V6H5V5ZM6 5H7V6H6V5ZM9 5H8V6H9V5ZM10 5H11V6H10V5ZM13 5H12V6H13V5ZM11 7H12V8H11V7ZM13 9H12V10H13V9ZM9 7H10V8H9V7ZM8 7H7V8H8V7ZM5 7H6V8H5V7ZM4 7H3V8H4V7ZM2 9H3V10H2V9ZM11 9H4V10H11V9Z",fill:o}))}),Eo=["color"],Mo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Eo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L12.058 2.05806C12.3021 1.81398 12.6978 1.81398 12.9419 2.05806C13.186 2.30214 13.186 2.69786 12.9419 2.94194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13361 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.49998 8.49998V4.09998C5.06992 4.09998 3.09998 6.06992 3.09998 8.49998C3.09998 10.93 5.06992 12.9 7.49998 12.9C8.715 12.9 9.815 12.4075 10.6112 11.6112L7.49998 8.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),jo=["color"],So=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,jo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 4.25C2 4.11193 2.11193 4 2.25 4H12.75C12.8881 4 13 4.11193 13 4.25V11.5H2V4.25ZM2.25 3C1.55964 3 1 3.55964 1 4.25V12H0V12.5C0 12.7761 0.223858 13 0.5 13H14.5C14.7761 13 15 12.7761 15 12.5V12H14V4.25C14 3.55964 13.4404 3 12.75 3H2.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Po=["color"],Ao=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Po);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.75432 0.819537C7.59742 0.726821 7.4025 0.726821 7.24559 0.819537L1.74559 4.06954C1.59336 4.15949 1.49996 4.32317 1.49996 4.5C1.49996 4.67683 1.59336 4.84051 1.74559 4.93046L7.24559 8.18046C7.4025 8.27318 7.59742 8.27318 7.75432 8.18046L13.2543 4.93046C13.4066 4.84051 13.5 4.67683 13.5 4.5C13.5 4.32317 13.4066 4.15949 13.2543 4.06954L7.75432 0.819537ZM7.49996 7.16923L2.9828 4.5L7.49996 1.83077L12.0171 4.5L7.49996 7.16923ZM1.5695 7.49564C1.70998 7.2579 2.01659 7.17906 2.25432 7.31954L7.49996 10.4192L12.7456 7.31954C12.9833 7.17906 13.2899 7.2579 13.4304 7.49564C13.5709 7.73337 13.4921 8.03998 13.2543 8.18046L7.75432 11.4305C7.59742 11.5232 7.4025 11.5232 7.24559 11.4305L1.74559 8.18046C1.50786 8.03998 1.42901 7.73337 1.5695 7.49564ZM1.56949 10.4956C1.70998 10.2579 2.01658 10.1791 2.25432 10.3195L7.49996 13.4192L12.7456 10.3195C12.9833 10.1791 13.2899 10.2579 13.4304 10.4956C13.5709 10.7334 13.4921 11.04 13.2543 11.1805L7.75432 14.4305C7.59742 14.5232 7.4025 14.5232 7.24559 14.4305L1.74559 11.1805C1.50785 11.04 1.42901 10.7334 1.56949 10.4956Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ko=["color"],To=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ko);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9 2H6V13H9V2ZM10 2V13H12.5C12.7761 13 13 12.7761 13 12.5V2.5C13 2.22386 12.7761 2 12.5 2H10ZM2.5 2H5V13H2.5C2.22386 13 2 12.7761 2 12.5V2.5C2 2.22386 2.22386 2 2.5 2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Do=["color"],Io=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Do);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.68979 2.75C3.89667 2.74979 4.08232 2.87701 4.15679 3.07003L7.36662 11.39C7.46602 11.6477 7.33774 11.9371 7.0801 12.0365C6.82247 12.1359 6.53304 12.0076 6.43365 11.75L5.3825 9.02537H2.01133L0.966992 11.749C0.868128 12.0068 0.578964 12.1357 0.321126 12.0369C0.0632878 11.938 -0.0655864 11.6488 0.0332774 11.391L3.22344 3.07099C3.29751 2.87782 3.4829 2.75021 3.68979 2.75ZM3.69174 4.64284L5.05458 8.17537H2.33724L3.69174 4.64284ZM10.8989 5.20703C9.25818 5.20703 8.00915 6.68569 8.00915 8.60972C8.00915 10.6337 9.35818 12.0124 10.8989 12.0124C11.7214 12.0124 12.5744 11.6692 13.1543 11.0219V11.53C13.1543 11.7785 13.3557 11.98 13.6043 11.98C13.8528 11.98 14.0543 11.7785 14.0543 11.53V5.72C14.0543 5.47147 13.8528 5.27 13.6043 5.27C13.3557 5.27 13.1543 5.47147 13.1543 5.72V6.22317C12.6054 5.60095 11.7924 5.20703 10.8989 5.20703ZM13.1543 9.79823V7.30195C12.7639 6.58101 11.9414 6.05757 11.0868 6.05757C10.1088 6.05757 9.03503 6.96581 9.03503 8.60955C9.03503 10.1533 10.0088 11.1615 11.0868 11.1615C11.9701 11.1615 12.7719 10.4952 13.1543 9.79823Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Lo=["color"],Ro=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Lo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.69899 5.20703C2.05823 5.20703 0.809204 6.68569 0.809204 8.60972C0.809204 10.6337 2.15823 12.0124 3.69899 12.0124C4.52126 12.0124 5.37402 11.6693 5.9539 11.0223V11.53C5.9539 11.7785 6.15537 11.98 6.4039 11.98C6.65243 11.98 6.8539 11.7785 6.8539 11.53V5.72001C6.8539 5.47149 6.65243 5.27001 6.4039 5.27001C6.15537 5.27001 5.9539 5.47149 5.9539 5.72001V6.22269C5.40506 5.60075 4.59218 5.20703 3.69899 5.20703ZM5.9539 9.799V7.30117C5.56339 6.58064 4.74118 6.05757 3.8868 6.05757C2.9089 6.05757 1.83508 6.96581 1.83508 8.60955C1.83508 10.1533 2.80889 11.1615 3.8868 11.1615C4.76984 11.1615 5.57141 10.4957 5.9539 9.799ZM10.799 5.20703C9.15823 5.20703 7.9092 6.68569 7.9092 8.60972C7.9092 10.6337 9.25823 12.0124 10.799 12.0124C11.6215 12.0124 12.4744 11.6692 13.0543 11.0218V11.53C13.0543 11.7785 13.2558 11.98 13.5043 11.98C13.7529 11.98 13.9543 11.7785 13.9543 11.53V5.72C13.9543 5.47147 13.7529 5.27 13.5043 5.27C13.2558 5.27 13.0543 5.47147 13.0543 5.72V6.22318C12.5055 5.60095 11.6924 5.20703 10.799 5.20703ZM13.0543 9.79822V7.30196C12.664 6.58102 11.8415 6.05757 10.9868 6.05757C10.0089 6.05757 8.93508 6.96581 8.93508 8.60955C8.93508 10.1533 9.90889 11.1615 10.9868 11.1615C11.8702 11.1615 12.672 10.4952 13.0543 9.79822Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fo=["color"],No=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.2895 2.75C11.4964 2.74979 11.6821 2.87701 11.7565 3.07003L14.9664 11.39C15.0657 11.6477 14.9375 11.9371 14.6798 12.0365C14.4222 12.1359 14.1328 12.0076 14.0334 11.75L12.9822 9.02537H9.61106L8.56672 11.749C8.46786 12.0068 8.1787 12.1357 7.92086 12.0369C7.66302 11.938 7.53415 11.6488 7.63301 11.391L10.8232 3.07099C10.8972 2.87782 11.0826 2.75021 11.2895 2.75ZM11.2915 4.64284L12.6543 8.17537H9.93698L11.2915 4.64284ZM2.89895 5.20703C1.25818 5.20703 0.00915527 6.68569 0.00915527 8.60972C0.00915527 10.6337 1.35818 12.0124 2.89895 12.0124C3.72141 12.0124 4.57438 11.6692 5.15427 11.0219V11.53C5.15427 11.7785 5.35574 11.98 5.60427 11.98C5.8528 11.98 6.05427 11.7785 6.05427 11.53V5.72C6.05427 5.47147 5.8528 5.27 5.60427 5.27C5.35574 5.27 5.15427 5.47147 5.15427 5.72V6.22317C4.60543 5.60095 3.79236 5.20703 2.89895 5.20703ZM5.15427 9.79823V7.30195C4.76393 6.58101 3.94144 6.05757 3.08675 6.05757C2.10885 6.05757 1.03503 6.96581 1.03503 8.60955C1.03503 10.1533 2.00885 11.1615 3.08675 11.1615C3.97011 11.1615 4.77195 10.4952 5.15427 9.79823Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ho=["color"],Bo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ho);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.6255 2.75C3.83478 2.75 4.02192 2.88034 4.09448 3.07664L7.16985 11.3962C7.2656 11.6552 7.13324 11.9428 6.87423 12.0386C6.61522 12.1343 6.32763 12.002 6.23188 11.7429L5.22387 9.01603H2.02712L1.01911 11.7429C0.923362 12.002 0.635774 12.1343 0.376762 12.0386C0.117749 11.9428 -0.0146052 11.6552 0.0811401 11.3962L3.15651 3.07664C3.22908 2.88034 3.41621 2.75 3.6255 2.75ZM3.6255 4.69207L4.90966 8.16603H2.34133L3.6255 4.69207ZM11.3719 2.75C11.5811 2.75 11.7683 2.88034 11.8408 3.07664L14.9162 11.3962C15.012 11.6552 14.8796 11.9428 14.6206 12.0386C14.3616 12.1343 14.074 12.002 13.9782 11.7429L12.9702 9.01603H9.77348L8.76547 11.7429C8.66972 12.002 8.38213 12.1343 8.12312 12.0386C7.86411 11.9428 7.73175 11.6552 7.8275 11.3962L10.9029 3.07664C10.9754 2.88034 11.1626 2.75 11.3719 2.75ZM11.3719 4.69207L12.656 8.16603H10.0877L11.3719 4.69207Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vo=["color"],$o=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.55293 0.999969C4.75295 0.999969 4.93372 1.11917 5.0125 1.30301L8.01106 8.29982C8.11984 8.55363 8.00226 8.84757 7.74844 8.95635C7.49463 9.06512 7.20069 8.94754 7.09191 8.69373L6.11613 6.41685H2.98973L2.01395 8.69373C1.90517 8.94754 1.61123 9.06512 1.35742 8.95635C1.1036 8.84757 0.986023 8.55363 1.0948 8.29982L4.09336 1.30301C4.17214 1.11917 4.35291 0.999969 4.55293 0.999969ZM4.55293 2.76929L5.75186 5.56685H3.354L4.55293 2.76929ZM11.0562 9.00214C11.2617 9.00214 11.4463 8.87633 11.5215 8.68502L14.2733 1.68299C14.3743 1.42598 14.2478 1.13575 13.9908 1.03475C13.7338 0.933747 13.4436 1.06021 13.3426 1.31722L11.0562 7.13514L8.76973 1.31722C8.66873 1.06021 8.3785 0.933747 8.1215 1.03475C7.86449 1.13575 7.73802 1.42598 7.83902 1.68299L10.5908 8.68502C10.666 8.87633 10.8506 9.00214 11.0562 9.00214ZM14.9537 12.4999C14.9537 12.606 14.9115 12.7077 14.8365 12.7828L12.8365 14.7828C12.6803 14.939 12.4271 14.939 12.2708 14.7828C12.1146 14.6265 12.1146 14.3733 12.2708 14.2171L13.588 12.8999H1.51937L2.83653 14.2171C2.99274 14.3733 2.99274 14.6265 2.83653 14.7828C2.68032 14.939 2.42705 14.939 2.27084 14.7828L0.270843 12.7828C0.195828 12.7077 0.153687 12.606 0.153687 12.4999C0.153687 12.3938 0.195828 12.2921 0.270843 12.2171L2.27084 10.2171C2.42705 10.0609 2.68032 10.0609 2.83653 10.2171C2.99274 10.3733 2.99274 10.6265 2.83653 10.7828L1.51937 12.0999L13.588 12.0999L12.2708 10.7828C12.1146 10.6265 12.1146 10.3733 12.2708 10.2171C12.4271 10.0609 12.6803 10.0609 12.8365 10.2171L14.8365 12.2171C14.9115 12.2921 14.9537 12.3938 14.9537 12.4999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zo=["color"],zo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.69667 0.0403541C8.90859 0.131038 9.03106 0.354857 8.99316 0.582235L8.0902 6.00001H12.5C12.6893 6.00001 12.8625 6.10701 12.9472 6.27641C13.0319 6.4458 13.0136 6.6485 12.8999 6.80001L6.89997 14.8C6.76167 14.9844 6.51521 15.0503 6.30328 14.9597C6.09135 14.869 5.96888 14.6452 6.00678 14.4178L6.90974 9H2.49999C2.31061 9 2.13748 8.893 2.05278 8.72361C1.96809 8.55422 1.98636 8.35151 2.09999 8.2L8.09997 0.200038C8.23828 0.0156255 8.48474 -0.0503301 8.69667 0.0403541ZM3.49999 8.00001H7.49997C7.64695 8.00001 7.78648 8.06467 7.88148 8.17682C7.97648 8.28896 8.01733 8.43723 7.99317 8.5822L7.33027 12.5596L11.5 7.00001H7.49997C7.353 7.00001 7.21347 6.93534 7.11846 6.8232C7.02346 6.71105 6.98261 6.56279 7.00678 6.41781L7.66968 2.44042L3.49999 8.00001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wo=["color"],Uo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.78233 2.21713C3.70732 2.14212 3.60557 2.09998 3.49949 2.09998C3.3934 2.09998 3.29166 2.14212 3.21664 2.21713L1.21664 4.21713C1.06044 4.37334 1.06044 4.62661 1.21664 4.78282C1.37285 4.93903 1.62612 4.93903 1.78233 4.78282L3.09949 3.46566L3.09949 11.5343L1.78233 10.2171C1.62612 10.0609 1.37285 10.0609 1.21664 10.2171C1.06043 10.3733 1.06043 10.6266 1.21664 10.7828L3.21664 12.7828C3.29166 12.8578 3.3934 12.9 3.49949 12.9C3.60557 12.9 3.70731 12.8578 3.78233 12.7828L5.78233 10.7828C5.93854 10.6266 5.93854 10.3733 5.78233 10.2171C5.62612 10.0609 5.37285 10.0609 5.21664 10.2171L3.89949 11.5343L3.89949 3.46566L5.21664 4.78282C5.37285 4.93903 5.62612 4.93903 5.78233 4.78282C5.93854 4.62661 5.93854 4.37334 5.78233 4.21713L3.78233 2.21713ZM8.49998 3.99997C8.22383 3.99997 7.99998 4.22382 7.99998 4.49997C7.99998 4.77611 8.22383 4.99997 8.49998 4.99997H14.5C14.7761 4.99997 15 4.77611 15 4.49997C15 4.22382 14.7761 3.99997 14.5 3.99997H8.49998ZM7.99998 7.49997C7.99998 7.22382 8.22383 6.99997 8.49998 6.99997H14.5C14.7761 6.99997 15 7.22382 15 7.49997C15 7.77611 14.7761 7.99997 14.5 7.99997H8.49998C8.22383 7.99997 7.99998 7.77611 7.99998 7.49997ZM8.49998 9.99997C8.22383 9.99997 7.99998 10.2238 7.99998 10.5C7.99998 10.7761 8.22383 11 8.49998 11H14.5C14.7761 11 15 10.7761 15 10.5C15 10.2238 14.7761 9.99997 14.5 9.99997H8.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Go=["color"],Yo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Go);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.62471 4.00001L4.56402 4.00001C4.04134 3.99993 3.70687 3.99988 3.4182 4.055C2.2379 4.28039 1.29846 5.17053 1.05815 6.33035C0.999538 6.61321 0.999604 6.93998 0.999703 7.43689L0.999711 7.50001L0.999703 7.56313C0.999604 8.06004 0.999538 8.38681 1.05815 8.66967C1.29846 9.8295 2.2379 10.7196 3.4182 10.945C3.70688 11.0001 4.04135 11.0001 4.56403 11L4.62471 11H5.49971C5.77585 11 5.99971 10.7762 5.99971 10.5C5.99971 10.2239 5.77585 10 5.49971 10H4.62471C4.02084 10 3.78907 9.99777 3.60577 9.96277C2.80262 9.8094 2.19157 9.21108 2.03735 8.46678C2.00233 8.29778 1.99971 8.08251 1.99971 7.50001C1.99971 6.91752 2.00233 6.70225 2.03735 6.53324C2.19157 5.78895 2.80262 5.19062 3.60577 5.03725C3.78907 5.00225 4.02084 5.00001 4.62471 5.00001H5.49971C5.77585 5.00001 5.99971 4.77615 5.99971 4.50001C5.99971 4.22387 5.77585 4.00001 5.49971 4.00001H4.62471ZM10.3747 5.00001C10.9786 5.00001 11.2104 5.00225 11.3937 5.03725C12.1968 5.19062 12.8079 5.78895 12.9621 6.53324C12.9971 6.70225 12.9997 6.91752 12.9997 7.50001C12.9997 8.08251 12.9971 8.29778 12.9621 8.46678C12.8079 9.21108 12.1968 9.8094 11.3937 9.96277C11.2104 9.99777 10.9786 10 10.3747 10H9.49971C9.22357 10 8.99971 10.2239 8.99971 10.5C8.99971 10.7762 9.22357 11 9.49971 11H10.3747L10.4354 11C10.9581 11.0001 11.2925 11.0001 11.5812 10.945C12.7615 10.7196 13.701 9.8295 13.9413 8.66967C13.9999 8.38681 13.9998 8.06005 13.9997 7.56314L13.9997 7.50001L13.9997 7.43688C13.9998 6.93998 13.9999 6.61321 13.9413 6.33035C13.701 5.17053 12.7615 4.28039 11.5812 4.055C11.2925 3.99988 10.9581 3.99993 10.4354 4.00001L10.3747 4.00001H9.49971C9.22357 4.00001 8.99971 4.22387 8.99971 4.50001C8.99971 4.77615 9.22357 5.00001 9.49971 5.00001H10.3747ZM5.00038 7C4.72424 7 4.50038 7.22386 4.50038 7.5C4.50038 7.77614 4.72424 8 5.00038 8H10.0004C10.2765 8 10.5004 7.77614 10.5004 7.5C10.5004 7.22386 10.2765 7 10.0004 7H5.00038Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qo=["color"],Ko=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8.51194 3.00541C9.18829 2.54594 10.0435 2.53694 10.6788 2.95419C10.8231 3.04893 10.9771 3.1993 11.389 3.61119C11.8009 4.02307 11.9513 4.17714 12.046 4.32141C12.4633 4.95675 12.4543 5.81192 11.9948 6.48827C11.8899 6.64264 11.7276 6.80811 11.3006 7.23511L10.6819 7.85383C10.4867 8.04909 10.4867 8.36567 10.6819 8.56093C10.8772 8.7562 11.1938 8.7562 11.389 8.56093L12.0077 7.94221L12.0507 7.89929C12.4203 7.52976 12.6568 7.2933 12.822 7.0502C13.4972 6.05623 13.5321 4.76252 12.8819 3.77248C12.7233 3.53102 12.4922 3.30001 12.1408 2.94871L12.0961 2.90408L12.0515 2.85942C11.7002 2.508 11.4692 2.27689 11.2277 2.11832C10.2377 1.46813 8.94398 1.50299 7.95001 2.17822C7.70691 2.34336 7.47044 2.57991 7.1009 2.94955L7.058 2.99247L6.43928 3.61119C6.24401 3.80645 6.24401 4.12303 6.43928 4.31829C6.63454 4.51355 6.95112 4.51355 7.14638 4.31829L7.7651 3.69957C8.1921 3.27257 8.35757 3.11027 8.51194 3.00541ZM4.31796 7.14672C4.51322 6.95146 4.51322 6.63487 4.31796 6.43961C4.12269 6.24435 3.80611 6.24435 3.61085 6.43961L2.99213 7.05833L2.94922 7.10124C2.57957 7.47077 2.34303 7.70724 2.17788 7.95035C1.50265 8.94432 1.4678 10.238 2.11799 11.2281C2.27656 11.4695 2.50766 11.7005 2.8591 12.0518L2.90374 12.0965L2.94837 12.1411C3.29967 12.4925 3.53068 12.7237 3.77214 12.8822C4.76219 13.5324 6.05589 13.4976 7.04986 12.8223C7.29296 12.6572 7.52943 12.4206 7.89896 12.051L7.89897 12.051L7.94188 12.0081L8.5606 11.3894C8.75586 11.1941 8.75586 10.8775 8.5606 10.6823C8.36533 10.487 8.04875 10.487 7.85349 10.6823L7.23477 11.301C6.80777 11.728 6.6423 11.8903 6.48794 11.9951C5.81158 12.4546 4.95642 12.4636 4.32107 12.0464C4.17681 11.9516 4.02274 11.8012 3.61085 11.3894C3.19896 10.9775 3.0486 10.8234 2.95385 10.6791C2.53661 10.0438 2.54561 9.18863 3.00507 8.51227C3.10993 8.35791 3.27224 8.19244 3.69924 7.76544L4.31796 7.14672ZM9.62172 6.08558C9.81698 5.89032 9.81698 5.57373 9.62172 5.37847C9.42646 5.18321 9.10988 5.18321 8.91461 5.37847L5.37908 8.91401C5.18382 9.10927 5.18382 9.42585 5.37908 9.62111C5.57434 9.81637 5.89092 9.81637 6.08619 9.62111L9.62172 6.08558Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xo=["color"],Jo=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L13.3536 2.35355ZM2.03735 8.46678C2.17398 9.12619 2.66918 9.67103 3.33886 9.89338L2.57833 10.6539C1.80843 10.2534 1.23784 9.53693 1.05815 8.66967C0.999538 8.38681 0.999604 8.06004 0.999703 7.56313L0.999711 7.50001L0.999703 7.43689C0.999604 6.93998 0.999538 6.61321 1.05815 6.33035C1.29846 5.17053 2.2379 4.28039 3.4182 4.055C3.70687 3.99988 4.04134 3.99993 4.56402 4.00001L4.62471 4.00001H5.49971C5.77585 4.00001 5.99971 4.22387 5.99971 4.50001C5.99971 4.77615 5.77585 5.00001 5.49971 5.00001H4.62471C4.02084 5.00001 3.78907 5.00225 3.60577 5.03725C2.80262 5.19062 2.19157 5.78895 2.03735 6.53324C2.00233 6.70225 1.99971 6.91752 1.99971 7.50001C1.99971 8.08251 2.00233 8.29778 2.03735 8.46678ZM12.9621 6.53324C12.8255 5.87397 12.3304 5.32922 11.661 5.10679L12.4215 4.34631C13.1912 4.74686 13.7616 5.46323 13.9413 6.33035C13.9999 6.61321 13.9998 6.93998 13.9997 7.43688L13.9997 7.50001L13.9997 7.56314C13.9998 8.06005 13.9999 8.38681 13.9413 8.66967C13.701 9.8295 12.7615 10.7196 11.5812 10.945C11.2925 11.0001 10.9581 11.0001 10.4354 11L10.3747 11H9.49971C9.22357 11 8.99971 10.7762 8.99971 10.5C8.99971 10.2239 9.22357 10 9.49971 10H10.3747C10.9786 10 11.2104 9.99777 11.3937 9.96277C12.1968 9.8094 12.8079 9.21108 12.9621 8.46678C12.9971 8.29778 12.9997 8.08251 12.9997 7.50001C12.9997 6.91752 12.9971 6.70225 12.9621 6.53324Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qo=["color"],ea=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qo);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.50021 0C4.77635 0 5.0002 0.223853 5.0002 0.49999V2.49995C5.0002 2.77609 4.77635 2.99994 4.50021 2.99994C4.22408 2.99994 4.00022 2.77609 4.00022 2.49995V0.49999C4.00022 0.223853 4.22408 0 4.50021 0ZM0.646451 0.64647C0.84171 0.451212 1.15829 0.451212 1.35354 0.64647L2.85351 2.14644C3.04877 2.3417 3.04877 2.65827 2.85351 2.85353C2.65826 3.04879 2.34168 3.04879 2.14642 2.85353L0.646452 1.35356C0.451193 1.1583 0.451193 0.841728 0.646451 0.64647ZM0.00030517 4.49991C0.00030517 4.22377 0.224158 3.99992 0.500295 3.99992H2.50025C2.77639 3.99992 3.00024 4.22377 3.00024 4.49991C3.00024 4.77605 2.77639 4.9999 2.50025 4.9999H0.500295C0.224158 4.9999 0.00030517 4.77605 0.00030517 4.49991ZM12.0001 10.4998C12.0001 10.2236 12.2239 9.9998 12.5001 9.9998H14.5C14.7761 9.9998 15 10.2236 15 10.4998C15 10.7759 14.7761 10.9998 14.5 10.9998H12.5001C12.2239 10.9998 12.0001 10.7759 12.0001 10.4998ZM10.5001 11.9998C10.7762 11.9998 11.0001 12.2236 11.0001 12.4997V14.4997C11.0001 14.7758 10.7762 14.9997 10.5001 14.9997C10.224 14.9997 10.0001 14.7758 10.0001 14.4997V12.4997C10.0001 12.2236 10.224 11.9998 10.5001 11.9998ZM12.1462 12.1462C12.3415 11.951 12.658 11.951 12.8533 12.1462L14.3533 13.6462C14.5485 13.8415 14.5485 14.158 14.3533 14.3533C14.158 14.5485 13.8414 14.5485 13.6462 14.3533L12.1462 12.8533C11.951 12.6581 11.951 12.3415 12.1462 12.1462ZM7.76478 3.69938C8.19177 3.27238 8.35724 3.11008 8.5116 3.00522C9.18794 2.54577 10.0431 2.53677 10.6784 2.95401C10.8227 3.04875 10.9767 3.19911 11.3886 3.61099C11.8005 4.02287 11.9509 4.17694 12.0456 4.3212C12.4628 4.95653 12.4539 5.81168 11.9944 6.48802C11.8895 6.64238 11.7272 6.80785 11.3002 7.23484L10.6815 7.85354C10.4863 8.0488 10.4863 8.36538 10.6815 8.56064C10.8768 8.75589 11.1934 8.75589 11.3886 8.56064L12.0073 7.94193L12.0502 7.89903C12.4199 7.5295 12.6564 7.29303 12.8216 7.04993C13.4968 6.05598 13.5316 4.7623 12.8815 3.77228C12.7229 3.53083 12.4918 3.29982 12.1404 2.94853L12.0957 2.9039L12.0511 2.85925C11.6998 2.50782 11.4688 2.27672 11.2273 2.11816C10.2373 1.46798 8.94364 1.50284 7.94968 2.17805C7.70659 2.34319 7.47012 2.57973 7.1006 2.94936L7.1006 2.94937L7.05769 2.99228L6.43898 3.61099C6.24372 3.80625 6.24372 4.12282 6.43898 4.31808C6.63424 4.51334 6.95081 4.51334 7.14607 4.31808L7.76478 3.69938ZM2.99191 7.05807L2.94899 7.10097C2.57935 7.4705 2.34282 7.70697 2.17767 7.95006C1.50246 8.94401 1.4676 10.2377 2.11778 11.2277C2.27634 11.4692 2.50744 11.7002 2.85886 12.0515L2.85888 12.0515L2.90352 12.0961L2.94815 12.1407L2.94815 12.1407L2.94817 12.1408C3.29945 12.4922 3.53045 12.7233 3.7719 12.8818C4.76193 13.532 6.0556 13.4972 7.04956 12.8219C7.29265 12.6568 7.52912 12.4203 7.89865 12.0506L7.94155 12.0077L8.56026 11.389C8.75552 11.1937 8.75552 10.8772 8.56026 10.6819C8.365 10.4867 8.04842 10.4867 7.85317 10.6819L7.23446 11.3006C6.80747 11.7276 6.642 11.8899 6.48764 11.9948C5.8113 12.4542 4.95615 12.4632 4.32082 12.046C4.17656 11.9512 4.02249 11.8009 3.61061 11.389C3.19873 10.9771 3.04837 10.8231 2.95363 10.6788C2.53639 10.0435 2.54539 9.18832 3.00484 8.51198C3.10971 8.35761 3.27201 8.19215 3.699 7.76516L4.3177 7.14645C4.51296 6.95119 4.51296 6.63462 4.3177 6.43936C4.12245 6.2441 3.80587 6.2441 3.61061 6.43936L2.99191 7.05807Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ta=["color"],na=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ta);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.56427 3.99988C4.58422 3.99989 4.60445 3.99989 4.62496 3.99989H5.49996C5.7761 3.99989 5.99996 4.22375 5.99996 4.49989C5.99996 4.77603 5.7761 4.99989 5.49996 4.99989H4.62496C4.02108 4.99989 3.78932 5.00213 3.60601 5.03713C2.80287 5.1905 2.19181 5.78883 2.03759 6.53312C2.00257 6.70212 1.99996 6.91739 1.99996 7.49989C1.99996 8.08239 2.00257 8.29766 2.03759 8.46666C2.19181 9.21095 2.80287 9.80928 3.60601 9.96265C3.78932 9.99765 4.02108 9.99989 4.62496 9.99989H5.49996C5.7761 9.99989 5.99996 10.2237 5.99996 10.4999C5.99996 10.776 5.7761 10.9999 5.49996 10.9999H4.62496C4.60445 10.9999 4.58422 10.9999 4.56427 10.9999C4.04159 11 3.70712 11 3.41845 10.9449C2.23814 10.7195 1.29871 9.82937 1.05839 8.66955C0.999782 8.38669 0.999848 8.05992 0.999947 7.56301C0.999951 7.54227 0.999955 7.52123 0.999955 7.49989C0.999955 7.47855 0.999951 7.45751 0.999947 7.43677C0.999848 6.93986 0.999782 6.61309 1.05839 6.33023C1.29871 5.17041 2.23814 4.28027 3.41845 4.05488C3.70712 3.99976 4.04159 3.99981 4.56427 3.99988ZM11.3939 5.03713C11.2106 5.00213 10.9788 4.99989 10.375 4.99989H9.49996C9.22381 4.99989 8.99996 4.77603 8.99996 4.49989C8.99996 4.22375 9.22381 3.99989 9.49996 3.99989H10.375C10.3955 3.99989 10.4157 3.99989 10.4356 3.99988C10.9583 3.99981 11.2928 3.99976 11.5815 4.05488C12.7618 4.28027 13.7012 5.17041 13.9415 6.33023C14.0001 6.61309 14.0001 6.93985 14 7.43676C14 7.4575 14 7.47854 14 7.49989C14 7.52124 14 7.54228 14 7.56302C14.0001 8.05992 14.0001 8.38669 13.9415 8.66955C13.7012 9.82937 12.7618 10.7195 11.5815 10.9449C11.2928 11 10.9583 11 10.4356 10.9999C10.4157 10.9999 10.3955 10.9999 10.375 10.9999H9.49996C9.22381 10.9999 8.99996 10.776 8.99996 10.4999C8.99996 10.2237 9.22381 9.99989 9.49996 9.99989H10.375C10.9788 9.99989 11.2106 9.99765 11.3939 9.96265C12.197 9.80928 12.8081 9.21095 12.9623 8.46666C12.9973 8.29766 13 8.08239 13 7.49989C13 6.91739 12.9973 6.70212 12.9623 6.53312C12.8081 5.78883 12.197 5.1905 11.3939 5.03713Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ra=["color"],ia=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ra);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10.6788 2.95419C10.0435 2.53694 9.18829 2.54594 8.51194 3.00541C8.35757 3.11027 8.1921 3.27257 7.7651 3.69957L7.14638 4.31829C6.95112 4.51355 6.63454 4.51355 6.43928 4.31829C6.24401 4.12303 6.24401 3.80645 6.43928 3.61119L7.058 2.99247C7.0725 2.97797 7.08679 2.96366 7.1009 2.94955C7.47044 2.57991 7.70691 2.34336 7.95001 2.17822C8.94398 1.50299 10.2377 1.46813 11.2277 2.11832C11.4692 2.27689 11.7002 2.508 12.0515 2.85942C12.0662 2.8741 12.081 2.88898 12.0961 2.90408C12.1112 2.91917 12.1261 2.93405 12.1408 2.94871C12.4922 3.30001 12.7233 3.53102 12.8819 3.77248C13.5321 4.76252 13.4972 6.05623 12.822 7.0502C12.6568 7.2933 12.4203 7.52976 12.0507 7.89929C12.0366 7.9134 12.0222 7.92771 12.0077 7.94221L11.389 8.56093C11.1938 8.7562 10.8772 8.7562 10.6819 8.56093C10.4867 8.36567 10.4867 8.04909 10.6819 7.85383L11.3006 7.23511C11.7276 6.80811 11.8899 6.64264 11.9948 6.48827C12.4543 5.81192 12.4633 4.95675 12.046 4.32141C11.9513 4.17714 11.8009 4.02307 11.389 3.61119C10.9771 3.1993 10.8231 3.04893 10.6788 2.95419ZM4.31796 6.43961C4.51322 6.63487 4.51322 6.95146 4.31796 7.14672L3.69924 7.76544C3.27224 8.19244 3.10993 8.35791 3.00507 8.51227C2.54561 9.18863 2.53661 10.0438 2.95385 10.6791C3.0486 10.8234 3.19896 10.9775 3.61085 11.3894C4.02274 11.8012 4.17681 11.9516 4.32107 12.0464C4.95642 12.4636 5.81158 12.4546 6.48794 11.9951C6.6423 11.8903 6.80777 11.728 7.23477 11.301L7.85349 10.6823C8.04875 10.487 8.36533 10.487 8.5606 10.6823C8.75586 10.8775 8.75586 11.1941 8.5606 11.3894L7.94188 12.0081C7.92738 12.0226 7.91307 12.0369 7.89897 12.051C7.52943 12.4206 7.29296 12.6572 7.04986 12.8223C6.05589 13.4976 4.76219 13.5324 3.77214 12.8822C3.53068 12.7237 3.29967 12.4925 2.94837 12.1411C2.93371 12.1264 2.91883 12.1116 2.90374 12.0965C2.88865 12.0814 2.87377 12.0665 2.8591 12.0518C2.50766 11.7005 2.27656 11.4695 2.11799 11.2281C1.4678 10.238 1.50265 8.94432 2.17788 7.95035C2.34303 7.70724 2.57957 7.47077 2.94922 7.10124C2.96333 7.08713 2.97763 7.07283 2.99213 7.05833L3.61085 6.43961C3.80611 6.24435 4.12269 6.24435 4.31796 6.43961Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),oa=["color"],aa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,oa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 1C1.44772 1 1 1.44772 1 2V13C1 13.5523 1.44772 14 2 14H13C13.5523 14 14 13.5523 14 13V2C14 1.44772 13.5523 1 13 1H2ZM3.05 6H4.95V12H3.05V6ZM5.075 4.005C5.075 4.59871 4.59371 5.08 4 5.08C3.4063 5.08 2.925 4.59871 2.925 4.005C2.925 3.41129 3.4063 2.93 4 2.93C4.59371 2.93 5.075 3.41129 5.075 4.005ZM12 8.35713C12 6.55208 10.8334 5.85033 9.67449 5.85033C9.29502 5.83163 8.91721 5.91119 8.57874 6.08107C8.32172 6.21007 8.05265 6.50523 7.84516 7.01853H7.79179V6.00044H6V12.0047H7.90616V8.8112C7.8786 8.48413 7.98327 8.06142 8.19741 7.80987C8.41156 7.55832 8.71789 7.49825 8.95015 7.46774H9.02258C9.62874 7.46774 10.0786 7.84301 10.0786 8.78868V12.0047H11.9847L12 8.35713Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),sa=["color"],ca=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,sa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 5.25C1.91421 5.25 2.25 4.91421 2.25 4.5C2.25 4.08579 1.91421 3.75 1.5 3.75C1.08579 3.75 0.75 4.08579 0.75 4.5C0.75 4.91421 1.08579 5.25 1.5 5.25ZM4 4.5C4 4.22386 4.22386 4 4.5 4H13.5C13.7761 4 14 4.22386 14 4.5C14 4.77614 13.7761 5 13.5 5H4.5C4.22386 5 4 4.77614 4 4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H13.5C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H13.5C13.7761 11 14 10.7761 14 10.5C14 10.2239 13.7761 10 13.5 10H4.5ZM2.25 7.5C2.25 7.91421 1.91421 8.25 1.5 8.25C1.08579 8.25 0.75 7.91421 0.75 7.5C0.75 7.08579 1.08579 6.75 1.5 6.75C1.91421 6.75 2.25 7.08579 2.25 7.5ZM1.5 11.25C1.91421 11.25 2.25 10.9142 2.25 10.5C2.25 10.0858 1.91421 9.75 1.5 9.75C1.08579 9.75 0.75 10.0858 0.75 10.5C0.75 10.9142 1.08579 11.25 1.5 11.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),la=["color"],ua=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,la);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 4.63601C5 3.76031 5.24219 3.1054 5.64323 2.67357C6.03934 2.24705 6.64582 1.9783 7.5014 1.9783C8.35745 1.9783 8.96306 2.24652 9.35823 2.67208C9.75838 3.10299 10 3.75708 10 4.63325V5.99999H5V4.63601ZM4 5.99999V4.63601C4 3.58148 4.29339 2.65754 4.91049 1.99307C5.53252 1.32329 6.42675 0.978302 7.5014 0.978302C8.57583 0.978302 9.46952 1.32233 10.091 1.99162C10.7076 2.65557 11 3.57896 11 4.63325V5.99999H12C12.5523 5.99999 13 6.44771 13 6.99999V13C13 13.5523 12.5523 14 12 14H3C2.44772 14 2 13.5523 2 13V6.99999C2 6.44771 2.44772 5.99999 3 5.99999H4ZM3 6.99999H12V13H3V6.99999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),da=["color"],fa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,da);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.4986 0C6.3257 0 5.36107 0.38943 4.73753 1.19361C4.23745 1.83856 4 2.68242 4 3.63325H5C5 2.84313 5.19691 2.23312 5.5278 1.80636C5.91615 1.30552 6.55152 1 7.4986 1C8.35683 1 8.96336 1.26502 9.35846 1.68623C9.75793 2.11211 10 2.76044 10 3.63601V6H3C2.44772 6 2 6.44772 2 7V13C2 13.5523 2.44772 14 3 14H12C12.5523 14 13 13.5523 13 13V7C13 6.44771 12.5523 6 12 6H11V3.63601C11 2.58135 10.7065 1.66167 10.0878 1.0021C9.46477 0.337871 8.57061 0 7.4986 0ZM3 7H12V13H3V7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ha=["color"],pa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ha);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9 3.63601C9 2.76044 9.24207 2.11211 9.64154 1.68623C10.0366 1.26502 10.6432 1 11.5014 1C12.4485 1 13.0839 1.30552 13.4722 1.80636C13.8031 2.23312 14 2.84313 14 3.63325H15C15 2.68242 14.7626 1.83856 14.2625 1.19361C13.6389 0.38943 12.6743 0 11.5014 0C10.4294 0 9.53523 0.337871 8.91218 1.0021C8.29351 1.66167 8 2.58135 8 3.63601V6H1C0.447715 6 0 6.44772 0 7V13C0 13.5523 0.447715 14 1 14H10C10.5523 14 11 13.5523 11 13V7C11 6.44772 10.5523 6 10 6H9V3.63601ZM1 7H10V13H1V7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ma=["color"],ga=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ma);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.35355 1.85355C3.54882 1.65829 3.54882 1.34171 3.35355 1.14645C3.15829 0.951184 2.84171 0.951184 2.64645 1.14645L0.646447 3.14645C0.451184 3.34171 0.451184 3.65829 0.646447 3.85355L2.64645 5.85355C2.84171 6.04882 3.15829 6.04882 3.35355 5.85355C3.54882 5.65829 3.54882 5.34171 3.35355 5.14645L2.20711 4H9.5C11.433 4 13 5.567 13 7.5C13 7.77614 13.2239 8 13.5 8C13.7761 8 14 7.77614 14 7.5C14 5.01472 11.9853 3 9.5 3H2.20711L3.35355 1.85355ZM2 7.5C2 7.22386 1.77614 7 1.5 7C1.22386 7 1 7.22386 1 7.5C1 9.98528 3.01472 12 5.5 12H12.7929L11.6464 13.1464C11.4512 13.3417 11.4512 13.6583 11.6464 13.8536C11.8417 14.0488 12.1583 14.0488 12.3536 13.8536L14.3536 11.8536C14.5488 11.6583 14.5488 11.3417 14.3536 11.1464L12.3536 9.14645C12.1583 8.95118 11.8417 8.95118 11.6464 9.14645C11.4512 9.34171 11.4512 9.65829 11.6464 9.85355L12.7929 11H5.5C3.567 11 2 9.433 2 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),va=["color"],ya=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,va);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.9 0.499976C13.9 0.279062 13.7209 0.0999756 13.5 0.0999756C13.2791 0.0999756 13.1 0.279062 13.1 0.499976V1.09998H12.5C12.2791 1.09998 12.1 1.27906 12.1 1.49998C12.1 1.72089 12.2791 1.89998 12.5 1.89998H13.1V2.49998C13.1 2.72089 13.2791 2.89998 13.5 2.89998C13.7209 2.89998 13.9 2.72089 13.9 2.49998V1.89998H14.5C14.7209 1.89998 14.9 1.72089 14.9 1.49998C14.9 1.27906 14.7209 1.09998 14.5 1.09998H13.9V0.499976ZM11.8536 3.14642C12.0488 3.34168 12.0488 3.65826 11.8536 3.85353L10.8536 4.85353C10.6583 5.04879 10.3417 5.04879 10.1465 4.85353C9.9512 4.65827 9.9512 4.34169 10.1465 4.14642L11.1464 3.14643C11.3417 2.95116 11.6583 2.95116 11.8536 3.14642ZM9.85357 5.14642C10.0488 5.34168 10.0488 5.65827 9.85357 5.85353L2.85355 12.8535C2.65829 13.0488 2.34171 13.0488 2.14645 12.8535C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L9.14646 5.14642C9.34172 4.95116 9.65831 4.95116 9.85357 5.14642ZM13.5 5.09998C13.7209 5.09998 13.9 5.27906 13.9 5.49998V6.09998H14.5C14.7209 6.09998 14.9 6.27906 14.9 6.49998C14.9 6.72089 14.7209 6.89998 14.5 6.89998H13.9V7.49998C13.9 7.72089 13.7209 7.89998 13.5 7.89998C13.2791 7.89998 13.1 7.72089 13.1 7.49998V6.89998H12.5C12.2791 6.89998 12.1 6.72089 12.1 6.49998C12.1 6.27906 12.2791 6.09998 12.5 6.09998H13.1V5.49998C13.1 5.27906 13.2791 5.09998 13.5 5.09998ZM8.90002 0.499976C8.90002 0.279062 8.72093 0.0999756 8.50002 0.0999756C8.2791 0.0999756 8.10002 0.279062 8.10002 0.499976V1.09998H7.50002C7.2791 1.09998 7.10002 1.27906 7.10002 1.49998C7.10002 1.72089 7.2791 1.89998 7.50002 1.89998H8.10002V2.49998C8.10002 2.72089 8.2791 2.89998 8.50002 2.89998C8.72093 2.89998 8.90002 2.72089 8.90002 2.49998V1.89998H9.50002C9.72093 1.89998 9.90002 1.72089 9.90002 1.49998C9.90002 1.27906 9.72093 1.09998 9.50002 1.09998H8.90002V0.499976Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ca=["color"],ba=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ca);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wa=["color"],_a=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.49988 2.00012C1.77602 2.00012 1.99988 1.77626 1.99988 1.50012C1.99988 1.22398 1.77602 1.00012 1.49988 1.00012C1.22374 1.00012 0.999878 1.22398 0.999878 1.50012C0.999878 1.77626 1.22374 2.00012 1.49988 2.00012ZM4.49988 2.00012C4.77602 2.00012 4.99988 1.77626 4.99988 1.50012C4.99988 1.22398 4.77602 1.00012 4.49988 1.00012C4.22374 1.00012 3.99988 1.22398 3.99988 1.50012C3.99988 1.77626 4.22374 2.00012 4.49988 2.00012ZM7.99988 1.50012C7.99988 1.77626 7.77602 2.00012 7.49988 2.00012C7.22374 2.00012 6.99988 1.77626 6.99988 1.50012C6.99988 1.22398 7.22374 1.00012 7.49988 1.00012C7.77602 1.00012 7.99988 1.22398 7.99988 1.50012ZM10.4999 2.00012C10.776 2.00012 10.9999 1.77626 10.9999 1.50012C10.9999 1.22398 10.776 1.00012 10.4999 1.00012C10.2237 1.00012 9.99988 1.22398 9.99988 1.50012C9.99988 1.77626 10.2237 2.00012 10.4999 2.00012ZM13.9999 1.50012C13.9999 1.77626 13.776 2.00012 13.4999 2.00012C13.2237 2.00012 12.9999 1.77626 12.9999 1.50012C12.9999 1.22398 13.2237 1.00012 13.4999 1.00012C13.776 1.00012 13.9999 1.22398 13.9999 1.50012ZM1.49988 14.0001C1.77602 14.0001 1.99988 13.7763 1.99988 13.5001C1.99988 13.224 1.77602 13.0001 1.49988 13.0001C1.22374 13.0001 0.999878 13.224 0.999878 13.5001C0.999878 13.7763 1.22374 14.0001 1.49988 14.0001ZM1.99988 10.5001C1.99988 10.7763 1.77602 11.0001 1.49988 11.0001C1.22374 11.0001 0.999878 10.7763 0.999878 10.5001C0.999878 10.224 1.22374 10.0001 1.49988 10.0001C1.77602 10.0001 1.99988 10.224 1.99988 10.5001ZM1.49988 8.00012C1.77602 8.00012 1.99988 7.77626 1.99988 7.50012C1.99988 7.22398 1.77602 7.00012 1.49988 7.00012C1.22374 7.00012 0.999878 7.22398 0.999878 7.50012C0.999878 7.77626 1.22374 8.00012 1.49988 8.00012ZM1.99988 4.50012C1.99988 4.77626 1.77602 5.00012 1.49988 5.00012C1.22374 5.00012 0.999878 4.77626 0.999878 4.50012C0.999878 4.22398 1.22374 4.00012 1.49988 4.00012C1.77602 4.00012 1.99988 4.22398 1.99988 4.50012ZM13.4999 11.0001C13.776 11.0001 13.9999 10.7763 13.9999 10.5001C13.9999 10.224 13.776 10.0001 13.4999 10.0001C13.2237 10.0001 12.9999 10.224 12.9999 10.5001C12.9999 10.7763 13.2237 11.0001 13.4999 11.0001ZM13.9999 7.50012C13.9999 7.77626 13.776 8.00012 13.4999 8.00012C13.2237 8.00012 12.9999 7.77626 12.9999 7.50012C12.9999 7.22398 13.2237 7.00012 13.4999 7.00012C13.776 7.00012 13.9999 7.22398 13.9999 7.50012ZM13.4999 5.00012C13.776 5.00012 13.9999 4.77626 13.9999 4.50012C13.9999 4.22398 13.776 4.00012 13.4999 4.00012C13.2237 4.00012 12.9999 4.22398 12.9999 4.50012C12.9999 4.77626 13.2237 5.00012 13.4999 5.00012ZM4.99988 13.5001C4.99988 13.7763 4.77602 14.0001 4.49988 14.0001C4.22374 14.0001 3.99988 13.7763 3.99988 13.5001C3.99988 13.224 4.22374 13.0001 4.49988 13.0001C4.77602 13.0001 4.99988 13.224 4.99988 13.5001ZM7.49988 14.0001C7.77602 14.0001 7.99988 13.7763 7.99988 13.5001C7.99988 13.224 7.77602 13.0001 7.49988 13.0001C7.22374 13.0001 6.99988 13.224 6.99988 13.5001C6.99988 13.7763 7.22374 14.0001 7.49988 14.0001ZM10.9999 13.5001C10.9999 13.7763 10.776 14.0001 10.4999 14.0001C10.2237 14.0001 9.99988 13.7763 9.99988 13.5001C9.99988 13.224 10.2237 13.0001 10.4999 13.0001C10.776 13.0001 10.9999 13.224 10.9999 13.5001ZM13.4999 14.0001C13.776 14.0001 13.9999 13.7763 13.9999 13.5001C13.9999 13.224 13.776 13.0001 13.4999 13.0001C13.2237 13.0001 12.9999 13.224 12.9999 13.5001C12.9999 13.7763 13.2237 14.0001 13.4999 14.0001ZM3.99988 5.00012C3.99988 4.44784 4.44759 4.00012 4.99988 4.00012H9.99988C10.5522 4.00012 10.9999 4.44784 10.9999 5.00012V10.0001C10.9999 10.5524 10.5522 11.0001 9.99988 11.0001H4.99988C4.44759 11.0001 3.99988 10.5524 3.99988 10.0001V5.00012ZM4.99988 5.00012H9.99988V10.0001H4.99988V5.00012Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xa=["color"],Oa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 2H14V13H1L1 2ZM0 2C0 1.44772 0.447715 1 1 1H14C14.5523 1 15 1.44772 15 2V13C15 13.5523 14.5523 14 14 14H1C0.447715 14 0 13.5523 0 13V2ZM4.875 7.5C4.875 6.05025 6.05025 4.875 7.5 4.875C8.94975 4.875 10.125 6.05025 10.125 7.5C10.125 8.94975 8.94975 10.125 7.5 10.125C6.05025 10.125 4.875 8.94975 4.875 7.5ZM7.5 3.875C5.49797 3.875 3.875 5.49797 3.875 7.5C3.875 9.50203 5.49797 11.125 7.5 11.125C9.50203 11.125 11.125 9.50203 11.125 7.5C11.125 5.49797 9.50203 3.875 7.5 3.875Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ea=["color"],Ma=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ea);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 1C0.447715 1 0 1.44772 0 2V13C0 13.5523 0.447715 14 1 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H1ZM7.5 10.625C9.22589 10.625 10.625 9.22589 10.625 7.5C10.625 5.77411 9.22589 4.375 7.5 4.375C5.77411 4.375 4.375 5.77411 4.375 7.5C4.375 9.22589 5.77411 10.625 7.5 10.625Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ja=["color"],Sa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ja);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.25 7.5C2.25 7.22386 2.47386 7 2.75 7H12.25C12.5261 7 12.75 7.22386 12.75 7.5C12.75 7.77614 12.5261 8 12.25 8H2.75C2.47386 8 2.25 7.77614 2.25 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pa=["color"],Aa=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM4.50003 7C4.22389 7 4.00003 7.22386 4.00003 7.5C4.00003 7.77614 4.22389 8 4.50003 8H10.5C10.7762 8 11 7.77614 11 7.5C11 7.22386 10.7762 7 10.5 7H4.50003Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ka=["color"],Ta=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ka);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.14921 3.99996C2.14921 2.97778 2.97784 2.14915 4.00002 2.14915C5.02219 2.14915 5.85083 2.97778 5.85083 3.99996C5.85083 5.02213 5.02219 5.85077 4.00002 5.85077C2.97784 5.85077 2.14921 5.02213 2.14921 3.99996ZM4.00002 1.24915C2.48079 1.24915 1.24921 2.48073 1.24921 3.99996C1.24921 5.51919 2.48079 6.75077 4.00002 6.75077C5.51925 6.75077 6.75083 5.51919 6.75083 3.99996C6.75083 2.48073 5.51925 1.24915 4.00002 1.24915ZM5.82034 11.0001L2.49998 12.8369V9.16331L5.82034 11.0001ZM2.63883 8.21159C2.17228 7.9535 1.59998 8.29093 1.59998 8.82411V13.1761C1.59998 13.7093 2.17228 14.0467 2.63883 13.7886L6.57235 11.6126C7.05389 11.3462 7.05389 10.654 6.57235 10.3876L2.63883 8.21159ZM8.30001 9.00003C8.30001 8.61343 8.61341 8.30003 9.00001 8.30003H13C13.3866 8.30003 13.7 8.61343 13.7 9.00003V13C13.7 13.3866 13.3866 13.7 13 13.7H9.00001C8.61341 13.7 8.30001 13.3866 8.30001 13V9.00003ZM9.20001 9.20003V12.8H12.8V9.20003H9.20001ZM13.4432 2.19311C13.6189 2.01737 13.6189 1.73245 13.4432 1.55671C13.2675 1.38098 12.9826 1.38098 12.8068 1.55671L11 3.36353L9.19321 1.55674C9.01748 1.381 8.73255 1.381 8.55682 1.55674C8.38108 1.73247 8.38108 2.0174 8.55682 2.19313L10.3636 3.99992L8.55682 5.80671C8.38108 5.98245 8.38108 6.26737 8.55682 6.44311C8.73255 6.61885 9.01748 6.61885 9.19321 6.44311L11 4.63632L12.8068 6.44314C12.9826 6.61887 13.2675 6.61887 13.4432 6.44314C13.6189 6.2674 13.6189 5.98247 13.4432 5.80674L11.6364 3.99992L13.4432 2.19311Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Da=["color"],Ia=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Da);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.5 3C4.67157 3 4 3.67157 4 4.5C4 5.32843 4.67157 6 5.5 6C6.32843 6 7 5.32843 7 4.5C7 3.67157 6.32843 3 5.5 3ZM3 5C3.01671 5 3.03323 4.99918 3.04952 4.99758C3.28022 6.1399 4.28967 7 5.5 7C6.71033 7 7.71978 6.1399 7.95048 4.99758C7.96677 4.99918 7.98329 5 8 5H13.5C13.7761 5 14 4.77614 14 4.5C14 4.22386 13.7761 4 13.5 4H8C7.98329 4 7.96677 4.00082 7.95048 4.00242C7.71978 2.86009 6.71033 2 5.5 2C4.28967 2 3.28022 2.86009 3.04952 4.00242C3.03323 4.00082 3.01671 4 3 4H1.5C1.22386 4 1 4.22386 1 4.5C1 4.77614 1.22386 5 1.5 5H3ZM11.9505 10.9976C11.7198 12.1399 10.7103 13 9.5 13C8.28967 13 7.28022 12.1399 7.04952 10.9976C7.03323 10.9992 7.01671 11 7 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H7C7.01671 10 7.03323 10.0008 7.04952 10.0024C7.28022 8.8601 8.28967 8 9.5 8C10.7103 8 11.7198 8.8601 11.9505 10.0024C11.9668 10.0008 11.9833 10 12 10H13.5C13.7761 10 14 10.2239 14 10.5C14 10.7761 13.7761 11 13.5 11H12C11.9833 11 11.9668 10.9992 11.9505 10.9976ZM8 10.5C8 9.67157 8.67157 9 9.5 9C10.3284 9 11 9.67157 11 10.5C11 11.3284 10.3284 12 9.5 12C8.67157 12 8 11.3284 8 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),La=["color"],Ra=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,La);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 1.5C5 1.22386 4.77614 1 4.5 1C4.22386 1 4 1.22386 4 1.5L4 7C4 7.01671 4.00082 7.03323 4.00242 7.04952C2.86009 7.28022 2 8.28967 2 9.5C2 10.7103 2.86009 11.7198 4.00242 11.9505C4.00082 11.9668 4 11.9833 4 12V13.5C4 13.7761 4.22386 14 4.5 14C4.77614 14 5 13.7761 5 13.5V12C5 11.9833 4.99918 11.9668 4.99758 11.9505C6.1399 11.7198 7 10.7103 7 9.5C7 8.28967 6.1399 7.28022 4.99758 7.04952C4.99918 7.03323 5 7.01671 5 7L5 1.5ZM11 1.5C11 1.22386 10.7761 1 10.5 1C10.2239 1 10 1.22386 10 1.5V3C10 3.01671 10.0008 3.03323 10.0024 3.04952C8.8601 3.28022 8 4.28967 8 5.5C8 6.71033 8.8601 7.71978 10.0024 7.95048C10.0008 7.96677 10 7.98329 10 8V13.5C10 13.7761 10.2239 14 10.5 14C10.7761 14 11 13.7761 11 13.5V8C11 7.98329 10.9992 7.96677 10.9976 7.95048C12.1399 7.71978 13 6.71033 13 5.5C13 4.28967 12.1399 3.28022 10.9976 3.04952C10.9992 3.03323 11 3.01671 11 3V1.5ZM4.5 8C3.67157 8 3 8.67157 3 9.5C3 10.3284 3.67157 11 4.5 11C5.32843 11 6 10.3284 6 9.5C6 8.67157 5.32843 8 4.5 8ZM9 5.5C9 4.67157 9.67157 4 10.5 4C11.3284 4 12 4.67157 12 5.5C12 6.32843 11.3284 7 10.5 7C9.67157 7 9 6.32843 9 5.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fa=["color"],Na=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4 2.5C4 2.22386 4.22386 2 4.5 2H10.5C10.7761 2 11 2.22386 11 2.5V12.5C11 12.7761 10.7761 13 10.5 13H4.5C4.22386 13 4 12.7761 4 12.5V2.5ZM4.5 1C3.67157 1 3 1.67157 3 2.5V12.5C3 13.3284 3.67157 14 4.5 14H10.5C11.3284 14 12 13.3284 12 12.5V2.5C12 1.67157 11.3284 1 10.5 1H4.5ZM6 11.65C5.8067 11.65 5.65 11.8067 5.65 12C5.65 12.1933 5.8067 12.35 6 12.35H9C9.1933 12.35 9.35 12.1933 9.35 12C9.35 11.8067 9.1933 11.65 9 11.65H6Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ha=["color"],Ba=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ha);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.25925 3.16667L4.37036 5.33333V1L7.25925 3.16667ZM1 8.22222L3.88889 6.05555L1 3.88889V8.22222ZM1 14L3.88889 11.8333L1 9.66666V14ZM7.74072 8.22222L10.6296 6.05555L7.74072 3.88889V8.22222ZM14 3.16667L11.1111 5.33333V1L14 3.16667ZM11.1111 11.1111L14 8.94444L11.1111 6.77777V11.1111ZM3.88889 11.1111L1 8.94444L3.88889 6.77777V11.1111ZM4.37036 6.05555L7.25925 8.22222V3.88889L4.37036 6.05555ZM3.88889 5.33333L1 3.16667L3.88889 1V5.33333ZM7.74072 3.16667L10.6296 5.33333V1L7.74072 3.16667ZM14 8.22222L11.1111 6.05555L14 3.88889V8.22222ZM11.1111 11.8333L14 14V9.66666L11.1111 11.8333Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Va=["color"],$a=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Va);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.89998 0.499976C2.89998 0.279062 2.72089 0.0999756 2.49998 0.0999756C2.27906 0.0999756 2.09998 0.279062 2.09998 0.499976V1.09998H1.49998C1.27906 1.09998 1.09998 1.27906 1.09998 1.49998C1.09998 1.72089 1.27906 1.89998 1.49998 1.89998H2.09998V2.49998C2.09998 2.72089 2.27906 2.89998 2.49998 2.89998C2.72089 2.89998 2.89998 2.72089 2.89998 2.49998V1.89998H3.49998C3.72089 1.89998 3.89998 1.72089 3.89998 1.49998C3.89998 1.27906 3.72089 1.09998 3.49998 1.09998H2.89998V0.499976ZM5.89998 3.49998C5.89998 3.27906 5.72089 3.09998 5.49998 3.09998C5.27906 3.09998 5.09998 3.27906 5.09998 3.49998V4.09998H4.49998C4.27906 4.09998 4.09998 4.27906 4.09998 4.49998C4.09998 4.72089 4.27906 4.89998 4.49998 4.89998H5.09998V5.49998C5.09998 5.72089 5.27906 5.89998 5.49998 5.89998C5.72089 5.89998 5.89998 5.72089 5.89998 5.49998V4.89998H6.49998C6.72089 4.89998 6.89998 4.72089 6.89998 4.49998C6.89998 4.27906 6.72089 4.09998 6.49998 4.09998H5.89998V3.49998ZM1.89998 6.49998C1.89998 6.27906 1.72089 6.09998 1.49998 6.09998C1.27906 6.09998 1.09998 6.27906 1.09998 6.49998V7.09998H0.499976C0.279062 7.09998 0.0999756 7.27906 0.0999756 7.49998C0.0999756 7.72089 0.279062 7.89998 0.499976 7.89998H1.09998V8.49998C1.09998 8.72089 1.27906 8.89997 1.49998 8.89997C1.72089 8.89997 1.89998 8.72089 1.89998 8.49998V7.89998H2.49998C2.72089 7.89998 2.89998 7.72089 2.89998 7.49998C2.89998 7.27906 2.72089 7.09998 2.49998 7.09998H1.89998V6.49998ZM8.54406 0.98184L8.24618 0.941586C8.03275 0.917676 7.90692 1.1655 8.02936 1.34194C8.17013 1.54479 8.29981 1.75592 8.41754 1.97445C8.91878 2.90485 9.20322 3.96932 9.20322 5.10022C9.20322 8.37201 6.82247 11.0878 3.69887 11.6097C3.45736 11.65 3.20988 11.6772 2.96008 11.6906C2.74563 11.702 2.62729 11.9535 2.77721 12.1072C2.84551 12.1773 2.91535 12.2458 2.98667 12.3128L3.05883 12.3795L3.31883 12.6045L3.50684 12.7532L3.62796 12.8433L3.81491 12.9742L3.99079 13.089C4.11175 13.1651 4.23536 13.2375 4.36157 13.3059L4.62496 13.4412L4.88553 13.5607L5.18837 13.6828L5.43169 13.7686C5.56564 13.8128 5.70149 13.8529 5.83857 13.8885C5.94262 13.9155 6.04767 13.9401 6.15405 13.9622C6.27993 13.9883 6.40713 14.0109 6.53544 14.0298L6.85241 14.0685L7.11934 14.0892C7.24637 14.0965 7.37436 14.1002 7.50322 14.1002C11.1483 14.1002 14.1032 11.1453 14.1032 7.50023C14.1032 7.25044 14.0893 7.00389 14.0623 6.76131L14.0255 6.48407C13.991 6.26083 13.9453 6.04129 13.8891 5.82642C13.8213 5.56709 13.7382 5.31398 13.6409 5.06881L13.5279 4.80132L13.4507 4.63542L13.3766 4.48666C13.2178 4.17773 13.0353 3.88295 12.8312 3.60423L12.6782 3.40352L12.4793 3.16432L12.3157 2.98361L12.1961 2.85951L12.0355 2.70246L11.8134 2.50184L11.4925 2.24191L11.2483 2.06498L10.9562 1.87446L10.6346 1.68894L10.3073 1.52378L10.1938 1.47176L9.95488 1.3706L9.67791 1.2669L9.42566 1.1846L9.10075 1.09489L8.83599 1.03486L8.54406 0.98184ZM10.4032 5.30023C10.4032 4.27588 10.2002 3.29829 9.83244 2.40604C11.7623 3.28995 13.1032 5.23862 13.1032 7.50023C13.1032 10.593 10.596 13.1002 7.50322 13.1002C6.63646 13.1002 5.81597 12.9036 5.08355 12.5522C6.5419 12.0941 7.81081 11.2082 8.74322 10.0416C8.87963 10.2284 9.10028 10.3497 9.34928 10.3497C9.76349 10.3497 10.0993 10.0139 10.0993 9.59971C10.0993 9.24256 9.84965 8.94373 9.51535 8.86816C9.57741 8.75165 9.63653 8.63334 9.6926 8.51332C9.88358 8.63163 10.1088 8.69993 10.35 8.69993C11.0403 8.69993 11.6 8.14028 11.6 7.44993C11.6 6.75976 11.0406 6.20024 10.3505 6.19993C10.3853 5.90487 10.4032 5.60464 10.4032 5.30023Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Za=["color"],za=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Za);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.81819 0.93179C7.64245 0.756054 7.35753 0.756054 7.18179 0.93179L5.43179 2.68179C5.25605 2.85753 5.25605 3.14245 5.43179 3.31819C5.60753 3.49392 5.89245 3.49392 6.06819 3.31819L6.99999 2.38638V5.49999C6.99999 5.77613 7.22385 5.99999 7.49999 5.99999C7.77613 5.99999 7.99999 5.77613 7.99999 5.49999V2.38638L8.93179 3.31819C9.10753 3.49392 9.39245 3.49392 9.56819 3.31819C9.74392 3.14245 9.74392 2.85753 9.56819 2.68179L7.81819 0.93179ZM7.99999 9.49999C7.99999 9.22385 7.77613 8.99999 7.49999 8.99999C7.22385 8.99999 6.99999 9.22385 6.99999 9.49999V12.6136L6.06819 11.6818C5.89245 11.5061 5.60753 11.5061 5.43179 11.6818C5.25605 11.8575 5.25605 12.1424 5.43179 12.3182L7.18179 14.0682C7.35753 14.2439 7.64245 14.2439 7.81819 14.0682L9.56819 12.3182C9.74392 12.1424 9.74392 11.8575 9.56819 11.6818C9.39245 11.5061 9.10753 11.5061 8.93179 11.6818L7.99999 12.6136V9.49999ZM8.99999 7.49999C8.99999 7.22385 9.22385 6.99999 9.49999 6.99999H12.6136L11.6818 6.06819C11.5061 5.89245 11.5061 5.60753 11.6818 5.43179C11.8575 5.25605 12.1424 5.25605 12.3182 5.43179L14.0682 7.18179C14.2439 7.35753 14.2439 7.64245 14.0682 7.81819L12.3182 9.56819C12.1424 9.74392 11.8575 9.74392 11.6818 9.56819C11.5061 9.39245 11.5061 9.10753 11.6818 8.93179L12.6136 7.99999H9.49999C9.22385 7.99999 8.99999 7.77613 8.99999 7.49999ZM3.31819 6.06819L2.38638 6.99999H5.49999C5.77613 6.99999 5.99999 7.22385 5.99999 7.49999C5.99999 7.77613 5.77613 7.99999 5.49999 7.99999H2.38638L3.31819 8.93179C3.49392 9.10753 3.49392 9.39245 3.31819 9.56819C3.14245 9.74392 2.85753 9.74392 2.68179 9.56819L0.93179 7.81819C0.756054 7.64245 0.756054 7.35753 0.93179 7.18179L2.68179 5.43179C2.85753 5.25605 3.14245 5.25605 3.31819 5.43179C3.49392 5.60753 3.49392 5.89245 3.31819 6.06819Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wa=["color"],Ua=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.25781 3.11684C3.67771 3.45796 3.83523 3.43193 4.62369 3.37933L12.0571 2.93299C12.2147 2.93299 12.0836 2.77571 12.0311 2.74957L10.7965 1.85711C10.56 1.67347 10.2448 1.46315 9.64083 1.51576L2.44308 2.04074C2.18059 2.06677 2.12815 2.19801 2.2327 2.30322L3.25781 3.11684ZM3.7041 4.84917V12.6704C3.7041 13.0907 3.91415 13.248 4.38693 13.222L12.5562 12.7493C13.0292 12.7233 13.0819 12.4341 13.0819 12.0927V4.32397C13.0819 3.98306 12.9508 3.79921 12.6612 3.82545L4.12422 4.32397C3.80918 4.35044 3.7041 4.50803 3.7041 4.84917ZM11.7688 5.26872C11.8212 5.50518 11.7688 5.74142 11.5319 5.76799L11.1383 5.84641V11.6205C10.7965 11.8042 10.4814 11.9092 10.2188 11.9092C9.79835 11.9092 9.69305 11.7779 9.37812 11.3844L6.80345 7.34249V11.2532L7.61816 11.437C7.61816 11.437 7.61816 11.9092 6.96086 11.9092L5.14879 12.0143C5.09615 11.9092 5.14879 11.647 5.33259 11.5944L5.80546 11.4634V6.29276L5.1489 6.24015C5.09625 6.00369 5.22739 5.66278 5.5954 5.63631L7.53935 5.50528L10.2188 9.5998V5.97765L9.53564 5.89924C9.4832 5.61018 9.69305 5.40028 9.95576 5.37425L11.7688 5.26872ZM1.83874 1.33212L9.32557 0.780787C10.245 0.701932 10.4815 0.754753 11.0594 1.17452L13.4492 2.85424C13.8436 3.14309 13.975 3.22173 13.975 3.53661V12.7493C13.975 13.3266 13.7647 13.6681 13.0293 13.7203L4.33492 14.2454C3.78291 14.2717 3.52019 14.193 3.23111 13.8253L1.47116 11.5419C1.1558 11.1216 1.02466 10.8071 1.02466 10.4392V2.25041C1.02466 1.77825 1.23504 1.38441 1.83874 1.33212Z",fill:o}))}),Ga=["color"],Ya=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ga);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 1.5C4.5 4.25 3 6.5 3 9C3 11.4853 5.01472 13.5 7.5 13.5C9.98528 13.5 12 11.4853 12 9C12 6.5 10.5 4.25 7.5 1.5ZM11 9C11 7.11203 9.97315 5.27195 7.5 2.87357C5.02686 5.27195 4 7.11203 4 9C4 10.933 5.567 12.5 7.5 12.5C9.433 12.5 11 10.933 11 9Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qa=["color"],Ka=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 13C12.5523 13 13 12.5523 13 12V3C13 2.44771 12.5523 2 12 2H3C2.44771 2 2 2.44771 2 3V6.5C2 6.77614 2.22386 7 2.5 7C2.77614 7 3 6.77614 3 6.5V3H12V12H8.5C8.22386 12 8 12.2239 8 12.5C8 12.7761 8.22386 13 8.5 13H12ZM9 6.5C9 6.5001 9 6.50021 9 6.50031V6.50035V9.5C9 9.77614 8.77614 10 8.5 10C8.22386 10 8 9.77614 8 9.5V7.70711L2.85355 12.8536C2.65829 13.0488 2.34171 13.0488 2.14645 12.8536C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L7.29289 7H5.5C5.22386 7 5 6.77614 5 6.5C5 6.22386 5.22386 6 5.5 6H8.5C8.56779 6 8.63244 6.01349 8.69139 6.03794C8.74949 6.06198 8.80398 6.09744 8.85143 6.14433C8.94251 6.23434 8.9992 6.35909 8.99999 6.49708L8.99999 6.49738",fill:o}))}),Xa=["color"],Ja=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.49985 1.10001C3.27894 1.10001 3.09985 1.27909 3.09985 1.50001C3.09985 1.72092 3.27894 1.90001 3.49985 1.90001H11.4999C11.7208 1.90001 11.8999 1.72092 11.8999 1.50001C11.8999 1.27909 11.7208 1.10001 11.4999 1.10001H3.49985ZM4.99995 4.25001C4.99995 3.97387 4.77609 3.75001 4.49995 3.75001C4.22381 3.75001 3.99995 3.97387 3.99995 4.25001V9.55001C3.99995 11.483 5.56695 13.05 7.49995 13.05C9.43295 13.05 11 11.483 11 9.55001V4.25001C11 3.97387 10.7761 3.75001 10.5 3.75001C10.2238 3.75001 9.99995 3.97387 9.99995 4.25001V9.55001C9.99995 10.9307 8.88066 12.05 7.49995 12.05C6.11924 12.05 4.99995 10.9307 4.99995 9.55001V4.25001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qa=["color"],es=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qa);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.85714 2H12.1429C12.6162 2 13 2.38376 13 2.85714V12.1429C13 12.6162 12.6162 13 12.1429 13H2.85714C2.38376 13 2 12.6162 2 12.1429V2.85714C2 2.38376 2.38376 2 2.85714 2ZM1 2.85714C1 1.83147 1.83147 1 2.85714 1H12.1429C13.1685 1 14 1.83147 14 2.85714V12.1429C14 13.1685 13.1685 14 12.1429 14H2.85714C1.83147 14 1 13.1685 1 12.1429V2.85714ZM7.49988 5.00012C7.77602 5.00012 7.99988 4.77626 7.99988 4.50012C7.99988 4.22398 7.77602 4.00012 7.49988 4.00012C7.22374 4.00012 6.99988 4.22398 6.99988 4.50012C6.99988 4.77626 7.22374 5.00012 7.49988 5.00012ZM4.49988 11.0001C4.77602 11.0001 4.99988 10.7763 4.99988 10.5001C4.99988 10.224 4.77602 10.0001 4.49988 10.0001C4.22374 10.0001 3.99988 10.224 3.99988 10.5001C3.99988 10.7763 4.22374 11.0001 4.49988 11.0001ZM4.99988 7.50012C4.99988 7.77626 4.77602 8.00012 4.49988 8.00012C4.22374 8.00012 3.99988 7.77626 3.99988 7.50012C3.99988 7.22398 4.22374 7.00012 4.49988 7.00012C4.77602 7.00012 4.99988 7.22398 4.99988 7.50012ZM4.49988 5.00012C4.77602 5.00012 4.99988 4.77626 4.99988 4.50012C4.99988 4.22398 4.77602 4.00012 4.49988 4.00012C4.22374 4.00012 3.99988 4.22398 3.99988 4.50012C3.99988 4.77626 4.22374 5.00012 4.49988 5.00012ZM10.9999 10.5001C10.9999 10.7763 10.776 11.0001 10.4999 11.0001C10.2237 11.0001 9.99988 10.7763 9.99988 10.5001C9.99988 10.224 10.2237 10.0001 10.4999 10.0001C10.776 10.0001 10.9999 10.224 10.9999 10.5001ZM10.4999 8.00012C10.776 8.00012 10.9999 7.77626 10.9999 7.50012C10.9999 7.22398 10.776 7.00012 10.4999 7.00012C10.2237 7.00012 9.99988 7.22398 9.99988 7.50012C9.99988 7.77626 10.2237 8.00012 10.4999 8.00012ZM10.9999 4.50012C10.9999 4.77626 10.776 5.00012 10.4999 5.00012C10.2237 5.00012 9.99988 4.77626 9.99988 4.50012C9.99988 4.22398 10.2237 4.00012 10.4999 4.00012C10.776 4.00012 10.9999 4.22398 10.9999 4.50012ZM7.49988 11.0001C7.77602 11.0001 7.99988 10.7763 7.99988 10.5001C7.99988 10.224 7.77602 10.0001 7.49988 10.0001C7.22374 10.0001 6.99988 10.224 6.99988 10.5001C6.99988 10.7763 7.22374 11.0001 7.49988 11.0001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ts=["color"],ns=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ts);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.20308 1.04312C1.00481 0.954998 0.772341 1.0048 0.627577 1.16641C0.482813 1.32802 0.458794 1.56455 0.568117 1.75196L3.92115 7.50002L0.568117 13.2481C0.458794 13.4355 0.482813 13.672 0.627577 13.8336C0.772341 13.9952 1.00481 14.045 1.20308 13.9569L14.7031 7.95693C14.8836 7.87668 15 7.69762 15 7.50002C15 7.30243 14.8836 7.12337 14.7031 7.04312L1.20308 1.04312ZM4.84553 7.10002L2.21234 2.586L13.2689 7.50002L2.21234 12.414L4.84552 7.90002H9C9.22092 7.90002 9.4 7.72094 9.4 7.50002C9.4 7.27911 9.22092 7.10002 9 7.10002H4.84553Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),rs=["color"],is=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,rs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.04995 2.74998C6.04995 2.44623 5.80371 2.19998 5.49995 2.19998C5.19619 2.19998 4.94995 2.44623 4.94995 2.74998V12.25C4.94995 12.5537 5.19619 12.8 5.49995 12.8C5.80371 12.8 6.04995 12.5537 6.04995 12.25V2.74998ZM10.05 2.74998C10.05 2.44623 9.80371 2.19998 9.49995 2.19998C9.19619 2.19998 8.94995 2.44623 8.94995 2.74998V12.25C8.94995 12.5537 9.19619 12.8 9.49995 12.8C9.80371 12.8 10.05 12.5537 10.05 12.25V2.74998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),os=["color"],as=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,os);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.8536 1.14645C11.6583 0.951184 11.3417 0.951184 11.1465 1.14645L3.71455 8.57836C3.62459 8.66832 3.55263 8.77461 3.50251 8.89155L2.04044 12.303C1.9599 12.491 2.00189 12.709 2.14646 12.8536C2.29103 12.9981 2.50905 13.0401 2.69697 12.9596L6.10847 11.4975C6.2254 11.4474 6.3317 11.3754 6.42166 11.2855L13.8536 3.85355C14.0488 3.65829 14.0488 3.34171 13.8536 3.14645L11.8536 1.14645ZM4.42166 9.28547L11.5 2.20711L12.7929 3.5L5.71455 10.5784L4.21924 11.2192L3.78081 10.7808L4.42166 9.28547Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ss=["color"],cs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ss);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.1464 1.14645C12.3417 0.951184 12.6583 0.951184 12.8535 1.14645L14.8535 3.14645C15.0488 3.34171 15.0488 3.65829 14.8535 3.85355L10.9109 7.79618C10.8349 7.87218 10.7471 7.93543 10.651 7.9835L6.72359 9.94721C6.53109 10.0435 6.29861 10.0057 6.14643 9.85355C5.99425 9.70137 5.95652 9.46889 6.05277 9.27639L8.01648 5.34897C8.06455 5.25283 8.1278 5.16507 8.2038 5.08907L12.1464 1.14645ZM12.5 2.20711L8.91091 5.79618L7.87266 7.87267L8.12731 8.12732L10.2038 7.08907L13.7929 3.5L12.5 2.20711ZM9.99998 2L8.99998 3H4.9C4.47171 3 4.18056 3.00039 3.95552 3.01877C3.73631 3.03668 3.62421 3.06915 3.54601 3.10899C3.35785 3.20487 3.20487 3.35785 3.10899 3.54601C3.06915 3.62421 3.03669 3.73631 3.01878 3.95552C3.00039 4.18056 3 4.47171 3 4.9V11.1C3 11.5283 3.00039 11.8194 3.01878 12.0445C3.03669 12.2637 3.06915 12.3758 3.10899 12.454C3.20487 12.6422 3.35785 12.7951 3.54601 12.891C3.62421 12.9309 3.73631 12.9633 3.95552 12.9812C4.18056 12.9996 4.47171 13 4.9 13H11.1C11.5283 13 11.8194 12.9996 12.0445 12.9812C12.2637 12.9633 12.3758 12.9309 12.454 12.891C12.6422 12.7951 12.7951 12.6422 12.891 12.454C12.9309 12.3758 12.9633 12.2637 12.9812 12.0445C12.9996 11.8194 13 11.5283 13 11.1V6.99998L14 5.99998V11.1V11.1207C14 11.5231 14 11.8553 13.9779 12.1259C13.9549 12.407 13.9057 12.6653 13.782 12.908C13.5903 13.2843 13.2843 13.5903 12.908 13.782C12.6653 13.9057 12.407 13.9549 12.1259 13.9779C11.8553 14 11.5231 14 11.1207 14H11.1H4.9H4.87934C4.47686 14 4.14468 14 3.87409 13.9779C3.59304 13.9549 3.33469 13.9057 3.09202 13.782C2.7157 13.5903 2.40973 13.2843 2.21799 12.908C2.09434 12.6653 2.04506 12.407 2.0221 12.1259C1.99999 11.8553 1.99999 11.5231 2 11.1207V11.1206V11.1V4.9V4.87935V4.87932V4.87931C1.99999 4.47685 1.99999 4.14468 2.0221 3.87409C2.04506 3.59304 2.09434 3.33469 2.21799 3.09202C2.40973 2.71569 2.7157 2.40973 3.09202 2.21799C3.33469 2.09434 3.59304 2.04506 3.87409 2.0221C4.14468 1.99999 4.47685 1.99999 4.87932 2H4.87935H4.9H9.99998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ls=["color"],us=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ls);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 0.875C5.49797 0.875 3.875 2.49797 3.875 4.5C3.875 6.15288 4.98124 7.54738 6.49373 7.98351C5.2997 8.12901 4.27557 8.55134 3.50407 9.31167C2.52216 10.2794 2.02502 11.72 2.02502 13.5999C2.02502 13.8623 2.23769 14.0749 2.50002 14.0749C2.76236 14.0749 2.97502 13.8623 2.97502 13.5999C2.97502 11.8799 3.42786 10.7206 4.17091 9.9883C4.91536 9.25463 6.02674 8.87499 7.49995 8.87499C8.97317 8.87499 10.0846 9.25463 10.8291 9.98831C11.5721 10.7206 12.025 11.8799 12.025 13.5999C12.025 13.8623 12.2376 14.0749 12.5 14.0749C12.7623 14.075 12.975 13.8623 12.975 13.6C12.975 11.72 12.4778 10.2794 11.4959 9.31166C10.7244 8.55135 9.70025 8.12903 8.50625 7.98352C10.0187 7.5474 11.125 6.15289 11.125 4.5C11.125 2.49797 9.50203 0.875 7.5 0.875ZM4.825 4.5C4.825 3.02264 6.02264 1.825 7.5 1.825C8.97736 1.825 10.175 3.02264 10.175 4.5C10.175 5.97736 8.97736 7.175 7.5 7.175C6.02264 7.175 4.825 5.97736 4.825 4.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ds=["color"],fs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ds);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.85001 7.50043C1.85001 4.37975 4.37963 1.85001 7.50001 1.85001C10.6204 1.85001 13.15 4.37975 13.15 7.50043C13.15 10.6211 10.6204 13.1509 7.50001 13.1509C4.37963 13.1509 1.85001 10.6211 1.85001 7.50043ZM7.50001 0.850006C3.82728 0.850006 0.850006 3.82753 0.850006 7.50043C0.850006 11.1733 3.82728 14.1509 7.50001 14.1509C11.1727 14.1509 14.15 11.1733 14.15 7.50043C14.15 3.82753 11.1727 0.850006 7.50001 0.850006ZM7.00001 8.00001V3.12811C7.16411 3.10954 7.33094 3.10001 7.50001 3.10001C9.93006 3.10001 11.9 5.07014 11.9 7.50043C11.9 7.66935 11.8905 7.83604 11.872 8.00001H7.00001Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),hs=["color"],ps=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,hs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3 5.5C3 7.983 4.99169 9 7 9V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V9V3.1H9V12.5C9 12.7761 9.22386 13 9.5 13C9.77614 13 10 12.7761 10 12.5V3.1H11.5C11.8038 3.1 12.05 2.85376 12.05 2.55C12.05 2.24624 11.8038 2 11.5 2H9.5H8H7.5H7C4.99169 2 3 3.017 3 5.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ms=["color"],gs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ms);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.5 13.95C13.7485 13.95 13.95 13.7485 13.95 13.5C13.95 13.2514 13.7485 13.05 13.5 13.05L1.49995 13.05C1.25142 13.05 1.04995 13.2514 1.04995 13.5C1.04995 13.7485 1.25142 13.95 1.49995 13.95L13.5 13.95ZM11.0681 7.5683C11.2439 7.39257 11.2439 7.10764 11.0681 6.93191C10.8924 6.75617 10.6075 6.75617 10.4317 6.93191L7.94993 9.41371L7.94993 1.49998C7.94993 1.25146 7.74846 1.04998 7.49993 1.04998C7.2514 1.04998 7.04993 1.25146 7.04993 1.49998L7.04993 9.41371L4.56813 6.93191C4.39239 6.75617 4.10746 6.75617 3.93173 6.93191C3.75599 7.10764 3.75599 7.39257 3.93173 7.5683L7.18173 10.8183C7.35746 10.994 7.64239 10.994 7.81812 10.8183L11.0681 7.5683Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),vs=["color"],ys=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.05005 13.5C2.05005 13.7485 2.25152 13.95 2.50005 13.95C2.74858 13.95 2.95005 13.7485 2.95005 13.5L2.95005 1.49995C2.95005 1.25142 2.74858 1.04995 2.50005 1.04995C2.25152 1.04995 2.05005 1.25142 2.05005 1.49995L2.05005 13.5ZM8.4317 11.0681C8.60743 11.2439 8.89236 11.2439 9.06809 11.0681C9.24383 10.8924 9.24383 10.6075 9.06809 10.4317L6.58629 7.94993L14.5 7.94993C14.7485 7.94993 14.95 7.74846 14.95 7.49993C14.95 7.2514 14.7485 7.04993 14.5 7.04993L6.58629 7.04993L9.06809 4.56813C9.24383 4.39239 9.24383 4.10746 9.06809 3.93173C8.89236 3.75599 8.60743 3.75599 8.4317 3.93173L5.1817 7.18173C5.00596 7.35746 5.00596 7.64239 5.1817 7.81812L8.4317 11.0681Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Cs=["color"],bs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Cs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.95 1.50005C12.95 1.25152 12.7485 1.05005 12.5 1.05005C12.2514 1.05005 12.05 1.25152 12.05 1.50005L12.05 13.5C12.05 13.7486 12.2514 13.95 12.5 13.95C12.7485 13.95 12.95 13.7486 12.95 13.5L12.95 1.50005ZM6.5683 3.93188C6.39257 3.75614 6.10764 3.75614 5.93191 3.93188C5.75617 4.10761 5.75617 4.39254 5.93191 4.56827L8.41371 7.05007L0.499984 7.05007C0.251456 7.05007 0.0499847 7.25155 0.0499847 7.50007C0.0499846 7.7486 0.251457 7.95007 0.499984 7.95007L8.41371 7.95007L5.93191 10.4319C5.75617 10.6076 5.75617 10.8925 5.93191 11.0683C6.10764 11.244 6.39257 11.244 6.56831 11.0683L9.8183 7.81827C9.99404 7.64254 9.99404 7.35761 9.8183 7.18188L6.5683 3.93188Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ws=["color"],_s=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ws);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.50005 1.05005C1.25152 1.05005 1.05005 1.25152 1.05005 1.50005C1.05005 1.74858 1.25152 1.95005 1.50005 1.95005L13.5 1.95005C13.7486 1.95005 13.95 1.74858 13.95 1.50005C13.95 1.25152 13.7486 1.05005 13.5 1.05005H1.50005ZM3.93188 7.43169C3.75614 7.60743 3.75614 7.89236 3.93188 8.06809C4.10761 8.24383 4.39254 8.24383 4.56827 8.06809L7.05007 5.58629V13.5C7.05007 13.7485 7.25155 13.95 7.50007 13.95C7.7486 13.95 7.95007 13.7485 7.95007 13.5L7.95007 5.58629L10.4319 8.06809C10.6076 8.24383 10.8925 8.24383 11.0683 8.06809C11.244 7.89235 11.244 7.60743 11.0683 7.43169L7.81827 4.18169C7.64254 4.00596 7.35761 4.00596 7.18188 4.18169L3.93188 7.43169Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xs=["color"],Os=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.24182 2.32181C3.3919 2.23132 3.5784 2.22601 3.73338 2.30781L12.7334 7.05781C12.8974 7.14436 13 7.31457 13 7.5C13 7.68543 12.8974 7.85564 12.7334 7.94219L3.73338 12.6922C3.5784 12.774 3.3919 12.7687 3.24182 12.6782C3.09175 12.5877 3 12.4252 3 12.25V2.75C3 2.57476 3.09175 2.4123 3.24182 2.32181ZM4 3.57925V11.4207L11.4288 7.5L4 3.57925Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Es=["color"],Ms=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Es);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8 2.75C8 2.47386 7.77614 2.25 7.5 2.25C7.22386 2.25 7 2.47386 7 2.75V7H2.75C2.47386 7 2.25 7.22386 2.25 7.5C2.25 7.77614 2.47386 8 2.75 8H7V12.25C7 12.5261 7.22386 12.75 7.5 12.75C7.77614 12.75 8 12.5261 8 12.25V8H12.25C12.5261 8 12.75 7.77614 12.75 7.5C12.75 7.22386 12.5261 7 12.25 7H8V2.75Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),js=["color"],Ss=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,js);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM7.50003 4C7.77617 4 8.00003 4.22386 8.00003 4.5V7H10.5C10.7762 7 11 7.22386 11 7.5C11 7.77614 10.7762 8 10.5 8H8.00003V10.5C8.00003 10.7761 7.77617 11 7.50003 11C7.22389 11 7.00003 10.7761 7.00003 10.5V8H4.50003C4.22389 8 4.00003 7.77614 4.00003 7.5C4.00003 7.22386 4.22389 7 4.50003 7H7.00003V4.5C7.00003 4.22386 7.22389 4 7.50003 4Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ps=["color"],As=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ps);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.07505 4.10001C5.07505 2.91103 6.25727 1.92502 7.50005 1.92502C8.74283 1.92502 9.92505 2.91103 9.92505 4.10001C9.92505 5.19861 9.36782 5.71436 8.61854 6.37884L8.58757 6.4063C7.84481 7.06467 6.92505 7.87995 6.92505 9.5C6.92505 9.81757 7.18248 10.075 7.50005 10.075C7.81761 10.075 8.07505 9.81757 8.07505 9.5C8.07505 8.41517 8.62945 7.90623 9.38156 7.23925L9.40238 7.22079C10.1496 6.55829 11.075 5.73775 11.075 4.10001C11.075 2.12757 9.21869 0.775024 7.50005 0.775024C5.7814 0.775024 3.92505 2.12757 3.92505 4.10001C3.92505 4.41758 4.18249 4.67501 4.50005 4.67501C4.81761 4.67501 5.07505 4.41758 5.07505 4.10001ZM7.50005 13.3575C7.9833 13.3575 8.37505 12.9657 8.37505 12.4825C8.37505 11.9992 7.9833 11.6075 7.50005 11.6075C7.0168 11.6075 6.62505 11.9992 6.62505 12.4825C6.62505 12.9657 7.0168 13.3575 7.50005 13.3575Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ks=["color"],Ts=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ks);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ds=["color"],Is=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ds);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9.42503 3.44136C10.0561 3.23654 10.7837 3.2402 11.3792 3.54623C12.7532 4.25224 13.3477 6.07191 12.7946 8C12.5465 8.8649 12.1102 9.70472 11.1861 10.5524C10.262 11.4 8.98034 11.9 8.38571 11.9C8.17269 11.9 8 11.7321 8 11.525C8 11.3179 8.17644 11.15 8.38571 11.15C9.06497 11.15 9.67189 10.7804 10.3906 10.236C10.9406 9.8193 11.3701 9.28633 11.608 8.82191C12.0628 7.93367 12.0782 6.68174 11.3433 6.34901C10.9904 6.73455 10.5295 6.95946 9.97725 6.95946C8.7773 6.95946 8.0701 5.99412 8.10051 5.12009C8.12957 4.28474 8.66032 3.68954 9.42503 3.44136ZM3.42503 3.44136C4.05614 3.23654 4.78366 3.2402 5.37923 3.54623C6.7532 4.25224 7.34766 6.07191 6.79462 8C6.54654 8.8649 6.11019 9.70472 5.1861 10.5524C4.26201 11.4 2.98034 11.9 2.38571 11.9C2.17269 11.9 2 11.7321 2 11.525C2 11.3179 2.17644 11.15 2.38571 11.15C3.06497 11.15 3.67189 10.7804 4.39058 10.236C4.94065 9.8193 5.37014 9.28633 5.60797 8.82191C6.06282 7.93367 6.07821 6.68174 5.3433 6.34901C4.99037 6.73455 4.52948 6.95946 3.97725 6.95946C2.7773 6.95946 2.0701 5.99412 2.10051 5.12009C2.12957 4.28474 2.66032 3.68954 3.42503 3.44136Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ls=["color"],Rs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ls);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49985 0.877045C3.84216 0.877045 0.877014 3.84219 0.877014 7.49988C0.877014 11.1575 3.84216 14.1227 7.49985 14.1227C11.1575 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1575 0.877045 7.49985 0.877045ZM1.82701 7.49988C1.82701 4.36686 4.36683 1.82704 7.49985 1.82704C10.6328 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6328 13.1727 7.49985 13.1727C4.36683 13.1727 1.82701 10.6329 1.82701 7.49988ZM7.49999 9.49999C8.60456 9.49999 9.49999 8.60456 9.49999 7.49999C9.49999 6.39542 8.60456 5.49999 7.49999 5.49999C6.39542 5.49999 5.49999 6.39542 5.49999 7.49999C5.49999 8.60456 6.39542 9.49999 7.49999 9.49999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fs=["color"],Ns=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.2 1H4.17741H4.1774C3.86936 0.999988 3.60368 0.999978 3.38609 1.02067C3.15576 1.04257 2.92825 1.09113 2.71625 1.22104C2.51442 1.34472 2.34473 1.51442 2.22104 1.71625C2.09113 1.92825 2.04257 2.15576 2.02067 2.38609C1.99998 2.60367 1.99999 2.86935 2 3.17738V3.1774V3.2V11.8V11.8226V11.8226C1.99999 12.1307 1.99998 12.3963 2.02067 12.6139C2.04257 12.8442 2.09113 13.0717 2.22104 13.2837C2.34473 13.4856 2.51442 13.6553 2.71625 13.779C2.92825 13.9089 3.15576 13.9574 3.38609 13.9793C3.60368 14 3.86937 14 4.17741 14H4.2H10.8H10.8226C11.1306 14 11.3963 14 11.6139 13.9793C11.8442 13.9574 12.0717 13.9089 12.2837 13.779C12.4856 13.6553 12.6553 13.4856 12.779 13.2837C12.9089 13.0717 12.9574 12.8442 12.9793 12.6139C13 12.3963 13 12.1306 13 11.8226V11.8V3.2V3.17741C13 2.86936 13 2.60368 12.9793 2.38609C12.9574 2.15576 12.9089 1.92825 12.779 1.71625C12.6553 1.51442 12.4856 1.34472 12.2837 1.22104C12.0717 1.09113 11.8442 1.04257 11.6139 1.02067C11.3963 0.999978 11.1306 0.999988 10.8226 1H10.8H4.2ZM3.23875 2.07368C3.26722 2.05623 3.32362 2.03112 3.48075 2.01618C3.64532 2.00053 3.86298 2 4.2 2H10.8C11.137 2 11.3547 2.00053 11.5193 2.01618C11.6764 2.03112 11.7328 2.05623 11.7613 2.07368C11.8285 2.11491 11.8851 2.17147 11.9263 2.23875C11.9438 2.26722 11.9689 2.32362 11.9838 2.48075C11.9995 2.64532 12 2.86298 12 3.2V11.8C12 12.137 11.9995 12.3547 11.9838 12.5193C11.9689 12.6764 11.9438 12.7328 11.9263 12.7613C11.8851 12.8285 11.8285 12.8851 11.7613 12.9263C11.7328 12.9438 11.6764 12.9689 11.5193 12.9838C11.3547 12.9995 11.137 13 10.8 13H4.2C3.86298 13 3.64532 12.9995 3.48075 12.9838C3.32362 12.9689 3.26722 12.9438 3.23875 12.9263C3.17147 12.8851 3.11491 12.8285 3.07368 12.7613C3.05624 12.7328 3.03112 12.6764 3.01618 12.5193C3.00053 12.3547 3 12.137 3 11.8V3.2C3 2.86298 3.00053 2.64532 3.01618 2.48075C3.03112 2.32362 3.05624 2.26722 3.07368 2.23875C3.11491 2.17147 3.17147 2.11491 3.23875 2.07368ZM5 10C4.72386 10 4.5 10.2239 4.5 10.5C4.5 10.7761 4.72386 11 5 11H8C8.27614 11 8.5 10.7761 8.5 10.5C8.5 10.2239 8.27614 10 8 10H5ZM4.5 7.5C4.5 7.22386 4.72386 7 5 7H10C10.2761 7 10.5 7.22386 10.5 7.5C10.5 7.77614 10.2761 8 10 8H5C4.72386 8 4.5 7.77614 4.5 7.5ZM5 4C4.72386 4 4.5 4.22386 4.5 4.5C4.5 4.77614 4.72386 5 5 5H10C10.2761 5 10.5 4.77614 10.5 4.5C10.5 4.22386 10.2761 4 10 4H5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Hs=["color"],Bs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Hs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.84998 7.49998C1.84998 4.66458 4.05979 1.84998 7.49998 1.84998C10.2783 1.84998 11.6515 3.9064 12.2367 5H10.5C10.2239 5 10 5.22386 10 5.5C10 5.77614 10.2239 6 10.5 6H13.5C13.7761 6 14 5.77614 14 5.5V2.5C14 2.22386 13.7761 2 13.5 2C13.2239 2 13 2.22386 13 2.5V4.31318C12.2955 3.07126 10.6659 0.849976 7.49998 0.849976C3.43716 0.849976 0.849976 4.18537 0.849976 7.49998C0.849976 10.8146 3.43716 14.15 7.49998 14.15C9.44382 14.15 11.0622 13.3808 12.2145 12.2084C12.8315 11.5806 13.3133 10.839 13.6418 10.0407C13.7469 9.78536 13.6251 9.49315 13.3698 9.38806C13.1144 9.28296 12.8222 9.40478 12.7171 9.66014C12.4363 10.3425 12.0251 10.9745 11.5013 11.5074C10.5295 12.4963 9.16504 13.15 7.49998 13.15C4.05979 13.15 1.84998 10.3354 1.84998 7.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vs=["color"],$s=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.85355 2.14645C5.04882 2.34171 5.04882 2.65829 4.85355 2.85355L3.70711 4H9C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13H5C4.72386 13 4.5 12.7761 4.5 12.5C4.5 12.2239 4.72386 12 5 12H9C10.933 12 12.5 10.433 12.5 8.5C12.5 6.567 10.933 5 9 5H3.70711L4.85355 6.14645C5.04882 6.34171 5.04882 6.65829 4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355L2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.14645 2.14645C4.34171 1.95118 4.65829 1.95118 4.85355 2.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zs=["color"],zs=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.04995 2.74995C3.04995 2.44619 2.80371 2.19995 2.49995 2.19995C2.19619 2.19995 1.94995 2.44619 1.94995 2.74995V12.25C1.94995 12.5537 2.19619 12.8 2.49995 12.8C2.80371 12.8 3.04995 12.5537 3.04995 12.25V2.74995ZM5.73333 2.30776C5.57835 2.22596 5.39185 2.23127 5.24177 2.32176C5.0917 2.41225 4.99995 2.57471 4.99995 2.74995V12.25C4.99995 12.4252 5.0917 12.5877 5.24177 12.6781C5.39185 12.7686 5.57835 12.7739 5.73333 12.6921L14.7333 7.94214C14.8973 7.85559 15 7.68539 15 7.49995C15 7.31452 14.8973 7.14431 14.7333 7.05776L5.73333 2.30776ZM5.99995 11.4207V3.5792L13.4287 7.49995L5.99995 11.4207Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ws=["color"],Us=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ws);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.85357 3.85355L7.65355 3.05353C8.2981 2.40901 9.42858 1.96172 10.552 1.80125C11.1056 1.72217 11.6291 1.71725 12.0564 1.78124C12.4987 1.84748 12.7698 1.97696 12.8965 2.10357C13.0231 2.23018 13.1526 2.50125 13.2188 2.94357C13.2828 3.37086 13.2779 3.89439 13.1988 4.44801C13.0383 5.57139 12.591 6.70188 11.9464 7.34645L7.49999 11.7929L6.35354 10.6465C6.15827 10.4512 5.84169 10.4512 5.64643 10.6465C5.45117 10.8417 5.45117 11.1583 5.64643 11.3536L7.14644 12.8536C7.34171 13.0488 7.65829 13.0488 7.85355 12.8536L8.40073 12.3064L9.57124 14.2572C9.65046 14.3893 9.78608 14.4774 9.9389 14.4963C10.0917 14.5151 10.2447 14.4624 10.3535 14.3536L12.3535 12.3536C12.4648 12.2423 12.5172 12.0851 12.495 11.9293L12.0303 8.67679L12.6536 8.05355C13.509 7.19808 14.0117 5.82855 14.1887 4.58943C14.2784 3.9618 14.2891 3.33847 14.2078 2.79546C14.1287 2.26748 13.9519 1.74482 13.6035 1.39645C13.2552 1.04809 12.7325 0.871332 12.2045 0.792264C11.6615 0.710945 11.0382 0.721644 10.4105 0.8113C9.17143 0.988306 7.80189 1.491 6.94644 2.34642L6.32322 2.96968L3.07071 2.50504C2.91492 2.48278 2.75773 2.53517 2.64645 2.64646L0.646451 4.64645C0.537579 4.75533 0.484938 4.90829 0.50375 5.0611C0.522563 5.21391 0.61073 5.34954 0.742757 5.42876L2.69364 6.59928L2.14646 7.14645C2.0527 7.24022 2.00002 7.3674 2.00002 7.50001C2.00002 7.63261 2.0527 7.75979 2.14646 7.85356L3.64647 9.35356C3.84173 9.54883 4.15831 9.54883 4.35357 9.35356C4.54884 9.1583 4.54884 8.84172 4.35357 8.64646L3.20712 7.50001L3.85357 6.85356L6.85357 3.85355ZM10.0993 13.1936L9.12959 11.5775L11.1464 9.56067L11.4697 11.8232L10.0993 13.1936ZM3.42251 5.87041L5.43935 3.85356L3.17678 3.53034L1.80638 4.90074L3.42251 5.87041ZM2.35356 10.3535C2.54882 10.1583 2.54882 9.8417 2.35356 9.64644C2.1583 9.45118 1.84171 9.45118 1.64645 9.64644L0.646451 10.6464C0.451188 10.8417 0.451188 11.1583 0.646451 11.3535C0.841713 11.5488 1.1583 11.5488 1.35356 11.3535L2.35356 10.3535ZM3.85358 11.8536C4.04884 11.6583 4.04885 11.3417 3.85359 11.1465C3.65833 10.9512 3.34175 10.9512 3.14648 11.1465L1.14645 13.1464C0.95119 13.3417 0.951187 13.6583 1.14645 13.8535C1.34171 14.0488 1.65829 14.0488 1.85355 13.8536L3.85358 11.8536ZM5.35356 13.3535C5.54882 13.1583 5.54882 12.8417 5.35356 12.6464C5.1583 12.4512 4.84171 12.4512 4.64645 12.6464L3.64645 13.6464C3.45119 13.8417 3.45119 14.1583 3.64645 14.3535C3.84171 14.5488 4.1583 14.5488 4.35356 14.3535L5.35356 13.3535ZM9.49997 6.74881C10.1897 6.74881 10.7488 6.1897 10.7488 5.5C10.7488 4.8103 10.1897 4.25118 9.49997 4.25118C8.81026 4.25118 8.25115 4.8103 8.25115 5.5C8.25115 6.1897 8.81026 6.74881 9.49997 6.74881Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Gs=["color"],Ys=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Gs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.59664 2.93628C7.76085 3.06401 8.00012 2.94698 8.00012 2.73895V1.99998C9.98143 2 11.1848 2.3637 11.9105 3.08945C12.6363 3.81522 13 5.0186 13 6.99998C13 7.27613 13.2239 7.49998 13.5 7.49998C13.7761 7.49998 14 7.27613 14 6.99998C14 4.9438 13.6325 3.39719 12.6176 2.38234C11.6028 1.36752 10.0562 0.999999 8.00012 0.999984V0.261266C8.00012 0.0532293 7.76085 -0.0637944 7.59664 0.063928L6.00384 1.30277C5.87516 1.40286 5.87516 1.59735 6.00384 1.69744L7.59664 2.93628ZM9.5 5H2.5C2.22386 5 2 5.22386 2 5.5V12.5C2 12.7761 2.22386 13 2.5 13H9.5C9.77614 13 10 12.7761 10 12.5V5.5C10 5.22386 9.77614 5 9.5 5ZM2.5 4C1.67157 4 1 4.67157 1 5.5V12.5C1 13.3284 1.67157 14 2.5 14H9.5C10.3284 14 11 13.3284 11 12.5V5.5C11 4.67157 10.3284 4 9.5 4H2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qs=["color"],Ks=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.81832 0.68179C7.64258 0.506054 7.35766 0.506054 7.18192 0.68179L5.18192 2.68179C5.00619 2.85753 5.00619 3.14245 5.18192 3.31819C5.35766 3.49392 5.64258 3.49392 5.81832 3.31819L7.05012 2.08638L7.05012 5.50023C7.05012 5.74876 7.25159 5.95023 7.50012 5.95023C7.74865 5.95023 7.95012 5.74876 7.95012 5.50023L7.95012 2.08638L9.18192 3.31819C9.35766 3.49392 9.64258 3.49392 9.81832 3.31819C9.99406 3.14245 9.99406 2.85753 9.81832 2.68179L7.81832 0.68179ZM7.95012 12.9136V9.50023C7.95012 9.2517 7.74865 9.05023 7.50012 9.05023C7.25159 9.05023 7.05012 9.2517 7.05012 9.50023V12.9136L5.81832 11.6818C5.64258 11.5061 5.35766 11.5061 5.18192 11.6818C5.00619 11.8575 5.00619 12.1424 5.18192 12.3182L7.18192 14.3182C7.26632 14.4026 7.38077 14.45 7.50012 14.45C7.61947 14.45 7.73393 14.4026 7.81832 14.3182L9.81832 12.3182C9.99406 12.1424 9.99406 11.8575 9.81832 11.6818C9.64258 11.5061 9.35766 11.5061 9.18192 11.6818L7.95012 12.9136ZM1.49994 7.00017C1.2238 7.00017 0.999939 7.22403 0.999939 7.50017C0.999939 7.77631 1.2238 8.00017 1.49994 8.00017L13.4999 8.00017C13.7761 8.00017 13.9999 7.77631 13.9999 7.50017C13.9999 7.22403 13.7761 7.00017 13.4999 7.00017L1.49994 7.00017Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xs=["color"],Js=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14 12.85L1 12.85L1 14.15L14 14.15L14 12.85ZM14 8.85002L1 8.85002L1 10.15L14 10.15L14 8.85002ZM1 4.85003L14 4.85003L14 6.15003L1 6.15002L1 4.85003ZM14 0.850025L1 0.850025L1 2.15002L14 2.15002L14 0.850025Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qs=["color"],ec=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qs);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.5 4C0.223858 4 0 4.22386 0 4.5V10.5C0 10.7761 0.223858 11 0.5 11H14.5C14.7761 11 15 10.7761 15 10.5V4.5C15 4.22386 14.7761 4 14.5 4H0.5ZM1 10V5H2.075V7.5C2.075 7.73472 2.26528 7.925 2.5 7.925C2.73472 7.925 2.925 7.73472 2.925 7.5V5H4.075V6.5C4.075 6.73472 4.26528 6.925 4.5 6.925C4.73472 6.925 4.925 6.73472 4.925 6.5V5H6.075V6.5C6.075 6.73472 6.26528 6.925 6.5 6.925C6.73472 6.925 6.925 6.73472 6.925 6.5V5H8.075V7.5C8.075 7.73472 8.26528 7.925 8.5 7.925C8.73472 7.925 8.925 7.73472 8.925 7.5V5H10.075V6.5C10.075 6.73472 10.2653 6.925 10.5 6.925C10.7347 6.925 10.925 6.73472 10.925 6.5V5H12.075V6.5C12.075 6.73472 12.2653 6.925 12.5 6.925C12.7347 6.925 12.925 6.73472 12.925 6.5V5H14V10H1Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),tc=["color"],nc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,tc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.5 0C0.223858 0 0 0.223858 0 0.5V14.5C0 14.7761 0.223858 15 0.5 15H4.5C4.77614 15 5 14.7761 5 14.5V5H14.5C14.7761 5 15 4.77614 15 4.5V0.5C15 0.223858 14.7761 0 14.5 0H0.5ZM1 4.07505L1 1H4.07502C4.07502 1 4.07502 1 4.07502 1L4.07505 4.07507L1 4.07505ZM0.999997 4.92505L1 14H4V12.925H2.75002C2.5153 12.925 2.32502 12.7348 2.32502 12.5C2.32502 12.2653 2.5153 12.075 2.75002 12.075H4V10.925H2.25002C2.0153 10.925 1.82502 10.7347 1.82502 10.5C1.82502 10.2653 2.0153 10.075 2.25002 10.075H4V8.92504L2.75002 8.92502C2.5153 8.92502 2.32502 8.73474 2.32502 8.50002C2.32503 8.26529 2.51531 8.07502 2.75003 8.07502L4 8.07504V6.92502L2.74999 6.925C2.51527 6.925 2.325 6.73472 2.325 6.5C2.325 6.26528 2.51529 6.075 2.75001 6.075L4 6.07502V4.92507L0.999997 4.92505ZM4.92505 4H6.075V2.75006C6.075 2.51534 6.26528 2.32506 6.5 2.32506C6.73472 2.32506 6.925 2.51534 6.925 2.75006V4H8.07502V2.75005C8.07502 2.51533 8.2653 2.32505 8.50002 2.32505C8.73474 2.32505 8.92502 2.51533 8.92502 2.75005V4H10.0751V2.25005C10.0751 2.01533 10.2653 1.82505 10.5001 1.82505C10.7348 1.82505 10.9251 2.01533 10.9251 2.25005V4H12.0751V2.75005C12.0751 2.51533 12.2654 2.32505 12.5001 2.32505C12.7348 2.32505 12.9251 2.51533 12.9251 2.75005V4H14V1H4.92502L4.92505 4Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),rc=["color"],ic=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,rc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.949988 4.48455C0.949988 5.34059 1.64395 6.03455 2.49999 6.03455C3.35603 6.03455 4.04999 5.34059 4.04999 4.48455C4.04999 3.6285 3.35603 2.93455 2.49999 2.93455C1.64395 2.93455 0.949988 3.6285 0.949988 4.48455ZM2.49999 6.93455C1.14689 6.93455 0.0499878 5.83764 0.0499878 4.48455C0.0499878 3.13145 1.14689 2.03455 2.49999 2.03455C3.85309 2.03455 4.94999 3.13145 4.94999 4.48455C4.94999 4.80813 4.88726 5.11707 4.77329 5.39985L5.73655 6.04413C5.72943 6.06656 5.72269 6.08914 5.71635 6.11188L5.56288 6.66186L5.21005 6.89773L4.21554 6.23366C3.77357 6.6672 3.168 6.93455 2.49999 6.93455ZM0.949991 10.5C0.949991 9.64394 1.64395 8.94998 2.49999 8.94998C3.35603 8.94998 4.04999 9.64394 4.04999 10.5C4.04999 11.356 3.35603 12.05 2.49999 12.05C1.64395 12.05 0.949991 11.356 0.949991 10.5ZM2.49999 8.04998C1.14689 8.04998 0.0499908 9.14688 0.0499908 10.5C0.0499908 11.8531 1.14689 12.95 2.49999 12.95C3.85309 12.95 4.94999 11.8531 4.94999 10.5C4.94999 10.1803 4.88877 9.87497 4.77743 9.595L15 2.75737L14.0486 2.85737C12.7077 2.9983 11.4091 3.40895 10.231 4.06461L7.15646 5.77564C6.92307 5.90553 6.75134 6.12339 6.67955 6.38066L6.42653 7.28737L4.22437 8.75957C3.78166 8.32091 3.17246 8.04998 2.49999 8.04998ZM7.14435 9.2149L7.15646 9.22176L10.231 10.9328C11.4091 11.5884 12.7077 11.9991 14.0486 12.14L15 12.24L8.81072 8.1003L7.14435 9.2149Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),oc=["color"],ac=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,oc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 1.5C2 1.77614 1.77614 2 1.5 2C1.22386 2 1 1.77614 1 1.5C1 1.22386 1.22386 1 1.5 1C1.77614 1 2 1.22386 2 1.5ZM2 5L2 10H13V5H2ZM2 4C1.44772 4 1 4.44772 1 5V10C1 10.5523 1.44772 11 2 11H13C13.5523 11 14 10.5523 14 10V5C14 4.44772 13.5523 4 13 4H2ZM1.5 14C1.77614 14 2 13.7761 2 13.5C2 13.2239 1.77614 13 1.5 13C1.22386 13 1 13.2239 1 13.5C1 13.7761 1.22386 14 1.5 14ZM4 1.5C4 1.77614 3.77614 2 3.5 2C3.22386 2 3 1.77614 3 1.5C3 1.22386 3.22386 1 3.5 1C3.77614 1 4 1.22386 4 1.5ZM3.5 14C3.77614 14 4 13.7761 4 13.5C4 13.2239 3.77614 13 3.5 13C3.22386 13 3 13.2239 3 13.5C3 13.7761 3.22386 14 3.5 14ZM6 1.5C6 1.77614 5.77614 2 5.5 2C5.22386 2 5 1.77614 5 1.5C5 1.22386 5.22386 1 5.5 1C5.77614 1 6 1.22386 6 1.5ZM5.5 14C5.77614 14 6 13.7761 6 13.5C6 13.2239 5.77614 13 5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14ZM8 1.5C8 1.77614 7.77614 2 7.5 2C7.22386 2 7 1.77614 7 1.5C7 1.22386 7.22386 1 7.5 1C7.77614 1 8 1.22386 8 1.5ZM7.5 14C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13C7.22386 13 7 13.2239 7 13.5C7 13.7761 7.22386 14 7.5 14ZM10 1.5C10 1.77614 9.77614 2 9.5 2C9.22386 2 9 1.77614 9 1.5C9 1.22386 9.22386 1 9.5 1C9.77614 1 10 1.22386 10 1.5ZM9.5 14C9.77614 14 10 13.7761 10 13.5C10 13.2239 9.77614 13 9.5 13C9.22386 13 9 13.2239 9 13.5C9 13.7761 9.22386 14 9.5 14ZM12 1.5C12 1.77614 11.7761 2 11.5 2C11.2239 2 11 1.77614 11 1.5C11 1.22386 11.2239 1 11.5 1C11.7761 1 12 1.22386 12 1.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14ZM14 1.5C14 1.77614 13.7761 2 13.5 2C13.2239 2 13 1.77614 13 1.5C13 1.22386 13.2239 1 13.5 1C13.7761 1 14 1.22386 14 1.5ZM13.5 14C13.7761 14 14 13.7761 14 13.5C14 13.2239 13.7761 13 13.5 13C13.2239 13 13 13.2239 13 13.5C13 13.7761 13.2239 14 13.5 14Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),sc=["color"],cc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,sc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6 3.5C6 2.67157 6.67157 2 7.5 2C8.32843 2 9 2.67157 9 3.5C9 4.32843 8.32843 5 7.5 5C6.67157 5 6 4.32843 6 3.5ZM8 5.94999C9.14112 5.71836 10 4.70948 10 3.5C10 2.11929 8.88071 1 7.5 1C6.11929 1 5 2.11929 5 3.5C5 4.70948 5.85888 5.71836 7 5.94999V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V5.94999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),lc=["color"],uc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,lc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10 3.5C10 4.70948 9.14112 5.71836 8 5.94999V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V5.94999C5.85888 5.71836 5 4.70948 5 3.5C5 2.11929 6.11929 1 7.5 1C8.88071 1 10 2.11929 10 3.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),dc=["color"],fc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,dc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{opacity:".05",d:"M6.78296 13.376C8.73904 9.95284 8.73904 5.04719 6.78296 1.62405L7.21708 1.37598C9.261 4.95283 9.261 10.0472 7.21708 13.624L6.78296 13.376Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".1",d:"M7.28204 13.4775C9.23929 9.99523 9.23929 5.00475 7.28204 1.52248L7.71791 1.2775C9.76067 4.9119 9.76067 10.0881 7.71791 13.7225L7.28204 13.4775Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".15",d:"M7.82098 13.5064C9.72502 9.99523 9.72636 5.01411 7.82492 1.50084L8.26465 1.26285C10.2465 4.92466 10.2451 10.085 8.26052 13.7448L7.82098 13.5064Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".2",d:"M8.41284 13.429C10.1952 9.92842 10.1957 5.07537 8.41435 1.57402L8.85999 1.34729C10.7139 4.99113 10.7133 10.0128 8.85841 13.6559L8.41284 13.429Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".25",d:"M9.02441 13.2956C10.6567 9.8379 10.6586 5.17715 9.03005 1.71656L9.48245 1.50366C11.1745 5.09919 11.1726 9.91629 9.47657 13.5091L9.02441 13.2956Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".3",d:"M9.66809 13.0655C11.1097 9.69572 11.1107 5.3121 9.67088 1.94095L10.1307 1.74457C11.6241 5.24121 11.6231 9.76683 10.1278 13.2622L9.66809 13.0655Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".35",d:"M10.331 12.7456C11.5551 9.52073 11.5564 5.49103 10.3347 2.26444L10.8024 2.0874C12.0672 5.42815 12.0659 9.58394 10.7985 12.9231L10.331 12.7456Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".4",d:"M11.0155 12.2986C11.9938 9.29744 11.9948 5.71296 11.0184 2.71067L11.4939 2.55603C12.503 5.6589 12.502 9.35178 11.4909 12.4535L11.0155 12.2986Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".45",d:"M11.7214 11.668C12.4254 9.01303 12.4262 5.99691 11.7237 3.34116L12.2071 3.21329C12.9318 5.95292 12.931 9.05728 12.2047 11.7961L11.7214 11.668Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".5",d:"M12.4432 10.752C12.8524 8.63762 12.8523 6.36089 12.4429 4.2466L12.9338 4.15155C13.3553 6.32861 13.3554 8.66985 12.9341 10.847L12.4432 10.752Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),hc=["color"],pc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,hc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{opacity:".05",d:"M12.1619 3.85182C8.35817 4.88918 4.88936 8.358 3.85199 12.1617L3.3696 12.0301C4.45356 8.05564 8.05581 4.45339 12.0303 3.36943L12.1619 3.85182Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".1",d:"M11.8807 3.42707C8.03441 4.50542 4.50561 8.03422 3.42726 11.8805L2.94582 11.7456C4.07129 7.73121 7.7314 4.0711 11.7458 2.94563L11.8807 3.42707Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".15",d:"M11.5201 3.02556C7.69092 4.16199 4.16779 7.68323 3.02805 11.512L2.54883 11.3694C3.73676 7.37869 7.38659 3.73076 11.3778 2.54623L11.5201 3.02556Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".2",d:"M11.0468 2.66169C7.31117 3.87664 3.87918 7.3079 2.66298 11.0434L2.18754 10.8886C3.45324 7.00109 7.00445 3.45062 10.8921 2.18621L11.0468 2.66169Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".25",d:"M10.5201 2.32365C6.92091 3.61447 3.62391 6.90876 2.32845 10.5073L1.858 10.338C3.20398 6.59909 6.61155 3.19424 10.3513 1.85301L10.5201 2.32365Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".3",d:"M9.90222 2.03122C6.50003 3.39465 3.39968 6.49367 2.03399 9.89551L1.56998 9.70924C2.98651 6.18076 6.18728 2.98133 9.71622 1.5671L9.90222 2.03122Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".35",d:"M9.20727 1.78873C6.06136 3.20349 3.21103 6.05203 1.79331 9.19738L1.33747 8.99192C2.80536 5.73528 5.74485 2.7976 9.0022 1.33272L9.20727 1.78873Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".4",d:"M8.40713 1.62085C5.59323 3.05117 3.05794 5.58509 1.62544 8.39847L1.17987 8.1716C2.66036 5.26397 5.27232 2.6534 8.18057 1.17513L8.40713 1.62085Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".45",d:"M7.46207 1.56747C5.08689 2.94695 2.95362 5.07912 1.57249 7.45379L1.14028 7.20241C2.56503 4.75273 4.7607 2.55818 7.21096 1.1351L7.46207 1.56747Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".5",d:"M6.30407 1.70487C4.51964 2.91063 2.90983 4.52061 1.7043 6.30513L1.28998 6.02524C2.5313 4.18773 4.18673 2.53214 6.02413 1.29059L6.30407 1.70487Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),mc=["color"],gc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,mc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{opacity:".05",d:"M6.78296 13.376C8.73904 9.95284 8.73904 5.04719 6.78296 1.62405L7.21708 1.37598C9.261 4.95283 9.261 10.0472 7.21708 13.624L6.78296 13.376Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".1",d:"M7.28204 13.4775C9.23929 9.99523 9.23929 5.00475 7.28204 1.52248L7.71791 1.2775C9.76067 4.9119 9.76067 10.0881 7.71791 13.7225L7.28204 13.4775Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".15",d:"M7.82098 13.5064C9.72502 9.99523 9.72636 5.01411 7.82492 1.50084L8.26465 1.26285C10.2465 4.92466 10.2451 10.085 8.26052 13.7448L7.82098 13.5064Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".2",d:"M8.41284 13.429C10.1952 9.92842 10.1957 5.07537 8.41435 1.57402L8.85999 1.34729C10.7139 4.99113 10.7133 10.0128 8.85841 13.6559L8.41284 13.429Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".25",d:"M9.02441 13.2956C10.6567 9.8379 10.6586 5.17715 9.03005 1.71656L9.48245 1.50366C11.1745 5.09919 11.1726 9.91629 9.47657 13.5091L9.02441 13.2956Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".3",d:"M9.66809 13.0655C11.1097 9.69572 11.1107 5.3121 9.67088 1.94095L10.1307 1.74457C11.6241 5.24121 11.6231 9.76683 10.1278 13.2622L9.66809 13.0655Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".35",d:"M10.331 12.7456C11.5551 9.52073 11.5564 5.49103 10.3347 2.26444L10.8024 2.0874C12.0672 5.42815 12.0659 9.58394 10.7985 12.9231L10.331 12.7456Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".4",d:"M11.0155 12.2986C11.9938 9.29744 11.9948 5.71296 11.0184 2.71067L11.4939 2.55603C12.503 5.6589 12.502 9.35178 11.4909 12.4535L11.0155 12.2986Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".45",d:"M11.7214 11.668C12.4254 9.01303 12.4262 5.99691 11.7237 3.34116L12.2071 3.21329C12.9318 5.95292 12.931 9.05728 12.2047 11.7961L11.7214 11.668Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".5",d:"M12.4432 10.752C12.8524 8.63762 12.8523 6.36089 12.4429 4.2466L12.9338 4.15155C13.3553 6.32861 13.3554 8.66985 12.9341 10.847L12.4432 10.752Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 9.1488 1.47969 10.657 2.4767 11.8162L1.64647 12.6464C1.45121 12.8417 1.45121 13.1583 1.64647 13.3535C1.84173 13.5488 2.15832 13.5488 2.35358 13.3535L3.18383 12.5233C4.34302 13.5202 5.8511 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 5.85107 13.5202 4.34298 12.5233 3.1838L13.3536 2.35355C13.5488 2.15829 13.5488 1.8417 13.3536 1.64644C13.1583 1.45118 12.8417 1.45118 12.6465 1.64644L11.8162 2.47667C10.657 1.47966 9.14883 0.877045 7.49991 0.877045ZM11.1423 3.15065C10.1568 2.32449 8.88644 1.82704 7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 8.88641 2.32452 10.1568 3.15069 11.1422L11.1423 3.15065ZM3.85781 11.8493C4.84322 12.6753 6.11348 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 6.11345 12.6754 4.84319 11.8493 3.85778L3.85781 11.8493Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),vc=["color"],yc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{opacity:".05",d:"M12.1398 3.88617C13.8553 4.94159 15 6.83701 15 9.00001C15 12.3137 12.3137 15 9.00002 15C6.84351 15 4.95296 13.8621 3.89569 12.1552L4.32076 11.8919C5.29069 13.4578 7.02376 14.5 9.00002 14.5C12.0376 14.5 14.5 12.0375 14.5 9.00001C14.5 7.01781 13.4516 5.28027 11.8778 4.31203L12.1398 3.88617Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".2",d:"M12.851 5.07321C13.8684 6.07106 14.5 7.46199 14.5 9C14.5 12.0375 12.0376 14.5 9.00004 14.5C7.46215 14.5 6.07132 13.8685 5.07349 12.8513L5.43043 12.5011C6.3381 13.4264 7.60186 14 9.00004 14C11.7614 14 14 11.7614 14 9C14 7.60171 13.4264 6.33786 12.5009 5.43017L12.851 5.07321Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".35",d:"M13.3022 6.45071C13.7455 7.19737 14 8.06935 14 9.00001C14 11.7614 11.7614 14 9.00002 14C8.04868 14 7.15868 13.7341 6.40118 13.2724L6.66142 12.8454C7.34275 13.2607 8.14306 13.5 9.00002 13.5C11.4853 13.5 13.5 11.4853 13.5 9.00001C13.5 8.16165 13.271 7.37754 12.8722 6.70599L13.3022 6.45071Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".5",d:"M13.3745 7.94022C13.4566 8.28031 13.5 8.63525 13.5 9.00001C13.5 11.4853 11.4853 13.5 9.00003 13.5C8.61104 13.5 8.23323 13.4506 7.87268 13.3576L7.99759 12.8734C8.31768 12.956 8.65353 13 9.00003 13C11.2091 13 13 11.2091 13 9.00001C13 8.67509 12.9613 8.35953 12.8884 8.05757L13.3745 7.94022Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{opacity:".65",d:"M12.9155 9.82133C12.5898 11.3813 11.3562 12.6072 9.79205 12.9215L9.69354 12.4313C11.0613 12.1565 12.1413 11.0834 12.4261 9.71915L12.9155 9.82133Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),(0,r.createElement)("path",{d:"M1.2771 7.50253C1.2771 4.06456 4.06413 1.27753 7.5021 1.27753C10.94 1.27753 13.7271 4.06456 13.7271 7.50253C13.7271 10.9405 10.94 13.7275 7.5021 13.7275C4.06413 13.7275 1.2771 10.9405 1.2771 7.50253ZM7.5021 2.22753C4.5888 2.22753 2.2271 4.58923 2.2271 7.50253C2.2271 10.4158 4.5888 12.7775 7.5021 12.7775C10.4154 12.7775 12.7771 10.4158 12.7771 7.50253C12.7771 4.58923 10.4154 2.22753 7.5021 2.22753Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Cc=["color"],bc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Cc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 7.50003C5 8.32845 4.32843 9.00003 3.5 9.00003C2.67157 9.00003 2 8.32845 2 7.50003C2 6.6716 2.67157 6.00003 3.5 6.00003C4.32843 6.00003 5 6.6716 5 7.50003ZM5.71313 8.66388C5.29445 9.45838 4.46048 10 3.5 10C2.11929 10 1 8.88074 1 7.50003C1 6.11931 2.11929 5.00003 3.5 5.00003C4.46048 5.00003 5.29445 5.54167 5.71313 6.33616L9.10424 4.21671C9.03643 3.98968 9 3.74911 9 3.50003C9 2.11932 10.1193 1.00003 11.5 1.00003C12.8807 1.00003 14 2.11932 14 3.50003C14 4.88074 12.8807 6.00003 11.5 6.00003C10.6915 6.00003 9.97264 5.61624 9.51566 5.0209L5.9853 7.22738C5.99502 7.31692 6 7.40789 6 7.50003C6 7.59216 5.99502 7.68312 5.9853 7.77267L9.51567 9.97915C9.97265 9.38382 10.6915 9.00003 11.5 9.00003C12.8807 9.00003 14 10.1193 14 11.5C14 12.8807 12.8807 14 11.5 14C10.1193 14 9 12.8807 9 11.5C9 11.2509 9.03643 11.0104 9.10425 10.7833L5.71313 8.66388ZM11.5 5.00003C12.3284 5.00003 13 4.32846 13 3.50003C13 2.6716 12.3284 2.00003 11.5 2.00003C10.6716 2.00003 10 2.6716 10 3.50003C10 4.32846 10.6716 5.00003 11.5 5.00003ZM13 11.5C13 12.3285 12.3284 13 11.5 13C10.6716 13 10 12.3285 10 11.5C10 10.6716 10.6716 10 11.5 10C12.3284 10 13 10.6716 13 11.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wc=["color"],_c=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.5 5.00006C3.22386 5.00006 3 5.22392 3 5.50006L3 11.5001C3 11.7762 3.22386 12.0001 3.5 12.0001L11.5 12.0001C11.7761 12.0001 12 11.7762 12 11.5001L12 5.50006C12 5.22392 11.7761 5.00006 11.5 5.00006L10.25 5.00006C9.97386 5.00006 9.75 4.7762 9.75 4.50006C9.75 4.22392 9.97386 4.00006 10.25 4.00006L11.5 4.00006C12.3284 4.00006 13 4.67163 13 5.50006L13 11.5001C13 12.3285 12.3284 13.0001 11.5 13.0001L3.5 13.0001C2.67157 13.0001 2 12.3285 2 11.5001L2 5.50006C2 4.67163 2.67157 4.00006 3.5 4.00006L4.75 4.00006C5.02614 4.00006 5.25 4.22392 5.25 4.50006C5.25 4.7762 5.02614 5.00006 4.75 5.00006L3.5 5.00006ZM7 1.6364L5.5682 3.0682C5.39246 3.24393 5.10754 3.24393 4.9318 3.0682C4.75607 2.89246 4.75607 2.60754 4.9318 2.4318L7.1818 0.181802C7.26619 0.09741 7.38065 0.049999 7.5 0.049999C7.61935 0.049999 7.73381 0.09741 7.8182 0.181802L10.0682 2.4318C10.2439 2.60754 10.2439 2.89246 10.0682 3.0682C9.89246 3.24393 9.60754 3.24393 9.4318 3.0682L8 1.6364L8 8.5C8 8.77614 7.77614 9 7.5 9C7.22386 9 7 8.77614 7 8.5L7 1.6364Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xc=["color"],Oc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M12.3536 1.14645C12.1583 0.951184 11.8417 0.951184 11.6464 1.14645C11.4512 1.34171 11.4512 1.65829 11.6464 1.85355L12.7929 3H12C10.7037 3 9.71111 3.58423 8.87248 4.38931C8.20065 5.03427 7.59349 5.85684 6.99461 6.6682C6.86287 6.84668 6.73154 7.02462 6.6 7.2C5.10874 9.18835 3.49037 11 0.5 11C0.223858 11 0 11.2239 0 11.5C0 11.7761 0.223858 12 0.5 12C4.00963 12 5.89126 9.81165 7.4 7.8C7.54367 7.60845 7.6832 7.41962 7.81996 7.23454L7.82005 7.23443L7.82006 7.23441C8.41674 6.42695 8.96069 5.69085 9.56502 5.11069C10.2889 4.41577 11.0463 4 12 4H12.7929L11.6464 5.14645C11.4512 5.34171 11.4512 5.65829 11.6464 5.85355C11.8417 6.04882 12.1583 6.04882 12.3536 5.85355L14.3536 3.85355C14.5488 3.65829 14.5488 3.34171 14.3536 3.14645L12.3536 1.14645ZM0.5 3C3.35278 3 5.12992 4.44588 6.50548 6.06746L6.3762 6.24266C6.2483 6.4161 6.12293 6.58609 6 6.75C5.96397 6.79804 5.92798 6.84581 5.892 6.89331C4.57348 5.29306 3.02637 4 0.5 4C0.223858 4 0 3.77614 0 3.5C0 3.22386 0.223858 3 0.5 3ZM8.87248 10.6107C8.37284 10.131 7.90897 9.55314 7.45767 8.95468C7.64688 8.71693 7.82704 8.48061 8 8.25L8.08987 8.12987C8.58412 8.79402 9.05288 9.39766 9.56502 9.88931C10.2889 10.5842 11.0463 11 12 11H12.7929L11.6464 9.85355C11.4512 9.65829 11.4512 9.34171 11.6464 9.14645C11.8417 8.95118 12.1583 8.95118 12.3536 9.14645L14.3536 11.1464C14.5488 11.3417 14.5488 11.6583 14.3536 11.8536L12.3536 13.8536C12.1583 14.0488 11.8417 14.0488 11.6464 13.8536C11.4512 13.6583 11.4512 13.3417 11.6464 13.1464L12.7929 12H12C10.7037 12 9.71111 11.4158 8.87248 10.6107Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ec=["color"],Mc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ec);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M11.5 3.04999C11.7485 3.04999 11.95 3.25146 11.95 3.49999V7.49999C11.95 7.74852 11.7485 7.94999 11.5 7.94999C11.2515 7.94999 11.05 7.74852 11.05 7.49999V4.58639L4.58638 11.05H7.49999C7.74852 11.05 7.94999 11.2515 7.94999 11.5C7.94999 11.7485 7.74852 11.95 7.49999 11.95L3.49999 11.95C3.38064 11.95 3.26618 11.9026 3.18179 11.8182C3.0974 11.7338 3.04999 11.6193 3.04999 11.5L3.04999 7.49999C3.04999 7.25146 3.25146 7.04999 3.49999 7.04999C3.74852 7.04999 3.94999 7.25146 3.94999 7.49999L3.94999 10.4136L10.4136 3.94999L7.49999 3.94999C7.25146 3.94999 7.04999 3.74852 7.04999 3.49999C7.04999 3.25146 7.25146 3.04999 7.49999 3.04999L11.5 3.04999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),jc=["color"],Sc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,jc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.53731 0.826873C7.5125 0.824392 7.4875 0.824392 7.46269 0.826873L3.96269 1.17687C3.85672 1.18747 3.76025 1.24262 3.69736 1.32857L0.699771 5.42528C0.654046 5.48627 0.62647 5.56165 0.625057 5.6434C0.625019 5.6456 0.625 5.64781 0.625 5.65001C0.625 5.65052 0.625001 5.65103 0.625003 5.65153C0.625363 5.74237 0.658021 5.82559 0.712087 5.8903L7.21042 13.7883C7.28165 13.8749 7.38789 13.925 7.5 13.925C7.61211 13.925 7.71835 13.8749 7.78958 13.7883L14.2879 5.89031C14.342 5.8256 14.3746 5.74237 14.375 5.65153C14.375 5.65103 14.375 5.65052 14.375 5.65001C14.375 5.64849 14.375 5.64697 14.375 5.64545C14.3749 5.63963 14.3747 5.63382 14.3744 5.62801C14.37 5.55219 14.3431 5.48242 14.3002 5.42527L11.3026 1.32857C11.2397 1.24262 11.1433 1.18747 11.0373 1.17687L7.53731 0.826873ZM10.925 5.27501V5.25236L10.9223 5.27501H10.925ZM10.9342 5.17498H13.1877L11.2495 2.5261L10.9342 5.17498ZM10.5707 1.88395L8.04432 1.63131L10.1747 5.21034L10.5707 1.88395ZM6.95568 1.63131L4.42931 1.88395L4.82531 5.21034L6.95568 1.63131ZM3.75046 2.5261L1.81226 5.17498H4.0658L3.75046 2.5261ZM1.79416 6.02501L6.75861 12.0587L4.22371 6.0669C4.21787 6.0531 4.21314 6.0391 4.20949 6.02501H1.79416ZM5.15055 6.02501L7.49999 12.1085L9.84943 6.02501H9.78681H5.21319H5.15055ZM10.7905 6.02501C10.7869 6.0391 10.7821 6.0531 10.7763 6.0669L8.24139 12.0587L13.2058 6.02501H10.7905ZM7.5 2.18317L9.34038 5.27501H5.65962L7.5 2.18317Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pc=["color"],Ac=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.10876 14L9.46582 1H10.8178L5.46074 14H4.10876Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),kc=["color"],Tc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,kc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10.3004 7.49991C10.3004 8.4943 9.49426 9.30041 8.49988 9.30041C7.50549 9.30041 6.69938 8.4943 6.69938 7.49991C6.69938 6.50553 7.50549 5.69942 8.49988 5.69942C9.49426 5.69942 10.3004 6.50553 10.3004 7.49991ZM11.205 8C10.9699 9.28029 9.84816 10.2504 8.49988 10.2504C7.1516 10.2504 6.0299 9.28029 5.79473 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H5.7947C6.0298 5.71962 7.15154 4.74942 8.49988 4.74942C9.84822 4.74942 10.97 5.71962 11.2051 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H11.205Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Dc=["color"],Ic=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Dc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14.4999 0.999994C14.2237 0.999994 13.9999 1.22385 13.9999 1.49999L13.9999 5.99995L9.99992 5.99995C9.44764 5.99995 8.99993 6.44766 8.99993 6.99994L8.99993 7.99994C8.99993 8.55222 9.44764 8.99993 9.99992 8.99993L13.9999 8.99993L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999994 14.4999 0.999994ZM4.99996 5.99995L0.999992 5.99995L0.999992 1.49999C0.999992 1.22385 0.776136 0.999994 0.499996 0.999994C0.223856 0.999994 -9.7852e-09 1.22385 -2.18557e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 8.99993L4.99996 8.99993C5.55224 8.99993 5.99995 8.55222 5.99995 7.99993L5.99995 6.99994C5.99995 6.44766 5.55224 5.99995 4.99996 5.99995Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Lc=["color"],Rc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Lc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1L9 1V5C9 5.55228 8.55228 6 8 6H7C6.44772 6 6 5.55228 6 5V1H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM7 9C6.44772 9 6 9.44771 6 10V14H1.49988C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H9V10C9 9.44772 8.55228 9 8 9H7Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fc=["color"],Nc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14.4999 0.999992C14.2237 0.999992 13.9999 1.22385 13.9999 1.49999L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999992 14.4999 0.999992ZM0.499996 0.999992C0.223856 0.999992 -9.78509e-09 1.22385 -2.18556e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 1.49999C0.999992 1.22385 0.776136 0.999992 0.499996 0.999992ZM1.99998 6.99994C1.99998 6.44766 2.44769 5.99995 2.99998 5.99995L5.99995 5.99995C6.55223 5.99995 6.99994 6.44766 6.99994 6.99994L6.99994 7.99993C6.99994 8.55221 6.55223 8.99992 5.99995 8.99992L2.99998 8.99992C2.4477 8.99992 1.99998 8.55221 1.99998 7.99993L1.99998 6.99994ZM8.99993 5.99995C8.44765 5.99995 7.99993 6.44766 7.99993 6.99994L7.99993 7.99993C7.99993 8.55221 8.44765 8.99992 8.99993 8.99992L11.9999 8.99992C12.5522 8.99992 12.9999 8.55221 12.9999 7.99993L12.9999 6.99994C12.9999 6.44766 12.5522 5.99995 11.9999 5.99995L8.99993 5.99995Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Hc=["color"],Bc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Hc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM7 2C6.44772 2 6 2.44772 6 3V6C6 6.55228 6.44772 7 7 7H8C8.55228 7 9 6.55228 9 6V3C9 2.44772 8.55228 2 8 2H7ZM7 8C6.44772 8 6 8.44771 6 9V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V9C9 8.44772 8.55228 8 8 8H7ZM1.49988 14C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H1.49988Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vc=["color"],$c=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.46968 1.05085C7.64122 1.13475 7.75 1.30904 7.75 1.5V13.5C7.75 13.691 7.64122 13.8653 7.46968 13.9492C7.29813 14.0331 7.09377 14.0119 6.94303 13.8947L3.2213 11H1.5C0.671571 11 0 10.3284 0 9.5V5.5C0 4.67158 0.671573 4 1.5 4H3.2213L6.94303 1.10533C7.09377 0.988085 7.29813 0.966945 7.46968 1.05085ZM6.75 2.52232L3.69983 4.89468C3.61206 4.96294 3.50405 5 3.39286 5H1.5C1.22386 5 1 5.22386 1 5.5V9.5C1 9.77615 1.22386 10 1.5 10H3.39286C3.50405 10 3.61206 10.0371 3.69983 10.1053L6.75 12.4777V2.52232ZM10.2784 3.84804C10.4623 3.72567 10.7106 3.77557 10.833 3.95949C12.2558 6.09798 12.2558 8.90199 10.833 11.0405C10.7106 11.2244 10.4623 11.2743 10.2784 11.1519C10.0944 11.0296 10.0445 10.7813 10.1669 10.5973C11.4111 8.72728 11.4111 6.27269 10.1669 4.40264C10.0445 4.21871 10.0944 3.97041 10.2784 3.84804ZM12.6785 1.43044C12.5356 1.2619 12.2832 1.24104 12.1147 1.38386C11.9462 1.52667 11.9253 1.77908 12.0681 1.94762C14.7773 5.14488 14.7773 9.85513 12.0681 13.0524C11.9253 13.2209 11.9462 13.4733 12.1147 13.6161C12.2832 13.759 12.5356 13.7381 12.6785 13.5696C15.6406 10.0739 15.6406 4.92612 12.6785 1.43044Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zc=["color"],zc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8 1.5C8 1.31062 7.893 1.13749 7.72361 1.05279C7.55421 0.968093 7.35151 0.986371 7.2 1.1L3.33333 4H1.5C0.671573 4 0 4.67158 0 5.5V9.5C0 10.3284 0.671573 11 1.5 11H3.33333L7.2 13.9C7.35151 14.0136 7.55421 14.0319 7.72361 13.9472C7.893 13.8625 8 13.6894 8 13.5V1.5ZM3.8 4.9L7 2.5V12.5L3.8 10.1C3.71345 10.0351 3.60819 10 3.5 10H1.5C1.22386 10 1 9.77614 1 9.5V5.5C1 5.22386 1.22386 5 1.5 5H3.5C3.60819 5 3.71345 4.96491 3.8 4.9ZM10.833 3.95949C10.7106 3.77557 10.4623 3.72567 10.2784 3.84804C10.0944 3.97041 10.0445 4.21871 10.1669 4.40264C11.4111 6.27268 11.4111 8.72728 10.1669 10.5973C10.0445 10.7813 10.0944 11.0296 10.2784 11.1519C10.4623 11.2743 10.7106 11.2244 10.833 11.0405C12.2558 8.90199 12.2558 6.09798 10.833 3.95949Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wc=["color"],Uc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.72361 1.05279C7.893 1.13749 8 1.31062 8 1.5V13.5C8 13.6894 7.893 13.8625 7.72361 13.9472C7.55421 14.0319 7.35151 14.0136 7.2 13.9L3.33333 11H1.5C0.671573 11 0 10.3284 0 9.5V5.5C0 4.67158 0.671573 4 1.5 4H3.33333L7.2 1.1C7.35151 0.986371 7.55421 0.968093 7.72361 1.05279ZM7 2.5L3.8 4.9C3.71345 4.96491 3.60819 5 3.5 5H1.5C1.22386 5 1 5.22386 1 5.5V9.5C1 9.77614 1.22386 10 1.5 10H3.5C3.60819 10 3.71345 10.0351 3.8 10.1L7 12.5V2.5ZM14.8536 5.14645C15.0488 5.34171 15.0488 5.65829 14.8536 5.85355L13.2071 7.5L14.8536 9.14645C15.0488 9.34171 15.0488 9.65829 14.8536 9.85355C14.6583 10.0488 14.3417 10.0488 14.1464 9.85355L12.5 8.20711L10.8536 9.85355C10.6583 10.0488 10.3417 10.0488 10.1464 9.85355C9.95118 9.65829 9.95118 9.34171 10.1464 9.14645L11.7929 7.5L10.1464 5.85355C9.95118 5.65829 9.95118 5.34171 10.1464 5.14645C10.3417 4.95118 10.6583 4.95118 10.8536 5.14645L12.5 6.79289L14.1464 5.14645C14.3417 4.95118 14.6583 4.95118 14.8536 5.14645Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Gc=["color"],Yc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Gc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8 1.5C8 1.31062 7.893 1.13749 7.72361 1.05279C7.55421 0.968093 7.35151 0.986371 7.2 1.1L3.33333 4H1.5C0.671573 4 0 4.67158 0 5.5V9.5C0 10.3284 0.671573 11 1.5 11H3.33333L7.2 13.9C7.35151 14.0136 7.55421 14.0319 7.72361 13.9472C7.893 13.8625 8 13.6894 8 13.5V1.5ZM3.8 4.9L7 2.5V12.5L3.8 10.1C3.71345 10.0351 3.60819 10 3.5 10H1.5C1.22386 10 1 9.77614 1 9.5V5.5C1 5.22386 1.22386 5 1.5 5H3.5C3.60819 5 3.71345 4.96491 3.8 4.9ZM10.083 5.05577C9.96066 4.87185 9.71235 4.82195 9.52843 4.94432C9.3445 5.06669 9.2946 5.31499 9.41697 5.49892C10.2207 6.70693 10.2207 8.29303 9.41697 9.50104C9.2946 9.68496 9.3445 9.93326 9.52843 10.0556C9.71235 10.178 9.96066 10.1281 10.083 9.94418C11.0653 8.46773 11.0653 6.53222 10.083 5.05577Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),qc=["color"],Kc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,qc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 1H1.5H13.5H14V1.5V13.5V14H13.5H1.5H1V13.5V1.5V1ZM2 2V13H13V2H2Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xc=["color"],Jc=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.75432 1.81954C7.59742 1.72682 7.4025 1.72682 7.24559 1.81954L1.74559 5.06954C1.59336 5.15949 1.49996 5.32317 1.49996 5.5C1.49996 5.67683 1.59336 5.84051 1.74559 5.93046L7.24559 9.18046C7.4025 9.27318 7.59742 9.27318 7.75432 9.18046L13.2543 5.93046C13.4066 5.84051 13.5 5.67683 13.5 5.5C13.5 5.32317 13.4066 5.15949 13.2543 5.06954L7.75432 1.81954ZM7.49996 8.16923L2.9828 5.5L7.49996 2.83077L12.0171 5.5L7.49996 8.16923ZM2.25432 8.31954C2.01658 8.17906 1.70998 8.2579 1.56949 8.49564C1.42901 8.73337 1.50785 9.03998 1.74559 9.18046L7.24559 12.4305C7.4025 12.5232 7.59742 12.5232 7.75432 12.4305L13.2543 9.18046C13.4921 9.03998 13.5709 8.73337 13.4304 8.49564C13.2899 8.2579 12.9833 8.17906 12.7456 8.31954L7.49996 11.4192L2.25432 8.31954Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Qc=["color"],el=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Qc);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.97942 1.25171L6.9585 1.30199L5.58662 4.60039C5.54342 4.70426 5.44573 4.77523 5.3336 4.78422L1.7727 5.0697L1.71841 5.07405L1.38687 5.10063L1.08608 5.12475C0.820085 5.14607 0.712228 5.47802 0.914889 5.65162L1.14406 5.84793L1.39666 6.06431L1.43802 6.09974L4.15105 8.42374C4.23648 8.49692 4.2738 8.61176 4.24769 8.72118L3.41882 12.196L3.40618 12.249L3.32901 12.5725L3.25899 12.866C3.19708 13.1256 3.47945 13.3308 3.70718 13.1917L3.9647 13.0344L4.24854 12.861L4.29502 12.8326L7.34365 10.9705C7.43965 10.9119 7.5604 10.9119 7.6564 10.9705L10.705 12.8326L10.7515 12.861L11.0354 13.0344L11.2929 13.1917C11.5206 13.3308 11.803 13.1256 11.7411 12.866L11.671 12.5725L11.5939 12.249L11.5812 12.196L10.7524 8.72118C10.7263 8.61176 10.7636 8.49692 10.849 8.42374L13.562 6.09974L13.6034 6.06431L13.856 5.84793L14.0852 5.65162C14.2878 5.47802 14.18 5.14607 13.914 5.12475L13.6132 5.10063L13.2816 5.07405L13.2274 5.0697L9.66645 4.78422C9.55432 4.77523 9.45663 4.70426 9.41343 4.60039L8.04155 1.30199L8.02064 1.25171L7.89291 0.944609L7.77702 0.665992C7.67454 0.419604 7.32551 0.419604 7.22303 0.665992L7.10715 0.944609L6.97942 1.25171ZM7.50003 2.60397L6.50994 4.98442C6.32273 5.43453 5.89944 5.74207 5.41351 5.78103L2.84361 5.98705L4.8016 7.66428C5.17183 7.98142 5.33351 8.47903 5.2204 8.95321L4.62221 11.461L6.8224 10.1171C7.23842 9.86302 7.76164 9.86302 8.17766 10.1171L10.3778 11.461L9.77965 8.95321C9.66654 8.47903 9.82822 7.98142 10.1984 7.66428L12.1564 5.98705L9.58654 5.78103C9.10061 5.74207 8.67732 5.43453 8.49011 4.98442L7.50003 2.60397Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),tl=["color"],nl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,tl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.22303 0.665992C7.32551 0.419604 7.67454 0.419604 7.77702 0.665992L9.41343 4.60039C9.45663 4.70426 9.55432 4.77523 9.66645 4.78422L13.914 5.12475C14.18 5.14607 14.2878 5.47802 14.0852 5.65162L10.849 8.42374C10.7636 8.49692 10.7263 8.61176 10.7524 8.72118L11.7411 12.866C11.803 13.1256 11.5206 13.3308 11.2929 13.1917L7.6564 10.9705C7.5604 10.9119 7.43965 10.9119 7.34365 10.9705L3.70718 13.1917C3.47945 13.3308 3.19708 13.1256 3.25899 12.866L4.24769 8.72118C4.2738 8.61176 4.23648 8.49692 4.15105 8.42374L0.914889 5.65162C0.712228 5.47802 0.820086 5.14607 1.08608 5.12475L5.3336 4.78422C5.44573 4.77523 5.54342 4.70426 5.58662 4.60039L7.22303 0.665992Z",fill:o}))}),rl=["color"],il=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,rl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.84998 7.49998C1.84998 7.21321 1.87134 6.93143 1.91256 6.65615L9.56374 2.23875C9.86311 2.35627 10.15 2.49861 10.4219 2.66322L3.77065 6.50332C3.73669 6.52183 3.70482 6.5449 3.67602 6.57238C3.5911 6.65308 3.54245 6.76286 3.53682 6.87658C3.53359 6.9418 3.54451 7.00831 3.57086 7.07137C3.58927 7.1157 3.6149 7.15742 3.64744 7.19458C3.67306 7.22396 3.702 7.24941 3.73337 7.27069L7.32533 9.83813L3.87232 11.8317C2.63604 10.7953 1.84998 9.23944 1.84998 7.49998ZM8.36843 10.2751C8.37682 10.2706 8.38509 10.2659 8.39322 10.2608L9.84091 9.42499C9.84706 9.42163 9.85314 9.41812 9.85915 9.41446L11.3101 8.57677C11.3655 8.54649 11.4154 8.504 11.4554 8.44995C11.6034 8.25031 11.5616 7.96848 11.362 7.82046L7.82779 5.20017L11.2161 3.24393C12.4013 4.27963 13.15 5.80237 13.15 7.49998C13.15 7.83546 13.1207 8.16411 13.0647 8.48353L5.56875 12.8113C5.26138 12.6995 4.96646 12.5618 4.68662 12.4008L8.36843 10.2751ZM8.18149 9.34383L4.81659 6.93868L5.50918 6.53881L8.80604 8.98324L8.18149 9.34383ZM6.35875 6.04832L6.97822 5.69067L10.2751 8.13506L9.6556 8.49275L6.35875 6.04832ZM8.3318 1.91078L2.24263 5.42636C3.06941 3.33188 5.11164 1.84998 7.49998 1.84998C7.78258 1.84998 8.06033 1.87072 8.3318 1.91078ZM6.84684 13.1126C7.06114 13.1373 7.27908 13.15 7.49998 13.15C9.8246 13.15 11.8213 11.7461 12.6886 9.7399L6.84684 13.1126ZM7.49998 0.849976C3.82728 0.849976 0.849976 3.82728 0.849976 7.49998C0.849976 11.1727 3.82728 14.15 7.49998 14.15C11.1727 14.15 14.15 11.1727 14.15 7.49998C14.15 3.82728 11.1727 0.849976 7.49998 0.849976Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ol=["color"],al=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ol);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 3C2 2.44772 2.44772 2 3 2H12C12.5523 2 13 2.44772 13 3V12C13 12.5523 12.5523 13 12 13H3C2.44772 13 2 12.5523 2 12V3ZM12 3H3V12H12V3Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),sl=["color"],cl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,sl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L11.858 2.25806C12.1021 2.01398 12.4978 2.01398 12.7419 2.25806C12.986 2.50214 12.986 2.89786 12.7419 3.14194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13362 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.99998 4.5C7.99998 4.22386 7.77612 4 7.49998 4C7.22383 4 6.99998 4.22386 6.99998 4.5V9.5C6.99998 9.77614 7.22383 10 7.49998 10C7.77612 10 7.99998 9.77614 7.99998 9.5V4.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ll=["color"],ul=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ll);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14.4999 0.999992C14.2237 0.999992 13.9999 1.22385 13.9999 1.49999L13.9999 5.99995L0.999992 5.99995L0.999992 1.49999C0.999992 1.22385 0.776136 0.999992 0.499996 0.999992C0.223856 0.999992 -9.78509e-09 1.22385 -2.18556e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 8.99992L13.9999 8.99992L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999992 14.4999 0.999992Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),dl=["color"],fl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,dl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1H6H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM9 14V1L6 1V14H1.49988C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H9Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),hl=["color"],pl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,hl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.00003 3.25C5.00003 2.97386 4.77617 2.75 4.50003 2.75C4.22389 2.75 4.00003 2.97386 4.00003 3.25V7.10003H2.49998C2.27906 7.10003 2.09998 7.27912 2.09998 7.50003C2.09998 7.72094 2.27906 7.90003 2.49998 7.90003H4.00003V8.55C4.00003 10.483 5.56703 12.05 7.50003 12.05C9.43303 12.05 11 10.483 11 8.55V7.90003H12.5C12.7209 7.90003 12.9 7.72094 12.9 7.50003C12.9 7.27912 12.7209 7.10003 12.5 7.10003H11V3.25C11 2.97386 10.7762 2.75 10.5 2.75C10.2239 2.75 10 2.97386 10 3.25V7.10003H5.00003V3.25ZM5.00003 7.90003V8.55C5.00003 9.93071 6.11932 11.05 7.50003 11.05C8.88074 11.05 10 9.93071 10 8.55V7.90003H5.00003Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ml=["color"],gl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ml);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 0C7.77614 0 8 0.223858 8 0.5V2.5C8 2.77614 7.77614 3 7.5 3C7.22386 3 7 2.77614 7 2.5V0.5C7 0.223858 7.22386 0 7.5 0ZM2.1967 2.1967C2.39196 2.00144 2.70854 2.00144 2.90381 2.1967L4.31802 3.61091C4.51328 3.80617 4.51328 4.12276 4.31802 4.31802C4.12276 4.51328 3.80617 4.51328 3.61091 4.31802L2.1967 2.90381C2.00144 2.70854 2.00144 2.39196 2.1967 2.1967ZM0.5 7C0.223858 7 0 7.22386 0 7.5C0 7.77614 0.223858 8 0.5 8H2.5C2.77614 8 3 7.77614 3 7.5C3 7.22386 2.77614 7 2.5 7H0.5ZM2.1967 12.8033C2.00144 12.608 2.00144 12.2915 2.1967 12.0962L3.61091 10.682C3.80617 10.4867 4.12276 10.4867 4.31802 10.682C4.51328 10.8772 4.51328 11.1938 4.31802 11.3891L2.90381 12.8033C2.70854 12.9986 2.39196 12.9986 2.1967 12.8033ZM12.5 7C12.2239 7 12 7.22386 12 7.5C12 7.77614 12.2239 8 12.5 8H14.5C14.7761 8 15 7.77614 15 7.5C15 7.22386 14.7761 7 14.5 7H12.5ZM10.682 4.31802C10.4867 4.12276 10.4867 3.80617 10.682 3.61091L12.0962 2.1967C12.2915 2.00144 12.608 2.00144 12.8033 2.1967C12.9986 2.39196 12.9986 2.70854 12.8033 2.90381L11.3891 4.31802C11.1938 4.51328 10.8772 4.51328 10.682 4.31802ZM8 12.5C8 12.2239 7.77614 12 7.5 12C7.22386 12 7 12.2239 7 12.5V14.5C7 14.7761 7.22386 15 7.5 15C7.77614 15 8 14.7761 8 14.5V12.5ZM10.682 10.682C10.8772 10.4867 11.1938 10.4867 11.3891 10.682L12.8033 12.0962C12.9986 12.2915 12.9986 12.608 12.8033 12.8033C12.608 12.9986 12.2915 12.9986 12.0962 12.8033L10.682 11.3891C10.4867 11.1938 10.4867 10.8772 10.682 10.682ZM5.5 7.5C5.5 6.39543 6.39543 5.5 7.5 5.5C8.60457 5.5 9.5 6.39543 9.5 7.5C9.5 8.60457 8.60457 9.5 7.5 9.5C6.39543 9.5 5.5 8.60457 5.5 7.5ZM7.5 4.5C5.84315 4.5 4.5 5.84315 4.5 7.5C4.5 9.15685 5.84315 10.5 7.5 10.5C9.15685 10.5 10.5 9.15685 10.5 7.5C10.5 5.84315 9.15685 4.5 7.5 4.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),vl=["color"],yl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4ZM7.67133 11C6.65183 10.175 6 8.91363 6 7.5C6 6.08637 6.65183 4.82498 7.67133 4H4.5C2.567 4 1 5.567 1 7.5C1 9.433 2.567 11 4.5 11H7.67133ZM0 7.5C0 5.01472 2.01472 3 4.5 3H10.5C12.9853 3 15 5.01472 15 7.5C15 9.98528 12.9853 12 10.5 12H4.5C2.01472 12 0 9.98528 0 7.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Cl=["color"],bl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Cl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.90321 7.29677C1.90321 10.341 4.11041 12.4147 6.58893 12.8439C6.87255 12.893 7.06266 13.1627 7.01355 13.4464C6.96444 13.73 6.69471 13.9201 6.41109 13.871C3.49942 13.3668 0.86084 10.9127 0.86084 7.29677C0.860839 5.76009 1.55996 4.55245 2.37639 3.63377C2.96124 2.97568 3.63034 2.44135 4.16846 2.03202L2.53205 2.03202C2.25591 2.03202 2.03205 1.80816 2.03205 1.53202C2.03205 1.25588 2.25591 1.03202 2.53205 1.03202L5.53205 1.03202C5.80819 1.03202 6.03205 1.25588 6.03205 1.53202L6.03205 4.53202C6.03205 4.80816 5.80819 5.03202 5.53205 5.03202C5.25591 5.03202 5.03205 4.80816 5.03205 4.53202L5.03205 2.68645L5.03054 2.68759L5.03045 2.68766L5.03044 2.68767L5.03043 2.68767C4.45896 3.11868 3.76059 3.64538 3.15554 4.3262C2.44102 5.13021 1.90321 6.10154 1.90321 7.29677ZM13.0109 7.70321C13.0109 4.69115 10.8505 2.6296 8.40384 2.17029C8.12093 2.11718 7.93465 1.84479 7.98776 1.56188C8.04087 1.27898 8.31326 1.0927 8.59616 1.14581C11.4704 1.68541 14.0532 4.12605 14.0532 7.70321C14.0532 9.23988 13.3541 10.4475 12.5377 11.3662C11.9528 12.0243 11.2837 12.5586 10.7456 12.968L12.3821 12.968C12.6582 12.968 12.8821 13.1918 12.8821 13.468C12.8821 13.7441 12.6582 13.968 12.3821 13.968L9.38205 13.968C9.10591 13.968 8.88205 13.7441 8.88205 13.468L8.88205 10.468C8.88205 10.1918 9.10591 9.96796 9.38205 9.96796C9.65819 9.96796 9.88205 10.1918 9.88205 10.468L9.88205 12.3135L9.88362 12.3123C10.4551 11.8813 11.1535 11.3546 11.7585 10.6738C12.4731 9.86976 13.0109 8.89844 13.0109 7.70321Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wl=["color"],_l=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8 2H12.5C12.7761 2 13 2.22386 13 2.5V5H8V2ZM7 5V2H2.5C2.22386 2 2 2.22386 2 2.5V5H7ZM2 6V9H7V6H2ZM8 6H13V9H8V6ZM8 10H13V12.5C13 12.7761 12.7761 13 12.5 13H8V10ZM2 12.5V10H7V13H2.5C2.22386 13 2 12.7761 2 12.5ZM1 2.5C1 1.67157 1.67157 1 2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xl=["color"],Ol=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.900024 7.50002C0.900024 3.85495 3.85495 0.900024 7.50002 0.900024C11.1451 0.900024 14.1 3.85495 14.1 7.50002C14.1 11.1451 11.1451 14.1 7.50002 14.1C3.85495 14.1 0.900024 11.1451 0.900024 7.50002ZM7.50002 1.80002C4.35201 1.80002 1.80002 4.35201 1.80002 7.50002C1.80002 10.648 4.35201 13.2 7.50002 13.2C10.648 13.2 13.2 10.648 13.2 7.50002C13.2 4.35201 10.648 1.80002 7.50002 1.80002ZM3.07504 7.50002C3.07504 5.05617 5.05618 3.07502 7.50004 3.07502C9.94388 3.07502 11.925 5.05617 11.925 7.50002C11.925 9.94386 9.94388 11.925 7.50004 11.925C5.05618 11.925 3.07504 9.94386 3.07504 7.50002ZM7.50004 3.92502C5.52562 3.92502 3.92504 5.52561 3.92504 7.50002C3.92504 9.47442 5.52563 11.075 7.50004 11.075C9.47444 11.075 11.075 9.47442 11.075 7.50002C11.075 5.52561 9.47444 3.92502 7.50004 3.92502ZM7.50004 5.25002C6.2574 5.25002 5.25004 6.25739 5.25004 7.50002C5.25004 8.74266 6.2574 9.75002 7.50004 9.75002C8.74267 9.75002 9.75004 8.74266 9.75004 7.50002C9.75004 6.25738 8.74267 5.25002 7.50004 5.25002ZM6.05004 7.50002C6.05004 6.69921 6.69923 6.05002 7.50004 6.05002C8.30084 6.05002 8.95004 6.69921 8.95004 7.50002C8.95004 8.30083 8.30084 8.95002 7.50004 8.95002C6.69923 8.95002 6.05004 8.30083 6.05004 7.50002Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),El=["color"],Ml=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,El);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.94993 2.95002L3.94993 4.49998C3.94993 4.74851 3.74845 4.94998 3.49993 4.94998C3.2514 4.94998 3.04993 4.74851 3.04993 4.49998V2.50004C3.04993 2.45246 3.05731 2.40661 3.07099 2.36357C3.12878 2.18175 3.29897 2.05002 3.49993 2.05002H11.4999C11.6553 2.05002 11.7922 2.12872 11.8731 2.24842C11.9216 2.32024 11.9499 2.40682 11.9499 2.50002L11.9499 2.50004V4.49998C11.9499 4.74851 11.7485 4.94998 11.4999 4.94998C11.2514 4.94998 11.0499 4.74851 11.0499 4.49998V2.95002H8.04993V12.05H9.25428C9.50281 12.05 9.70428 12.2515 9.70428 12.5C9.70428 12.7486 9.50281 12.95 9.25428 12.95H5.75428C5.50575 12.95 5.30428 12.7486 5.30428 12.5C5.30428 12.2515 5.50575 12.05 5.75428 12.05H6.94993V2.95002H3.94993Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),jl=["color"],Sl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,jl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.89949 5.50002C3.89949 5.27911 3.7204 5.10003 3.49949 5.10003C3.27857 5.10003 3.09949 5.27911 3.09949 5.50002L3.09949 12.5343L1.78233 11.2172C1.62612 11.061 1.37285 11.061 1.21664 11.2172C1.06043 11.3734 1.06043 11.6267 1.21664 11.7829L3.21664 13.7829C3.29166 13.8579 3.3934 13.9 3.49949 13.9C3.60557 13.9 3.70732 13.8579 3.78233 13.7829L5.78233 11.7829C5.93854 11.6267 5.93854 11.3734 5.78233 11.2172C5.62612 11.061 5.37285 11.061 5.21664 11.2172L3.89949 12.5343L3.89949 5.50002ZM8.49998 13C8.22383 13 7.99998 12.7762 7.99998 12.5C7.99998 12.2239 8.22383 12 8.49998 12H14.5C14.7761 12 15 12.2239 15 12.5C15 12.7762 14.7761 13 14.5 13H8.49998ZM8.49998 10C8.22383 10 7.99998 9.77617 7.99998 9.50002C7.99998 9.22388 8.22383 9.00002 8.49998 9.00002H14.5C14.7761 9.00002 15 9.22388 15 9.50002C15 9.77617 14.7761 10 14.5 10H8.49998ZM7.99998 6.50002C7.99998 6.77617 8.22383 7.00002 8.49998 7.00002H14.5C14.7761 7.00002 15 6.77617 15 6.50002C15 6.22388 14.7761 6.00002 14.5 6.00002H8.49998C8.22383 6.00002 7.99998 6.22388 7.99998 6.50002Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pl=["color"],Al=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM4 7.5C4 7.22386 4.22386 7 4.5 7H10.5C10.7761 7 11 7.22386 11 7.5C11 7.77614 10.7761 8 10.5 8H4.5C4.22386 8 4 7.77614 4 7.5ZM3 10.5C3 10.2239 3.22386 10 3.5 10H11.5C11.7761 10 12 10.2239 12 10.5C12 10.7761 11.7761 11 11.5 11H3.5C3.22386 11 3 10.7761 3 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),kl=["color"],Tl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,kl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2.5 4C2.22386 4 2 4.22386 2 4.5C2 4.77614 2.22386 5 2.5 5H12.5C12.7761 5 13 4.77614 13 4.5C13 4.22386 12.7761 4 12.5 4H2.5ZM2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5ZM2 10.5C2 10.2239 2.22386 10 2.5 10H12.5C12.7761 10 13 10.2239 13 10.5C13 10.7761 12.7761 11 12.5 11H2.5C2.22386 11 2 10.7761 2 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Dl=["color"],Il=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Dl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM2 7.5C2 7.22386 2.22386 7 2.5 7H7.5C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8H2.5C2.22386 8 2 7.77614 2 7.5ZM2 10.5C2 10.2239 2.22386 10 2.5 10H10.5C10.7761 10 11 10.2239 11 10.5C11 10.7761 10.7761 11 10.5 11H2.5C2.22386 11 2 10.7761 2 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ll=["color"],Rl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ll);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.49949 14.9C3.7204 14.9 3.89949 14.7209 3.89949 14.5L3.89949 10.4657L5.21664 11.7829C5.37285 11.9391 5.62612 11.9391 5.78233 11.7829C5.93854 11.6267 5.93854 11.3734 5.78233 11.2172L3.78233 9.21718C3.70732 9.14217 3.60557 9.10002 3.49949 9.10002C3.3934 9.10002 3.29166 9.14217 3.21664 9.21718L1.21664 11.2172C1.06043 11.3734 1.06043 11.6267 1.21664 11.7829C1.37285 11.9391 1.62612 11.9391 1.78233 11.7829L3.09949 10.4657L3.09949 14.5C3.09949 14.7209 3.27857 14.9 3.49949 14.9ZM7.99998 10.5C7.99998 10.7762 8.22383 11 8.49998 11H14.5C14.7761 11 15 10.7762 15 10.5C15 10.2239 14.7761 10 14.5 10H8.49998C8.22383 10 7.99998 10.2239 7.99998 10.5ZM7.99998 7.50002C7.99998 7.77617 8.22383 8.00002 8.49998 8.00002H14.5C14.7761 8.00002 15 7.77617 15 7.50002C15 7.22388 14.7761 7.00002 14.5 7.00002H8.49998C8.22383 7.00002 7.99998 7.22388 7.99998 7.50002ZM8.49998 5.00002C8.22383 5.00002 7.99998 4.77617 7.99998 4.50002C7.99998 4.22388 8.22383 4.00002 8.49998 4.00002H14.5C14.7761 4.00002 15 4.22388 15 4.50002C15 4.77617 14.7761 5.00002 14.5 5.00002H8.49998ZM3.89949 0.500025C3.89949 0.279111 3.7204 0.100025 3.49949 0.100025C3.27857 0.100025 3.09949 0.279111 3.09949 0.500025L3.09949 4.53434L1.78233 3.21718C1.62612 3.06097 1.37285 3.06097 1.21664 3.21718C1.06043 3.37339 1.06043 3.62666 1.21664 3.78287L3.21664 5.78287C3.29166 5.85788 3.3934 5.90002 3.49949 5.90002C3.60557 5.90002 3.70732 5.85788 3.78233 5.78287L5.78233 3.78287C5.93854 3.62666 5.93854 3.37339 5.78233 3.21718C5.62612 3.06097 5.37285 3.06097 5.21664 3.21718L3.89949 4.53434L3.89949 0.500025Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fl=["color"],Nl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM7 7.5C7 7.22386 7.22386 7 7.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H7.5C7.22386 8 7 7.77614 7 7.5ZM4 10.5C4 10.2239 4.22386 10 4.5 10H12.5C12.7761 10 13 10.2239 13 10.5C13 10.7761 12.7761 11 12.5 11H4.5C4.22386 11 4 10.7761 4 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Hl=["color"],Bl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Hl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M3.89949 9.49998C3.89949 9.72089 3.7204 9.89997 3.49949 9.89997C3.27857 9.89997 3.09949 9.72089 3.09949 9.49998L3.09949 2.46566L1.78233 3.78282C1.62612 3.93903 1.37285 3.93903 1.21664 3.78282C1.06043 3.62661 1.06043 3.37334 1.21664 3.21713L3.21664 1.21713C3.29166 1.14212 3.3934 1.09998 3.49949 1.09998C3.60557 1.09998 3.70732 1.14212 3.78233 1.21713L5.78233 3.21713C5.93854 3.37334 5.93854 3.62661 5.78233 3.78282C5.62612 3.93903 5.37285 3.93903 5.21664 3.78282L3.89949 2.46566L3.89949 9.49998ZM8.49998 1.99998C8.22383 1.99998 7.99998 2.22383 7.99998 2.49998C7.99998 2.77612 8.22383 2.99998 8.49998 2.99998H14.5C14.7761 2.99998 15 2.77612 15 2.49998C15 2.22383 14.7761 1.99998 14.5 1.99998H8.49998ZM8.49998 4.99998C8.22383 4.99998 7.99998 5.22383 7.99998 5.49998C7.99998 5.77612 8.22383 5.99998 8.49998 5.99998H14.5C14.7761 5.99998 15 5.77612 15 5.49998C15 5.22383 14.7761 4.99998 14.5 4.99998H8.49998ZM7.99998 8.49998C7.99998 8.22383 8.22383 7.99998 8.49998 7.99998H14.5C14.7761 7.99998 15 8.22383 15 8.49998C15 8.77612 14.7761 8.99998 14.5 8.99998H8.49998C8.22383 8.99998 7.99998 8.77612 7.99998 8.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vl=["color"],$l=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L11.9291 2.36383C11.9159 2.32246 11.897 2.28368 11.8732 2.24845C11.7923 2.12875 11.6554 2.05005 11.5001 2.05005H3.50005C3.29909 2.05005 3.1289 2.18178 3.07111 2.3636C3.05743 2.40665 3.05005 2.45249 3.05005 2.50007V4.50001C3.05005 4.74854 3.25152 4.95001 3.50005 4.95001C3.74858 4.95001 3.95005 4.74854 3.95005 4.50001V2.95005H6.95006V7.34284L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L6.95006 8.75705V12.0501H5.7544C5.50587 12.0501 5.3044 12.2515 5.3044 12.5001C5.3044 12.7486 5.50587 12.9501 5.7544 12.9501H9.2544C9.50293 12.9501 9.7044 12.7486 9.7044 12.5001C9.7044 12.2515 9.50293 12.0501 9.2544 12.0501H8.05006V7.65705L13.3536 2.35355ZM8.05006 6.24284L11.0501 3.24283V2.95005H8.05006V6.24284Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zl=["color"],zl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5 3.5C5 3.22386 5.22386 3 5.5 3H9.5C9.77614 3 10 3.22386 10 3.5V6H12.5C12.6873 6 12.8589 6.10467 12.9446 6.27121C13.0303 6.43774 13.0157 6.63821 12.9069 6.79062L7.90687 13.7906C7.81301 13.922 7.66148 14 7.5 14C7.33853 14 7.18699 13.922 7.09314 13.7906L2.09314 6.79062C1.98427 6.63821 1.96972 6.43774 2.05542 6.27121C2.14112 6.10467 2.31271 6 2.5 6H5V3.5ZM6 4V6.5C6 6.77614 5.77614 7 5.5 7H3.4716L7.5 12.6398L11.5284 7H9.5C9.22386 7 9 6.77614 9 6.5V4H6Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wl=["color"],Ul=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1 7.5C1 7.66148 1.07798 7.81301 1.20938 7.90687L8.20938 12.9069C8.36179 13.0157 8.56226 13.0303 8.72879 12.9446C8.89533 12.8589 9 12.6873 9 12.5L9 10L11.5 10C11.7761 10 12 9.77614 12 9.5L12 5.5C12 5.22386 11.7761 5 11.5 5L9 5L9 2.5C9 2.31271 8.89533 2.14112 8.72879 2.05542C8.56226 1.96972 8.36179 1.98427 8.20938 2.09313L1.20938 7.09314C1.07798 7.18699 1 7.33853 1 7.5ZM8 3.4716L8 5.5C8 5.77614 8.22386 6 8.5 6L11 6L11 9L8.5 9C8.22386 9 8 9.22386 8 9.5L8 11.5284L2.36023 7.5L8 3.4716Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Gl=["color"],Yl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Gl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14 7.5C14 7.66148 13.922 7.81301 13.7906 7.90687L6.79062 12.9069C6.63821 13.0157 6.43774 13.0303 6.27121 12.9446C6.10467 12.8589 6 12.6873 6 12.5L6 10L3.5 10C3.22386 10 3 9.77614 3 9.5L3 5.5C3 5.22386 3.22386 5 3.5 5L6 5L6 2.5C6 2.31271 6.10467 2.14112 6.27121 2.05542C6.43774 1.96972 6.63821 1.98427 6.79062 2.09313L13.7906 7.09314C13.922 7.18699 14 7.33853 14 7.5ZM7 3.4716L7 5.5C7 5.77614 6.77614 6 6.5 6L4 6L4 9L6.5 9C6.77614 9 7 9.22386 7 9.5L7 11.5284L12.6398 7.5L7 3.4716Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ql=["color"],Kl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ql);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.5 1C7.66148 1 7.81301 1.07798 7.90687 1.20938L12.9069 8.20938C13.0157 8.36179 13.0303 8.56226 12.9446 8.72879C12.8589 8.89533 12.6873 9 12.5 9H10V11.5C10 11.7761 9.77614 12 9.5 12H5.5C5.22386 12 5 11.7761 5 11.5V9H2.5C2.31271 9 2.14112 8.89533 2.05542 8.72879C1.96972 8.56226 1.98427 8.36179 2.09314 8.20938L7.09314 1.20938C7.18699 1.07798 7.33853 1 7.5 1ZM3.4716 8H5.5C5.77614 8 6 8.22386 6 8.5V11H9V8.5C9 8.22386 9.22386 8 9.5 8H11.5284L7.5 2.36023L3.4716 8Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Xl=["color"],Jl=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Xl);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49998 0.849976C7.22383 0.849976 6.99998 1.07383 6.99998 1.34998V3.52234C6.99998 3.79848 7.22383 4.02234 7.49998 4.02234C7.77612 4.02234 7.99998 3.79848 7.99998 3.52234V1.8718C10.8862 2.12488 13.15 4.54806 13.15 7.49998C13.15 10.6204 10.6204 13.15 7.49998 13.15C4.37957 13.15 1.84998 10.6204 1.84998 7.49998C1.84998 6.10612 2.35407 4.83128 3.19049 3.8459C3.36919 3.63538 3.34339 3.31985 3.13286 3.14115C2.92234 2.96245 2.60681 2.98825 2.42811 3.19877C1.44405 4.35808 0.849976 5.86029 0.849976 7.49998C0.849976 11.1727 3.82728 14.15 7.49998 14.15C11.1727 14.15 14.15 11.1727 14.15 7.49998C14.15 3.82728 11.1727 0.849976 7.49998 0.849976ZM6.74049 8.08072L4.22363 4.57237C4.15231 4.47295 4.16346 4.33652 4.24998 4.25C4.33649 4.16348 4.47293 4.15233 4.57234 4.22365L8.08069 6.74051C8.56227 7.08599 8.61906 7.78091 8.19998 8.2C7.78089 8.61909 7.08597 8.56229 6.74049 8.08072Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Ql=["color"],eu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Ql);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.5 2C3.11929 2 2 3.11929 2 4.5C2 5.88072 3.11929 7 4.5 7C5.88072 7 7 5.88072 7 4.5C7 3.11929 5.88072 2 4.5 2ZM3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5ZM10.5 2C9.11929 2 8 3.11929 8 4.5C8 5.88072 9.11929 7 10.5 7C11.8807 7 13 5.88072 13 4.5C13 3.11929 11.8807 2 10.5 2ZM9 4.5C9 3.67157 9.67157 3 10.5 3C11.3284 3 12 3.67157 12 4.5C12 5.32843 11.3284 6 10.5 6C9.67157 6 9 5.32843 9 4.5ZM2 10.5C2 9.11929 3.11929 8 4.5 8C5.88072 8 7 9.11929 7 10.5C7 11.8807 5.88072 13 4.5 13C3.11929 13 2 11.8807 2 10.5ZM4.5 9C3.67157 9 3 9.67157 3 10.5C3 11.3284 3.67157 12 4.5 12C5.32843 12 6 11.3284 6 10.5C6 9.67157 5.32843 9 4.5 9ZM10.5 8C9.11929 8 8 9.11929 8 10.5C8 11.8807 9.11929 13 10.5 13C11.8807 13 13 11.8807 13 10.5C13 9.11929 11.8807 8 10.5 8ZM9 10.5C9 9.67157 9.67157 9 10.5 9C11.3284 9 12 9.67157 12 10.5C12 11.3284 11.3284 12 10.5 12C9.67157 12 9 11.3284 9 10.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),tu=["color"],nu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,tu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M13.0502 2.74989C13.0502 2.44613 12.804 2.19989 12.5002 2.19989C12.1965 2.19989 11.9502 2.44613 11.9502 2.74989V7.2825C11.9046 7.18802 11.8295 7.10851 11.7334 7.05776L2.73338 2.30776C2.5784 2.22596 2.3919 2.23127 2.24182 2.32176C2.09175 2.41225 2 2.57471 2 2.74995V12.25C2 12.4252 2.09175 12.5877 2.24182 12.6781C2.3919 12.7686 2.5784 12.7739 2.73338 12.6921L11.7334 7.94214C11.8295 7.89139 11.9046 7.81188 11.9502 7.7174V12.2499C11.9502 12.5536 12.1965 12.7999 12.5002 12.7999C12.804 12.7999 13.0502 12.5536 13.0502 12.2499V2.74989ZM3 11.4207V3.5792L10.4288 7.49995L3 11.4207Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ru=["color"],iu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ru);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.94976 2.74989C1.94976 2.44613 2.196 2.19989 2.49976 2.19989C2.80351 2.19989 3.04976 2.44613 3.04976 2.74989V7.2825C3.0954 7.18802 3.17046 7.10851 3.26662 7.05776L12.2666 2.30776C12.4216 2.22596 12.6081 2.23127 12.7582 2.32176C12.9083 2.41225 13 2.57471 13 2.74995V12.25C13 12.4252 12.9083 12.5877 12.7582 12.6781C12.6081 12.7686 12.4216 12.7739 12.2666 12.6921L3.26662 7.94214C3.17046 7.89139 3.0954 7.81188 3.04976 7.7174V12.2499C3.04976 12.5536 2.80351 12.7999 2.49976 12.7999C2.196 12.7999 1.94976 12.5536 1.94976 12.2499V2.74989ZM4.57122 7.49995L12 11.4207V3.5792L4.57122 7.49995Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ou=["color"],au=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ou);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.849976 1.74998C0.849976 1.25292 1.25292 0.849976 1.74998 0.849976H3.24998C3.74703 0.849976 4.14998 1.25292 4.14998 1.74998V2.04998H10.85V1.74998C10.85 1.25292 11.2529 0.849976 11.75 0.849976H13.25C13.747 0.849976 14.15 1.25292 14.15 1.74998V3.24998C14.15 3.74703 13.747 4.14998 13.25 4.14998H12.95V10.85H13.25C13.747 10.85 14.15 11.2529 14.15 11.75V13.25C14.15 13.747 13.747 14.15 13.25 14.15H11.75C11.2529 14.15 10.85 13.747 10.85 13.25V12.95H4.14998V13.25C4.14998 13.747 3.74703 14.15 3.24998 14.15H1.74998C1.25292 14.15 0.849976 13.747 0.849976 13.25V11.75C0.849976 11.2529 1.25292 10.85 1.74998 10.85H2.04998V4.14998H1.74998C1.25292 4.14998 0.849976 3.74703 0.849976 3.24998V1.74998ZM2.94998 4.14998V10.85H3.24998C3.74703 10.85 4.14998 11.2529 4.14998 11.75V12.05H10.85V11.75C10.85 11.2529 11.2529 10.85 11.75 10.85H12.05V4.14998H11.75C11.2529 4.14998 10.85 3.74703 10.85 3.24998V2.94998H4.14998V3.24998C4.14998 3.74703 3.74703 4.14998 3.24998 4.14998H2.94998ZM2.34998 1.74998H1.74998V2.34998V2.64998V3.24998H2.34998H2.64998H3.24998V2.64998V2.34998V1.74998H2.64998H2.34998ZM5.09998 5.99998C5.09998 5.50292 5.50292 5.09998 5.99998 5.09998H6.99998C7.49703 5.09998 7.89998 5.50292 7.89998 5.99998V6.99998C7.89998 7.03591 7.89787 7.07134 7.89378 7.10618C7.92861 7.10208 7.96405 7.09998 7.99998 7.09998H8.99998C9.49703 7.09998 9.89998 7.50292 9.89998 7.99998V8.99998C9.89998 9.49703 9.49703 9.89998 8.99998 9.89998H7.99998C7.50292 9.89998 7.09998 9.49703 7.09998 8.99998V7.99998C7.09998 7.96405 7.10208 7.92861 7.10618 7.89378C7.07134 7.89787 7.03591 7.89998 6.99998 7.89998H5.99998C5.50292 7.89998 5.09998 7.49703 5.09998 6.99998V5.99998ZM6.09998 5.99998H5.99998V6.09998V6.89998V6.99998H6.09998H6.89998H6.99998V6.89998V6.09998V5.99998H6.89998H6.09998ZM7.99998 7.99998H8.09998H8.89998H8.99998V8.09998V8.89998V8.99998H8.89998H8.09998H7.99998V8.89998V8.09998V7.99998ZM2.64998 11.75H2.34998H1.74998V12.35V12.65V13.25H2.34998H2.64998H3.24998V12.65V12.35V11.75H2.64998ZM11.75 1.74998H12.35H12.65H13.25V2.34998V2.64998V3.24998H12.65H12.35H11.75V2.64998V2.34998V1.74998ZM12.65 11.75H12.35H11.75V12.35V12.65V13.25H12.35H12.65H13.25V12.65V12.35V11.75H12.65Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),su=["color"],cu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,su);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{opacity:".25",d:"M0 0H3V3H0V0ZM6 3H3V6H0V9H3V12H0V15H3V12H6V15H9V12H12V15H15V12H12V9H15V6H12V3H15V0H12V3H9V0H6V3ZM6 6V3H9V6H6ZM6 9H3V6H6V9ZM9 9V6H12V9H9ZM9 9H6V12H9V9Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),lu=["color"],uu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,lu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4L3.5 4C3.22386 4 3 3.77614 3 3.5ZM5 4H10V12H5V4Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),du=["color"],fu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,du);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4 6H11L7.5 10.5L4 6Z",fill:o}))}),hu=["color"],pu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,hu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M9 4L9 11L4.5 7.5L9 4Z",fill:o}))}),mu=["color"],gu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,mu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6 11L6 4L10.5 7.5L6 11Z",fill:o}))}),vu=["color"],yu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,vu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4 9H11L7.5 4.5L4 9Z",fill:o}))}),Cu=["color"],bu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Cu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.23336 4.69629C7.23336 2.96884 8.63335 1.56857 10.36 1.56857C11.3736 1.56857 12.183 2.04804 12.7254 2.74385C13.3079 2.62467 13.8557 2.40913 14.3513 2.11508C14.1559 2.72598 13.7424 3.2396 13.2033 3.56463C13.2038 3.56568 13.2042 3.56674 13.2047 3.56779C13.7334 3.50361 14.2364 3.36302 14.7048 3.15546L14.7037 3.15715C14.3667 3.66183 13.9431 4.10736 13.4561 4.47034C13.4823 4.64672 13.4956 4.82427 13.4956 5.00079C13.4956 8.6871 10.6873 12.9746 5.52122 12.9746C3.93906 12.9746 2.46544 12.511 1.22505 11.7152C0.992632 11.5661 0.925108 11.2568 1.07423 11.0244C1.0874 11.0038 1.10183 10.9846 1.11734 10.9666C1.20582 10.8202 1.37438 10.7309 1.5554 10.7522C2.47066 10.8601 3.38568 10.7485 4.19219 10.3962C3.39226 10.0434 2.77129 9.35975 2.50204 8.51974C2.45359 8.3686 2.48835 8.20311 2.59351 8.08422C2.59716 8.0801 2.60087 8.07606 2.60464 8.0721C1.96391 7.50819 1.55973 6.68208 1.55973 5.76143V5.72759C1.55973 5.56814 1.64411 5.42059 1.78155 5.33974C1.82671 5.31317 1.87537 5.29511 1.92532 5.28558C1.70549 4.86154 1.58116 4.37984 1.58116 3.86958C1.58116 3.40165 1.58384 2.81192 1.91332 2.28081C1.98718 2.16175 2.10758 2.08915 2.2364 2.07195C2.42588 2.01237 2.64087 2.06969 2.77406 2.23302C3.86536 3.57126 5.44066 4.49583 7.23366 4.73961L7.23336 4.69629ZM5.52122 11.9746C4.73387 11.9746 3.97781 11.8435 3.27248 11.6023C4.13012 11.4538 4.95307 11.1159 5.66218 10.5602C5.81211 10.4427 5.87182 10.2435 5.81126 10.0629C5.7507 9.88234 5.583 9.75943 5.39255 9.75607C4.68968 9.74366 4.06712 9.39716 3.67793 8.86845C3.86828 8.85306 4.05428 8.82039 4.23445 8.77167C4.43603 8.71716 4.57363 8.53114 4.56674 8.32243C4.55985 8.11372 4.41029 7.93718 4.20555 7.89607C3.42694 7.73977 2.79883 7.16764 2.56169 6.42174C2.76255 6.47025 2.97102 6.4991 3.18482 6.5061C3.38563 6.51267 3.56646 6.38533 3.62795 6.19405C3.68943 6.00277 3.61666 5.79391 3.44963 5.68224C2.86523 5.29155 2.48116 4.62464 2.48116 3.86958C2.48116 3.70213 2.48352 3.55268 2.49355 3.41719C3.85115 4.79913 5.70873 5.68931 7.77588 5.79338C7.93225 5.80126 8.08328 5.73543 8.18395 5.61553C8.28463 5.49562 8.32332 5.33548 8.28851 5.18284C8.25255 5.02517 8.23336 4.86284 8.23336 4.69629C8.23336 3.52085 9.18591 2.56857 10.36 2.56857C11.5943 2.56857 12.4956 3.71208 12.4956 5.00079C12.4956 8.25709 10.0202 11.9746 5.52122 11.9746Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),wu=["color"],_u=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,wu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M5.00001 2.75C5.00001 2.47386 4.77615 2.25 4.50001 2.25C4.22387 2.25 4.00001 2.47386 4.00001 2.75V8.05C4.00001 9.983 5.56702 11.55 7.50001 11.55C9.43301 11.55 11 9.983 11 8.05V2.75C11 2.47386 10.7762 2.25 10.5 2.25C10.2239 2.25 10 2.47386 10 2.75V8.05C10 9.43071 8.88072 10.55 7.50001 10.55C6.1193 10.55 5.00001 9.43071 5.00001 8.05V2.75ZM3.49998 13.1001C3.27906 13.1001 3.09998 13.2791 3.09998 13.5001C3.09998 13.721 3.27906 13.9001 3.49998 13.9001H11.5C11.7209 13.9001 11.9 13.721 11.9 13.5001C11.9 13.2791 11.7209 13.1001 11.5 13.1001H3.49998Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),xu=["color"],Ou=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,xu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.90321 7.29677C1.90321 10.341 4.11041 12.4147 6.58893 12.8439C6.87255 12.893 7.06266 13.1627 7.01355 13.4464C6.96444 13.73 6.69471 13.9201 6.41109 13.871C3.49942 13.3668 0.86084 10.9127 0.86084 7.29677C0.860839 5.76009 1.55996 4.55245 2.37639 3.63377C2.96124 2.97568 3.63034 2.44135 4.16846 2.03202L2.53205 2.03202C2.25591 2.03202 2.03205 1.80816 2.03205 1.53202C2.03205 1.25588 2.25591 1.03202 2.53205 1.03202L5.53205 1.03202C5.80819 1.03202 6.03205 1.25588 6.03205 1.53202L6.03205 4.53202C6.03205 4.80816 5.80819 5.03202 5.53205 5.03202C5.25591 5.03202 5.03205 4.80816 5.03205 4.53202L5.03205 2.68645L5.03054 2.68759L5.03045 2.68766L5.03044 2.68767L5.03043 2.68767C4.45896 3.11868 3.76059 3.64538 3.15554 4.3262C2.44102 5.13021 1.90321 6.10154 1.90321 7.29677ZM13.0109 7.70321C13.0109 4.69115 10.8505 2.6296 8.40384 2.17029C8.12093 2.11718 7.93465 1.84479 7.98776 1.56188C8.04087 1.27898 8.31326 1.0927 8.59616 1.14581C11.4704 1.68541 14.0532 4.12605 14.0532 7.70321C14.0532 9.23988 13.3541 10.4475 12.5377 11.3662C11.9528 12.0243 11.2837 12.5586 10.7456 12.968L12.3821 12.968C12.6582 12.968 12.8821 13.1918 12.8821 13.468C12.8821 13.7441 12.6582 13.968 12.3821 13.968L9.38205 13.968C9.10591 13.968 8.88205 13.7441 8.88205 13.468L8.88205 10.468C8.88205 10.1918 9.10591 9.96796 9.38205 9.96796C9.65819 9.96796 9.88205 10.1918 9.88205 10.468L9.88205 12.3135L9.88362 12.3123C10.4551 11.8813 11.1535 11.3546 11.7585 10.6738C12.4731 9.86976 13.0109 8.89844 13.0109 7.70321Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Eu=["color"],Mu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Eu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.81825 1.18188C7.64251 1.00615 7.35759 1.00615 7.18185 1.18188L4.18185 4.18188C4.00611 4.35762 4.00611 4.64254 4.18185 4.81828C4.35759 4.99401 4.64251 4.99401 4.81825 4.81828L7.05005 2.58648V9.49996C7.05005 9.74849 7.25152 9.94996 7.50005 9.94996C7.74858 9.94996 7.95005 9.74849 7.95005 9.49996V2.58648L10.1819 4.81828C10.3576 4.99401 10.6425 4.99401 10.8182 4.81828C10.994 4.64254 10.994 4.35762 10.8182 4.18188L7.81825 1.18188ZM2.5 9.99997C2.77614 9.99997 3 10.2238 3 10.5V12C3 12.5538 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2238 12.2239 9.99997 12.5 9.99997C12.7761 9.99997 13 10.2238 13 10.5V12C13 13.104 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2238 2.22386 9.99997 2.5 9.99997Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ju=["color"],Su=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ju);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Pu=["color"],Au=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Pu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49985 0.877045C3.84216 0.877045 0.877014 3.84219 0.877014 7.49988C0.877014 9.1488 1.47963 10.657 2.47665 11.8162L1.64643 12.6464C1.45117 12.8417 1.45117 13.1583 1.64643 13.3535C1.8417 13.5488 2.15828 13.5488 2.35354 13.3535L3.18377 12.5233C4.34296 13.5202 5.85104 14.1227 7.49985 14.1227C11.1575 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 5.85107 13.5202 4.34299 12.5233 3.1838L13.3535 2.35354C13.5488 2.15827 13.5488 1.84169 13.3535 1.64643C13.1583 1.45117 12.8417 1.45117 12.6464 1.64643L11.8162 2.47668C10.657 1.47966 9.14877 0.877045 7.49985 0.877045ZM11.1422 3.15066C10.1567 2.32449 8.88639 1.82704 7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.88642 2.32446 10.1568 3.15063 11.1422L11.1422 3.15066ZM3.85776 11.8493C4.84317 12.6753 6.11343 13.1727 7.49985 13.1727C10.6328 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 6.11346 12.6753 4.8432 11.8493 3.85779L3.85776 11.8493Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),ku=["color"],Tu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,ku);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7.49998 1L6.92321 2.00307L1.17498 12L0.599976 13H1.7535H13.2464H14.4L13.825 12L8.07674 2.00307L7.49998 1ZM7.49998 3.00613L2.3285 12H12.6714L7.49998 3.00613Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Du=["color"],Iu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Du);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.76447 3.12199C5.63151 3.04859 6.56082 3 7.5 3C8.43918 3 9.36849 3.04859 10.2355 3.12199C11.2796 3.21037 11.9553 3.27008 12.472 3.39203C12.9425 3.50304 13.2048 3.64976 13.4306 3.88086C13.4553 3.90618 13.4902 3.94414 13.5133 3.97092C13.7126 4.20149 13.8435 4.4887 13.918 5.03283C13.9978 5.6156 14 6.37644 14 7.52493C14 8.66026 13.9978 9.41019 13.9181 9.98538C13.8439 10.5206 13.7137 10.8061 13.5125 11.0387C13.4896 11.0651 13.4541 11.1038 13.4296 11.1287C13.2009 11.3625 12.9406 11.5076 12.4818 11.6164C11.9752 11.7365 11.3143 11.7942 10.2878 11.8797C9.41948 11.9521 8.47566 12 7.5 12C6.52434 12 5.58052 11.9521 4.7122 11.8797C3.68572 11.7942 3.02477 11.7365 2.51816 11.6164C2.05936 11.5076 1.7991 11.3625 1.57037 11.1287C1.54593 11.1038 1.51035 11.0651 1.48748 11.0387C1.28628 10.8061 1.15612 10.5206 1.08193 9.98538C1.00221 9.41019 1 8.66026 1 7.52493C1 6.37644 1.00216 5.6156 1.082 5.03283C1.15654 4.4887 1.28744 4.20149 1.48666 3.97092C1.5098 3.94414 1.54468 3.90618 1.56942 3.88086C1.7952 3.64976 2.05752 3.50304 2.52796 3.39203C3.04473 3.27008 3.7204 3.21037 4.76447 3.12199ZM0 7.52493C0 5.28296 0 4.16198 0.729985 3.31713C0.766457 3.27491 0.815139 3.22194 0.854123 3.18204C1.63439 2.38339 2.64963 2.29744 4.68012 2.12555C5.56923 2.05028 6.52724 2 7.5 2C8.47276 2 9.43077 2.05028 10.3199 2.12555C12.3504 2.29744 13.3656 2.38339 14.1459 3.18204C14.1849 3.22194 14.2335 3.27491 14.27 3.31713C15 4.16198 15 5.28296 15 7.52493C15 9.74012 15 10.8477 14.2688 11.6929C14.2326 11.7348 14.1832 11.7885 14.1444 11.8281C13.3629 12.6269 12.3655 12.71 10.3709 12.8763C9.47971 12.9505 8.50782 13 7.5 13C6.49218 13 5.52028 12.9505 4.62915 12.8763C2.63446 12.71 1.63712 12.6269 0.855558 11.8281C0.816844 11.7885 0.767442 11.7348 0.731221 11.6929C0 10.8477 0 9.74012 0 7.52493ZM5.25 5.38264C5.25 5.20225 5.43522 5.08124 5.60041 5.15369L10.428 7.27105C10.6274 7.35853 10.6274 7.64147 10.428 7.72895L5.60041 9.84631C5.43522 9.91876 5.25 9.79775 5.25 9.61736V5.38264Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Lu=["color"],Ru=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Lu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M7 2H1.5C1.22386 2 1 2.22386 1 2.5V7H7V2ZM8 2V7H14V2.5C14 2.22386 13.7761 2 13.5 2H8ZM7 8H1V12.5C1 12.7761 1.22386 13 1.5 13H7V8ZM8 13V8H14V12.5C14 12.7761 13.7761 13 13.5 13H8ZM1.5 1C0.671573 1 0 1.67157 0 2.5V12.5C0 13.3284 0.671573 14 1.5 14H13.5C14.3284 14 15 13.3284 15 12.5V2.5C15 1.67157 14.3284 1 13.5 1H1.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Fu=["color"],Nu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Fu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M1.5 2H13.5C13.7761 2 14 2.22386 14 2.5V7H1V2.5C1 2.22386 1.22386 2 1.5 2ZM1 8V12.5C1 12.7761 1.22386 13 1.5 13H13.5C13.7761 13 14 12.7761 14 12.5V8H1ZM0 2.5C0 1.67157 0.671573 1 1.5 1H13.5C14.3284 1 15 1.67157 15 2.5V12.5C15 13.3284 14.3284 14 13.5 14H1.5C0.671573 14 0 13.3284 0 12.5V2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Hu=["color"],Bu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Hu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M14 2.58711L1.85163 13H13.5C13.7761 13 14 12.7761 14 12.5V2.58711ZM0.762879 13.8067L0.825396 13.8796L0.854717 13.8545C1.05017 13.9478 1.26899 14 1.5 14H13.5C14.3284 14 15 13.3284 15 12.5V2.5C15 1.93949 14.6926 1.45078 14.2371 1.19331L14.1746 1.12037L14.1453 1.1455C13.9498 1.05222 13.731 1 13.5 1H1.5C0.671573 1 0 1.67157 0 2.5V12.5C0 13.0605 0.307435 13.5492 0.762879 13.8067ZM1 12.4129L13.1484 2H1.5C1.22386 2 1 2.22386 1 2.5V12.4129Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Vu=["color"],$u=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Vu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M8 2H13.5C13.7761 2 14 2.22386 14 2.5V12.5C14 12.7761 13.7761 13 13.5 13H8V2ZM7 2H1.5C1.22386 2 1 2.22386 1 2.5V12.5C1 12.7761 1.22386 13 1.5 13H7V2ZM0 2.5C0 1.67157 0.671573 1 1.5 1H13.5C14.3284 1 15 1.67157 15 2.5V12.5C15 13.3284 14.3284 14 13.5 14H1.5C0.671573 14 0 13.3284 0 12.5V2.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Zu=["color"],zu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Zu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M4.81812 4.68161C4.99386 4.85734 4.99386 5.14227 4.81812 5.318L3.08632 7.0498H11.9135L10.1817 5.318C10.006 5.14227 10.006 4.85734 10.1817 4.68161C10.3575 4.50587 10.6424 4.50587 10.8181 4.68161L13.3181 7.18161C13.4939 7.35734 13.4939 7.64227 13.3181 7.818L10.8181 10.318C10.6424 10.4937 10.3575 10.4937 10.1817 10.318C10.006 10.1423 10.006 9.85734 10.1817 9.68161L11.9135 7.9498H3.08632L4.81812 9.68161C4.99386 9.85734 4.99386 10.1423 4.81812 10.318C4.64239 10.4937 4.35746 10.4937 4.18173 10.318L1.68173 7.818C1.50599 7.64227 1.50599 7.35734 1.68173 7.18161L4.18173 4.68161C4.35746 4.50587 4.64239 4.50587 4.81812 4.68161Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Wu=["color"],Uu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Wu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159ZM4.25 6.5C4.25 6.22386 4.47386 6 4.75 6H6V4.75C6 4.47386 6.22386 4.25 6.5 4.25C6.77614 4.25 7 4.47386 7 4.75V6H8.25C8.52614 6 8.75 6.22386 8.75 6.5C8.75 6.77614 8.52614 7 8.25 7H7V8.25C7 8.52614 6.77614 8.75 6.5 8.75C6.22386 8.75 6 8.52614 6 8.25V7H4.75C4.47386 7 4.25 6.77614 4.25 6.5Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))}),Gu=["color"],Yu=(0,r.forwardRef)(function(e,t){var n=e.color,o=void 0===n?"currentColor":n,a=i(e,Gu);return(0,r.createElement)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a,{ref:t}),(0,r.createElement)("path",{d:"M6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10ZM6.5 11C7.56251 11 8.53901 10.6318 9.30884 10.0159L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L10.0159 9.30884C10.6318 8.53901 11 7.56251 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5C2 8.98528 4.01472 11 6.5 11ZM4.75 6C4.47386 6 4.25 6.22386 4.25 6.5C4.25 6.77614 4.47386 7 4.75 7H8.25C8.52614 7 8.75 6.77614 8.75 6.5C8.75 6.22386 8.52614 6 8.25 6H4.75Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}))})},17255:(e,t,n)=>{var r=n(47422);e.exports=function(e){return function(t){return r(t,e)}}},17670:(e,t,n)=>{var r=n(12651);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},17909:(e,t,n)=>{t.isThisMinute=function(e){return(0,i.isSameMinute)(e,(0,r.constructNow)(e))};var r=n(2700),i=n(28847)},17929:(e,t,n)=>{n.r(t),n.d(t,{createBrowserHistory:()=>O,createHashHistory:()=>A,createLocation:()=>g,createMemoryHistory:()=>T,createPath:()=>m,locationsAreEqual:()=>v,parsePath:()=>p});var r=n(58168);function i(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,i=e.length;r=0;f--){var h=a[f];"."===h?o(a,f):".."===h?(o(a,f),d++):d&&(o(a,f),d--)}if(!l)for(;d--;d)a.unshift("..");!l||""===a[0]||a[0]&&i(a[0])||a.unshift("");var p=a.join("/");return n&&"/"!==p.substr(-1)&&(p+="/"),p};function s(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}const c=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every(function(t,r){return e(t,n[r])});if("object"==typeof t||"object"==typeof n){var r=s(t),i=s(n);return r!==t||i!==n?e(r,i):Object.keys(Object.assign({},t,n)).every(function(r){return e(t[r],n[r])})}return!1};var l=n(11561);function u(e){return"/"===e.charAt(0)?e:"/"+e}function d(e){return"/"===e.charAt(0)?e.substr(1):e}function f(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function h(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e||"/",n="",r="",i=t.indexOf("#");-1!==i&&(r=t.substr(i),t=t.substr(0,i));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}function m(e){var t=e.pathname,n=e.search,r=e.hash,i=t||"/";return n&&"?"!==n&&(i+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(i+="#"===r.charAt(0)?r:"#"+r),i}function g(e,t,n,i){var o;"string"==typeof e?(o=p(e)).state=t:(void 0===(o=(0,r.A)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return n&&(o.key=n),i?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=a(o.pathname,i.pathname)):o.pathname=i.pathname:o.pathname||(o.pathname="/"),o}function v(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&c(e.state,t.state)}function y(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,i){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,i):i(!0):i(!1!==o)}else i(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter(function(e){return e!==r})}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,i):n.push(i),d({action:r,location:i,index:t,entries:n})}})},replace:function(e,t){var r="REPLACE",i=g(e,t,f(),b.location);u.confirmTransitionTo(i,r,n,function(e){e&&(b.entries[b.index]=i,d({action:r,location:i}))})},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},canGo:function(e){var t=b.index+e;return t>=0&&t{t.roundToNearestMinutes=function(e,t){const n=t?.nearestTo??1;if(n<1||n>30)return(0,i.constructFrom)(e,NaN);const a=(0,o.toDate)(e,t?.in),s=a.getSeconds()/60,c=a.getMilliseconds()/1e3/60,l=a.getMinutes()+s+c,u=t?.roundingMethod??"round",d=(0,r.getRoundingMethod)(u)(l/n)*n;return a.setMinutes(d,0,0),a};var r=n(1331),i=n(92956),o=n(34446)},18290:(e,t,n)=>{t.normalizeInterval=function(e,t){const[n,i]=(0,r.normalizeDates)(e,t.start,t.end);return{start:n,end:i}};var r=n(8256)},18483:(e,t)=>{t.formatRelative=void 0;const n={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};t.formatRelative=(e,t,r,i)=>n[e]},18490:(e,t,n)=>{t.DayOfYearParser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=90;subpriority=1;parse(e,t,n){switch(t){case"D":case"DD":return(0,o.parseNumericPattern)(r.numericPatterns.dayOfYear,e);case"Do":return n.ordinalNumber(e,{unit:"date"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){const n=e.getFullYear();return(0,o.isLeapYearIndex)(n)?t>=1&&t<=366:t>=1&&t<=365}set(e,t,n){return e.setMonth(0,n),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]}t.DayOfYearParser=a},18721:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Context=void 0;const r=n(37763);t.Context=class{id;container;plan;currentRequest;constructor(e){this.id=(0,r.id)(),this.container=e}addPlan(e){this.plan=e}setCurrentRequest(e){this.currentRequest=e}}},18926:(e,t,n)=>{t.getISOWeek=function(e,t){const n=(0,a.toDate)(e,t?.in),s=+(0,i.startOfISOWeek)(n)-+(0,o.startOfISOWeekYear)(n);return Math.round(s/r.millisecondsInWeek)+1};var r=n(78052),i=n(36107),o=n(1152),a=n(34446)},19219:e=>{e.exports=function(e,t){return e.has(t)}},19466:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NON_CUSTOM_TAG_KEYS=t.PRE_DESTROY=t.POST_CONSTRUCT=t.DESIGN_PARAM_TYPES=t.PARAM_TYPES=t.TAGGED_PROP=t.TAGGED=t.MULTI_INJECT_TAG=t.INJECT_TAG=t.OPTIONAL_TAG=t.UNMANAGED_TAG=t.NAME_TAG=t.NAMED_TAG=void 0,t.NAMED_TAG="named",t.NAME_TAG="name",t.UNMANAGED_TAG="unmanaged",t.OPTIONAL_TAG="optional",t.INJECT_TAG="inject",t.MULTI_INJECT_TAG="multi_inject",t.TAGGED="inversify:tagged",t.TAGGED_PROP="inversify:tagged_props",t.PARAM_TYPES="inversify:paramtypes",t.DESIGN_PARAM_TYPES="design:paramtypes",t.POST_CONSTRUCT="post_construct",t.PRE_DESTROY="pre_destroy",t.NON_CUSTOM_TAG_KEYS=[t.INJECT_TAG,t.MULTI_INJECT_TAG,t.NAME_TAG,t.UNMANAGED_TAG,t.NAMED_TAG,t.OPTIONAL_TAG]},19629:(e,t,n)=>{t.quartersToYears=function(e){const t=e/r.quartersInYear;return Math.trunc(t)};var r=n(78052)},20220:(e,t,n)=>{t.subWeeks=function(e,t,n){return(0,r.addWeeks)(e,-t,n)};var r=n(94073)},20317:e=>{e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}},20426:e=>{var t=Object.prototype.hasOwnProperty;e.exports=function(e,n){return null!=e&&t.call(e,n)}},20627:(e,t,n)=>{var r,i;n.r(t),n.d(t,{ArraySchema:()=>je,BaseSchema:()=>z,BooleanSchema:()=>K,DateSchema:()=>le,MixedSchema:()=>U,NumberSchema:()=>oe,ObjectSchema:()=>xe,StringSchema:()=>re,ValidationError:()=>P,addMethod:()=>ke,array:()=>Me,bool:()=>q,boolean:()=>q,date:()=>ce,isSchema:()=>O,lazy:()=>Se,mixed:()=>G,number:()=>ie,object:()=>Oe,reach:()=>V,ref:()=>R,setLocale:()=>Ae,string:()=>ne});try{r=Map}catch(e){}try{i=Set}catch(e){}function o(e,t,n){if(!e||"object"!=typeof e||"function"==typeof e)return e;if(e.nodeType&&"cloneNode"in e)return e.cloneNode(!0);if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);if(Array.isArray(e))return e.map(a);if(r&&e instanceof r)return new Map(Array.from(e.entries()));if(i&&e instanceof i)return new Set(Array.from(e.values()));if(e instanceof Object){t.push(e);var s=Object.create(e);for(var c in n.push(s),e){var l=t.findIndex(function(t){return t===e[c]});s[c]=l>-1?n[l]:o(e[c],t,n)}return s}return e}function a(e){return o(e,[],[])}const s=Object.prototype.toString,c=Error.prototype.toString,l=RegExp.prototype.toString,u="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",d=/^Symbol\((.*)\)(.*)$/;function f(e,t=!1){if(null==e||!0===e||!1===e)return""+e;const n=typeof e;if("number"===n)return function(e){return e!=+e?"NaN":0===e&&1/e<0?"-0":""+e}(e);if("string"===n)return t?`"${e}"`:e;if("function"===n)return"[Function "+(e.name||"anonymous")+"]";if("symbol"===n)return u.call(e).replace(d,"Symbol($1)");const r=s.call(e).slice(8,-1);return"Date"===r?isNaN(e.getTime())?""+e:e.toISOString(e):"Error"===r||e instanceof Error?"["+c.call(e)+"]":"RegExp"===r?l.call(e):null}function h(e,t){let n=f(e,t);return null!==n?n:JSON.stringify(e,function(e,n){let r=f(this[e],t);return null!==r?r:n},2)}let p={default:"${path} is invalid",required:"${path} is a required field",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:e,type:t,value:n,originalValue:r})=>{let i=null!=r&&r!==n,o=`${e} must be a \`${t}\` type, but the final value was: \`${h(n,!0)}\``+(i?` (cast from the value \`${h(r,!0)}\`).`:".");return null===n&&(o+='\n If "null" is intended as an empty value be sure to mark the schema as `.nullable()`'),o},defined:"${path} must be defined"},m={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},g={min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},v={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},y={isValue:"${path} field must be ${value}"},C={noUnknown:"${path} field has unspecified keys: ${unknown}"},b={min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"};const w=Object.assign(Object.create(null),{mixed:p,string:m,number:g,date:v,object:C,array:b,boolean:y});var _=n(61448),x=n.n(_);const O=e=>e&&e.__isYupSchema__;const E=class{constructor(e,t){if(this.fn=void 0,this.refs=e,this.refs=e,"function"==typeof t)return void(this.fn=t);if(!x()(t,"is"))throw new TypeError("`is:` is required for `when()` conditions");if(!t.then&&!t.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:n,then:r,otherwise:i}=t,o="function"==typeof n?n:(...e)=>e.every(e=>e===n);this.fn=function(...e){let t=e.pop(),n=e.pop(),a=o(...e)?r:i;if(a)return"function"==typeof a?a(n):n.concat(a.resolve(t))}}resolve(e,t){let n=this.refs.map(e=>e.getValue(null==t?void 0:t.value,null==t?void 0:t.parent,null==t?void 0:t.context)),r=this.fn.apply(e,n.concat(e,t));if(void 0===r||r===e)return e;if(!O(r))throw new TypeError("conditions must return a schema object");return r.resolve(t)}};function M(e){return null==e?[]:[].concat(e)}function j(){return j=Object.assign||function(e){for(var t=1;th(t[n])):"function"==typeof e?e(t):e}static isError(e){return e&&"ValidationError"===e.name}constructor(e,t,n,r){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this.name="ValidationError",this.value=t,this.path=n,this.type=r,this.errors=[],this.inner=[],M(e).forEach(e=>{P.isError(e)?(this.errors.push(...e.errors),this.inner=this.inner.concat(e.inner.length?e.inner:e)):this.errors.push(e)}),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],Error.captureStackTrace&&Error.captureStackTrace(this,P)}}function A(e,t){let{endEarly:n,tests:r,args:i,value:o,errors:a,sort:s,path:c}=e,l=(e=>{let t=!1;return(...n)=>{t||(t=!0,e(...n))}})(t),u=r.length;const d=[];if(a=a||[],!u)return a.length?l(new P(a,o,c)):l(null,o);for(let e=0;e=0||(i[n]=e[n]);return i}(t,["value","path","label","options","originalValue","sync"]);const{name:u,test:d,params:f,message:h}=e;let{parent:p,context:m}=a;function g(e){return F.isRef(e)?e.getValue(r,p,m):e}function v(e={}){const t=T()(N({value:r,originalValue:s,label:o,path:e.path||i},f,e.params),g),n=new P(P.formatError(e.message||h,t),r,t.path,e.type||u);return n.params=t,n}let y,C=N({path:i,parent:p,type:u,createError:v,resolve:g,options:a,originalValue:s},l);if(c){try{var b;if(y=d.call(C,r,C),"function"==typeof(null==(b=y)?void 0:b.then))throw new Error(`Validation test of type: "${C.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`)}catch(e){return void n(e)}P.isError(y)?n(y):y?n(null,y):n(v())}else try{Promise.resolve(d.call(C,r,C)).then(e=>{P.isError(e)?n(e):e?n(null,e):n(v())}).catch(n)}catch(e){n(e)}}return t.OPTIONS=e,t}F.prototype.__isYupRef=!0;function B(e,t,n,r=n){let i,o,a;return t?((0,D.forEach)(t,(s,c,l)=>{let u=c?(e=>e.substr(0,e.length-1).substr(1))(s):s;if((e=e.resolve({context:r,parent:i,value:n})).innerType){let r=l?parseInt(u,10):0;if(n&&r>=n.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${s}, in the path: ${t}. because there is no value at that index. `);i=n,n=n&&n[r],e=e.innerType}if(!l){if(!e.fields||!e.fields[u])throw new Error(`The schema does not contain the path: ${t}. (failed at: ${a} which is a type: "${e._type}")`);i=n,n=n&&n[u],e=e.fields[u]}o=u,a=c?"["+s+"]":"."+s}),{schema:e,parent:i,parentPath:o}):{parent:i,parentPath:t,schema:e}}const V=(e,t,n,r)=>B(e,t,n,r).schema;class ${constructor(){this.list=void 0,this.refs=void 0,this.list=new Set,this.refs=new Map}get size(){return this.list.size+this.refs.size}describe(){const e=[];for(const t of this.list)e.push(t);for(const[,t]of this.refs)e.push(t.describe());return e}toArray(){return Array.from(this.list).concat(Array.from(this.refs.values()))}resolveAll(e){return this.toArray().reduce((t,n)=>t.concat(F.isRef(n)?e(n):n),[])}add(e){F.isRef(e)?this.refs.set(e.key,e):this.list.add(e)}delete(e){F.isRef(e)?this.refs.delete(e.key):this.list.delete(e)}clone(){const e=new $;return e.list=new Set(this.list),e.refs=new Map(this.refs),e}merge(e,t){const n=this.clone();return e.list.forEach(e=>n.add(e)),e.refs.forEach(e=>n.add(e)),t.list.forEach(e=>n.delete(e)),t.refs.forEach(e=>n.delete(e)),n}}function Z(){return Z=Object.assign||function(e){for(var t=1;t{this.typeError(p.notType)}),this.type=(null==e?void 0:e.type)||"mixed",this.spec=Z({strip:!1,strict:!1,abortEarly:!0,recursive:!0,nullable:!1,presence:"optional"},null==e?void 0:e.spec)}get _type(){return this.type}_typeCheck(e){return!0}clone(e){if(this._mutate)return e&&Object.assign(this.spec,e),this;const t=Object.create(Object.getPrototypeOf(this));return t.type=this.type,t._typeError=this._typeError,t._whitelistError=this._whitelistError,t._blacklistError=this._blacklistError,t._whitelist=this._whitelist.clone(),t._blacklist=this._blacklist.clone(),t.exclusiveTests=Z({},this.exclusiveTests),t.deps=[...this.deps],t.conditions=[...this.conditions],t.tests=[...this.tests],t.transforms=[...this.transforms],t.spec=a(Z({},this.spec,e)),t}label(e){let t=this.clone();return t.spec.label=e,t}meta(...e){if(0===e.length)return this.spec.meta;let t=this.clone();return t.spec.meta=Object.assign(t.spec.meta||{},e[0]),t}withMutation(e){let t=this._mutate;this._mutate=!0;let n=e(this);return this._mutate=t,n}concat(e){if(!e||e===this)return this;if(e.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${e.type}`);let t=this,n=e.clone();const r=Z({},t.spec,n.spec);return n.spec=r,n._typeError||(n._typeError=t._typeError),n._whitelistError||(n._whitelistError=t._whitelistError),n._blacklistError||(n._blacklistError=t._blacklistError),n._whitelist=t._whitelist.merge(e._whitelist,e._blacklist),n._blacklist=t._blacklist.merge(e._blacklist,e._whitelist),n.tests=t.tests,n.exclusiveTests=t.exclusiveTests,n.withMutation(t=>{e.tests.forEach(e=>{t.test(e.OPTIONS)})}),n.transforms=[...t.transforms,...n.transforms],n}isType(e){return!(!this.spec.nullable||null!==e)||this._typeCheck(e)}resolve(e){let t=this;if(t.conditions.length){let n=t.conditions;t=t.clone(),t.conditions=[],t=n.reduce((t,n)=>n.resolve(t,e),t),t=t.resolve(e)}return t}cast(e,t={}){let n=this.resolve(Z({value:e},t)),r=n._cast(e,t);if(void 0!==e&&!1!==t.assert&&!0!==n.isType(r)){let i=h(e),o=h(r);throw new TypeError(`The value of ${t.path||"field"} could not be cast to a value that satisfies the schema type: "${n._type}". \n\nattempted value: ${i} \n`+(o!==i?`result of cast: ${o}`:""))}return r}_cast(e,t){let n=void 0===e?e:this.transforms.reduce((t,n)=>n.call(this,t,e,this),e);return void 0===n&&(n=this.getDefault()),n}_validate(e,t={},n){let{sync:r,path:i,from:o=[],originalValue:a=e,strict:s=this.spec.strict,abortEarly:c=this.spec.abortEarly}=t,l=e;s||(l=this._cast(l,Z({assert:!1},t)));let u={value:l,path:i,options:t,originalValue:a,schema:this,label:this.spec.label,sync:r,from:o},d=[];this._typeError&&d.push(this._typeError);let f=[];this._whitelistError&&f.push(this._whitelistError),this._blacklistError&&f.push(this._blacklistError),A({args:u,value:l,path:i,sync:r,tests:d,endEarly:c},e=>{e?n(e,l):A({tests:this.tests.concat(f),args:u,path:i,sync:r,value:l,endEarly:c},n)})}validate(e,t,n){let r=this.resolve(Z({},t,{value:e}));return"function"==typeof n?r._validate(e,t,n):new Promise((n,i)=>r._validate(e,t,(e,t)=>{e?i(e):n(t)}))}validateSync(e,t){let n;return this.resolve(Z({},t,{value:e}))._validate(e,Z({},t,{sync:!0}),(e,t)=>{if(e)throw e;n=t}),n}isValid(e,t){return this.validate(e,t).then(()=>!0,e=>{if(P.isError(e))return!1;throw e})}isValidSync(e,t){try{return this.validateSync(e,t),!0}catch(e){if(P.isError(e))return!1;throw e}}_getDefault(){let e=this.spec.default;return null==e?e:"function"==typeof e?e.call(this):a(e)}getDefault(e){return this.resolve(e||{})._getDefault()}default(e){if(0===arguments.length)return this._getDefault();return this.clone({default:e})}strict(e=!0){let t=this.clone();return t.spec.strict=e,t}_isPresent(e){return null!=e}defined(e=p.defined){return this.test({message:e,name:"defined",exclusive:!0,test:e=>void 0!==e})}required(e=p.required){return this.clone({presence:"required"}).withMutation(t=>t.test({message:e,name:"required",exclusive:!0,test(e){return this.schema._isPresent(e)}}))}notRequired(){let e=this.clone({presence:"optional"});return e.tests=e.tests.filter(e=>"required"!==e.OPTIONS.name),e}nullable(e=!0){return this.clone({nullable:!1!==e})}transform(e){let t=this.clone();return t.transforms.push(e),t}test(...e){let t;if(t=1===e.length?"function"==typeof e[0]?{test:e[0]}:e[0]:2===e.length?{name:e[0],test:e[1]}:{name:e[0],message:e[1],test:e[2]},void 0===t.message&&(t.message=p.default),"function"!=typeof t.test)throw new TypeError("`test` is a required parameters");let n=this.clone(),r=H(t),i=t.exclusive||t.name&&!0===n.exclusiveTests[t.name];if(t.exclusive&&!t.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return t.name&&(n.exclusiveTests[t.name]=!!t.exclusive),n.tests=n.tests.filter(e=>{if(e.OPTIONS.name===t.name){if(i)return!1;if(e.OPTIONS.test===r.OPTIONS.test)return!1}return!0}),n.tests.push(r),n}when(e,t){Array.isArray(e)||"string"==typeof e||(t=e,e=".");let n=this.clone(),r=M(e).map(e=>new F(e));return r.forEach(e=>{e.isSibling&&n.deps.push(e.key)}),n.conditions.push(new E(r,t)),n}typeError(e){let t=this.clone();return t._typeError=H({message:e,name:"typeError",test(e){return!(void 0!==e&&!this.schema.isType(e))||this.createError({params:{type:this.schema._type}})}}),t}oneOf(e,t=p.oneOf){let n=this.clone();return e.forEach(e=>{n._whitelist.add(e),n._blacklist.delete(e)}),n._whitelistError=H({message:t,name:"oneOf",test(e){if(void 0===e)return!0;let t=this.schema._whitelist,n=t.resolveAll(this.resolve);return!!n.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:n}})}}),n}notOneOf(e,t=p.notOneOf){let n=this.clone();return e.forEach(e=>{n._blacklist.add(e),n._whitelist.delete(e)}),n._blacklistError=H({message:t,name:"notOneOf",test(e){let t=this.schema._blacklist,n=t.resolveAll(this.resolve);return!n.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:n}})}}),n}strip(e=!0){let t=this.clone();return t.spec.strip=e,t}describe(){const e=this.clone(),{label:t,meta:n}=e.spec;return{meta:n,label:t,type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map(e=>({name:e.OPTIONS.name,params:e.OPTIONS.params})).filter((e,t,n)=>n.findIndex(t=>t.name===e.name)===t)}}}z.prototype.__isYupSchema__=!0;for(const e of["validate","validateSync"])z.prototype[`${e}At`]=function(t,n,r={}){const{parent:i,parentPath:o,schema:a}=B(this,t,n,r.context);return a[e](i&&i[o],Z({},r,{parent:i,path:t}))};for(const e of["equals","is"])z.prototype[e]=z.prototype.oneOf;for(const e of["not","nope"])z.prototype[e]=z.prototype.notOneOf;z.prototype.optional=z.prototype.notRequired;const W=z,U=W;function G(){return new W}G.prototype=W.prototype;const Y=e=>null==e;function q(){return new K}class K extends z{constructor(){super({type:"boolean"}),this.withMutation(()=>{this.transform(function(e){if(!this.isType(e)){if(/^(true|1)$/i.test(String(e)))return!0;if(/^(false|0)$/i.test(String(e)))return!1}return e})})}_typeCheck(e){return e instanceof Boolean&&(e=e.valueOf()),"boolean"==typeof e}isTrue(e=y.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"true"},test:e=>Y(e)||!0===e})}isFalse(e=y.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"false"},test:e=>Y(e)||!1===e})}}q.prototype=K.prototype;let X=/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i,J=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,Q=/^(?:[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,ee=e=>Y(e)||e===e.trim(),te={}.toString();function ne(){return new re}class re extends z{constructor(){super({type:"string"}),this.withMutation(()=>{this.transform(function(e){if(this.isType(e))return e;if(Array.isArray(e))return e;const t=null!=e&&e.toString?e.toString():e;return t===te?e:t})})}_typeCheck(e){return e instanceof String&&(e=e.valueOf()),"string"==typeof e}_isPresent(e){return super._isPresent(e)&&!!e.length}length(e,t=m.length){return this.test({message:t,name:"length",exclusive:!0,params:{length:e},test(t){return Y(t)||t.length===this.resolve(e)}})}min(e,t=m.min){return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return Y(t)||t.length>=this.resolve(e)}})}max(e,t=m.max){return this.test({name:"max",exclusive:!0,message:t,params:{max:e},test(t){return Y(t)||t.length<=this.resolve(e)}})}matches(e,t){let n,r,i=!1;return t&&("object"==typeof t?({excludeEmptyString:i=!1,message:n,name:r}=t):n=t),this.test({name:r||"matches",message:n||m.matches,params:{regex:e},test:t=>Y(t)||""===t&&i||-1!==t.search(e)})}email(e=m.email){return this.matches(X,{name:"email",message:e,excludeEmptyString:!0})}url(e=m.url){return this.matches(J,{name:"url",message:e,excludeEmptyString:!0})}uuid(e=m.uuid){return this.matches(Q,{name:"uuid",message:e,excludeEmptyString:!1})}ensure(){return this.default("").transform(e=>null===e?"":e)}trim(e=m.trim){return this.transform(e=>null!=e?e.trim():e).test({message:e,name:"trim",test:ee})}lowercase(e=m.lowercase){return this.transform(e=>Y(e)?e:e.toLowerCase()).test({message:e,name:"string_case",exclusive:!0,test:e=>Y(e)||e===e.toLowerCase()})}uppercase(e=m.uppercase){return this.transform(e=>Y(e)?e:e.toUpperCase()).test({message:e,name:"string_case",exclusive:!0,test:e=>Y(e)||e===e.toUpperCase()})}}ne.prototype=re.prototype;function ie(){return new oe}class oe extends z{constructor(){super({type:"number"}),this.withMutation(()=>{this.transform(function(e){let t=e;if("string"==typeof t){if(t=t.replace(/\s/g,""),""===t)return NaN;t=+t}return this.isType(t)?t:parseFloat(t)})})}_typeCheck(e){return e instanceof Number&&(e=e.valueOf()),"number"==typeof e&&!(e=>e!=+e)(e)}min(e,t=g.min){return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return Y(t)||t>=this.resolve(e)}})}max(e,t=g.max){return this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(t){return Y(t)||t<=this.resolve(e)}})}lessThan(e,t=g.lessThan){return this.test({message:t,name:"max",exclusive:!0,params:{less:e},test(t){return Y(t)||tthis.resolve(e)}})}positive(e=g.positive){return this.moreThan(0,e)}negative(e=g.negative){return this.lessThan(0,e)}integer(e=g.integer){return this.test({name:"integer",message:e,test:e=>Y(e)||Number.isInteger(e)})}truncate(){return this.transform(e=>Y(e)?e:0|e)}round(e){var t;let n=["ceil","floor","round","trunc"];if("trunc"===(e=(null==(t=e)?void 0:t.toLowerCase())||"round"))return this.truncate();if(-1===n.indexOf(e.toLowerCase()))throw new TypeError("Only valid options for round() are: "+n.join(", "));return this.transform(t=>Y(t)?t:Math[e](t))}}ie.prototype=oe.prototype;var ae=/^(\d{4}|[+\-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,\.](\d{1,}))?)?(?:(Z)|([+\-])(\d{2})(?::?(\d{2}))?)?)?$/;let se=new Date("");function ce(){return new le}class le extends z{constructor(){super({type:"date"}),this.withMutation(()=>{this.transform(function(e){return this.isType(e)?e:(e=function(e){var t,n,r=[1,4,5,6,7,10,11],i=0;if(n=ae.exec(e)){for(var o,a=0;o=r[a];++a)n[o]=+n[o]||0;n[2]=(+n[2]||1)-1,n[3]=+n[3]||1,n[7]=n[7]?String(n[7]).substr(0,3):0,void 0!==n[8]&&""!==n[8]||void 0!==n[9]&&""!==n[9]?("Z"!==n[8]&&void 0!==n[9]&&(i=60*n[10]+n[11],"+"===n[9]&&(i=0-i)),t=Date.UTC(n[1],n[2],n[3],n[4],n[5]+i,n[6],n[7])):t=+new Date(n[1],n[2],n[3],n[4],n[5],n[6],n[7])}else t=Date.parse?Date.parse(e):NaN;return t}(e),isNaN(e)?se:new Date(e))})})}_typeCheck(e){return t=e,"[object Date]"===Object.prototype.toString.call(t)&&!isNaN(e.getTime());var t}prepareParam(e,t){let n;if(F.isRef(e))n=e;else{let r=this.cast(e);if(!this._typeCheck(r))throw new TypeError(`\`${t}\` must be a Date or a value that can be \`cast()\` to a Date`);n=r}return n}min(e,t=v.min){let n=this.prepareParam(e,"min");return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(e){return Y(e)||e>=this.resolve(n)}})}max(e,t=v.max){let n=this.prepareParam(e,"max");return this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(e){return Y(e)||e<=this.resolve(n)}})}}le.INVALID_DATE=se,ce.prototype=le.prototype,ce.INVALID_DATE=se;var ue=n(4124),de=n.n(ue),fe=n(84058),he=n.n(fe),pe=n(79674),me=n.n(pe),ge=n(92981),ve=n.n(ge);function ye(e,t){let n=1/0;return e.some((e,r)=>{var i;if(-1!==(null==(i=t.path)?void 0:i.indexOf(e)))return n=r,!0}),n}function Ce(e){return(t,n)=>ye(e,t)-ye(e,n)}function be(){return be=Object.assign||function(e){for(var t=1;t"[object Object]"===Object.prototype.toString.call(e);const _e=Ce([]);class xe extends z{constructor(e){super({type:"object"}),this.fields=Object.create(null),this._sortErrors=_e,this._nodes=[],this._excludedEdges=[],this.withMutation(()=>{this.transform(function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e=null}return this.isType(e)?e:null}),e&&this.shape(e)})}_typeCheck(e){return we(e)||"function"==typeof e}_cast(e,t={}){var n;let r=super._cast(e,t);if(void 0===r)return this.getDefault();if(!this._typeCheck(r))return r;let i=this.fields,o=null!=(n=t.stripUnknown)?n:this.spec.noUnknown,a=this._nodes.concat(Object.keys(r).filter(e=>-1===this._nodes.indexOf(e))),s={},c=be({},t,{parent:s,__validating:t.__validating||!1}),l=!1;for(const e of a){let n=i[e],a=x()(r,e);if(n){let i,o=r[e];c.path=(t.path?`${t.path}.`:"")+e,n=n.resolve({value:o,context:t.context,parent:s});let a="spec"in n?n.spec:void 0,u=null==a?void 0:a.strict;if(null==a?void 0:a.strip){l=l||e in r;continue}i=t.__validating&&u?r[e]:n.cast(r[e],c),void 0!==i&&(s[e]=i)}else a&&!o&&(s[e]=r[e]);s[e]!==r[e]&&(l=!0)}return l?s:r}_validate(e,t={},n){let r=[],{sync:i,from:o=[],originalValue:a=e,abortEarly:s=this.spec.abortEarly,recursive:c=this.spec.recursive}=t;o=[{schema:this,value:a},...o],t.__validating=!0,t.originalValue=a,t.from=o,super._validate(e,t,(e,l)=>{if(e){if(!P.isError(e)||s)return void n(e,l);r.push(e)}if(!c||!we(l))return void n(r[0]||null,l);a=a||l;let u=this._nodes.map(e=>(n,r)=>{let i=-1===e.indexOf(".")?(t.path?`${t.path}.`:"")+e:`${t.path||""}["${e}"]`,s=this.fields[e];s&&"validate"in s?s.validate(l[e],be({},t,{path:i,from:o,strict:!0,parent:l,originalValue:a[e]}),r):r(null)});A({sync:i,tests:u,value:l,errors:r,endEarly:s,sort:this._sortErrors,path:t.path},n)})}clone(e){const t=super.clone(e);return t.fields=be({},this.fields),t._nodes=this._nodes,t._excludedEdges=this._excludedEdges,t._sortErrors=this._sortErrors,t}concat(e){let t=super.concat(e),n=t.fields;for(let[e,t]of Object.entries(this.fields)){const r=n[e];void 0===r?n[e]=t:r instanceof z&&t instanceof z&&(n[e]=t.concat(r))}return t.withMutation(()=>t.shape(n,this._excludedEdges))}getDefaultFromShape(){let e={};return this._nodes.forEach(t=>{const n=this.fields[t];e[t]="default"in n?n.getDefault():void 0}),e}_getDefault(){return"default"in this.spec?super._getDefault():this._nodes.length?this.getDefaultFromShape():void 0}shape(e,t=[]){let n=this.clone(),r=Object.assign(n.fields,e);return n.fields=r,n._sortErrors=Ce(Object.keys(r)),t.length&&(Array.isArray(t[0])||(t=[t]),n._excludedEdges=[...n._excludedEdges,...t]),n._nodes=function(e,t=[]){let n=[],r=new Set,i=new Set(t.map(([e,t])=>`${e}-${t}`));function o(e,t){let o=(0,D.split)(e)[0];r.add(o),i.has(`${t}-${o}`)||n.push([t,o])}for(const t in e)if(x()(e,t)){let n=e[t];r.add(t),F.isRef(n)&&n.isSibling?o(n.path,t):O(n)&&"deps"in n&&n.deps.forEach(e=>o(e,t))}return ve().array(Array.from(r),n).reverse()}(r,n._excludedEdges),n}pick(e){const t={};for(const n of e)this.fields[n]&&(t[n]=this.fields[n]);return this.clone().withMutation(e=>(e.fields={},e.shape(t)))}omit(e){const t=this.clone(),n=t.fields;t.fields={};for(const t of e)delete n[t];return t.withMutation(()=>t.shape(n))}from(e,t,n){let r=(0,D.getter)(e,!0);return this.transform(i=>{if(null==i)return i;let o=i;return x()(i,e)&&(o=be({},i),n||delete o[e],o[t]=r(i)),o})}noUnknown(e=!0,t=C.noUnknown){"string"==typeof e&&(t=e,e=!0);let n=this.test({name:"noUnknown",exclusive:!0,message:t,test(t){if(null==t)return!0;const n=function(e,t){let n=Object.keys(e.fields);return Object.keys(t).filter(e=>-1===n.indexOf(e))}(this.schema,t);return!e||0===n.length||this.createError({params:{unknown:n.join(", ")}})}});return n.spec.noUnknown=e,n}unknown(e=!0,t=C.noUnknown){return this.noUnknown(!e,t)}transformKeys(e){return this.transform(t=>t&&me()(t,(t,n)=>e(n)))}camelCase(){return this.transformKeys(he())}snakeCase(){return this.transformKeys(de())}constantCase(){return this.transformKeys(e=>de()(e).toUpperCase())}describe(){let e=super.describe();return e.fields=T()(this.fields,e=>e.describe()),e}}function Oe(e){return new xe(e)}function Ee(){return Ee=Object.assign||function(e){for(var t=1;t{this.transform(function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e=null}return this.isType(e)?e:null})})}_typeCheck(e){return Array.isArray(e)}get _subType(){return this.innerType}_cast(e,t){const n=super._cast(e,t);if(!this._typeCheck(n)||!this.innerType)return n;let r=!1;const i=n.map((e,n)=>{const i=this.innerType.cast(e,Ee({},t,{path:`${t.path||""}[${n}]`}));return i!==e&&(r=!0),i});return r?i:n}_validate(e,t={},n){var r,i;let o=[],a=t.sync,s=t.path,c=this.innerType,l=null!=(r=t.abortEarly)?r:this.spec.abortEarly,u=null!=(i=t.recursive)?i:this.spec.recursive,d=null!=t.originalValue?t.originalValue:e;super._validate(e,t,(e,r)=>{if(e){if(!P.isError(e)||l)return void n(e,r);o.push(e)}if(!u||!c||!this._typeCheck(r))return void n(o[0]||null,r);d=d||r;let i=new Array(r.length);for(let e=0;ec.validate(n,a,t)}A({sync:a,path:s,value:r,errors:o,endEarly:l,tests:i},n)})}clone(e){const t=super.clone(e);return t.innerType=this.innerType,t}concat(e){let t=super.concat(e);return t.innerType=this.innerType,e.innerType&&(t.innerType=t.innerType?t.innerType.concat(e.innerType):e.innerType),t}of(e){let t=this.clone();if(!O(e))throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: "+h(e));return t.innerType=e,t}length(e,t=b.length){return this.test({message:t,name:"length",exclusive:!0,params:{length:e},test(t){return Y(t)||t.length===this.resolve(e)}})}min(e,t){return t=t||b.min,this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return Y(t)||t.length>=this.resolve(e)}})}max(e,t){return t=t||b.max,this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(t){return Y(t)||t.length<=this.resolve(e)}})}ensure(){return this.default(()=>[]).transform((e,t)=>this._typeCheck(e)?e:null==t?[]:[].concat(t))}compact(e){let t=e?(t,n,r)=>!e(t,n,r):e=>!!e;return this.transform(e=>null!=e?e.filter(t):e)}describe(){let e=super.describe();return this.innerType&&(e.innerType=this.innerType.describe()),e}nullable(e=!0){return super.nullable(e)}defined(){return super.defined()}required(e){return super.required(e)}}function Se(e){return new Pe(e)}Me.prototype=je.prototype;class Pe{constructor(e){this.type="lazy",this.__isYupSchema__=!0,this.__inputType=void 0,this.__outputType=void 0,this._resolve=(e,t={})=>{let n=this.builder(e,t);if(!O(n))throw new TypeError("lazy() functions must return a valid schema");return n.resolve(t)},this.builder=e}resolve(e){return this._resolve(e.value,e)}cast(e,t){return this._resolve(e,t).cast(e,t)}validate(e,t,n){return this._resolve(e,t).validate(e,t,n)}validateSync(e,t){return this._resolve(e,t).validateSync(e,t)}validateAt(e,t,n){return this._resolve(t,n).validateAt(e,t,n)}validateSyncAt(e,t,n){return this._resolve(t,n).validateSyncAt(e,t,n)}describe(){return null}isValid(e,t){return this._resolve(e,t).isValid(e,t)}isValidSync(e,t){return this._resolve(e,t).isValidSync(e,t)}}function Ae(e){Object.keys(e).forEach(t=>{Object.keys(e[t]).forEach(n=>{w[t][n]=e[t][n]})})}function ke(e,t,n){if(!e||!O(e.prototype))throw new TypeError("You must provide a yup schema constructor function");if("string"!=typeof t)throw new TypeError("A Method name must be provided");if("function"!=typeof n)throw new TypeError("Method function must be provided");e.prototype[t]=n}},20775:(e,t,n)=>{t.startOfYear=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n};var r=n(34446)},21020:(e,t,n)=>{ +/** + * @license React + * react-jsx-runtime.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +var r=n(51649),i=Symbol.for("react.element"),o=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,o={},l=null,u=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(u=t.ref),t)a.call(t,r)&&!c.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:l,ref:u,props:o,_owner:s.current}}t.Fragment=o,t.jsx=l,t.jsxs=l},21130:(e,t,n)=>{t.subHours=function(e,t,n){return(0,r.addHours)(e,-t,n)};var r=n(79463)},21149:(e,t,n)=>{t.addQuarters=function(e,t,n){return(0,r.addMonths)(e,3*t,n)};var r=n(66379)},21315:(e,t,n)=>{t.setWeek=function(e,t,n){const o=(0,i.toDate)(e,n?.in),a=(0,r.getWeek)(o,n)-t;return o.setDate(o.getDate()-7*a),(0,i.toDate)(o,n?.in)};var r=n(29639),i=n(34446)},21440:(e,t,n)=>{t.previousThursday=function(e,t){return(0,r.previousDay)(e,4,t)};var r=n(58092)},21479:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Request=void 0;const r=n(37763);class i{id;serviceIdentifier;parentContext;parentRequest;bindings;childRequests;target;requestScope;constructor(e,t,n,i,o){this.id=(0,r.id)(),this.serviceIdentifier=e,this.parentContext=t,this.parentRequest=n,this.target=o,this.childRequests=[],this.bindings=Array.isArray(i)?i:[i],this.requestScope=null===n?new Map:null}addChildRequest(e,t,n){const r=new i(e,this.parentContext,this,t,n);return this.childRequests.push(r),r}}t.Request=i},21497:(e,t,n)=>{t.YearParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=130;incompatibleTokens=["Y","R","u","w","I","i","e","c","t","T"];parse(e,t,n){const r=e=>({year:e,isTwoDigitYear:"yy"===t});switch(t){case"y":return(0,i.mapValue)((0,i.parseNDigits)(4,e),r);case"yo":return(0,i.mapValue)(n.ordinalNumber(e,{unit:"year"}),r);default:return(0,i.mapValue)((0,i.parseNDigits)(t.length,e),r)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,t,n){const r=e.getFullYear();if(n.isTwoDigitYear){const t=(0,i.normalizeTwoDigitYear)(n.year,r);return e.setFullYear(t,0,1),e.setHours(0,0,0,0),e}const o="era"in t&&1!==t.era?1-n.year:n.year;return e.setFullYear(o,0,1),e.setHours(0,0,0,0),e}}t.YearParser=o},21549:(e,t,n)=>{var r=n(22032),i=n(63862),o=n(66721),a=n(12749),s=n(35749);function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t{Object.defineProperty(t,"__esModule",{value:!0}),t.InversifyCoreError=t.isAppErrorSymbol=void 0,t.isAppErrorSymbol=Symbol.for("@inversifyjs/core/InversifyCoreError");class n extends Error{[t.isAppErrorSymbol];kind;constructor(e,n,r){super(n,r),this[t.isAppErrorSymbol]=!0,this.kind=e}static is(e){return"object"==typeof e&&null!==e&&!0===e[t.isAppErrorSymbol]}static isErrorOfKind(e,t){return n.is(e)&&e.kind===t}}t.InversifyCoreError=n},21791:(e,t,n)=>{var r=n(16547),i=n(43360);e.exports=function(e,t,n,o){var a=!n;n||(n={});for(var s=-1,c=t.length;++s{var r=n(51873),i=n(37828),o=n(75288),a=n(25911),s=n(20317),c=n(84247),l=r?r.prototype:void 0,u=l?l.valueOf:void 0;e.exports=function(e,t,n,r,l,d,f){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!d(new i(e),new i(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=s;case"[object Set]":var p=1&r;if(h||(h=c),e.size!=t.size&&!p)return!1;var m=f.get(e);if(m)return m==t;r|=2,f.set(e,t);var g=a(h(e),h(t),r,l,d,f);return f.delete(e),g;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},21992:(e,t,n)=>{t.isSameYear=function(e,t,n){const[i,o]=(0,r.normalizeDates)(n?.in,e,t);return i.getFullYear()===o.getFullYear()};var r=n(8256)},22022:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},22032:(e,t,n)=>{var r=n(81042);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},22056:(e,t,n)=>{t.isSaturday=function(e,t){return 6===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},22225:e=>{var t="\\ud800-\\udfff",n="\\u2700-\\u27bf",r="a-z\\xdf-\\xf6\\xf8-\\xff",i="A-Z\\xc0-\\xd6\\xd8-\\xde",o="\\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",a="["+o+"]",s="\\d+",c="["+n+"]",l="["+r+"]",u="[^"+t+o+s+n+r+i+"]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",f="[\\ud800-\\udbff][\\udc00-\\udfff]",h="["+i+"]",p="(?:"+l+"|"+u+")",m="(?:"+h+"|"+u+")",g="(?:['’](?:d|ll|m|re|s|t|ve))?",v="(?:['’](?:D|LL|M|RE|S|T|VE))?",y="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",C="[\\ufe0e\\ufe0f]?",b=C+y+("(?:\\u200d(?:"+["[^"+t+"]",d,f].join("|")+")"+C+y+")*"),w="(?:"+[c,d,f].join("|")+")"+b,_=RegExp([h+"?"+l+"+"+g+"(?="+[a,h,"$"].join("|")+")",m+"+"+v+"(?="+[a,h+p,"$"].join("|")+")",h+"?"+p+"+"+g,h+"+"+v,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",s,w].join("|"),"g");e.exports=function(e){return e.match(_)||[]}},22517:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function(e){return e.charCodeAt(0)}))},22671:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.updateReflectMetadata=function(e,t,n,i){const o=(0,r.getReflectMetadata)(e,t)??n,a=i(o);Reflect.defineMetadata(t,a,e)};const r=n(3654)},23007:e=>{e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n{Object.defineProperty(t,"__esModule",{value:!0}),t.tagged=function(e,t){return(0,i.createTaggedDecorator)(new r.Metadata(e,t))};const r=n(4045),i=n(33353)},23297:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorHandler=void 0;const r=n(50492);class i{constructor(e){e instanceof r.BatchError?(this.errors=[],e.errors.forEach(e=>{e instanceof Error?this.errors.push(e):this.errors.push(new Error(e))})):e instanceof Error?this.errors=[e]:this.errors=[],this.handledErrors=[],this.unhandledErrors=this.errors.slice()}static for(e){return new i(e)}processError(e,t){return this.handleErrorsOfType(e).forEach(t.bind(this)),this}processErrors(e,t){const n=this.handleErrorsOfType(e);return n.length>0&&t.call(this,n),this}processRemaining(e){return this.unhandledErrors.length>0&&e(this.unhandledErrors),this}throwRemaining(){const e=this.unhandledErrors;if(e.length>1)throw new r.BatchError(e);if(1===e.length)throw e[0];return this}log(){function e(e){var t;if(e instanceof r.BatchError)new i(e).log();else{if(console.groupCollapsed(`${e.name}: ${e.message}`),console.log(null===(t=null==e?void 0:e.stack)||void 0===t?void 0:t.replace(/^[^\n]*\n/,"")),e instanceof r.CustomError&&e.metadata){const{metadata:t}=e;console.groupCollapsed("Additional Metadata...");for(const e in t)console.group(e),console.log(t[e]),console.groupEnd();console.groupEnd()}console.groupEnd()}}return this.errors.length>1?(console.groupCollapsed(`%cError (${this.errors.length})`,"border: 1px solid #FFD6D6; background: #FFF0F0; color: blue; width: 100%;"),this.errors.forEach(e),console.groupEnd()):e(this.errors[0]),this}handleErrorsOfType(e){return this.unhandledErrors.slice().filter(t=>{const n=t instanceof e;if(n&&!this.handledErrors.includes(t)){const e=this.unhandledErrors.indexOf(t);e>=0&&this.unhandledErrors.splice(e,1),this.handledErrors.push(t)}return n})}}t.ErrorHandler=i},23340:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.formatYear=t.formatWeekday=t.formatShortWeekday=t.formatMonthYear=t.formatMonth=t.formatLongDate=t.formatDay=t.formatDate=void 0;var i=r(n(4081)),o=new Map;function a(e){return function(t,n){return function(e){return function(t,n){var r=t||(0,i.default)();o.has(r)||o.set(r,new Map);var a=o.get(r);return a.has(e)||a.set(e,new Intl.DateTimeFormat(r||void 0,e).format),a.get(e)(n)}}(e)(t,function(e){var t=new Date(e);return new Date(t.setHours(12))}(n))}}t.formatDate=a({day:"numeric",month:"numeric",year:"numeric"}),t.formatDay=a({day:"numeric"}),t.formatLongDate=a({day:"numeric",month:"long",year:"numeric"}),t.formatMonth=a({month:"long"}),t.formatMonthYear=a({month:"long",year:"numeric"}),t.formatShortWeekday=a({weekday:"short"}),t.formatWeekday=a({weekday:"long"}),t.formatYear=a({year:"numeric"})},23354:(e,t,n)=>{t.setISOWeek=function(e,t,n){const o=(0,i.toDate)(e,n?.in),a=(0,r.getISOWeek)(o,n)-t;return o.setDate(o.getDate()-7*a),o};var r=n(18926),i=n(34446)},23359:(e,t,n)=>{t.setDayOfYear=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setMonth(0),i.setDate(t),i};var r=n(34446)},23498:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getPropertyMetadataFromLegacyMetadata=function(e,t,n){try{return(0,o.getClassElementMetadataFromLegacyMetadata)(n)}catch(n){throw r.InversifyCoreError.isErrorOfKind(n,i.InversifyCoreErrorKind.missingInjectionDecorator)?new r.InversifyCoreError(i.InversifyCoreErrorKind.missingInjectionDecorator,`Expected a single @inject, @multiInject or @unmanaged decorator at type "${e.name}" at property "${t.toString()}"`,{cause:n}):n}};const r=n(21773),i=n(94931),o=n(44063)},23805:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},23947:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=n(74848),i=n(51649),o=n(94037),a=n(39034);function s(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}var c=s(i);const l=i.createContext({});function u(e){return null!==e&&"object"==typeof e&&"function"==typeof e.start}const d=e=>Array.isArray(e);function f(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r{t[0][n]=e.get(),t[1][n]=e.getVelocity()}),t}function m(e,t,n,r){if("function"==typeof t){const[i,o]=p(r);t=t(void 0!==n?n:e.custom,i,o)}if("string"==typeof t&&(t=e.variants&&e.variants[t]),"function"==typeof t){const[i,o]=p(r);t=t(void 0!==n?n:e.custom,i,o)}return t}function g(e,t,n){const r=e.getProps();return m(r,t,void 0!==n?n:r.custom,e)}const v=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],y=["initial",...v],C={skipAnimations:!1,useManualTiming:!1};const b=["read","resolveKeyframes","update","preRender","render","postRender"];function w(e,t){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,a=b.reduce((e,t)=>(e[t]=function(e){let t=new Set,n=new Set,r=!1,i=!1;const o=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function s(t){o.has(t)&&(c.schedule(t),e()),t(a)}const c={schedule:(e,i=!1,a=!1)=>{const s=a&&r?t:n;return i&&o.add(e),s.has(e)||s.add(e),e},cancel:e=>{n.delete(e),o.delete(e)},process:e=>{a=e,r?i=!0:(r=!0,[t,n]=[n,t],t.forEach(s),t.clear(),r=!1,i&&(i=!1,c.process(e)))}};return c}(o),e),{}),{read:s,resolveKeyframes:c,update:l,preRender:u,render:d,postRender:f}=a,h=()=>{const o=C.useManualTiming?i.timestamp:performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(o-i.timestamp,40),1),i.timestamp=o,i.isProcessing=!0,s.process(i),c.process(i),l.process(i),u.process(i),d.process(i),f.process(i),i.isProcessing=!1,n&&t&&(r=!1,e(h))};return{schedule:b.reduce((t,o)=>{const s=a[o];return t[o]=(t,o=!1,a=!1)=>(n||(n=!0,r=!0,i.isProcessing||e(h)),s.schedule(t,o,a)),t},{}),cancel:e=>{for(let t=0;td(e)?e[e.length-1]||0:e;let A;function k(){A=void 0}const T={now:()=>(void 0===A&&T.set(O.isProcessing||C.useManualTiming?O.timestamp:performance.now()),A),set:e=>{A=e,queueMicrotask(k)}};function D(e,t){-1===e.indexOf(t)&&e.push(t)}function I(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class L{constructor(){this.subscriptions=[]}add(e){return D(this.subscriptions,e),()=>I(this.subscriptions,e)}notify(e,t,n){const r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(let i=0;i{const n=T.now();this.updatedAt!==n&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(e),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),t&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=t.owner}setCurrent(e){var t;this.current=e,this.updatedAt=T.now(),null===this.canTrackVelocity&&void 0!==e&&(this.canTrackVelocity=(t=this.current,!isNaN(parseFloat(t))))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return this.on("change",e)}on(e,t){this.events[e]||(this.events[e]=new L);const n=this.events[e].add(t);return"change"===e?()=>{n(),_.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,t){this.passiveEffect=e,this.stopPassiveEffect=t}set(e,t=!0){t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)}setWithVelocity(e,t,n){this.set(t),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-n}jump(e,t=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,t&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return F.current&&F.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){const e=T.now();if(!this.canTrackVelocity||void 0===this.prevFrameValue||e-this.updatedAt>30)return 0;const t=Math.min(this.updatedAt-this.prevUpdatedAt,30);return R(parseFloat(this.current)-parseFloat(this.prevFrameValue),t)}start(e){return this.stop(),new Promise(t=>{this.hasAnimated=!0,this.animation=e(t),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function H(e,t){return new N(e,t)}function B(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,H(n))}function V(e,t){const n=g(e,t);let{transitionEnd:r={},transition:i={},...o}=n||{};o={...o,...r};for(const t in o){B(e,t,P(o[t]))}}const $=e=>Boolean(e&&e.getVelocity);function Z(e,t){const n=e.getValue("willChange");if(r=n,Boolean($(r)&&r.add))return n.add(t);var r}const z=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),W="framerAppearId",U="data-"+z(W);function G(e){return e.props[U]}const Y={current:!1},q=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e;function K(e,t,n,r){if(e===t&&n===r)return o.noop;const i=t=>function(e,t,n,r,i){let o,a,s=0;do{a=t+(n-t)/2,o=q(a,r,i)-e,o>0?n=a:t=a}while(Math.abs(o)>1e-7&&++s<12);return a}(t,0,1,e,n);return e=>0===e||1===e?e:q(i(e),t,r)}const X=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,J=e=>t=>1-e(1-t),Q=K(.33,1.53,.69,.99),ee=J(Q),te=X(ee),ne=e=>(e*=2)<1?.5*ee(e):.5*(2-Math.pow(2,-10*(e-1))),re=e=>1-Math.sin(Math.acos(e)),ie=J(re),oe=X(re),ae=e=>/^0[^.\s]+$/u.test(e);function se(e){return"number"==typeof e?0===e:null===e||("none"===e||"0"===e||ae(e))}const ce=(e,t,n)=>n>t?t:n"number"==typeof e,parse:parseFloat,transform:e=>e},ue={...le,transform:e=>ce(0,1,e)},de={...le,default:1},fe=e=>Math.round(1e5*e)/1e5,he=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;const pe=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,me=(e,t)=>n=>Boolean("string"==typeof n&&pe.test(n)&&n.startsWith(e)||t&&!function(e){return null==e}(n)&&Object.prototype.hasOwnProperty.call(n,t)),ge=(e,t,n)=>r=>{if("string"!=typeof r)return r;const[i,o,a,s]=r.match(he);return{[e]:parseFloat(i),[t]:parseFloat(o),[n]:parseFloat(a),alpha:void 0!==s?parseFloat(s):1}},ve={...le,transform:e=>Math.round((e=>ce(0,255,e))(e))},ye={test:me("rgb","red"),parse:ge("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+ve.transform(e)+", "+ve.transform(t)+", "+ve.transform(n)+", "+fe(ue.transform(r))+")"};const Ce={test:me("#"),parse:function(e){let t="",n="",r="",i="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),i=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),i=e.substring(4,5),t+=t,n+=n,r+=r,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}},transform:ye.transform},be=e=>({test:t=>"string"==typeof t&&t.endsWith(e)&&1===t.split(" ").length,parse:parseFloat,transform:t=>`${t}${e}`}),we=be("deg"),_e=be("%"),xe=be("px"),Oe=be("vh"),Ee=be("vw"),Me={..._e,parse:e=>_e.parse(e)/100,transform:e=>_e.transform(100*e)},je={test:me("hsl","hue"),parse:ge("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+_e.transform(fe(t))+", "+_e.transform(fe(n))+", "+fe(ue.transform(r))+")"},Se={test:e=>ye.test(e)||Ce.test(e)||je.test(e),parse:e=>ye.test(e)?ye.parse(e):je.test(e)?je.parse(e):Ce.parse(e),transform:e=>"string"==typeof e?e:e.hasOwnProperty("red")?ye.transform(e):je.transform(e)},Pe=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;const Ae="number",ke="color",Te=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function De(e){const t=e.toString(),n=[],r={color:[],number:[],var:[]},i=[];let o=0;const a=t.replace(Te,e=>(Se.test(e)?(r.color.push(o),i.push(ke),n.push(Se.parse(e))):e.startsWith("var(")?(r.var.push(o),i.push("var"),n.push(e)):(r.number.push(o),i.push(Ae),n.push(parseFloat(e))),++o,"${}")).split("${}");return{values:n,split:a,indexes:r,types:i}}function Ie(e){return De(e).values}function Le(e){const{split:t,types:n}=De(e),r=t.length;return e=>{let i="";for(let o=0;o"number"==typeof e?0:e;const Fe={test:function(e){var t,n;return isNaN(e)&&"string"==typeof e&&((null===(t=e.match(he))||void 0===t?void 0:t.length)||0)+((null===(n=e.match(Pe))||void 0===n?void 0:n.length)||0)>0},parse:Ie,createTransformer:Le,getAnimatableNone:function(e){const t=Ie(e);return Le(e)(t.map(Re))}},Ne=new Set(["brightness","contrast","saturate","opacity"]);function He(e){const[t,n]=e.slice(0,-1).split("(");if("drop-shadow"===t)return e;const[r]=n.match(he)||[];if(!r)return e;const i=n.replace(r,"");let o=Ne.has(t)?1:0;return r!==n&&(o*=100),t+"("+o+i+")"}const Be=/\b([a-z-]*)\(.*?\)/gu,Ve={...Fe,getAnimatableNone:e=>{const t=e.match(Be);return t?t.map(He).join(" "):e}},$e={borderWidth:xe,borderTopWidth:xe,borderRightWidth:xe,borderBottomWidth:xe,borderLeftWidth:xe,borderRadius:xe,radius:xe,borderTopLeftRadius:xe,borderTopRightRadius:xe,borderBottomRightRadius:xe,borderBottomLeftRadius:xe,width:xe,maxWidth:xe,height:xe,maxHeight:xe,top:xe,right:xe,bottom:xe,left:xe,padding:xe,paddingTop:xe,paddingRight:xe,paddingBottom:xe,paddingLeft:xe,margin:xe,marginTop:xe,marginRight:xe,marginBottom:xe,marginLeft:xe,backgroundPositionX:xe,backgroundPositionY:xe},Ze={rotate:we,rotateX:we,rotateY:we,rotateZ:we,scale:de,scaleX:de,scaleY:de,scaleZ:de,skew:we,skewX:we,skewY:we,distance:xe,translateX:xe,translateY:xe,translateZ:xe,x:xe,y:xe,z:xe,perspective:xe,transformPerspective:xe,opacity:ue,originX:Me,originY:Me,originZ:xe},ze={...le,transform:Math.round},We={...$e,...Ze,zIndex:ze,size:xe,fillOpacity:ue,strokeOpacity:ue,numOctaves:ze},Ue={...We,color:Se,backgroundColor:Se,outlineColor:Se,fill:Se,stroke:Se,borderColor:Se,borderTopColor:Se,borderRightColor:Se,borderBottomColor:Se,borderLeftColor:Se,filter:Ve,WebkitFilter:Ve},Ge=e=>Ue[e];function Ye(e,t){let n=Ge(e);return n!==Ve&&(n=Fe),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const qe=new Set(["auto","none","0"]);const Ke=e=>e===le||e===xe,Xe=(e,t)=>parseFloat(e.split(", ")[t]),Je=(e,t)=>(n,{transform:r})=>{if("none"===r||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/u);if(i)return Xe(i[1],t);{const t=r.match(/^matrix\((.+)\)$/u);return t?Xe(t[1],e):0}},Qe=new Set(["x","y","z"]),et=M.filter(e=>!Qe.has(e));const tt={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Je(4,13),y:Je(5,14)};tt.translateX=tt.x,tt.translateY=tt.y;const nt=new Set;let rt=!1,it=!1;function ot(){if(it){const e=Array.from(nt).filter(e=>e.needsMeasurement),t=new Set(e.map(e=>e.element)),n=new Map;t.forEach(e=>{const t=function(e){const t=[];return et.forEach(n=>{const r=e.getValue(n);void 0!==r&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t}(e);t.length&&(n.set(e,t),e.render())}),e.forEach(e=>e.measureInitialState()),t.forEach(e=>{e.render();const t=n.get(e);t&&t.forEach(([t,n])=>{var r;null===(r=e.getValue(t))||void 0===r||r.set(n)})}),e.forEach(e=>e.measureEndState()),e.forEach(e=>{void 0!==e.suspendedScrollY&&window.scrollTo(0,e.suspendedScrollY)})}it=!1,rt=!1,nt.forEach(e=>e.complete()),nt.clear()}function at(){nt.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(it=!0)})}class st{constructor(e,t,n,r,i,o=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=t,this.name=n,this.motionValue=r,this.element=i,this.isAsync=o}scheduleResolve(){this.isScheduled=!0,this.isAsync?(nt.add(this),rt||(rt=!0,_.read(at),_.resolveKeyframes(ot))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:t,element:n,motionValue:r}=this;for(let i=0;i/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e),lt=e=>t=>"string"==typeof t&&t.startsWith(e),ut=lt("--"),dt=lt("var(--"),ft=e=>!!dt(e)&&ht.test(e.split("/*")[0].trim()),ht=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,pt=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function mt(e,t,n=1){o.invariant(n<=4,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);const[r,i]=function(e){const t=pt.exec(e);if(!t)return[,];const[,n,r,i]=t;return[`--${null!=n?n:r}`,i]}(e);if(!r)return;const a=window.getComputedStyle(t).getPropertyValue(r);if(a){const e=a.trim();return ct(e)?parseFloat(e):e}return ft(i)?mt(i,t,n+1):i}const gt=e=>t=>t.test(e),vt=[le,xe,_e,we,Ee,Oe,{test:e=>"auto"===e,parse:e=>e}],yt=e=>vt.find(gt(e));class Ct extends st{constructor(e,t,n,r,i){super(e,t,n,r,i,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:t,name:n}=this;if(!t||!t.current)return;super.readKeyframes();for(let n=0;n{t.getValue(e).set(n)}),this.resolveNoneKeyframes()}}const bt=(e,t)=>"zIndex"!==t&&(!("number"!=typeof e&&!Array.isArray(e))||!("string"!=typeof e||!Fe.test(e)&&"0"!==e||e.startsWith("url(")));const wt=e=>null!==e;function _t(e,{repeat:t,repeatType:n="loop"},r){const i=e.filter(wt),o=t&&"loop"!==n&&t%2==1?0:i.length-1;return o&&void 0!==r?r:i[o]}class xt{constructor({autoplay:e=!0,delay:t=0,type:n="keyframes",repeat:r=0,repeatDelay:i=0,repeatType:o="loop",...a}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=T.now(),this.options={autoplay:e,delay:t,type:n,repeat:r,repeatDelay:i,repeatType:o,...a},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt&&this.resolvedAt-this.createdAt>40?this.resolvedAt:this.createdAt}get resolved(){return this._resolved||this.hasAttemptedResolve||(at(),ot()),this._resolved}onKeyframesResolved(e,t){this.resolvedAt=T.now(),this.hasAttemptedResolve=!0;const{name:n,type:r,velocity:i,delay:s,onComplete:c,onUpdate:l,isGenerator:u}=this.options;if(!u&&!function(e,t,n,r){const i=e[0];if(null===i)return!1;if("display"===t||"visibility"===t)return!0;const s=e[e.length-1],c=bt(i,t),l=bt(s,t);return o.warning(c===l,`You are trying to animate ${t} from "${i}" to "${s}". ${i} is not an animatable value - to enable this animation set ${i} to a value animatable to ${s} via the \`style\` property.`),!(!c||!l)&&(function(e){const t=e[0];if(1===e.length)return!0;for(let n=0;n{this.resolveFinishedPromise=e})}}const Ot=(e,t,n)=>e+(t-e)*n;function Et(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 Mt(e,t){return n=>n>0?t:e}const jt=(e,t,n)=>{const r=e*e,i=n*(t*t-r)+r;return i<0?0:Math.sqrt(i)},St=[Ce,ye,je];function Pt(e){const t=(n=e,St.find(e=>e.test(n)));var n;if(o.warning(Boolean(t),`'${e}' is not an animatable color. Use the equivalent color code instead.`),!Boolean(t))return!1;let r=t.parse(e);return t===je&&(r=function({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,n/=100;let i=0,o=0,a=0;if(t/=100){const r=n<.5?n*(1+t):n+t-n*t,s=2*n-r;i=Et(s,r,e+1/3),o=Et(s,r,e),a=Et(s,r,e-1/3)}else i=o=a=n;return{red:Math.round(255*i),green:Math.round(255*o),blue:Math.round(255*a),alpha:r}}(r)),r}const At=(e,t)=>{const n=Pt(e),r=Pt(t);if(!n||!r)return Mt(e,t);const i={...n};return e=>(i.red=jt(n.red,r.red,e),i.green=jt(n.green,r.green,e),i.blue=jt(n.blue,r.blue,e),i.alpha=Ot(n.alpha,r.alpha,e),ye.transform(i))},kt=(e,t)=>n=>t(e(n)),Tt=(...e)=>e.reduce(kt),Dt=new Set(["none","hidden"]);function It(e,t){return n=>Ot(e,t,n)}function Lt(e){return"number"==typeof e?It:"string"==typeof e?ft(e)?Mt:Se.test(e)?At:Nt:Array.isArray(e)?Rt:"object"==typeof e?Se.test(e)?At:Ft:Mt}function Rt(e,t){const n=[...e],r=n.length,i=e.map((e,n)=>Lt(e)(e,t[n]));return e=>{for(let t=0;t{for(const t in r)n[t]=r[t](e);return n}}const Nt=(e,t)=>{const n=Fe.createTransformer(t),r=De(e),i=De(t);return r.indexes.var.length===i.indexes.var.length&&r.indexes.color.length===i.indexes.color.length&&r.indexes.number.length>=i.indexes.number.length?Dt.has(e)&&!i.values.length||Dt.has(t)&&!r.values.length?function(e,t){return Dt.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}(e,t):Tt(Rt(function(e,t){var n;const r=[],i={color:0,var:0,number:0};for(let o=0;o{const r=t*s,i=r*e,o=r-n,a=rn(t,s),c=Math.exp(-i);return en-o/a*c},a=t=>{const r=t*s*e,o=r*n+n,a=Math.pow(s,2)*Math.pow(t,2)*e,c=Math.exp(-r),l=rn(Math.pow(t,2),s);return(-i(t)+en>0?-1:1)*((o-a)*c)/l}):(i=t=>Math.exp(-t*e)*((t-n)*e+1)-.001,a=t=>Math.exp(-t*e)*(e*e*(n-t)));const c=function(e,t,n){let r=n;for(let n=1;nvoid 0!==e[t])}function cn(e=Gt,t=Ut){const n="object"!=typeof e?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:r,restDelta:i}=n;const s=n.keyframes[0],c=n.keyframes[n.keyframes.length-1],l={done:!1,value:s},{stiffness:u,damping:d,mass:f,duration:h,velocity:p,isResolvedFromDuration:m}=function(e){let t={velocity:zt,stiffness:Vt,damping:$t,mass:Zt,isResolvedFromDuration:!1,...e};if(!sn(e,an)&&sn(e,on))if(e.visualDuration){const n=e.visualDuration,r=2*Math.PI/(1.2*n),i=r*r,o=2*ce(.05,1,1-(e.bounce||0))*Math.sqrt(i);t={...t,mass:Zt,stiffness:i,damping:o}}else{const n=tn(e);t={...t,...n,mass:Zt},t.isResolvedFromDuration=!0}return t}({...n,velocity:-o.millisecondsToSeconds(n.velocity||0)}),g=p||0,v=d/(2*Math.sqrt(u*f)),y=c-s,C=o.millisecondsToSeconds(Math.sqrt(u/f)),b=Math.abs(y)<5;let w;if(r||(r=b?Yt.granular:Yt.default),i||(i=b?qt.granular:qt.default),v<1){const e=rn(C,v);w=t=>{const n=Math.exp(-v*C*t);return c-n*((g+v*C*y)/e*Math.sin(e*t)+y*Math.cos(e*t))}}else if(1===v)w=e=>c-Math.exp(-C*e)*(y+(g+C*y)*e);else{const e=C*Math.sqrt(v*v-1);w=t=>{const n=Math.exp(-v*C*t),r=Math.min(e*t,300);return c-n*((g+v*C*y)*Math.sinh(r)+e*y*Math.cosh(r))/e}}const _={calculatedDuration:m&&h||null,next:e=>{const t=w(e);if(m)l.done=e>=h;else{let n=0;v<1&&(n=0===e?o.secondsToMilliseconds(g):Bt(w,e,t));const a=Math.abs(n)<=r,s=Math.abs(c-t)<=i;l.done=a&&s}return l.value=l.done?c:t,l},toString:()=>{const e=Math.min(a.calcGeneratorDuration(_),a.maxGeneratorDuration),t=a.generateLinearEasing(t=>_.next(e*t).value,e,30);return e+"ms "+t}};return _}function ln({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:s,max:c,restDelta:l=.5,restSpeed:u}){const d=e[0],f={done:!1,value:d},h=e=>void 0===s?c:void 0===c||Math.abs(s-e)-p*Math.exp(-e/r),y=e=>g+v(e),C=e=>{const t=v(e),n=y(e);f.done=Math.abs(t)<=l,f.value=f.done?g:n};let b,w;const _=e=>{var t;(t=f.value,void 0!==s&&tc)&&(b=e,w=cn({keyframes:[f.value,h(f.value)],velocity:Bt(y,e,f.value),damping:i,stiffness:o,restDelta:l,restSpeed:u}))};return _(0),{calculatedDuration:null,next:e=>{let t=!1;return w||void 0!==b||(t=!0,C(e),_(e)),void 0!==b&&e>=b?w.next(e-b):(!t&&C(e),f)}}}const un=K(.42,0,1,1),dn=K(0,0,.58,1),fn=K(.42,0,.58,1),hn=e=>Array.isArray(e)&&"number"!=typeof e[0],pn={linear:o.noop,easeIn:un,easeInOut:fn,easeOut:dn,circIn:re,circInOut:oe,circOut:ie,backIn:ee,backInOut:te,backOut:Q,anticipate:ne},mn=e=>{if(a.isBezierDefinition(e)){o.invariant(4===e.length,"Cubic bezier arrays must contain four numerical values.");const[t,n,r,i]=e;return K(t,n,r,i)}return"string"==typeof e?(o.invariant(void 0!==pn[e],`Invalid easing type '${e}'`),pn[e]):e};function gn(e,t,{clamp:n=!0,ease:r,mixer:i}={}){const a=e.length;if(o.invariant(a===t.length,"Both input and output ranges must be the same length"),1===a)return()=>t[0];if(2===a&&t[0]===t[1])return()=>t[1];const s=e[0]===e[1];e[0]>e[a-1]&&(e=[...e].reverse(),t=[...t].reverse());const c=function(e,t,n){const r=[],i=n||Ht,a=e.length-1;for(let n=0;n{if(s&&n1)for(;ru(ce(e[0],e[a-1],t)):u}function vn(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const i=o.progress(0,t,r);e.push(Ot(n,1,i))}}function yn(e){const t=[0];return vn(t,e.length-1),t}function Cn({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const i=hn(r)?r.map(mn):mn(r),o={done:!1,value:t[0]},a=function(e,t){return e.map(e=>e*t)}(n&&n.length===t.length?n:yn(t),e),s=gn(a,t,{ease:Array.isArray(i)?i:(c=t,l=i,c.map(()=>l||fn).splice(0,c.length-1))});var c,l;return{calculatedDuration:e,next:t=>(o.value=s(t),o.done=t>=e,o)}}const bn=e=>{const t=({timestamp:t})=>e(t);return{start:()=>_.update(t,!0),stop:()=>x(t),now:()=>O.isProcessing?O.timestamp:T.now()}},wn={decay:ln,inertia:ln,tween:Cn,keyframes:Cn,spring:cn},_n=e=>e/100;class xn extends xt{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,"idle"===this.state)return;this.teardown();const{onStop:e}=this.options;e&&e()};const{name:t,motionValue:n,element:r,keyframes:i}=this.options,o=(null==r?void 0:r.KeyframeResolver)||st;this.resolver=new o(i,(e,t)=>this.onKeyframesResolved(e,t),t,n,r),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:t="keyframes",repeat:n=0,repeatDelay:r=0,repeatType:i,velocity:o=0}=this.options,s=a.isGenerator(t)?t:wn[t]||Cn;let c,l;s!==Cn&&"number"!=typeof e[0]&&(c=Tt(_n,Ht(e[0],e[1])),e=[0,100]);const u=s({...this.options,keyframes:e});"mirror"===i&&(l=s({...this.options,keyframes:[...e].reverse(),velocity:-o})),null===u.calculatedDuration&&(u.calculatedDuration=a.calcGeneratorDuration(u));const{calculatedDuration:d}=u,f=d+r;return{generator:u,mirroredGenerator:l,mapPercentToKeyframes:c,calculatedDuration:d,resolvedDuration:f,totalDuration:f*(n+1)-r}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),"paused"!==this.pendingPlayState&&e?this.state=this.pendingPlayState:this.pause()}tick(e,t=!1){const{resolved:n}=this;if(!n){const{keyframes:e}=this.options;return{done:!0,value:e[e.length-1]}}const{finalKeyframe:r,generator:i,mirroredGenerator:o,mapPercentToKeyframes:a,keyframes:s,calculatedDuration:c,totalDuration:l,resolvedDuration:u}=n;if(null===this.startTime)return i.next(0);const{delay:d,repeat:f,repeatType:h,repeatDelay:p,onUpdate:m}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-l/this.speed,this.startTime)),t?this.currentTime=e:null!==this.holdTime?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const g=this.currentTime-d*(this.speed>=0?1:-1),v=this.speed>=0?g<0:g>l;this.currentTime=Math.max(g,0),"finished"===this.state&&null===this.holdTime&&(this.currentTime=l);let y=this.currentTime,C=i;if(f){const e=Math.min(this.currentTime,l)/u;let t=Math.floor(e),n=e%1;!n&&e>=1&&(n=1),1===n&&t--,t=Math.min(t,f+1);Boolean(t%2)&&("reverse"===h?(n=1-n,p&&(n-=p/u)):"mirror"===h&&(C=o)),y=ce(0,1,n)*u}const b=v?{done:!1,value:s[0]}:C.next(y);a&&(b.value=a(b.value));let{done:w}=b;v||null===c||(w=this.speed>=0?this.currentTime>=l:this.currentTime<=0);const _=null===this.holdTime&&("finished"===this.state||"running"===this.state&&w);return _&&void 0!==r&&(b.value=_t(s,this.options,r)),m&&m(b.value),_&&this.finish(),b}get duration(){const{resolved:e}=this;return e?o.millisecondsToSeconds(e.calculatedDuration):0}get time(){return o.millisecondsToSeconds(this.currentTime)}set time(e){e=o.secondsToMilliseconds(e),this.currentTime=e,null!==this.holdTime||0===this.speed?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const t=this.playbackSpeed!==e;this.playbackSpeed=e,t&&(this.time=o.millisecondsToSeconds(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved)return void(this.pendingPlayState="running");if(this.isStopped)return;const{driver:e=bn,onPlay:t,startTime:n}=this.options;this.driver||(this.driver=e(e=>this.tick(e))),t&&t();const r=this.driver.now();null!==this.holdTime?this.startTime=r-this.holdTime:this.startTime?"finished"===this.state&&(this.startTime=r):this.startTime=null!=n?n:this.calcStartTime(),"finished"===this.state&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;this._resolved?(this.state="paused",this.holdTime=null!==(e=this.currentTime)&&void 0!==e?e:0):this.pendingPlayState="paused"}complete(){"running"!==this.state&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){null!==this.cancelTime&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}function On(e){return new xn(e)}const En=new Set(["opacity","clipPath","filter","transform"]);function Mn(e,t,n,{delay:r=0,duration:i=300,repeat:o=0,repeatType:s="loop",ease:c="easeInOut",times:l}={}){const u={[t]:n};l&&(u.offset=l);const d=a.mapEasingToNativeEasing(c,i);return Array.isArray(d)&&(u.easing=d),e.animate(u,{delay:r,duration:i,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:o+1,direction:"reverse"===s?"alternate":"normal"})}const jn=o.memo(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));const Sn={anticipate:ne,backInOut:te,circInOut:oe};class Pn extends xt{constructor(e){super(e);const{name:t,motionValue:n,element:r,keyframes:i}=this.options;this.resolver=new Ct(i,(e,t)=>this.onKeyframesResolved(e,t),t,n,r),this.resolver.scheduleResolve()}initPlayback(e,t){let{duration:n=300,times:r,ease:i,type:o,motionValue:s,name:c,startTime:l}=this.options;if(!s.owner||!s.owner.current)return!1;var u;if("string"==typeof i&&a.supportsLinearEasing()&&i in Sn&&(i=Sn[i]),u=this.options,a.isGenerator(u.type)||"spring"===u.type||!a.isWaapiSupportedEasing(u.ease)){const{onComplete:t,onUpdate:a,motionValue:s,element:c,...l}=this.options,u=function(e,t){const n=new xn({...t,keyframes:e,repeat:0,delay:0,isGenerator:!0});let r={done:!1,value:e[0]};const i=[];let o=0;for(;!r.done&&o<2e4;)r=n.sample(o),i.push(r.value),o+=10;return{times:void 0,keyframes:i,duration:o-10,ease:"linear"}}(e,l);1===(e=u.keyframes).length&&(e[1]=e[0]),n=u.duration,r=u.times,i=u.ease,o="keyframes"}const d=Mn(s.owner.current,c,e,{...this.options,duration:n,times:r,ease:i});return d.startTime=null!=l?l:this.calcStartTime(),this.pendingTimeline?(a.attachTimeline(d,this.pendingTimeline),this.pendingTimeline=void 0):d.onfinish=()=>{const{onComplete:n}=this.options;s.set(_t(e,this.options,t)),n&&n(),this.cancel(),this.resolveFinishedPromise()},{animation:d,duration:n,times:r,type:o,ease:i,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:t}=e;return o.millisecondsToSeconds(t)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:t}=e;return o.millisecondsToSeconds(t.currentTime||0)}set time(e){const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.currentTime=o.secondsToMilliseconds(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:t}=e;return t.playbackRate}set speed(e){const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:t}=e;return t.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:t}=e;return t.startTime}attachTimeline(e){if(this._resolved){const{resolved:t}=this;if(!t)return o.noop;const{animation:n}=t;a.attachTimeline(n,e)}else this.pendingTimeline=e;return o.noop}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:t}=e;"finished"===t.playState&&this.updateFinishedPromise(),t.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:t}=e;t.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,"idle"===this.state)return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:t,keyframes:n,duration:r,type:i,ease:a,times:s}=e;if("idle"===t.playState||"finished"===t.playState)return;if(this.time){const{motionValue:e,onUpdate:t,onComplete:c,element:l,...u}=this.options,d=new xn({...u,keyframes:n,duration:r,type:i,ease:a,times:s,isGenerator:!0}),f=o.secondsToMilliseconds(this.time);e.setWithVelocity(d.sample(f-10).value,d.sample(f).value,10)}const{onStop:c}=this.options;c&&c(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:t,name:n,repeatDelay:r,repeatType:i,damping:o,type:a}=e;if(!(t&&t.owner&&t.owner.current instanceof HTMLElement))return!1;const{onUpdate:s,transformTemplate:c}=t.owner.getProps();return jn()&&n&&En.has(n)&&!s&&!c&&!r&&"mirror"!==i&&0!==o&&"inertia"!==a}}const An={type:"spring",stiffness:500,damping:25,restSpeed:10},kn={type:"keyframes",duration:.8},Tn={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},Dn=(e,{keyframes:t})=>t.length>2?kn:j.has(e)?e.startsWith("scale")?{type:"spring",stiffness:550,damping:0===t[1]?2*Math.sqrt(550):30,restSpeed:10}:An:Tn;const In=(e,t,n,r={},i,s)=>c=>{const l=a.getValueTransition(r,e)||{},u=l.delay||r.delay||0;let{elapsed:d=0}=r;d-=o.secondsToMilliseconds(u);let f={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...l,delay:-d,onUpdate:e=>{t.set(e),l.onUpdate&&l.onUpdate(e)},onComplete:()=>{c(),l.onComplete&&l.onComplete()},name:e,motionValue:t,element:s?void 0:i};(function({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:s,from:c,elapsed:l,...u}){return!!Object.keys(u).length})(l)||(f={...f,...Dn(e,f)}),f.duration&&(f.duration=o.secondsToMilliseconds(f.duration)),f.repeatDelay&&(f.repeatDelay=o.secondsToMilliseconds(f.repeatDelay)),void 0!==f.from&&(f.keyframes[0]=f.from);let h=!1;if((!1===f.type||0===f.duration&&!f.repeatDelay)&&(f.duration=0,0===f.delay&&(h=!0)),(Y.current||C.skipAnimations)&&(h=!0,f.duration=0,f.delay=0),h&&!s&&void 0!==t.get()){const e=_t(f.keyframes,l);if(void 0!==e)return _.update(()=>{f.onUpdate(e),f.onComplete()}),new a.GroupPlaybackControls([])}return!s&&Pn.supports(f)?new Pn(f):new xn(f)};function Ln({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&!0!==t[n];return t[n]=!1,r}function Rn(e,t,{delay:n=0,transitionOverride:r,type:i}={}){var o;let{transition:s=e.getDefaultTransition(),transitionEnd:c,...l}=t;r&&(s=r);const u=[],d=i&&e.animationState&&e.animationState.getState()[i];for(const t in l){const r=e.getValue(t,null!==(o=e.latestValues[t])&&void 0!==o?o:null),i=l[t];if(void 0===i||d&&Ln(d,t))continue;const c={delay:n,...a.getValueTransition(s||{},t)};let f=!1;if(window.MotionHandoffAnimation){const n=G(e);if(n){const e=window.MotionHandoffAnimation(n,t,_);null!==e&&(c.startTime=e,f=!0)}}Z(e,t),r.start(In(t,r,i,e.shouldReduceMotion&&S.has(t)?{type:!1}:c,e,f));const h=r.animation;h&&u.push(h)}return c&&Promise.all(u).then(()=>{_.update(()=>{c&&V(e,c)})}),u}function Fn(e,t,n={}){var r;const i=g(e,t,"exit"===n.type?null===(r=e.presenceContext)||void 0===r?void 0:r.custom:void 0);let{transition:o=e.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const a=i?()=>Promise.all(Rn(e,i,n)):()=>Promise.resolve(),s=e.variantChildren&&e.variantChildren.size?(r=0)=>{const{delayChildren:i=0,staggerChildren:a,staggerDirection:s}=o;return function(e,t,n=0,r=0,i=1,o){const a=[],s=(e.variantChildren.size-1)*r,c=1===i?(e=0)=>e*r:(e=0)=>s-e*r;return Array.from(e.variantChildren).sort(Nn).forEach((e,r)=>{e.notify("AnimationStart",t),a.push(Fn(e,t,{...o,delay:n+c(r)}).then(()=>e.notify("AnimationComplete",t)))}),Promise.all(a)}(e,t,i+r,a,s,n)}:()=>Promise.resolve(),{when:c}=o;if(c){const[e,t]="beforeChildren"===c?[a,s]:[s,a];return e().then(()=>t())}return Promise.all([a(),s(n.delay)])}function Nn(e,t){return e.sortNodePosition(t)}function Hn(e,t,n={}){let r;if(e.notify("AnimationStart",t),Array.isArray(t)){const i=t.map(t=>Fn(e,t,n));r=Promise.all(i)}else if("string"==typeof t)r=Fn(e,t,n);else{const i="function"==typeof t?g(e,t,n.custom):t;r=Promise.all(Rn(e,i,n))}return r.then(()=>{e.notify("AnimationComplete",t)})}const Bn=y.length;function Vn(e){if(!e)return;if(!e.isControllingVariants){const t=e.parent&&Vn(e.parent)||{};return void 0!==e.props.initial&&(t.initial=e.props.initial),t}const t={};for(let n=0;nPromise.all(t.map(({animation:t,options:n})=>Hn(e,t,n)))}(e),n=Gn(),r=!0;const i=t=>(n,r)=>{var i;const o=g(e,r,"exit"===t?null===(i=e.presenceContext)||void 0===i?void 0:i.custom:void 0);if(o){const{transition:e,transitionEnd:t,...r}=o;n={...n,...r,...t}}return n};function o(o){const{props:a}=e,s=Vn(e.parent)||{},c=[],l=new Set;let p={},m=1/0;for(let t=0;tm&&C,O=!1;const E=Array.isArray(y)?y:[y];let M=E.reduce(i(g),{});!1===b&&(M={});const{prevResolvedValues:j={}}=v,S={...j,...M},P=t=>{x=!0,l.has(t)&&(O=!0,l.delete(t)),v.needsAnimating[t]=!0;const n=e.getValue(t);n&&(n.liveStyle=!1)};for(const e in S){const t=M[e],n=j[e];if(p.hasOwnProperty(e))continue;let r=!1;r=d(t)&&d(n)?!f(t,n):t!==n,r?null!=t?P(e):l.add(e):void 0!==t&&l.has(e)?P(e):v.protectedKeys[e]=!0}v.prevProp=y,v.prevResolvedValues=M,v.isActive&&(p={...p,...M}),r&&e.blockInitialAnimation&&(x=!1);x&&(!(w&&_)||O)&&c.push(...E.map(e=>({animation:e,options:{type:g}})))}if(l.size){const t={};l.forEach(n=>{const r=e.getBaseTarget(n),i=e.getValue(n);i&&(i.liveStyle=!0),t[n]=null!=r?r:null}),c.push({animation:t})}let g=Boolean(c.length);return!r||!1!==a.initial&&a.initial!==a.animate||e.manuallyAnimateOnMount||(g=!1),r=!1,g?t(c):Promise.resolve()}return{animateChanges:o,setActive:function(t,r){var i;if(n[t].isActive===r)return Promise.resolve();null===(i=e.variantChildren)||void 0===i||i.forEach(e=>{var n;return null===(n=e.animationState)||void 0===n?void 0:n.setActive(t,r)}),n[t].isActive=r;const a=o(t);for(const e in n)n[e].protectedKeys={};return a},setAnimateFunction:function(n){t=n(e)},getState:()=>n,reset:()=>{n=Gn(),r=!0}}}function Wn(e,t){return"string"==typeof t?t!==e:!!Array.isArray(t)&&!f(t,e)}function Un(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Gn(){return{animate:Un(!0),whileInView:Un(),whileHover:Un(),whileTap:Un(),whileDrag:Un(),whileFocus:Un(),exit:Un()}}class Yn{constructor(e){this.isMounted=!1,this.node=e}update(){}}let qn=0;const Kn={animation:{Feature:class extends Yn{constructor(e){super(e),e.animationState||(e.animationState=zn(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();u(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:t}=this.node.prevProps||{};e!==t&&this.updateAnimationControlsSubscription()}unmount(){var e;this.node.animationState.reset(),null===(e=this.unmountControls)||void 0===e||e.call(this)}}},exit:{Feature:class extends Yn{constructor(){super(...arguments),this.id=qn++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:t}=this.node.presenceContext,{isPresent:n}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===n)return;const r=this.node.animationState.setActive("exit",!e);t&&!e&&r.then(()=>t(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}}},Xn=i.createContext({}),Jn=()=>({x:{min:0,max:0},y:{min:0,max:0}});function Qn(e){return e.max-e.min}function er(e,t,n,r=.5){e.origin=r,e.originPoint=Ot(t.min,t.max,e.origin),e.scale=Qn(n)/Qn(t),e.translate=Ot(n.min,n.max,e.origin)-e.originPoint,(e.scale>=.9999&&e.scale<=1.0001||isNaN(e.scale))&&(e.scale=1),(e.translate>=-.01&&e.translate<=.01||isNaN(e.translate))&&(e.translate=0)}function tr(e,t,n,r){er(e.x,t.x,n.x,r?r.originX:void 0),er(e.y,t.y,n.y,r?r.originY:void 0)}function nr(e,t,n){e.min=n.min+t.min,e.max=e.min+Qn(t)}function rr(e,t,n){e.min=t.min-n.min,e.max=e.min+Qn(t)}function ir(e,t,n){rr(e.x,t.x,n.x),rr(e.y,t.y,n.y)}const or=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function ar(e){return e.startsWith("while")||e.startsWith("drag")&&"draggable"!==e||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||or.has(e)}let sr=e=>!ar(e);function cr(e){e&&(sr=t=>t.startsWith("on")?!ar(t):e(t))}try{cr(n(39316).A)}catch(e){}function lr(e,t,n){const r={};for(const i in e)"values"===i&&"object"==typeof e.values||(sr(i)||!0===n&&ar(i)||!t&&!ar(i)||e.draggable&&i.startsWith("onDrag"))&&(r[i]=e[i]);return r}const ur=i.createContext(null);function dr(e){return u(e.animate)||y.some(t=>h(e[t]))}function fr(e){return Boolean(dr(e)||e.variants)}function hr(e){const t=i.useRef(null);return null===t.current&&(t.current=e()),t.current}function pr(e){const t=$(e)?e.get():e;return n=t,Boolean(n&&"object"==typeof n&&n.mix&&n.toValue)?t.toValue():t;var n}const mr=e=>(t,n)=>{const r=i.useContext(Xn),o=i.useContext(ur),a=()=>function({scrapeMotionValuesFromProps:e,createRenderState:t,onUpdate:n},r,i,o){const a={latestValues:gr(r,i,o,e),renderState:t()};return n&&(a.onMount=e=>n({props:r,current:e,...a}),a.onUpdate=e=>n(e)),a}(e,t,r,o);return n?a():hr(a)};function gr(e,t,n,r){const i={},o=r(e,{});for(const e in o)i[e]=pr(o[e]);let{initial:a,animate:s}=e;const c=dr(e),l=fr(e);t&&l&&!c&&!1!==e.inherit&&(void 0===a&&(a=t.initial),void 0===s&&(s=t.animate));let d=!!n&&!1===n.initial;d=d||!1===a;const f=d?s:a;if(f&&"boolean"!=typeof f&&!u(f)){const t=Array.isArray(f)?f:[f];for(let n=0;ne.removeEventListener(t,n)}function yr(e){return{point:{x:e.pageX,y:e.pageY}}}const Cr=e=>t=>a.isPrimaryPointer(t)&&e(t,yr(t));function br(e,t,n,r){return vr(e,t,Cr(n),r)}const wr="undefined"!=typeof window;function _r(e){return i.useEffect(()=>()=>e(),[])}const xr=wr?i.useLayoutEffect:i.useEffect;function Or(){const e=function(){const e=i.useRef(!1);return xr(()=>(e.current=!0,()=>{e.current=!1}),[]),e}(),[t,n]=i.useState(0),r=i.useCallback(()=>{e.current&&n(t+1)},[t]);return[i.useCallback(()=>_.postRender(r),[r]),t]}const Er=i.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});class Mr extends c.Component{getSnapshotBeforeUpdate(e){const t=this.props.childRef.current;if(t&&e.isPresent&&!this.props.isPresent){const e=this.props.sizeRef.current;e.height=t.offsetHeight||0,e.width=t.offsetWidth||0,e.top=t.offsetTop,e.left=t.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function jr({children:e,isPresent:t}){const n=i.useId(),o=i.useRef(null),a=i.useRef({width:0,height:0,top:0,left:0}),{nonce:s}=i.useContext(Er);return i.useInsertionEffect(()=>{const{width:e,height:r,top:i,left:c}=a.current;if(t||!o.current||!e||!r)return;o.current.dataset.motionPopId=n;const l=document.createElement("style");return s&&(l.nonce=s),document.head.appendChild(l),l.sheet&&l.sheet.insertRule(`\n [data-motion-pop-id="${n}"] {\n position: absolute !important;\n width: ${e}px !important;\n height: ${r}px !important;\n top: ${i}px !important;\n left: ${c}px !important;\n }\n `),()=>{document.head.removeChild(l)}},[t]),r.jsx(Mr,{isPresent:t,childRef:o,sizeRef:a,children:c.cloneElement(e,{ref:o})})}const Sr=({children:e,initial:t,isPresent:n,onExitComplete:o,custom:a,presenceAffectsLayout:s,mode:l})=>{const u=hr(Pr),d=i.useId(),f=i.useCallback(e=>{u.set(e,!0);for(const e of u.values())if(!e)return;o&&o()},[u,o]),h=i.useMemo(()=>({id:d,initial:t,isPresent:n,custom:a,onExitComplete:f,register:e=>(u.set(e,!1),()=>u.delete(e))}),s?[Math.random(),f]:[n,f]);return i.useMemo(()=>{u.forEach((e,t)=>u.set(t,!1))},[n]),c.useEffect(()=>{!n&&!u.size&&o&&o()},[n]),"popLayout"===l&&(e=r.jsx(jr,{isPresent:n,children:e})),r.jsx(ur.Provider,{value:h,children:e})};function Pr(){return new Map}function Ar(e=!0){const t=i.useContext(ur);if(null===t)return[!0,null];const{isPresent:n,onExitComplete:r,register:o}=t,a=i.useId();i.useEffect(()=>{e&&o(a)},[e]);const s=i.useCallback(()=>e&&r&&r(a),[a,r,e]);return!n&&r?[!1,s]:[!0]}const kr=e=>e.key||"";function Tr(e){const t=[];return i.Children.forEach(e,e=>{i.isValidElement(e)&&t.push(e)}),t}const Dr=i.createContext(null);function Ir(e,t,n){const r=$(e)?e:H(e);return r.start(In("",r,t,n)),r.animation}const Lr=(e,t,n)=>{const r=t-e;return((n-e)%r+r)%r+e};function Rr(e,t){return hn(e)?e[Lr(0,e.length,t)]:e}function Fr(e){return"object"==typeof e&&!Array.isArray(e)}function Nr(e,t,n,r){return"string"==typeof e&&Fr(t)?a.resolveElements(e,n,r):e instanceof NodeList?Array.from(e):Array.isArray(e)?e:[e]}function Hr(e,t,n){return e*(t+1)}function Br(e,t,n,r){var i;return"number"==typeof t?t:t.startsWith("-")||t.startsWith("+")?Math.max(0,e+parseFloat(t)):"<"===t?n:null!==(i=r.get(t))&&void 0!==i?i:e}function Vr(e,t,n,r,i,o){!function(e,t,n){for(let r=0;rt&&i.at"number"==typeof e,qr=e=>e.every(Yr),Kr=new WeakMap;function Xr(e){return e instanceof SVGElement&&"svg"!==e.tagName}const Jr={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Qr={};for(const e in Jr)Qr[e]={isEnabled:t=>Jr[e].some(e=>!!t[e])};const ei={current:null},ti={current:!1};function ni(){if(ti.current=!0,wr)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>ei.current=e.matches;e.addListener(t),t()}else ei.current=!1}const ri=[...vt,Se,Fe];const ii=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class oi{scrapeMotionValuesFromProps(e,t,n){return{}}constructor({parent:e,props:t,presenceContext:n,reducedMotionConfig:r,blockInitialAnimation:i,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=st,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const e=T.now();this.renderScheduledAtthis.bindToMotionValue(t,e)),ti.current||ni(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||ei.current),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){Kr.delete(this.current),this.projection&&this.projection.unmount(),x(this.notifyUpdate),x(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const t=this.features[e];t&&(t.unmount(),t.isMounted=!1)}this.current=null}bindToMotionValue(e,t){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const n=j.has(e),r=t.on("change",t=>{this.latestValues[e]=t,this.props.onUpdate&&_.preRender(this.notifyUpdate),n&&this.projection&&(this.projection.isTransformDirty=!0)}),i=t.on("renderRequest",this.scheduleRender);let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,e,t)),this.valueSubscriptions.set(e,()=>{r(),i(),o&&o(),t.owner&&t.stop()})}sortNodePosition(e){return this.current&&this.sortInstanceNodePosition&&this.type===e.type?this.sortInstanceNodePosition(this.current,e.current):0}updateFeatures(){let e="animation";for(e in Qr){const t=Qr[e];if(!t)continue;const{isEnabled:n,Feature:r}=t;if(!this.features[e]&&r&&n(this.props)&&(this.features[e]=new r(this)),this.features[e]){const t=this.features[e];t.isMounted?t.update():(t.mount(),t.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}update(e,t){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=t;for(let t=0;tt.variantChildren.delete(e)}addValue(e,t){const n=this.values.get(e);t!==n&&(n&&this.removeValue(e),this.bindToMotionValue(e,t),this.values.set(e,t),this.latestValues[e]=t.get())}removeValue(e){this.values.delete(e);const t=this.valueSubscriptions.get(e);t&&(t(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return void 0===n&&void 0!==t&&(n=H(null===t?void 0:t,{owner:this}),this.addValue(e,n)),n}readValue(e,t){var n;let r=void 0===this.latestValues[e]&&this.current?null!==(n=this.getBaseTargetFromProps(this.props,e))&&void 0!==n?n:this.readValueFromInstance(this.current,e,this.options):this.latestValues[e];var i;return null!=r&&("string"==typeof r&&(ct(r)||ae(r))?r=parseFloat(r):(i=r,!ri.find(gt(i))&&Fe.test(t)&&(r=Ye(e,t))),this.setBaseTarget(e,$(r)?r.get():r)),$(r)?r.get():r}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){var t;const{initial:n}=this.props;let r;if("string"==typeof n||"object"==typeof n){const i=m(this.props,n,null===(t=this.presenceContext)||void 0===t?void 0:t.custom);i&&(r=i[e])}if(n&&void 0!==r)return r;const i=this.getBaseTargetFromProps(this.props,e);return void 0===i||$(i)?void 0!==this.initialValues[e]&&void 0===r?void 0:this.baseTarget[e]:i}on(e,t){return this.events[e]||(this.events[e]=new L),this.events[e].add(t)}notify(e,...t){this.events[e]&&this.events[e].notify(...t)}}class ai extends oi{constructor(){super(...arguments),this.KeyframeResolver=Ct}sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){return e.style?e.style[t]:void 0}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;$(e)&&(this.childSubscription=e.on("change",e=>{this.current&&(this.current.textContent=`${e}`)}))}}const si=(e,t)=>t&&"number"==typeof e?t.transform(e):e,ci={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},li=M.length;function ui(e,t,n){let r="",i=!0;for(let o=0;o"string"==typeof e&&"svg"===e.toLowerCase();function yi(e,{style:t,vars:n},r,i){Object.assign(e.style,t,i&&i.getProjectionStyles(r));for(const t in n)e.style.setProperty(t,n[t])}function Ci(e,t,n,r){yi(e,t,void 0,r);for(const n in t.attrs)e.setAttribute(gi.has(n)?n:z(n),t.attrs[n])}const bi={};function wi(e){Object.assign(bi,e)}function _i(e,{layout:t,layoutId:n}){return j.has(e)||e.startsWith("origin")||(t||void 0!==n)&&(!!bi[e]||"opacity"===e)}function xi(e,t,n){var r;const{style:i}=e,o={};for(const a in i)($(i[a])||t.style&&$(t.style[a])||_i(a,e)||void 0!==(null===(r=null==n?void 0:n.getValue(a))||void 0===r?void 0:r.liveStyle))&&(o[a]=i[a]);return o}function Oi(e,t,n){const r=xi(e,t,n);for(const n in e)if($(e[n])||$(t[n])){r[-1!==M.indexOf(n)?"attr"+n.charAt(0).toUpperCase()+n.substring(1):n]=e[n]}return r}class Ei extends ai{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Jn}getBaseTargetFromProps(e,t){return e[t]}readValueFromInstance(e,t){if(j.has(t)){const e=Ge(t);return e&&e.default||0}return t=gi.has(t)?t:z(t),e.getAttribute(t)}scrapeMotionValuesFromProps(e,t,n){return Oi(e,t,n)}build(e,t,n){mi(e,t,this.isSVGTag,n.transformTemplate)}renderInstance(e,t,n,r){Ci(e,t,0,r)}mount(e){this.isSVGTag=vi(e.tagName),super.mount(e)}}function Mi({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function ji(e){return void 0===e||1===e}function Si({scale:e,scaleX:t,scaleY:n}){return!ji(e)||!ji(t)||!ji(n)}function Pi(e){return Si(e)||Ai(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function Ai(e){return ki(e.x)||ki(e.y)}function ki(e){return e&&"0%"!==e}function Ti(e,t,n){return n+t*(e-n)}function Di(e,t,n,r,i){return void 0!==i&&(e=Ti(e,i,r)),Ti(e,n,r)+t}function Ii(e,t=0,n=1,r,i){e.min=Di(e.min,t,n,r,i),e.max=Di(e.max,t,n,r,i)}function Li(e,{x:t,y:n}){Ii(e.x,t.translate,t.scale,t.originPoint),Ii(e.y,n.translate,n.scale,n.originPoint)}const Ri=.999999999999,Fi=1.0000000000001;function Ni(e,t){e.min=e.min+t,e.max=e.max+t}function Hi(e,t,n,r,i=.5){Ii(e,t,n,Ot(e.min,e.max,i),r)}function Bi(e,t){Hi(e.x,t.x,t.scaleX,t.scale,t.originX),Hi(e.y,t.y,t.scaleY,t.scale,t.originY)}function Vi(e,t){return Mi(function(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}(e.getBoundingClientRect(),t))}class $i extends ai{constructor(){super(...arguments),this.type="html",this.renderInstance=yi}readValueFromInstance(e,t){if(j.has(t)){const e=Ge(t);return e&&e.default||0}{const r=(n=e,window.getComputedStyle(n)),i=(ut(t)?r.getPropertyValue(t):r[t])||0;return"string"==typeof i?i.trim():i}var n}measureInstanceViewportBox(e,{transformPagePoint:t}){return Vi(e,t)}build(e,t,n){di(e,t,n.transformTemplate)}scrapeMotionValuesFromProps(e,t,n){return xi(e,t,n)}}class Zi extends oi{constructor(){super(...arguments),this.type="object"}readValueFromInstance(e,t){if(function(e,t){return e in t}(t,e)){const n=e[t];if("string"==typeof n||"number"==typeof n)return n}}getBaseTargetFromProps(){}removeValueFromRenderState(e,t){delete t.output[e]}measureInstanceViewportBox(){return{x:{min:0,max:0},y:{min:0,max:0}}}build(e,t){Object.assign(e.output,t)}renderInstance(e,{output:t}){Object.assign(e,t)}sortInstanceNodePosition(){return 0}}function zi(e){const t={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=Xr(e)?new Ei(t):new $i(t);n.mount(e),Kr.set(e,n)}function Wi(e){const t=new Zi({presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}});t.mount(e),Kr.set(e,t)}function Ui(e,t,n,r){const i=[];if(function(e,t){return $(e)||"number"==typeof e||"string"==typeof e&&!Fr(t)}(e,t))i.push(Ir(e,Fr(t)&&t.default||t,n&&n.default||n));else{const a=Nr(e,t,r),s=a.length;o.invariant(Boolean(s),"No valid elements provided.");for(let e=0;e{const u=Ur(e),{delay:d=0,times:f=yn(u),type:m="keyframes",repeat:g,repeatType:v,repeatDelay:C=0,...b}=n;let{ease:w=t.ease||"easeOut",duration:_}=n;const x="function"==typeof d?d(c,l):d,O=u.length,E=a.isGenerator(m)?m:null==i?void 0:i[m];if(O<=2&&E){let e=100;if(2===O&&qr(u)){const t=u[1]-u[0];e=Math.abs(t)}const t={...b};void 0!==_&&(t.duration=o.secondsToMilliseconds(_));const n=a.createGeneratorEasing(t,e,E);w=n.ease,_=n.duration}null!=_||(_=s);const M=h+x;1===f.length&&0===f[0]&&(f[1]=1);const j=f.length-u.length;if(j>0&&vn(f,j),1===u.length&&u.unshift(null),g){o.invariant(g<20,"Repeat count too high, must be less than 20"),_=Hr(_,g);const e=[...u],t=[...f];w=Array.isArray(w)?[...w]:[w];const n=[...w];for(let r=0;r{for(const i in e){const a=e[i];a.sort(Zr);const s=[],l=[],u=[];for(let e=0;e{r.push(...Ui(n,e,t))}),r}function Yi(e){return function(t,n,r){let i=[];var o;o=t,i=Array.isArray(o)&&o.some(Array.isArray)?Gi(t,n,e):Ui(t,n,r,e);const s=new a.GroupPlaybackControls(i);return e&&e.animations.push(s),s}}const qi=Yi();function Ki(e,t,n){e.style.setProperty(`--${t}`,n)}function Xi(e,t,n){e.style[t]=n}const Ji=o.memo(()=>{try{document.createElement("div").animate({opacity:[1]})}catch(e){return!1}return!0}),Qi=new WeakMap;const eo="easeOut";function to(e){const t=Qi.get(e)||new Map;return Qi.set(e,t),Qi.get(e)}class no extends a.NativeAnimationControls{constructor(e,t,n,r){const i=t.startsWith("--");o.invariant("string"!=typeof r.type,'animateMini doesn\'t support "type" as a string. Did you mean to import { spring } from "framer-motion"?');const s=to(e).get(t);s&&s.stop();if(Array.isArray(n)||(n=[n]),function(e,t,n){for(let r=0;rt.startsWith("--")?e.style.getPropertyValue(t):window.getComputedStyle(e)[t]),a.isGenerator(r.type)){const e=a.createGeneratorEasing(r,100,r.type);r.ease=a.supportsLinearEasing()?e.ease:eo,r.duration=o.secondsToMilliseconds(e.duration),r.type="keyframes"}else r.ease=r.ease||eo;const c=()=>{this.setValue(e,t,_t(n,r)),this.cancel(),this.resolveFinishedPromise()},l=()=>{this.setValue=i?Ki:Xi,this.options=r,this.updateFinishedPromise(),this.removeAnimation=()=>{const n=Qi.get(e);n&&n.delete(t)}};jn()?(super(Mn(e,t,n,r)),l(),!1===r.autoplay&&this.animation.pause(),this.animation.onfinish=c,to(e).set(t,this)):(super(),l(),c())}then(e,t){return this.currentFinishedPromise.then(e,t)}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}play(){"finished"===this.state&&this.updateFinishedPromise(),super.play()}cancel(){this.removeAnimation(),super.cancel()}}const ro=e=>function(t,n,r){return new a.GroupPlaybackControls(function(e,t,n,r){const i=a.resolveElements(e,r),s=i.length;o.invariant(Boolean(s),"No valid element provided.");const c=[];for(let e=0;e{const{currentTime:r}=t,i=(null===r?0:r.value)/100;n!==i&&e(i),n=i};return _.update(r,!0),()=>x(r)}const ao=new WeakMap;let so;function co({target:e,contentRect:t,borderBoxSize:n}){var r;null===(r=ao.get(e))||void 0===r||r.forEach(r=>{r({target:e,contentSize:t,get size(){return function(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&"getBBox"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}(e,n)}})})}function lo(e){e.forEach(co)}function uo(e,t){so||"undefined"!=typeof ResizeObserver&&(so=new ResizeObserver(lo));const n=a.resolveElements(e);return n.forEach(e=>{let n=ao.get(e);n||(n=new Set,ao.set(e,n)),n.add(t),null==so||so.observe(e)}),()=>{n.forEach(e=>{const n=ao.get(e);null==n||n.delete(t),(null==n?void 0:n.size)||null==so||so.unobserve(e)})}}const fo=new Set;let ho;function po(e){return fo.add(e),ho||(ho=()=>{const e={width:window.innerWidth,height:window.innerHeight},t={target:window,size:e,contentSize:e};fo.forEach(e=>e(t))},window.addEventListener("resize",ho)),()=>{fo.delete(e),!fo.size&&ho&&(ho=void 0)}}const mo={x:{length:"Width",position:"Left"},y:{length:"Height",position:"Top"}};function go(e,t,n,r){const i=n[t],{length:a,position:s}=mo[t],c=i.current,l=n.time;i.current=e[`scroll${s}`],i.scrollLength=e[`scroll${a}`]-e[`client${a}`],i.offset.length=0,i.offset[0]=0,i.offset[1]=i.scrollLength,i.progress=o.progress(0,i.scrollLength,i.current);const u=r-l;i.velocity=u>50?0:R(i.current-c,u)}const vo={start:0,center:.5,end:1};function yo(e,t,n=0){let r=0;if(e in vo&&(e=vo[e]),"string"==typeof e){const t=parseFloat(e);e.endsWith("px")?r=t:e.endsWith("%")?e=t/100:e.endsWith("vw")?r=t/100*document.documentElement.clientWidth:e.endsWith("vh")?r=t/100*document.documentElement.clientHeight:e=t}return"number"==typeof e&&(r=t*e),n+r}const Co=[0,0];function bo(e,t,n,r){let i=Array.isArray(e)?e:Co,o=0,a=0;return"number"==typeof e?i=[e,e]:"string"==typeof e&&(i=(e=e.trim()).includes(" ")?e.split(" "):[e,vo[e]?e:"0"]),o=yo(i[0],n,r),a=yo(i[1],t),o-a}const wo={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]},_o={x:0,y:0};function xo(e,t,n){const{offset:r=wo.All}=n,{target:i=e,axis:o="y"}=n,a="y"===o?"height":"width",s=i!==e?function(e,t){const n={x:0,y:0};let r=e;for(;r&&r!==t;)if(r instanceof HTMLElement)n.x+=r.offsetLeft,n.y+=r.offsetTop,r=r.offsetParent;else if("svg"===r.tagName){const e=r.getBoundingClientRect();r=r.parentElement;const t=r.getBoundingClientRect();n.x+=e.left-t.left,n.y+=e.top-t.top}else{if(!(r instanceof SVGGraphicsElement))break;{const{x:e,y:t}=r.getBBox();n.x+=e,n.y+=t;let i=null,o=r.parentNode;for(;!i;)"svg"===o.tagName&&(i=o),o=r.parentNode;r=i}}return n}(i,e):_o,c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:function(e){return"getBBox"in e&&"svg"!==e.tagName?e.getBBox():{width:e.clientWidth,height:e.clientHeight}}(i),l={width:e.clientWidth,height:e.clientHeight};t[o].offset.length=0;let u=!t[o].interpolate;const d=r.length;for(let e=0;efunction(e,t=e,n){if(n.x.targetOffset=0,n.y.targetOffset=0,t!==e){let r=t;for(;r&&r!==e;)n.x.targetOffset+=r.offsetLeft,n.y.targetOffset+=r.offsetTop,r=r.offsetParent}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth,n.y.targetLength=t===e?t.scrollHeight:t.clientHeight,n.x.containerLength=e.clientWidth,n.y.containerLength=e.clientHeight}(e,r.target,n),update:t=>{!function(e,t,n){go(e,"x",t,n),go(e,"y",t,n),t.time=n}(e,n,t),(r.offset||r.target)&&xo(e,n,r)},notify:()=>t(n)}}const Eo=new WeakMap,Mo=new WeakMap,jo=new WeakMap,So=e=>e===document.documentElement?window:e;function Po(e,{container:t=document.documentElement,...n}={}){let r=jo.get(t);r||(r=new Set,jo.set(t,r));const i=Oo(t,e,{time:0,x:{current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0},y:{current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0}},n);if(r.add(i),!Eo.has(t)){const e=()=>{for(const e of r)e.measure()},n=()=>{for(const e of r)e.update(O.timestamp)},i=()=>{for(const e of r)e.notify()},s=()=>{_.read(e,!1,!0),_.read(n,!1,!0),_.update(i,!1,!0)};Eo.set(t,s);const c=So(t);window.addEventListener("resize",s,{passive:!0}),t!==document.documentElement&&Mo.set(t,(a=s,"function"==typeof(o=t)?po(o):uo(o,a))),c.addEventListener("scroll",s,{passive:!0})}var o,a;const s=Eo.get(t);return _.read(s,!1,!0),()=>{var e;x(s);const n=jo.get(t);if(!n)return;if(n.delete(i),n.size)return;const r=Eo.get(t);Eo.delete(t),r&&(So(t).removeEventListener("scroll",r),null===(e=Mo.get(t))||void 0===e||e(),window.removeEventListener("resize",r))}}const Ao=new Map;function ko({source:e,container:t=document.documentElement,axis:n="y"}={}){e&&(t=e),Ao.has(t)||Ao.set(t,{});const r=Ao.get(t);return r[n]||(r[n]=a.supportsScrollTimeline()?new ScrollTimeline({source:t,axis:n}):function({source:e,container:t,axis:n="y"}){e&&(t=e);const r={value:0},i=Po(e=>{r.value=100*e[n].progress},{container:t,axis:n});return{currentTime:r,cancel:i}}({source:t,axis:n})),r[n]}function To(e){return e&&(e.target||e.offset)}function Do(e,{axis:t="y",...n}={}){const r={axis:t,...n};return"function"==typeof e?function(e,t){return function(e){return 2===e.length}(e)||To(t)?Po(n=>{e(n[t.axis].progress,n)},t):oo(e,ko(t))}(e,r):function(e,t){if(e.flatten(),To(t))return e.pause(),Po(n=>{e.time=e.duration*n[t.axis].progress},t);{const n=ko(t);return e.attachTimeline?e.attachTimeline(n,e=>(e.pause(),oo(t=>{e.time=e.duration*t},n))):o.noop}}(e,r)}const Io={some:0,all:1};function Lo(e,t,{root:n,margin:r,amount:i="some"}={}){const o=a.resolveElements(e),s=new WeakMap,c=new IntersectionObserver(e=>{e.forEach(e=>{const n=s.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);"function"==typeof n?s.set(e.target,n):c.unobserve(e.target)}else"function"==typeof n&&(n(e),s.delete(e.target))})},{root:n,rootMargin:r,threshold:"number"==typeof i?i:Io[i]});return o.forEach(e=>c.observe(e)),()=>c.disconnect()}function Ro(e,t){const n=T.now(),r=({timestamp:i})=>{const o=i-n;o>=t&&(x(r),e(o-t))};return _.read(r,!0),()=>x(r)}const Fo=(e,t)=>Math.abs(e-t);function No(e,t){const n=Fo(e.x,t.x),r=Fo(e.y,t.y);return Math.sqrt(n**2+r**2)}function Ho(...e){const t=!Array.isArray(e[0]),n=t?0:-1,r=e[0+n],i=e[1+n],o=e[2+n],a=e[3+n],s=gn(i,o,{mixer:(c=o[0],(e=>e&&"object"==typeof e&&e.mix)(c)?c.mix:void 0),...a});var c;return t?s(r):s}const Bo=_,Vo=b.reduce((e,t)=>(e[t]=e=>x(e),e),{}),{schedule:$o,cancel:Zo}=w(queueMicrotask,!1),zo=(e,t)=>e.depth-t.depth;class Wo{constructor(){this.children=[],this.isDirty=!1}add(e){D(this.children,e),this.isDirty=!0}remove(e){I(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(zo),this.isDirty=!1,this.children.forEach(e)}}const Uo=["TopLeft","TopRight","BottomLeft","BottomRight"],Go=Uo.length,Yo=e=>"string"==typeof e?parseFloat(e):e,qo=e=>"number"==typeof e||xe.test(e);function Ko(e,t){return void 0!==e[t]?e[t]:e.borderRadius}const Xo=Qo(0,.5,ie),Jo=Qo(.5,.95,o.noop);function Qo(e,t,n){return r=>rt?1:n(o.progress(e,t,r))}function ea(e,t){e.min=t.min,e.max=t.max}function ta(e,t){ea(e.x,t.x),ea(e.y,t.y)}function na(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function ra(e,t,n,r,i){return e=Ti(e-=t,1/n,r),void 0!==i&&(e=Ti(e,1/i,r)),e}function ia(e,t,[n,r,i],o,a){!function(e,t=0,n=1,r=.5,i,o=e,a=e){_e.test(t)&&(t=parseFloat(t),t=Ot(a.min,a.max,t/100)-a.min);if("number"!=typeof t)return;let s=Ot(o.min,o.max,r);e===o&&(s-=t),e.min=ra(e.min,t,n,s,i),e.max=ra(e.max,t,n,s,i)}(e,t[n],t[r],t[i],t.scale,o,a)}const oa=["x","scaleX","originX"],aa=["y","scaleY","originY"];function sa(e,t,n,r){ia(e.x,t,oa,n?n.x:void 0,r?r.x:void 0),ia(e.y,t,aa,n?n.y:void 0,r?r.y:void 0)}function ca(e){return 0===e.translate&&1===e.scale}function la(e){return ca(e.x)&&ca(e.y)}function ua(e,t){return e.min===t.min&&e.max===t.max}function da(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function fa(e,t){return da(e.x,t.x)&&da(e.y,t.y)}function ha(e){return Qn(e.x)/Qn(e.y)}function pa(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class ma{constructor(){this.members=[]}add(e){D(this.members,e),e.scheduleRender()}remove(e){if(I(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const t=this.members.findIndex(t=>e===t);if(0===t)return!1;let n;for(let e=t;e>=0;e--){const t=this.members[e];if(!1!==t.isPresent){n=t;break}}return!!n&&(this.promote(n),!0)}promote(e,t){const n=this.lead;if(e!==n&&(this.prevLead=n,this.lead=e,e.show(),n)){n.instance&&n.scheduleRender(),e.scheduleRender(),e.resumeFrom=n,t&&(e.resumeFrom.preserveOpacity=!0),n.snapshot&&(e.snapshot=n.snapshot,e.snapshot.latestValues=n.animationValues||n.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:r}=e.options;!1===r&&n.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:t,resumingFrom:n}=e;t.onExitComplete&&t.onExitComplete(),n&&n.options.onExitComplete&&n.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function ga(e){return[e("x"),e("y")]}const va={hasAnimatedSinceResize:!0,hasEverUpdated:!1},ya={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},Ca="undefined"!=typeof window&&void 0!==window.MotionDebug,ba=["","X","Y","Z"],wa={visibility:"hidden"};let _a=0;function xa(e,t,n,r){const{latestValues:i}=t;i[e]&&(n[e]=i[e],t.setStaticValue(e,0),r&&(r[e]=0))}function Oa(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=G(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:t,layoutId:r}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",_,!(t||r))}const{parent:r}=e;r&&!r.hasCheckedOptimisedAppear&&Oa(r)}function Ea({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(e={},n=(null==t?void 0:t())){this.id=_a++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,Ca&&(ya.totalNodes=ya.resolvedTargetDeltas=ya.recalculatedProjection=0),this.nodes.forEach(Sa),this.nodes.forEach(La),this.nodes.forEach(Ra),this.nodes.forEach(Pa),Ca&&window.MotionDebug.record(ya)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=e,this.root=n?n.root||n:this,this.path=n?[...n.path,n]:[],this.parent=n,this.depth=n?n.depth+1:0;for(let e=0;ethis.root.updateBlockedByResize=!1;e(t,()=>{this.root.updateBlockedByResize=!0,n&&n(),n=Ro(r,250),va.hasAnimatedSinceResize&&(va.hasAnimatedSinceResize=!1,this.nodes.forEach(Ia))})}r&&this.root.registerSharedNode(r,this),!1!==this.options.animate&&o&&(r||i)&&this.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t,hasRelativeTargetChanged:n,layout:r})=>{if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const i=this.options.transition||o.getDefaultTransition()||$a,{onLayoutAnimationStart:s,onLayoutAnimationComplete:c}=o.getProps(),l=!this.targetLayout||!fa(this.targetLayout,r)||n,u=!t&&n;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||u||t&&(l||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(e,u);const t={...a.getValueTransition(i,"layout"),onPlay:s,onComplete:c};(o.shouldReduceMotion||this.options.layoutRoot)&&(t.delay=0,t.type=!1),this.startAnimation(t)}else t||Ia(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=r})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const e=this.getStack();e&&e.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,x(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(Fa),this.animationId++)}getTransformTemplate(){const{visualElement:e}=this.options;return e&&e.getProps().transformTemplate}willUpdate(e=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked())return void(this.options.onExitComplete&&this.options.onExitComplete());if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&Oa(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let e=0;e{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let e=0;eRi&&(t.x=1),t.yRi&&(t.y=1)}(this.layoutCorrected,this.treeScale,this.path,n),!t.layout||t.target||1===this.treeScale.x&&1===this.treeScale.y||(t.target=t.layout.layoutBox,t.targetWithTransforms={x:{min:0,max:0},y:{min:0,max:0}});const{target:c}=t;c?(this.projectionDelta&&this.prevProjectionDelta?(na(this.prevProjectionDelta.x,this.projectionDelta.x),na(this.prevProjectionDelta.y,this.projectionDelta.y)):this.createProjectionDeltas(),tr(this.projectionDelta,this.layoutCorrected,c,this.latestValues),this.treeScale.x===a&&this.treeScale.y===s&&pa(this.projectionDelta.x,this.prevProjectionDelta.x)&&pa(this.projectionDelta.y,this.prevProjectionDelta.y)||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",c)),Ca&&ya.recalculatedProjection++):this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender())}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(e=!0){var t;if(null===(t=this.options.visualElement)||void 0===t||t.scheduleRender(),e){const e=this.getStack();e&&e.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDeltaWithTransform={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}}}setAnimationOrigin(e,t=!1){const n=this.snapshot,r=n?n.latestValues:{},i={...this.latestValues},o={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!t;const a={x:{min:0,max:0},y:{min:0,max:0}},s=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),c=this.getStack(),l=!c||c.members.length<=1,u=Boolean(s&&!l&&!0===this.options.crossfade&&!this.path.some(Va));let d;this.animationProgress=0,this.mixTargetDelta=t=>{const n=t/1e3;var c,f,h,p,m,g;Ha(o.x,e.x,n),Ha(o.y,e.y,n),this.setTargetDelta(o),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(ir(a,this.layout.layoutBox,this.relativeParent.layout.layoutBox),h=this.relativeTarget,p=this.relativeTargetOrigin,m=a,g=n,Ba(h.x,p.x,m.x,g),Ba(h.y,p.y,m.y,g),d&&(c=this.relativeTarget,f=d,ua(c.x,f.x)&&ua(c.y,f.y))&&(this.isProjectionDirty=!1),d||(d={x:{min:0,max:0},y:{min:0,max:0}}),ta(d,this.relativeTarget)),s&&(this.animationValues=i,function(e,t,n,r,i,o){i?(e.opacity=Ot(0,void 0!==n.opacity?n.opacity:1,Xo(r)),e.opacityExit=Ot(void 0!==t.opacity?t.opacity:1,0,Jo(r))):o&&(e.opacity=Ot(void 0!==t.opacity?t.opacity:1,void 0!==n.opacity?n.opacity:1,r));for(let i=0;i{va.hasAnimatedSinceResize=!0,this.currentAnimation=Ir(0,1e3,{...e,onUpdate:t=>{this.mixTargetDelta(t),e.onUpdate&&e.onUpdate(t)},onComplete:()=>{e.onComplete&&e.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const e=this.getStack();e&&e.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const e=this.getLead();let{targetWithTransforms:t,target:n,layout:r,latestValues:i}=e;if(t&&n&&r){if(this!==e&&this.layout&&r&&Ua(this.options.animationType,this.layout.layoutBox,r.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const t=Qn(this.layout.layoutBox.x);n.x.min=e.target.x.min,n.x.max=n.x.min+t;const r=Qn(this.layout.layoutBox.y);n.y.min=e.target.y.min,n.y.max=n.y.min+r}ta(t,n),Bi(t,i),tr(this.projectionDeltaWithTransform,this.layoutCorrected,t,i)}}registerSharedNode(e,t){this.sharedNodes.has(e)||this.sharedNodes.set(e,new ma);this.sharedNodes.get(e).add(t);const n=t.options.initialPromotionConfig;t.promote({transition:n?n.transition:void 0,preserveFollowOpacity:n&&n.shouldPreserveFollowOpacity?n.shouldPreserveFollowOpacity(t):void 0})}isLead(){const e=this.getStack();return!e||e.lead===this}getLead(){var e;const{layoutId:t}=this.options;return t&&(null===(e=this.getStack())||void 0===e?void 0:e.lead)||this}getPrevLead(){var e;const{layoutId:t}=this.options;return t?null===(e=this.getStack())||void 0===e?void 0:e.prevLead:void 0}getStack(){const{layoutId:e}=this.options;if(e)return this.root.sharedNodes.get(e)}promote({needsReset:e,transition:t,preserveFollowOpacity:n}={}){const r=this.getStack();r&&r.promote(this,n),e&&(this.projectionDelta=void 0,this.needsReset=!0),t&&this.setOptions({transition:t})}relegate(){const e=this.getStack();return!!e&&e.relegate(this)}resetSkewAndRotation(){const{visualElement:e}=this.options;if(!e)return;let t=!1;const{latestValues:n}=e;if((n.z||n.rotate||n.rotateX||n.rotateY||n.rotateZ||n.skewX||n.skewY)&&(t=!0),!t)return;const r={};n.z&&xa("z",e,r,this.animationValues);for(let t=0;t{var t;return null===(t=e.currentAnimation)||void 0===t?void 0:t.stop()}),this.root.nodes.forEach(ka),this.root.sharedNodes.clear()}}}function Ma(e){e.updateLayout()}function ja(e){var t;const n=(null===(t=e.resumeFrom)||void 0===t?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:t,measuredBox:r}=e.layout,{animationType:i}=e.options,o=n.source!==e.layout.source;"size"===i?ga(e=>{const r=o?n.measuredBox[e]:n.layoutBox[e],i=Qn(r);r.min=t[e].min,r.max=r.min+i}):Ua(i,n.layoutBox,t)&&ga(r=>{const i=o?n.measuredBox[r]:n.layoutBox[r],a=Qn(t[r]);i.max=i.min+a,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[r].max=e.relativeTarget[r].min+a)});const a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};tr(a,t,n.layoutBox);const s={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};o?tr(s,e.applyTransform(r,!0),n.measuredBox):tr(s,t,n.layoutBox);const c=!la(a);let l=!1;if(!e.resumeFrom){const r=e.getClosestProjectingParent();if(r&&!r.resumeFrom){const{snapshot:i,layout:o}=r;if(i&&o){const a={x:{min:0,max:0},y:{min:0,max:0}};ir(a,n.layoutBox,i.layoutBox);const s={x:{min:0,max:0},y:{min:0,max:0}};ir(s,t,o.layoutBox),fa(a,s)||(l=!0),r.options.layoutRoot&&(e.relativeTarget=s,e.relativeTargetOrigin=a,e.relativeParent=r)}}}e.notifyListeners("didUpdate",{layout:t,snapshot:n,delta:s,layoutDelta:a,hasLayoutChanged:c,hasRelativeTargetChanged:l})}else if(e.isLead()){const{onExitComplete:t}=e.options;t&&t()}e.options.transition=void 0}function Sa(e){Ca&&ya.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=Boolean(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function Pa(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function Aa(e){e.clearSnapshot()}function ka(e){e.clearMeasurements()}function Ta(e){e.isLayoutDirty=!1}function Da(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Ia(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function La(e){e.resolveTargetDelta()}function Ra(e){e.calcProjection()}function Fa(e){e.resetSkewAndRotation()}function Na(e){e.removeLeadSnapshot()}function Ha(e,t,n){e.translate=Ot(t.translate,0,n),e.scale=Ot(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Ba(e,t,n,r){e.min=Ot(t.min,n.min,r),e.max=Ot(t.max,n.max,r)}function Va(e){return e.animationValues&&void 0!==e.animationValues.opacityExit}const $a={duration:.45,ease:[.4,0,.1,1]},Za=e=>"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),za=Za("applewebkit/")&&!Za("chrome/")?Math.round:o.noop;function Wa(e){e.min=za(e.min),e.max=za(e.max)}function Ua(e,t,n){return"position"===e||"preserve-aspect"===e&&(r=ha(t),i=ha(n),o=.2,!(Math.abs(r-i)<=o));var r,i,o}function Ga(e){var t;return e!==e.root&&(null===(t=e.scroll)||void 0===t?void 0:t.wasRoot)}const Ya=Ea({attachResizeListener:(e,t)=>vr(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),qa={current:void 0},Ka=Ea({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!qa.current){const e=new Ya({});e.mount(window),e.setOptions({layoutScroll:!0}),qa.current=e}return qa.current},resetTransform:(e,t)=>{e.style.transform=void 0!==t?t:"none"},checkIsScrollRoot:e=>Boolean("fixed"===window.getComputedStyle(e).position)}),Xa=e=>!e.isLayoutDirty&&e.willUpdate(!1);function Ja(){const e=new Set,t=new WeakMap,n=()=>e.forEach(Xa);return{add:r=>{e.add(r),t.set(r,r.addEventListener("willUpdate",n))},remove:r=>{e.delete(r);const i=t.get(r);i&&(i(),t.delete(r)),n()},dirty:n}}function Qa(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const es={correct:(e,t)=>{if(!t.target)return e;if("string"==typeof e){if(!xe.test(e))return e;e=parseFloat(e)}return`${Qa(e,t.target.x)}% ${Qa(e,t.target.y)}%`}},ts={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,i=Fe.parse(e);if(i.length>5)return r;const o=Fe.createTransformer(e),a="number"!=typeof i[0]?1:0,s=n.x.scale*t.x,c=n.y.scale*t.y;i[0+a]/=s,i[1+a]/=c;const l=Ot(s,c,.5);return"number"==typeof i[2+a]&&(i[2+a]/=l),"number"==typeof i[3+a]&&(i[3+a]/=l),o(i)}},ns=e=>!0===e,rs=({children:e,id:t,inherit:n=!0})=>{const o=i.useContext(l),a=i.useContext(Dr),[s,c]=Or(),u=i.useRef(null),d=o.id||a;null===u.current&&((e=>ns(!0===e)||"id"===e)(n)&&d&&(t=t?d+"-"+t:d),u.current={id:t,group:ns(n)&&o.group||Ja()});const f=i.useMemo(()=>({...u.current,forceRender:s}),[c]);return r.jsx(l.Provider,{value:f,children:e})},is=i.createContext({strict:!1});function os(e){for(const t in e)Qr[t]={...Qr[t],...e[t]}}function as(e){return"function"==typeof e}const ss=i.createContext(null);function cs(e){if("undefined"==typeof Proxy)return e;const t=new Map;return new Proxy((...t)=>e(...t),{get:(n,r)=>"create"===r?e:(t.has(r)||t.set(r,e(r)),t.get(r))})}class ls{constructor(e,t,{transformPagePoint:n,contextWindow:r,dragSnapToOrigin:i=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const e=fs(this.lastMoveEventInfo,this.history),t=null!==this.startEvent,n=No(e.offset,{x:0,y:0})>=3;if(!t&&!n)return;const{point:r}=e,{timestamp:i}=O;this.history.push({...r,timestamp:i});const{onStart:o,onMove:a}=this.handlers;t||(o&&o(this.lastMoveEvent,e),this.startEvent=this.lastMoveEvent),a&&a(this.lastMoveEvent,e)},this.handlePointerMove=(e,t)=>{this.lastMoveEvent=e,this.lastMoveEventInfo=us(t,this.transformPagePoint),_.update(this.updatePoint,!0)},this.handlePointerUp=(e,t)=>{this.end();const{onEnd:n,onSessionEnd:r,resumeAnimation:i}=this.handlers;if(this.dragSnapToOrigin&&i&&i(),!this.lastMoveEvent||!this.lastMoveEventInfo)return;const o=fs("pointercancel"===e.type?this.lastMoveEventInfo:us(t,this.transformPagePoint),this.history);this.startEvent&&n&&n(e,o),r&&r(e,o)},!a.isPrimaryPointer(e))return;this.dragSnapToOrigin=i,this.handlers=t,this.transformPagePoint=n,this.contextWindow=r||window;const o=us(yr(e),this.transformPagePoint),{point:s}=o,{timestamp:c}=O;this.history=[{...s,timestamp:c}];const{onSessionStart:l}=t;l&&l(e,fs(o,this.history)),this.removeListeners=Tt(br(this.contextWindow,"pointermove",this.handlePointerMove),br(this.contextWindow,"pointerup",this.handlePointerUp),br(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),x(this.updatePoint)}}function us(e,t){return t?{point:t(e.point)}:e}function ds(e,t){return{x:e.x-t.x,y:e.y-t.y}}function fs({point:e},t){return{point:e,delta:ds(e,ps(t)),offset:ds(e,hs(t)),velocity:ms(t,.1)}}function hs(e){return e[0]}function ps(e){return e[e.length-1]}function ms(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const i=ps(e);for(;n>=0&&(r=e[n],!(i.timestamp-r.timestamp>o.secondsToMilliseconds(t)));)n--;if(!r)return{x:0,y:0};const a=o.millisecondsToSeconds(i.timestamp-r.timestamp);if(0===a)return{x:0,y:0};const s={x:(i.x-r.x)/a,y:(i.y-r.y)/a};return s.x===1/0&&(s.x=0),s.y===1/0&&(s.y=0),s}function gs(e){return e&&"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function vs(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 ys(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.mine?e.ownerDocument.defaultView:null,xs=new WeakMap;class Os{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=e}start(e,{snapToCursor:t=!1}={}){const{presenceContext:n}=this.visualElement;if(n&&!1===n.isPresent)return;const{dragSnapToOrigin:r}=this.getProps();this.panSession=new ls(e,{onSessionStart:e=>{const{dragSnapToOrigin:n}=this.getProps();n?this.pauseAnimation():this.stopAnimation(),t&&this.snapToCursor(yr(e).point)},onStart:(e,t)=>{const{drag:n,dragPropagation:r,onDragStart:i}=this.getProps();if(n&&!r&&(this.openDragLock&&this.openDragLock(),this.openDragLock=a.setDragLock(n),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),ga(e=>{let t=this.getAxisMotionValue(e).get()||0;if(_e.test(t)){const{projection:n}=this.visualElement;if(n&&n.layout){const r=n.layout.layoutBox[e];if(r){t=Qn(r)*(parseFloat(t)/100)}}}this.originPoint[e]=t}),i&&_.postRender(()=>i(e,t)),Z(this.visualElement,"transform");const{animationState:o}=this.visualElement;o&&o.setActive("whileDrag",!0)},onMove:(e,t)=>{const{dragPropagation:n,dragDirectionLock:r,onDirectionLock:i,onDrag:o}=this.getProps();if(!n&&!this.openDragLock)return;const{offset:a}=t;if(r&&null===this.currentDirection)return this.currentDirection=function(e,t=10){let n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(a),void(null!==this.currentDirection&&i&&i(this.currentDirection));this.updateAxis("x",t.point,a),this.updateAxis("y",t.point,a),this.visualElement.render(),o&&o(e,t)},onSessionEnd:(e,t)=>this.stop(e,t),resumeAnimation:()=>ga(e=>{var t;return"paused"===this.getAnimationState(e)&&(null===(t=this.getAxisMotionValue(e).animation)||void 0===t?void 0:t.play())})},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:r,contextWindow:_s(this.visualElement)})}stop(e,t){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:r}=t;this.startAnimation(r);const{onDragEnd:i}=this.getProps();i&&_.postRender(()=>i(e,t))}cancel(){this.isDragging=!1;const{projection:e,animationState:t}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),t&&t.setActive("whileDrag",!1)}updateAxis(e,t,n){const{drag:r}=this.getProps();if(!n||!Es(e,r,this.currentDirection))return;const i=this.getAxisMotionValue(e);let o=this.originPoint[e]+n[e];this.constraints&&this.constraints[e]&&(o=function(e,{min:t,max:n},r){return void 0!==t&&en&&(e=r?Ot(n,e,r.max):Math.min(e,n)),e}(o,this.constraints[e],this.elastic[e])),i.set(o)}resolveConstraints(){var e;const{dragConstraints:t,dragElastic:n}=this.getProps(),r=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):null===(e=this.visualElement.projection)||void 0===e?void 0:e.layout,i=this.constraints;t&&gs(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!t||!r)&&function(e,{top:t,left:n,bottom:r,right:i}){return{x:vs(e.x,n,i),y:vs(e.y,t,r)}}(r.layoutBox,t),this.elastic=function(e=Cs){return!1===e?e=0:!0===e&&(e=Cs),{x:bs(e,"left","right"),y:bs(e,"top","bottom")}}(n),i!==this.constraints&&r&&this.constraints&&!this.hasMutatedConstraints&&ga(e=>{!1!==this.constraints&&this.getAxisMotionValue(e)&&(this.constraints[e]=function(e,t){const n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(r.layoutBox[e],this.constraints[e]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:t}=this.getProps();if(!e||!gs(e))return!1;const n=e.current;o.invariant(null!==n,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:r}=this.visualElement;if(!r||!r.layout)return!1;const i=function(e,t,n){const r=Vi(e,n),{scroll:i}=t;return i&&(Ni(r.x,i.offset.x),Ni(r.y,i.offset.y)),r}(n,r.root,this.visualElement.getTransformPagePoint());let a=function(e,t){return{x:ys(e.x,t.x),y:ys(e.y,t.y)}}(r.layout.layoutBox,i);if(t){const e=t(function({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}(a));this.hasMutatedConstraints=!!e,e&&(a=Mi(e))}return a}startAnimation(e){const{drag:t,dragMomentum:n,dragElastic:r,dragTransition:i,dragSnapToOrigin:o,onDragTransitionEnd:a}=this.getProps(),s=this.constraints||{},c=ga(a=>{if(!Es(a,t,this.currentDirection))return;let c=s&&s[a]||{};o&&(c={min:0,max:0});const l=r?200:1e6,u=r?40:1e7,d={type:"inertia",velocity:n?e[a]:0,bounceStiffness:l,bounceDamping:u,timeConstant:750,restDelta:1,restSpeed:10,...i,...c};return this.startAxisValueAnimation(a,d)});return Promise.all(c).then(a)}startAxisValueAnimation(e,t){const n=this.getAxisMotionValue(e);return Z(this.visualElement,e),n.start(In(e,n,0,t,this.visualElement,!1))}stopAnimation(){ga(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){ga(e=>{var t;return null===(t=this.getAxisMotionValue(e).animation)||void 0===t?void 0:t.pause()})}getAnimationState(e){var t;return null===(t=this.getAxisMotionValue(e).animation)||void 0===t?void 0:t.state}getAxisMotionValue(e){const t=`_drag${e.toUpperCase()}`,n=this.visualElement.getProps(),r=n[t];return r||this.visualElement.getValue(e,(n.initial?n.initial[e]:void 0)||0)}snapToCursor(e){ga(t=>{const{drag:n}=this.getProps();if(!Es(t,n,this.currentDirection))return;const{projection:r}=this.visualElement,i=this.getAxisMotionValue(t);if(r&&r.layout){const{min:n,max:o}=r.layout.layoutBox[t];i.set(e[t]-Ot(n,o,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:t}=this.getProps(),{projection:n}=this.visualElement;if(!gs(t)||!n||!this.constraints)return;this.stopAnimation();const r={x:0,y:0};ga(e=>{const t=this.getAxisMotionValue(e);if(t&&!1!==this.constraints){const n=t.get();r[e]=function(e,t){let n=.5;const r=Qn(e),i=Qn(t);return i>r?n=o.progress(t.min,t.max-r,e.min):r>i&&(n=o.progress(e.min,e.max-i,t.min)),ce(0,1,n)}({min:n,max:n},this.constraints[e])}});const{transformTemplate:i}=this.visualElement.getProps();this.visualElement.current.style.transform=i?i({},""):"none",n.root&&n.root.updateScroll(),n.updateLayout(),this.resolveConstraints(),ga(t=>{if(!Es(t,e,null))return;const n=this.getAxisMotionValue(t),{min:i,max:o}=this.constraints[t];n.set(Ot(i,o,r[t]))})}addListeners(){if(!this.visualElement.current)return;xs.set(this.visualElement,this);const e=br(this.visualElement.current,"pointerdown",e=>{const{drag:t,dragListener:n=!0}=this.getProps();t&&n&&this.start(e)}),t=()=>{const{dragConstraints:e}=this.getProps();gs(e)&&e.current&&(this.constraints=this.resolveRefConstraints())},{projection:n}=this.visualElement,r=n.addEventListener("measure",t);n&&!n.layout&&(n.root&&n.root.updateScroll(),n.updateLayout()),_.read(t);const i=vr(window,"resize",()=>this.scalePositionWithinConstraints()),o=n.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t})=>{this.isDragging&&t&&(ga(t=>{const n=this.getAxisMotionValue(t);n&&(this.originPoint[t]+=e[t].translate,n.set(n.get()+e[t].translate))}),this.visualElement.render())});return()=>{i(),e(),r(),o&&o()}}getProps(){const e=this.visualElement.getProps(),{drag:t=!1,dragDirectionLock:n=!1,dragPropagation:r=!1,dragConstraints:i=!1,dragElastic:o=Cs,dragMomentum:a=!0}=e;return{...e,drag:t,dragDirectionLock:n,dragPropagation:r,dragConstraints:i,dragElastic:o,dragMomentum:a}}}function Es(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}const Ms=e=>(t,n)=>{e&&_.postRender(()=>e(t,n))};const js=i.createContext({});class Ss extends i.Component{componentDidMount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n,layoutId:r}=this.props,{projection:i}=e;wi(As),i&&(t.group&&t.group.add(i),n&&n.register&&r&&n.register(i),i.root.didUpdate(),i.addEventListener("animationComplete",()=>{this.safeToRemove()}),i.setOptions({...i.options,onExitComplete:()=>this.safeToRemove()})),va.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:t,visualElement:n,drag:r,isPresent:i}=this.props,o=n.projection;return o?(o.isPresent=i,r||e.layoutDependency!==t||void 0===t?o.willUpdate():this.safeToRemove(),e.isPresent!==i&&(i?o.promote():o.relegate()||_.postRender(()=>{const e=o.getStack();e&&e.members.length||this.safeToRemove()})),null):null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),$o.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n}=this.props,{projection:r}=e;r&&(r.scheduleCheckAfterUnmount(),t&&t.group&&t.group.remove(r),n&&n.deregister&&n.deregister(r))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function Ps(e){const[t,n]=Ar(),o=i.useContext(l);return r.jsx(Ss,{...e,layoutGroup:o,switchLayoutGroup:i.useContext(js),isPresent:t,safeToRemove:n})}const As={borderRadius:{...es,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:es,borderTopRightRadius:es,borderBottomLeftRadius:es,borderBottomRightRadius:es,boxShadow:ts},ks={pan:{Feature:class extends Yn{constructor(){super(...arguments),this.removePointerDownListener=o.noop}onPointerDown(e){this.session=new ls(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:_s(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:t,onPan:n,onPanEnd:r}=this.node.getProps();return{onSessionStart:Ms(e),onStart:Ms(t),onMove:n,onEnd:(e,t)=>{delete this.session,r&&_.postRender(()=>r(e,t))}}}mount(){this.removePointerDownListener=br(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}},drag:{Feature:class extends Yn{constructor(e){super(e),this.removeGroupControls=o.noop,this.removeListeners=o.noop,this.controls=new Os(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||o.noop}unmount(){this.removeGroupControls(),this.removeListeners()}},ProjectionNode:Ka,MeasureLayout:Ps}};function Ts(e,t,n){const{props:r}=e;e.animationState&&r.whileHover&&e.animationState.setActive("whileHover","Start"===n);const i=r["onHover"+n];i&&_.postRender(()=>i(t,yr(t)))}function Ds(e,t,n){const{props:r}=e;e.animationState&&r.whileTap&&e.animationState.setActive("whileTap","Start"===n);const i=r["onTap"+("End"===n?"":n)];i&&_.postRender(()=>i(t,yr(t)))}const Is=new WeakMap,Ls=new WeakMap,Rs=e=>{const t=Is.get(e.target);t&&t(e)},Fs=e=>{e.forEach(Rs)};function Ns(e,t,n){const r=function({root:e,...t}){const n=e||document;Ls.has(n)||Ls.set(n,{});const r=Ls.get(n),i=JSON.stringify(t);return r[i]||(r[i]=new IntersectionObserver(Fs,{root:e,...t})),r[i]}(t);return Is.set(e,n),r.observe(e),()=>{Is.delete(e),r.unobserve(e)}}const Hs={some:0,all:1};const Bs={inView:{Feature:class extends Yn{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:t,margin:n,amount:r="some",once:i}=e,o={root:t?t.current:void 0,rootMargin:n,threshold:"number"==typeof r?r:Hs[r]};return Ns(this.node.current,o,e=>{const{isIntersecting:t}=e;if(this.isInView===t)return;if(this.isInView=t,i&&!t&&this.hasEnteredView)return;t&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",t);const{onViewportEnter:n,onViewportLeave:r}=this.node.getProps(),o=t?n:r;o&&o(e)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;const{props:e,prevProps:t}=this.node;["amount","margin","root"].some(function({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}(e,t))&&this.startObserver()}unmount(){}}},tap:{Feature:class extends Yn{mount(){const{current:e}=this.node;e&&(this.unmount=a.press(e,e=>(Ds(this.node,e,"Start"),(e,{success:t})=>Ds(this.node,e,t?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}},focus:{Feature:class extends Yn{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch(t){e=!0}e&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Tt(vr(this.node.current,"focus",()=>this.onFocus()),vr(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}},hover:{Feature:class extends Yn{mount(){const{current:e}=this.node;e&&(this.unmount=a.hover(e,e=>(Ts(this.node,e,"Start"),e=>Ts(this.node,e,"End"))))}unmount(){}}}},Vs={layout:{ProjectionNode:Ka,MeasureLayout:Ps}};function $s(e){const{initial:t,animate:n}=function(e,t){if(dr(e)){const{initial:t,animate:n}=e;return{initial:!1===t||h(t)?t:void 0,animate:h(n)?n:void 0}}return!1!==e.inherit?t:{}}(e,i.useContext(Xn));return i.useMemo(()=>({initial:t,animate:n}),[Zs(t),Zs(n)])}function Zs(e){return Array.isArray(e)?e.join(" "):e}const zs=Symbol.for("motionComponentSymbol");function Ws(e,t,n){return i.useCallback(r=>{r&&e.onMount&&e.onMount(r),t&&(r?t.mount(r):t.unmount()),n&&("function"==typeof n?n(r):gs(n)&&(n.current=r))},[t])}function Us(e,t,n,r,o){var a,s;const{visualElement:c}=i.useContext(Xn),l=i.useContext(is),u=i.useContext(ur),d=i.useContext(Er).reducedMotion,f=i.useRef(null);r=r||l.renderer,!f.current&&r&&(f.current=r(e,{visualState:t,parent:c,props:n,presenceContext:u,blockInitialAnimation:!!u&&!1===u.initial,reducedMotionConfig:d}));const h=f.current,p=i.useContext(js);!h||h.projection||!o||"html"!==h.type&&"svg"!==h.type||function(e,t,n,r){const{layoutId:i,layout:o,drag:a,dragConstraints:s,layoutScroll:c,layoutRoot:l}=t;e.projection=new n(e.latestValues,t["data-framer-portal-id"]?void 0:Gs(e.parent)),e.projection.setOptions({layoutId:i,layout:o,alwaysMeasureLayout:Boolean(a)||s&&gs(s),visualElement:e,animationType:"string"==typeof o?o:"both",initialPromotionConfig:r,layoutScroll:c,layoutRoot:l})}(f.current,n,o,p);const m=i.useRef(!1);i.useInsertionEffect(()=>{h&&m.current&&h.update(n,u)});const g=n[U],v=i.useRef(Boolean(g)&&!(null===(a=window.MotionHandoffIsComplete)||void 0===a?void 0:a.call(window,g))&&(null===(s=window.MotionHasOptimisedAnimation)||void 0===s?void 0:s.call(window,g)));return xr(()=>{h&&(m.current=!0,window.MotionIsMounted=!0,h.updateFeatures(),$o.render(h.render),v.current&&h.animationState&&h.animationState.animateChanges())}),i.useEffect(()=>{h&&(!v.current&&h.animationState&&h.animationState.animateChanges(),v.current&&(queueMicrotask(()=>{var e;null===(e=window.MotionHandoffMarkAsComplete)||void 0===e||e.call(window,g)}),v.current=!1))}),h}function Gs(e){if(e)return!1!==e.options.allowProjection?e.projection:Gs(e.parent)}function Ys({preloadedFeatures:e,createVisualElement:t,useRender:n,useVisualState:o,Component:a}){var s,c;function l(e,s){let c;const l={...i.useContext(Er),...e,layoutId:qs(e)},{isStatic:u}=l,d=$s(e),f=o(e,u);if(!u&&wr){!function(){i.useContext(is).strict;0}();const e=function(e){const{drag:t,layout:n}=Qr;if(!t&&!n)return{};const r={...t,...n};return{MeasureLayout:(null==t?void 0:t.isEnabled(e))||(null==n?void 0:n.isEnabled(e))?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}(l);c=e.MeasureLayout,d.visualElement=Us(a,f,l,t,e.ProjectionNode)}return r.jsxs(Xn.Provider,{value:d,children:[c&&d.visualElement?r.jsx(c,{visualElement:d.visualElement,...l}):null,n(a,e,Ws(f,d.visualElement,s),f,u,d.visualElement)]})}e&&os(e),l.displayName=`motion.${"string"==typeof a?a:`create(${null!==(c=null!==(s=a.displayName)&&void 0!==s?s:a.name)&&void 0!==c?c:""})`}`;const u=i.forwardRef(l);return u[zs]=a,u}function qs({layoutId:e}){const t=i.useContext(l).id;return t&&void 0!==e?t+"-"+e:e}const Ks=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Xs(e){return"string"==typeof e&&!e.includes("-")&&!!(Ks.indexOf(e)>-1||/[A-Z]/u.test(e))}const Js=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),Qs=()=>({style:{},transform:{},transformOrigin:{},vars:{},attrs:{}});const ec=["x","y","width","height","cx","cy","r"],tc={useVisualState:mr({scrapeMotionValuesFromProps:Oi,createRenderState:Qs,onUpdate:({props:e,prevProps:t,current:n,renderState:r,latestValues:i})=>{if(!n)return;let o=!!e.drag;if(!o)for(const e in i)if(j.has(e)){o=!0;break}if(!o)return;let a=!t;if(t)for(let n=0;n{!function(e,t){try{t.dimensions="function"==typeof e.getBBox?e.getBBox():e.getBoundingClientRect()}catch(e){t.dimensions={x:0,y:0,width:0,height:0}}}(n,r),_.render(()=>{mi(r,i,vi(n.tagName),e.transformTemplate),Ci(n,r)})})}})},nc={useVisualState:mr({scrapeMotionValuesFromProps:xi,createRenderState:Js})};function rc(e,t,n){for(const r in t)$(t[r])||_i(r,n)||(e[r]=t[r])}function ic(e,t){const n={};return rc(n,e.style||{},e),Object.assign(n,function({transformTemplate:e},t){return i.useMemo(()=>{const n={style:{},transform:{},transformOrigin:{},vars:{}};return di(n,t,e),Object.assign({},n.vars,n.style)},[t])}(e,t)),n}function oc(e,t){const n={},r=ic(e,t);return e.drag&&!1!==e.dragListener&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),void 0===e.tabIndex&&(e.onTap||e.onTapStart||e.whileTap)&&(n.tabIndex=0),n.style=r,n}function ac(e,t,n,r){const o=i.useMemo(()=>{const n={style:{},transform:{},transformOrigin:{},vars:{},attrs:{}};return mi(n,t,vi(r),e.transformTemplate),{...n.attrs,style:{...n.style}}},[t]);if(e.style){const t={};rc(t,e.style,e),o.style={...t,...o.style}}return o}function sc(e=!1){return(t,n,r,{latestValues:o},a)=>{const s=(Xs(t)?ac:oc)(n,o,a,t),c=lr(n,"string"==typeof t,e),l=t!==i.Fragment?{...c,...s,ref:r}:{},{children:u}=n,d=i.useMemo(()=>$(u)?u.get():u,[u]);return i.createElement(t,{...l,children:d})}}function cc(e,t){return function(n,{forwardMotionProps:r}={forwardMotionProps:!1}){return Ys({...Xs(n)?tc:nc,preloadedFeatures:e,useRender:sc(r),createVisualElement:t,Component:n})}}const lc=(e,t)=>Xs(e)?new Ei(t):new $i(t,{allowProjection:e!==i.Fragment}),uc=cs(cc({...Kn,...Bs,...ks,...Vs},lc));function dc({children:e,as:t="ul",axis:n="y",onReorder:a,values:s,...c},l){const u=hr(()=>uc[t]),d=[],f=i.useRef(!1);o.invariant(Boolean(s),"Reorder.Group must be provided a values prop");const h={axis:n,registerItem:(e,t)=>{const r=d.findIndex(t=>e===t.value);-1!==r?d[r].layout=t[n]:d.push({value:e,layout:t[n]}),d.sort(pc)},updateOrder:(e,t,n)=>{if(f.current)return;const r=function(e,t,n,r){if(!r)return e;const i=e.findIndex(e=>e.value===t);if(-1===i)return e;const o=r>0?1:-1,a=e[i+o];if(!a)return e;const s=e[i],c=a.layout,l=Ot(c.min,c.max,.5);return 1===o&&s.layout.max+n>l||-1===o&&s.layout.min+n=0&&r-1!==s.indexOf(e))))}};return i.useEffect(()=>{f.current=!1}),r.jsx(u,{...c,ref:l,ignoreStrict:!0,children:r.jsx(ss.Provider,{value:h,children:e})})}const fc=i.forwardRef(dc);function hc(e){return e.value}function pc(e,t){return e.layout.min-t.layout.min}function mc(e){const t=hr(()=>H(e)),{isStatic:n}=i.useContext(Er);if(n){const[,n]=i.useState(e);i.useEffect(()=>t.on("change",n),[])}return t}function gc(e,t){const n=mc(t()),r=()=>n.set(t());return r(),xr(()=>{const t=()=>_.preRender(r,!1,!0),n=e.map(e=>e.on("change",t));return()=>{n.forEach(e=>e()),x(r)}}),n}function vc(e,t,n,r){if("function"==typeof e)return function(e){F.current=[],e();const t=gc(F.current,e);return F.current=void 0,t}(e);const i="function"==typeof t?t:Ho(t,n,r);return Array.isArray(e)?yc(e,i):yc([e],([e])=>i(e))}function yc(e,t){const n=hr(()=>[]);return gc(e,()=>{n.length=0;const r=e.length;for(let t=0;tuc[a]),f=i.useContext(ss),h={x:Cc(t.x),y:Cc(t.y)},p=vc([h.x,h.y],([e,t])=>e||t?1:"unset");o.invariant(Boolean(f),"Reorder.Item must be a child of Reorder.Group");const{axis:m,registerItem:g,updateOrder:v}=f;return r.jsx(d,{drag:m,...l,dragSnapToOrigin:!0,style:{...t,x:h.x,y:h.y,zIndex:p},layout:c,onDrag:(e,t)=>{const{velocity:r}=t;r[m]&&v(n,h[m].get(),r[m]),s&&s(e,t)},onLayoutMeasure:e=>g(n,e),ref:u,ignoreStrict:!0,children:e})}const wc=i.forwardRef(bc);var _c=Object.freeze({__proto__:null,Group:fc,Item:wc});const xc=cs(cc()),Oc={renderer:lc,...Kn,...Bs},Ec={...Oc,...ks,...Vs},Mc={renderer:lc,...Kn};function jc(e,t,n){i.useInsertionEffect(()=>e.on(t,n),[e,t,n])}function Sc(e,t){o.warning(Boolean(!t||t.current),`You have defined a ${e} options but the provided ref is not yet hydrated, probably because it's defined higher up the tree. Try calling useScroll() in the same component as the ref, or setting its \`layoutEffect: false\` option.`)}const Pc=()=>({scrollX:H(0),scrollY:H(0),scrollXProgress:H(0),scrollYProgress:H(0)});function Ac({container:e,target:t,layoutEffect:n=!0,...r}={}){const o=hr(Pc);return(n?xr:i.useEffect)(()=>(Sc("target",t),Sc("container",e),Do((e,{x:t,y:n})=>{o.scrollX.set(t.current),o.scrollXProgress.set(t.progress),o.scrollY.set(n.current),o.scrollYProgress.set(n.progress)},{...r,container:(null==e?void 0:e.current)||void 0,target:(null==t?void 0:t.current)||void 0})),[e,t,JSON.stringify(r.offset)]),o}function kc(e){return"number"==typeof e?e:parseFloat(e)}function Tc(e){const t=i.useRef(0),{isStatic:n}=i.useContext(Er);i.useEffect(()=>{if(n)return;const r=({timestamp:n,delta:r})=>{t.current||(t.current=n),e(n-t.current,r)};return _.update(r,!0),()=>x(r)},[e])}class Dc extends N{constructor(){super(...arguments),this.values=[]}add(e){const t=function(e){return j.has(e)?"transform":En.has(e)?z(e):void 0}(e);t&&(D(this.values,t),this.update())}update(){this.set(this.values.length?this.values.join(", "):"auto")}}function Ic(){!ti.current&&ni();const[e]=i.useState(ei.current);return e}function Lc(e,t){[...t].reverse().forEach(n=>{const r=e.getVariant(n);r&&V(e,r),e.variantChildren&&e.variantChildren.forEach(e=>{Lc(e,t)})})}function Rc(){let e=!1;const t=new Set,n={subscribe:e=>(t.add(e),()=>{t.delete(e)}),start(n,r){o.invariant(e,"controls.start() should only be called after a component has mounted. Consider calling within a useEffect hook.");const i=[];return t.forEach(e=>{i.push(Hn(e,n,{transitionOverride:r}))}),Promise.all(i)},set:n=>(o.invariant(e,"controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."),t.forEach(e=>{!function(e,t){Array.isArray(t)?Lc(e,t):"string"==typeof t?Lc(e,[t]):V(e,t)}(e,n)})),stop(){t.forEach(e=>{!function(e){e.values.forEach(e=>e.stop())}(e)})},mount:()=>(e=!0,()=>{e=!1,n.stop()})};return n}function Fc(){const e=hr(Rc);return xr(e.mount,[]),e}const Nc=Fc;class Hc{constructor(){this.componentControls=new Set}subscribe(e){return this.componentControls.add(e),()=>this.componentControls.delete(e)}start(e,t){this.componentControls.forEach(n=>{n.start(e.nativeEvent||e,t)})}}const Bc=()=>new Hc;function Vc(e){return null!==e&&"object"==typeof e&&zs in e}function $c(){return Zc}function Zc(e){qa.current&&(qa.current.isUpdating=!1,qa.current.blockUpdate(),e&&e())}const zc=(e,t)=>`${e}: ${j.has(t)?"transform":t}`,Wc=new Map,Uc=new Map;function Gc(e,t,n){var r;const i=zc(e,t),o=Wc.get(i);if(!o)return null;const{animation:a,startTime:s}=o;function c(){var r;null===(r=window.MotionCancelOptimisedAnimation)||void 0===r||r.call(window,e,t,n)}return a.onfinish=c,null===s||(null===(r=window.MotionHandoffIsComplete)||void 0===r?void 0:r.call(window,e))?(c(),null):s}let Yc,qc;const Kc=new Set;function Xc(){Kc.forEach(e=>{e.animation.play(),e.animation.startTime=e.startTime}),Kc.clear()}const Jc=()=>({});class Qc extends oi{constructor(){super(...arguments),this.measureInstanceViewportBox=Jn}build(){}resetTransform(){}restoreTransform(){}removeValueFromRenderState(){}renderInstance(){}scrapeMotionValuesFromProps(){return{}}getBaseTargetFromProps(){}readValueFromInstance(e,t,n){return n.initialState[t]||0}sortInstanceNodePosition(){return 0}}const el=mr({scrapeMotionValuesFromProps:Jc,createRenderState:Jc});let tl=0;const nl=e=>e>.001?1/e:1e5;let rl=!1;Object.defineProperty(t,"invariant",{enumerable:!0,get:function(){return o.invariant}}),Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return o.noop}}),Object.defineProperty(t,"progress",{enumerable:!0,get:function(){return o.progress}}),Object.defineProperty(t,"isDragActive",{enumerable:!0,get:function(){return a.isDragActive}}),t.AcceleratedAnimation=Pn,t.AnimatePresence=({children:e,custom:t,initial:n=!0,onExitComplete:o,presenceAffectsLayout:a=!0,mode:s="sync",propagate:c=!1})=>{const[u,d]=Ar(c),f=i.useMemo(()=>Tr(e),[e]),h=c&&!u?[]:f.map(kr),p=i.useRef(!0),m=i.useRef(f),g=hr(()=>new Map),[v,y]=i.useState(f),[C,b]=i.useState(f);xr(()=>{p.current=!1,m.current=f;for(let e=0;e{const i=kr(e),l=!(c&&!u)&&(f===C||h.includes(i));return r.jsx(Sr,{isPresent:l,initial:!(p.current&&!n)&&void 0,custom:l?void 0:t,presenceAffectsLayout:a,mode:s,onExitComplete:l?void 0:()=>{if(!g.has(i))return;g.set(i,!0);let e=!0;g.forEach(t=>{t||(e=!1)}),e&&(null==_||_(),b(m.current),c&&(null==d||d()),o&&o())},children:e},i)})})},t.AnimateSharedLayout=({children:e})=>(c.useEffect(()=>{o.invariant(!1,"AnimateSharedLayout is deprecated: https://www.framer.com/docs/guide-upgrade/##shared-layout-animations")},[]),r.jsx(rs,{id:hr(()=>"asl-"+tl++),children:e})),t.DeprecatedLayoutGroupContext=Dr,t.DragControls=Hc,t.FlatTree=Wo,t.LayoutGroup=rs,t.LayoutGroupContext=l,t.LazyMotion=function({children:e,features:t,strict:n=!1}){const[,o]=i.useState(!as(t)),a=i.useRef(void 0);if(!as(t)){const{renderer:e,...n}=t;a.current=e,os(n)}return i.useEffect(()=>{as(t)&&t().then(({renderer:e,...t})=>{os(t),a.current=e,o(!0)})},[]),r.jsx(is.Provider,{value:{renderer:a.current,strict:n},children:e})},t.MotionConfig=function({children:e,isValidProp:t,...n}){t&&cr(t),(n={...i.useContext(Er),...n}).isStatic=hr(()=>n.isStatic);const o=i.useMemo(()=>n,[JSON.stringify(n.transition),n.transformPagePoint,n.reducedMotion]);return r.jsx(Er.Provider,{value:o,children:e})},t.MotionConfigContext=Er,t.MotionContext=Xn,t.MotionGlobalConfig=C,t.MotionValue=N,t.PresenceContext=ur,t.Reorder=_c,t.SwitchLayoutGroupContext=js,t.VisualElement=oi,t.addPointerEvent=br,t.addPointerInfo=Cr,t.addScaleCorrector=wi,t.animate=qi,t.animateMini=io,t.animateValue=On,t.animateVisualElement=Hn,t.animationControls=Rc,t.animations=Kn,t.anticipate=ne,t.backIn=ee,t.backInOut=te,t.backOut=Q,t.buildTransform=ui,t.calcLength=Qn,t.cancelFrame=x,t.cancelSync=Vo,t.circIn=re,t.circInOut=oe,t.circOut=ie,t.clamp=ce,t.color=Se,t.complex=Fe,t.createBox=Jn,t.createRendererMotionComponent=Ys,t.createScopedAnimate=Yi,t.cubicBezier=K,t.delay=Ro,t.disableInstantTransitions=function(){Y.current=!1},t.distance=Fo,t.distance2D=No,t.domAnimation=Oc,t.domMax=Ec,t.domMin=Mc,t.easeIn=un,t.easeInOut=fn,t.easeOut=dn,t.filterProps=lr,t.findSpring=tn,t.frame=_,t.frameData=O,t.frameSteps=E,t.inView=Lo,t.inertia=ln,t.interpolate=gn,t.isBrowser=wr,t.isMotionComponent=Vc,t.isMotionValue=$,t.isValidMotionProp=ar,t.keyframes=Cn,t.m=xc,t.makeUseVisualState=mr,t.mirrorEasing=X,t.mix=Ht,t.motion=uc,t.motionValue=H,t.optimizedAppearDataAttribute=U,t.pipe=Tt,t.px=xe,t.resolveMotionValue=pr,t.reverseEasing=J,t.scroll=Do,t.scrollInfo=Po,t.spring=cn,t.stagger=function(e=.1,{startDelay:t=0,from:n=0,ease:r}={}){return(i,o)=>{const a="number"==typeof n?n:function(e,t){if("first"===e)return 0;{const n=t-1;return"last"===e?n:n/2}}(n,o),s=Math.abs(a-i);let c=e*s;if(r){const t=o*e;c=mn(r)(c/t)*t}return t+c}},t.startOptimizedAppearAnimation=function(e,t,n,r,i){if(window.MotionIsMounted)return;const a=e.dataset[W];if(!a)return;window.MotionHandoffAnimation=Gc;const s=zc(a,t);qc||(qc=Mn(e,t,[n[0],n[0]],{duration:1e4,ease:"linear"}),Wc.set(s,{animation:qc,startTime:null}),window.MotionHandoffAnimation=Gc,window.MotionHasOptimisedAnimation=(e,t)=>{if(!e)return!1;if(!t)return Uc.has(e);const n=zc(e,t);return Boolean(Wc.get(n))},window.MotionHandoffMarkAsComplete=e=>{Uc.has(e)&&Uc.set(e,!0)},window.MotionHandoffIsComplete=e=>!0===Uc.get(e),window.MotionCancelOptimisedAnimation=(e,t,n,r)=>{const i=zc(e,t),o=Wc.get(i);o&&(n&&void 0===r?n.postRender(()=>{n.postRender(()=>{o.animation.cancel()})}):o.animation.cancel(),n&&r?(Kc.add(o),n.render(Xc)):(Wc.delete(i),Wc.size||(window.MotionCancelOptimisedAnimation=void 0)))},window.MotionCheckAppearSync=(e,t,n)=>{var r,i;const o=G(e);if(!o)return;const a=null===(r=window.MotionHasOptimisedAnimation)||void 0===r?void 0:r.call(window,o,t),s=null===(i=e.props.values)||void 0===i?void 0:i[t];if(!a||!s)return;const c=n.on("change",e=>{var n;s.get()!==e&&(null===(n=window.MotionCancelOptimisedAnimation)||void 0===n||n.call(window,o,t),c())});return c});const c=()=>{qc.cancel();const o=Mn(e,t,n,r);void 0===Yc&&(Yc=performance.now()),o.startTime=Yc,Wc.set(s,{animation:o,startTime:Yc}),i&&i(o)};Uc.set(a,!1),qc.ready?qc.ready.then(c).catch(o.noop):c()},t.steps=function(e,t="end"){return n=>{const r=(n="end"===t?Math.min(n,.999):Math.max(n,.001))*e,i="end"===t?Math.floor(r):Math.ceil(r);return ce(0,1,i/e)}},t.sync=Bo,t.time=T,t.transform=Ho,t.unwrapMotionComponent=function(e){if(Vc(e))return e[zs]},t.useAnimate=function(){const e=hr(()=>({current:null,animations:[]})),t=hr(()=>Yi(e));return _r(()=>{e.animations.forEach(e=>e.stop())}),[e,t]},t.useAnimateMini=function(){const e=hr(()=>({current:null,animations:[]})),t=hr(()=>ro(e));return _r(()=>{e.animations.forEach(e=>e.stop())}),[e,t]},t.useAnimation=Nc,t.useAnimationControls=Fc,t.useAnimationFrame=Tc,t.useCycle=function(...e){const t=i.useRef(0),[n,r]=i.useState(e[t.current]);return[n,i.useCallback(n=>{t.current="number"!=typeof n?Lr(0,e.length,t.current+1):n,r(e[t.current])},[e.length,...e])]},t.useDeprecatedAnimatedState=function(e){const[t,n]=i.useState(e),r=el({},!1),o=hr(()=>new Qc({props:{onUpdate:e=>{n({...e})}},visualState:r,presenceContext:null},{initialState:e}));return i.useLayoutEffect(()=>(o.mount({}),()=>o.unmount()),[o]),[t,hr(()=>e=>Hn(o,e))]},t.useDeprecatedInvertedScale=function(e){let t=mc(1),n=mc(1);const{visualElement:r}=i.useContext(Xn);return o.invariant(!(!e&&!r),"If no scale values are provided, useInvertedScale must be used within a child of another motion component."),o.warning(rl,"useInvertedScale is deprecated and will be removed in 3.0. Use the layout prop instead."),rl=!0,e?(t=e.scaleX||t,n=e.scaleY||n):r&&(t=r.getValue("scaleX",1),n=r.getValue("scaleY",1)),{scaleX:vc(t,nl),scaleY:vc(n,nl)}},t.useDomEvent=function(e,t,n,r){i.useEffect(()=>{const i=e.current;if(n&&i)return vr(i,t,n,r)},[e,t,n,r])},t.useDragControls=function(){return hr(Bc)},t.useElementScroll=function(e){return Ac({container:e})},t.useForceUpdate=Or,t.useInView=function(e,{root:t,margin:n,amount:r,once:o=!1}={}){const[a,s]=i.useState(!1);return i.useEffect(()=>{if(!e.current||o&&a)return;const i={root:t&&t.current||void 0,margin:n,amount:r};return Lo(e.current,()=>(s(!0),o?void 0:()=>s(!1)),i)},[t,e,n,o,r]),a},t.useInstantLayoutTransition=$c,t.useInstantTransition=function(){const[e,t]=Or(),n=$c(),r=i.useRef(-1);return i.useEffect(()=>{_.postRender(()=>_.postRender(()=>{t===r.current&&(Y.current=!1)}))},[t]),i=>{n(()=>{Y.current=!0,e(),i(),r.current=t+1})}},t.useIsPresent=function(){return null===(e=i.useContext(ur))||e.isPresent;var e},t.useIsomorphicLayoutEffect=xr,t.useMotionTemplate=function(e,...t){const n=e.length;return gc(t.filter($),function(){let r="";for(let i=0;i{const e=qa.current;e&&e.resetTree()},[])},t.useScroll=Ac,t.useSpring=function(e,t={}){const{isStatic:n}=i.useContext(Er),r=i.useRef(null),o=mc($(e)?kc(e.get()):e),a=i.useRef(o.get()),s=i.useRef(()=>{}),c=()=>{const e=r.current;e&&0===e.time&&e.sample(O.delta),l(),r.current=On({keyframes:[o.get(),a.current],velocity:o.getVelocity(),type:"spring",restDelta:.001,restSpeed:.01,...t,onUpdate:s.current})},l=()=>{r.current&&r.current.stop()};return i.useInsertionEffect(()=>o.attach((e,t)=>n?t(e):(a.current=e,s.current=t,_.update(c),o.get()),l),[JSON.stringify(t)]),xr(()=>{if($(e))return e.on("change",e=>o.set(kc(e)))},[o]),o},t.useTime=function(){const e=mc(0);return Tc(t=>e.set(t)),e},t.useTransform=vc,t.useUnmountEffect=_r,t.useVelocity=function(e){const t=mc(e.getVelocity()),n=()=>{const r=e.getVelocity();t.set(r),r&&_.update(n)};return jc(e,"change",()=>{_.update(n,!1,!0)}),t},t.useViewportScroll=function(){return Ac()},t.useWillChange=function(){return hr(()=>new Dc("auto"))},t.visualElementStore=Kr,t.wrap=Lr},24647:(e,t,n)=>{var r=n(54552)({À:"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"});e.exports=r},24702:(e,t,n)=>{t.interval=function(e,t,n){const[i,o]=(0,r.normalizeDates)(n?.in,e,t);if(isNaN(+i))throw new TypeError("Start date is invalid");if(isNaN(+o))throw new TypeError("End date is invalid");if(n?.assertPositive&&+i>+o)throw new TypeError("End date must be after start date");return{start:i,end:o}};var r=n(8256)},24739:(e,t,n)=>{var r=n(26025);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},25078:(e,t,n)=>{t.SecondParser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=50;parse(e,t,n){switch(t){case"s":return(0,o.parseNumericPattern)(r.numericPatterns.second,e);case"so":return n.ordinalNumber(e,{unit:"second"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setSeconds(n,0),e}incompatibleTokens=["t","T"]}t.SecondParser=a},25160:e=>{e.exports=function(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r{t.endOfQuarter=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getMonth(),o=i-i%3+3;return n.setMonth(o,0),n.setHours(23,59,59,999),n};var r=n(34446)},25325:(e,t,n)=>{t.minutesToMilliseconds=function(e){return Math.trunc(e*r.millisecondsInMinute)};var r=n(78052)},25540:(e,t,n)=>{function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}function i(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{A:()=>i})},25677:(e,t,n)=>{t.isAfter=function(e,t){return+(0,r.toDate)(e)>+(0,r.toDate)(t)};var r=n(34446)},25827:(e,t,n)=>{t.yearsToDays=function(e){return Math.trunc(e*r.daysInYear)};var r=n(78052)},25858:(e,t,n)=>{var r="Expected a function",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,s=/^0o[0-7]+$/i,c=parseInt,l="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,u="object"==typeof self&&self&&self.Object===Object&&self,d=l||u||Function("return this")(),f=Object.prototype.toString,h=Math.max,p=Math.min,m=function(){return d.Date.now()};function g(e,t,n){var i,o,a,s,c,l,u=0,d=!1,f=!1,g=!0;if("function"!=typeof e)throw new TypeError(r);function C(t){var n=i,r=o;return i=o=void 0,u=t,s=e.apply(r,n)}function b(e){var n=e-l;return void 0===l||n>=t||n<0||f&&e-u>=a}function w(){var e=m();if(b(e))return _(e);c=setTimeout(w,function(e){var n=t-(e-l);return f?p(n,a-(e-u)):n}(e))}function _(e){return c=void 0,g&&i?C(e):(i=o=void 0,s)}function x(){var e=m(),n=b(e);if(i=arguments,o=this,l=e,n){if(void 0===c)return function(e){return u=e,c=setTimeout(w,t),d?C(e):s}(l);if(f)return c=setTimeout(w,t),C(l)}return void 0===c&&(c=setTimeout(w,t)),s}return t=y(t)||0,v(n)&&(d=!!n.leading,a=(f="maxWait"in n)?h(y(n.maxWait)||0,t):a,g="trailing"in n?!!n.trailing:g),x.cancel=function(){void 0!==c&&clearTimeout(c),u=0,i=l=o=c=void 0},x.flush=function(){return void 0===c?s:_(m())},x}function v(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==f.call(e)}(e))return NaN;if(v(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=a.test(e);return n||s.test(e)?c(e.slice(2),n?2:8):o.test(e)?NaN:+e}e.exports=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new TypeError(r);return v(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),g(e,t,{leading:i,maxWait:t,trailing:o})}},25909:(e,t,n)=>{t.formatDistance=function(e,t,n){const d=(0,i.getDefaultOptions)(),f=n?.locale??d.locale??r.defaultLocale,h=(0,s.compareAsc)(e,t);if(isNaN(h))throw new RangeError("Invalid time value");const p=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:h}),[m,g]=(0,a.normalizeDates)(n?.in,...h>0?[t,e]:[e,t]),v=(0,u.differenceInSeconds)(g,m),y=((0,o.getTimezoneOffsetInMilliseconds)(g)-(0,o.getTimezoneOffsetInMilliseconds)(m))/1e3,C=Math.round((v-y)/60);let b;if(C<2)return n?.includeSeconds?v<5?f.formatDistance("lessThanXSeconds",5,p):v<10?f.formatDistance("lessThanXSeconds",10,p):v<20?f.formatDistance("lessThanXSeconds",20,p):v<40?f.formatDistance("halfAMinute",0,p):v<60?f.formatDistance("lessThanXMinutes",1,p):f.formatDistance("xMinutes",1,p):0===C?f.formatDistance("lessThanXMinutes",1,p):f.formatDistance("xMinutes",C,p);if(C<45)return f.formatDistance("xMinutes",C,p);if(C<90)return f.formatDistance("aboutXHours",1,p);if(C{var r=n(38859),i=n(14248),o=n(19219);e.exports=function(e,t,n,a,s,c){var l=1&n,u=e.length,d=t.length;if(u!=d&&!(l&&d>u))return!1;var f=c.get(e),h=c.get(t);if(f&&h)return f==t&&h==e;var p=-1,m=!0,g=2&n?new r:void 0;for(c.set(e,t),c.set(t,e);++p{t.TimestampMillisecondsParser=void 0;var r=n(92956),i=n(5513),o=n(93771);class a extends i.Parser{priority=20;parse(e){return(0,o.parseAnyDigitsSigned)(e)}set(e,t,n){return[(0,r.constructFrom)(e,n),{timestampIsSet:!0}]}incompatibleTokens="*"}t.TimestampMillisecondsParser=a},26024:(e,t,n)=>{t.differenceInCalendarQuarters=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t),s=o.getFullYear()-a.getFullYear(),c=(0,i.getQuarter)(o)-(0,i.getQuarter)(a);return 4*s+c};var r=n(8256),i=n(88397)},26025:(e,t,n)=>{var r=n(75288);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},26159:(e,t,n)=>{t.getWeeksInMonth=function(e,t){const n=(0,a.toDate)(e,t?.in);return(0,r.differenceInCalendarWeeks)((0,i.lastDayOfMonth)(n,t),(0,o.startOfMonth)(n,t),t)+1};var r=n(54746),i=n(59404),o=n(67710),a=n(34446)},26249:(e,t,n)=>{t.lastDayOfISOWeek=function(e,t){return(0,r.lastDayOfWeek)(e,{...t,weekStartsOn:1})};var r=n(62994)},26335:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDayOfWeek=l,t.getBeginOfCenturyYear=function(e){var t=(0,r.getCenturyStart)(e);return(0,r.getYear)(t)},t.getBeginOfDecadeYear=function(e){var t=(0,r.getDecadeStart)(e);return(0,r.getYear)(t)},t.getBeginOfWeek=u,t.getWeekNumber=function(e,t){void 0===t&&(t=i.CALENDAR_TYPES.ISO_8601);var n,o=t===i.CALENDAR_TYPES.GREGORY?i.CALENDAR_TYPES.GREGORY:i.CALENDAR_TYPES.ISO_8601,a=u(e,t),s=(0,r.getYear)(e)+1;do{n=u(new Date(s,0,o===i.CALENDAR_TYPES.ISO_8601?4:1),t),s-=1}while(e{t.differenceInYears=function(e,t,n){const[a,s]=(0,r.normalizeDates)(n?.in,e,t),c=(0,i.compareAsc)(a,s),l=Math.abs((0,o.differenceInCalendarYears)(a,s));a.setFullYear(1584),s.setFullYear(1584);const u=(0,i.compareAsc)(a,s)===-c,d=c*(l-+u);return 0===d?0:d};var r=n(8256),i=n(86789),o=n(4875)},26727:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const n=e.parentRequest;return null!==n&&(!!t(n)||l(n,t))};t.traverseAncerstors=l;const u=e=>t=>{const n=n=>null!==n&&null!==n.target&&n.target.matchesTag(e)(t);return n.metaData=new c.Metadata(e,t),n};t.taggedConstraint=u;const d=u(s.NAMED_TAG);t.namedConstraint=d;t.typeConstraint=e=>t=>{let n=null;if(null!==t){if(n=t.bindings[0],"string"==typeof e)return n.serviceIdentifier===e;{const n=t.bindings[0].implementationType;return e===n}}return!1}},27161:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BindingInSyntax=void 0;const r=n(9117),i=n(41402);t.BindingInSyntax=class{_binding;constructor(e){this._binding=e}inRequestScope(){return this._binding.scope=r.BindingScopeEnum.Request,new i.BindingWhenOnSyntax(this._binding)}inSingletonScope(){return this._binding.scope=r.BindingScopeEnum.Singleton,new i.BindingWhenOnSyntax(this._binding)}inTransientScope(){return this._binding.scope=r.BindingScopeEnum.Transient,new i.BindingWhenOnSyntax(this._binding)}}},27301:e=>{e.exports=function(e){return function(t){return e(t)}}},27353:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.saveToScope=t.tryGetFromScope=void 0;const r=n(9117),i=n(12576);t.tryGetFromScope=(e,t)=>t.scope===r.BindingScopeEnum.Singleton&&t.activated?t.cache:t.scope===r.BindingScopeEnum.Request&&e.has(t.id)?e.get(t.id):null;t.saveToScope=(e,t,n)=>{t.scope===r.BindingScopeEnum.Singleton&&a(t,n),t.scope===r.BindingScopeEnum.Request&&o(e,t,n)};const o=(e,t,n)=>{e.has(t.id)||e.set(t.id,n)},a=(e,t)=>{e.cache=t,e.activated=!0,(0,i.isPromise)(t)&&s(e,t)},s=async(e,t)=>{try{const n=await t;e.cache=n}catch(t){throw e.cache=null,e.activated=!1,t}}},27444:(e,t,n)=>{n.r(t),n.d(t,{decode:()=>y,default:()=>_,encode:()=>C,toASCII:()=>w,toUnicode:()=>b,ucs2decode:()=>h,ucs2encode:()=>p});const r=2147483647,i=36,o=/^xn--/,a=/[^\0-\x7F]/,s=/[\x2E\u3002\uFF0E\uFF61]/g,c={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},l=Math.floor,u=String.fromCharCode;function d(e){throw new RangeError(c[e])}function f(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]);const i=function(e,t){const n=[];let r=e.length;for(;r--;)n[r]=t(e[r]);return n}((e=e.replace(s,".")).split("."),t).join(".");return r+i}function h(e){const t=[];let n=0;const r=e.length;for(;n=55296&&i<=56319&&nString.fromCodePoint(...e),m=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:i},g=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},v=function(e,t,n){let r=0;for(e=n?l(e/700):e>>1,e+=l(e/t);e>455;r+=i)e=l(e/35);return l(r+36*e/(e+38))},y=function(e){const t=[],n=e.length;let o=0,a=128,s=72,c=e.lastIndexOf("-");c<0&&(c=0);for(let n=0;n=128&&d("not-basic"),t.push(e.charCodeAt(n));for(let u=c>0?c+1:0;u=n&&d("invalid-input");const c=m(e.charCodeAt(u++));c>=i&&d("invalid-input"),c>l((r-o)/t)&&d("overflow"),o+=c*t;const f=a<=s?1:a>=s+26?26:a-s;if(cl(r/h)&&d("overflow"),t*=h}const f=t.length+1;s=v(o-c,f,0==c),l(o/f)>r-a&&d("overflow"),a+=l(o/f),o%=f,t.splice(o++,0,a)}return String.fromCodePoint(...t)},C=function(e){const t=[],n=(e=h(e)).length;let o=128,a=0,s=72;for(const n of e)n<128&&t.push(u(n));const c=t.length;let f=c;for(c&&t.push("-");f=o&&tl((r-a)/h)&&d("overflow"),a+=(n-o)*h,o=n;for(const n of e)if(nr&&d("overflow"),n===o){let e=a;for(let n=i;;n+=i){const r=n<=s?1:n>=s+26?26:n-s;if(e{t.isValid=function(e){return!(!(0,r.isDate)(e)&&"number"!=typeof e||isNaN(+(0,i.toDate)(e)))};var r=n(44337),i=n(34446)},27519:(e,t,n)=>{t.getMonth=function(e,t){return(0,r.toDate)(e,t?.in).getMonth()};var r=n(34446)},27534:(e,t,n)=>{var r=n(72552),i=n(40346);e.exports=function(e){return i(e)&&"[object Arguments]"==r(e)}},28077:e=>{e.exports=function(e,t){return null!=e&&t in Object(e)}},28303:(e,t,n)=>{var r=n(56110)(n(9325),"WeakMap");e.exports=r},28417:(e,t,n)=>{t.subYears=function(e,t,n){return(0,r.addYears)(e,-t,n)};var r=n(61440)},28586:(e,t,n)=>{var r=n(56449),i=n(44394),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!i(e))||(a.test(e)||!o.test(e)||null!=t&&e in Object(t))}},28595:(e,t,n)=>{t.getISOWeeksInYear=function(e,t){const n=(0,o.startOfISOWeekYear)(e,t),a=+(0,o.startOfISOWeekYear)((0,r.addWeeks)(n,60))-+n;return Math.round(a/i.millisecondsInWeek)};var r=n(94073),i=n(78052),o=n(1152)},28633:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{Object.defineProperty(t,"__esModule",{value:!0}),t.assertConstructorMetadataArrayFilled=function(e,t){const n=[];for(let e=0;e0)throw new r.InversifyCoreError(i.InversifyCoreErrorKind.missingInjectionDecorator,`Found unexpected missing metadata on type "${e.name}" at constructor indexes "${n.join('", "')}".\n\nAre you using @inject, @multiInject or @unmanaged decorators at those indexes?\n\nIf you're using typescript and want to rely on auto injection, set "emitDecoratorMetadata" compiler option to true`)};const r=n(21773),i=n(94931)},28684:(e,t,n)=>{t.getYear=function(e,t){return(0,r.toDate)(e,t?.in).getFullYear()};var r=n(34446)},28754:(e,t,n)=>{var r=n(25160);e.exports=function(e,t,n){var i=e.length;return n=void 0===n?i:n,!t&&n>=i?e:r(e,t,n)}},28847:(e,t,n)=>{t.isSameMinute=function(e,t){return+(0,r.startOfMinute)(e)===+(0,r.startOfMinute)(t)};var r=n(61804)},28879:(e,t,n)=>{var r=n(74335)(Object.getPrototypeOf,Object);e.exports=r},28989:(e,t)=>{var n=60103,r=60106,i=60107,o=60108,a=60114,s=60109,c=60110,l=60112,u=60113,d=60120,f=60115,h=60116,p=60121,m=60122,g=60117,v=60129,y=60131; +/** @license React v17.0.2 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */if("function"==typeof Symbol&&Symbol.for){var C=Symbol.for;n=C("react.element"),r=C("react.portal"),i=C("react.fragment"),o=C("react.strict_mode"),a=C("react.profiler"),s=C("react.provider"),c=C("react.context"),l=C("react.forward_ref"),u=C("react.suspense"),d=C("react.suspense_list"),f=C("react.memo"),h=C("react.lazy"),p=C("react.block"),m=C("react.server.block"),g=C("react.fundamental"),v=C("react.debug_trace_mode"),y=C("react.legacy_hidden")}function b(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case i:case a:case o:case u:case d:return e;default:switch(e=e&&e.$$typeof){case c:case l:case h:case f:case s:return e;default:return t}}case r:return t}}}t.isContextConsumer=function(e){return b(e)===c}},29172:(e,t,n)=>{var r=n(5861),i=n(40346);e.exports=function(e){return i(e)&&"[object Map]"==r(e)}},29182:(e,t,n)=>{t.previousWednesday=function(e,t){return(0,r.previousDay)(e,3,t)};var r=n(58092)},29435:(e,t,n)=>{t.isSameSecond=function(e,t){return+(0,r.startOfSecond)(e)===+(0,r.startOfSecond)(t)};var r=n(86936)},29639:(e,t,n)=>{t.getWeek=function(e,t){const n=(0,a.toDate)(e,t?.in),s=+(0,i.startOfWeek)(n,t)-+(0,o.startOfWeekYear)(n,t);return Math.round(s/r.millisecondsInWeek)+1};var r=n(78052),i=n(95472),o=n(93040),a=n(34446)},29817:e=>{e.exports=function(e){return this.__data__.has(e)}},29941:(e,t,n)=>{t.addBusinessDays=function(e,t,n){const c=(0,s.toDate)(e,n?.in),l=(0,a.isWeekend)(c,n);if(isNaN(t))return(0,r.constructFrom)(n?.in,NaN);const u=c.getHours(),d=t<0?-1:1,f=Math.trunc(t/5);c.setDate(c.getDate()+7*f);let h=Math.abs(t%5);for(;h>0;)c.setDate(c.getDate()+d),(0,a.isWeekend)(c,n)||(h-=1);l&&(0,a.isWeekend)(c,n)&&0!==t&&((0,i.isSaturday)(c,n)&&c.setDate(c.getDate()+(d<0?2:-1)),(0,o.isSunday)(c,n)&&c.setDate(c.getDate()+(d<0?1:-2)));return c.setHours(u),c};var r=n(92956),i=n(22056),o=n(73561),a=n(43348),s=n(34446)},30037:(e,t,n)=>{t.sub=function(e,t,n){const{years:a=0,months:s=0,weeks:c=0,days:l=0,hours:u=0,minutes:d=0,seconds:f=0}=t,h=(0,o.subMonths)(e,s+12*a,n),p=(0,i.subDays)(h,l+7*c,n),m=1e3*(f+60*(d+60*u));return(0,r.constructFrom)(n?.in||e,+p-m)};var r=n(92956),i=n(93224),o=n(65112)},30115:e=>{var t=Array.isArray,n=Object.keys,r=Object.prototype.hasOwnProperty,i="undefined"!=typeof Element;function o(e,a){if(e===a)return!0;if(e&&a&&"object"==typeof e&&"object"==typeof a){var s,c,l,u=t(e),d=t(a);if(u&&d){if((c=e.length)!=a.length)return!1;for(s=c;0!==s--;)if(!o(e[s],a[s]))return!1;return!0}if(u!=d)return!1;var f=e instanceof Date,h=a instanceof Date;if(f!=h)return!1;if(f&&h)return e.getTime()==a.getTime();var p=e instanceof RegExp,m=a instanceof RegExp;if(p!=m)return!1;if(p&&m)return e.toString()==a.toString();var g=n(e);if((c=g.length)!==n(a).length)return!1;for(s=c;0!==s--;)if(!r.call(a,g[s]))return!1;if(i&&e instanceof Element&&a instanceof Element)return e===a;for(s=c;0!==s--;)if(!("_owner"===(l=g[s])&&e.$$typeof||o(e[l],a[l])))return!1;return!0}return e!=e&&a!=a}e.exports=function(e,t){try{return o(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}},30294:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},30324:(e,t,n)=>{t.intlFormatDistance=function(e,t,n){let h,p=0;const[m,g]=(0,r.normalizeDates)(n?.in,e,t);if(n?.unit)h=n?.unit,"second"===h?p=(0,f.differenceInSeconds)(m,g):"minute"===h?p=(0,d.differenceInMinutes)(m,g):"hour"===h?p=(0,u.differenceInHours)(m,g):"day"===h?p=(0,o.differenceInCalendarDays)(m,g):"week"===h?p=(0,c.differenceInCalendarWeeks)(m,g):"month"===h?p=(0,a.differenceInCalendarMonths)(m,g):"quarter"===h?p=(0,s.differenceInCalendarQuarters)(m,g):"year"===h&&(p=(0,l.differenceInCalendarYears)(m,g));else{const e=(0,f.differenceInSeconds)(m,g);Math.abs(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,n){var r=typeof e;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&t.test(e))&&e>-1&&e%1==0&&e{t.monthsToYears=function(e){const t=e/r.monthsInYear;return Math.trunc(t)};var r=n(78052)},30641:(e,t,n)=>{var r=n(86649),i=n(95950);e.exports=function(e,t){return e&&r(e,t,i)}},30659:(e,t,n)=>{t.isSameWeek=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t);return+(0,i.startOfWeek)(o,n)===+(0,i.startOfWeek)(a,n)};var r=n(8256),i=n(95472)},30756:(e,t,n)=>{var r=n(23805);e.exports=function(e){return e==e&&!r(e)}},31057:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r=n(26025);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},31380:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},31574:(e,t,n)=>{t.endOfTomorrow=function(e){const t=(0,r.constructNow)(e?.in),n=t.getFullYear(),i=t.getMonth(),o=t.getDate(),a=(0,r.constructNow)(e?.in);return a.setFullYear(n,i,o+1),a.setHours(23,59,59,999),e?.in?e.in(a):a};var r=n(2700)},31585:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{t.getDay=function(e,t){return(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},31769:(e,t,n)=>{var r=n(56449),i=n(28586),o=n(61802),a=n(13222);e.exports=function(e,t){return r(e)?e:i(e,t)?[e]:o(a(e))}},31982:(e,t,n)=>{t.setMinutes=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setMinutes(t),i};var r=n(34446)},32480:(e,t,n)=>{t.differenceInCalendarISOWeekYears=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t);return(0,i.getISOWeekYear)(o,n)-(0,i.getISOWeekYear)(a,n)};var r=n(8256),i=n(9957)},32562:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0,nt=(0,a.useCallback)(function(e){return function(){switch(be){case"start":return E;case"end":return M;case"range":return j;default:throw new Error("Invalid returnValue.")}}()({maxDate:W,maxDetail:G,minDate:q,value:e})},[W,G,q,be]),rt=(0,a.useCallback)(function(e,t){Ne(e);var n={action:t,activeStartDate:e,value:qe,view:Xe};oe&&!A(Ye,e)&&oe(n)},[Ye,oe,qe,Xe]),it=(0,a.useCallback)(function(e,t){var n=function(){switch(Xe){case"century":return ce;case"decade":return de;case"year":return le;case"month":return se;default:throw new Error("Invalid view: ".concat(Xe,"."))}}();n&&n(e,t)},[se,ce,le,de,Xe]),ot=(0,a.useCallback)(function(e,t){if(et){it(e,t);var n=Je[Je.indexOf(Xe)+1];if(!n)throw new Error("Attempted to drill down from the lowest view.");Ne(e),Ge(n);var r={action:"drillDown",activeStartDate:e,value:qe,view:n};oe&&!A(Ye,e)&&oe(r),pe&&Xe!==n&&pe(r),fe&&fe(r)}},[Ye,et,oe,it,fe,pe,qe,Xe,Je]),at=(0,a.useCallback)(function(){if(tt){var e=Je[Je.indexOf(Xe)-1];if(!e)throw new Error("Attempted to drill up from the highest view.");var t=(0,h.getBegin)(e,Ye);Ne(t),Ge(e);var n={action:"drillUp",activeStartDate:t,value:qe,view:e};oe&&!A(Ye,t)&&oe(n),pe&&Xe!==e&&pe(n),he&&he(n)}},[Ye,tt,oe,he,pe,qe,Xe,Je]),st=(0,a.useCallback)(function(e,t){var n=qe;it(e,t);var r,i=we&&!P(n);if(we)if(i)r=(0,h.getBegin)(Ke,e);else{if(!n)throw new Error("previousValue is required");if(Array.isArray(n))throw new Error("previousValue must not be an array");r=(0,h.getValueRange)(Ke,n,e)}else r=nt(e);var o=!we||i||V?S({maxDate:W,maxDetail:G,minDate:q,minDetail:X,value:r,view:Xe}):null;t.persist(),Ne(o),ze(r);var a={action:"onChange",activeStartDate:o,value:r,view:Xe};if(oe&&!A(Ye,o)&&oe(a),ae)if(we)if(P(r)){if(p){if(Array.isArray(r))throw new Error("value must not be an array");ae([r||null,null],t)}}else ae(r||null,t);else ae(r||null,t)},[Ye,p,nt,V,W,G,q,X,oe,ae,it,we,qe,Ke,Xe]);function ct(e){Ve(e)}function lt(){Ve(null)}function ut(e){var t={activeStartDate:e?(0,h.getBeginNext)(Xe,Ye):(0,h.getBegin)(Xe,Ye),hover:Qe,locale:Z,maxDate:W,minDate:q,onClick:et?ot:st,onMouseOver:we?ct:void 0,tileClassName:ke,tileContent:Te,tileDisabled:De,value:qe,valueType:Ke};switch(Xe){case"century":return(0,o.jsx)(l.default,r({formatYear:H,showNeighboringCentury:Me},t));case"decade":return(0,o.jsx)(u.default,r({formatYear:H,showNeighboringDecade:je},t));case"year":return(0,o.jsx)(d.default,r({formatMonth:L,formatMonthYear:R},t));case"month":return(0,o.jsx)(f.default,r({calendarType:g,formatDay:D,formatLongDate:I,formatShortWeekday:F,formatWeekday:N,onClickWeekNumber:ue,onMouseLeave:we?lt:void 0,showFixedNumberOfWeeks:void 0!==xe?xe:_e,showNeighboringMonth:Pe,showWeekNumbers:Ae},t));default:throw new Error("Invalid view: ".concat(Xe,"."))}}(0,a.useImperativeHandle)(t,function(){return{activeStartDate:Ye,drillDown:ot,drillUp:at,onChange:st,setActiveStartDate:rt,value:qe,view:Xe}},[Ye,ot,at,st,rt,qe,Xe]);var dt=Array.isArray(qe)?qe:[qe];return(0,o.jsxs)("div",{className:(0,s.default)(m,we&&1===dt.length&&"".concat(m,"--selectRange"),_e&&"".concat(m,"--doubleView"),v),ref:$,children:[Ee?(0,o.jsx)(c.default,{activeStartDate:Ye,drillUp:at,formatMonthYear:R,formatYear:H,locale:Z,maxDate:W,minDate:q,navigationAriaLabel:J,navigationAriaLive:Q,navigationLabel:ee,next2AriaLabel:te,next2Label:ne,nextAriaLabel:re,nextLabel:ie,prev2AriaLabel:me,prev2Label:ge,prevAriaLabel:ve,prevLabel:ye,setActiveStartDate:rt,showDoubleView:_e,view:Xe,views:Je}):null,(0,o.jsxs)("div",{className:"".concat(m,"__viewContainer"),onBlur:we?lt:void 0,onMouseLeave:we?lt:void 0,children:[ut(),_e?ut(!0):null]})]})});t.default=k},32804:(e,t,n)=>{var r=n(56110)(n(9325),"Promise");e.exports=r},32945:(e,t,n)=>{t.addISOWeekYears=function(e,t,n){return(0,i.setISOWeekYear)(e,(0,r.getISOWeekYear)(e,n)+t,n)};var r=n(9957),i=n(64617)},33298:(e,t,n)=>{t.eachWeekOfInterval=function(e,t){const{start:n,end:s}=(0,r.normalizeInterval)(t?.in,e);let c=+n>+s;const l=c?(0,a.startOfWeek)(s,t):(0,a.startOfWeek)(n,t),u=c?(0,a.startOfWeek)(n,t):(0,a.startOfWeek)(s,t);l.setHours(15),u.setHours(15);const d=+u.getTime();let f=l,h=t?.step??1;if(!h)return[];h<0&&(h=-h,c=!c);const p=[];for(;+f<=d;)f.setHours(0),p.push((0,o.constructFrom)(n,f)),f=(0,i.addWeeks)(f,h),f.setHours(15);return c?p.reverse():p};var r=n(18290),i=n(94073),o=n(92956),a=n(95472)},33353:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{"number"==typeof r?u(t,n,r,e):d(t,n,e)}};const s=a(n(35007)),c=a(n(19466)),l=n(48833);function u(e,t,n,r){!function(e){if(void 0!==e)throw new Error(s.INVALID_DECORATOR_OPERATION)}(t),f(c.TAGGED,e,n.toString(),r)}function d(e,t,n){if(void 0!==e.prototype)throw new Error(s.INVALID_DECORATOR_OPERATION);f(c.TAGGED_PROP,e.constructor,t,n)}function f(e,t,n,r){const i=function(e){let t=[];if(Array.isArray(e)){t=e;const n=(0,l.getFirstArrayDuplicate)(t.map(e=>e.key));if(void 0!==n)throw new Error(`${s.DUPLICATED_METADATA} ${n.toString()}`)}else t=[e];return t}(r);let o={};Reflect.hasOwnMetadata(e,t)&&(o=Reflect.getMetadata(e,t));let a=o[n];if(void 0===a)a=[];else for(const e of a)if(i.some(t=>t.key===e.key))throw new Error(`${s.DUPLICATED_METADATA} ${e.key.toString()}`);a.push(...i),o[n]=a,Reflect.defineMetadata(e,o,t)}function h(e,t){Reflect.decorate(e,t)}function p(e,t){return function(n,r){t(n,r,e)}}},33648:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Binding=void 0;const r=n(9117),i=n(37763);class o{id;moduleId;activated;serviceIdentifier;implementationType;cache;dynamicValue;scope;type;factory;provider;constraint;onActivation;onDeactivation;constructor(e,t){this.id=(0,i.id)(),this.activated=!1,this.serviceIdentifier=e,this.scope=t,this.type=r.BindingTypeEnum.Invalid,this.constraint=e=>!0,this.implementationType=null,this.cache=null,this.factory=null,this.provider=null,this.onActivation=null,this.onDeactivation=null,this.dynamicValue=null}clone(){const e=new o(this.serviceIdentifier,this.scope);return e.activated=e.scope===r.BindingScopeEnum.Singleton&&this.activated,e.implementationType=this.implementationType,e.dynamicValue=this.dynamicValue,e.scope=this.scope,e.type=this.type,e.factory=this.factory,e.provider=this.provider,e.constraint=this.constraint,e.onActivation=this.onActivation,e.onDeactivation=this.onDeactivation,e.cache=this.cache,e}}t.Binding=o},33653:(e,t,n)=>{t.AMPMMidnightParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=80;parse(e,t,n){switch(t){case"b":case"bb":case"bbb":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours((0,i.dayPeriodEnumToHours)(n),0,0,0),e}incompatibleTokens=["a","B","H","k","t","T"]}t.AMPMMidnightParser=o},33801:(e,t,n)=>{var r=n(37007),i=n(88055),o=n(2404);function a(e,t){return t.forEach(function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach(function(n){if("default"!==n&&!(n in e)){var r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:function(){return t[n]}})}})}),Object.freeze(e)}var s="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{};function c(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var l={},u={},d={};Object.defineProperty(d,"__esModule",{value:!0});var f={};Object.defineProperty(f,"__esModule",{value:!0});var h={};Object.defineProperty(h,"__esModule",{value:!0});var p={};Object.defineProperty(p,"__esModule",{value:!0});var m={};Object.defineProperty(m,"__esModule",{value:!0});var g={};Object.defineProperty(g,"__esModule",{value:!0});var v={};Object.defineProperty(v,"__esModule",{value:!0});var y={};Object.defineProperty(y,"__esModule",{value:!0});var C={};Object.defineProperty(C,"__esModule",{value:!0});var b={};Object.defineProperty(b,"__esModule",{value:!0});var w=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),_=s&&s.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),x=s&&s.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&w(t,e,n);return _(t,e),t};Object.defineProperty(u,"__esModule",{value:!0}),u.WindowEvents=u.WebContentsEvents=u.ViewEvents=u.SystemEvents=u.PlatformEvents=u.GlobalHotkeyEvents=u.FrameEvents=u.ExternalApplicationEvents=u.BaseEvents=u.ApplicationEvents=void 0;const O=x(d);u.ApplicationEvents=O;const E=x(f);u.BaseEvents=E;const M=x(h);u.ExternalApplicationEvents=M;const j=x(p);u.FrameEvents=j;const S=x(m);u.GlobalHotkeyEvents=S;const P=x(g);u.PlatformEvents=P;const A=x(v);u.SystemEvents=A;const k=x(y);u.ViewEvents=k;const T=x(C);u.WebContentsEvents=T;const D=x(b);u.WindowEvents=D,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(u,e)}(l);var I=a({__proto__:null,default:c(l)},[l]),L={},R={},F={},N={};async function H(e){const t=[];for(const n of e){const e=await n();t.push(e)}return t}Object.defineProperty(N,"__esModule",{value:!0}),N.promiseMapSerial=N.serial=N.promiseMap=N.promisify=void 0,N.promisify=function(e){return(...t)=>new Promise((n,r)=>{e(...t,(e,t)=>e?r(e):n(t))})},N.promiseMap=async function(e,t){return Promise.all(e.map(t))},N.serial=H,N.promiseMapSerial=async function(e,t){return H(e.map((e,n,r)=>()=>t(e,n,r)))};var B,V,$=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},Z=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(F,"__esModule",{value:!0}),F.Reply=F.EmitterBase=F.Base=void 0;const z=N;class W{constructor(e){this.isNodeEnvironment=()=>"node"===this.wire.environment.type,this.isOpenFinEnvironment=()=>"openfin"===this.wire.environment.type,this.isBrowserEnvironment=()=>"other"===this.wire.environment.type,this.wire=e}get fin(){return this.wire.getFin()}get me(){return this.wire.me}}F.Base=W;F.EmitterBase=class extends W{constructor(e,t,...n){super(e),this.topic=t,B.set(this,void 0),V.set(this,void 0),this.eventNames=()=>this.hasEmitter()?this.getOrCreateEmitter().eventNames():[],this.emit=(e,t,...n)=>!!this.hasEmitter()&&this.getOrCreateEmitter().emit(e,t,...n),this.hasEmitter=()=>this.wire.eventAggregator.has(Z(this,B,"f")),this.cleanUpRemovedListener=(e,t)=>{const n=Z(this,V,"f").get(t);if(n){this.wire.eventAggregator.getOrCreate(Z(this,B,"f")).removeListener(e,n)}},this.getOrCreateEmitter=()=>{const e=this.wire.eventAggregator.getOrCreate(Z(this,B,"f"));return e.listeners("removeListener").includes(this.cleanUpRemovedListener)||e.on("removeListener",this.cleanUpRemovedListener),e},this.listeners=e=>this.hasEmitter()?this.getOrCreateEmitter().listeners(e):[],this.listenerCount=e=>this.hasEmitter()?this.getOrCreateEmitter().listenerCount(e):0,this.registerEventListener=async(e,t={},n,r)=>{const i={...this.identity,timestamp:t.timestamp||Date.now(),topic:this.topic,type:e},o=this.getOrCreateEmitter();n(o);try{await this.wire.sendAction("subscribe-to-desktop-event",i)}catch(e){throw r(o),this.deleteEmitterIfNothingRegistered(o),e}},this.deregisterEventListener=async(e,t={})=>{if(this.hasEmitter()){const n={...this.identity,timestamp:t.timestamp||Date.now(),topic:this.topic,type:e};return await this.wire.sendAction("unsubscribe-to-desktop-event",n).catch(()=>null),this.getOrCreateEmitter()}return Promise.resolve()},$(this,B,[t,...n],"f"),$(this,V,new WeakMap,"f"),this.listeners=e=>this.hasEmitter()?this.getOrCreateEmitter().listeners(e):[]}async on(e,t,n){return await this.registerEventListener(e,n,n=>{n.on(e,t)},n=>{n.removeListener(e,t)}),this}async addListener(e,t,n){return this.on(e,t,n)}async once(e,t,n){const r=()=>this.deregisterEventListener(e);return Z(this,V,"f").set(t,r),await this.registerEventListener(e,n,n=>{n.once(e,r),n.once(e,t)},n=>{n.removeListener(e,r),n.removeListener(e,t)}),this}async prependListener(e,t,n){return await this.registerEventListener(e,n,n=>{n.prependListener(e,t)},n=>{n.removeListener(e,t)}),this}async prependOnceListener(e,t,n){const r=()=>this.deregisterEventListener(e);return Z(this,V,"f").set(t,r),await this.registerEventListener(e,n,n=>{n.prependOnceListener(e,t),n.once(e,r)},n=>{n.removeListener(e,t),n.removeListener(e,r)}),this}async removeListener(e,t,n){const r=await this.deregisterEventListener(e,n);return r&&(r.removeListener(e,t),this.deleteEmitterIfNothingRegistered(r)),this}async deregisterAllListeners(e){const t={...this.identity,type:e,topic:this.topic};if(this.hasEmitter()){const e=this.getOrCreateEmitter(),n=e.listenerCount(t.type),r=[];for(let e=0;enull));return await Promise.all(r),e}}async removeAllListeners(e){const t=async e=>{const t=await this.deregisterAllListeners(e);t&&(t.removeAllListeners(e),this.deleteEmitterIfNothingRegistered(t))};if(e)await t(e);else if(this.hasEmitter()){const e=this.getOrCreateEmitter().eventNames();await(0,z.promiseMap)(e,t)}return this}deleteEmitterIfNothingRegistered(e){e.eventNames().every(e=>"removeListener"===e)&&this.wire.eventAggregator.delete(Z(this,B,"f"))}},B=new WeakMap,V=new WeakMap;F.Reply=class{};var U={};Object.defineProperty(U,"__esModule",{value:!0}),U.RuntimeError=U.NotSupportedError=U.NotImplementedError=U.NoAckError=U.DuplicateCorrelationError=U.UnexpectedActionError=U.DisconnectedError=void 0;class G extends Error{constructor(e){super(`Expected websocket state OPEN but found ${e}`),this.readyState=e}}U.DisconnectedError=G;class Y extends Error{}U.UnexpectedActionError=Y;class q extends Error{}U.DuplicateCorrelationError=q;class K extends Error{}U.NoAckError=K;class X extends Error{}U.NotImplementedError=X;class J extends Error{}U.NotSupportedError=J;class Q extends Error{constructor(e){const{message:t,name:n,stack:r,...i}=e;super(t),"cause"in e&&e.cause&&(this.cause=new Q(e.cause)),this.name=n||"Error",this.stack=r??this.toString(),Object.keys(i).filter(e=>"cause"!==e).forEach(e=>{this[e]=i[e]})}}class ee extends Error{static trimEndCallSites(e,t){const n=Error.stackTraceLimit,r=Error.prepareStackTrace;Error.prepareStackTrace=(e,t)=>t;const i="string"==typeof e.stack,o=(i?e.stack?.split("\n"):e.stack)??[];if(Error.prepareStackTrace=r,Error.stackTraceLimit=n,o.length){const n=[];for(const e of i?o:o.slice(1))if(n.push(e),t.test(e.toString()))break;e.stack=i?n.join("\n"):ee.prepareStackTrace(e,n)}}static getCallSite(e=0){const t=Error.stackTraceLimit,n=e+1;Error.stackTraceLimit=t+n;const r=Error.prepareStackTrace;Error.prepareStackTrace=(e,t)=>t;const i=(new Error).stack?.slice(n)??[];return Error.prepareStackTrace=r,Error.stackTraceLimit=t,i}static prepareStackTrace(e,t){if("function"==typeof Error.prepareStackTrace)return Error.prepareStackTrace(e,t);let n=`${e.name||"Error"}: ${e.message||""}\n`;return n+=t.map(e=>` at ${e}`).join("\n"),n}constructor(e,t){const{reason:n,error:r}=e;super(n),this.name=this.constructor.name,r?.stack&&(this.cause=new Q(r)),t&&(this.stack=ee.prepareStackTrace(this,t))}}U.RuntimeError=ee;var te={},ne={},re={};Object.defineProperty(re,"__esModule",{value:!0}),re.validateIdentity=void 0,re.validateIdentity=function(e){let t;return"object"==typeof e&&"string"==typeof e.uuid||(t="Not a valid identity object"),t};var ie={},oe={},ae={},se={},ce={},le={},ue={};Object.defineProperty(ue,"__esModule",{value:!0}),ue.handleDeprecatedWarnings=void 0;var de;ue.handleDeprecatedWarnings=e=>{(e.contentNavigation?.whitelist||e.contentNavigation?.blacklist||e.contentRedirect?.whitelist||e.contentRedirect?.blacklist)&&console.warn("The properties 'whitelist' and 'blacklist' have been marked as deprecated and will be removed in a future version. Please use 'allowlist' and 'denylist'.")};var fe={},he={};Object.defineProperty(he,"__esModule",{value:!0}),he.AsyncRetryableLazy=he.Lazy=void 0;he.Lazy=class{constructor(e){this.producerFn=e}getValue(){return this.value||(this.value=this.producerFn()),this.value}};he.AsyncRetryableLazy=class{constructor(e){this.producerFn=e}async getValue(){return this.promise||(this.promise=this.producerFn().catch(e=>{throw delete this.promise,e})),this.promise}};var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.WebContents=void 0;const me=F;class ge extends me.EmitterBase{constructor(e,t,n){super(e,n,t.uuid,t.name),this.identity=t,this.entityType=n}capturePage(e){return this.wire.sendAction("capture-page",{options:e,...this.identity}).then(({payload:e})=>e.data)}executeJavaScript(e){return this.wire.sendAction("execute-javascript-in-window",{...this.identity,code:e}).then(({payload:e})=>e.data)}getZoomLevel(){return this.wire.sendAction("get-zoom-level",this.identity).then(({payload:e})=>e.data)}setZoomLevel(e){return this.wire.sendAction("set-zoom-level",{...this.identity,level:e}).then(()=>{})}navigate(e){return this.wire.sendAction("navigate-window",{...this.identity,url:e}).then(()=>{})}navigateBack(){return this.wire.sendAction("navigate-window-back",{...this.identity}).then(()=>{})}async navigateForward(){await this.wire.sendAction("navigate-window-forward",{...this.identity})}stopNavigation(){return this.wire.sendAction("stop-window-navigation",{...this.identity}).then(()=>{})}reload(e=!1){return this.wire.sendAction("reload-window",{ignoreCache:e,...this.identity}).then(()=>{})}print(e={}){return this.wire.sendAction("print",{...this.identity,options:e}).then(()=>{})}findInPage(e,t){return this.wire.sendAction("find-in-page",{...this.identity,searchTerm:e,options:t}).then(({payload:e})=>e.data)}stopFindInPage(e){return this.wire.sendAction("stop-find-in-page",{...this.identity,action:e}).then(()=>{})}getPrinters(){return this.wire.sendAction("get-printers",{...this.identity}).then(({payload:e})=>e.data)}async focus({emitSynthFocused:e}={emitSynthFocused:!0}){await this.wire.sendAction("focus-window",{emitSynthFocused:e,...this.identity})}async showDeveloperTools(){await this.wire.sendAction("show-developer-tools",this.identity)}async getProcessInfo(){const{payload:{data:e}}=await this.wire.sendAction("get-process-info",this.identity);return e}async getSharedWorkers(){return this.wire.sendAction("get-shared-workers",this.identity).then(({payload:e})=>e.data)}async inspectSharedWorker(){await this.wire.sendAction("inspect-shared-worker",{...this.identity})}async inspectSharedWorkerById(e){await this.wire.sendAction("inspect-shared-worker-by-id",{...this.identity,workerId:e})}async inspectServiceWorker(){await this.wire.sendAction("inspect-service-worker",{...this.identity})}async showPopupWindow(e){if(this.wire.sendAction(`${this.entityType}-show-popup-window`,this.identity).catch(()=>{}),e?.onPopupReady){const t=async({popupName:t})=>{try{const n=this.fin.Window.wrapSync({uuid:this.fin.me.uuid,name:t});await e.onPopupReady(n)}catch(e){throw new Error(`Something went wrong during onPopupReady execution: ${e}`)}};await this.once("popup-ready",t)}const{payload:t}=await this.wire.sendAction("try-create-popup-window",{options:{...e,hasResultCallback:!!e?.onPopupResult,hasReadyCallback:!!e?.onPopupReady},...this.identity}),{data:{willOpen:n,options:r}}=t;n&&await this.fin.Window.create(r.initialOptions);if(e?.onPopupResult){const t=async t=>{await e.onPopupResult((e=>{const{name:t,uuid:n,result:r,data:i}=e,o={identity:{name:t,uuid:n},result:r};return i&&(o.data=i),o})(t))},n=async()=>{await this.removeListener("popup-result",t)};await this.on("popup-result",t),await this.once("popup-teardown",n)}const{payload:i}=await this.wire.sendAction("show-popup-window",{options:r,...this.identity});return i.data}async getScreenCapturePermission(){return(await this.wire.sendAction("get-screen-capture-permissions",this.identity)).payload.data}}var ve,ye,Ce,be,we;function _e(){return ye||(ye=1,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(function(){if(de)return le;de=1,Object.defineProperty(le,"__esModule",{value:!0}),le.ViewModule=void 0;const e=F,t=re,n=_e(),r=ue;class i extends e.Base{async create(e){const{uuid:t}=this.wire.me;if(!e.name||"string"!=typeof e.name)throw new Error("Please provide a name property as a string in order to create a View.");return(0,r.handleDeprecatedWarnings)(e),this.wire.environment.childViews?await this.wire.environment.createChildContent({entityType:"view",options:{...e,uuid:t}}):await this.wire.sendAction("create-view",{...e,uuid:t}),this.wrapSync({uuid:t,name:e.name})}async wrap(e){this.wire.sendAction("view-wrap").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n.View(this.wire,e)}wrapSync(e){this.wire.sendAction("view-wrap-sync").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n.View(this.wire,e)}getCurrent(){if(this.wire.sendAction("view-get-current").catch(e=>{}),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:e,name:t}=this.wire.me;return this.wrap({uuid:e,name:t})}getCurrentSync(){if(this.wire.sendAction("view-get-current-sync").catch(e=>{}),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:e,name:t}=this.wire.me;return this.wrapSync({uuid:e,name:t})}}return le.ViewModule=i,le}(),e),n(function(){if(ve)return fe;var e;ve=1,Object.defineProperty(fe,"__esModule",{value:!0}),fe.View=void 0;const t=U,n=he,r=pe,i=Ae();class o extends r.WebContents{constructor(r,o){super(r,o,"view"),this.identity=o,e.set(this,new n.Lazy(()=>this.fin.Platform.wrapSync(this.identity).getClient())),this.attach=async e=>{await this.wire.sendAction("attach-view",{target:e,...this.identity})},this.destroy=async()=>{await this.wire.sendAction("destroy-view",{...this.identity})},this.show=async()=>{await this.wire.sendAction("show-view",{...this.identity})},this.showAt=async(e,t={})=>{await this.wire.sendAction("show-view-at",{bounds:e,...this.identity,options:t})},this.bringToFront=async()=>{await this.wire.sendAction("bring-view-to-front",{...this.identity})},this.hide=async()=>{await this.wire.sendAction("hide-view",{...this.identity})},this.setBounds=async e=>{await this.wire.sendAction("set-view-bounds",{bounds:e,...this.identity})},this.getBounds=async()=>(await this.wire.sendAction("get-view-bounds",{...this.identity})).payload.data,this.getInfo=async()=>(await this.wire.sendAction("get-view-info",{...this.identity})).payload.data,this.getParentLayout=async()=>(this.wire.sendAction("view-get-parent-layout",{...this.identity}).catch(()=>{}),this.fin.Platform.Layout.getLayoutByViewIdentity(this.identity)),this.getOptions=async()=>this.wire.sendAction("get-view-options",{...this.identity}).then(({payload:e})=>e.data),this.updateOptions=async e=>this.wire.sendAction("update-view-options",{options:e,...this.identity}).then(()=>{}),this.getCurrentWindow=async()=>{const{payload:{data:e}}=await this.wire.sendAction("get-view-window",{...this.identity});return new i._Window(this.wire,e)},this.getCurrentStack=async()=>{this.wire.sendAction("view-get-current-stack").catch(()=>{});try{return(await this.getParentLayout()).getStackByViewIdentity(this.identity)}catch(e){throw new t.RuntimeError({reason:"This view does not belong to a stack.",error:e})}},this.triggerBeforeUnload=async()=>(await this.wire.sendAction("trigger-before-unload",{...this.identity})).payload.data,this.bindToElement=async e=>{if(!e)throw new Error("Element not found.");return this.wire.environment.observeBounds(e,async e=>this.setBounds(e))}}async focus({emitSynthFocused:e}={emitSynthFocused:!0}){const t=await this.getCurrentWindow();await t.focusedWebViewWasChanged(),await super.focus({emitSynthFocused:e})}}return fe.View=o,e=new WeakMap,fe}(),e)}(ce)),ce}function xe(){if(Ce)return se;Ce=1,Object.defineProperty(se,"__esModule",{value:!0}),se.Application=void 0;const e=F,t=Ae(),n=_e();class r extends e.EmitterBase{constructor(e,n){super(e,"application",n.uuid),this.identity=n,this.window=new t._Window(this.wire,{uuid:this.identity.uuid,name:this.identity.uuid})}windowListFromIdentityList(e){const n=[];return e.forEach(e=>{n.push(new t._Window(this.wire,{uuid:e.uuid,name:e.name}))}),n}isRunning(){return this.wire.sendAction("is-application-running",this.identity).then(({payload:e})=>e.data)}async quit(e=!1){try{await this._close(e),await this.wire.sendAction("destroy-application",{force:e,...this.identity})}catch(e){if(!["Remote connection has closed","Could not locate the requested application"].some(t=>e.message.includes(t)))throw e}}async _close(e=!1){try{await this.wire.sendAction("close-application",{force:e,...this.identity})}catch(e){if(!e.message.includes("Remote connection has closed"))throw e}}close(e=!1){return console.warn("Deprecation Warning: Application.close is deprecated Please use Application.quit"),this.wire.sendAction("application-close",this.identity).catch(e=>{}),this._close(e)}getChildWindows(){return this.wire.sendAction("get-child-windows",this.identity).then(({payload:e})=>{const t=[];return e.data.forEach(e=>{t.push({uuid:this.identity.uuid,name:e})}),this.windowListFromIdentityList(t)})}getManifest(){return this.wire.sendAction("get-application-manifest",this.identity).then(({payload:e})=>e.data)}getParentUuid(){return this.wire.sendAction("get-parent-application",this.identity).then(({payload:e})=>e.data)}getShortcuts(){return this.wire.sendAction("get-shortcuts",this.identity).then(({payload:e})=>e.data)}async getViews(){const{payload:e}=await this.wire.sendAction("application-get-views",this.identity);return e.data.map(e=>new n.View(this.wire,e))}getZoomLevel(){return this.wire.sendAction("get-application-zoom-level",this.identity).then(({payload:e})=>e.data)}getWindow(){return this.wire.sendAction("application-get-window",this.identity).catch(e=>{}),Promise.resolve(this.window)}registerUser(e,t){return this.wire.sendAction("register-user",{userName:e,appName:t,...this.identity}).then(()=>{})}removeTrayIcon(){return this.wire.sendAction("remove-tray-icon",this.identity).then(()=>{})}restart(){return this.wire.sendAction("restart-application",this.identity).then(()=>{})}run(){return console.warn("Deprecation Warning: Application.run is deprecated Please use fin.Application.start"),this.wire.sendAction("application-run",this.identity).catch(e=>{}),this._run()}_run(e={}){return this.wire.sendAction("run-application",{manifestUrl:this._manifestUrl,opts:e,...this.identity}).then(()=>{})}scheduleRestart(){return this.wire.sendAction("relaunch-on-close",this.identity).then(()=>{})}async sendApplicationLog(){const{payload:e}=await this.wire.sendAction("send-application-log",this.identity);return e.data}async setJumpList(e){await this.wire.sendAction("set-jump-list",{config:e,...this.identity})}setTrayIcon(e){return this.wire.sendAction("set-tray-icon",{enabledIcon:e,...this.identity}).then(()=>{})}async setTrayIconToolTip(e){await this.wire.sendAction("set-tray-icon-tooltip",{...this.identity,toolTip:e})}setShortcuts(e){return this.wire.sendAction("set-shortcuts",{data:e,...this.identity}).then(()=>{})}async setShortcutQueryParams(e){await this.wire.sendAction("set-shortcut-query-args",{data:e,...this.identity})}setZoomLevel(e){return this.wire.sendAction("set-application-zoom-level",{level:e,...this.identity}).then(()=>{})}async setAppLogUsername(e){await this.wire.sendAction("set-app-log-username",{data:e,...this.identity})}getTrayIconInfo(){return this.wire.sendAction("get-tray-icon-info",this.identity).then(({payload:e})=>e.data)}hasTrayIcon(){return this.wire.sendAction("has-tray-icon",this.identity).then(({payload:e})=>e.data)}terminate(){return this.wire.sendAction("terminate-application",this.identity).then(()=>{})}wait(){return this.wire.sendAction("wait-for-hung-application",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-info",this.identity).then(({payload:e})=>e.data)}async getProcessInfo(){const{payload:{data:e}}=await this.wire.sendAction("application-get-process-info",this.identity);return e}async setFileDownloadLocation(e){const{name:t}=this.wire.me,n={uuid:this.identity.uuid,name:t};await this.wire.sendAction("set-file-download-location",{...n,downloadLocation:e})}async getFileDownloadLocation(){const{payload:{data:e}}=await this.wire.sendAction("get-file-download-location",this.identity);return e}async showTrayIconPopupMenu(e){const{name:t}=this.wire.me,n={uuid:this.identity.uuid,name:t},{payload:r}=await this.wire.sendAction("show-tray-icon-popup-menu",{...n,options:e});return r.data}async closeTrayIconPopupMenu(){const{name:e}=this.wire.me,t={uuid:this.identity.uuid,name:e};await this.wire.sendAction("close-tray-icon-popup-menu",{...t})}}return se.Application=r,se}function Oe(){return we||(we=1,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(function(){if(be)return ae;be=1,Object.defineProperty(ae,"__esModule",{value:!0}),ae.ApplicationModule=void 0;const e=F,t=re,n=xe();class r extends e.Base{async wrap(e){this.wire.sendAction("wrap-application").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n.Application(this.wire,e)}wrapSync(e){this.wire.sendAction("wrap-application-sync").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n.Application(this.wire,e)}async _create(e){return void 0===e.waitForPageLoad&&(e.waitForPageLoad=!1),void 0===e.autoShow&&void 0===e.isPlatformController&&(e.autoShow=!0),await this.wire.sendAction("create-application",e),this.wrap({uuid:e.uuid})}create(e){return console.warn("Deprecation Warning: fin.Application.create is deprecated. Please use fin.Application.start"),this.wire.sendAction("application-create").catch(e=>{}),this._create(e)}async start(e){this.wire.sendAction("start-application").catch(e=>{});const t=await this._create(e);return await this.wire.sendAction("run-application",{uuid:e.uuid}),t}async startManyManifests(e,t){return this.wire.sendAction("run-applications",{applications:e,opts:t}).then(()=>{})}getCurrent(){return this.wire.sendAction("get-current-application").catch(e=>{}),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.sendAction("get-current-application-sync").catch(e=>{}),this.wrapSync({uuid:this.wire.me.uuid})}async startFromManifest(e,t){this.wire.sendAction("application-start-from-manifest").catch(e=>{});const n=await this._createFromManifest(e);return await n._run(t),n}createFromManifest(e){return console.warn("Deprecation Warning: fin.Application.createFromManifest is deprecated. Please use fin.Application.startFromManifest"),this.wire.sendAction("application-create-from-manifest").catch(e=>{}),this._createFromManifest(e)}_createFromManifest(e){return this.wire.sendAction("get-application-manifest",{manifestUrl:e}).then(({payload:e})=>{const t=e.data.platform?e.data.platform.uuid:e.data.startup_app.uuid;return this.wrap({uuid:t})}).then(t=>(t._manifestUrl=e,t))}}return ae.ApplicationModule=r,ae}(),e),n(xe(),e)}(oe)),oe}pe.WebContents=ge;var Ee={};Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.promisifySubscription=void 0;var Me,je,Se;function Pe(){if(Me)return ie;Me=1,Object.defineProperty(ie,"__esModule",{value:!0}),ie._Window=void 0;const e=Oe(),t=pe,n=_e(),r=ue,i=Ee;class o extends t.WebContents{constructor(e,t){super(e,t,"window")}async createWindow(e){this.wire.sendAction("window-create-window",this.identity).catch(e=>{});const t=await(0,i.promisifySubscription)(this,"fire-constructor-callback");void 0===e.waitForPageLoad&&(e.waitForPageLoad=!1),void 0===e.autoShow&&(e.autoShow=!0),(0,r.handleDeprecatedWarnings)(e);const n=this.wire.environment.createChildContent({entityType:"window",options:e}),[o]=await Promise.all([t.getValue(),n]);let a;const{success:s}=o,c=o.data,{message:l}=c;a=s?{httpResponseCode:c.httpResponseCode,apiInjected:c.apiInjected}:{message:c.message,networkErrorCode:c.networkErrorCode,stack:c.stack};const u={message:l,cbPayload:a,success:s};try{this.getWebWindow().fin.__internal_.openerSuccessCBCalled()}catch(e){}return u.success?this:Promise.reject(u)}getAllFrames(){return this.wire.sendAction("get-all-frames",this.identity).then(({payload:e})=>e.data)}activateAndFocus(e){return this.wire.sendAction("activate-window-and-focus",{winIdentity:this.identity,focusIdentity:e}).then(({payload:e})=>e.data)}getBounds(e){return this.wire.sendAction("get-window-bounds",{...this.identity,options:e}).then(({payload:e})=>e.data)}center(){return this.wire.sendAction("center-window",this.identity).then(()=>{})}blur(){return this.wire.sendAction("blur-window",this.identity).then(()=>{})}bringToFront(){return this.wire.sendAction("bring-window-to-front",this.identity).then(()=>{})}animate(e,t){return this.wire.sendAction("animate-window",{transitions:e,options:t,...this.identity}).then(()=>{})}hide(){return this.wire.sendAction("hide-window",this.identity).then(()=>{})}close(e=!1){return this.wire.sendAction("close-window",{force:e,...this.identity}).then(()=>{Object.setPrototypeOf(this,null)})}focusedWebViewWasChanged(){return this.wire.sendAction("focused-webview-changed",this.identity).then(()=>{})}getNativeId(){return this.wire.sendAction("get-window-native-id",this.identity).then(({payload:e})=>e.data)}async getCurrentViews(){const{payload:e}=await this.wire.sendAction("window-get-views",this.identity);return e.data.map(e=>new n.View(this.wire,e))}disableFrame(){return console.warn("Function is deprecated; use disableUserMovement instead."),this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}disableUserMovement(){return this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}enableFrame(){return console.warn("Function is deprecated; use enableUserMovement instead."),this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}enableUserMovement(){return this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}flash(){return this.wire.sendAction("flash-window",this.identity).then(()=>{})}stopFlashing(){return this.wire.sendAction("stop-flash-window",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-window-info",this.identity).then(({payload:e})=>e.data)}async getLayout(e){this.wire.sendAction("window-get-layout",this.identity).catch(e=>{});const t=await this.getOptions();if(!t.layout&&!t.layoutSnapshot)throw new Error("Window does not have a Layout");return this.fin.Platform.Layout.wrap(e??this.identity)}getOptions(){return this.wire.sendAction("get-window-options",this.identity).then(({payload:e})=>e.data)}getParentApplication(){return this.wire.sendAction("window-get-parent-application",this.identity).catch(e=>{}),Promise.resolve(new e.Application(this.wire,this.identity))}getParentWindow(){return this.wire.sendAction("window-get-parent-window",this.identity).catch(e=>{}),Promise.resolve(new e.Application(this.wire,this.identity)).then(e=>e.getWindow())}async getSnapshot(e){const t={area:e,...this.identity};console.warn("Window.getSnapshot has been deprecated, please use Window.capturePage");return(await this.wire.sendAction("get-window-snapshot",t)).payload.data}getState(){return this.wire.sendAction("get-window-state",this.identity).then(({payload:e})=>e.data)}getWebWindow(){return this.wire.sendAction("window-get-web-window",this.identity).catch(e=>{}),this.wire.environment.getWebWindow(this.identity)}isMainWindow(){return this.wire.sendAction("window-is-main-window",this.identity).catch(e=>{}),this.me.uuid===this.me.name}isShowing(){return this.wire.sendAction("is-window-showing",this.identity).then(({payload:e})=>e.data)}maximize(){return this.wire.sendAction("maximize-window",this.identity).then(()=>{})}minimize(){return this.wire.sendAction("minimize-window",this.identity).then(()=>{})}moveBy(e,t,n){return this.wire.sendAction("move-window-by",{deltaLeft:e,deltaTop:t,positioningOptions:n,...this.identity}).then(()=>{})}moveTo(e,t,n){return this.wire.sendAction("move-window",{left:e,top:t,positioningOptions:n,...this.identity}).then(()=>{})}resizeBy(e,t,n,r){return this.wire.sendAction("resize-window-by",{deltaWidth:Math.floor(e),deltaHeight:Math.floor(t),anchor:n,positioningOptions:r,...this.identity}).then(()=>{})}resizeTo(e,t,n,r){return this.wire.sendAction("resize-window",{width:Math.floor(e),height:Math.floor(t),anchor:n,positioningOptions:r,...this.identity}).then(()=>{})}restore(){return this.wire.sendAction("restore-window",this.identity).then(()=>{})}setAsForeground(){return this.wire.sendAction("set-foreground-window",this.identity).then(()=>{})}setBounds(e,t){return this.wire.sendAction("set-window-bounds",{...e,...this.identity,positioningOptions:t}).then(()=>{})}show(e=!1){return this.wire.sendAction("show-window",{force:e,...this.identity}).then(()=>{})}showAt(e,t,n=!1){return this.wire.sendAction("show-at-window",{force:n,left:Math.floor(e),top:Math.floor(t),...this.identity}).then(()=>{})}updateOptions(e){return this.wire.sendAction("update-window-options",{options:e,...this.identity}).then(()=>{})}authenticate(e,t){return this.wire.sendAction("window-authenticate",{userName:e,password:t,...this.identity}).then(()=>{})}async showPopupMenu(e){const{payload:t}=await this.wire.sendAction("show-popup-menu",{options:e,...this.identity});return t.data}async closePopupMenu(){return this.wire.sendAction("close-popup-menu",{...this.identity}).then(()=>{})}async dispatchPopupResult(e){this.wire.sendAction("window-dispatch-popup-result",this.identity).catch(e=>{}),await this.wire.sendAction("dispatch-popup-result",{data:e,...this.identity})}async print(e={content:"self"}){switch(e.content){case void 0:case"self":return super.print(e);case"screenshot":return this.wire.sendAction("print-screenshot",this.identity).then(()=>{});case"views":return this.wire.sendAction("print-views",{...this.identity,options:e}).then(()=>{});default:return}}}return ie._Window=o,ie}function Ae(){return Se||(Se=1,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(function(){if(je)return ne;je=1,Object.defineProperty(ne,"__esModule",{value:!0}),ne._WindowModule=void 0;const e=F,t=re,n=Pe();class r extends e.Base{async wrap(e){this.wire.sendAction("window-wrap").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n._Window(this.wire,e)}wrapSync(e){this.wire.sendAction("window-wrap-sync").catch(e=>{});const r=(0,t.validateIdentity)(e);if(r)throw new Error(r);return new n._Window(this.wire,e)}create(e){return this.wire.sendAction("create-window").catch(e=>{}),new n._Window(this.wire,{uuid:this.me.uuid,name:e.name}).createWindow(e)}getCurrent(){if(this.wire.sendAction("get-current-window").catch(e=>{}),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:e,name:t}=this.wire.me;return this.wrap({uuid:e,name:t})}getCurrentSync(){if(this.wire.sendAction("get-current-window-sync").catch(e=>{}),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:e,name:t}=this.wire.me;return this.wrapSync({uuid:e,name:t})}}return ne._WindowModule=r,ne}(),e),n(Pe(),e)}(te)),te}Ee.promisifySubscription=async(e,t,n=()=>!0,r)=>{let i,o,a;const s=new Promise((e,t)=>{i=e,o=t}),c=e=>{n(e)&&(clearTimeout(a),i(e))};return await e.on(t,c),r&&(a=setTimeout(()=>o(new Error("event timed out")),r)),s.finally(()=>{e.removeListener(t,c).catch(()=>null)}),{getValue:()=>s}},Object.defineProperty(R,"__esModule",{value:!0}),R.System=void 0;const ke=F,Te=U,De=Ae(),Ie=r;class Le extends ke.EmitterBase{constructor(e){super(e,"system")}sendExternalProcessRequest(e,t){return new Promise((n,r)=>{const i="external-process-exited";let o,a,s,c;"function"==typeof t.listener&&(s=e=>{const n=e||{};a={topic:"exited",uuid:n.processUuid||"",exitCode:n.exitCode||0},o===e.processUuid&&(t.listener(a),c.removeListener(i,s))},this.wire.me.name||(this.wire.me.name=this.wire.me.uuid),c=new De._Window(this.wire,this.wire.me),c.on(i,s)),this.wire.sendAction(e,t).then(({payload:e})=>{o=e.data.uuid,n(e.data),a&&o===a.uuid&&(t.listener(a),c.removeListener(i,s))}).catch(e=>{c&&c.removeListener(i,s),r(e)})})}getVersion(){return this.wire.sendAction("get-version").then(({payload:e})=>e.data)}clearCache(e){return this.wire.sendAction("clear-cache",e).then(()=>{})}deleteCacheOnExit(){return this.wire.sendAction("delete-cache-request").then(()=>{})}exit(){return this.wire.sendAction("exit-desktop").then(()=>{})}async fetchManifest(e){const{payload:{data:t}}=await this.wire.sendAction("fetch-manifest",{manifestUrl:e});return t}flushCookieStore(){return this.wire.sendAction("flush-cookie-store").then(()=>{})}getAllWindows(){return this.wire.sendAction("get-all-windows").then(({payload:e})=>e.data)}getAllApplications(){return this.wire.sendAction("get-all-applications").then(({payload:e})=>e.data)}getCommandLineArguments(){return this.wire.sendAction("get-command-line-arguments").then(({payload:e})=>e.data)}async getCrashReporterState(){const{payload:{data:{diagnosticMode:e,isRunning:t}}}=await this.wire.sendAction("get-crash-reporter-state");return console.warn("diagnosticMode property is deprecated. It will be removed in a future version"),{diagnosticMode:e,diagnosticsMode:e,isRunning:t}}async startCrashReporter(e){const t=e,n={...t,diagnosticMode:t.diagnosticsMode||t.diagnosticMode},{payload:{data:{diagnosticMode:r,isRunning:i}}}=await this.wire.sendAction("start-crash-reporter",n);return{diagnosticMode:r,diagnosticsMode:r,isRunning:i}}getUniqueUserId(){return this.wire.sendAction("get-unique-user-id").then(({payload:e})=>e.data)}getEntityInfo(e,t){return this.wire.sendAction("get-entity-info",{uuid:e,name:t}).then(({payload:e})=>e.data)}getEnvironmentVariable(e){return this.wire.sendAction("get-environment-variable",{environmentVariables:e}).then(({payload:e})=>e.data)}getFocusedWindow(){return this.wire.sendAction("get-focused-window").then(({payload:e})=>e.data)}getFocusedContent(){return this.wire.sendAction("get-focused-content").then(({payload:e})=>e.data)}async isAppCertified(e){const{payload:{data:{certifiedInfo:t}}}=await this.wire.sendAction("is-app-certified",{manifestUrl:e});return t}getInstalledRuntimes(){return this.wire.sendAction("get-installed-runtimes").then(({payload:e})=>e.data.runtimes)}async getInstalledApps(){const{payload:{data:{installedApps:e}}}=await this.wire.sendAction("get-installed-apps");return e}getLog(e){return this.wire.sendAction("view-log",e).then(({payload:e})=>e.data)}getMachineId(){return this.wire.sendAction("get-machine-id").then(({payload:e})=>e.data)}getMinLogLevel(){return this.wire.sendAction("get-min-log-level").then(({payload:e})=>e.data)}getLogList(){return this.wire.sendAction("list-logs").then(({payload:e})=>e.data)}getMonitorInfo(){return this.wire.sendAction("get-monitor-info").then(({payload:e})=>e.data)}getMousePosition(){return this.wire.sendAction("get-mouse-position").then(({payload:e})=>e.data)}getProcessList(){return console.warn("System.getProcessList has been deprecated. Please consider using our new process APIs: Window.getProcessInfo, View.getProcessInfo, Application.getProcessInfo, System.getAllProcessInfo"),this.wire.sendAction("process-snapshot").then(({payload:e})=>e.data)}async getAllProcessInfo(){const{payload:{data:e}}=await this.wire.sendAction("get-all-process-info",this.identity);return e}getProxySettings(){return this.wire.sendAction("get-proxy-settings").then(({payload:e})=>e.data)}getRuntimeInfo(){return this.wire.sendAction("get-runtime-info").then(({payload:e})=>e.data)}getRvmInfo(){return this.wire.sendAction("get-rvm-info").then(({payload:e})=>e.data)}getHostSpecs(){return this.wire.sendAction("get-host-specs").then(({payload:e})=>e.data)}getOSInfo(){return this.wire.sendAction("get-os-info").then(({payload:e})=>e.data)}launchExternalProcess(e){return this.sendExternalProcessRequest("launch-external-process",e)}monitorExternalProcess(e){return this.sendExternalProcessRequest("monitor-external-process",e)}log(e,t){return this.wire.sendAction("write-to-log",{level:e,message:t}).then(()=>{})}openUrlWithBrowser(e){return this.wire.sendAction("open-url-with-browser",{url:e}).then(()=>{})}async registerCustomProtocol(e){if("object"!=typeof e)throw new Error("Must provide an object with a `protocolName` property having a string value.");await this.wire.sendAction("register-custom-protocol",e)}async unregisterCustomProtocol(e){await this.wire.sendAction("unregister-custom-protocol",{protocolName:e})}async getCustomProtocolState(e){return this.wire.sendAction("get-custom-protocol-state",{protocolName:e}).then(({payload:e})=>e.data)}releaseExternalProcess(e){return this.wire.sendAction("release-external-process",{uuid:e}).then(()=>{})}showDeveloperTools(e){return this.wire.sendAction("show-developer-tools",e).then(()=>{})}terminateExternalProcess(e){return this.wire.sendAction("terminate-external-process",e).then(()=>{})}updateProxySettings(e){return this.wire.sendAction("update-proxy",e).then(()=>{})}async downloadAsset(e,t){const n=()=>{};let r=n,i=n;const o=new Promise((e,t)=>{r=e,i=t});if("openfin"!==this.wire.environment.type)throw new Te.NotSupportedError("downloadAsset only supported in an OpenFin Render process");const a=Te.RuntimeError.getCallSite(),s=this.wire.environment.getNextMessageId().toString(),c=`asset-download-progress-${s}`,l=`asset-download-error-${s}`,u=`asset-download-complete-${s}`,d=e=>{const n={downloadedBytes:e.downloadedBytes,totalBytes:e.totalBytes};t(n)},f=()=>{this.removeListener(c,d)};await Promise.all([this.on(c,d),this.once(l,e=>{f();const{reason:t,err:n}=e;i(new Te.RuntimeError({reason:t,error:n},a))}),this.once(u,()=>{f(),r()})]);const h=Object.assign(e,{downloadId:s});return await this.wire.sendAction("download-asset",h).catch(e=>{throw f(),e}),o}downloadRuntime(e,t){const n=Te.RuntimeError.getCallSite();return new Promise((r,i)=>{if("openfin"!==this.wire.environment.type)return void i(new Te.NotSupportedError("downloadRuntime only supported in an OpenFin Render process"));const o=this.wire.environment.getNextMessageId().toString(),a=`runtime-download-progress-${o}`,s=`runtime-download-error-${o}`,c=`runtime-download-complete-${o}`,l=e=>{const n={downloadedBytes:e.downloadedBytes,totalBytes:e.totalBytes};t(n)},u=()=>{this.removeListener(a,l)};this.on(a,l),this.once(s,e=>{u();const{reason:t,err:r}=e;i(new Te.RuntimeError({reason:t,error:r},n))}),this.once(c,()=>{u(),r()});const d=Object.assign(e,{downloadId:o});this.wire.sendAction("download-runtime",d).catch(e=>{u(),i(e)})})}downloadPreloadScripts(e){return this.wire.sendAction("download-preload-scripts",{scripts:e}).then(({payload:e})=>e.data)}getAllExternalApplications(){return this.wire.sendAction("get-all-external-applications").then(({payload:e})=>e.data)}getAppAssetInfo(e){return this.wire.sendAction("get-app-asset-info",e).then(({payload:e})=>e.data)}getCookies(e){const t=this.wire.environment.getUrl(),n=Object.assign(e,{url:t});return this.wire.sendAction("get-cookies",n).then(({payload:e})=>e.data)}setMinLogLevel(e){return this.wire.sendAction("set-min-log-level",{level:e}).then(()=>{})}resolveUuid(e){return this.wire.sendAction("resolve-uuid",{entityKey:e}).then(({payload:e})=>e.data)}executeOnRemote(e,t){return t.requestingIdentity=e,this.wire.ferryAction(t)}readRegistryValue(e,t,n){return this.wire.sendAction("read-registry-value",{rootKey:e,subkey:t,value:n}).then(({payload:e})=>e.data)}registerExternalConnection(e){return this.wire.sendAction("register-external-connection",{uuid:e}).then(({payload:e})=>e.data)}async getServiceConfiguration(e){if("string"!=typeof e.name)throw new Error("Must provide an object with a `name` property having a string value");const{name:t}=e;return this.wire.sendAction("get-service-configuration",{name:t}).then(({payload:e})=>e.data)}async getSystemAppConfig(e){if("string"!=typeof e)throw new Error("Must provide a string value for name of system app");return this.wire.sendAction("get-system-app-configuration",{name:e}).then(({payload:e})=>e.data)}async registerShutdownHandler(e){this.wire.sendAction("system-register-shutdown-handler").catch(e=>{});const{uuid:t,name:n}=this.wire.me;this.on("system-shutdown",r=>{e({proceed:()=>{this.wire.environment.raiseEvent("application/system-shutdown-handled",{uuid:t,name:n,topic:"application"})}})})}runRvmHealthCheck(){return this.wire.sendAction("run-rvm-health-check").then(({payload:e})=>e.data)}async launchManifest(e,t={}){const{subscribe:n,...r}=t,i=r;if(n){const e=new Ie.EventEmitter;n(e);const t="app-version-progress",r="runtime-status",o="app-version-complete",a="app-version-error",s=this.wire.environment.getNextMessageId().toString();i.appVersionId=s;const c=[o,t,r,a],l=e=>{const{appVersionId:t,topic:n,type:r,...i}=e;return{...i,type:c.find(e=>r.includes(e))}},u=t=>{const n=l(t);e.emit(n.type,n)},d=()=>{this.removeListener(`${t}.${s}`,u),this.removeListener(`${r}.${s}`,u),this.removeListener(`${o}.${s}`,u),this.removeListener(`${a}.${s}`,u),this.removeListener(`${o}.${s}`,d),this.removeListener(`${a}.${s}`,d)};await Promise.all([this.on(`${t}.${s}`,u),this.on(`${r}.${s}`,u),this.once(`${o}.${s}`,u),this.once(`${a}.${s}`,u),this.once(`${o}.${s}`,d),this.once(`${a}.${s}`,d)])}return(await this.wire.sendAction("launch-manifest",{manifestUrl:e,opts:i})).payload.data.manifest}async queryPermissionForCurrentContext(e){const t={uuid:this.wire.me.uuid,name:this.wire.me.name};return(await this.wire.sendAction("query-permission-for-current-context",{apiName:e,identity:t})).payload.data}async enableNativeWindowIntegrationProvider(e){const{payload:t}=await this.wire.sendAction("enable-native-window-integration-provider",{permissions:e});return t.data}async registerUsage({data:e,type:t}){await this.wire.sendAction("register-usage",{data:e,type:t})}async getPrinters(){const{payload:e}=await this.wire.sendAction("system-get-printers");return e.data}async updateProcessLoggingOptions(e){await this.wire.sendAction("system-update-process-logging-options",{options:e})}async getDomainSettings(){const{payload:{data:e}}=await this.wire.sendAction("get-domain-settings");return e}async setDomainSettings(e){await this.wire.sendAction("set-domain-settings",{domainSettings:e})}async getCurrentDomainSettings(e){return(await this.wire.sendAction("get-current-domain-settings",{identity:e})).payload.data}async resolveDomainSettings(e){return(await this.wire.sendAction("resolve-domain-settings",{url:e})).payload.data}async refreshExtensions(){const{payload:e}=await this.wire.sendAction("refresh-extensions");return e.data}async getInstalledExtensions(){const{payload:e}=await this.wire.sendAction("get-installed-extensions");return e.data}async serveAsset(e){return(await this.wire.sendAction("serve-asset",{options:e})).payload.data}}R.System=Le;var Re={},Fe={};Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.RefCounter=void 0;Fe.RefCounter=class{constructor(){this.topicRefMap=new Map}incRefCount(e){const t=this.topicRefMap.get(e);let n;if(t){const r=t+1;n=r,this.topicRefMap.set(e,r)}else this.topicRefMap.set(e,1),n=1;return n}decRefCount(e){const t=this.topicRefMap.get(e);let n;if(t){const r=t-1;this.topicRefMap.set(e,r),n=r}else n=-1;return n}actOnFirst(e,t,n){return 1===this.incRefCount(e)?t():n()}actOnLast(e,t,n){return 0===this.decRefCount(e)?t():n()}};var Ne={},He={},Be={};Object.defineProperty(Be,"__esModule",{value:!0}),Be.ChannelBase=Be.ProtectedItems=void 0;const Ve=U,$e=e=>async(t,n,r)=>{const i=await e(t,n,r);return void 0===i?n:i};Be.ProtectedItems=class{constructor(e,t){this.providerIdentity=e,this.close=t}};class Ze{static defaultAction(e){throw new Error(`No action registered at target for ${e}`)}constructor(){this.subscriptions=new Map}async processAction(e,t,n){try{const r=this.subscriptions.get(e),i=r??((t,n)=>(this.defaultAction??Ze.defaultAction)(e,t,n)),o=this.preAction?await this.preAction(e,t,n):t,a=await i(o,n);return this.postAction?await this.postAction(e,a,n):a}catch(t){if(Ve.RuntimeError.trimEndCallSites(t,/Channel.*processAction/),this.errorMiddleware)return this.errorMiddleware(e,t,n);throw t}}beforeAction(e){if(this.preAction)throw new Error("Already registered beforeAction middleware");this.preAction=$e(e)}onError(e){if(this.errorMiddleware)throw new Error("Already registered error middleware");this.errorMiddleware=e}afterAction(e){if(this.postAction)throw new Error("Already registered afterAction middleware");this.postAction=$e(e)}remove(e){this.subscriptions.delete(e)}setDefaultAction(e){if(this.defaultAction)throw new Error("default action can only be set once");this.defaultAction=e}register(e,t){if(this.subscriptions.has(e))throw new Error(`Subscription already registered for action: ${e}. Unsubscribe before adding new subscription`);return this.subscriptions.set(e,t),!0}}Be.ChannelBase=Ze;var ze={};Object.defineProperty(ze,"__esModule",{value:!0}),ze.ChannelError=void 0;const We=U;class Ue extends Error{constructor(e,t,n,r){super(e.message),this.action=t,this.dispatchPayload=n,this.name=this.constructor.name,"cause"in e&&e.cause instanceof Error&&(this.cause=e.cause),this.stack=We.RuntimeError.prepareStackTrace(this,r)}}ze.ChannelError=Ue;var Ge,Ye,qe,Ke=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},Xe=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(He,"__esModule",{value:!0}),He.ChannelClient=void 0;const Je=U,Qe=Be,et=ze,tt=new Map;class nt extends Qe.ChannelBase{static closeChannelByEndpointId(e){const t=tt.get(e);t&&Ke(t,qe,"f").call(t)}static handleProviderDisconnect(e){for(const t of tt.values())t.providerIdentity.channelId===e.channelId&&(t.disconnectListener(e),Ke(t,qe,"f").call(t))}constructor(e,t,n){super(),Ge.set(this,void 0),Ye.set(this,void 0),this.processAction=(e,t,n)=>super.processAction(e,t,n),qe.set(this,()=>{tt.delete(this.endpointId),Ke(this,Ye,"f").close()}),Xe(this,Ge,new Qe.ProtectedItems(e,t),"f"),this.disconnectListener=()=>{},this.endpointId=e.endpointId,Xe(this,Ye,n,"f"),tt.set(this.endpointId,this),n.receive(this.processAction)}get providerIdentity(){return Ke(this,Ge,"f").providerIdentity}async dispatch(e,t){if(Ke(this,Ye,"f").isEndpointConnected(this.providerIdentity.channelId)){const n=Je.RuntimeError.getCallSite();return Ke(this,Ye,"f").send(this.providerIdentity.channelId,e,t).catch(r=>{throw new et.ChannelError(r,e,t,n)})}throw new Error("The client you are trying to dispatch from is disconnected from the target provider.")}onDisconnection(e){this.disconnectListener=t=>{try{e(t)}catch(e){throw new Error(`Error while calling the onDisconnection callback: ${e.message}`)}finally{this.disconnectListener=()=>{}}}}async disconnect(){await this.sendDisconnectAction(),Ke(this,qe,"f").call(this)}async sendDisconnectAction(){const e=Ke(this,Ge,"f");await e.close()}static async wireClose(e,t,n){const{channelName:r,uuid:i,name:o}=t;await e.sendAction("disconnect-from-channel",{channelName:r,uuid:i,name:o,endpointId:n})}}He.ChannelClient=nt,Ge=new WeakMap,Ye=new WeakMap,qe=new WeakMap;var rt={},it={};Object.defineProperty(it,"__esModule",{value:!0}),it.exhaustiveCheck=void 0,it.exhaustiveCheck=function(e,t){throw new Error(`Unsupported value: ${e}${t?`\n Supported values are: ${t.join("")}`:""}`)};var ot,at,st,ct={},lt=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},ut=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(ct,"__esModule",{value:!0}),ct.ClassicInfo=ct.ClassicStrategy=void 0;ct.ClassicStrategy=class{constructor(e,t,n,r){this.messageReceiver=t,this.endpointId=n,this.providerIdentity=r,ot.set(this,void 0),at.set(this,new Map),st.set(this,new Map),this.send=async(e,t,n)=>{const r=ut(this,at,"f").get(e);if(!r)throw new Error(`Could not locate routing info for endpoint ${e}`);const i={...r};i.isLocalEndpointId&&delete i.endpointId,delete i.isLocalEndpointId;const o=ut(this,ot,"f").sendAction("send-channel-message",{...i,providerIdentity:this.providerIdentity,action:t,payload:n});ut(this,st,"f").get(e)?.add(o);return(await o.catch(e=>{if("cause"in e)throw e;throw new Error(e.message)}).finally(()=>{ut(this,st,"f").get(e)?.delete(o)})).payload.data.result},this.close=async()=>{this.messageReceiver.removeEndpoint(this.providerIdentity.channelId,this.endpointId),[...ut(this,at,"f").keys()].forEach(e=>this.closeEndpoint(e)),lt(this,at,new Map,"f")},lt(this,ot,e,"f")}onEndpointDisconnect(e,t){}receive(e){this.messageReceiver.addEndpoint(e,this.providerIdentity.channelId,this.endpointId)}async closeEndpoint(e){const t=ut(this,at,"f").get(e);ut(this,at,"f").delete(e);const n=ut(this,st,"f").get(e);n?.forEach(n=>{const r=`Channel connection with identity uuid: ${t?.uuid} / name: ${t?.name} / endpointId: ${e} no longer connected.`;n.cancel(new Error(r))})}isEndpointConnected(e){return ut(this,at,"f").has(e)}addEndpoint(e,t){ut(this,at,"f").set(e,t.endpointIdentity),ut(this,st,"f").set(e,new Set)}isValidEndpointPayload(e){return"string"==typeof e?.endpointIdentity?.endpointId||"string"==typeof e?.endpointIdentity?.channelId}},ot=new WeakMap,at=new WeakMap,st=new WeakMap,ct.ClassicInfo={version:5,minimumVersion:0,type:"classic"};var dt={},ft={},ht={};Object.defineProperty(ht,"__esModule",{value:!0}),ht.errorToPOJO=void 0,ht.errorToPOJO=function e(t){const n={stack:t.stack,name:t.name,message:t.message,toString:()=>t.stack||t.toString()};return"cause"in t&&(n.cause=e(t.cause)),n};var pt,mt,gt=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},vt=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(ft,"__esModule",{value:!0}),ft.RTCEndpoint=void 0;const yt=ht;ft.RTCEndpoint=class{static isValidEndpointPayload(e){const t=e=>"object"==typeof e&&null!==e;return t(e)&&t(e.endpointIdentity)&&t(e.rtc)&&"string"==typeof e.endpointIdentity.endpointId}constructor({rtc:e,endpointIdentity:t}){this.responseMap=new Map,pt.set(this,null),mt.set(this,void 0),this.connectionStateChangeHandler=e=>{"connected"!==this.rtc.rtcClient.connectionState&&(this.rtc.rtcClient.removeEventListener("connectionstatechange",this.connectionStateChangeHandler),this.close(),gt(this,mt,"f")&>(this,mt,"f").call(this))},this.send=async(e,t)=>{const n=`message-${Math.random()}`,r=new Promise((e,t)=>{this.responseMap.set(n,{resolve:e,reject:t})});return this.rtc.channels.request.send(JSON.stringify({action:e,payload:t,messageId:n})),r},this.close=()=>{this.responseMap.forEach(e=>e.reject("Connection has closed.")),this.responseMap=new Map,this.rtc.channels.request.close(),this.rtc.channels.response.close(),this.rtc.rtcClient.close()},this.rtc=e,this.endpointIdentity=t,this.rtc.channels.response.addEventListener("message",e=>{let{data:t}=e;e.data instanceof ArrayBuffer&&(t=(new TextDecoder).decode(e.data));const{messageId:n,payload:r,success:i,error:o}=JSON.parse(t),{resolve:a,reject:s}=this.responseMap.get(n)??{};a&&s?(this.responseMap.delete(n),i?a(r):s(o)):(console.log("Could not find id in responseMap."),console.log(e))}),this.rtc.channels.request.addEventListener("message",async e=>{let{data:n}=e;e.data instanceof ArrayBuffer&&(n=(new TextDecoder).decode(e.data));const{messageId:r,action:i,payload:o}=JSON.parse(n);if(gt(this,pt,"f"))try{const e=await gt(this,pt,"f").call(this,i,o,t);this.rtc.channels.response.send(JSON.stringify({messageId:r,payload:e,success:!0}))}catch(e){"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:r,error:(0,yt.errorToPOJO)(e),success:!1}))}else"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:r,success:!1,error:"Connection not ready."}))}),this.rtc.rtcClient.addEventListener("connectionstatechange",this.connectionStateChangeHandler),Object.values(this.rtc.channels).forEach(e=>{e.onclose=e=>{[...this.responseMap.values()].forEach(e=>e.reject(new Error("RTCDataChannel closed unexpectedly, this is most commonly caused by message size. Note: RTC Channels have a message size limit of ~255kB."))),this.close(),gt(this,mt,"f")&>(this,mt,"f").call(this)}})}onDisconnect(e){if(gt(this,mt,"f"))throw new Error("RTCEndpoint disconnectListener cannot be set twice.");vt(this,mt,e,"f")}receive(e){if(gt(this,pt,"f"))throw new Error("You have already set a listener for this RTC Endpoint.");vt(this,pt,e,"f")}get connected(){return"connected"===this.rtc.rtcClient.connectionState}},pt=new WeakMap,mt=new WeakMap;var Ct,bt,wt,_t={},xt=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},Ot=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(_t,"__esModule",{value:!0}),_t.EndpointStrategy=void 0;_t.EndpointStrategy=class{constructor(e,t,n){this.EndpointType=e,this.StrategyName=n,Ct.set(this,null),bt.set(this,new Map),wt.set(this,!0),this.send=async(e,t,n)=>this.getEndpointById(e).send(t,n),this.close=async()=>{xt(this,wt,"f")&&(xt(this,bt,"f").forEach(e=>e.close()),Ot(this,bt,new Map,"f")),Ot(this,wt,!1,"f")},this.isValidEndpointPayload=t}onEndpointDisconnect(e,t){this.getEndpointById(e).onDisconnect(t)}receive(e){if(xt(this,Ct,"f"))throw new Error(`You have already set a listener for this ${this.StrategyName} Strategy`);Ot(this,Ct,e,"f"),xt(this,bt,"f").forEach(e=>e.receive(xt(this,Ct,"f")))}getEndpointById(e){const t=xt(this,bt,"f").get(e);if(!t)throw new Error(`Client with endpoint id ${e} is not connected`);return t}get connected(){return xt(this,wt,"f")}isEndpointConnected(e){return xt(this,bt,"f").has(e)}addEndpoint(e,t){if(!xt(this,wt,"f"))return void console.warn(`Adding endpoint to disconnected ${this.StrategyName} Strategy`);const n=new this.EndpointType(t);xt(this,Ct,"f")&&n.receive(xt(this,Ct,"f")),xt(this,bt,"f").set(e,n)}async closeEndpoint(e){xt(this,bt,"f").delete(e)}},Ct=new WeakMap,bt=new WeakMap,wt=new WeakMap,Object.defineProperty(dt,"__esModule",{value:!0}),dt.RTCInfo=dt.RTCStrategy=void 0;const Et=ft,Mt=_t;class jt extends Mt.EndpointStrategy{constructor(){super(Et.RTCEndpoint,Et.RTCEndpoint.isValidEndpointPayload,"RTC")}}dt.RTCStrategy=jt,dt.RTCInfo={version:2,minimumVersion:0,type:"rtc"};var St={};Object.defineProperty(St,"__esModule",{value:!0}),St.RTCICEManager=void 0;const Pt=F;class At extends Pt.EmitterBase{constructor(e){super(e,"channel"),this.ensureChannelOpened=e=>new Promise((t,n)=>{if("open"===e.readyState)t();else if("connecting"===e.readyState){const n=()=>{e.removeEventListener("open",n),t()};e.addEventListener("open",n)}else n(new Error("This Channel has already closed"))})}static createDataChannelPromise(e,t){let n;const r=new Promise(e=>{n=e}),i=r=>{const o=()=>{r.channel.removeEventListener("open",o),n(r.channel)};r.channel.label===e&&(r.channel.addEventListener("open",o),t.removeEventListener("datachannel",i))};return t.addEventListener("datachannel",i),r}async listenForProviderIce(e,t){await this.on(this.createProviderEventName(e),t,{timestamp:Date.now()})}async raiseProviderIce(e,t){await this.wire.environment.raiseEvent(this.createRouteString(this.createProviderEventName(e)),t)}async listenForClientIce(e,t){await this.on(this.createClientEventName(e),t,{timestamp:Date.now()})}async raiseClientIce(e,t){await this.wire.environment.raiseEvent(this.createRouteString(this.createClientEventName(e)),t)}cleanupIceListeners(e){this.removeAllListeners(this.createClientEventName(e)),this.removeAllListeners(this.createProviderEventName(e))}createClientEventName(e){return`ice-client-${e}`}createProviderEventName(e){return`ice-provider-${e}`}createRouteString(e){return`channel/${e}`}createRtcPeer(){return this.wire.environment.getRtcPeer()}async startClientOffer(){const e=Math.random().toString(),t=this.createRtcPeer();t.addEventListener("icecandidate",async t=>{t.candidate&&await this.raiseClientIce(e,{candidate:t.candidate?.toJSON()})}),await this.listenForProviderIce(e,async e=>{await t.addIceCandidate(e.candidate)});const n={request:t.createDataChannel("request"),response:t.createDataChannel("response")},r=await t.createOffer();await t.setLocalDescription(r);const i=Promise.all([n.request,n.response].map(this.ensureChannelOpened)).then(()=>{});return{rtcClient:t,channels:n,offer:r,rtcConnectionId:e,channelsOpened:i}}async finishClientOffer(e,t,n){return await e.setRemoteDescription(t),await n,!0}async createProviderAnswer(e,t){const n=this.createRtcPeer(),r=At.createDataChannelPromise("request",n),i=At.createDataChannelPromise("response",n);n.addEventListener("icecandidate",async t=>{t.candidate&&await this.raiseProviderIce(e,{candidate:t.candidate?.toJSON()})}),await this.listenForClientIce(e,async e=>{await n.addIceCandidate(e.candidate)}),await n.setRemoteDescription(t);const o=await n.createAnswer();await n.setLocalDescription(o);const a=Promise.all([r,i]).then(([t,n])=>(this.cleanupIceListeners(e),{request:t,response:n}));return{rtcClient:n,answer:o,channels:a}}}St.RTCICEManager=At;var kt={},Tt={};function Dt(e){return[...e.split(".").reverse().entries()].reduce((e,[t,n])=>e+ +n*1e4**t,0)}function It(e,t){return Dt(e)>=Dt(t)}function Lt(e){return e.split("/")[0]}Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.runtimeUuidMeetsMinimumRuntimeVersion=Tt.parseRuntimeUuid=Tt.meetsMinimumRuntimeVersion=void 0,Tt.meetsMinimumRuntimeVersion=It,Tt.parseRuntimeUuid=Lt,Tt.runtimeUuidMeetsMinimumRuntimeVersion=function(e,t){return It(Lt(e),t)};var Rt,Ft,Nt,Ht,Bt,Vt=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},$t=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(kt,"__esModule",{value:!0}),kt.ChannelProvider=void 0;const Zt=U,zt=Tt,Wt=Be,Ut=ze;class Gt extends Wt.ChannelBase{get connections(){return[...Vt(this,Rt,"f")]}static handleClientDisconnection(e,t){if(t?.endpointId){const{uuid:n,name:r,endpointId:i,isLocalEndpointId:o}=t;Vt(e,Ht,"f").call(e,{uuid:n,name:r,endpointId:i,isLocalEndpointId:o})}else{e.connections.filter(e=>e.uuid===t.uuid&&e.name===t.name).forEach(Vt(e,Ht,"f"))}e.disconnectListener(t)}static setProviderRemoval(e,t){Gt.removalMap.set(e,t)}constructor(e,t,n){super(),Rt.set(this,void 0),Ft.set(this,void 0),Nt.set(this,void 0),Ht.set(this,e=>{const t=this.connections.filter(t=>t.endpointId!==e.endpointId);Vt(this,Nt,"f").closeEndpoint(e.endpointId),$t(this,Rt,t,"f")}),this.processAction=async(e,t,n)=>(Gt.clientIsMultiRuntime(n)&&!(0,zt.runtimeUuidMeetsMinimumRuntimeVersion)(n.runtimeUuid,"18.87.56.0")?this.handleMultiRuntimeLegacyClient(n):this.checkForClientConnection(n),super.processAction(e,t,n)),Bt.set(this,()=>{Vt(this,Nt,"f").close();const e=Gt.removalMap.get(this);e&&e()}),$t(this,Ft,new Wt.ProtectedItems(e,t),"f"),this.connectListener=()=>{},this.disconnectListener=()=>{},$t(this,Rt,[],"f"),$t(this,Nt,n,"f"),n.receive(this.processAction)}dispatch(e,t,n){const r=e.endpointId??this.getEndpointIdForOpenFinId(e,t);if(r&&Vt(this,Nt,"f").isEndpointConnected(r)){const e=Zt.RuntimeError.getCallSite();return Vt(this,Nt,"f").send(r,t,n).catch(r=>{throw new Ut.ChannelError(r,t,n,e)})}return Promise.reject(new Error(`Client connection with identity uuid: ${e.uuid} / name: ${e.name} / endpointId: ${r} no longer connected.`))}async processConnection(e,t){return Vt(this,Rt,"f").push(e),this.connectListener(e,t)}publish(e,t){return this.connections.map(n=>Vt(this,Nt,"f").send(n.endpointId,e,t))}onConnection(e){this.connectListener=e}onDisconnection(e){this.disconnectListener=e}async destroy(){const e=Vt(this,Ft,"f");e.providerIdentity,$t(this,Rt,[],"f"),await e.close(),Vt(this,Bt,"f").call(this)}async getAllClientInfo(){return this.connections.map(e=>{const{uuid:t,name:n,endpointId:r,entityType:i,connectionUrl:o}=e;return{uuid:t,name:n,endpointId:r,entityType:i,connectionUrl:o}})}checkForClientConnection(e){if(!this.isClientConnected(e))throw new Error(`This action was sent from a client that is not connected to the provider.\n Client Identity: {uuid: ${e.uuid}, name: ${e.name}, endpointId: ${e.endpointId}}`)}isClientConnected(e){return Gt.clientIdentityIncludesEndpointId(e)?this.connections.some(t=>t.endpointId===e.endpointId&&t.uuid===e.uuid&&t.name===e.name):this.isLegacyClientConnected(e)}isLegacyClientConnected(e){return this.connections.some(t=>t.uuid===e.uuid&&t.name===e.name)}handleMultiRuntimeLegacyClient(e){if(!this.isLegacyClientConnected(e))throw new Error(`This action was sent from a client that is not connected to the provider. Client Identity:\n {uuid: ${e.uuid}, name: ${e.name}, endpointId: ${e.endpointId}}`)}getEndpointIdForOpenFinId(e,t){const n=this.connections.filter(t=>t.name===e.name&&t.uuid===e.uuid);if(n.length>=2){const n=Vt(this,Ft,"f"),{uuid:r,name:i}=e,o=n?.providerIdentity.uuid,a=n?.providerIdentity.name;console.warn(`WARNING: Dispatch call may have unintended results. The "to" argument of your dispatch call is missing the\n "endpointId" parameter. The identity you are dispatching to ({uuid: ${r}, name: ${i}})\n has multiple channelClients for this channel. Your dispatched action: (${t}) from the provider:\n ({uuid: ${o}, name: ${a}}) will only be processed by the most recently-created client.`)}return n.pop()?.endpointId}static clientIdentityIncludesEndpointId(e){return void 0!==e.endpointId}static clientIsMultiRuntime(e){return void 0!==e.runtimeUuid}static async wireClose(e,t){await e.sendAction("destroy-channel",{channelName:t})}}kt.ChannelProvider=Gt,Rt=new WeakMap,Ft=new WeakMap,Nt=new WeakMap,Ht=new WeakMap,Bt=new WeakMap,Gt.removalMap=new WeakMap;var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.MessageReceiver=void 0;const qt=He,Kt=F,Xt=ht;class Jt extends Kt.Base{constructor(e){super(e),this.onmessage=e=>"process-channel-message"===e.action&&(this.processChannelMessage(e),!0),this.endpointMap=new Map,this.latestEndpointIdByChannelId=new Map,e.registerMessageHandler(this.onmessage.bind(this))}async processChannelMessage(e){const{senderIdentity:t,providerIdentity:n,action:r,ackToSender:i,payload:o,intendedTargetIdentity:a}=e.payload,s=a.channelId??a.endpointId??this.latestEndpointIdByChannelId.get(n.channelId),c=this.endpointMap.get(s);if(!c)return i.payload.success=!1,i.payload.reason=`Client connection with identity uuid: ${this.wire.me.uuid} / name: ${this.wire.me.name} / endpointId: ${s} no longer connected.`,i.payload.error=(0,Xt.errorToPOJO)(new Error(i.payload.reason)),this.wire.sendRaw(i);try{const e=await c(r,o,t);return i.payload.payload=i.payload.payload||{},i.payload.payload.result=e,this.wire.sendRaw(i)}catch(e){return i.payload.success=!1,i.payload.reason=e.message,i.payload.error=(0,Xt.errorToPOJO)(e),this.wire.sendRaw(i)}}addEndpoint(e,t,n){this.endpointMap.set(n,e),t!==n&&this.latestEndpointIdByChannelId.set(t,n)}removeEndpoint(e,t){this.endpointMap.delete(t),this.latestEndpointIdByChannelId.get(e)===t&&this.latestEndpointIdByChannelId.delete(e)}checkForPreviousClientConnection(e){const t=this.latestEndpointIdByChannelId.get(e);t&&(qt.ChannelClient.closeChannelByEndpointId(t),console.warn("You have created a second connection to an older provider. First connection has been removed from the clientMap"),console.warn("If the provider calls publish(), you may receive multiple messages."))}}Yt.MessageReceiver=Jt;var Qt={};Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.ProtocolManager=void 0;Qt.ProtocolManager=class{constructor(e){this.ProtocolsInPreferenceOrder=e,this.DefaultClientProtocols=["classic"],this.DefaultProviderProtocols=["classic"],this.getClientProtocols=e=>{const t=e?this.ProtocolsInPreferenceOrder.filter(t=>e.includes(t)):this.DefaultClientProtocols;if(!t.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return t},this.getProviderProtocols=e=>{const t=e?this.ProtocolsInPreferenceOrder.filter(t=>e.includes(t)):this.DefaultProviderProtocols;if(!t.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return t},this.getCompatibleProtocols=(e,t)=>t.supportedProtocols.filter(t=>e.some(e=>e.type===t.type&&t.version>=e.minimumVersion&&e.version>=(t.minimumVersion??0))).slice(0,t.maxProtocols)}};var en={};Object.defineProperty(en,"__esModule",{value:!0});class tn{static combine(e,t){return new tn(e,t)}constructor(e,t){this.primary=e,this.secondary=t}onEndpointDisconnect(e,t){this.primary.onEndpointDisconnect(e,()=>{this.secondary.isEndpointConnected(e)||t()}),this.secondary.onEndpointDisconnect(e,()=>{this.primary.isEndpointConnected(e)||t()})}isValidEndpointPayload(e){return this.primary.isValidEndpointPayload(e)||this.secondary.isValidEndpointPayload(e)}async closeEndpoint(e){await this.primary.closeEndpoint(e),await this.secondary.closeEndpoint(e)}isEndpointConnected(e){return this.primary.isEndpointConnected(e)||this.secondary.isEndpointConnected(e)}async addEndpoint(e,t){this.primary.isValidEndpointPayload(t)&&await this.primary.addEndpoint(e,t),this.secondary.isValidEndpointPayload(t)&&await this.secondary.addEndpoint(e,t)}receive(e){this.primary.receive(e),this.secondary.receive(e)}send(e,t,n){return this.primary.isEndpointConnected(e)?this.primary.send(e,t,n):this.secondary.send(e,t,n)}async close(){await Promise.all([this.primary.close(),this.secondary.close()])}}en.default=tn;var nn,rn,on=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},an=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},sn=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(rt,"__esModule",{value:!0}),rt.ConnectionManager=void 0;const cn=it,ln=F,un=ct,dn=dt,fn=St,hn=kt,pn=Yt,mn=Qt,gn=sn(en);class vn extends ln.Base{static getProtocolOptionsFromStrings(e){return e.map(e=>{switch(e){case"rtc":return dn.RTCInfo;case"classic":return un.ClassicInfo;default:return(0,cn.exhaustiveCheck)(e,["rtc","classic"])}})}constructor(e){super(e),nn.set(this,void 0),rn.set(this,void 0),this.removeChannelFromProviderMap=e=>{this.providerMap.delete(e)},this.onmessage=e=>"process-channel-connection"===e.action&&(this.processChannelConnection(e),!0),this.providerMap=new Map,this.protocolManager=new mn.ProtocolManager("node"===this.wire.environment.type?["classic"]:["rtc","classic"]),on(this,nn,new pn.MessageReceiver(e),"f"),on(this,rn,new fn.RTCICEManager(e),"f"),e.registerMessageHandler(this.onmessage.bind(this))}createProvider(e,t){const n=Object.assign(this.wire.environment.getDefaultChannelOptions().create,e||{}),r=this.protocolManager.getProviderProtocols(n?.protocols),i=r.map(e=>{switch(e){case"rtc":return new dn.RTCStrategy;case"classic":return new un.ClassicStrategy(this.wire,an(this,nn,"f"),t.channelId,t);default:return(0,cn.exhaustiveCheck)(e,["rtc","classic"])}});let o;if(2===i.length){const[e,t]=i;o=gn.default.combine(e,t)}else{if(1!==i.length)throw new Error("failed to combine strategies");[o]=i}const a=new hn.ChannelProvider(t,()=>hn.ChannelProvider.wireClose(this.wire,t.channelName),o),s=t.channelId;return this.providerMap.set(s,{provider:a,strategy:o,supportedProtocols:vn.getProtocolOptionsFromStrings(r)}),hn.ChannelProvider.setProviderRemoval(a,this.removeChannelFromProviderMap.bind(this)),a}async createClientOffer(e){const t=this.protocolManager.getClientProtocols(e?.protocols);let n;return{offer:{supportedProtocols:await Promise.all(t.map(async e=>{switch(e){case"rtc":{const{rtcClient:e,channels:t,offer:r,rtcConnectionId:i,channelsOpened:o}=await an(this,rn,"f").startClientOffer();return n={rtcClient:e,channels:t,channelsOpened:o},{type:"rtc",version:dn.RTCInfo.version,payload:{offer:r,rtcConnectionId:i}}}case"classic":return{type:"classic",version:un.ClassicInfo.version};default:return(0,cn.exhaustiveCheck)(e,["rtc","classic"])}})),maxProtocols:2},rtc:n}}async createClientStrategy(e,t){t.endpointId||(t.endpointId=this.wire.environment.getNextMessageId(),an(this,nn,"f").checkForPreviousClientConnection(t.channelId));const n=t.answer??{supportedProtocols:[{type:"classic",version:1}]},r=(await Promise.all(n.supportedProtocols.map(async n=>"rtc"===n.type&&e?(await an(this,rn,"f").finishClientOffer(e.rtcClient,n.payload.answer,e.channelsOpened),new dn.RTCStrategy):"classic"===n.type?new un.ClassicStrategy(this.wire,an(this,nn,"f"),t.endpointId,t):null))).filter(e=>null!==e);let i;if(e&&!r.some(e=>e instanceof dn.RTCStrategy)&&e&&e.rtcClient.close(),r.length>=2)i=gn.default.combine(r[0],r[1]);else{if(!r.length)throw new Error("No compatible protocols");[i]=r}const o={endpointIdentity:t,rtc:e};return i.addEndpoint(t.channelId,o),i}async processChannelConnection(e){const{clientIdentity:t,providerIdentity:n,ackToSender:r,payload:i,offer:o}=e.payload;t.endpointId?t.isLocalEndpointId=!1:(t.endpointId=this.wire.environment.getNextMessageId(),t.isLocalEndpointId=!0);const a=n.channelId,s=this.providerMap.get(a);if(!s)return r.payload.success=!1,r.payload.reason=`Channel "${n.channelName}" has been destroyed.`,this.wire.sendRaw(r);const{provider:c,strategy:l,supportedProtocols:u}=s;try{if(!(c instanceof hn.ChannelProvider))throw Error("Cannot connect to a channel client");const e=o??{supportedProtocols:[{type:"classic",version:1}],maxProtocols:1},n=this.protocolManager.getCompatibleProtocols(u,e);if(!n.length)throw new Error("This provider does not support any of the offered protocols.");const a=await c.processConnection(t,i);r.payload.payload=r.payload.payload||{};let s={supportedProtocols:[],endpointPayloadPromise:Promise.resolve({endpointIdentity:t})};return s=await n.reduce(async(e,t)=>{const n=await e;if("rtc"===t.type){const{answer:e,rtcClient:r,channels:i}=await an(this,rn,"f").createProviderAnswer(t.payload.rtcConnectionId,t.payload.offer);n.supportedProtocols.push({type:"rtc",version:dn.RTCInfo.version,payload:{answer:e}}),n.endpointPayloadPromise=n.endpointPayloadPromise.then(e=>i.then(t=>({...e,rtc:{rtcClient:r,channels:t}})))}else n.supportedProtocols.push({type:"classic",version:un.ClassicInfo.version});return n},Promise.resolve(s)),s.endpointPayloadPromise.then(e=>l.addEndpoint(t.endpointId,e)),r.payload.payload.result=a,r.payload.payload.answer=s,this.wire.sendRaw(r)}catch(e){return r.payload.success=!1,r.payload.reason=e.message,this.wire.sendRaw(r)}}}rt.ConnectionManager=vn,nn=new WeakMap,rn=new WeakMap;var yn,Cn,bn,wn=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},_n=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(Ne,"__esModule",{value:!0}),Ne.Channel=void 0;const xn=r,On=he,En=F,Mn=He,jn=rt,Sn=kt;function Pn(e){const t=Math.floor(e/10),n=Math.min(3e4,500*2**t);return new Promise(e=>{setTimeout(()=>{e(!1)},n)})}class An extends En.EmitterBase{constructor(e){super(e,"channel"),yn.set(this,void 0),Cn.set(this,new xn.EventEmitter),bn.set(this,new On.AsyncRetryableLazy(async()=>{await Promise.all([this.on("disconnected",e=>{Mn.ChannelClient.handleProviderDisconnect(e)}),this.on("connected",(...e)=>{_n(this,Cn,"f").emit("connected",...e)})]).catch(()=>new Error("error setting up channel connection listeners"))})),wn(this,yn,new jn.ConnectionManager(e),"f")}async getAllChannels(){return this.wire.sendAction("get-all-channels").then(({payload:e})=>e.data)}async onChannelConnect(e){await this.on("connected",e)}async onChannelDisconnect(e){await this.on("disconnected",e)}async safeConnect(e,t,n){const r={count:0};do{let i=()=>{};const o=new Promise(t=>{i=n=>{e===n.channelName&&t(!0)},_n(this,Cn,"f").on("connected",i)});try{if(r.count>0){r.gotConnectedEvent=await Promise.race([Pn(r.count),o]);const t=await this.wire.sendAction("connect-to-channel",{...n,retryInfo:r});return console.log(`Successfully connected to channelName: ${e}`),t.payload.data}const t=this.wire.sendAction("connect-to-channel",n);r.originalMessageId=t.messageId;return(await t).payload.data}catch(n){if(!n.message.includes("internal-nack"))throw n;t&&0===r.count&&console.warn(`No channel found for channelName: ${e}. Waiting for connection...`)}finally{r.count+=1,_n(this,Cn,"f").removeListener("connected",i)}}while(t);throw new Error(`No channel found for channelName: ${e}.`)}async connect(e,t={}){if(await _n(this,bn,"f").getValue(),!e||"string"!=typeof e)throw new Error("Please provide a channelName string to connect to a channel.");const n={wait:!0,...this.wire.environment.getDefaultChannelOptions().connect,...t},{offer:r,rtc:i}=await _n(this,yn,"f").createClientOffer(n);let o;(this.fin.me.isFrame||this.fin.me.isView||this.fin.me.isWindow)&&(o=(await this.fin.me.getInfo()).url);const a={channelName:e,...n,offer:r,connectionUrl:o},s=await this.safeConnect(e,n.wait,a),c=await _n(this,yn,"f").createClientStrategy(i,s),l=new Mn.ChannelClient(s,()=>Mn.ChannelClient.wireClose(this.wire,s,s.endpointId),c);return c.onEndpointDisconnect(s.channelId,async()=>{try{await l.sendDisconnectAction()}catch(e){console.warn(`Something went wrong during disconnect for client with uuid: ${s.uuid} / name: ${s.name} / endpointId: ${s.endpointId}.`)}finally{Mn.ChannelClient.handleProviderDisconnect(s)}}),l}async create(e,t){if(!e)throw new Error("Please provide a channelName to create a channel");const{payload:{data:n}}=await this.wire.sendAction("create-channel",{channelName:e}),r=_n(this,yn,"f").createProvider(t,n);return this.on("client-disconnected",t=>{t.channelName===e&&Sn.ChannelProvider.handleClientDisconnection(r,t)}),r}}Ne.Channel=An,yn=new WeakMap,Cn=new WeakMap,bn=new WeakMap,Object.defineProperty(Re,"__esModule",{value:!0}),Re.InterAppPayload=Re.InterApplicationBus=void 0;const kn=r,Tn=F,Dn=Fe,In=Ne,Ln=re;class Rn extends Tn.Base{constructor(e){super(e),this.events={subscriberAdded:"subscriber-added",subscriberRemoved:"subscriber-removed"},this.refCounter=new Dn.RefCounter,this.Channel=new In.Channel(e),this.emitter=new kn.EventEmitter,e.registerMessageHandler(this.onmessage.bind(this)),this.on=this.emitter.on.bind(this.emitter),this.removeAllListeners=this.emitter.removeAllListeners.bind(this.emitter)}async publish(e,t){await this.wire.sendAction("publish-message",{topic:e,message:t,sourceWindowName:this.me.name})}async send(e,t,n){const r=(0,Ln.validateIdentity)(e);if(r)throw new Error(r);await this.wire.sendAction("send-message",{destinationUuid:e.uuid,destinationWindowName:e.name,topic:t,message:n,sourceWindowName:this.me.name})}subscribe(e,t,n){const r=this.createSubscriptionKey(e.uuid,e.name||"*",t);return this.emitter.on(r,n),this.refCounter.actOnFirst(r,async()=>{await this.wire.sendAction("subscribe",{sourceUuid:e.uuid,sourceWindowName:e.name||"*",topic:t,destinationWindowName:this.me.name})},()=>Promise.resolve())}unsubscribe(e,t,n){const r=e.name||"*",i=this.createSubscriptionKey(e.uuid,r,t);return this.emitter.removeListener(i,n),this.refCounter.actOnLast(i,async()=>{await this.wire.sendAction("unsubscribe",{sourceUuid:e.uuid,sourceWindowName:r,topic:t,destinationWindowName:this.me.name})},()=>new Promise(e=>e).then(()=>{}))}processMessage(e){const{payload:{message:t,sourceWindowName:n,sourceUuid:r,topic:i}}=e,o=[this.createSubscriptionKey(r,n,i),this.createSubscriptionKey(r,"*",i),this.createSubscriptionKey("*","*",i)],a={uuid:r,name:n};o.forEach(e=>{this.emitter.emit(e,t,a)})}emitSubscriverEvent(e,t){const{payload:{targetName:n,uuid:r,topic:i}}=t,o={name:n,uuid:r,topic:i};this.emitter.emit(e,o)}createSubscriptionKey(e,t,n){const r=t||"*";if(!(e&&r&&n))throw new Error("Missing uuid, name, or topic string");return function(...e){return e.map(e=>Buffer.from(`${e}`).toString("base64")).join("/")}(e,r,n)}onmessage(e){const{action:t}=e;switch(t){case"process-message":this.processMessage(e);break;case this.events.subscriberAdded:this.emitSubscriverEvent(this.events.subscriberAdded,e);break;case this.events.subscriberRemoved:this.emitSubscriverEvent(this.events.subscriberRemoved,e)}return!0}}Re.InterApplicationBus=Rn;Re.InterAppPayload=class{};var Fn,Nn,Hn,Bn={},Vn=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},$n=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.Clipboard=void 0;const Zn=F;class zn extends Zn.Base{constructor(){super(...arguments),Fn.add(this),Nn.set(this,0)}async writeText(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.writeText"),await this.wire.sendAction("clipboard-write-text",e)}async readText(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.readText");const{payload:t}=await this.wire.sendAction("clipboard-read-text",{type:e});return t.data}async writeImage(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.writeImage"),await this.wire.sendAction("clipboard-write-image",e)}async readImage(e={format:"dataURL"}){Vn(this,Fn,"m",Hn).call(this,"Clipboard.readImage");const{payload:t}=await this.wire.sendAction("clipboard-read-image",e);return t.data}async writeHtml(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.writeHtml"),await this.wire.sendAction("clipboard-write-html",e)}async readHtml(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.readHtml");const{payload:t}=await this.wire.sendAction("clipboard-read-html",{type:e});return t.data}async writeRtf(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.writeRtf"),await this.wire.sendAction("clipboard-write-rtf",e)}async readRtf(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.readRtf");const{payload:t}=await this.wire.sendAction("clipboard-read-rtf",{type:e});return t.data}async write(e){Vn(this,Fn,"m",Hn).call(this,"Clipboard.write"),await this.wire.sendAction("clipboard-write",e)}async getAvailableFormats(e){const{payload:t}=await this.wire.sendAction("clipboard-read-formats",{type:e});return t.data}}Bn.Clipboard=zn,Nn=new WeakMap,Fn=new WeakSet,Hn=async function(e){Vn(this,Nn,"f")<=10&&(console.warn(`Here's Clipboard APIs will become secured APIs starting in v42. To continue using this API without interruption, make sure to grant explicit API permissions for ${e} in the Desktop Owner Settings, and in the Application, Window, View, or Domain Settings. For more information, see https://resources.here.io/docs/core/develop/security/api-security/`),$n(this,Nn,Vn(this,Nn,"f")+1,"f"))};var Wn={},Un={},Gn={};Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.ExternalApplication=void 0;const Yn=F;class qn extends Yn.EmitterBase{constructor(e,t){super(e,"external-application",t.uuid),this.identity=t}getInfo(){return this.wire.sendAction("get-external-application-info",this.identity).then(({payload:e})=>e.data)}}Gn.ExternalApplication=qn,Object.defineProperty(Un,"__esModule",{value:!0}),Un.ExternalApplicationModule=void 0;const Kn=F,Xn=Gn;class Jn extends Kn.Base{wrap(e){return this.wire.sendAction("external-application-wrap").catch(e=>{}),Promise.resolve(new Xn.ExternalApplication(this.wire,{uuid:e}))}wrapSync(e){return this.wire.sendAction("external-application-wrap-sync").catch(e=>{}),new Xn.ExternalApplication(this.wire,{uuid:e})}}Un.ExternalApplicationModule=Jn,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Un,e),n(Gn,e)}(Wn);var Qn={},er={},tr={};Object.defineProperty(tr,"__esModule",{value:!0}),tr._Frame=void 0;const nr=F;class rr extends nr.EmitterBase{constructor(e,t){super(e,"frame",t.uuid,t.name),this.identity=t}getInfo(){return this.wire.sendAction("get-frame-info",this.identity).then(({payload:e})=>e.data)}getParentWindow(){return this.wire.sendAction("get-parent-window",this.identity).then(({payload:e})=>e.data)}}tr._Frame=rr,Object.defineProperty(er,"__esModule",{value:!0}),er._FrameModule=void 0;const ir=F,or=re,ar=tr;class sr extends ir.Base{async wrap(e){this.wire.sendAction("frame-wrap").catch(e=>{});const t=(0,or.validateIdentity)(e);if(t)throw new Error(t);return new ar._Frame(this.wire,e)}wrapSync(e){this.wire.sendAction("frame-wrap-sync").catch(e=>{});const t=(0,or.validateIdentity)(e);if(t)throw new Error(t);return new ar._Frame(this.wire,e)}getCurrent(){return this.wire.sendAction("frame-get-current").catch(e=>{}),Promise.resolve(new ar._Frame(this.wire,this.wire.environment.getCurrentEntityIdentity()))}getCurrentSync(){return this.wire.sendAction("frame-get-current-sync").catch(e=>{}),new ar._Frame(this.wire,this.wire.environment.getCurrentEntityIdentity())}}er._FrameModule=sr,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(er,e),n(tr,e)}(Qn);var cr={};Object.defineProperty(cr,"__esModule",{value:!0}),cr.GlobalHotkey=void 0;const lr=F;class ur extends lr.EmitterBase{constructor(e){super(e,"global-hotkey")}async register(e,t){await this.on(e,t),await this.wire.sendAction("global-hotkey-register",{hotkey:e})}async unregister(e){await this.removeAllListeners(e),await this.wire.sendAction("global-hotkey-unregister",{hotkey:e})}async unregisterAll(){await Promise.all(this.eventNames().filter(e=>!("registered"===e||"unregistered"===e)).map(e=>this.removeAllListeners(e))),await this.wire.sendAction("global-hotkey-unregister-all",{})}async isRegistered(e){const{payload:{data:t}}=await this.wire.sendAction("global-hotkey-is-registered",{hotkey:e});return t}}cr.GlobalHotkey=ur;var dr,fr,hr={},pr={},mr={},gr=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},vr=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(mr,"__esModule",{value:!0}),mr.Platform=void 0;const yr=F,Cr=re;class br extends yr.EmitterBase{constructor(e,t,n=`custom-frame-${t.uuid}`){super(e,"application",t.uuid),dr.set(this,void 0),this.getClient=(e=this.identity)=>{if(e.uuid!==this.identity.uuid)return new br(this.wire,e).getClient();if(this.wire.sendAction("platform-get-client",this.identity).catch(e=>{}),!br.clientMap.has(vr(this,dr,"f"))){const e=vr(this,fr,"f").call(this);br.clientMap.set(vr(this,dr,"f"),e)}return br.clientMap.get(vr(this,dr,"f"))},fr.set(this,async()=>{try{const e=await this._channel.connect(vr(this,dr,"f"),{wait:!1});return e.onDisconnection(()=>{br.clientMap.delete(vr(this,dr,"f"))}),e}catch(e){throw br.clientMap.delete(vr(this,dr,"f")),new Error("The targeted Platform is not currently running. Listen for application-started event for the given Uuid.")}}),this.launchLegacyManifest=this.launchContentManifest;const r=(0,Cr.validateIdentity)(t);if(r)throw new Error(r);gr(this,dr,n,"f"),this._channel=this.fin.InterApplicationBus.Channel,this.identity={uuid:t.uuid},this.Layout=this.fin.Platform.Layout,this.Application=this.fin.Application.wrapSync(this.identity)}async createView(e,t,n){this.wire.sendAction("platform-create-view",this.identity).catch(e=>{});const r=await this.getClient(),i=await r.dispatch("create-view",{target:t,opts:e,targetView:n});if(!i||(0,Cr.validateIdentity)(i.identity))throw new Error(`When overwriting the createView call, please return an object that has a valid 'identity' property: ${JSON.stringify(i)}`);return this.fin.View.wrapSync(i.identity)}async createWindow(e){this.wire.sendAction("platform-create-window",this.identity).catch(e=>{});const t=await this.getClient();e.reason||(e.reason="api-call");const n=await t.dispatch("create-view-container",e);if(!n||(0,Cr.validateIdentity)(n.identity))throw new Error(`When overwriting the createWindow call, please return an object that has a valid 'identity' property: ${JSON.stringify(n)}`);const{identity:r}=n,i=this.fin.Window.wrapSync(r);return i.name=r.name,i.uuid=r.uuid,i}async quit(){this.wire.sendAction("platform-quit",this.identity).catch(e=>{});return(await this.getClient()).dispatch("quit")}async closeView(e){this.wire.sendAction("platform-close-view",this.identity).catch(e=>{});const t=await this.getClient();await t.dispatch("close-view",{view:e})}async reparentView(e,t){console.warn("Platform.reparentView has been deprecated, please use Platform.createView"),this.wire.sendAction("platform-reparent-view",this.identity).catch(e=>{});const n={...e,uuid:e.uuid??this.identity.uuid},r=await this.fin.View.wrap(n),i=await r.getOptions();return this.createView(i,t)}async getSnapshot(){this.wire.sendAction("platform-get-snapshot",this.identity).catch(e=>{});return(await this.getClient()).dispatch("get-snapshot")}async getViewSnapshot(e){return(await this.getClient()).dispatch("get-view-snapshot",{viewIdentity:e})}async applySnapshot(e,t){this.wire.sendAction("platform-apply-snapshot",this.identity).catch(e=>{});const n="Requested snapshot must be a valid Snapshot object, or a url or filepath to such an object.";let r;if("string"==typeof e)try{r=(await this._channel.wire.sendAction("get-application-manifest",{manifestUrl:e})).payload.data}catch(e){throw new Error(`${n}: ${e}`)}else r=e;if(!r.windows)throw new Error(n);const i=await this.getClient();return await i.dispatch("apply-snapshot",{snapshot:r,options:t}),this}async fetchManifest(e){return(await this.getClient()).dispatch("platform-fetch-manifest",{manifestUrl:e})}async launchContentManifest(e){this.wire.sendAction("platform-launch-content-manifest",this.identity).catch(()=>{});const t=await this.getClient(),n=await this.fetchManifest(e);return t.dispatch("launch-into-platform",{manifest:n,manifestUrl:e}),this}async setWindowContext(e={},t){if(this.wire.sendAction("platform-set-window-context",this.identity).catch(e=>{}),!e)throw new Error("Please provide a serializable object or string to set the context.");const n=await this.getClient(),{entityType:r}=t?await this.fin.System.getEntityInfo(t.uuid,t.name):this.fin.me;await n.dispatch("set-window-context",{context:e,entityType:r,target:t||{uuid:this.fin.me.uuid,name:this.fin.me.name}})}async getWindowContext(e){this.wire.sendAction("platform-get-window-context",this.identity).catch(e=>{});const t=await this.getClient(),{entityType:n}=e?await this.fin.System.getEntityInfo(e.uuid,e.name):this.fin.me;return t.dispatch("get-window-context",{target:e||{uuid:this.fin.me.uuid,name:this.fin.me.name},entityType:n})}async closeWindow(e,t={skipBeforeUnload:!1}){this.wire.sendAction("platform-close-window",this.identity).catch(e=>{});return(await this.getClient()).dispatch("close-window",{windowId:e,options:t})}}mr.Platform=br,dr=new WeakMap,fr=new WeakMap,br.clientMap=new Map;var wr={},_r={},xr={},Or={};function Er(e){switch(e){case"columns":case"grid":case"rows":case"tabs":return!0;default:return!1}}Object.defineProperty(Or,"__esModule",{value:!0}),Or.overrideFromComposables=Or.isValidPresetType=void 0,Or.isValidPresetType=Er,Or.overrideFromComposables=function(...e){return t=>e.reduceRight((e,t)=>n=>t(e(n)),e=>e)(t)},Or.default={isValidPresetType:Er};var Mr={},jr={},Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.ApiConsumer=void 0;Sr.ApiConsumer=class{constructor(e){this.strategy=e,this.consume=async e=>(await this.strategy.getExposedFunctions(e)).reduce((t,n)=>({...t,[n.key]:this.strategy.createFunction(n,e)}),{})}};var Pr={},Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.expose=Ar.getExposedProperties=void 0;const kr=Symbol("exposedProperties");Ar.getExposedProperties=e=>e[kr]||e.prototype[kr]||[];Ar.expose=e=>(t,n,r)=>{t[kr]=t[kr]||[],t[kr].push({key:n,descriptor:r,options:e})},Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.ApiExposer=void 0;const Tr=Ar;Pr.ApiExposer=class{constructor(e){this.strategy=e,this.exposeInstance=async(e,t)=>{const n=(0,Tr.getExposedProperties)(e),r=await Promise.all(n.map(async({key:n,options:r})=>({key:n,options:await this.strategy.exposeFunction(e[n].bind(e),{key:n,options:r,meta:t})})));await this.strategy.exposeMeta(t,r)}}};var Dr={},Ir={},Lr={};Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.ChannelsConsumer=void 0;Lr.ChannelsConsumer=class{constructor(e){this.channel=e,this.getExposedFunctions=async e=>{const{id:t}=e,{props:n}=await this.channel.dispatch(`api-meta:${t}`);return n},this.createFunction=e=>(...t)=>{const{action:n}=e.options;return this.channel.dispatch(n,{args:t})}}};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.ChannelsExposer=void 0;Rr.ChannelsExposer=class{constructor(e){this.channelProviderOrClient=e,this.exposeFunction=async(e,t)=>{const{key:n,options:r,meta:i}=t,{id:o}=i,a=`${o}.${r?.action||n}`;return await this.channelProviderOrClient.register(a,async({args:t})=>e(...t)),{action:a}},this.exposeMeta=async({id:e},t)=>{const n=`api-meta:${e}`;await this.channelProviderOrClient.register(n,()=>({props:t}))}}},function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Lr,e),n(Rr,e)}(Ir),function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Ir,e)}(Dr),function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Sr,e),n(Pr,e),n(Dr,e),n(Ar,e)}(jr);var Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.createRelayedDispatch=Fr.relayChannelClientApi=void 0;const Nr=["no longer connected","RTCDataChannel closed unexpectedly","The client you are trying to dispatch from is disconnected from the target provider"];Fr.relayChannelClientApi=async(e,t)=>{e.register(`relay:${t}`,({action:t,target:n,payload:r})=>e.dispatch(n,t,r)),await Promise.resolve()};Fr.createRelayedDispatch=(e,t,n,r)=>async(i,o)=>{try{return await e.dispatch(`relay:${n}`,{action:i,payload:o,target:t})}catch(e){if(a=e.message,Nr.some(e=>a.includes(e))&&r)throw new Error(r);throw e}var a};var Hr,Br,Vr,$r=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},Zr=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.ColumnOrRow=Mr.TabStack=Mr.LayoutNode=void 0;const zr=jr,Wr=Fr;class Ur{constructor(e,t){Hr.set(this,void 0),this.isRoot=()=>Zr(this,Hr,"f").isRoot(this.entityId),this.exists=()=>Zr(this,Hr,"f").exists(this.entityId),this.getParent=async()=>{const e=await Zr(this,Hr,"f").getParent(this.entityId);if(e)return Ur.getEntity(e,Zr(this,Hr,"f"))},this.createAdjacentStack=async(e,t)=>{const n=await Zr(this,Hr,"f").createAdjacentStack(this.entityId,e,t);return Ur.getEntity({entityId:n,type:"stack"},Zr(this,Hr,"f"))},this.getAdjacentStacks=async e=>(await Zr(this,Hr,"f").getAdjacentStacks({targetId:this.entityId,edge:e})).map(e=>Ur.getEntity({type:"stack",entityId:e.entityId},Zr(this,Hr,"f"))),$r(this,Hr,e,"f"),this.entityId=t}}Mr.LayoutNode=Ur,Hr=new WeakMap,Ur.newLayoutEntitiesClient=async(e,t,n)=>{const r=(0,Wr.createRelayedDispatch)(e,n,"layout-relay","You are trying to interact with a layout component on a window that does not exist or has been destroyed.");return new zr.ApiConsumer(new zr.ChannelsConsumer({dispatch:r})).consume({id:t})},Ur.getEntity=(e,t)=>{const{entityId:n,type:r}=e;switch(r){case"column":case"row":return new Yr(t,n,r);case"stack":return new Gr(t,n);default:throw new Error(`Unrecognised Layout Entity encountered ('${JSON.stringify(e)})`)}};class Gr extends Ur{constructor(e,t){super(e,t),Br.set(this,void 0),this.type="stack",this.getViews=()=>Zr(this,Br,"f").getStackViews(this.entityId),this.addView=async(e,t={index:0})=>Zr(this,Br,"f").addViewToStack(this.entityId,e,t),this.removeView=async e=>{await Zr(this,Br,"f").removeViewFromStack(this.entityId,e)},this.setActiveView=async e=>{await Zr(this,Br,"f").setStackActiveView(this.entityId,e)},$r(this,Br,e,"f")}}Mr.TabStack=Gr,Br=new WeakMap;class Yr extends Ur{constructor(e,t,n){super(e,t),Vr.set(this,void 0),this.getContent=async()=>(await Zr(this,Vr,"f").getContent(this.entityId)).map(e=>Ur.getEntity(e,Zr(this,Vr,"f"))),$r(this,Vr,e,"f"),this.type=n}}Mr.ColumnOrRow=Yr,Vr=new WeakMap;var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.DEFAULT_LAYOUT_KEY=qr.LAYOUT_CONTROLLER_ID=void 0,qr.LAYOUT_CONTROLLER_ID="layout-entities",qr.DEFAULT_LAYOUT_KEY="__default__";var Kr,Xr,Jr,Qr=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(xr,"__esModule",{value:!0}),xr.Layout=void 0;const ei=he,ti=re,ni=F,ri=Or,ii=Mr,oi=qr;class ai extends ni.Base{static getClient(e){return Qr(e,Xr,"f").getValue()}constructor(e,t){super(t),Kr.add(this),Xr.set(this,new ei.Lazy(async()=>ii.LayoutNode.newLayoutEntitiesClient(await this.platform.getClient(),oi.LAYOUT_CONTROLLER_ID,this.identity))),this.replace=async e=>{this.wire.sendAction("layout-replace").catch(e=>{});const t=await this.platform.getClient();await t.dispatch("replace-layout",{target:this.identity,opts:{layout:e}})},this.replaceView=async(e,t)=>{this.wire.sendAction("layout-replace-view").catch(e=>{});const n=await this.platform.getClient();await n.dispatch("replace-view",{target:this.identity,opts:{viewToReplace:e,newView:t}})},this.applyPreset=async e=>{this.wire.sendAction("layout-apply-preset").catch(e=>{});const t=await this.platform.getClient(),{presetType:n}=e;if(!n||!(0,ri.isValidPresetType)(n))throw new Error("Cannot apply preset layout, please include an applicable presetType property in the PresetLayoutOptions.");await t.dispatch("apply-preset-layout",{target:this.identity,opts:{presetType:n}})};const n=(0,ti.validateIdentity)(e);if(n)throw new Error(n);this.identity=e,this.platform=this.fin.Platform.wrapSync({uuid:e.uuid}),e.uuid===this.fin.me.uuid&&e.name===this.fin.me.name&&(this.init=this.fin.Platform.Layout.init)}async getConfig(){this.wire.sendAction("layout-get-config").catch(e=>{});return(await this.platform.getClient()).dispatch("get-frame-snapshot",{target:this.identity})}async getCurrentViews(){this.wire.sendAction("layout-get-views").catch(e=>{});const e=await this.platform.getClient();return(await e.dispatch("get-layout-views",{target:this.identity})).map(e=>this.fin.View.wrapSync(e))}async getRootItem(){this.wire.sendAction("layout-get-root-item").catch(()=>{});const e=await Qr(this,Xr,"f").getValue(),t=await e.getRoot("layoutName"in this.identity?this.identity:void 0);return ii.LayoutNode.getEntity(t,e)}async getStackByViewIdentity(e){this.wire.sendAction("layout-get-stack-by-view").catch(()=>{});const t=await Qr(this,Xr,"f").getValue(),n=await t.getStackByView(e);if(!n)throw new Error(`No stack found for view: ${e.uuid}/${e.name}`);return ii.LayoutNode.getEntity(n,t)}async addView(e,{location:t,targetView:n}={}){this.wire.sendAction("layout-add-view").catch(e=>{});const{identity:r}=await Qr(this,Kr,"m",Jr).call(this,"layout-add-view",{viewOptions:e,location:t,targetView:n});return{identity:r}}async closeView(e){this.wire.sendAction("layout-close-view").catch(e=>{}),await Qr(this,Kr,"m",Jr).call(this,"layout-close-view",{viewIdentity:e})}}xr.Layout=ai,Xr=new WeakMap,Kr=new WeakSet,Jr=async function(e,t){return(await this.platform.getClient()).dispatch(e,{target:this.identity,opts:t})};var si,ci,li,ui,di,fi=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},hi=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n};Object.defineProperty(_r,"__esModule",{value:!0}),_r.LayoutModule=void 0;const pi=F,mi=xr,gi=qr;class vi extends pi.Base{constructor(){super(...arguments),si.add(this),ci.set(this,!1),li.set(this,null),this.init=async(e={})=>{if(this.wire.sendAction("layout-init").catch(e=>{}),!this.wire.environment.layoutAllowedInContext(this.fin))throw new Error("Layout.init can only be called from a Window context.");if(fi(this,ci,"f"))throw new Error("Layout.init was already called, please use Layout.create to add additional layouts.");"openfin"===this.wire.environment.type&&await this.fin.Platform.getCurrentSync().getClient(),hi(this,ci,!0,"f"),hi(this,li,await this.wire.environment.initLayoutManager(this.fin,this.wire,e),"f"),await this.wire.environment.applyLayoutSnapshot(this.fin,fi(this,li,"f"),e);const t={name:this.fin.me.name,uuid:this.fin.me.uuid};if(!e.layoutManagerOverride){const e={layoutName:gi.DEFAULT_LAYOUT_KEY,...t};return fi(this,ui,"f").call(this,e)}return this.wrapSync(t)},ui.set(this,e=>{const t="[Layout] You are using a deprecated property `layoutManager` - it will throw if you access it starting in v37.",n=new Proxy({},{get(e,n){throw console.warn(`[Layout-mgr-proxy] accessing ${n.toString()}`),new Error(t)}}),r=Object.assign(this.wrapSync(e),{layoutManager:n});return new Proxy(r,{get(e,n){if("layoutManager"===n)throw console.warn(`[Layout-proxy] accessing ${n.toString()}`),new Error(t);return e[n]}})}),this.getCurrentLayoutManagerSync=()=>fi(this,si,"m",di).call(this,"fin.Platform.Layout.getCurrentLayoutManagerSync()"),this.create=async e=>this.wire.environment.createLayout(fi(this,si,"m",di).call(this,"fin.Platform.Layout.create()"),e),this.destroy=async e=>this.wire.environment.destroyLayout(fi(this,si,"m",di).call(this,"fin.Platform.Layout.destroy()"),e)}async wrap(e){return this.wire.sendAction("layout-wrap").catch(e=>{}),new mi.Layout(e,this.wire)}wrapSync(e){return this.wire.sendAction("layout-wrap-sync").catch(e=>{}),new mi.Layout(e,this.wire)}async getCurrent(){if(this.wire.sendAction("layout-get-current").catch(e=>{}),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:e,name:t}=this.fin.me;return this.wrap({uuid:e,name:t})}getCurrentSync(){if(this.wire.sendAction("layout-get-current-sync").catch(e=>{}),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:e,name:t}=this.fin.me;return this.wrapSync({uuid:e,name:t})}async getLayoutByViewIdentity(e){this.wire.sendAction("layout-get-by-view-identity").catch(()=>{});let t=await this.wire.environment.getViewWindowIdentity(this.fin,e);t.identity&&(t=t.identity);try{const n=this.wrapSync(t),r=await mi.Layout.getClient(n),i=await r.getLayoutIdentityForViewOrThrow(e);return this.wrapSync(i)}catch(n){if(!["No action registered at target for","getLayoutIdentityForViewOrThrow is not a function"].some(e=>n.message.includes(e)))throw n;if(t.uuid===t.name)throw new Error(`View identity ${JSON.stringify(e)} is not attached to any layout in provider window ${JSON.stringify(t)}.`);return this.wrapSync(t)}}}_r.LayoutModule=vi,ci=new WeakMap,li=new WeakMap,ui=new WeakMap,si=new WeakSet,di=function(e){if(!fi(this,li,"f"))throw new Error(`You must call init before using the API ${e}`);return fi(this,li,"f")},function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(_r,e),n(xr,e)}(wr),Object.defineProperty(pr,"__esModule",{value:!0}),pr.PlatformModule=void 0;const yi=F,Ci=mr,bi=wr;class wi extends yi.Base{constructor(e,t){super(e),this._channel=t,this.Layout=new bi.LayoutModule(this.wire)}async init(e){if(!fin.__internal_.isPlatform||fin.me.name!==fin.me.uuid)throw new Error("fin.Platform.init should only be called from a custom platform provider running in the main window of the application.");return this.wire.environment.initPlatform(this.fin,e)}async wrap(e){return this.wire.sendAction("platform-wrap").catch(e=>{}),new Ci.Platform(this.wire,{uuid:e.uuid})}wrapSync(e){return this.wire.sendAction("platform-wrap-sync").catch(e=>{}),new Ci.Platform(this.wire,{uuid:e.uuid})}async getCurrent(){return this.wire.sendAction("platform-get-current").catch(e=>{}),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.sendAction("platform-get-current-sync").catch(e=>{}),this.wrapSync({uuid:this.wire.me.uuid})}start(e){return this.wire.sendAction("platform-start").catch(e=>{}),new Promise(async(t,n)=>{try{const{uuid:n}=e,r=await this.fin.Application._create({...e,isPlatformController:!0});r.once("platform-api-ready",()=>t(this.wrapSync({uuid:n}))),r._run({uuid:n})}catch(e){n(e)}})}startFromManifest(e,t){return this.wire.sendAction("platform-start-from-manifest").catch(e=>{}),new Promise(async(n,r)=>{try{const r=await this.fin.Application._createFromManifest(e);r.once("platform-api-ready",()=>n(this.wrapSync({uuid:r.identity.uuid}))),r._run(t)}catch(e){r(e)}})}}pr.PlatformModule=wi,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(pr,e),n(mr,e)}(hr);var _i={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.getMe=e.getBaseMe=e.environmentUnsupportedMessage=void 0;const t=_e(),n=Qn,r=Ae(),i=Wn;function o(e,t,n){return{...{isView:"view"===e,isWindow:"window"===e,isFrame:"iframe"===e,isExternal:"external connection"===e},uuid:t,name:n,entityType:e}}e.environmentUnsupportedMessage="You are not running in OpenFin.",e.getBaseMe=o,e.getMe=function(a){const{uuid:s,name:c,entityType:l}=a.me,u={setContext(){throw new Error(e.environmentUnsupportedMessage)},addContextHandler(){throw new Error(e.environmentUnsupportedMessage)},getContextGroups(){throw new Error(e.environmentUnsupportedMessage)},joinContextGroup(){throw new Error(e.environmentUnsupportedMessage)},removeFromContextGroup(){throw new Error(e.environmentUnsupportedMessage)},getAllClientsInContextGroup(){throw new Error(e.environmentUnsupportedMessage)},getInfoForContextGroup(){throw new Error(e.environmentUnsupportedMessage)}},d="Interop API has not been instantiated. Either connection has failed or you have not declared interop in your config.",f={setContext(){throw new Error(d)},addContextHandler(){throw new Error(d)},getContextGroups(){throw new Error(d)},joinContextGroup(){throw new Error(d)},removeFromContextGroup(){throw new Error(d)},getAllClientsInContextGroup(){throw new Error(d)},getInfoForContextGroup(){throw new Error(d)}},h={eventNames:()=>{throw new Error(e.environmentUnsupportedMessage)},emit:()=>{throw new Error(e.environmentUnsupportedMessage)},listeners:()=>{throw new Error(e.environmentUnsupportedMessage)},listenerCount:()=>{throw new Error(e.environmentUnsupportedMessage)},on:()=>{throw new Error(e.environmentUnsupportedMessage)},addListener:()=>{throw new Error(e.environmentUnsupportedMessage)},once:()=>{throw new Error(e.environmentUnsupportedMessage)},prependListener:()=>{throw new Error(e.environmentUnsupportedMessage)},prependOnceListener:()=>{throw new Error(e.environmentUnsupportedMessage)},removeListener:()=>{throw new Error(e.environmentUnsupportedMessage)},removeAllListeners:()=>{throw new Error(e.environmentUnsupportedMessage)}};switch(l){case"view":return Object.assign(new t.View(a,{uuid:s,name:c}),o(l,s,c),{interop:f,isOpenFin:!0});case"window":return Object.assign(new r._Window(a,{uuid:s,name:c}),o(l,s,c),{interop:f,isOpenFin:!0});case"iframe":return Object.assign(new n._Frame(a,{uuid:s,name:c}),o(l,s,c),{interop:f,isOpenFin:!0});case"external connection":return Object.assign(new i.ExternalApplication(a,{uuid:s}),o(l,s,c),{interop:f,isOpenFin:!1});default:return{...o(l,s,c),...h,interop:u,isOpenFin:!1}}}}(_i);var xi={},Oi={},Ei={};Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.createWarningObject=Ei.createUnusableObject=void 0,Ei.createUnusableObject=function(e){const t=()=>{throw new Error(e)};return new Proxy({},{apply:t,construct:t,defineProperty:t,deleteProperty:t,get:t,getOwnPropertyDescriptor:t,getPrototypeOf:t,has:t,isExtensible:t,ownKeys:t,preventExtensions:t,set:t,setPrototypeOf:t})},Ei.createWarningObject=function(e,t){return new Proxy(t,{get:(...t)=>(console.warn(e),Reflect.get(...t)),set:(...t)=>(console.warn(e),Reflect.set(...t)),getOwnPropertyDescriptor:(...t)=>(console.warn(e),Reflect.getOwnPropertyDescriptor(...t)),ownKeys:(...t)=>(console.warn(e),Reflect.ownKeys(...t))})};var Mi={},ji={},Si={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.checkContextIntegrity=e.wrapIntentHandler=e.BROKER_ERRORS=e.generateOverrideWarning=e.generateOverrideError=e.wrapContextHandler=e.wrapInTryCatch=e.generateId=void 0;e.generateId=()=>`${Math.random()}${Date.now()}`;e.wrapInTryCatch=(e,t)=>(...n)=>{try{return e(...n)}catch(e){throw new Error((t||"")+e)}};e.wrapContextHandler=(e,t)=>async n=>{try{await e(n)}catch(e){throw console.error(`Error thrown by handler ${t} for context type ${n.type}: ${e}`),e}};e.generateOverrideError=(e,t)=>`You have tried to to use ${e} but ${t} has not been overridden in the Interop Broker. Please override this function. Refer to our documentation for more info.`;e.generateOverrideWarning=(e,t,n,r)=>{const{uuid:i,name:o}=n;return r?`Entity with identity: ${i}/${o} has called ${r} or ${e} but ${t} has not been overridden.`:`Entity with identity: ${i}/${o} has called ${e} but ${t} has not been overridden.`},e.BROKER_ERRORS={fireIntent:(0,e.generateOverrideError)("fireIntent","handleFiredIntent"),fireIntentForContext:(0,e.generateOverrideError)("fireIntentForContext","handleFiredIntentForContext"),getInfoForIntent:(0,e.generateOverrideError)("getInfoForIntent","handleInfoForIntent"),getInfoForIntentsByContext:(0,e.generateOverrideError)("getInfoForIntentsByContext","handleInfoForIntentsByContext"),joinSessionContextGroupWithJoinContextGroup:"The Context Group you have tried to join is a Session Context Group. Custom Context Groups can only be defined by the Interop Broker through code or manifest configuration. Please use joinSessionContextGroup.",fdc3Open:(0,e.generateOverrideError)("fdc3.open","fdc3HandleOpen"),fdc3FindInstances:(0,e.generateOverrideError)("fdc3.findInstances","fdc3HandleFindInstances"),fdc3GetAppMetadata:(0,e.generateOverrideError)("fdc3.getAppMetadata","fdc3HandleGetAppMetadata"),fdc3GetInfo:(0,e.generateOverrideError)("fdc3.getInfo","fdc3HandleGetInfo")};e.wrapIntentHandler=(e,t)=>async n=>{try{return e(n)}catch(e){throw console.error(`Error thrown by handler ${t}: ${e}`),e}};e.checkContextIntegrity=e=>e?"object"!=typeof e?{isValid:!1,reason:"Context must be an Object"}:e.type?{isValid:!0}:{isValid:!1,reason:"Context must have a type property"}:{isValid:!1,reason:"No context supplied"}}(Si),Object.defineProperty(ji,"__esModule",{value:!0});const Pi=Si;ji.default=class{constructor(e,t){this.provider=e,this.id=t,this.lastContext=void 0,this.contextGroupMap=new Map,this.clients=new Map,this.registerListeners()}registerListeners(){this.provider.register(`sessionContextGroup:getContext-${this.id}`,this.getCurrentContext.bind(this)),this.provider.register(`sessionContextGroup:setContext-${this.id}`,this.setContext.bind(this)),this.provider.register(`sessionContextGroup:handlerAdded-${this.id}`,this.handlerAdded.bind(this)),this.provider.register(`sessionContextGroup:handlerRemoved-${this.id}`,this.handlerRemoved.bind(this))}getCurrentContext(e){return e.type?this.contextGroupMap.get(e.type):this.lastContext}setContext(e,t){const{context:n}=e,r=(0,Pi.checkContextIntegrity)(n);if(!1===r.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${r.reason}. Context: ${JSON.stringify(n)}`);if(!this.getClientState(t))throw new Error(`Client with Identity: ${t.uuid} ${t.name} not in Session Client State Map`);this.contextGroupMap.set(n.type,n),this.lastContext=n;Array.from(this.clients.values()).forEach(e=>{e.contextHandlers.get(n.type)?.forEach(t=>{this.provider.dispatch(e.clientIdentity,t,n)}),e.globalHandler&&this.provider.dispatch(e.clientIdentity,e.globalHandler,n)})}getClientState(e){return this.clients.get(e.endpointId)}async handlerAdded(e,t){const{handlerId:n,contextType:r}=e,i=this.getClientState(t);if(!i)throw new Error(`Client with Identity: ${t.uuid} ${t.name} not in Client State Map`);if(r){const e=i.contextHandlers.get(r)||[];i.contextHandlers.set(r,[...e,n]);const o=this.contextGroupMap.get(r);o&&await this.provider.dispatch(t,n,o)}else{i.globalHandler=n;const e=[...this.contextGroupMap.keys()].map(async e=>{const r=this.contextGroupMap.get(e);r&&await this.provider.dispatch(t,n,r)});await Promise.all(e)}}handlerRemoved(e,t){const{handlerId:n}=e,r=this.clients.get(t.endpointId);r?(Array.from(r.contextHandlers).forEach(([,e])=>{const t=e.indexOf(n);t>-1&&e.splice(t,1)}),r.globalHandler===n&&(r.globalHandler=void 0)):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${t}`)}registerNewClient(e){if(!this.clients.has(e.endpointId)){const t={contextHandlers:new Map,clientIdentity:e,globalHandler:void 0};this.clients.set(e.endpointId,t)}}onDisconnection(e){this.clients.delete(e.endpointId)}};var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.PrivateChannelProvider=void 0;const ki=Si;class Ti{constructor(e,t){this.provider=e,this.id=t,this.clients=new Map,this.registerListeners(),this.contextByContextType=new Map,this.lastContext=void 0,this.provider.onConnection(e=>this.registerNewClient(e)),this.provider.onDisconnection(async e=>{const{endpointId:t}=e;this.clients.has(t)&&await this.handleClientDisconnecting(e),0===(await this.provider.getAllClientInfo()).length&&this.provider.destroy()})}getClientState(e){return this.clients.get(e.endpointId)}registerListeners(){this.provider.register("broadcast",this.broadcast.bind(this)),this.provider.register("getCurrentContext",this.getCurrentContext.bind(this)),this.provider.register("contextHandlerAdded",this.contextHandlerAdded.bind(this)),this.provider.register("contextHandlerRemoved",this.contextHandlerRemoved.bind(this)),this.provider.register("nonStandardHandlerRemoved",this.nonStandardHandlerRemoved.bind(this)),this.provider.register("onAddContextHandlerAdded",this.onAddContextHandlerAdded.bind(this)),this.provider.register("onDisconnectHandlerAdded",this.onDisconnectHandlerAdded.bind(this)),this.provider.register("onUnsubscribeHandlerAdded",this.onUnsubscribeHandlerAdded.bind(this)),this.provider.register("clientDisconnecting",(e,t)=>{this.handleClientDisconnecting(t)})}broadcast(e,t){const{context:n}=e;if(!this.getClientState(t))throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call broadcast, is not connected to this Private Channel`);const r=(0,ki.checkContextIntegrity)(n);if(!1===r.isValid)throw new Error(`Failed to broadcast - bad Context. Reason: ${r.reason}. Context: ${JSON.stringify(n)}`);this.contextByContextType.set(n.type,n),this.lastContext=n,Array.from(this.clients.values()).forEach(e=>{const t=e.handlerIdsByContextTypes.get(n.type);t&&t.forEach(t=>{this.provider.dispatch(e.clientIdentity,t,n)}),e.globalHandler&&this.provider.dispatch(e.clientIdentity,e.globalHandler,n)})}getCurrentContext(e,t){const{contextType:n}=e;if(!this.getClientState(t))throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call getCurrentContext, is not connected to this Private Channel`);if(void 0!==n){const e=this.contextByContextType.get(n);return e||null}return this.lastContext?this.lastContext:null}contextHandlerAdded(e,t){const{handlerId:n,contextType:r}=e,i=this.getClientState(t);if(!i)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call addContextListener, is not connected to this Private Channel`);if(r){const e=i.handlerIdsByContextTypes.get(r)||[];i.handlerIdsByContextTypes.set(r,[...e,n])}else i.globalHandler=n;Array.from(this.clients.values()).forEach(e=>{e.clientIdentity.endpointId!==t.endpointId&&e.onAddContextListenerHandlerId&&this.provider.dispatch(e.clientIdentity,e.onAddContextListenerHandlerId,r)})}async contextHandlerRemoved(e,t){const{handlerId:n}=e,r=this.getClientState(t);if(r){let e;if(r.globalHandler===n)r.globalHandler=void 0;else for(const[t,i]of r.handlerIdsByContextTypes){const r=i.indexOf(n);r>-1&&(i.splice(r,1),e=t)}const i=(await this.getConnectedClients()).map(async n=>{const{clientIdentity:r,clientIdentity:{endpointId:i},onUnsubscribeHandlerId:o}=n;i!==t.endpointId&&o&&await this.provider.dispatch(r,o,e)});try{await Promise.all(i)}catch(e){throw console.error(`Problem when attempting to dispatch to onUnsubscribeHandlers. Error: ${e} Removing Client: ${n}. uuid: ${t.uuid}. name: ${t.name}. endpointId: ${t.endpointId}`),new Error(e)}}else console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. uuid: ${t.uuid}. name: ${t.name}. endpointId: ${t.endpointId}.`)}nonStandardHandlerRemoved(e,t){const{handlerId:n}=e,r=this.getClientState(t);r?r.onDisconnectHandlerId===n?r.onDisconnectHandlerId=void 0:r.onAddContextListenerHandlerId===n?r.onAddContextListenerHandlerId=void 0:r.onUnsubscribeHandlerId===n&&(r.onUnsubscribeHandlerId=void 0):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${t}`)}onAddContextHandlerAdded(e,t){const n=this.getClientState(t),{handlerId:r}=e;if(!n)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call onAddContextListener, is not connected to this Private Channel`);n.onAddContextListenerHandlerId=r,Array.from(this.clients.values()).forEach(e=>{e.clientIdentity.endpointId!==t.endpointId&&Array.from(e.handlerIdsByContextTypes.keys()).forEach(e=>{this.provider.dispatch(t,r,e)})})}onDisconnectHandlerAdded(e,t){const n=this.getClientState(t),{handlerId:r}=e;if(!n)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call onDisconnect, is not connected to this Private Channel`);n.onDisconnectHandlerId=r}onUnsubscribeHandlerAdded(e,t){const n=this.getClientState(t),{handlerId:r}=e;if(!n)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call onUnsubscribe, is not connected to this Private Channel`);n.onUnsubscribeHandlerId=r}removeClient(e){const t=this.getClientState(e);if(!t)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call disconnect, is not connected to this Private Channel`);t.handlerIdsByContextTypes.clear(),this.clients.delete(e.endpointId)}async fireOnDisconnectForOtherClients(e){const{endpointId:t}=e,n=(await this.getConnectedClients()).map(async e=>{const{clientIdentity:{endpointId:n},onDisconnectHandlerId:r}=e;n!==t&&r&&await this.provider.dispatch(e.clientIdentity,r)});try{await Promise.all(n)}catch(t){throw console.error(`Problem when attempting to dispatch to onDisconnectHandlers. Error: ${t} Disconnecting Client: uuid: ${e.uuid}. name: ${e.name}. endpointId: ${e.endpointId}`),new Error(t)}}async unsubscribeAll(e){const{endpointId:t}=e,n=this.clients.get(t);if(n){const t=Array.from(n.handlerIdsByContextTypes.values()).flat(),r=n.globalHandler;if(t.length>0){const n=t.map(async t=>this.contextHandlerRemoved({handlerId:t},e));try{await Promise.all(n)}catch(e){console.error(e.message)}}if(r)try{await this.contextHandlerRemoved({handlerId:r},e)}catch(e){console.error(e.message)}}}async handleClientDisconnecting(e){await this.unsubscribeAll(e),this.removeClient(e),await this.fireOnDisconnectForOtherClients(e)}registerNewClient(e){if(!this.clients.has(e.endpointId)){const t={clientIdentity:e,handlerIdsByContextTypes:new Map,globalHandler:void 0,onAddContextListenerHandlerId:void 0,onUnsubscribeHandlerId:void 0,onDisconnectHandlerId:void 0};this.clients.set(e.endpointId,t)}}async getConnectedClients(){const e=await this.provider.getAllClientInfo();return Array.from(this.clients.values()).filter(t=>{const{uuid:n,name:r}=t.clientIdentity;return e.some(e=>r===e.name&&n===e.uuid)})}static init(e,t){return new Ti(e,t)}}Ai.PrivateChannelProvider=Ti;var Di,Ii,Li,Ri=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},Fi=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},Ni=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.InteropBroker=void 0;const Hi=F,Bi=Ni(ji),Vi=Si,$i=Ni(o),Zi=Ai,zi=he,Wi=[{id:"green",displayMetadata:{color:"#00CC88",name:"green"}},{id:"purple",displayMetadata:{color:"#8C61FF",name:"purple"}},{id:"orange",displayMetadata:{color:"#FF8C4C",name:"orange"}},{id:"red",displayMetadata:{color:"#FF5E60",name:"red"}},{id:"pink",displayMetadata:{color:"#FF8FB8",name:"pink"}},{id:"yellow",displayMetadata:{color:"#E9FF8F",name:"yellow"}}];class Ui extends Hi.Base{constructor(e,t,n){super(e),Di.set(this,void 0),Ii.set(this,void 0),Li.set(this,void 0),this.getProvider=()=>Fi(this,Li,"f").getValue(),this.interopClients=new Map,this.contextGroupsById=new Map,Ri(this,Ii,n.contextGroups??[...Wi],"f"),Ri(this,Di,n.fdc3Info,"f"),n?.logging&&(this.logging=n.logging),this.intentClientMap=new Map,this.lastContextMap=new Map,this.sessionContextGroupMap=new Map,Ri(this,Li,new zi.Lazy(t),"f"),this.setContextGroupMap(),this.setupChannelProvider()}static createClosedConstructor(...e){return class extends Ui{constructor(...t){if(t.length){const[n,r,i]=t;if(i&&"object"==typeof i&&!(0,$i.default)(i,e[2]))return console.warn("You have modified the parameters of the InteropOverride constructor. This behavior is deprecated and will be removed in a future version. You can modify these options in your manifest. Please consult our Interop docs for guidance on migrating to the new override scheme."),void super(e[0],e[1],i);console.warn("You are attempting to pass arguments to the InteropOverride constructor. This is not necessary, and these passed arguments will be ignored. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.")}super(...e)}}}setContext({context:e},t){this.wire.sendAction("interop-broker-set-context").catch(e=>{});const n=this.getClientState(t);if(!n||!n.contextGroupId)throw n?new Error("You must join a context group before you can set context."):new Error(`Client with Identity: ${t.uuid} ${t.name} not in Client State Map`);{const{contextGroupId:t}=n;this.setContextForGroup({context:e},t)}}setContextForGroup({context:e},t){this.wire.sendAction("interop-broker-set-context-for-group").catch(e=>{});const n=this.contextGroupsById.get(t);if(!n)throw new Error(`Unable to set context for context group that isn't in the context group mapping: ${t}.`);const r=Ui.checkContextIntegrity(e);if(!1===r.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${r.reason}. Context: ${JSON.stringify(e)}`);const i=e.type;n.set(i,e),this.lastContextMap.set(t,i);Array.from(this.interopClients.values()).filter(e=>e.contextGroupId===t).forEach(t=>{for(const[,n]of t.contextHandlers)Ui.isContextTypeCompatible(i,n.contextType)&&this.invokeContextHandler(t.clientIdentity,n.handlerId,e)})}getCurrentContext(e,t){this.wire.sendAction("interop-broker-get-current-context").catch(e=>{});const n=this.getClientState(t);if(!n?.contextGroupId)throw new Error("You must be a member of a context group to call getCurrentContext");const{contextGroupId:r}=n,i=this.contextGroupsById.get(r),o=this.lastContextMap.get(r),a=e?.contextType??o;return i&&a?i.get(a):void 0}async joinContextGroup({contextGroupId:e,target:t},n){if(this.wire.sendAction("interop-broker-join-context-group").catch(e=>{}),this.sessionContextGroupMap.has(e))throw new Error(Vi.BROKER_ERRORS.joinSessionContextGroupWithJoinContextGroup);if(t){Ui.hasEndpointId(t)&&await this.addClientToContextGroup({contextGroupId:e},t);try{const n=this.channel.connections.filter(e=>e.uuid===t.uuid&&e.name===t.name);if(!n.length)throw new Error(`Given Identity ${t.uuid} ${t.name} is not connected to the Interop Broker.`);n.length>1&&console.warn(`More than one connection found for identity ${t.uuid} ${t.name}`);const r=[];for(const t of n)r.push(this.addClientToContextGroup({contextGroupId:e},t));await Promise.all(r)}catch(e){throw new Error(e)}}else await this.addClientToContextGroup({contextGroupId:e},n)}async addClientToContextGroup({contextGroupId:e},t){this.wire.sendAction("interop-broker-add-client-to-context-group").catch(e=>{});const n=this.getClientState(t);if(!n)throw new Error(`Client with Identity: ${t.uuid} ${t.name} not in Client State Map`);if(!this.getContextGroups().find(t=>t.id===e))throw new Error(`Attempting to join a context group that does not exist: ${e}. You may only join existing context groups.`);if(n.contextGroupId!==e){n.contextGroupId=e,await this.setCurrentContextGroupInClientOptions(t,e);const r=this.contextGroupsById.get(e);for(const[,e]of n.contextHandlers){const{contextType:n,handlerId:i}=e;if(void 0===n)r.forEach((e,n)=>{this.invokeContextHandler(t,i,e)});else if(r.has(n)){const e=r.get(n);e&&this.invokeContextHandler(t,i,e)}}}}async removeFromContextGroup({target:e},t){if(this.wire.sendAction("interop-broker-remove-from-context-group").catch(e=>{}),e){Ui.hasEndpointId(e)&&await this.removeClientFromContextGroup(e);try{const t=this.channel.connections.filter(t=>t.uuid===e.uuid&&t.name===e.name);if(!t.length)throw new Error(`No connection found for given Identity ${e.uuid} ${e.name}`);t.length>1&&console.warn(`More than one connection found for identity ${e.uuid} ${e.name}`);const n=[];for(const e of t)n.push(this.removeClientFromContextGroup(e));await Promise.all(n)}catch(e){throw new Error(e)}}else await this.removeClientFromContextGroup(t)}async removeClientFromContextGroup(e){this.wire.sendAction("interop-broker-remove-client-from-context-group").catch(e=>{});const t=this.getClientState(e);t&&(t.contextGroupId=void 0),await this.setCurrentContextGroupInClientOptions(e,null)}getContextGroups(){return this.wire.sendAction("interop-broker-get-context-groups").catch(e=>{}),Fi(this,Ii,"f").map(e=>({...e}))}getInfoForContextGroup({contextGroupId:e}){return this.wire.sendAction("interop-broker-get-info-for-context-group").catch(e=>{}),this.getContextGroups().find(t=>t.id===e)}getAllClientsInContextGroup({contextGroupId:e}){this.wire.sendAction("interop-broker-get-all-clients-in-context-group").catch(e=>{});return Array.from(this.interopClients.values()).filter(t=>t.contextGroupId===e).map(e=>e.clientIdentity)}async handleFiredIntent(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.raiseIntent","InteropBroker.handleFiredIntent",t,"interopClient.fireIntent");throw console.warn(n),new Error(Vi.BROKER_ERRORS.fireIntent)}async setIntentTarget(e,t){this.wire.sendAction("interop-broker-set-intent-target").catch(e=>{});const n=this.intentClientMap.get(t.name),r=`intent-handler-${e.name}`;if(n){const t=n.get(r);if(t){if(t.pendingIntents.push(e),t.clientIdentity&&t.isReady){const{clientIdentity:e,pendingIntents:n}=t;try{const i=n[n.length-1];await this.invokeIntentHandler(e,r,i),t.pendingIntents=[]}catch(n){console.error(`Error invoking intent handler for client ${e.uuid}/${e.name}/${e.endpointId}`),t.isReady=!1}}}else n.set(r,{isReady:!1,pendingIntents:[e]})}else{this.intentClientMap.set(t.name,new Map);const n=this.intentClientMap.get(t.name);n&&n.set(r,{isReady:!1,pendingIntents:[e]})}}async handleInfoForIntent(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.findIntent","InteropBroker.handleInfoForIntent",t,"interopClient.getInfoForIntent");throw console.warn(n),new Error(Vi.BROKER_ERRORS.getInfoForIntent)}async handleInfoForIntentsByContext(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.findIntentsByContext","InteropBroker.handleInfoForIntentsByContext",t,"interopClient.getInfoForIntentsByContext");throw console.warn(n),new Error(Vi.BROKER_ERRORS.getInfoForIntentsByContext)}async handleFiredIntentForContext(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.raiseIntentForContext","InteropBroker.handleFiredIntentForContext",t,"interopClient.fireIntentForContext");throw console.warn(n),new Error(Vi.BROKER_ERRORS.fireIntentForContext)}async clientDisconnected(e){}async fdc3HandleOpen({app:e,context:t},n){const r=(0,Vi.generateOverrideWarning)("fdc3.open","InteropBroker.fdc3HandleOpen",n);throw console.warn(r),new Error(Vi.BROKER_ERRORS.fdc3Open)}async fdc3HandleFindInstances(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.open","InteropBroker.fdc3HandleFindInstances",t);throw console.warn(n),new Error(Vi.BROKER_ERRORS.fdc3FindInstances)}async fdc3HandleGetAppMetadata(e,t){const n=(0,Vi.generateOverrideWarning)("fdc3.getAppMetadata","InteropBroker.fdc3HandleGetAppMetadata",t);throw console.warn(n),new Error(Vi.BROKER_ERRORS.fdc3GetAppMetadata)}async invokeContextHandler(e,t,n){const r=await this.getProvider();try{await r.dispatch(e,t,n)}catch(r){console.error(`Error invoking context handler ${t} for context type ${n.type} in client ${e.uuid}/${e.name}/${e.endpointId}`,r)}}async invokeIntentHandler(e,t,n){const r=await this.getProvider();await r.dispatch(e,t,n)}async fdc3HandleGetInfo(e,t){const{fdc3Version:n}=e;return{fdc3Version:n,...Fi(this,Di,"f"),optionalFeatures:{OriginatingAppMetadata:!1,UserChannelMembershipAPIs:!0},appMetadata:{appId:"",instanceId:""}}}async getAllClientInfo(){return(await this.getProvider()).getAllClientInfo()}decorateSnapshot(e){return{...e,interopSnapshotDetails:{contextGroupStates:this.getContextGroupStates()}}}applySnapshot(e,t){const n=e?.interopSnapshotDetails?.contextGroupStates;n&&(t?.closeExistingWindows||this.updateExistingClients(n),this.rehydrateContextGroupStates(n))}updateExistingClients(e){this.interopClients.forEach(t=>{const{clientIdentity:n,contextGroupId:r,contextHandlers:i}=t;if(r){const t=e[r];for(const[,e]of Object.entries(t))i.forEach(t=>{const{handlerId:r,contextType:i}=t;Ui.isContextTypeCompatible(e.type,i)&&this.invokeContextHandler(n,r,e)})}})}getContextGroupStates(){return Ui.toObject(this.contextGroupsById)}rehydrateContextGroupStates(e){const t=Object.entries(e);for(const[e,n]of t){const t=Object.entries(n);for(const[n,r]of t)if(this.contextGroupsById.has(e)){this.contextGroupsById.get(e).set(n,r)}else console.warn(`Attempting to set a context group that isn't in the context group mapping. Skipping context group rehydration for: ${e}`)}}contextHandlerRegistered({contextType:e,handlerId:t},n){const r={contextType:e,handlerId:t},i=this.getClientState(n);if(i?.contextHandlers.set(t,r),i&&i.contextGroupId){const{contextGroupId:r}=i,o=this.contextGroupsById.get(r);if(void 0===e)o.forEach((e,r)=>{this.invokeContextHandler(n,t,e)});else if(o.has(e)){const r=o.get(e);r&&this.invokeContextHandler(n,t,r)}}}async intentHandlerRegistered(e,t){const{handlerId:n}=e,r=this.intentClientMap.get(t.name),i=r?.get(n);if(r)if(i){const{pendingIntents:e}=i;i.clientIdentity=t,i.isReady=!0;try{if(e.length>0){const r=e[e.length-1];await this.invokeIntentHandler(t,n,r),i.pendingIntents=[]}}catch(e){console.error(`Error invoking intent handler: ${n} for client ${t.uuid}/${t.name}/${t.endpointId}`)}}else r.set(n,{isReady:!0,pendingIntents:[],clientIdentity:t});else{this.intentClientMap.set(t.name,new Map);const e=this.intentClientMap.get(t.name);e&&e.set(n,{isReady:!0,pendingIntents:[],clientIdentity:t})}}removeContextHandler({handlerId:e},t){const n=this.getClientState(t);n&&n.contextHandlers.delete(e)}handleJoinSessionContextGroup({sessionContextGroupId:e},t){try{if(!e)throw new Error("Failed to join session context group: must specify group id.");const n=this.sessionContextGroupMap.get(e);if(n)n.registerNewClient(t);else{const n=new Bi.default(this.channel,e);n.registerNewClient(t),this.sessionContextGroupMap.set(e,n)}return{hasConflict:this.contextGroupsById.has(e)}}catch(e){throw new Error(e)}}getClientState(e){return this.interopClients.get(e.endpointId)}static toObject(e){const t=Object.fromEntries(e),n={};return Object.entries(t).forEach(([e,t])=>{const r=Object.fromEntries(t);n[e]=r}),n}static hasEndpointId(e){return void 0!==e.endpointId}static isContextTypeCompatible(e,t){return void 0===t||e===t}setContextGroupMap(){for(const e of this.getContextGroups())this.contextGroupsById.set(e.id,new Map)}async setCurrentContextGroupInClientOptions(e,t){try{const n=await this.fin.System.getEntityInfo(e.uuid,e.name);let r;"view"===n.entityType?r=await this.fin.View.wrap(e):"window"===n.entityType&&(r=await this.fin.Window.wrap(e)),r&&await r.updateOptions({interop:{currentContextGroup:t}})}catch(e){}}async setupChannelProvider(){try{const e=await this.getProvider();this.channel=e,this.wireChannel(e)}catch(e){throw new Error(`Error setting up Interop Broker Channel Provider: ${e}`)}}wireChannel(e){e.onConnection(async(e,t)=>{if(!await this.isConnectionAuthorized(e,t))throw new Error(`Connection not authorized for ${e.uuid}, ${e.name}`);if(!e.endpointId)throw new Error("Version too old to be compatible with Interop. Please upgrade your runtime to a more recent version.");const n={contextGroupId:void 0,contextHandlers:new Map,clientIdentity:e};t?.currentContextGroup&&this.contextGroupsById.has(t.currentContextGroup)&&(n.contextGroupId=t?.currentContextGroup),this.interopClients.set(e.endpointId,n)}),e.onDisconnection(e=>{this.interopClients.delete(e.endpointId);const t=this.intentClientMap.get(e.name);t&&e.uuid===this.fin.me.uuid&&t.forEach(e=>{e.isReady=!1}),this.sessionContextGroupMap.forEach(t=>{t.onDisconnection(e)}),this.clientDisconnected(e)}),e.beforeAction(async(e,t,n)=>{if(!await this.isActionAuthorized(e,t,n))throw new Error(`Action (${e}) not authorized for ${n.uuid}, ${n.name}`);this.logging?.beforeAction?.enabled&&console.log(e,t,n)}),e.afterAction((e,t,n)=>{if(this.logging?.afterAction?.enabled){const r=t?[e,t,n]:[e,n];console.log(...r)}}),e.register("setContext",this.setContext.bind(this)),e.register("fireIntent",this.handleFiredIntent.bind(this)),e.register("getCurrentContext",this.getCurrentContext.bind(this)),e.register("getInfoForIntent",this.handleInfoForIntent.bind(this)),e.register("getInfoForIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),e.register("fireIntentForContext",this.handleFiredIntentForContext.bind(this)),e.register("getContextGroups",this.getContextGroups.bind(this)),e.register("joinContextGroup",this.joinContextGroup.bind(this)),e.register("removeFromContextGroup",this.removeFromContextGroup.bind(this)),e.register("getAllClientsInContextGroup",this.getAllClientsInContextGroup.bind(this)),e.register("getInfoForContextGroup",this.getInfoForContextGroup.bind(this)),e.register("contextHandlerRegistered",this.contextHandlerRegistered.bind(this)),e.register("intentHandlerRegistered",this.intentHandlerRegistered.bind(this)),e.register("removeContextHandler",this.removeContextHandler.bind(this)),e.register("sessionContextGroup:createIfNeeded",this.handleJoinSessionContextGroup.bind(this)),e.register("fdc3Open",this.fdc3HandleOpen.bind(this)),e.register("fdc3v2FindIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),e.register("fdc3FindInstances",this.fdc3HandleFindInstances.bind(this)),e.register("fdc3GetAppMetadata",this.fdc3HandleGetAppMetadata.bind(this)),e.register("fdc3v2GetInfo",async(e,t)=>this.fdc3HandleGetInfo.bind(this)(e,t)),e.register("createPrivateChannelProvider",async e=>{const{channelId:t}=e,n=await this.fin.InterApplicationBus.Channel.create(t);Zi.PrivateChannelProvider.init(n,t)})}isConnectionAuthorized(e,t){return this.wire.sendAction("interop-broker-is-connection-authorized").catch(e=>{}),Promise.resolve(!0)}isActionAuthorized(e,t,n){return this.wire.sendAction("interop-broker-is-action-authorized").catch(e=>{}),Promise.resolve(!0)}}Mi.InteropBroker=Ui,Di=new WeakMap,Ii=new WeakMap,Li=new WeakMap,Ui.checkContextIntegrity=Vi.checkContextIntegrity;var Gi,Yi={},qi={},Ki=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},Xi=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(qi,"__esModule",{value:!0});const Ji=F,Qi=Si;class eo extends Ji.Base{constructor(e,t,n){super(e),Gi.set(this,void 0),this.id=n,Ki(this,Gi,t,"f")}async setContext(e){this.wire.sendAction("interop-session-context-group-set-context").catch(e=>{});return(await Xi(this,Gi,"f")).dispatch(`sessionContextGroup:setContext-${this.id}`,{sessionContextGroupId:this.id,context:e})}async getCurrentContext(e){this.wire.sendAction("interop-session-context-group-get-context").catch(e=>{});return(await Xi(this,Gi,"f")).dispatch(`sessionContextGroup:getContext-${this.id}`,{sessionContextGroupId:this.id,type:e})}async addContextHandler(e,t){if(this.wire.sendAction("interop-session-context-group-add-handler").catch(e=>{}),"function"!=typeof e)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await Xi(this,Gi,"f");let r;return r=t?`sessionContextHandler:invoke-${this.id}-${t}-${(0,Qi.generateId)()}`:`sessionContextHandler:invoke-${this.id}`,n.register(r,(0,Qi.wrapContextHandler)(e,r)),await n.dispatch(`sessionContextGroup:handlerAdded-${this.id}`,{handlerId:r,contextType:t}),{unsubscribe:await this.createUnsubscribeCb(r)}}async createUnsubscribeCb(e){const t=await Xi(this,Gi,"f");return async()=>{t.remove(e),await t.dispatch(`sessionContextGroup:handlerRemoved-${this.id}`,{handlerId:e})}}getUserInstance(){return{id:this.id,setContext:(0,Qi.wrapInTryCatch)(this.setContext.bind(this),"Failed to set context: "),getCurrentContext:(0,Qi.wrapInTryCatch)(this.getCurrentContext.bind(this),"Failed to get context: "),addContextHandler:(0,Qi.wrapInTryCatch)(this.addContextHandler.bind(this),"Failed to add context handler: ")}}}qi.default=eo,Gi=new WeakMap;var to,no,ro,io=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},oo=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},ao=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.InteropClient=void 0;const so=F,co=ao(qi),lo=Si;class uo extends so.Base{constructor(e,t,n){super(e),to.set(this,void 0),no.set(this,void 0),ro.set(this,void 0),io(this,no,new Map,"f"),io(this,to,t,"f"),io(this,ro,n,"f")}async setContext(e){this.wire.sendAction("interop-client-set-context").catch(e=>{});return(await oo(this,to,"f")).dispatch("setContext",{context:e})}async addContextHandler(e,t){if(this.wire.sendAction("interop-client-add-context-handler").catch(e=>{}),"function"!=typeof e)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await oo(this,to,"f");let r;r=t?`invokeContextHandler-${t}-${(0,lo.generateId)()}`:"invokeContextHandler";const i=(0,lo.wrapContextHandler)(e,r);return n.register(r,i),await n.dispatch("contextHandlerRegistered",{handlerId:r,contextType:t}),{unsubscribe:async()=>{n.remove(r),await n.dispatch("removeContextHandler",{handlerId:r})}}}async getContextGroups(){this.wire.sendAction("interop-client-get-context-groups").catch(e=>{});return(await oo(this,to,"f")).dispatch("getContextGroups")}async joinContextGroup(e,t){this.wire.sendAction("interop-client-join-context-group").catch(e=>{});const n=await oo(this,to,"f");if(!e)throw new Error("No contextGroupId specified for joinContextGroup.");return n.dispatch("joinContextGroup",{contextGroupId:e,target:t})}async removeFromContextGroup(e){this.wire.sendAction("interop-client-remove-from-context-group").catch(e=>{});return(await oo(this,to,"f")).dispatch("removeFromContextGroup",{target:e})}async getAllClientsInContextGroup(e){this.wire.sendAction("interop-client-get-all-clients-in-context-group").catch(e=>{});const t=await oo(this,to,"f");if(!e)throw new Error("No contextGroupId specified for getAllClientsInContextGroup.");return t.dispatch("getAllClientsInContextGroup",{contextGroupId:e})}async getInfoForContextGroup(e){this.wire.sendAction("interop-client-get-info-for-context-group").catch(e=>{});const t=await oo(this,to,"f");if(!e)throw new Error("No contextGroupId specified for getInfoForContextGroup.");return t.dispatch("getInfoForContextGroup",{contextGroupId:e})}async fireIntent(e){this.wire.sendAction("interop-client-fire-intent").catch(e=>{});return(await oo(this,to,"f")).dispatch("fireIntent",e)}async registerIntentHandler(e,t,n){this.wire.sendAction("interop-client-register-intent-handler").catch(e=>{});const r=await oo(this,to,"f"),i=`intent-handler-${t}`,o=(0,lo.wrapIntentHandler)(e,i);try{await r.register(i,o),await r.dispatch("intentHandlerRegistered",{handlerId:i,...n})}catch(e){throw new Error("Unable to register intent handler")}return{unsubscribe:async()=>{r.remove(i)}}}async getCurrentContext(e){this.wire.sendAction("interop-client-get-current-context").catch(e=>{});return(await oo(this,to,"f")).dispatch("getCurrentContext",{contextType:e})}async getInfoForIntent(e){this.wire.sendAction("interop-client-get-info-for-intent").catch(e=>{});return(await oo(this,to,"f")).dispatch("getInfoForIntent",e)}async getInfoForIntentsByContext(e){this.wire.sendAction("interop-client-get-info-for-intents-by-context").catch(e=>{});return(await oo(this,to,"f")).dispatch("getInfoForIntentsByContext",e)}async fireIntentForContext(e){this.wire.sendAction("interop-client-fire-intent-for-context").catch(e=>{});return(await oo(this,to,"f")).dispatch("fireIntentForContext",e)}async joinSessionContextGroup(e){try{const t=oo(this,no,"f").get(e);if(t)return t.getUserInstance();const n=await oo(this,to,"f"),{hasConflict:r}=await n.dispatch("sessionContextGroup:createIfNeeded",{sessionContextGroupId:e});r&&console.warn(`A (non-session) context group with the name "${e}" already exists. If you are trying to join a Context Group, call joinContextGroup instead.`);const i=new co.default(this.wire,oo(this,to,"f"),e);return oo(this,no,"f").set(e,i),i.getUserInstance()}catch(t){throw console.error(`Error thrown trying to create Session Context Group with id "${e}": ${t}`),t}}async onDisconnection(e){this.wire.sendAction("interop-client-add-ondisconnection-listener").catch(e=>{});return(await oo(this,to,"f")).onDisconnection(t=>{const{uuid:n}=t;e({type:"interop-broker",topic:"disconnected",brokerName:n})})}getFDC3Sync(e){return oo(this,ro,"f").call(this,e,this,this.wire)}async getFDC3(e){return this.getFDC3Sync(e)}static async ferryFdc3Call(e,t,n){return(await oo(e,to,"f")).dispatch(t,n||null)}}Yi.InteropClient=uo,to=new WeakMap,no=new WeakMap,ro=new WeakMap;var fo={};Object.defineProperty(fo,"__esModule",{value:!0}),fo.overrideCheck=fo.checkFDC32Overrides=fo.getDefaultViewFdc3VersionFromAppInfo=void 0;const ho=Mi;function po(e){return["fdc3HandleFindInstances","handleInfoForIntent","handleInfoForIntentsByContext","fdc3HandleGetAppMetadata","fdc3HandleGetInfo","fdc3HandleOpen","handleFiredIntent","handleFiredIntentForContext"].filter(t=>e[t]===ho.InteropBroker.prototype[t])}fo.getDefaultViewFdc3VersionFromAppInfo=function({manifest:e,initialOptions:t}){const n=e?.platform?.defaultViewOptions?.fdc3InteropApi??t.defaultViewOptions?.fdc3InteropApi;return["1.2","2.0"].includes(n??"")?n:void 0},fo.checkFDC32Overrides=po,fo.overrideCheck=function(e,t){if(t&&"2.0"===t){const t=po(e);t.length>0&&console.warn(`WARNING: FDC3 2.0 has been set as a default option for Views in this Platform, but the required InteropBroker APIs for FDC3 2.0 compliance have not all been overridden.\nThe following APIs need to be overridden:\n${t.join("\n")}`)}};var mo={},go={},vo={},yo={},Co={},bo=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wo=s&&s.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),_o=s&&s.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&bo(t,e,n);return wo(t,e),t};Object.defineProperty(Co,"__esModule",{value:!0}),Co.PrivateChannelClient=void 0;const xo=_o(Si);Co.PrivateChannelClient=class{constructor(e,t){this.id=t,this.client=e,this.listeners=new Map}async broadcast(e){return this.client.dispatch("broadcast",{context:e})}async getCurrentContext(e){return this.client.dispatch("getCurrentContext",{contextType:e})}async addContextListener(e,t){if("function"!=typeof t)throw new Error("Non-function argument passed to the second parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");let n;n=e?`contextHandler:invoke-${this.id}-${e}-${xo.generateId()}`:`contextHandler:invoke-${this.id}-${xo.generateId()}`,this.client.register(n,xo.wrapContextHandler(t,n));const r={unsubscribe:await this.createContextUnsubscribeCb(n)};return this.listeners.set(n,r),await this.client.dispatch("contextHandlerAdded",{handlerId:n,contextType:e}),r}createNonStandardUnsubscribeCb(e){return async()=>{this.client.remove(e),this.listeners.delete(e),await this.client.dispatch("nonStandardHandlerRemoved",{handlerId:e})}}createContextUnsubscribeCb(e){return async()=>{this.client.remove(e),this.listeners.delete(e),await this.client.dispatch("contextHandlerRemoved",{handlerId:e})}}onAddContextListener(e){const t=`onContextHandlerAdded:invoke-${this.id}-${xo.generateId()}`;this.client.register(t,e);const n={unsubscribe:this.createNonStandardUnsubscribeCb(t)};return this.listeners.set(t,n),this.client.dispatch("onAddContextHandlerAdded",{handlerId:t}),n}onDisconnect(e){const t=`onDisconnect:invoke-${this.id}-${xo.generateId()}`;this.client.register(t,e);const n={unsubscribe:this.createNonStandardUnsubscribeCb(t)};return this.listeners.set(t,n),this.client.dispatch("onDisconnectHandlerAdded",{handlerId:t}),n}onUnsubscribe(e){const t=`onUnsubscribe:invoke-${this.id}-${xo.generateId()}`;this.client.register(t,e);const n={unsubscribe:this.createNonStandardUnsubscribeCb(t)};return this.listeners.set(t,n),this.client.dispatch("onUnsubscribeHandlerAdded",{handlerId:t}),n}async cleanUpAllSubs(){Array.from(this.listeners.keys()).forEach(e=>{this.client.remove(e),this.listeners.delete(e)})}async disconnect(){try{await this.client.dispatch("clientDisconnecting"),await this.cleanUpAllSubs(),await this.client.disconnect()}catch(e){throw new Error(e.message)}}},function(e){var t=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.getIntentResolution=e.isChannel=e.isContext=e.connectPrivateChannel=e.buildAppChannelObject=e.buildPrivateChannelObject=e.ChannelError=e.ResultError=e.UnsupportedChannelApiError=e.getUnsupportedChannelApis=void 0;const n=Si,r=Co,i=t(o);e.getUnsupportedChannelApis=e=>({addContextListener:()=>{throw new a("Channel.addContextListener",e)},broadcast:()=>{throw new a("Channel.broadcast",e)},getCurrentContext:()=>{throw new a("Channel.getCurrentContext",e)}});class a extends Error{constructor(e,t="System"){super(e),this.message=`Calling ${e} on an instance of a ${t} Channel returned by fdc3.get${t}Channels is not supported. If you would like to use a ${t} Channel, please use fdc3.joinChannel, fdc3.addContextListener, and fdc3.broadcast instead.`}}var c;e.UnsupportedChannelApiError=a,function(e){e.NoResultReturned="NoResultReturned",e.IntentHandlerRejected="IntentHandlerRejected"}(c=e.ResultError||(e.ResultError={})),function(e){e.NoChannelFound="NoChannelFound",e.AccessDenied="AccessDenied",e.CreationFailed="CreationFailed"}(e.ChannelError||(e.ChannelError={}));e.buildPrivateChannelObject=e=>{let t=!1;const n=()=>{if(t)throw new Error("Private Channel Client has been disconnected from the Private Channel")};return{id:e.id,type:"private",broadcast:async t=>(n(),e.broadcast(t)),getCurrentContext:async t=>(n(),e.getCurrentContext(t)),addContextListener:async(t,r)=>{n();let i=r,o=t;"function"==typeof t&&(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),i=t,o=null);return e.addContextListener(o,i)},onAddContextListener:t=>(n(),e.onAddContextListener(t)),disconnect:async()=>(n(),t=!0,e.disconnect()),onDisconnect:t=>(n(),e.onDisconnect(t)),onUnsubscribe:t=>(n(),e.onUnsubscribe(t))}};e.buildAppChannelObject=e=>({id:e.id,type:"app",broadcast:e.setContext,getCurrentContext:async t=>{const n=await e.getCurrentContext(t);return void 0===n?null:n},addContextListener:(t,n)=>{let r,o;"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=t):(r=n,"string"==typeof t&&(o=t));const a=(async()=>{let t=!0;const n=await e.getCurrentContext(o);return e.addContextHandler((e,o)=>{if(!t||(t=!1,!(0,i.default)(n,e)))return r(e,o)},o)})();return{...a,unsubscribe:()=>a.then(e=>e.unsubscribe())}}});e.connectPrivateChannel=async t=>{try{const n=await fin.InterApplicationBus.Channel.connect(t),i=new r.PrivateChannelClient(n,t);return(0,e.buildPrivateChannelObject)(i)}catch(e){throw new Error(`Private Channel with id: ${t} doesn't exist`)}};e.isContext=e=>{if(e&&"object"==typeof e&&"type"in e){const{type:t}=e;return"string"==typeof t}return!1};e.isChannel=e=>{if(e&&"object"==typeof e&&"type"in e&&"id"in e){const{type:t,id:n}=e;return"string"==typeof t&&"string"==typeof n&&("app"===t||"private"===t)}return!1};e.getIntentResolution=async(t,r,i,o)=>{const a=(0,n.generateId)(),s=new Promise((e,n)=>{fin.InterApplicationBus.subscribe({uuid:"*"},a,t=>{e(t)}).catch(()=>{"other"===t.wire.environment.type&&e(void 0),n(new Error("getResult is not supported in this environment"))})}),l=i?{target:i,intentResolutionResultId:a}:{intentResolutionResultId:a},u=o?{name:o,context:r,metadata:l}:{...r,metadata:l},d=async()=>{let n=await s;if(!n||"object"!=typeof n)throw new Error(c.NoResultReturned);const{error:r}=n;if(r)throw new Error(c.IntentHandlerRejected);if((0,e.isChannel)(n)){const{id:r,type:i}=n;switch(i){case"private":n=await(0,e.connectPrivateChannel)(r);break;case"app":{const i=await t.joinSessionContextGroup(r);n=(0,e.buildAppChannelObject)(i);break}}}else if(!(0,e.isContext)(n))throw new Error(c.NoResultReturned);return n},f=o?await t.fireIntent(u):await t.fireIntentForContext(u);return"object"!=typeof f?{source:{appId:"",instanceId:""},intent:"",version:"2.0",getResult:d}:{...f,getResult:d}}}(yo);var Oo,Eo=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},Mo=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},jo=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(vo,"__esModule",{value:!0}),vo.FDC3ModuleBase=void 0;const So=yo,Po=Si,Ao=Yi,ko=jo(o);vo.FDC3ModuleBase=class{get client(){return Eo(this,Oo,"f").call(this)}get fin(){return this.wire.getFin()}constructor(e,t){this.wire=t,Oo.set(this,void 0),Mo(this,Oo,e,"f")}async broadcast(e){return this.wire.sendAction("fdc3-broadcast").catch(e=>{}),this.client.setContext(e)}async _open(e,t){this.wire.sendAction("fdc3-open").catch(e=>{});try{return await Ao.InteropClient.ferryFdc3Call(this.client,"fdc3Open",{app:e,context:t})}catch(e){const t=e.message===Po.BROKER_ERRORS.fdc3Open?"ResolverUnavailable":e.message;throw new Error(t)}}async _getChannels(){return(await this.client.getContextGroups()).map(e=>({...e,type:"system",...(0,So.getUnsupportedChannelApis)()}))}async getOrCreateChannel(e){this.wire.sendAction("fdc3-get-or-create-channel").catch(e=>{});const t=(await this._getChannels()).find(t=>t.id===e);if(t)return{...t,type:"system",...(0,So.getUnsupportedChannelApis)()};try{const t=await this.client.joinSessionContextGroup(e);return(0,So.buildAppChannelObject)(t)}catch(e){throw console.error(e.message),new Error(So.ChannelError.CreationFailed)}}async getSystemChannels(){return this.wire.sendAction("fdc3-get-system-channels").catch(e=>{}),this._getChannels()}async joinChannel(e){this.wire.sendAction("fdc3-join-channel").catch(e=>{});try{return await this.client.joinContextGroup(e)}catch(e){if(e.message===Po.BROKER_ERRORS.joinSessionContextGroupWithJoinContextGroup?console.error("The Channel you have tried to join is an App Channel. Custom Channels can only be defined by the Interop Broker through code or manifest configuration. Please use getOrCreateChannel."):console.error(e.message),e.message.startsWith("Attempting to join a context group that does not exist"))throw new Error(So.ChannelError.NoChannelFound);throw new Error(So.ChannelError.AccessDenied)}}async getCurrentChannel(){this.wire.sendAction("fdc3-get-current-channel").catch(e=>{});const e=await this.getCurrentContextGroupInfo();return e?this.buildChannelObject(e):null}async leaveCurrentChannel(){return this.wire.sendAction("fdc3-leave-current-channel").catch(e=>{}),this.client.removeFromContextGroup()}async getCurrentContextGroupInfo(){const e=await this.client.getContextGroups(),t=e.map(async e=>this.client.getAllClientsInContextGroup(e.id));return e[(await Promise.all(t)).findIndex(e=>e.some(e=>{const{uuid:t,name:n}=e;return this.wire.me.uuid===t&&this.wire.me.name===n}))]}async buildChannelObject(e){return{...e,type:"system",addContextListener:(...[e,t])=>{let n,r;"function"==typeof e?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),n=e):(n=t,"string"==typeof e&&(r=e));const i=(async()=>{let e=!0;const t=await this.client.getCurrentContext(r);return this.client.addContextHandler((r,i)=>{if(!e||(e=!1,!(0,ko.default)(t,r)))return n(r,i)},r)})();return{...i,unsubscribe:()=>i.then(e=>e.unsubscribe())}},broadcast:this.broadcast.bind(this),getCurrentContext:async e=>{const t=await this.client.getCurrentContext(e);return void 0===t?null:t}}}},Oo=new WeakMap,Object.defineProperty(go,"__esModule",{value:!0}),go.Fdc3Module=void 0;const To=Si,Do=vo;class Io extends Do.FDC3ModuleBase{async open(e,t){await super._open(e,t)}addContextListener(e,t){let n;return this.wire.sendAction("fdc3-add-context-listener").catch(e=>{}),"function"==typeof e?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),n=this.client.addContextHandler(e)):n=this.client.addContextHandler(t,null===e?void 0:e),{...n,unsubscribe:()=>n.then(e=>e.unsubscribe())}}addIntentListener(e,t){this.wire.sendAction("fdc3-add-intent-listener").catch(e=>{});const n=this.client.registerIntentHandler(e=>{const{context:n,metadata:r}=e,{metadata:i}=n,o=r?.intentResolutionResultId||i?.intentResolutionResultId;o&&this.fin.InterApplicationBus.publish(o,null).catch(()=>null),t(e.context)},e,{fdc3Version:"1.2"});return{...n,unsubscribe:()=>n.then(e=>e.unsubscribe())}}async raiseIntent(e,t,n){this.wire.sendAction("fdc3-raise-intent").catch(e=>{});const r=n?{name:e,context:t,metadata:{target:n}}:{name:e,context:t};try{return await this.client.fireIntent(r)}catch(e){const t=e.message===To.BROKER_ERRORS.fireIntent?"ResolverUnavailable":e.message;throw new Error(t)}}async findIntent(e,t){this.wire.sendAction("fdc3-find-intent").catch(e=>{});try{return await this.client.getInfoForIntent({name:e,context:t})}catch(e){const t=e.message===To.BROKER_ERRORS.getInfoForIntent?"ResolverUnavailable":e.message;throw new Error(t)}}async findIntentsByContext(e){this.wire.sendAction("fdc3-find-intents-by-context").catch(e=>{});try{return await this.client.getInfoForIntentsByContext(e)}catch(e){const t=e.message===To.BROKER_ERRORS.getInfoForIntentsByContext?"ResolverUnavailable":e.message;throw new Error(t)}}async raiseIntentForContext(e,t){this.wire.sendAction("fdc3-raise-intent-for-context").catch(e=>{});try{return await this.client.fireIntentForContext({...e,metadata:{target:t}})}catch(e){const t=e.message===To.BROKER_ERRORS.fireIntentForContext?"ResolverUnavailable":e.message;throw new Error(t)}}async getOrCreateChannel(e){return super.getOrCreateChannel(e)}getInfo(){this.wire.sendAction("fdc3-get-info").catch(e=>{});return{providerVersion:this.wire.environment.getAdapterVersionSync(),provider:`openfin-${this.wire.me.uuid}`,fdc3Version:"1.2"}}}go.Fdc3Module=Io;var Lo={};Object.defineProperty(Lo,"__esModule",{value:!0}),Lo.Fdc3Module2=void 0;const Ro=vo,Fo=Si,No=Yi,Ho=yo,Bo=Co;class Vo extends Ro.FDC3ModuleBase{async open(e,t){return"string"==typeof e&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),super._open(e,t)}async findInstances(e){this.wire.sendAction("fdc3-find-instances").catch(e=>{});try{return await No.InteropClient.ferryFdc3Call(this.client,"fdc3FindInstances",e)}catch(e){const t=e.message===Fo.BROKER_ERRORS.fdc3FindInstances?"ResolverUnavailable":e.message;throw new Error(t)}}async getAppMetadata(e){this.wire.sendAction("fdc3-get-app-metadata").catch(e=>{});try{return await No.InteropClient.ferryFdc3Call(this.client,"fdc3GetAppMetadata",e)}catch(e){const t=e.message===Fo.BROKER_ERRORS.fdc3GetAppMetadata?"ResolverUnavailable":e.message;throw new Error(t)}}async addContextListener(e,t){this.wire.sendAction("fdc3-add-context-listener").catch(e=>{});const n=e=>t=>{const{contextMetadata:n,...r}=t,i=n?[{...r},n]:[t,null];e(...i)};let r=t,i=n(r);return"function"==typeof e?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=e,i=n(r),this.client.addContextHandler(i)):this.client.addContextHandler(i,null===e?void 0:e)}async findIntent(e,t,n){this.wire.sendAction("fdc3-find-intent").catch(e=>{});try{return await this.client.getInfoForIntent({name:e,context:t,metadata:{resultType:n}})}catch(e){const t=e.message===Fo.BROKER_ERRORS.getInfoForIntent?"ResolverUnavailable":e.message;throw new Error(t)}}async findIntentsByContext(e,t){this.wire.sendAction("fdc3-find-intents-by-context").catch(e=>{});const n=t?{context:e,metadata:{resultType:t}}:e;try{return await No.InteropClient.ferryFdc3Call(this.client,"fdc3v2FindIntentsByContext",n)}catch(e){const t=e.message===Fo.BROKER_ERRORS.getInfoForIntentsByContext?"ResolverUnavailable":e.message;throw new Error(t)}}async raiseIntent(e,t,n){this.wire.sendAction("fdc3-raise-intent").catch(e=>{});try{return"string"==typeof n&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),(0,Ho.getIntentResolution)(this.client,t,n,e)}catch(e){const t=e.message===Fo.BROKER_ERRORS.fireIntent?"ResolverUnavailable":e.message;throw new Error(t)}}async raiseIntentForContext(e,t){this.wire.sendAction("fdc3-raise-intent-for-context").catch(e=>{});try{return"string"==typeof t&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),(0,Ho.getIntentResolution)(this.client,e,t)}catch(e){const t=e.message===Fo.BROKER_ERRORS.fireIntent?"ResolverUnavailable":e.message;throw new Error(t)}}async addIntentListener(e,t){if(this.wire.sendAction("fdc3-add-intent-listener").catch(e=>{}),"string"!=typeof e)throw new Error("First argument must be an Intent name");return this.client.registerIntentHandler(async e=>{let n,r;const{context:i,metadata:o}=e,{contextMetadata:a,metadata:s,...c}=i,l=o?.intentResolutionResultId||s?.intentResolutionResultId;try{const e=s?{metadata:s,...c}:{...c};n=await t(e,a),r=n}catch(e){n=e,r={error:!0}}if(l&&this.fin.InterApplicationBus.publish(l,r).catch(()=>null),n instanceof Error)throw new Error(n.message);return n},e,{fdc3Version:"2.0"})}async getOrCreateChannel(e){return super.getOrCreateChannel(e)}async createPrivateChannel(){const e=(0,Fo.generateId)();await No.InteropClient.ferryFdc3Call(this.client,"createPrivateChannelProvider",{channelId:e});const t=await this.fin.InterApplicationBus.Channel.connect(e),n=new Bo.PrivateChannelClient(t,e);return(0,Ho.buildPrivateChannelObject)(n)}async getUserChannels(){return(await this.client.getContextGroups()).map(e=>({...e,type:"user",...(0,Ho.getUnsupportedChannelApis)("User")}))}async getSystemChannels(){return console.warn("This API has been deprecated. Please use fdc3.getUserChannels instead."),super.getSystemChannels()}async joinUserChannel(e){return super.joinChannel(e)}async joinChannel(e){return console.warn("This API has been deprecated. Please use fdc3.joinUserChannel instead."),super.joinChannel(e)}async getCurrentChannel(){const e=await super.getCurrentChannel();return e?{...e,type:"user",broadcast:this.broadcast.bind(this)}:null}async getInfo(){return No.InteropClient.ferryFdc3Call(this.client,"fdc3v2GetInfo",{fdc3Version:"2.0"})}}Lo.Fdc3Module2=Vo,Object.defineProperty(mo,"__esModule",{value:!0}),mo.fdc3Factory=void 0;const $o=go,Zo=Lo;mo.fdc3Factory=(e,t,n)=>{switch(e){case"1.2":return new $o.Fdc3Module(()=>t,n);case"2.0":return new Zo.Fdc3Module2(()=>t,n);default:throw new Error(`Invalid FDC3 version provided: ${e}. Must be '1.2' or '2.0'`)}};var zo=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.InteropModule=void 0;const Wo=zo(i),Uo=Ei,Go=F,Yo=Mi,qo=Yi,Ko=fo,Xo=Or,Jo=mo,Qo=e=>new e,ea="You have attempted to use or modify InteropBroker parameters, which is not allowed. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.";class ta extends Go.Base{async init(e,t=Qo){this.wire.sendAction("interop-init").catch(()=>{});const n=await this.wire.environment.getInteropInfo(this.wire.getFin()),r=(0,Uo.createUnusableObject)(ea),i=(0,Uo.createWarningObject)(ea,(0,Wo.default)(n)),o=async()=>{throw new Error(ea)},a=Yo.InteropBroker.createClosedConstructor(this.wire,()=>this.fin.InterApplicationBus.Channel.create(`interop-broker-${e}`),n);let s;if(Array.isArray(t)){s=new((0,Xo.overrideFromComposables)(...t)(a))(r,o,i)}else s=await t(a,r,o,i);return(0,Ko.overrideCheck)(s,n.fdc3Version),s}connectSync(e,t){return this.wire.sendAction("interop-connect-sync").catch(()=>{}),new qo.InteropClient(this.wire,this.wire.environment.whenReady().then(()=>this.fin.InterApplicationBus.Channel.connect(`interop-broker-${e}`,{payload:t})),Jo.fdc3Factory)}}Oi.InteropModule=ta,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Oi,e),n(Yi,e),n(Mi,e)}(xi);var na={},ra={},ia={},oa={};Object.defineProperty(oa,"__esModule",{value:!0}),oa.getSnapshotSourceChannelName=void 0;oa.getSnapshotSourceChannelName=e=>`snapshot-source-provider-${e.uuid}`;var aa,sa,ca,la,ua,da=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},fa=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)};Object.defineProperty(ia,"__esModule",{value:!0}),ia.SnapshotSource=void 0;const ha=F,pa=oa,ma=new Map;class ga extends ha.Base{constructor(e,t){super(e),aa.set(this,void 0),sa.set(this,()=>(ma.has(this.identity.uuid)||ma.set(this.identity.uuid,{eventFired:null,clientPromise:null}),ma.get(this.identity.uuid))),ca.set(this,()=>(fa(this,sa,"f").call(this).clientPromise||(fa(this,sa,"f").call(this).clientPromise=fa(this,la,"f").call(this)),fa(this,sa,"f").call(this).clientPromise)),la.set(this,async()=>{const e=(0,pa.getSnapshotSourceChannelName)(this.identity);try{fa(this,sa,"f").call(this).eventFired||await fa(this,ua,"f").call(this);const t=await this.fin.InterApplicationBus.Channel.connect(e,{wait:!1});return t.onDisconnection(()=>{fa(this,sa,"f").call(this).clientPromise=null,fa(this,sa,"f").call(this).eventFired=null}),t}catch(e){throw fa(this,sa,"f").call(this).clientPromise=null,new Error("The targeted SnapshotSource is not currently initialized. Await this object's ready() method.")}}),ua.set(this,async()=>{const e=(0,pa.getSnapshotSourceChannelName)(this.identity);let t,n;const r=new Promise((e,r)=>{t=e,n=r});fa(this,sa,"f").call(this).eventFired=r;const i=async r=>{try{r.channelName===e&&(t(),await this.fin.InterApplicationBus.Channel.removeListener("connected",i))}catch(e){n(e)}};await this.fin.InterApplicationBus.Channel.on("connected",i)}),da(this,aa,t,"f")}get identity(){return fa(this,aa,"f")}async ready(){this.wire.sendAction("snapshot-source-ready").catch(e=>{});try{await fa(this,ca,"f").call(this)}catch(e){await fa(this,sa,"f").call(this).eventFired}}async getSnapshot(){this.wire.sendAction("snapshot-source-get-snapshot").catch(e=>{});const e=await fa(this,ca,"f").call(this),t=await e.dispatch("get-snapshot");return(await t).snapshot}async applySnapshot(e){this.wire.sendAction("snapshot-source-apply-snapshot").catch(e=>{});return(await fa(this,ca,"f").call(this)).dispatch("apply-snapshot",{snapshot:e})}}ia.SnapshotSource=ga,aa=new WeakMap,sa=new WeakMap,ca=new WeakMap,la=new WeakMap,ua=new WeakMap,Object.defineProperty(ra,"__esModule",{value:!0}),ra.SnapshotSourceModule=void 0;const va=F,ya=ia,Ca=oa;class ba extends va.Base{async init(e){if(this.wire.sendAction("snapshot-source-init").catch(e=>{}),"object"!=typeof e||"function"!=typeof e.getSnapshot||"function"!=typeof e.applySnapshot)throw new Error("you must pass in a valid SnapshotProvider");const t=await this.fin.InterApplicationBus.Channel.create((0,Ca.getSnapshotSourceChannelName)(this.fin.me));t.register("get-snapshot",async()=>({snapshot:await e.getSnapshot()})),t.register("apply-snapshot",({snapshot:t})=>e.applySnapshot(t))}wrapSync(e){return this.wire.sendAction("snapshot-source-wrap-sync").catch(e=>{}),new ya.SnapshotSource(this.wire,e)}async wrap(e){return this.wire.sendAction("snapshot-source-wrap").catch(e=>{}),this.wrapSync(e)}}ra.SnapshotSourceModule=ba,function(e){var t=s&&s.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=s&&s.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(ra,e),n(ia,e)}(na),Object.defineProperty(L,"__esModule",{value:!0});var wa=L.Fin=void 0;const _a=r,xa=R,Oa=Ae(),Ea=Oe(),Ma=Re,ja=Bn,Sa=Wn,Pa=Qn,Aa=cr,ka=_e(),Ta=hr,Da=_i,Ia=xi,La=na;class Ra extends _a.EventEmitter{constructor(e){super(),this.wire=e,this.System=new xa.System(e),this.Window=new Oa._WindowModule(e),this.Application=new Ea.ApplicationModule(e),this.InterApplicationBus=new Ma.InterApplicationBus(e),this.Clipboard=new ja.Clipboard(e),this.ExternalApplication=new Sa.ExternalApplicationModule(e),this.Frame=new Pa._FrameModule(e),this.GlobalHotkey=new Aa.GlobalHotkey(e),this.Platform=new Ta.PlatformModule(e,this.InterApplicationBus.Channel),this.View=new ka.ViewModule(e),this.Interop=new Ia.InteropModule(e),this.SnapshotSource=new La.SnapshotSourceModule(e),e.registerFin(this),this.me=(0,Da.getMe)(e),e.on("disconnected",()=>{this.emit("disconnected")})}}wa=L.Fin=Ra;var Fa={},Na={};function Ha(e){return"string"==typeof e.manifestUrl}function Ba(e){return $a(e)&&"string"==typeof e.address}function Va(e){return Ba(e)&&"string"==typeof e.token}function $a(e){return"string"==typeof e.uuid}function Za(e){return e.runtime&&"string"==typeof e.runtime.version}function za(e){return $a(e)&&Za(e)}Object.defineProperty(Na,"__esModule",{value:!0}),Na.isInternalConnectConfig=Na.isPortDiscoveryConfig=Na.isNewConnectConfig=Na.isConfigWithReceiver=Na.isRemoteConfig=Na.isExistingConnectConfig=Na.isExternalConfig=void 0,Na.isExternalConfig=Ha,Na.isExistingConnectConfig=Ba,Na.isRemoteConfig=Va,Na.isConfigWithReceiver=function(e){return"object"==typeof e.receiver&&Va({...e,address:""})},Na.isNewConnectConfig=za,Na.isPortDiscoveryConfig=function(e){return Ha(e)&&Za(e)||za(e)},Na.isInternalConnectConfig=function(e){return Ba(e)||za(e)};var Wa={},Ua={};Object.defineProperty(Ua,"__esModule",{value:!0}),Ua.EmitterMap=void 0;const Ga=r;function Ya(e){return Buffer.from(e).toString("base64")}Ua.EmitterMap=class{constructor(){this.storage=new Map}hashKeys(e){return e.map(Ya).join("/")}getOrCreate(e){const t=this.hashKeys(e);return this.storage.has(t)||this.storage.set(t,new Ga.EventEmitter),this.storage.get(t)}has(e){return this.storage.has(this.hashKeys(e))}delete(e){const t=this.hashKeys(e);return this.storage.delete(t)}},Object.defineProperty(Wa,"__esModule",{value:!0});const qa=Ua;class Ka extends qa.EmitterMap{constructor(){super(...arguments),this.dispatchEvent=e=>{if(function(e){return"process-desktop-event"===e.action}(e)){const{payload:t}=e,n=function(e){const{topic:t}=e;if("frame"===t||"window"===t||"view"===t){const{uuid:n,name:r}=e;return[t,n,r]}if("application"===t){const{uuid:n}=e;return[t,n]}return[t]}(t);if(this.has(n))return this.getOrCreate(n).emit(t.type,t),!0}return!1}}}Wa.default=Ka;var Xa,Ja,Qa=s&&s.__classPrivateFieldSet||function(e,t,n,r,i){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?i.call(e,n):i?i.value=n:t.set(e,n),n},es=s&&s.__classPrivateFieldGet||function(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)},ts=s&&s.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Fa,"__esModule",{value:!0});var ns=Fa.Transport=void 0;const rs=r,is=Na,os=U,as=ts(Wa),ss=_i,cs=ht;class ls extends rs.EventEmitter{constructor(e,t,n){super(),this.wireListeners=new Map,this.topicRefMap=new Map,this.eventAggregator=new as.default,this.messageHandlers=[this.eventAggregator.dispatchEvent],Xa.set(this,void 0),Ja.set(this,void 0),this.connectSync=()=>{es(this,Xa,"f").connectSync()},this.getPort=()=>es(this,Xa,"f").getPort(),Qa(this,Xa,e(this.onmessage.bind(this)),"f"),this.environment=t,this.sendRaw=es(this,Xa,"f").send.bind(es(this,Xa,"f")),this.registerMessageHandler(this.handleMessage.bind(this)),es(this,Xa,"f").on("disconnected",()=>{for(const[,{handleNack:e}]of this.wireListeners)e({reason:"Remote connection has closed"});this.wireListeners.clear(),this.emit("disconnected")});const{uuid:r,name:i}=n,o=this.environment.getCurrentEntityType();this.me=(0,ss.getBaseMe)(o,r,i)}getFin(){if(!es(this,Ja,"f"))throw new Error("No Fin object registered for this transport");return es(this,Ja,"f")}registerFin(e){if(es(this,Ja,"f"))throw new Error("Fin object has already been registered for this transport");Qa(this,Ja,e,"f")}shutdown(){return es(this,Xa,"f").shutdown()}async connect(e){if((0,is.isConfigWithReceiver)(e))return await es(this,Xa,"f").connect(e.receiver),this.authorize(e);if((0,is.isRemoteConfig)(e))return this.connectRemote(e);if((0,is.isExistingConnectConfig)(e))return this.connectByPort(e);if((0,is.isNewConnectConfig)(e)){const t=await this.environment.retrievePort(e);return this.connectByPort({...e,address:`ws://localhost:${t}`})}}async connectRemote(e){return await es(this,Xa,"f").connect(new(this.environment.getWsConstructor())(e.address)),this.authorize(e)}async connectByPort(e){const{address:t,uuid:n}=e,r={...e,type:"file-token"},i=es(this,Xa,"f");await i.connect(new(this.environment.getWsConstructor())(e.address));const o=await this.sendAction("request-external-authorization",{uuid:n,type:"file-token"},!0);if("external-authorization-response"!==o.action)throw new os.UnexpectedActionError(o.action);return await this.environment.writeToken(o.payload.file,o.payload.token),this.authorize(r)}async authorize(e){const t=await this.sendAction("request-authorization",e,!0);if("authorization-response"!==t.action)throw new os.UnexpectedActionError(t.action);if(!0!==t.payload.success)throw new os.RuntimeError(t.payload)}sendAction(e,t={},n=!1){let r=()=>{};const i=os.RuntimeError.getCallSite(1),o=this.environment.getNextMessageId(),a=new Promise((a,s)=>{r=s;const c={action:e,payload:t,messageId:o},l=es(this,Xa,"f");return this.addWireListener(o,a,e=>this.nackHandler(e,s,i),n),l.send(c).catch(s)});return Object.assign(a,{cancel:r,messageId:o})}nackHandler(e,t,n){t("string"==typeof e?e:new os.RuntimeError(e,n))}ferryAction(e){return new Promise((t,n)=>{const r=this.environment.getNextMessageId();e.messageId=r;const i=e=>{t(e.payload)};return es(this,Xa,"f").send(e).then(()=>this.addWireListener(r,i,e=>this.nackHandler(e,n),!1)).catch(n)})}registerMessageHandler(e){this.messageHandlers.push(e)}addWireListener(e,t,n,r){r?this.uncorrelatedListener=t:this.wireListeners.has(e)?n({reason:"Duplicate handler id",error:(0,cs.errorToPOJO)(new os.DuplicateCorrelationError(String(e)))}):this.wireListeners.set(e,{resolve:t,handleNack:n})}onmessage(e){for(const t of this.messageHandlers)t.call(null,e)}handleMessage(e){const t=e.correlationId||NaN;if("correlationId"in e){if(!this.wireListeners.has(t))return!1;{const{resolve:n,handleNack:r}=this.wireListeners.get(t);"ack"!==e.action?r({reason:"Did not receive ack action",error:(0,cs.errorToPOJO)(new os.NoAckError(e.action))}):"payload"in e?e.payload.success?n.call(null,e):r(e.payload):"string"==typeof e.reason?r(e):(console.warn("Received invalid response from core",e),r({reason:"invalid response shape",error:(0,cs.errorToPOJO)(new Error("Invalid response shape"))})),this.wireListeners.delete(t)}}else this.uncorrelatedListener&&this.uncorrelatedListener.call(null,e),this.uncorrelatedListener=()=>{};return!0}}ns=Fa.Transport=ls,Xa=new WeakMap,Ja=new WeakMap;var us={};Object.defineProperty(us,"__esModule",{value:!0});var ds=us.StubEnvironment=void 0;const fs=_i;ds=us.StubEnvironment=class{constructor(){this.type="other",this.childViews=!0}getAdapterVersionSync(){throw new Error(fs.environmentUnsupportedMessage)}async getInteropInfo(){throw new Error(fs.environmentUnsupportedMessage)}async getViewWindowIdentity(){throw new Error(fs.environmentUnsupportedMessage)}getDefaultChannelOptions(){throw new Error(fs.environmentUnsupportedMessage)}getRtcPeer(){throw new Error(fs.environmentUnsupportedMessage)}layoutAllowedInContext(e){throw new Error(fs.environmentUnsupportedMessage)}initLayoutManager(){throw new Error(fs.environmentUnsupportedMessage)}applyLayoutSnapshot(){throw new Error(fs.environmentUnsupportedMessage)}async createLayout(){throw new Error(fs.environmentUnsupportedMessage)}async destroyLayout(){throw new Error(fs.environmentUnsupportedMessage)}async resolveLayout(){throw new Error(fs.environmentUnsupportedMessage)}initPlatform(){throw new Error(fs.environmentUnsupportedMessage)}observeBounds(){throw new Error(fs.environmentUnsupportedMessage)}writeToken(e,t){throw new Error(fs.environmentUnsupportedMessage)}retrievePort(e){throw new Error(fs.environmentUnsupportedMessage)}getNextMessageId(){return`mock-message-id-${Math.random()}`}getRandomId(){throw new Error(fs.environmentUnsupportedMessage)}createChildContent(e){throw new Error(fs.environmentUnsupportedMessage)}getWebWindow(e){throw new Error(fs.environmentUnsupportedMessage)}getCurrentEntityIdentity(){throw new Error(fs.environmentUnsupportedMessage)}getCurrentEntityType(){return"unknown"}raiseEvent(e,t){throw new Error(fs.environmentUnsupportedMessage)}getUrl(){throw new Error(fs.environmentUnsupportedMessage)}whenReady(){throw new Error(fs.environmentUnsupportedMessage)}getWsConstructor(){throw new Error("Method not implemented.")}};var hs={};Object.defineProperty(hs,"__esModule",{value:!0});var ps=hs.StubWire=void 0;const ms=r;class gs extends ms.EventEmitter{connect(){throw new Error("You are not running in OpenFin.")}connectSync(){throw new Error("You are not running in OpenFin.")}send(e){throw new Error("You are not running in OpenFin.")}shutdown(){throw new Error("You are not running in OpenFin.")}getPort(){throw new Error("This transport has no port")}constructor(){super()}}ps=hs.StubWire=gs;const vs="undefined"!=typeof window&&window?.fin||(()=>{const e=new ds,t=new ns(()=>new ps,e,{uuid:"",name:""});return new wa(t)})()},33937:(e,t,n)=>{t.addMinutes=function(e,t,n){const o=(0,i.toDate)(e,n?.in);return o.setTime(o.getTime()+t*r.millisecondsInMinute),o};var r=n(78052),i=n(34446)},34180:(e,t,n)=>{t.hoursToSeconds=function(e){return Math.trunc(e*r.secondsInHour)};var r=n(78052)},34446:(e,t,n)=>{t.toDate=function(e,t){return(0,r.constructFrom)(t||e,e)};var r=n(92956)},34840:(e,t,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},34932:e=>{e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n{t.formatDistanceToNow=function(e,t){return(0,i.formatDistance)(e,(0,r.constructNow)(e),t)};var r=n(2700),i=n(25909)},35007:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.STACK_OVERFLOW=t.CIRCULAR_DEPENDENCY_IN_FACTORY=t.ON_DEACTIVATION_ERROR=t.PRE_DESTROY_ERROR=t.POST_CONSTRUCT_ERROR=t.ASYNC_UNBIND_REQUIRED=t.MULTIPLE_POST_CONSTRUCT_METHODS=t.MULTIPLE_PRE_DESTROY_METHODS=t.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK=t.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE=t.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE=t.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT=t.ARGUMENTS_LENGTH_MISMATCH=t.INVALID_DECORATOR_OPERATION=t.INVALID_TO_SELF_VALUE=t.LAZY_IN_SYNC=t.INVALID_FUNCTION_BINDING=t.INVALID_MIDDLEWARE_RETURN=t.NO_MORE_SNAPSHOTS_AVAILABLE=t.INVALID_BINDING_TYPE=t.CIRCULAR_DEPENDENCY=t.UNDEFINED_INJECT_ANNOTATION=t.TRYING_TO_RESOLVE_BINDINGS=t.NOT_REGISTERED=t.CANNOT_UNBIND=t.AMBIGUOUS_MATCH=t.KEY_NOT_FOUND=t.NULL_ARGUMENT=t.DUPLICATED_METADATA=t.DUPLICATED_INJECTABLE_DECORATOR=void 0,t.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",t.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",t.NULL_ARGUMENT="NULL argument",t.KEY_NOT_FOUND="Key Not Found",t.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",t.CANNOT_UNBIND="Could not unbind serviceIdentifier:",t.NOT_REGISTERED="No matching bindings found for serviceIdentifier:";t.TRYING_TO_RESOLVE_BINDINGS=e=>`Trying to resolve bindings for "${e}"`;t.UNDEFINED_INJECT_ANNOTATION=e=>`@inject called with undefined this could mean that the class ${e} has a circular dependency problem. You can use a LazyServiceIdentifer to overcome this limitation.`,t.CIRCULAR_DEPENDENCY="Circular dependency found:",t.INVALID_BINDING_TYPE="Invalid binding type:",t.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",t.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",t.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!";t.LAZY_IN_SYNC=e=>`You are attempting to construct ${function(e){if("function"==typeof e)return`[function/class ${e.name||""}]`;if("symbol"==typeof e)return e.toString();return`'${e}'`}(e)} in a synchronous way but it has asynchronous dependencies.`,t.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",t.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.";t.ARGUMENTS_LENGTH_MISMATCH=e=>`The number of constructor arguments in the derived class ${e} must be >= than the number of constructor arguments of its base class.`,t.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",t.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE='Invalid Container option. Default scope must be a string ("singleton" or "transient").',t.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",t.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",t.MULTIPLE_PRE_DESTROY_METHODS="Cannot apply @preDestroy decorator multiple times in the same class",t.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",t.ASYNC_UNBIND_REQUIRED="Attempting to unbind dependency with asynchronous destruction (@preDestroy or onDeactivation)";t.POST_CONSTRUCT_ERROR=(e,t)=>`@postConstruct error in class ${e}: ${t}`;t.PRE_DESTROY_ERROR=(e,t)=>`@preDestroy error in class ${e}: ${t}`;t.ON_DEACTIVATION_ERROR=(e,t)=>`onDeactivation() error in class ${e}: ${t}`;t.CIRCULAR_DEPENDENCY_IN_FACTORY=(e,t)=>`It looks like there is a circular dependency in one of the '${e}' bindings. Please investigate bindings with service identifier '${t}'.`,t.STACK_OVERFLOW="Maximum call stack size exceeded"},35302:(e,t,n)=>{var r=n(64634);e.exports=m,e.exports.parse=o,e.exports.compile=function(e,t){return l(o(e,t),t)},e.exports.tokensToFunction=l,e.exports.tokensToRegExp=p;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,t){for(var n,r=[],o=0,s=0,c="",l=t&&t.delimiter||"/";null!=(n=i.exec(e));){var u=n[0],f=n[1],h=n.index;if(c+=e.slice(s,h),s=h+u.length,f)c+=f[1];else{var p=e[s],m=n[2],g=n[3],v=n[4],y=n[5],C=n[6],b=n[7];c&&(r.push(c),c="");var w=null!=m&&null!=p&&p!==m,_="+"===C||"*"===C,x="?"===C||"*"===C,O=m||l,E=v||y,M=m||("string"==typeof r[r.length-1]?r[r.length-1]:"");r.push({name:g||o++,prefix:m||"",delimiter:O,optional:x,repeat:_,partial:w,asterisk:!!b,pattern:E?d(E):b?".*":a(O,M)})}}return s-1?"[^"+u(e)+"]+?":u(t)+"|(?:(?!"+u(t)+")[^"+u(e)+"])+?"}function s(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function c(e){return encodeURI(e).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function l(e,t){for(var n=new Array(e.length),i=0;i{function n(e){for(var t=1;t{t.differenceInCalendarDays=function(e,t,n){const[s,c]=(0,i.normalizeDates)(n?.in,e,t),l=(0,a.startOfDay)(s),u=(0,a.startOfDay)(c),d=+l-(0,r.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,r.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/o.millisecondsInDay)};var r=n(16339),i=n(8256),o=n(78052),a=n(68290)},35529:(e,t,n)=>{var r=n(39344),i=n(28879),o=n(55527);e.exports=function(e){return"function"!=typeof e.constructor||o(e)?{}:r(i(e))}},35609:(e,t,n)=>{t.intervalToDuration=function(e,t){const{start:n,end:d}=(0,r.normalizeInterval)(t?.in,e),f={},h=(0,u.differenceInYears)(d,n);h&&(f.years=h);const p=(0,i.add)(n,{years:f.years}),m=(0,c.differenceInMonths)(d,p);m&&(f.months=m);const g=(0,i.add)(p,{months:f.months}),v=(0,o.differenceInDays)(d,g);v&&(f.days=v);const y=(0,i.add)(g,{days:f.days}),C=(0,a.differenceInHours)(d,y);C&&(f.hours=C);const b=(0,i.add)(y,{hours:f.hours}),w=(0,s.differenceInMinutes)(d,b);w&&(f.minutes=w);const _=(0,i.add)(b,{minutes:f.minutes}),x=(0,l.differenceInSeconds)(d,_);x&&(f.seconds=x);return f};var r=n(18290),i=n(77626),o=n(83724),a=n(10990),s=n(13072),c=n(45460),l=n(50192),u=n(26605)},35610:(e,t,n)=>{t.nextWednesday=function(e,t){return(0,r.nextDay)(e,3,t)};var r=n(70064)},35624:(e,t)=>{t.buildFormatLongFn=function(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}},35749:(e,t,n)=>{var r=n(81042);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},35830:(e,t,n)=>{n.r(t),n.d(t,{ServerStyleSheet:()=>He,StyleSheetConsumer:()=>re,StyleSheetContext:()=>ne,StyleSheetManager:()=>le,ThemeConsumer:()=>ke,ThemeContext:()=>Ae,ThemeProvider:()=>Te,__PRIVATE__:()=>$e,createGlobalStyle:()=>Fe,css:()=>Ce,default:()=>Ze,isStyledComponent:()=>C,keyframes:()=>Ne,useTheme:()=>Ve,version:()=>w,withTheme:()=>Be});var r=n(54405),i=n(51649),o=n(2833),a=n.n(o);const s=function(e){function t(e,r,c,l,f){for(var h,p,m,g,b,_=0,x=0,O=0,E=0,M=0,T=0,I=m=h=0,R=0,F=0,N=0,H=0,B=c.length,V=B-1,$="",Z="",z="",W="";Rh)&&(H=($=$.replace(" ",":")).length),0r&&(r=(t=t.trim()).charCodeAt(0)),r){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*n&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102r.charCodeAt(0)&&(r=r.trim()),r=[r],01?t-1:0),r=1;r0?" Args: "+n.join(", "):""))}var M=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,n=0;n=this.groupSizes.length){for(var n=this.groupSizes,r=n.length,i=r;e>=i;)(i<<=1)<0&&E(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(n),this.length=i;for(var o=r;o=this.length||0===this.groupSizes[e])return t;for(var n=this.groupSizes[e],r=this.indexOfGroup(e),i=r+n,o=r;o=P&&(P=t+1),j.set(e,t),S.set(t,e)},D="style["+b+'][data-styled-version="5.3.11"]',I=new RegExp("^"+b+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),L=function(e,t,n){for(var r,i=n.split(","),o=0,a=i.length;o=0;n--){var r=t[n];if(r&&1===r.nodeType&&r.hasAttribute(b))return r}}(n),o=void 0!==i?i.nextSibling:null;r.setAttribute(b,"active"),r.setAttribute("data-styled-version","5.3.11");var a=F();return a&&r.setAttribute("nonce",a),n.insertBefore(r,o),r},H=function(){function e(e){var t=this.element=N(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,n=0,r=t.length;n=0){var n=document.createTextNode(t),r=this.nodes[e];return this.element.insertBefore(n,r||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")}),r+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return r}(this)},e}(),W=/(a)(d)/gi,U=function(e){return String.fromCharCode(e+(e>25?39:97))};function G(e){var t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=U(t%52)+n;return(U(t%52)+n).replace(W,"$1-$2")}var Y=function(e,t){for(var n=t.length;n;)e=33*e^t.charCodeAt(--n);return e},q=function(e){return Y(5381,e)};function K(e){for(var t=0;t>>0);if(!t.hasNameForId(r,a)){var s=n(o,"."+a,void 0,r);t.insertRules(r,a,s)}i.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Y(this.baseHash,n.hash),u="",d=0;d>>0);if(!t.hasNameForId(r,m)){var g=n(u,"."+m,void 0,r);t.insertRules(r,m,g)}i.push(m)}}return i.join(" ")},e}(),Q=/^\s*\/\/.*$/gm,ee=[":","[",".","#"];function te(e){var t,n,r,i,o=void 0===e?g:e,a=o.options,c=void 0===a?g:a,l=o.plugins,u=void 0===l?m:l,d=new s(c),f=[],h=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,i,o,a,s,c,l,u,d){switch(n){case 1:if(0===u&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===l)return r+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(i[0]+r),"";default:return r+(0===d?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}(function(e){f.push(e)}),p=function(e,r,o){return 0===r&&-1!==ee.indexOf(o[n.length])||o.match(i)?e:"."+t};function v(e,o,a,s){void 0===s&&(s="&");var c=e.replace(Q,""),l=o&&a?a+" "+o+" { "+c+" }":c;return t=s,n=o,r=new RegExp("\\"+n+"\\b","g"),i=new RegExp("(\\"+n+"\\b){2,}"),d(a||!o?"":o,l)}return d.use([].concat(u,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(n)>0&&(i[0]=i[0].replace(r,p))},h,function(e){if(-2===e){var t=f;return f=[],t}}])),v.hash=u.length?u.reduce(function(e,t){return t.name||E(15),Y(e,t.name)},5381).toString():"",v}var ne=i.default.createContext(),re=ne.Consumer,ie=i.default.createContext(),oe=(ie.Consumer,new z),ae=te();function se(){return(0,i.useContext)(ne)||oe}function ce(){return(0,i.useContext)(ie)||ae}function le(e){var t=(0,i.useState)(e.stylisPlugins),n=t[0],r=t[1],o=se(),s=(0,i.useMemo)(function(){var t=o;return e.sheet?t=e.sheet:e.target&&(t=t.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(t=t.reconstructWithOptions({useCSSOMInjection:!1})),t},[e.disableCSSOMInjection,e.sheet,e.target]),c=(0,i.useMemo)(function(){return te({options:{prefix:!e.disableVendorPrefixes},plugins:n})},[e.disableVendorPrefixes,n]);return(0,i.useEffect)(function(){a()(n,e.stylisPlugins)||r(e.stylisPlugins)},[e.stylisPlugins]),i.default.createElement(ne.Provider,{value:s},i.default.createElement(ie.Provider,{value:c},e.children))}var ue=function(){function e(e,t){var n=this;this.inject=function(e,t){void 0===t&&(t=ae);var r=n.name+t.hash;e.hasNameForId(n.id,r)||e.insertRules(n.id,r,t(n.rules,r,"@keyframes"))},this.toString=function(){return E(12,String(n.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=ae),this.name+e.hash},e}(),de=/([A-Z])/,fe=/([A-Z])/g,he=/^ms-/,pe=function(e){return"-"+e.toLowerCase()};function me(e){return de.test(e)?e.replace(fe,pe).replace(he,"-ms-"):e}var ge=function(e){return null==e||!1===e||""===e};function ve(e,t,n,r){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),r=1;r?@[\\\]^`{|}~-]+/g,_e=/(^-|-$)/g;function xe(e){return e.replace(we,"-").replace(_e,"")}var Oe=function(e){return G(q(e)>>>0)};function Ee(e){return"string"==typeof e&&!0}var Me=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},je=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function Se(e,t,n){var r=e[n];Me(t)&&Me(r)?Pe(r,t):e[n]=t}function Pe(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r=0||(i[n]=e[n]);return i}(t,["componentId"]),o=r&&r+"-"+(Ee(e)?e:xe(y(e)));return Ie(e,f({},i,{attrs:w,componentId:o}),n)},Object.defineProperty(x,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=r?Pe({},e.defaultProps,t):t}}),Object.defineProperty(x,"toString",{value:function(){return"."+x.styledComponentId}}),o&&d()(x,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),x}var Le=function(e){return function e(t,n,i){if(void 0===i&&(i=g),!(0,r.Hy)(n))return E(1,String(n));var o=function(){return t(n,i,Ce.apply(void 0,arguments))};return o.withConfig=function(r){return e(t,n,f({},i,{},r))},o.attrs=function(r){return e(t,n,f({},i,{attrs:Array.prototype.concat(i.attrs,r).filter(Boolean)}))},o}(Ie,e)};["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","marquee","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","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach(function(e){Le[e]=Le(e)});var Re=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=K(e),z.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,n,r){var i=r(ve(this.rules,t,n,r).join(""),""),o=this.componentId+e;n.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,n,r){e>2&&z.registerId(this.componentId+e),this.removeStyles(e,n),this.createStyles(e,t,n,r)},e}();function Fe(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r1?t-1:0),r=1;r"+t+""},this.getStyleTags=function(){return e.sealed?E(2):e._emitSheetCSS()},this.getStyleElement=function(){var t;if(e.sealed)return E(2);var n=((t={})[b]="",t["data-styled-version"]="5.3.11",t.dangerouslySetInnerHTML={__html:e.instance.toString()},t),r=F();return r&&(n.nonce=r),[i.default.createElement("style",f({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new z({isServer:!0}),this.sealed=!1}var t=e.prototype;return t.collectStyles=function(e){return this.sealed?E(2):i.default.createElement(le,{sheet:this.instance},e)},t.interleaveWithNodeStream=function(e){return E(3)},e}(),Be=function(e){var t=i.default.forwardRef(function(t,n){var r=(0,i.useContext)(Ae),o=e.defaultProps,a=be(t,r,o);return i.default.createElement(e,f({},t,{theme:a,ref:n}))});return d()(t,e),t.displayName="WithTheme("+y(e)+")",t},Ve=function(){return(0,i.useContext)(Ae)},$e={StyleSheet:z,masterSheet:oe};const Ze=Le},36107:(e,t,n)=>{t.startOfISOWeek=function(e,t){return(0,r.startOfWeek)(e,{...t,weekStartsOn:1})};var r=n(95472)},36322:(e,t,n)=>{t.subISOWeekYears=function(e,t,n){return(0,r.addISOWeekYears)(e,-t,n)};var r=n(32945)},36338:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyQueryableStringImpl=void 0;t.LegacyQueryableStringImpl=class{#e;constructor(e){this.#e=e}startsWith(e){return this.#e.startsWith(e)}endsWith(e){return this.#e.endsWith(e)}contains(e){return this.#e.includes(e)}equals(e){return this.#e===e}value(){return this.#e}}},36348:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{t.startOfDecade=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getFullYear(),o=10*Math.floor(i/10);return n.setFullYear(o,0,1),n.setHours(0,0,0,0),n};var r=n(34446)},36673:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.fromZonedTime=void 0;const r=n(43291),i=n(6405),o=n(93831),a=n(45167);t.fromZonedTime=function(e,t,n){if("string"==typeof e&&!e.match(i.tzPattern))return(0,r.toDate)(e,Object.assign(Object.assign({},n),{timeZone:t}));e=(0,r.toDate)(e,n);const s=(0,a.newDateUTC)(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()).getTime(),c=(0,o.tzParseTimezone)(t,new Date(s));return new Date(s+c)}},36708:(e,t,n)=>{t.getWeekYear=function(e,t){const n=(0,a.toDate)(e,t?.in),s=n.getFullYear(),c=(0,r.getDefaultOptions)(),l=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??c.firstWeekContainsDate??c.locale?.options?.firstWeekContainsDate??1,u=(0,i.constructFrom)(t?.in||e,0);u.setFullYear(s+1,0,l),u.setHours(0,0,0,0);const d=(0,o.startOfWeek)(u,t),f=(0,i.constructFrom)(t?.in||e,0);f.setFullYear(s,0,l),f.setHours(0,0,0,0);const h=(0,o.startOfWeek)(f,t);return+n>=+d?s+1:+n>=+h?s:s-1};var r=n(96755),i=n(92956),o=n(95472),a=n(34446)},36903:(e,t,n)=>{t.endOfDecade=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getFullYear(),o=9+10*Math.floor(i/10);return n.setFullYear(o,11,31),n.setHours(23,59,59,999),n};var r=n(34446)},37007:e=>{var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise(function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}m(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,n)}(e,i,{once:!0})})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function c(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function l(e,t,n,r){var i,o,a,l;if(s(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=c(e))>0&&a.length>i&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,l=u,console&&console.warn&&console.warn(l)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=u.bind(r);return i.listener=n,r.wrapFn=i,i}function f(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var c=o[e];if(void 0===c)return!1;if("function"==typeof c)r(c,this,t);else{var l=c.length,u=p(c,l);for(n=0;n=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1=0;r--)this.removeListener(e,t[r]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},o.prototype.listenerCount=h,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},37167:(e,t,n)=>{var r=n(4901),i=n(27301),o=n(86009),a=o&&o.isTypedArray,s=a?i(a):r;e.exports=s},37217:(e,t,n)=>{var r=n(80079),i=n(51420),o=n(90938),a=n(63605),s=n(29817),c=n(80945);function l(e){var t=this.__data__=new r(e);this.size=t.size}l.prototype.clear=i,l.prototype.delete=o,l.prototype.get=a,l.prototype.has=s,l.prototype.set=c,e.exports=l},37241:(e,t,n)=>{var r=n(70695),i=n(72903),o=n(64894);e.exports=function(e){return o(e)?r(e,!0):i(e)}},37369:(e,t,n)=>{t.ISODayParser=void 0;var r=n(72240),i=n(5513),o=n(93771);class a extends i.Parser{priority=90;parse(e,t,n){const r=e=>0===e?7:e;switch(t){case"i":case"ii":return(0,o.parseNDigits)(t.length,e);case"io":return n.ordinalNumber(e,{unit:"day"});case"iii":return(0,o.mapValue)(n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return(0,o.mapValue)(n.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return(0,o.mapValue)(n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r);default:return(0,o.mapValue)(n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,t){return t>=1&&t<=7}set(e,t,n){return(e=(0,r.setISODay)(e,n)).setHours(0,0,0,0),e}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]}t.ISODayParser=a},37564:(e,t,n)=>{n(14912)},37633:(e,t,n)=>{t.getMilliseconds=function(e){return(0,r.toDate)(e).getMilliseconds()};var r=n(34446)},37724:(e,t,n)=>{t.nextThursday=function(e,t){return(0,r.nextDay)(e,4,t)};var r=n(70064)},37763:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.id=function(){return n++};let n=0},37768:function(e,t,n){var r;r=(e,t,n,r,i,o,a,s,c,l,u,d,f,h,p,m,g,v,y,C,b,w,_,x,O,E)=>{return M={0:t=>{t.exports=e},67:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useCalendarModalDialog=void 0;const r=n(7581);t.useCalendarModalDialog=(e,t,n,i,o,a,s,c,l)=>(0,r.useModalDialog)(t,n,i,(e,t,n)=>Object.assign(Object.assign({type:"Calendar",position:n,width:t.clientWidth},e),{initialValue:a,minDate:s,maxDate:c}),t=>t?e(t):o(),l,"date")},79:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomLocation=t.CustomLocationComponent=void 0;const i=r(n(5932)),o=r(n(2230)),a=n(7250),s=n(4084),c=n(9130),l=n(930),u=n(7451);t.CustomLocationComponent=({state:e,onChange:t,requestNewCustomPosition:n,raiseAnalyticsEvent:r})=>i.default.createElement(f,null,i.default.createElement(s.SettingsToggle,{title:"Custom Position",onChange:e=>{t(e.target.checked),null==r||r({type:"Settings",action:"Toggle Toast Custom Position",value:`${e.target.checked}`,skipValueHashing:!0})},toggleId:"custom-position-toggle",state:"custom"===(null==e?void 0:e.position)}),i.default.createElement(d,{size:a.Size.base},"You can set where your desktop notifications appear more precisely"),"custom"===(null==e?void 0:e.position)&&i.default.createElement(a.Button,{kind:"primary",onClick:n},"Change Position"));const d=(0,o.default)(a.Text).attrs({as:"label"})` + margin-bottom: ${({theme:e})=>e.px.large}; + color: ${({theme:e})=>e.palette.textHelp}; +`,f=(0,o.default)(a.Box)` + flex-direction: column; + margin-top: ${({theme:e})=>e.px.large}; +`;t.CustomLocation=(0,c.connect)(void 0,e=>({requestNewCustomPosition:()=>e(new l.RequestNewCustomToastPosition),raiseAnalyticsEvent:async(t,n)=>e(new u.RaiseAnalyticsEvent(t,n))}))(t.CustomLocationComponent)},94:e=>{e.exports=t},96:e=>{e.exports=n},136:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.APIMethodHandler=void 0;const r=n(4673),i=n(6012),o=n(8320),a=n(7451),s=n(2753),c=n(5425),l=n(707),u=n(2984),d=n(7234),f=n(4138),h=n(8917);t.APIMethodHandler=class{constructor(e,t){this._store=e,this._scheduler=t}async createNotification(e,t){const n=(0,i.hydrateNotification)(e,{type:"desktop",identity:this.translateIdentity(t),origin:await this.getOrigin(t)});return e.reminder&&e.reminder>Date.now()?await this._store.dispatch(new o.SetReminder(Object.assign(Object.assign({},n),{modifiers:{reminder:e.reminder}}))):await this._store.dispatch(new a.CreateNotification(n)),(0,r.mutable)(n.notification)}async updateNotification(e,t){const n=await this.getOrigin(t),o=(0,i.getAllStoredNotifications)(this._store.state).find(t=>t.notification.id===e.id&&this.isAllowed(t.source,n));if(!o)throw new Error(`Cannot find existing notification to update with id: ${e.id}`);const c=(0,i.hydrateUpdateNotification)(e,(0,s.getUpdateValidateOptions)(null==o?void 0:o.notification));await this._store.dispatch(new a.UpdateNotification(c));const l=(0,i.getAllStoredNotifications)(this._store.state).find(t=>t.notification.id===e.id&&this.isAllowed(t.source,n));if(!l)throw new Error(`Cannot find updated notification with id: ${e.id}`);return(0,r.mutable)(l.notification)}async clearNotification(e,t){if("string"!=typeof e.id)throw new Error("Invalid argument passed to clear: argument must be a string");const n=await this.getOrigin(t),r=this.translateIdentity(t),o=(0,i.encodeId)(e.id,r),s=(0,i.getAllStoredNotifications)(this._store.state).find(e=>e.id===o&&this.isAllowed(e.source,n));return!!s&&(await this._store.dispatch(new a.RemoveNotifications([s])),!0)}async fetchAppNotifications(e,t){const n=await this.getOrigin(t),i=this.translateIdentity(t);return this.getAppNotifications(i.uuid,n).map(e=>(0,r.mutable)(e.notification))}async clearAppNotifications(e,t){const n=await this.getOrigin(t),r=this.translateIdentity(t),i=this.getAppNotifications(r.uuid,n);return await this._store.dispatch(new a.InitiateRemoveAllNotifications(i)),i.length}getAppNotifications(e,t){return this._store.state.notifications.filter(n=>"desktop"===n.source.type&&n.source.identity.uuid===e&&this.isAllowed(n.source,t))}async showNotificationCenter(e){const t=(null==e?void 0:e.navigateToAll)&&(0,c.shouldNavigateToAll)(this._store.getState());await this._store.dispatch(new a.ShowCenter(t))}async hideNotificationCenter(){await this._store.dispatch(new a.HideCenter)}async toggleNotificationCenter(){await this._store.dispatch(new a.ToggleCenterVisibility(a.ToggleCenterVisibilitySource.API))}async getNotificationsCount(){return this._store.state.notifications.length}async getNotificationCenterSettings(e){if(e===l.UserSettings.SOUND_ENABLED)return this._store.state.settings.notificationSoundEnabled;throw new Error("Invalid setting requested")}getStatus(){return{connected:!0,version:(0,u.getVersion)(),templateAPIVersion:(0,u.getTemplateAPIVersion)()}}async setDefaultPlatformShortcut(e){const t=this._store.state.settings.platformDefaultShortcut;""===t?await this._store.dispatch(new d.SetPlatformDefaultShortcut(e)):console.warn(`Notifications: Default Platform Shortcut has previously been set to ${t} and cannot be changed`)}async setFormValidationErrors(e,t){const n=this.translateIdentity(t),r=(0,i.encodeId)(e.notificationId,n),o=await this.getOrigin(t);if(!(0,i.getAllStoredNotifications)(this._store.state).find(t=>t.notification.id===e.notificationId&&this.isAllowed(t.source,o)))throw new Error(`Attempted to set form validation errors for notification ${r} but the sender does not have permission`);await this._store.dispatch(new f.SetNotificationFormCustomValidationErrors(r,e.errors))}async setFormStatus(e,t){var n,r;const o=this.translateIdentity(t),a=(0,i.encodeId)(e._notificationId,o),s=Object.assign(Object.assign({},e),{_notificationId:a}),c=await this.getOrigin(t);if(!(0,i.getAllStoredNotifications)(this._store.state).find(t=>t.notification.id===e._notificationId&&this.isAllowed(t.source,c)))throw new Error(`Attempted to set form status for notification source: ${JSON.stringify(t)} but the sender does not have permission`);(null===(r=null===(n=this._store.state.activeForms)||void 0===n?void 0:n.forms)||void 0===r?void 0:r.find(e=>e.notificationId===a&&"submitted"===e.formStatusOptions.formStatus))||await this._store.dispatch(new h.SetNotificationFormStatusOptions(s))}}},164:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationForm=void 0;const i=r(n(5932)),o=n(258),a=n(7250),s=n(597),c=n(4382),l=n(8768),u=n(9636),d=n(6430),f=n(6075),h=n(8684),p=n(723),m=n(6766);t.NotificationForm=e=>{const{notification:t,onSubmit:n}=e,[r,g]=(0,l.useFormData)(t.notification.form),v=(0,s.buildFormSchema)(r),y=(0,m.getInitialFormValues)(r),C=(0,f.useDispatchRequestCustomValidationDebounced)(),b=(0,p.useNotificationFormAnalytics)(t.id,e.isToast);return i.default.createElement(o.Formik,{key:t.id,initialValues:y,validationSchema:v,validateOnBlur:!0,validateOnChange:!0,validateOnMount:!0,validate:e=>C(new h.RequestNotificationFormCustomValidation(t,e)),onSubmit:e=>{const r=t.notification.buttons.find(e=>e.submit);if(!r)throw Error(`Form was submitted without a submit button for notification ${t.notification.id}`);null==n||n(t,e,r)}},n=>i.default.createElement(u.FormContainer,{templateContent:e.templateContent,fields:r,notificationId:t.id,formErrorsCount:(0,d.getFormikErrorCount)(n)},i.default.createElement(o.Form,{autoComplete:"off"},i.default.createElement(a.Box,{flexDirection:"column",gap:r.length>1?"base":void 0},r.map((t,n)=>{const r=c.WidgetComponentMap[t.widget.type];return r?i.default.createElement(r,{tabIndexOverride:e.tabIndexOverride,formSettings:g,field:t,key:n,raiseAnalytics:b}):(console.error("Unable to render component",t),null)})))))}},194:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Section=t.Transitions=void 0;const i=r(n(5932)),o=n(9130),a=n(7451),s=n(9004),c=n(4887),l=r(n(2230)),u=n(524),d=n(6460),f=n(4248);t.Transitions=(0,l.default)(u.TransitionGroup)` + display: flex; + flex-direction: column; + gap: ${({theme:e})=>e.px.base}; +`,t.Section=(0,o.connect)(void 0,e=>({remove:t=>e(new a.RemoveNotifications(t,"Clear")),raiseAnalyticsEvent:async(t,n)=>e(new a.RaiseAnalyticsEvent(t,n))}))(({hasControls:e,section:n,remove:r,raiseAnalyticsEvent:o,onKeyDown:a})=>{const{notifications:l,title:u}=n,[h,p]=i.default.useState(!1),m=l.slice(0,Math.min(c.groupMinimizedStackSize,l.length));return i.default.createElement(i.default.Fragment,null,i.default.createElement(s.Header,{hasControls:e,title:u,itemCount:l.length,onClearAll:()=>{r(l),o({type:"Center",action:"Clear",value:`${u}`,skipValueHashing:!0})},isExpandable:l.length>c.groupMinimizedStackSize,isExpanded:h,onToggleExpanded:()=>{p(!h),o({type:"Center",action:h?"Select Show Fewer":"Select Show All",value:`${u}`})},onKeyDown:null==a?void 0:a(null)}),i.default.createElement(t.Transitions,{"data-testid":"group-section",role:e?"list":void 0},(e&&!h?m:l).map(e=>i.default.createElement(d.FadeTransition,{key:`${e.id}${e.notification.date}`,timeout:200},i.default.createElement(f.NotificationCard,{notification:e,onKeyDown:null==a?void 0:a(e.id)})))))})},258:e=>{e.exports=r},260:e=>{e.exports=i},295:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},343:function(e,t,n){var r,i,o,a,s,c=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},u=this&&this.__param||function(e,t){return function(n,r){t(n,r,e)}};Object.defineProperty(t,"__esModule",{value:!0}),t.Main=void 0;const d=n(4352),f=n(9603),h=n(7010),p=n(4854),m=n(6858),g=n(7202),v=n(2882),y=n(2716),C=n(9897),b=n(7451),w=n(2750),_=n(7250),x=n(8883),O=n(2984);let E=r=class extends y.APIExecutionDeferrer{constructor(e,t,n,r){super(e,t),this._apiHandler=n,this._clientController=r,this._webStore=e}async register(e){var t,n;await v.Injector.init();const r=null!==(t=e.customSoundUrl)&&void 0!==t?t:`https://cdn.openfin.co/release/system-apps/notification-center/${(0,O.getVersion)()}/ui/notification.wav`;try{this._notificationSound=new Audio(r),this._notificationSound.volume=.3}catch(e){console.error(`Unable to load notification sound from the url ${r}: ${e}`)}this._apiHandler.registerListeners({[f.APITopic.CREATE_NOTIFICATION]:this.defer(this.createNotification.bind(this),!0),[f.APITopic.UPDATE_NOTIFICATION]:this.defer(this.updateNotification.bind(this)),[f.APITopic.CLEAR_NOTIFICATION]:this.defer(this.clearNotification.bind(this)),[f.APITopic.CLEAR_APP_NOTIFICATIONS]:this.defer(this.clearAppNotifications.bind(this)),[f.APITopic.TOGGLE_NOTIFICATION_CENTER]:this.defer(this.toggleNotificationCenter.bind(this)),[f.APITopic.SHOW_NOTIFICATION_CENTER]:this.defer(this.showNotificationCenter.bind(this)),[f.APITopic.HIDE_NOTIFICATION_CENTER]:this.defer(this.hideNotificationCenter.bind(this)),[f.APITopic.GET_NOTIFICATIONS_COUNT]:this.getNotificationsCount.bind(this),[f.APITopic.GET_APP_NOTIFICATIONS]:this.fetchAppNotifications.bind(this),[f.APITopic.GET_PROVIDER_STATUS]:this.getStatus.bind(this),[f.APITopic.SET_FORM_STATUS_OPTIONS]:this.setFormStatus.bind(this),[f.APITopic.SET_FORM_VALIDATION_ERRORS]:this.setFormValidationErrors.bind(this),[f.APITopic.GET_USER_SETTINGS_STATUS]:this.getNotificationCenterSettings.bind(this),[f.APITopic.SET_DEFAULT_PLATFORM_SHORTCUT]:this.setDefaultPlatformShortcut.bind(this),[f.APITopic.ADD_EVENT_LISTENER]:this._clientController.onAddEventListener.bind(this._clientController),[f.APITopic.REMOVE_EVENT_LISTENER]:this._clientController.onRemoveEventListener.bind(this._clientController),[f.APITopic.REGISTER_PLATFORM]:()=>{this.notImplemented(f.APITopic.REGISTER_PLATFORM)},[f.APITopic.DEREGISTER_PLATFORM]:()=>{this.notImplemented(f.APITopic.DEREGISTER_PLATFORM)},[f.APITopic.SET_NOTIFICATION_SECURITY_RULE]:()=>{this.notImplemented(f.APITopic.SET_NOTIFICATION_SECURITY_RULE)}},e.finContext,e.serviceId),e.snapshot&&this._webStore.dispatch(new b.ApplySnapshot(e.snapshot));const i=document.createElement("notification-center");i.setProps({store:this._store}),e.container.appendChild(i),this._store.onAction.add(this.onStoreAction.bind(this)),(null===(n=e.theme)||void 0===n?void 0:n.palette)&&this.setTheme(e.theme),console.log("Notification Center Initialized.")}async onStoreAction(e){var t;e instanceof b.InitiateRemoveAllNotifications?await this._store.dispatch(new b.RemoveNotifications(e.notifications)):e instanceof b.CreateNotification?(r._countChangeSignal.emit(this._webStore.state.notifications.length),!this._store.state.centerMuted&&this._store.state.settings.notificationSoundEnabled&&"silent"!==(null===(t=e.notification.notification.soundOptions)||void 0===t?void 0:t.mode)&&this._notificationSound.play()):e instanceof b.RemoveNotifications?r._countChangeSignal.emit(this._webStore.state.notifications.length):(e instanceof b.ShowCenter||e instanceof b.HideCenter||e instanceof b.ToggleCenterVisibility)&&r._visibilityChangeSignal.emit(this._webStore.state.centerVisible)}async getOrigin(){return"web"}isAllowed(){return!0}translateIdentity(e){return this._clientController.translateClientIdentityToProviderIdentity(e)}notImplemented(e){throw new Error(`${e} API is not supported by this version of the OpenFin Web Notification Center.`)}async setTheme(e){const t=(0,_.createTheme)(e.palette);await this._webStore.dispatch(new w.SetTheme({themes:{light:t,dark:t}}))}getSnapshot(){const e=this._webStore.getState();return{applications:Array.from(e.applications.values()),streams:Array.from(e.streams.values()),notifications:e.notifications,reminders:e.reminders}}async applySnapshot(e){await this._webStore.dispatch(new b.ApplySnapshot(e)),r._countChangeSignal.emit(this._webStore.state.notifications.length)}async show(){await this._webStore.dispatch(new b.ShowCenter)}async hide(){await this._webStore.dispatch(new b.HideCenter)}};E._countChangeSignal=new x.Signal,E._visibilityChangeSignal=new x.Signal,E=r=c([(0,d.injectable)(),u(0,(0,d.inject)(g.Inject.STORE)),u(1,(0,d.inject)(g.Inject.SCHEDULER)),u(2,(0,d.inject)(g.Inject.API_HANDLER)),u(3,(0,d.inject)(g.Inject.CLIENT_CONTOLLER)),l("design:paramtypes",["function"==typeof(i=void 0!==m.WebStore&&m.WebStore)?i:Object,"function"==typeof(o=void 0!==h.Scheduler&&h.Scheduler)?o:Object,"function"==typeof(a=void 0!==p.APIHandler&&p.APIHandler)?a:Object,"function"==typeof(s=void 0!==C.ClientController&&C.ClientController)?s:Object])],E),t.Main=E},388:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useCollapsibleCardHeaderEdgeCaseBehavior=void 0;const r=n(5932),i=n(1230);t.useCollapsibleCardHeaderEdgeCaseBehavior=(e,t,n,o)=>{const a=(0,i.useCollapsibleCardHeaderOffScreen)(e,t);(0,r.useEffect)(()=>{var n,r,i,s,c;let l;if(null===(i=null===(r=null===(n=null==t?void 0:t.current)||void 0===n?void 0:n.parentElement)||void 0===r?void 0:r.querySelector("[data-cloned-header]"))||void 0===i||i.remove(),(null==t?void 0:t.current)&&(t.current.style.maxHeight="400px"),a&&(null==e?void 0:e.current)&&(null==t?void 0:t.current)){l=e.current.cloneNode(!0),l.setAttribute("data-cloned-header","true");const n=null===(s=t.current.parentElement)||void 0===s?void 0:s.querySelector('[data-role="buttons-container"]');null===(c=t.current.parentElement)||void 0===c||c.insertBefore(l,n),t.current.style.maxHeight="360px",l.style.marginTop="-4px",l.style.marginBottom="-4px",l.style.cursor="pointer";const r=l.querySelector("#icon-container");r&&(r.style.marginRight="4px"),o&&l.addEventListener("click",o)}return()=>{var e,n,r;o&&l&&(l.removeEventListener("click",o),null===(r=null===(n=null===(e=null==t?void 0:t.current)||void 0===e?void 0:e.parentElement)||void 0===n?void 0:n.querySelector("[data-cloned-header]"))||void 0===r||r.remove())}},[a,e,t,n])}},392:e=>{e.exports=o},394:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},428:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NumberSpinner=void 0;const s=o(n(5932)),c=n(7250),l=a(n(2230)),u=a(n(7446));t.NumberSpinner=({onChange:e,value:t=0,min:n=Number.MIN_SAFE_INTEGER,max:r=Number.MAX_SAFE_INTEGER,suffix:i="",className:o=""})=>{const a={inputValue:t,displayValue:t.toString(),showSuffix:!0},[c,l]=(0,s.useState)(a),g=(0,s.useRef)(null),v=t=>{l(e=>({inputValue:t,displayValue:t.toString(),showSuffix:e.showSuffix})),e&&e(t)};(0,s.useEffect)(()=>{const e=(0,u.default)(t,n,r);v(e)},[t]);const y=e=>{const t=(0,u.default)(c.inputValue+(e?1:-1),n,r);t!==c.inputValue&&v(t)},C=()=>{const e=Number(c.displayValue);if(isNaN(e))l(e=>Object.assign(Object.assign({},e),{displayValue:""}));else{const t=(0,u.default)(e,n,r);v(t)}},b=(e,t)=>{" "!==e.key&&"Enter"!==e.key||(e.preventDefault(),y(t))};return s.default.createElement(d,{ref:g,role:"group","aria-labelledby":"spinner-label spinner-hidden",alignItems:"center",justifyContent:"space-between",className:o,tabIndex:0,onKeyUp:e=>{const{inputValue:t}=c;let i;switch(e.key){case"PageUp":e.preventDefault(),e.stopPropagation(),i=t+5>r?r:t+5;break;case"PageDown":e.preventDefault(),e.stopPropagation(),i=t-5r?r:t+1;break;default:return}i!==t&&v(i)},"aria-live":"assertive"},s.default.createElement(f,{id:"spinner-hidden"},"How long a notification will display before disappearing, Duration Time in seconds."),s.default.createElement(h,{role:"button",icon:"MinusIcon","aria-label":"decrement",onClick:()=>y(!1),onKeyDown:e=>b(e,!1),title:"Decrease Duration Time",tabIndex:0}),s.default.createElement(m,{onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),e.stopPropagation(),C(),g.current&&g.current.focus())},"aria-label":`Duration Time: ${c.inputValue} ${i}`,role:"spinbutton","aria-valuemin":n,"aria-valuemax":r,"aria-valuenow":t,"aria-valuetext":c.displayValue,value:`${c.displayValue}${c.showSuffix?" "+i:""}`,onChange:e=>{const t=e.target.value.trim();""===t?l(e=>Object.assign(Object.assign({},e),{displayValue:""})):/^\d+$/.test(t)&&l(e=>Object.assign(Object.assign({},e),{displayValue:t}))},onFocus:()=>{l(e=>Object.assign(Object.assign({},e),{showSuffix:!1}))},onBlur:()=>{l(e=>Object.assign(Object.assign({},e),{showSuffix:!0})),C()},title:"Duration Time"}),s.default.createElement(p,{onKeyDown:e=>b(e,!0),role:"button",icon:"PlusIcon","aria-label":"increment",onClick:()=>y(!0),title:"Increase Duration Time",tabIndex:0}))};const d=(0,l.default)(c.Box)` + position: relative; + background-color: ${({theme:e})=>e.palette.background6}; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + border-radius: ${({theme:e})=>e.radius.small}; + border: none; + padding: 4px 0px; + height: ${({theme:e})=>e.px.xxlarge}; +`,f=l.default.div` + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; +`,h=(0,l.default)(c.Icon)` + width: ${({theme:e})=>e.px.xxlarge}; + height: ${({theme:e})=>e.px.xxlarge}; + border: none; + &:active { + border: 1px solid ${({theme:e})=>e.palette.inputFocused}; + } + border-top-left-radius: ${({theme:e})=>e.radius.small}; + border-bottom-left-radius: ${({theme:e})=>e.radius.small}; +`,p=(0,l.default)(c.Icon)` + width: ${({theme:e})=>e.px.xxlarge}; + height: ${({theme:e})=>e.px.xxlarge}; + border: none; + &:active { + border: 1px solid ${({theme:e})=>e.palette.inputFocused}; + } + border-top-right-radius: ${({theme:e})=>e.radius.small}; + border-bottom-right-radius: ${({theme:e})=>e.radius.small}; +`,m=l.default.input` + border: none; + text-align: center; + padding: 0; + margin: 0; + height: ${({theme:e})=>e.px.xxlarge}; + width: 54px; + background-color: ${({theme:e})=>e.palette.background6}; + color: inherit; + &::-webkit-outer-spin-button, + &::-webkit-inner-spin-button { + appearance: none; + margin: 0; + } + + &:hover, + &:focus-within { + outline: none; + border: 1px solid ${({theme:e})=>e.palette.inputFocused}; + } + outline: none; + border-left: 1px solid ${({theme:e})=>e.palette.inputBorder}; + border-right: 1px solid ${({theme:e})=>e.palette.inputBorder}; + user-select: none; + ${c.Mixins.textOverflow}; +`},436:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CenterRoutes=void 0;const r=n(6345),i=n(8180),o=n(7586);t.CenterRoutes=[{Component:r.NotificationsPanel,exact:!0,path:o.ROUTES.NOTIFICATIONS},{Component:i.SettingsPanel,exact:!1,path:o.ROUTES.SETTINGS}]},512:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(8364),t),i(n(1474),t),i(n(4415),t),i(n(5915),t)},524:e=>{e.exports=a},545:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorItem=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250);t.ErrorItem=e=>{const{id:t,message:n,onDismiss:r}=e;return s.createElement(u,null,s.createElement(d,{icon:"ExclamationTriangleIcon"}),s.createElement(f,null,n),s.createElement(h,{icon:"Cross1Icon",onClick:()=>{r(t)}}))};const u=(0,c.default)(l.Box)` + display: grid; + grid-template-columns: 20px 1fr 20px; + grid-gap: ${({theme:e})=>e.px.large}; + height: ${({theme:e})=>e.px.xxxxlarge}; + width: 100%; + align-items: center; + padding: 0 ${({theme:e})=>e.px.large}; + background-color: ${({theme:e})=>e.palette.background4}; +`,d=(0,c.default)(l.Icon)` + color: ${({theme:e})=>e.palette.statusCritical}; +`,f=c.default.span` + display: flex; + flex-direction: column; + align-items: center; + text-overflow: ellipsis; + overflow: hidden; + -webkit-line-clamp: 2; + font-size: ${({theme:e})=>e.fontSize.small}; + margin-right: ${({theme:e})=>e.px.small}; + user-select: none; +`,h=(0,c.default)(l.Icon)` + cursor: pointer; +`},597:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.parseFormData=t.buildFormSchema=t.buildFieldSchema=t.FieldValidationFunctions=void 0;const a=o(n(4298)),s=n(3955),c=e=>null==e;t.FieldValidationFunctions={[s.FieldType.radioGroup]:Object.assign({},{required:(e,t)=>t.arg?e.required(t.invalidMessage):e}),[s.FieldType.checkboxGroup]:Object.assign({},{required:(e,t)=>t.arg?e.required(t.invalidMessage):e}),[s.FieldType.date]:Object.assign({},{required:(e,t)=>t.arg?e.required(t.invalidMessage):e}),[s.FieldType.time]:Object.assign({},{required:(e,t)=>t.arg?e.required(t.invalidMessage):e}),[s.FieldType.string]:Object.assign(Object.assign({min:(e,t)=>{var n;return e.min(null!==(n=t.arg)&&void 0!==n?n:0,t.invalidMessage)},max:(e,t)=>{var n;return e.max(null!==(n=t.arg)&&void 0!==n?n:0,t.invalidMessage)},length:(e,t)=>{var n;return e.length(null!==(n=t.arg)&&void 0!==n?n:0,t.invalidMessage)}},{required:(e,t)=>t.arg?e.required(t.invalidMessage):e}),{match:(e,t)=>{if(!t.arg)return e;const n=new RegExp(t.arg);return e.matches(n,{message:t.invalidMessage,excludeEmptyString:!0})}}),[s.FieldType.number]:{max:(e,t)=>c(t.arg)?e:e.max(t.arg,t.invalidMessage),min:(e,t)=>c(t.arg)?e:e.min(t.arg,t.invalidMessage),lessThan:(e,t)=>c(t.arg)?e:e.lessThan(t.arg,t.invalidMessage),moreThan:(e,t)=>c(t.arg)?e:e.moreThan(t.arg,t.invalidMessage),positive:(e,t)=>e.positive(t.invalidMessage),negative:(e,t)=>e.negative(t.invalidMessage),required:(e,t)=>e.required(t.invalidMessage)},[s.FieldType.boolean]:{}};const l={[s.FieldType.string]:a.StringSchema,[s.FieldType.number]:a.NumberSchema,[s.FieldType.boolean]:a.BooleanSchema,[s.FieldType.date]:a.ObjectSchema,[s.FieldType.checkboxGroup]:a.ArraySchema,[s.FieldType.radioGroup]:a.StringSchema,[s.FieldType.time]:a.ObjectSchema};function u(e){const n=t.FieldValidationFunctions[e.type];if(!n)throw new Error("Invalid field");let r=function(e){const{type:t}=e;return new(0,l[t])}(e);if(!e.validation)return r;const i=Object.entries(e.validation);for(const[t,o]of i){const i=n[t];if(i){let a=null;try{a=i(r,o)}catch(n){console.error(`Error parsing field ${t}`,o,e)}r=null!=a?a:r}}return e.label&&(r.spec.label=e.label),r}t.buildFieldSchema=u,t.buildFormSchema=function(e){const t={};for(const n of e)t[n.key]=u(n);return a.object().shape(t)},t.parseFormData=function(e){return e.map(e=>({initialValue:e.value,fieldData:e,widget:e.widget,schema:u(e)})),[]}},611:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.getTemplateSchema=void 0;const a=o(n(4298)),s=n(512),c=n(3694),l=n(6188),u=a.object({id:a.string().required(),buttons:l.ButtonsSchema.clone(),customData:a.object().optional().default({})}),d=u.clone().shape({template:a.mixed().required(),body:a.string().optional().default(null),form:c.templateMarkDownFormSchema}).label("Notification Update (Markdown)"),f=u.clone().shape({template:a.mixed().required(),list:a.mixed().optional().test({name:"List object",message:"Invalid list object",test:e=>{if(!e)return!0;if(e&&"object"!=typeof e)throw new Error("Not an object");return Object.entries(null!=e?e:{}).every(([e,t])=>"string"==typeof e&&"string"==typeof t)}})}).label("Update Notification (List)"),h=u.clone().shape({template:a.mixed().required(),form:c.templateCustomFormSchema,templateData:a.mixed().optional().test({name:"Temp object",message:"Invalid list object",test:function(e){var t,n;return!e||((null===(n=null===(t=this.options)||void 0===t?void 0:t.context)||void 0===n?void 0:n.fragments).presentationFragments.forEach(t=>{const n=e[t.dataKey];if(!t.optional&&!n)throw new Error(`templateData["${t.dataKey}"] is not optional and must exist in template data.`);if(n){if(("text"===t.type||"image"===t.type)&&"string"!=typeof n)throw new Error(`templateData["${t.dataKey}"] is referred by a ${t.type} fragment and must be a string type.`);if("list"===t.type&&(!Array.isArray(n)||n.some(e=>2!==e.length||"string"!=typeof e[0]||"string"!=typeof e[1])))throw new Error(`templateData["${t.dataKey}"] is referred by a list fragment and must be a ListPairs (Array of [string, string]) type.`)}}),!0)}})}).label("Update Notification (Custom)"),p={[s.TemplateNames.markdown]:d,[s.TemplateNames.list]:f,[s.TemplateNames.custom]:h};t.getTemplateSchema=e=>{if(!e.template)throw new Error("Template type cannot be null");const t=p[null==e?void 0:e.template];if(!t)throw new Error(`Cannot find template type: ${e.template}`);return t}},660:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.HistoryContext=void 0;const a=o(n(5932));t.HistoryContext=a.createContext({})},697:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastPositionSelector=void 0;const a=o(n(5932)),s=n(7250),c=n(79),l=n(785);t.ToastPositionSelector=e=>a.createElement(a.Fragment,null,a.createElement(d,Object.assign({},e,{title:"Position",id:"toast-position"})),a.createElement(c.CustomLocation,{state:e.value,onChange:t=>{var n,r;null===(n=e.onChange)||void 0===n||n.call(e,{position:t?"custom":"bottom-right",customPosition:null===(r=e.value)||void 0===r?void 0:r.customPosition})}}));const u=["top-left","top-right","bottom-left","bottom-right"],d=({value:e,title:t,id:n="",onChange:r=()=>{}})=>{const i=t=>{r(Object.assign(Object.assign({},e||{}),{position:t}))};return a.createElement("div",{role:"radiogroup"},a.createElement(l.TitleElement,{htmlFor:n,size:s.Size.large},t),a.createElement(l.StyledSelectors,{tabIndex:0,onKeyUp:t=>{const n=u.findIndex(t=>t===(null==e?void 0:e.position));switch(t.key){case"ArrowUp":case"ArrowLeft":t.preventDefault(),t.stopPropagation(),r(0===n?Object.assign(Object.assign({},e),{position:"bottom-right"}):Object.assign(Object.assign({},e),{position:u[n-1]}));break;case"ArrowDown":case"ArrowRight":t.preventDefault(),t.stopPropagation(),n===u.length-1?r(Object.assign(Object.assign({},e),{position:"top-left"})):r(Object.assign(Object.assign({},e),{position:u[n+1]}))}},id:n},u.map(t=>a.createElement(l.Selector,{key:t,position:t,onClick:i,active:(null==e?void 0:e.position)===t}))))}},707:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)},s=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);iy(e)),v.registerDeserializer("notification-toast-dismissed",e=>y(e)),v.registerDeserializer("notification-closed",e=>y(e)),v.registerDeserializer("notification-action",e=>{var t;const n=y(e),{controlSource:r,controlIndex:i}=n,o=s(n,["controlSource","controlIndex"]);return e.trigger===c.ActionTrigger.CONTROL?Object.assign(Object.assign({},o),{control:null===(t=e.notification[r])||void 0===t?void 0:t[i]}):o}),v.registerDeserializer("notifications-count-changed",e=>e),v.registerDeserializer("notification-reminder-created",e=>{const t=y(e),{reminderDate:n}=t,r=s(t,["reminderDate"]);return Object.assign(Object.assign({},r),{reminderDate:new Date(n)})}),v.registerDeserializer("notification-reminder-removed",e=>y(e)),v.registerDeserializer("notification-sound-toggled",e=>e),t.addEventListener=async function(e,t){(0,h.validateEnvironment)(),e=(0,h.sanitizeEventType)(e),t=(0,h.sanitizeFunction)(t);const n=d.eventEmitter.listenerCount(e);"notification-form-submitted"===e&&(t=function(e){return t=>{const n=t.notification.id;t.setFormStatus=e=>(0,l.tryServiceDispatch)(u.APITopic.SET_FORM_STATUS_OPTIONS,Object.assign(Object.assign({},e),{_notificationId:n})),e(t)}}(t)),"notification-form-values-changed"===e&&(t=function(e){return t=>{t.setErrors=e=>(0,l.tryServiceDispatch)(u.APITopic.SET_FORM_VALIDATION_ERRORS,{errors:e,notificationId:t.notification.id}),e(t)}}(t)),d.eventEmitter.addListener(e,t),0===n&&1===d.eventEmitter.listenerCount(e)&&await(0,l.tryServiceDispatch)(u.APITopic.ADD_EVENT_LISTENER,e)},t.removeEventListener=async function(e,t){(0,h.validateEnvironment)(),e=(0,h.sanitizeEventType)(e),t=(0,h.sanitizeFunction)(t),1===d.eventEmitter.listenerCount(e)&&d.eventEmitter.listeners(e)[0]===t&&await(0,l.tryServiceDispatch)(u.APITopic.REMOVE_EVENT_LISTENER,e),d.eventEmitter.removeListener(e,t)},t.create=async function(e,t){if("object"!=typeof e||null===e)throw new Error("Invalid argument passed to create: argument must be an object and must not be null");if(void 0!==e.date&&!(e.date instanceof Date))throw new Error('Invalid argument passed to create: "date" must be a valid Date object');if(void 0!==e.expires&&null!==e.expires&&!(e.expires instanceof Date))throw new Error('Invalid argument passed to create: "expires" must be null or a valid Date object');if(t&&t.reminderDate){if(!1===e.allowReminder)throw new Error('You must not specify a reminder date for a notification with "allowReminder" option set to false.');if(!(t.reminderDate instanceof Date))throw new Error('Invalid argument passed to reminder Options: "date" must a valid Date object');if(e.expires&&e.expires.getTime()Object.assign(Object.assign({},e),{indicator:e.indicator||null,date:new Date(e.date),expires:null!==e.expires?new Date(e.expires):null}))},t.clearAll=async function(){return(0,l.tryServiceDispatch)(u.APITopic.CLEAR_APP_NOTIFICATIONS,void 0)},t.toggleNotificationCenter=async function(){return(0,l.tryServiceDispatch)(u.APITopic.TOGGLE_NOTIFICATION_CENTER,void 0)},t.setDefaultPlatformShortcut=function(e){return(0,l.tryServiceDispatch)(u.APITopic.SET_DEFAULT_PLATFORM_SHORTCUT,e)},t.show=async function(e){return(0,l.tryServiceDispatch)(u.APITopic.SHOW_NOTIFICATION_CENTER,e)},t.hide=async function(){return(0,l.tryServiceDispatch)(u.APITopic.HIDE_NOTIFICATION_CENTER,void 0)},t.getNotificationsCount=async function(){return(0,l.tryServiceDispatch)(u.APITopic.GET_NOTIFICATIONS_COUNT,void 0)},(t.UserSettings||(t.UserSettings={})).SOUND_ENABLED="soundEnabled",t.getUserSettingStatus=async function(e){return(0,l.tryServiceDispatch)(u.APITopic.GET_USER_SETTINGS_STATUS,e)},t.setAllowedOrigins=async e=>(0,l.tryServiceDispatch)(u.APITopic.SET_NOTIFICATION_SECURITY_RULE,{allowedOrigins:e})},714:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioGroupWidgetComponent=void 0;const i=r(n(5932)),o=n(7250),a=n(258),s=n(7260),c=n(1971),l=n(5232),u=n(5484);t.RadioGroupWidgetComponent=e=>i.default.createElement(a.Field,{name:e.field.key,component:d,radioGroupField:e.field,formSettings:e.formSettings,raiseAnalytics:e.raiseAnalytics});const d=({raiseAnalytics:e,radioGroupField:t,field:n,form:r,formSettings:a})=>((0,u.useRaiseFieldAnalytics)(t,e),i.default.createElement(s.InputContainer,{flexDirection:"column"},i.default.createElement(o.RadioGroup,{onChange:e=>{r.setFieldTouched(t.key,!0),r.setFieldValue(t.key,e.target.value)},label:(0,l.getLabelText)(t,a),helperText:t.helperText,name:t.key,value:n.value,key:`${t.key}_${n.value}`},t.widget.group.map(e=>i.default.createElement(o.RadioInput,{key:`${t.key}_${e.value}`,label:e.label,value:e.value}))),i.default.createElement(c.ErrorLabel,{name:n.name})))},723:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useNotificationFormAnalytics=void 0;const r=n(5932),i=n(9130),o=n(7451);t.useNotificationFormAnalytics=(e,t)=>{const n=(0,i.useDispatch)();return(0,r.useCallback)((r,i,a)=>{n(new o.RaiseAnalyticsEvent({type:t?"Toast":"Notification",action:i,value:a,data:{fieldLabel:r,notificationId:e}}))},[e,n,t])}},746:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.PlatformIcon=void 0;const a=o(n(5932)),s=o(n(2230)),c=n(7250),l=n(8833);t.PlatformIcon=({id:e,icon:t,title:n,selected:r,count:i,onPlatformSelect:o})=>{var s,c;const p=(0,l.useLoaded)(t),m=!e,g=m?"All":null!==(s=null==n?void 0:n[0])&&void 0!==s?s:null==e?void 0:e[0];return a.createElement(f,{"data-testid":"platform-icon",onClick:()=>{o(e)},allIcon:m,title:`${m?"All":null!==(c=null!=n?n:e)&&void 0!==c?c:"Platform"} Notifications`},i>0&&a.createElement(u,{count:i,max:99}),a.createElement(d,{src:t},(p===l.LoadState.ERROR||p===l.LoadState.LOADING)&&g),r&&a.createElement(h,null))};const u=(0,s.default)(c.Badge)` + position: absolute; + right: 0; + top: -${({theme:e})=>e.px.small}; + transform: scale(0.85); + user-select: none; +`,d=s.default.button` + align-items: center; + justify-content: center; + display: flex; + height: ${({theme:e})=>e.px.xxxlarge}; + width: ${({theme:e})=>e.px.xxxlarge}; + border: none; + border-radius: ${({theme:e})=>e.px.xsmall}; + color: ${({theme:e})=>e.palette.background1}; + background-color: ${({theme:e})=>e.palette.textDefault}; + background-image: url(${({src:e})=>e}); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + cursor: pointer; + user-select: none; + text-transform: capitalize; +`,f=(0,s.default)(c.Box)` + display: flex; + flex-direction: column; + position: relative; + ${({allIcon:e})=>e?s.css` + margin-right: ${({theme:e})=>e.px.small}; + `:s.css` + margin-left: ${({theme:e})=>e.px.small}; + `} +`,h=(0,s.default)(c.Box)` + border-bottom: 1px ${({theme:e})=>e.palette.textDefault} solid; + width: ${({theme:e})=>e.px.xxxlarge}; + margin-top: ${({theme:e})=>e.px.xsmall}; +`},768:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.handleTutorialButtonAction=t.isTutorialNotification=t.makeRemindersTutorialNotification=void 0;const r=n(7451),i=n(7527),o=n(5172),a={GoToReminders:{action:"goToReminders"}};t.makeRemindersTutorialNotification=function(e,t){return function(e,t){return Object.assign(Object.assign({},(0,o.hydrateNotification)(e,t)),{modifiers:{tutorial:!0}})}({id:"openfin-notifications-reminder-tutorial-card",date:Date.now(),title:"You have successfully set a reminder!",body:'You can find all notifications with a reminder in the Notification Center under the "Reminders" category.',allowReminder:!1,buttons:[{title:"View Reminders",cta:!0,onClick:a.GoToReminders}],icon:e},t)},t.isTutorialNotification=function(e){var t;return!!(null===(t=e.modifiers)||void 0===t?void 0:t.tutorial)},t.handleTutorialButtonAction=async function(e,t){if(e.action!==a.GoToReminders.action)throw new Error(`Unknown action for tutorial card button: ${e}`);await t.dispatch(new r.ShowCenter),await t.dispatch(new i.SetSelectedCategory("reminders"))}},785:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{}}=e,i=a(e,["position","active","onClick"]);return c.createElement(d,Object.assign({role:"radio",onClick:()=>r(t),onKeyPress:e=>{"Enter"===e.key&&(e.preventDefault(),e.stopPropagation(),r(t))},"aria-checked":n,"aria-label":t},i),c.createElement(f,null,c.createElement(h,{quad:"top-left"===t||"top-right"===t||"bottom-left"===t||"bottom-right"===t,active:n,left:t.includes("left"),top:t.includes("top")})),c.createElement(p,null,t))},t.TitleElement=(0,l.default)(u.Text).attrs({as:"label"})` + margin-bottom: ${({theme:e})=>e.px.base}; +`;const d=l.default.div` + display: flex; + flex-direction: column; + align-items: center; + height: 110px; + width: 154px; + padding: 7px; + border-radius: ${({theme:e})=>e.px.xsmall}; + cursor: pointer; + border: 1px solid transparent; + transition: background 125ms ease-in; + + &:focus { + outline: none; + border-color: ${({theme:e})=>e.palette.inputFocused}; + } + + &[aria-checked='true'] { + background: ${({theme:e})=>e.palette.background6}; + cursor: auto; + } + + &:hover:not([aria-checked='true']) { + background: ${({theme:e})=>e.palette.background5}; + } +`,f=l.default.div` + display: flex; + border-radius: ${({theme:e})=>e.px.xsmall}; + background: ${({theme:e})=>e.palette.background1}; + min-height: 78px; + width: 140px; + padding: 6px; +`,h=l.default.div` + margin-left: ${({left:e})=>e?"unset":"auto"}; + margin-right: ${({left:e})=>e?"auto":"unset"}; + + margin-top: ${({top:e})=>e?"unset":"auto"}; + margin-bottom: ${({top:e})=>e?"auto":"unset"}; + + border-radius: 1px; + width: ${({theme:e})=>e.px.xlarge}; + height: 100%; + background: ${({active:e,theme:t})=>e?t.palette.brandPrimary:t.palette.background6}; + transition: background 125ms ease-in; + + ${({quad:e})=>e?"max-height: 15px;":""} +`,p=l.default.div` + font-size: ${({theme:e})=>e.px.base}; + font-style: normal; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + line-height: ${({theme:e})=>e.lineHeight.text}; + letter-spacing: 0px; + text-align: left; + margin: 5px 0; + text-transform: capitalize; +`;t.StyledSelectors=l.default.div` + display: grid; + grid-gap: ${({theme:e})=>e.px.xsmall}; + grid-template-columns: 1fr 1fr; +`},790:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.validateTemplateData=void 0;const r=n(9611),i=n(4692),o=n(2984),a=n(6188);t.validateTemplateData=function(e,t){var n;const s=e.templateOptions,c=s.body,l=(0,r.pickBestComposition)(c.compositions);if(!l&&!c.fallbackText)throw new Error(`Could not find a suitable composition with the version supported by the service. Notification Center instance might be too old to show this template. (Template API Version: ${(0,o.getTemplateAPIVersion)()})`);c.compositions=[],l&&(a.CustomTemplateDataSchema.validateSync(e.templateData,{context:{fragments:(0,i.flattenLayout)(l.layout)}}),c.compositions.push(l)),t&&e.indicator&&(null===(n=s.indicator)||void 0===n?void 0:n.color)&&(e.indicator.color=s.indicator.color)}},925:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalProviderStyles=void 0;const r=n(7250),i=n(2230);t.GlobalProviderStyles=i.createGlobalStyle` + body { + width: 100vw; + height: 100vh; + overflow: hidden; + + font-family: ${({theme:e})=>e.fontFamily}; + font-size: ${({theme:e})=>e.fontSize.base}; + line-height: ${({theme:e})=>e.lineHeight.text}; + color: ${({theme:e})=>e.palette.textDefault}; + background-color: ${({theme:e})=>e.palette.background2}; + caret-color: ${({theme:e})=>e.palette.textDefault}; + } + + #toast-container { + padding: 0 !important; + margin: 0; + overflow: hidden !important; + } + + * { + padding: 0; + margin: 0; + box-sizing: border-box; + } + + ul, + li { + list-style: none; + } + + &, * { + ${r.Mixins.scrollbar.base} + } + + .notification-center { + width: ${"345px"}; + display: flex; + flex-flow: column; + height: 100%; + background-color: ${({theme:e})=>e.palette.background2}; + } + + #react-app { + height: 100%; + } + + .no-select { + user-select: none; + } + + .single-line { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + word-wrap: break-word; + color: ${({theme:e})=>e.palette.textDefault}; + } + + @keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } + } + + @keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } + } + + @keyframes fadeOutRight { + 0% { + opacity: 1; + transform: translate3d(0, 0, 0); + } + + 100% { + opacity: 0; + transform: translate3d(200%, 0, 0); + perspective: 1000; + } + } +`},930:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ToastPositionerValidStateChange=t.ToastPositionerDragChange=t.RequestSetToastLocation=t.ExitSetCustomToastPosition=t.RequestNewCustomToastPosition=void 0;const r=n(6566);class i extends r.Action{constructor(){super()}reduce(e){return Object.assign(Object.assign({},e),{centerVisible:!1,toastPositioning:Object.assign(Object.assign({},e.toastPositioning),{isSettingPosition:!0})})}}t.RequestNewCustomToastPosition=i;class o extends r.Action{constructor(){super()}reduce(e){return Object.assign(Object.assign({},e),{centerVisible:!0,toastPositioning:Object.assign(Object.assign({},e.toastPositioning),{isSettingPosition:!1})})}}t.ExitSetCustomToastPosition=o;class a extends r.Action{constructor(e){super(),this.position=e}}t.RequestSetToastLocation=a;class s extends r.KeyedAction{constructor(e){super("toastPositioning"),this.state=e}reduce(e){return Object.assign(Object.assign({},e),{isDragging:this.state})}}t.ToastPositionerDragChange=s;class c extends r.KeyedAction{constructor(e){super("toastPositioning"),this.state=e}reduce(e){return Object.assign(Object.assign({},e),{validPosition:this.state})}}t.ToastPositionerValidStateChange=c},978:e=>{e.exports=s},1037:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CenterPositionSelector=void 0;const a=o(n(5932)),s=n(7250),c=n(785);t.CenterPositionSelector=e=>{const{value:t,title:n,id:r="",onChange:i=()=>{}}=e;return a.createElement("div",{role:"radiogroup"},a.createElement(c.TitleElement,{htmlFor:r,size:s.Size.large},n),a.createElement(c.StyledSelectors,{tabIndex:0,onKeyUp:e=>{switch(e.key){case"ArrowUp":case"ArrowLeft":case"ArrowDown":case"ArrowRight":e.preventDefault(),e.stopPropagation(),"left"===t&&i("right"),"right"===t&&i("left")}},id:r},a.createElement(c.Selector,{position:"left",onClick:i,active:"left"===t}),a.createElement(c.Selector,{position:"right",onClick:i,active:"right"===t})))}},1168:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateListComponent=void 0;const i=r(n(5932)),o=r(n(2230)),a=n(7250);t.TemplateListComponent=e=>{const{notification:t}=e;return i.default.createElement(s,null,i.default.createElement(a.DefinitionList,{definitions:new Map(Object.entries(t.notification.list))}))};const s=o.default.div` + flex: 1; + width: 100%; +`},1230:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useCollapsibleCardHeaderOffScreen=void 0;const r=n(5932),i=(e,t)=>{const n=null==e?void 0:e.current,r=null==t?void 0:t.current;if(n&&r){const e=n.getBoundingClientRect(),t=r.getBoundingClientRect(),i=e.top-t.top,o=e.bottom-t.top,a=t.bottom-t.top;return i<0||o>a+40}return!1};t.useCollapsibleCardHeaderOffScreen=(e,t)=>{const[n,o]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{const n=()=>o(i(e,t));return(null==t?void 0:t.current)&&t.current.addEventListener("scroll",n),()=>{(null==t?void 0:t.current)&&t.current.removeEventListener("scroll",n)}},[e,t]),(0,r.useEffect)(()=>o(i(e,t)),[e,t]),n}},1270:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useCollapsibleCardHeaderScroll=void 0;const r=n(5932);t.useCollapsibleCardHeaderScroll=(e,t,n)=>{(0,r.useEffect)(()=>{var r;n&&(null==t?void 0:t.current)&&(null==e?void 0:e.current)&&(t.current.scrollTop=null==e?void 0:e.current.offsetTop,t.current.scroll({behavior:"auto",top:null===(r=e.current.parentElement)||void 0===r?void 0:r.offsetTop}))},[n,e,t])}},1351:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckboxWidgetComponent=void 0;const i=n(7250),o=n(258),a=r(n(5932)),s=r(n(2230)),c=n(5232),l=n(5484);t.CheckboxWidgetComponent=e=>((0,l.useRaiseFieldAnalytics)(e.field,e.raiseAnalytics),a.default.createElement(o.Field,{name:e.field.key},({field:t})=>a.default.createElement(u,null,a.default.createElement(i.Checkbox,Object.assign({},t,{checked:t.value,label:(0,c.getLabelText)(e.field,e.formSettings),tabIndex:e.tabIndexOverride,helperText:e.field.helperText})))));const u=(0,s.default)(i.Box)` + width: 100%; +`},1413:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateComponentMap=void 0;const r=n(4415),i=n(6812),o=n(6684),a=n(1168);t.TemplateComponentMap={[r.TemplateNames.markdown]:o.TemplateMarkdownComponent,[r.TemplateNames.list]:a.TemplateListComponent,[r.TemplateNames.custom]:i.TemplateCustomComponent}},1474:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1569:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTooltip=t.isElementOverflown=void 0;const r=n(5932);function i(e){return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth}t.isElementOverflown=i,t.useTooltip=e=>(0,r.useCallback)(t=>{t&&e&&(i(t)?t.title=e:t.title="")},[e])},1656:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuModalDialog=void 0;const r=n(7581);t.useMenuModalDialog=(e,t,n,i,o,a,s,c,l)=>(0,r.useModalDialog)(t,n,o,(e,t,n)=>Object.assign(Object.assign({type:"Menu",position:n,width:t.clientWidth,options:[i]},e),{selectedOption:s}),t=>t?e(t):a(),c,l)},1827:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationFormEditStart=void 0;const r=n(6566),i=n(7451);class o extends r.Action{constructor(e){super(),this.notificationId=e}async call(e,t){await e.dispatch(new i.Freeze),await t()}reduce(e){var t,n,r,i;const o=null!==(n=null===(t=e.activeForms)||void 0===t?void 0:t.forms)&&void 0!==n?n:[];return Object.assign(Object.assign({},e),{activeForms:{focusedFormNotificationId:this.notificationId,createNotificationsCount:null!==(i=null===(r=e.activeForms)||void 0===r?void 0:r.createNotificationsCount)&&void 0!==i?i:0,forms:[{notificationId:this.notificationId,formStatusOptions:{formStatus:"not-submitted"}},...o.filter(e=>e.notificationId!==this.notificationId)]}})}}t.NotificationFormEditStart=o},1922:e=>{e.exports=c},1971:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorLabel=void 0;const i=r(n(5932)),o=n(258),a=n(7250);t.ErrorLabel=e=>{const{name:t}=e,{errors:n,touched:r}=(0,o.useFormikContext)(),s=n[t],c=!!s,l=r[t];return c&&l?i.default.createElement("div",{"data-test-id":"validation-error"},i.default.createElement(a.ValidationError,null,"string"==typeof s?s:"Invalid value")):null}},2124:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.InfoBanner=t.IndicatorBanner=void 0;const a=n(7250),s=o(n(5932)),c=o(n(2230)),l=n(6865),u=n(1569),d=n(9872);t.IndicatorBanner=e=>{const{indicator:t,children:n,alignment:r}=e,i="center"===r?p.horizontal:p.vertical,o=t.text||t.type,a=(0,u.useTooltip)(o);return s.createElement(i.Container,{className:"indicator","data-testid":"indicator",indicator:t,alignment:r,alignItems:"center",key:`${r}-indicator`},s.createElement(i.TextWrapper,null,s.createElement(i.Message,{ref:a,indicator:t,alignment:r,"data-testid":"text"},n||o)))},t.InfoBanner=({text:e})=>s.createElement(t.IndicatorBanner,{indicator:{text:e,color:l.IndicatorColor.GRAY},alignment:"center"});const f=c.css` + color: ${({indicator:e,theme:t})=>(0,d.getIndicatorColor)("foreground",e,t)}; +`,h=c.css` + background: ${({indicator:e,theme:t})=>(0,d.getIndicatorColor)("background",e,t)}; +`,p={horizontal:{CountWrapper:(0,c.default)(a.Box)` + min-width: ${e=>e.theme.px.xxxxlarge}; + width: ${e=>e.theme.px.xxxxlarge}; + z-index: 100; + `,TextWrapper:(0,c.default)(a.Box)` + width: ${({shift:e,theme:t})=>e?`calc(100% - ${t.px.xxxxlarge})`:"100%"}; + & > * { + width: ${({shift:e,theme:t})=>e?`calc(100% - ${t.px.xxlarge})`:"100%"} !important; + margin-left: 0; + &:not([title]) { + margin-left: -${({shift:e,theme:t})=>e?t.unit.xxlarge/2+"px":"0"}; + } + } + `,StackCount:(0,c.default)(a.Badge)` + background: rgba(0, 0, 0, 0.25); + border-radius: ${e=>e.theme.radius.small}; + justify-self: flex-start; + box-shadow: none; + `,Message:(0,c.default)(a.Text)` + text-align: center; + width: 100%; + text-transform: uppercase; + ${a.Mixins.textOverflow}; + ${f} + `,Container:(0,c.default)(a.Box)` + user-select: none; + position: relative; + width: 100%; + height: ${e=>e.theme.px.xxlarge}; + padding: 0 ${e=>e.theme.px.small}; + border-top-left-radius: ${e=>e.theme.px.small}; + border-top-right-radius: ${e=>e.theme.px.small}; + ${h} + `},vertical:{CountWrapper:(0,c.default)(a.Box)` + z-index: 100; + `,TextWrapper:(0,c.default)(a.Box)` + justify-content: center; + flex: 1; + width: ${({theme:e})=>e.px.xlarge}; + writing-mode: vertical-rl; + padding-top: ${({theme:e})=>e.px.xsmall}; + overflow: hidden; + `,Message:(0,c.default)(a.Text)` + transform: ${({alignment:e})=>"left"===e?"rotate(180deg)":""}; + text-align: center; + text-transform: uppercase; + ${a.Mixins.textOverflow}; + ${f} + `,StackCount:(0,c.default)(a.Badge)` + background: rgba(0, 0, 0, 0.25); + border-radius: ${({theme:e})=>e.radius.small}; + box-shadow: none; + align-self: center; + /* next 3 values are not in theme.px */ + margin-left: ${({alignment:e})=>"left"===e?"1px":"0"}; + margin-right: ${({alignment:e})=>"right"===e?"1px":"0"}; + width: 22px; + `,Container:(0,c.default)(a.Box)` + border-top-left-radius: ${({theme:e,alignment:t})=>"left"===t?e.px.small:"0"}; + border-top-right-radius: ${({theme:e,alignment:t})=>"right"===t?e.px.small:"0"}; + border-bottom-left-radius: ${({theme:e,alignment:t})=>"left"===t?e.px.small:"0"}; + border-bottom-right-radius: ${({theme:e,alignment:t})=>"right"===t?e.px.small:"0"}; + user-select: none; + position: relative; + width: ${({theme:e})=>e.px.xxlarge}; + height: 100%; + padding: ${({theme:e})=>`${e.px.small} ${e.px.xsmall}`}; + flex-direction: column; + ${h} + `}}},2191:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getSortDate=t.generateGroups=t.getPriorityTitle=t.getGroupTitle=t.isLayered=t.GroupTypeNames=t.PriorityTitles=void 0;const r=n(4887),i=n(3363),o=n(2207);function a(e,t){return"date"===t?(0,o.getDateTitle)(f(e)):s(e)}function s(e){var n;const r=null!==(n=e.notification.priority)&&void 0!==n?n:1;return t.PriorityTitles[r-1]}function c(e,t,n){const r=d(e,e=>function(e){var t,n;const r=e.source;return"desktop"===r.type?null!==(n=null===(t=e.notification.stream)||void 0===t?void 0:t.id)&&void 0!==n?n:r.identity.uuid:""}(e));return Array.from(r.keys()).map(e=>{var i,o,a,s;const c=null!==(i=r.get(e))&&void 0!==i?i:[],d=l(c,t,n),f=d.reduce((e,t)=>e+t.notifications.length,0);return{key:e,title:null!==(a=null===(o=c[0])||void 0===o?void 0:o.title)&&void 0!==a?a:e,count:f,sections:d,preview:u(d),isStream:!!(null===(s=c[0])||void 0===s?void 0:s.notification.stream)}}).sort((e,t)=>e.title.localeCompare(t.title))}function l(e,t,n){const r=d(e,e=>a(e,t));return Array.from(r.keys()).map(e=>{var i;const o="date"===t,a=null!==(i=r.get(e))&&void 0!==i?i:[],s=a[0];return o&&a.sort((e,t)=>"ascending"===n?f(e)-f(t):f(t)-f(e)),{key:e,title:e,sortValue:o?f(s):s.notification.priority,notifications:a}}).sort((e,t)=>"ascending"===n?e.sortValue-t.sortValue:t.sortValue-e.sortValue)}function u(e){let t=0;const n=[];for(const i of e){if(t+i.notifications.length<=r.groupMinimizedStackSize)n.push(i),t+=i.notifications.length;else{const e=r.groupMinimizedStackSize-t;n.push(Object.assign(Object.assign({},i),{notifications:i.notifications.slice(0,e)})),t+=e}if(t>=r.groupMinimizedStackSize)break}return{sections:n}}function d(e,t){const n=new Map;return e.forEach(e=>{const r=t(e),i=n.get(r);i?i.push(e):n.set(r,[e])}),n}function f(e){var t,n;return null!==(n=null===(t=e.modifiers)||void 0===t?void 0:t.reminder)&&void 0!==n?n:e.notification.date}t.PriorityTitles=["Uncategorized","Low","Medium","High"],t.GroupTypeNames={Flat:"Flat",Layered:"Layered"},t.isLayered=function(e){return e.type===t.GroupTypeNames.Layered},t.getGroupTitle=a,t.getPriorityTitle=s,t.generateGroups=function(e){const{notifications:n,applications:r,streams:o,selectedCategory:a,sortType:s,sortDirection:u}=e,d="needs-attention"===a,f="sender"===a;let h=n.map(e=>{var t,n;return Object.assign(Object.assign({},e),{title:null!==(n=(0,i.getStreamTitle)(o,null===(t=e.notification.stream)||void 0===t?void 0:t.id))&&void 0!==n?n:(0,i.getSourceTitle)(e.source,r)})});return d&&(h=h.filter(e=>"sticky"===e.notification.toast||"sticky"===e.notification.sticky)),f?{type:t.GroupTypeNames.Layered,layers:c(h,s,u)}:{sections:l(h,s,u)}},t.getSortDate=f},2200:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonLabel=void 0;const i=r(n(5932)),o=r(n(2230)),a=n(7250),s={"not-submitted":e=>i.default.createElement(c,null,e.buttonText),submitted:e=>i.default.createElement(i.default.Fragment,null,i.default.createElement(l,null),i.default.createElement(c,null,e.buttonText)),submitting:e=>i.default.createElement(i.default.Fragment,null,i.default.createElement(u,null),i.default.createElement(c,null,e.buttonText))};t.ButtonLabel=({overrides:e,button:t})=>t.submit&&e.hasOverrides?s[e.formStatus](e):s["not-submitted"](e);const c=o.default.span` + white-space: nowrap; + text-overflow: ellipsis; + display: block; + overflow: hidden; + height: ${({theme:e})=>e.unit.base+1}px; +`,l=(0,o.default)(a.Icon).attrs({icon:"CheckIcon",size:"base"})``,u=(0,o.default)(a.Loader).attrs({size:"base"})``},2207:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getZonedDate=t.localTimeString=t.localDateString=t.formatLines=t.getDate=t.getDateTitle=void 0;const r=n(5738),i=n(5904);function o(e,t){const n=new Date(e),i=new Date,o=Math.abs((0,r.differenceInMinutes)(n,i));return o<1?"now":o<60||!t&&n>i?function(e,t){const n=(0,r.formatDistanceStrict)(e,t,{addSuffix:!0}).replace(/ minutes| minute/g,"m");return"60m ago"===n?(0,r.format)(e,"p"):"in 60m"===n?"in 1 hour":n}(n,i):function(e,t,n){const i=(0,r.differenceInHours)(t,e),o=(0,r.differenceInCalendarDays)(t,e);return Math.abs((0,r.differenceInMinutes)(t,e))>=60&&0===o?`${n?"at ":""}${(0,r.format)(e,"p")}`:1===o||i>24&&o<=6?`${n?"at ":""}${(0,r.format)(e,n?"p, EEE":"EEE, p")}`:`${n?"at ":""}${(0,r.format)(e,n?"p, MMM d":"MMM d, p")}`}(n,i,t)}function a(e){return(0,i.toZonedTime)(null!=e?e:Date.now(),Intl.DateTimeFormat().resolvedOptions().timeZone)}t.getDateTitle=function(e){const t=new Date(e),n=new Date,i=(0,r.differenceInCalendarDays)(n,t);return 0===i?"Today":1===i?"Yesterday":-1===i?"Tomorrow":i>0&&i<=6?`Last ${(0,r.format)(t,"EEEE")}`:i<0&&i>=-6?(0,r.format)(t,"EEEE"):(0,r.format)(t,"MMMM d, yyyy")},t.getDate=o,t.formatLines=function(e,t){if(t){if(t>=Date.now()){const e=o(t,!0);return"at"===e.substring(0,2)?["Reminding at",e.substring(3)]:[`Reminding ${e}`,null]}return[`Reminded ${o(t,!0)}`,`Sent ${o(e,!0)}`]}return[o(e),null]},t.localDateString=function(e){const t=null!=e?e:Date.now();return(0,r.formatISO)(a(t)).substring(0,10)},t.localTimeString=function(e){const t=null!=e?e:Date.now();return(0,r.formatISO)(a(t)).substring(11,16)},t.getZonedDate=a},2230:e=>{e.exports=l},2362:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.hydrateUpdateNotification=void 0;const r=n(2867),i=n(5996),o=n(611);t.hydrateUpdateNotification=function(e,t){const n=(0,o.getTemplateSchema)(e).validateSync(e,t),a=(0,i.isTemplate)(n,"markdown")?(0,r.getMarkdownTextContent)(n.body):"";return Object.assign(Object.assign({},n),{bodyText:a,body:n.body})}},2373:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Timer=void 0,t.Timer=class{constructor(e){this._duration=e}start(e){this.clear(),this._timeoutHandle=window.setTimeout(()=>{this._timeoutHandle=void 0,null==e||e()},this._duration)}clear(){void 0!==this._timeoutHandle&&window.clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0}get running(){return void 0!==this._timeoutHandle}}},2391:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(6630),t),i(n(2874),t)},2425:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.makePresetTimeSpanOptions=t.isPresetTimeSpan=void 0;const r=n(5738);t.isPresetTimeSpan=function(e){return e&&"object"==typeof e&&"timeSpan"in e&&"event"in e},t.makePresetTimeSpanOptions=function(e){return[[{title:"5 min",value:{event:"5 min",timeSpan:(0,r.minutesToMilliseconds)(5)}},{title:"15 min",value:{event:"15 min",timeSpan:(0,r.minutesToMilliseconds)(15)}},{title:"30 min",value:{event:"30 min",timeSpan:(0,r.minutesToMilliseconds)(30)}},{title:"1 hour",value:{event:"1 hour",timeSpan:(0,r.minutesToMilliseconds)(60)}},{title:"Custom",value:"custom"}],...e?[[{title:"Cancel Reminder",value:"cancel"}]]:[]]}},2471:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SetSearchMode=t.SetSearching=t.ClearSearch=t.SearchNotifications=t.searchKeys=t.initialSearchState=void 0;const i=n(6566),o=r(n(7342)),a=n(2191);t.initialSearchState={searchMode:!1,searching:!1,query:"",ready:!1,results:[]},t.searchKeys=["notification.title","bodyText","title","notification.indicator.text"],"undefined"!=typeof window&&(window.search={minLength:1,useQueryLength:!0,queryLengthMinus:0,threshold:.4,distance:500,useExtendedSearch:!1,logging:!1});class s extends i.Action{constructor(e){super(),this.text=e}async call(e,n){const{notifications:r}=e.state,i=r.map(e=>{var t,n,r;let i=e;return i.notification.indicator&&(i=Object.assign(Object.assign({},i),{notification:Object.assign(Object.assign({},i.notification),{indicator:Object.assign(Object.assign({},null===(t=e.notification)||void 0===t?void 0:t.indicator),{text:(null===(n=e.notification.indicator)||void 0===n?void 0:n.text)||(null===(r=e.notification.indicator)||void 0===r?void 0:r.type)})})})),i}),s=new o.default(i,{keys:t.searchKeys,includeMatches:!0,includeScore:!0,useExtendedSearch:window.search.useExtendedSearch,minMatchCharLength:window.search.useQueryLength?this.text.length-window.search.queryLengthMinus:window.search.minLength,threshold:window.search.threshold,distance:window.search.distance,sortFn:(e,t)=>e.score===t.score?(0,a.getSortDate)(i[t.idx])-(0,a.getSortDate)(i[e.idx]):e.score-t.score});await e.dispatch(new l),new Promise(()=>{this.result=s.search(this.text.trim(),{limit:300}),window.search.logging&&console.log(this.result),n()})}reduce(e){return Object.assign(Object.assign({},e),{search:Object.assign(Object.assign({},e.search),{searching:!1,query:this.text,ready:!0,results:this.result})})}}t.SearchNotifications=s;class c extends i.Action{reduce(e){return Object.assign(Object.assign({},e),{search:Object.assign(Object.assign({},e.search),{query:"",searching:!1,ready:!1,results:[]})})}}t.ClearSearch=c;class l extends i.Action{constructor(){super()}reduce(e){return Object.assign(Object.assign({},e),{search:Object.assign(Object.assign({},e.search),{searching:!0})})}}t.SetSearching=l;class u extends i.Action{constructor(e){super(),this.mode=e}async call(e,t){await e.dispatch(new c),await t()}reduce(e){return Object.assign(Object.assign({},e),{search:Object.assign(Object.assign({},e.search),{searchMode:this.mode})})}}t.SetSearchMode=u},2551:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationCardComponent=void 0;const a=o(n(5932)),s=n(6455),c=n(1413),l=n(6012),u=n(2124),d=n(3873),f=n(9690),h=n(7207),p=n(7250),m=o(n(2230)),g=n(4858),v=n(5996),y=n(2773),C=n(2425),b=n(4990),w=n(3565),_=n(9136),x=n(6415);t.NotificationCardComponent=e=>{var t,n,r,i,o,p,m;const{style:P,senderTitle:A,isFormExpanded:k,isToast:T=!1,clickAction:D,remove:I,minimize:L,submitForm:R,clickButtonAction:F,showReminderModal:N,setReminder:H,cancelReminder:B,raiseAnalyticsEvent:V,clickFragment:$,revisionNumber:Z,onKeyDown:z,focusedNotification:W}=e,{setIsMenuModalOpen:U,setMenuConfig:G,setIsCustomReminderModalOpen:Y,setCustomReminderConfig:q,setModalType:K}=(0,a.useContext)(x.WebModalContext),[X,J]=(0,a.useState)(-1),[Q,ee]=(0,a.useState)(!1),[te,ne]=(0,y.useIsStateUpdate)(Z,(e,t)=>Q&&e!==t),re=(0,l.isStoredNotification)(e.notification)?e.notification:e.notification.item,ie=re.notification,oe=null===(t=re.modifiers)||void 0===t?void 0:t.reminder,ae=A||re.title,se=(0,v.isTemplate)(ie,"custom")?null===(n=ie.templateOptions.buttons)||void 0===n?void 0:n.align:void 0,ce=(0,v.isTemplate)(ie,"custom")&&(null===(r=ie.templateOptions.indicator)||void 0===r?void 0:r.align)||"center",le=(e=>{var t,n,r;return e.indicator?(0,v.isTemplate)(e,"custom")?Object.assign(Object.assign({},e.indicator),{color:null!==(n=null===(t=e.indicator)||void 0===t?void 0:t.color)&&void 0!==n?n:null===(r=e.templateOptions.indicator)||void 0===r?void 0:r.color}):e.indicator:null})(ie),ue=!!oe&&oe>Date.now(),de=re.notification.allowReminder,{raiseAnalyticsEventDelayed:fe,cancelAnalyticsEventTimer:he}=(0,b.useAnalyticsDebounce)(1e3,V),pe=(0,a.useRef)(null),me=a.default.useContext(_.WindowContext),ge=a.default.useRef(null);(0,a.useEffect)(()=>{var e;re.id===(null==W?void 0:W.notificationId)&&(null===(e=ge.current)||void 0===e||e.focus())},[W,re.id,ge.current]);const ve=(e,t)=>{null==H||H(Object.assign(Object.assign({},re),{modifiers:Object.assign(Object.assign({},re),{reminder:null!=t?t:Date.now()+e})}))},ye=c.TemplateComponentMap[re.notification.template];if(!ye)return console.error(`Unable to render ${re.id}. Unknown template ${re.notification.template}.`,re),null;const Ce=()=>ne(),be=[{title:"OK",cta:!0,index:0,iconUrl:"",submit:!1,type:"button",onClick:Ce,formOptions:null}],we=te&&ie.buttons.length>0?be:ie.buttons,_e=a.default.createElement(a.default.Fragment,null,a.default.createElement(f.CardHeader,{sender:ae,icon:ie.icon,uuid:null!==(o=null===(i=ie.stream)||void 0===i?void 0:i.id)&&void 0!==o?o:JSON.stringify(re.source),creationDate:ie.date,reminderDate:oe,isToast:T,"data-testid":"header",showReminderButton:de,onDismiss:e=>{e.stopPropagation(),e.preventDefault(),te||(T?(console.log(`Toast dismiss button clicked. (Nfn ID:${re.id})`),null==L||L(re)):(null==z||z(new KeyboardEvent("keydown",{key:"_Delete"})),console.log(`Notification remove button clicked. (Nfn ID:${re.id})`),null==I||I(re)))},onShowReminderModal:t=>{const n={x:t.screenX,y:t.screenY},r={identity:{id:"custom-reminder-select-menu-modal"},type:"CustomReminderModal",position:n,notification:re,isToast:T,onDismiss:t=>{"web"===e.mode&&Y(!1),"number"==typeof t&&(ve(0,t),null==V||V({type:T?"Toast":"Notification",action:"Set Custom Reminder",value:`${t+Date.now()}`,data:re.id,skipValueHashing:!0}))}},i={type:"Menu",position:n,width:140,header:"Remind me in...",options:(0,C.makePresetTimeSpanOptions)(ue),onDismiss:t=>{(0,C.isPresetTimeSpan)(t)?(ve(t.timeSpan),U(!1),null==V||V({type:T?"Toast":"Notification",action:"Select preset Reminder",value:`${t.timeSpan+Date.now()}`,data:re.id,skipValueHashing:!0})):"string"==typeof t&&("cancel"===t?(null==B||B(re),"web"===e.mode&&U(!1),null==V||V({type:"Notification",action:"Cancel Reminder",data:re.id,skipValueHashing:!0})):"custom"===t&&("web"===e.mode?(U(!1),Y(!0),K("reminder"),q(r)):null==N||N(r)))}};if("desktop"===e.mode)null==N||N(i);else if("web"===e.mode)return U(!0),G(i),void K("reminder");null==V||V({type:T?"Toast":"Notification",action:"Select Reminder Button",data:{id:re.id},skipValueHashing:!0})},raiseAnalyticsEvent:V,tabIndex:X,notificationID:re.id,mode:e.mode}),ie.title&&a.default.createElement(S,null,a.default.createElement(g.SingleLine,{weight:"bold","data-testid":"notification-title"},ie.title)),a.default.createElement(j,{ref:pe,"data-scrollable-container":"true",flexDirection:"column","data-testid":"template-content"},a.default.createElement(ye,{notification:re,submitForm:R,clickButtonAction:F,clickFragment:async(e,t)=>{t.onClick&&(e.stopPropagation(),e.preventDefault(),await(null==$?void 0:$(re,t,T)))},templateContent:pe,tabIndexOverride:X,isToast:T}))),xe=T?"Click to dismiss":"Click to clear",Oe=(null===(p=re.notification.onSelect)||void 0===p?void 0:p.BODY_CLICK)===s.ActionBodyClickType.DISMISS_EVENT&&!(null===(m=re.notification.buttons)||void 0===m?void 0:m.length),Ee=we.reduce((e,t)=>(t.cta?e.primary++:e.secondary++,e),{primary:0,secondary:0});return a.default.createElement(a.default.Fragment,null,a.default.createElement(h.Card,{title:Oe?xe:"",onClick:async e=>{(0,v.isTemplate)(ie,"markdown")&&ie.form||(e.stopPropagation(),e.preventDefault(),te||await(null==D?void 0:D(re)))},"data-testid":"notification-card","data-id":re.id,style:P,hasButtons:we.length>0,isTall:Ee.primary>3||Ee.secondary>3,tabIndex:X,onMouseEnter:()=>{ee(!0),fe({type:T?"Toast":"Notification",action:"Hover",skipValueHashing:!0})},onMouseLeave:()=>{ee(!1),ne(),he()},isToast:T,isFormExpanded:k,onFocus:()=>J(0),onBlur:e=>{const t=e.currentTarget;requestAnimationFrame(()=>{t.contains(me.document.activeElement)||J(-1)})},onKeyDown:e=>null==z?void 0:z(e.nativeEvent),ref:ge,role:"listitem",mode:e.mode},a.default.createElement(w.FormikProxyProvider,null,le&&a.default.createElement(O,{alignment:ce},te?a.default.createElement(u.InfoBanner,{text:"Notification Updated"}):a.default.createElement(u.IndicatorBanner,{indicator:le,alignment:ce})),a.default.createElement(M,{flexDirection:"column",gap:"xsmall"},te?a.default.createElement(E,{"data-testid":"update-overlay",gap:"xsmall"},_e):_e,we.length>0&&a.default.createElement(d.ButtonsContainer,{alignment:se,buttonData:we,onClick:te?Ce:async(e,t)=>{if(!t.submit){e.stopPropagation(),e.preventDefault();const n=t.index||0;await(null==F?void 0:F(re,n))}},tabIndexOverride:X,notificationId:re.id,isToast:T,raiseAnalyticsEvent:V})))))};const O=(0,m.default)(p.Box)` + position: absolute; + ${e=>{switch(e.alignment){case"center":return m.css` + top: 0; + width: 100%; + + & + * { + margin-top: ${e=>e.theme.px.xxlarge}; + } + `;case"left":return m.css` + left: 0; + height: 100%; + + & + * { + margin-left: ${e=>e.theme.px.xxlarge}; + padding: ${({theme:e})=>`0 ${e.px.base}`}; + } + `;case"right":return m.css` + right: 0; + height: 100%; + + & + * { + margin-right: ${e=>e.theme.px.xxlarge}; + padding: ${({theme:e})=>`0 ${e.px.base}`}; + } + `}}}; +`,E=(0,m.default)(p.Box)` + width: 100%; + opacity: 0.5; + z-index: 99; + display: flex; + flex-direction: column; +`,M=(0,m.default)(p.Box)` + flex: 1; + width: 100%; + padding-bottom: ${e=>e.theme.px.base}; +`,j=(0,m.default)(p.Box)` + position: relative; + flex: 1; + max-height: 400px; + overflow-x: hidden; + overflow-y: overlay; +`,S=(0,m.default)(p.Box)` + padding-right: ${e=>e.theme.px.base}; + padding-left: ${e=>e.theme.px.base}; +`},2645:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.InjectorBase=void 0;const r=n(5785);class i{static get initialized(){return i._initialized.promise}}t.InjectorBase=i,i._initialized=new r.DeferredPromise},2716:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.APIExecutionDeferrer=void 0;const r=n(136),i=n(4128),o=n(6476),a=n(7451);class s extends r.APIMethodHandler{constructor(e,t){super(e,t),this._waitQueue=new o.WaitQueue}defer(e,t=!1){return async(n,r)=>{var o,a;this._waitQueue.isLocked&&t&&await this._store.dispatch(new i.SetNotificationFormEditBannerCount((null!==(a=null===(o=this._store.state.activeForms)||void 0===o?void 0:o.createNotificationsCount)&&void 0!==a?a:0)+1));const s=await this._waitQueue.lock(),c=await e(n,r);return this._waitQueue.release(s),c}}registerStoreActions(){this._store.onAction.add(this.onAction.bind(this))}async onAction(e){e instanceof a.Freeze?this._waitQueue.wait():e instanceof a.Unfreeze&&this._waitQueue.signal()}}t.APIExecutionDeferrer=s},2750:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetTheme=void 0;const r=n(6566);class i extends r.Action{constructor(e){super(),this.theme=e}reduce(e){return Object.assign(Object.assign({},e),{theme:this.theme?Object.assign({},this.theme):void 0})}}t.SetTheme=i},2753:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getUpdateValidateOptions=void 0;const r=n(4692),i=n(5996);t.getUpdateValidateOptions=function(e){if(e&&(0,i.isTemplate)(e,"custom")){const t=e.templateOptions.body.compositions;if(t.length>0)return{context:{fragments:(0,r.flattenLayout)(t[0].layout)}}}}},2773:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(8728),t)},2777:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});const r=n(3089);async function i(e,t){let n=0;for(const r of e)await t(r,n,e),n++}async function o(e,t){await Promise.all(e.map(t))}function a(e,t,n){const i=new r.DeferredPromise,o=e.add((...e)=>{t(...e)&&(o.remove(),i.resolve())});return n&&n.catch(e=>{o.remove(),i.reject(e)}),s(i.promise)}function s(e){return e.catch(()=>{}),e}t.serialForEach=i,t.serialMap=async function(e,t){const n=[];return await i(e,async(e,r,i)=>{n.push(await t(e,r,i))}),n},t.serialFilter=async function(e,t){const n=[];return await i(e,async(e,r,i)=>{await t(e,r,i)&&n.push(e)}),n},t.parallelForEach=o,t.parallelMap=async function(e,t){const n=[];return await o(e,async(e,r,i)=>{n[r]=await t(e,r,i)}),n},t.parallelFilter=async function(e,t){const n=[];return await o(e,async(e,r,i)=>{n[r]=await t(e,r,i)}),e.filter((e,t)=>n[t])},t.withStrictTimeout=function(e,t,n){const r=new Promise((t,r)=>setTimeout(()=>r(new Error(n)),e));return s(Promise.race([r,t]))},t.withTimeout=function(e,t){const n=new Promise(t=>setTimeout(()=>t([!0,void 0]),e)),r=t.then(e=>[!1,e]);return Promise.race([n,r])},t.untilTrue=function(e,t,n){return t()?Promise.resolve():a(e,t,n)},t.untilSignal=a,t.allowReject=s},2867:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getMarkdownTextContent=t.renderMarkdown=void 0;const i=(0,r(n(7344)).default)("zero",{breaks:!0});function o(e){return i.render(e)}i.enable("hr"),i.enable("paragraph"),i.enable("newline"),i.enable("heading"),i.enable("lheading"),i.enable("list"),i.enable("blockquote"),i.enable("emphasis"),i.enable("image"),t.renderMarkdown=o,t.getMarkdownTextContent=function(e){const t=o(e),n=document.createElement("span");n.innerHTML=t;const r=n.textContent||"";return n.remove(),r}},2874:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NumberWidgetComponent=t.clamp=void 0;const i=r(n(5932)),o=n(258),a=n(8912),s=n(7260),c=n(1971),l=n(7250),u=n(5232),d=n(5484);t.clamp=(e,t,n)=>Math.min(Math.max(e,null!=t?t:Number.NEGATIVE_INFINITY),null!=n?n:Number.POSITIVE_INFINITY),t.NumberWidgetComponent=e=>i.default.createElement(o.Field,{name:e.field.key,component:f,numberField:e.field,formSettings:e.formSettings,tabIndex:e.tabIndexOverride,raiseAnalytics:e.raiseAnalytics});const f=e=>{const{raiseAnalytics:n,field:r,form:o,numberField:f,formSettings:h}=e,{placeholder:p,min:m,max:g,step:v=1,currencyChar:y}=f.widget;(0,d.useRaiseFieldAnalytics)(f,n);const C=o.errors[r.name]&&o.touched[r.name]?"critical":void 0;return i.default.createElement(s.InputContainer,{flexDirection:"column"},i.default.createElement(l.NumberInput,{label:(0,u.getLabelText)(f,h),onChangeCapture:()=>{o.touched[r.name]||o.setFieldTouched(r.name)},onChange:e=>o.setFieldValue(r.name,e.target.value),autoComplete:"off",placeholder:p,helperText:f.helperText,min:m,max:g,prependString:y,onTakeStep:e=>{const n=r.value?Number(r.value):null,i=m||0==m?Number(m):void 0,a=g?Number(g):void 0,s=(0,t.clamp)((null!=n?n:0)+v*e,i,a);o.setFieldTouched(r.name,!0),o.setFieldValue(r.name,s,!0)},"data-type":a.NumberWidgetType.Number,value:r.value||0,status:C}),i.default.createElement(c.ErrorLabel,{name:r.name}))}},2882:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Injector=void 0;const r=n(4352),i=n(5785),o=n(6858),a=n(7202),s=n(3769),c=n(7010),l=n(4854),u=n(9897),d=n(2645),f={[a.Inject.STORE]:o.WebStore,[a.Inject.SCHEDULER]:c.Scheduler,[a.Inject.API_HANDLER]:l.APIHandler,[a.Inject.CLIENT_CONTOLLER]:u.ClientController};class h extends d.InjectorBase{static async init(){const e=h._container,t=[];return Object.keys(f).forEach(n=>{const r=n,i=e.get(a.Inject[r]);(i instanceof s.AsyncInit||i instanceof o.WebStore)&&t.push(i.delayedInit())}),await Promise.all(t),h._ready=!0,d.InjectorBase._initialized.resolve(),d.InjectorBase._initialized.promise}static rebind(e){return h._container.rebind(e)}static reset(){d.InjectorBase._initialized=new i.DeferredPromise,h._ready=!1,h._container=h.createContainer()}static get(e){if(!h._ready)throw new Error("Injector not initialised");return h._container.get(e)}static getClass(e){return h._container.resolve(e)}static createContainer(){const e=new r.Container({skipBaseClassChecks:!0});return Object.keys(f).forEach(t=>{const n=t;"function"==typeof f[n]?e.bind(a.Inject[n]).to(f[n]).inSingletonScope():e.bind(a.Inject[n]).toConstantValue(f[n])}),e}}t.Injector=h,h._ready=!1,h._container=h.createContainer()},2903:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.initialState=void 0;const r=n(7527),i=n(7676),o=n(2471),a=n(8061),s=n(7234),c=n(7383),l=n(7451);t.initialState={categories:r.initialCategoryState,customManifest:!1,notifications:[],reminders:[],search:o.initialSearchState,stickyNotifications:[],sortedNotifications:i.initialSortedNotificationsState,applications:new Map,centerVisible:!1,centerLocked:!0,centerMuted:!1,display:a.initialDisplayState,errors:new Map,settings:s.initialSettingsState,securitySettings:c.initialSecuritySettingsState,streams:new Map,platform:l.initialPlatformState,frozen:!1,focusedNotification:{notificationId:null},mode:"desktop"}},2972:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateFragment=void 0;const i=r(n(5932)),o=r(n(2230)),a=n(7250),s=n(4415);t.TemplateFragment=e=>{var n;const{fragment:r,templateData:o,fragmentIndex:a,notificationKey:h,clickFragment:p,tabIndexOverride:m}=e,g=Object.assign({},r.style),v=`${h}-f-${a}`,y=(e,t)=>{t.onClick&&(null==p||p(e,t))},C=(e,t)=>{"Enter"!==e.key&&" "!==e.key||y(e,t)};if(r.type===s.TemplateFragmentNames.container)return i.default.createElement(c,{onClick:e=>y(e,r),onKeyDown:e=>C(e,r),tabIndex:-1!==m&&r.onClick?0:-1,role:r.onClick?"button":void 0,title:r.tooltipKey?o[r.tooltipKey]:"",fragment:r,style:g},null===(n=r.children)||void 0===n?void 0:n.map((e,n)=>i.default.createElement(t.TemplateFragment,{fragment:e,templateData:o,fragmentIndex:a+1,notificationKey:h,key:`${v}-${n}`,clickFragment:p,tabIndexOverride:m})));const b=o[r.dataKey];switch(r.type){case s.TemplateFragmentNames.text:return i.default.createElement(l,{style:g},b);case s.TemplateFragmentNames.actionableText:return i.default.createElement(f,{style:g,onClick:e=>y(e,r),onKeyDown:e=>C(e,r),tabIndex:-1!==m&&r.onClick?0:-1,title:r.tooltipKey?o[r.tooltipKey]:""},b);case s.TemplateFragmentNames.image:return i.default.createElement(u,{onClick:e=>y(e,r),onKeyDown:e=>C(e,r),style:g,src:b,tabIndex:-1!==m&&r.onClick?0:-1,role:r.onClick?"button":void 0,title:r.tooltipKey?o[r.tooltipKey]:"",fragment:r});case s.TemplateFragmentNames.list:return i.default.createElement(d,{style:g,definitions:new Map(b)});default:return i.default.createElement(i.default.Fragment,null)}};const c=o.default.div` + cursor: ${({fragment:e})=>e.onClick?"pointer":"default"}; +`,l=o.default.span``,u=o.default.img` + cursor: ${({fragment:e})=>e.onClick?"pointer":"default"}; +`,d=(0,o.default)(a.DefinitionList)``,f=o.default.span.attrs({role:"button"})` + cursor: pointer; + text-decoration: underline; + color: ${({theme:e})=>e.palette.linkDefault}; + + &:hover { + color: ${({theme:e})=>e.palette.linkHover}; + } +`},2984:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTemplateAPIVersion=t.getVersion=void 0,t.getVersion=function(){return"2.11.1"},t.getTemplateAPIVersion=function(){return"2"}},3051:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useFormCustomValidationErrors=void 0;const r=n(5932),i=n(9130);t.useFormCustomValidationErrors=(e,t)=>{const n=(0,i.useSelector)(e=>{var n,r;return null===(r=null===(n=e.activeForms)||void 0===n?void 0:n.forms.find(e=>e.notificationId===t))||void 0===r?void 0:r.errors}),{setFieldError:o}=e;(0,r.useEffect)(()=>{for(const e in n)o(e,n[e])},[n,o])}},3081:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useScrollToFirstElementOnExpand=void 0;const r=n(5932);t.useScrollToFirstElementOnExpand=(e,t)=>{(0,r.useEffect)(()=>{t&&e.current&&setTimeout(()=>{var t,n;const r=null===(n=null===(t=e.current)||void 0===t?void 0:t.parentElement)||void 0===n?void 0:n.querySelector("input, textarea, button");r&&r.focus()},500)},[e,t])}},3082:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationCenterWebComponent=void 0;const s=a(n(5932)),c=n(5338),l=n(9130),u=n(5056),d=n(3764),f=o(n(2230)),h=n(9136),p=n(660),m=n(3083),g=n(6452),v=n(436),y=n(7586);class C extends HTMLElement{constructor(){super(),this.reactRoot=null,this.root=this.attachShadow({mode:"open"}),this.styleTarget=document.createElement("style"),this.styleTarget.setAttribute("type","text/css"),this.styleTarget.textContent="",this.root.appendChild(this.styleTarget)}setProps(e){this.props=e,this.render()}connectedCallback(){setTimeout(()=>{this.render()},0)}render(){this.props&&this.props.store&&(this.props.store.subscribe(()=>{!1===this.props.store.getState().centerVisible?this.style.display="none":this.style.display="block"}),this.styleTarget.sheet?(this.reactRoot||(this.reactRoot=(0,c.createRoot)(this.root)),u.centerHistory.push(y.ROUTES.NOTIFICATIONS),this.reactRoot.render(s.default.createElement(l.Provider,{store:this.props.store},s.default.createElement(f.StyleSheetManager,{target:this.styleTarget},s.default.createElement(p.HistoryContext.Provider,{value:u.centerHistory},s.default.createElement(h.WindowProvider,{value:window},s.default.createElement(m.RootThemeProvider,null,s.default.createElement(d.GlobalWebStyles,null),s.default.createElement(b,{id:"here-notifications-panel"},s.default.createElement(g.Router,{routes:v.CenterRoutes,history:u.centerHistory}))))))))):setTimeout(()=>this.render(),0))}}t.NotificationCenterWebComponent=C;const b=f.default.div` + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; +`},3083:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RootThemeProvider=void 0;const i=r(n(5932)),o=n(9130),a=n(9183),s=n(7250);t.RootThemeProvider=(0,o.connect)(e=>{var t,n;return{themes:null===(t=e.theme)||void 0===t?void 0:t.themes,scheme:null===(n=e.theme)||void 0===n?void 0:n.scheme}})(({themes:e,scheme:t,children:n})=>i.default.createElement(a.DefaultThemeProvider,{themes:e,scheme:null!=t?t:s.ColorScheme.dark},n))},3087:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FormikProxyContext=void 0;const r=n(5932);t.FormikProxyContext=(0,r.createContext)({})},3089:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DeferredPromise=class{constructor(){const e=new Promise((e,t)=>{this._resolve=e,this._reject=t});this._promise=e}get promise(){return this._promise}get resolve(){return this._resolve}get reject(){return this._reject}}},3154:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3166:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.mergeRefs=void 0,t.mergeRefs=function(e){return t=>{e.forEach(e=>{"function"==typeof e?e(t):null!==e&&(e.current=t)})}}},3264:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{const{clearControl:n,capitalize:r=!1,focusOnMount:i,icon:o,onChange:s,error:l}=e,f=a(e,["clearControl","capitalize","focusOnMount","icon","onChange","error"]),v=c.useRef(null);return c.useEffect(()=>{var e;i&&(null===(e=v.current)||void 0===e||e.focus())},[v.current]),c.createElement(h,{error:l},o&&c.createElement(m,null,c.createElement(d.Icon,{icon:o})),c.createElement(p,Object.assign({type:"text",onChange:e=>{null==s||s({name:e.target.name,value:e.target.value})},ref:(0,u.mergeRefs)([v,t]),capitalize:r,clearControlPadding:n,iconPadding:void 0!==o},f)),n&&c.createElement(g,{icon:"Cross1Icon",onClick:()=>{v.current&&(null==s||s({name:f.name||"",value:""}),v.current.value="",v.current.focus())}}))}),t.TextInput.displayName="TextInput";const h=f.default.div` + display: inline-flex; + position: relative; + align-items: center; + width: 312px; + height: 30px; + margin: 10px 16px; + background-color: ${({theme:e})=>e.palette.background5}; + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); + border-radius: 4px; + border: solid transparent 1px; + + &:hover, + &:focus-within { + outline: none; + border: solid ${({theme:e})=>e.palette.inputFocused} 1px; + } + + ${({error:e,theme:t})=>e&&`border: solid ${t.palette.statusCritical} 1px;`} +`,p=f.default.input` + font-family: ${({theme:e})=>e.fontFamily}; + font-size: ${({theme:e})=>e.fontSize.base}; + line-height: 16px; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + font-style: normal; + width: 100%; + resize: none; + background: none; + outline: none; + border: none; + color: ${({theme:e})=>e.palette.textDefault}; + padding: 0px 2px; + + ${({capitalize:e})=>e&&"text-transform: capitalize;"}; + ${({iconPadding:e})=>e&&"padding-left: 29px;"}; + ${({clearControlPadding:e})=>e&&"padding-right: 28px;"}; +`,m=f.default.div` + left: 9px; + position: absolute; + height: 14px; + width: 14px; + display: flex; + align-items: center; + justify-content: center; +`,g=(0,f.default)(l.IconButton)` + position: absolute; + right: 3px; +`},3292:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationList=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250),u=n(4248),d=n(6012),f=n(8898),h=e=>{const t=(0,f.AnimatePresence)(e);return null!=t?t:null};t.default=h,t.NotificationList=({notifications:e})=>{const t={visible:{opacity:1,zIndex:2,y:0,scale:1},hidden:{opacity:0,zIndex:0,y:-200,scale:1}};return s.createElement(p,{flexDirection:"column"},s.createElement(f.LayoutGroup,null,s.createElement(m,{flexDirection:"column",as:f.motion.div,layout:!0},s.createElement(h,{initial:!1},e.map(e=>{const n=(0,d.isStoredNotification)(e)?e:e.item;return s.createElement(f.motion.div,{layout:!0,key:n.id,variants:t,initial:"hidden",animate:"visible",exit:"hidden",transition:{type:"spring",duration:.3,bounce:.25}},s.createElement(u.NotificationCard,{key:n.id,notification:n}))})))))};const p=(0,c.default)(l.Box)` + position: relative; + flex: 1 1 auto; + overflow-y: overlay; + overflow-x: hidden; + width: 100%; + height: 100%; + padding-top: ${({theme:e})=>e.px.small}; +`,m=(0,c.default)(l.Box)` + gap: ${({theme:e})=>e.px.base} 0; + padding-bottom: ${({theme:e})=>e.px.base}; + margin: 0 auto; +`},3298:e=>{e.exports=u},3363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getStreamTitle=t.getSourceTitle=t.getApplicationTitle=t.getSourceApp=void 0,t.getSourceApp=function(e){return"desktop"===e.type?e.identity.uuid:null},t.getApplicationTitle=function(e,t){var n,r;return null!==(r=null===(n=t.get(e))||void 0===n?void 0:n.title)&&void 0!==r?r:""},t.getSourceTitle=function(e,t){var n;return"desktop"===e.type&&((null===(n=t.get(e.identity.uuid))||void 0===n?void 0:n.title)||e.identity.name)||""},t.getStreamTitle=function(e,t){var n;if(void 0!==t){const r=null===(n=e.get(t))||void 0===n?void 0:n.displayName;if(r)return r}}},3413:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.randomUUID=void 0,t.randomUUID=function(){return void 0!==typeof crypto&&"randomUUID"in crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():"10000000-1000-4000-8000-100000000000".replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}},3420:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SearchResults=void 0;const s=o(n(5932)),c=n(9130),l=a(n(2230)),u=n(7250),d=n(3292),f=n(5228),h=n(7451),p=(0,l.default)(u.Box)` + width: calc(100% + 4px); + flex: 1; +`;t.SearchResults=(0,c.connect)(e=>({results:(0,h.selectPlatformSearchResults)(e),searching:e.search.searching,query:e.search.query,applications:e.applications}))(e=>{const{results:t,searching:n,query:r}=e;return s.createElement(p,{className:"searchResults",flexDirection:"column"},n&&s.createElement(f.LoadingCard,{message:"Fetching results"}),!n&&0===t.length&&s.createElement(f.EmptyResultsListCard,{query:r}),t.length>0&&s.createElement(d.NotificationList,{notifications:t}))})},3565:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.FormikProxyProvider=void 0;const a=o(n(5932)),s=n(3087);t.FormikProxyProvider=e=>{const[t,n]=(0,a.useState)(null),r={formikProps:t,setFormikProps:n};return a.default.createElement(s.FormikProxyContext.Provider,{value:r},e.children)}},3657:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);in=!0,t.emit("notification-form-submitted",e),n||(0,o.tryServiceDispatch)(a.APITopic.SET_FORM_STATUS_OPTIONS,{formStatus:"submitted",_notificationId:e.notification.id})}(c,s):s.emit(t,c)}}let c;t.EventRouter=s,t.eventEmitter=new i.EventEmitter,t.getEventRouter=function(){return c||(c=new s(t.eventEmitter)),c}},3694:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.templateCustomFormSchema=t.templateMarkDownFormSchema=t.checkboxGroupFieldSchema=t.radioGroupFieldSchema=t.timeFieldSchema=t.dateFieldSchema=t.booleanFieldSchema=t.numberFieldSchema=t.stringFieldSchema=t.baseFieldSchema=void 0;const a=o(n(4298)),s=n(3955),c=n(5356);function l(e,t){return e.some(e=>{try{return e.validateSync(t)}catch(e){return!1}})}t.baseFieldSchema=a.object({type:a.mixed().oneOf(Object.values(s.FieldType)).required(),key:a.string().required(),value:a.object(),validation:a.object(),label:a.string(),helperText:a.string()}).required(),t.stringFieldSchema=t.baseFieldSchema.clone().shape({value:a.string(),type:a.mixed().required().equals([s.FieldType.string]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.StringWidgetSchemaMap),e)}).required()}),t.numberFieldSchema=t.baseFieldSchema.clone().shape({value:a.number().optional(),type:a.mixed().required().equals([s.FieldType.number]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.NumberWidgetSchemaMap),e)}).required()}),t.booleanFieldSchema=t.baseFieldSchema.clone().shape({value:a.boolean().optional(),type:a.mixed().required().equals([s.FieldType.boolean]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.BooleanWidgetSchemaMap),e)}).required()}),t.dateFieldSchema=t.baseFieldSchema.clone().shape({value:a.object().optional().shape({date:a.number().test("Invalid date",e=>!e||e>=1&&e<=31),month:a.number().test("Invalid month",e=>!e||e>0&&e<=12),year:a.number().test("Invalid year",e=>!e||e>0)}),type:a.mixed().required().equals([s.FieldType.date]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.DateWidgetSchemaMap),e)})}),t.timeFieldSchema=t.baseFieldSchema.clone().shape({type:a.mixed().required().equals([s.FieldType.time]),value:a.object().shape({hour:a.number().nullable(!0).test("Invalid hour","Hour must be between 0 and 23",e=>!e||e>=0&&e<=23),minute:a.number().nullable(!0).test("Invalid minute","Minute must be between 0 and 59",e=>!e||e>=0&&e<=59)}).optional(),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.TimeWidgetSchemaMap),e)})}),t.radioGroupFieldSchema=t.baseFieldSchema.clone().shape({value:a.string().optional(),type:a.mixed().required().equals([s.FieldType.radioGroup]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.RadioGroupWidgetSchemaMap),e)})}),t.checkboxGroupFieldSchema=t.baseFieldSchema.clone().shape({value:a.array().of(a.string()).optional(),type:a.mixed().required().equals([s.FieldType.checkboxGroup]),widget:a.object().test({name:"Widget check",message:"Invalid widget ${path}",test:e=>l(Object.values(c.CheckboxGroupWidgetSchemaMap),e)})});const u={string:t.stringFieldSchema,number:t.numberFieldSchema,boolean:t.booleanFieldSchema,date:t.dateFieldSchema,time:t.timeFieldSchema,radioGroup:t.radioGroupFieldSchema,checkboxGroup:t.checkboxGroupFieldSchema},d=Object.assign(Object.assign({},u),{date:t.dateFieldSchema,radioGroup:t.radioGroupFieldSchema,checkboxGroup:t.checkboxGroupFieldSchema}),f=e=>a.array().of(a.mixed().test({name:"Field check",message:"Invalid field ${path}",test:t=>{const n=[],r=e.some(e=>{try{return e.validateSync(t)}catch(e){return n.push(e),!1}});if(!r)throw new Error(n.map(e=>e.message).join(".\n"));return r}})).transform(e=>0===(null==e?void 0:e.length)?null:e).required(),h=e=>a.lazy(t=>t&&t.hasOwnProperty.call(t,"fields")?a.object().shape({formSettings:a.object().optional().shape({displayFieldRequirementStatus:a.boolean().optional()}),fields:e.required()}):e.nullable().optional().default(null));t.templateMarkDownFormSchema=h(f(Object.values(u))),t.templateCustomFormSchema=h(f(Object.values(d)))},3713:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WidgetType=t.TimeWidgetType=t.DateWidgetType=t.RadioGroupWidgetType=t.CheckboxGroupWidgetType=t.BooleanWidgetType=t.NumberWidgetType=t.StringWidgetType=void 0,t.StringWidgetType={Text:"Text",Dropdown:"Dropdown"},t.NumberWidgetType={Number:"Number"},t.BooleanWidgetType={Toggle:"Toggle",Checkbox:"Checkbox"},t.CheckboxGroupWidgetType={CheckboxGroup:"CheckboxGroup"},t.RadioGroupWidgetType={RadioGroup:"RadioGroup"},t.DateWidgetType={Date:"Date"},t.TimeWidgetType={Time:"Time"},t.WidgetType=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},t.StringWidgetType),t.NumberWidgetType),t.BooleanWidgetType),t.CheckboxGroupWidgetType),t.RadioGroupWidgetType),t.DateWidgetType),t.TimeWidgetType)},3764:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalWebStyles=void 0;const r=n(2230);t.GlobalWebStyles=r.createGlobalStyle` + #here-notifications-panel { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + z-index: 9999; + + font-family: ${({theme:e})=>e.fontFamily}; + font-size: ${({theme:e})=>e.fontSize.base}; + line-height: ${({theme:e})=>e.lineHeight.text}; + color: ${({theme:e})=>e.palette.textDefault}; + background-color: ${({theme:e})=>e.palette.background2}; + caret-color: ${({theme:e})=>e.palette.textDefault}; + } +`},3769:function(e,t,n){var r=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.AsyncInit=void 0;const o=n(4352),a=n(5785);let s=class{constructor(){this._initialized=new a.DeferredPromise}get initialized(){return this._initialized.promise}delayedInit(){return this.init().then(()=>{this._initialized.resolve(this)}),this._initialized.promise}};s=r([(0,o.injectable)(),i("design:paramtypes",[])],s),t.AsyncInit=s},3786:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ToggleWidgetComponent=void 0;const i=n(7250),o=n(258),a=r(n(5932)),s=r(n(2230)),c=n(5232),l=n(5484);t.ToggleWidgetComponent=e=>((0,l.useRaiseFieldAnalytics)(e.field,e.raiseAnalytics),a.default.createElement(o.Field,{name:e.field.key},({field:t})=>a.default.createElement(u,null,a.default.createElement(i.Toggle,Object.assign({},t,{checked:t.value,label:(0,c.getLabelText)(e.field,e.formSettings),labelSide:"right",tabIndex:e.tabIndexOverride,helperText:e.field.helperText})))));const u=(0,s.default)(i.Box)` + width: 100%; +`},3816:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setDispatchMethod=t.tryServiceDispatch=void 0,t.tryServiceDispatch=async(e,t)=>{throw new Error("Environment is not initialized..")},t.setDispatchMethod=e=>{t.tryServiceDispatch=e}},3873:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonsContainer=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250),u=n(9205),d=e=>{switch(e){case"left":return"flex-start";case"right":return"flex-end";case"center":return"center"}};t.ButtonsContainer=e=>{const{notificationId:t,buttonData:n=[],alignment:r="right",onClick:i,tabIndexOverride:o,isToast:a,raiseAnalyticsEvent:c}=e,l=s.useMemo(()=>{const e=[[],[]];return null==n||n.forEach(t=>{const n=t.cta?0:1;e[n].push(Object.assign(Object.assign({},t),{onClick:i}))}),e},[n]);return s.createElement(f,{"data-role":"buttons-container","data-testid":"buttons-container",justifyContent:d(r)},s.createElement(u.CardButtonGroup,{raiseAnalyticsEvent:c,isToast:a,notificationId:t,buttons:l[1],tabIndexOverride:o}),s.createElement(u.CardButtonGroup,{raiseAnalyticsEvent:c,isToast:a,notificationId:t,buttons:l[0],tabIndexOverride:o}))};const f=(0,c.default)(l.Box)` + margin-top: auto; + align-self: flex-end; + justify-self: flex-end; + width: 100%; + gap: ${e=>e.theme.px.base}; + padding: ${e=>e.theme.px.base}; + padding-top: 0; + padding-bottom: 0; + white-space: nowrap; + max-width: 100%; + display: flex; + + & > div { + overflow-y: visible; + overflow-x: clip; + } + + & > div > div { + display: flex; + } + + & > div > div > button { + overflow: hidden; + } +`},3955:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FieldType=void 0,t.FieldType={string:"string",number:"number",boolean:"boolean",date:"date",checkboxGroup:"checkboxGroup",radioGroup:"radioGroup",time:"time"}},4084:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SettingsToggle=void 0;const s=o(n(5932)),c=n(7250),l=n(5396),u=a(n(2230)),d=n(1569);t.SettingsToggle=({title:e,state:t,showLogo:n=!1,subToggle:r=!1,iconUrl:i,onChange:o,toggleId:a,disabled:u=!1})=>{const p=(0,d.useTooltip)(e);return s.createElement(f,{subToggle:r},n&&s.createElement(l.AppLogo,{size:"xlarge",src:null!=i?i:"",alt:e}),s.createElement(h,{as:"label",htmlFor:a,size:r?"base":"large",ref:p,disabled:u},e),s.createElement(c.Toggle,{id:a,checked:t,onChange:o,disabled:u}))};const f=(0,u.default)(c.Box)` + align-items: center; + margin-bottom: 1em; + width: 100%; + + &:last-child { + margin-bottom: ${({subToggle:e})=>e?0:void 0}; + } +`,h=(0,u.default)(c.Text)` + font-size: ${({theme:e})=>e.fontSize.large}; + margin-right: auto; + max-width: 205px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: break-word; + color: ${({theme:e,disabled:t})=>t?e.palette.inputDisabled:e.palette.textDefault}; +`},4116:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useFormError=void 0;const r=n(9130),i=n(5932),o=n(7953);t.useFormError=e=>{const t=(0,r.useSelector)(e=>e.activeForms),n=null==t?void 0:t.forms.find(t=>t.notificationId===e),a=null==n?void 0:n.formStatusOptions.error,s=(0,i.useContext)(o.ResizeContext);return(0,i.useEffect)(()=>{"emitResize"in s&&s.emitResize()},[a]),a}},4128:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetNotificationFormEditBannerCount=void 0;const r=n(6566);class i extends r.Action{constructor(e){super(),this.count=e}reduce(e){var t,n,r;return Object.assign(Object.assign({},e),{activeForms:{focusedFormNotificationId:null===(t=e.activeForms)||void 0===t?void 0:t.focusedFormNotificationId,forms:null!==(r=null===(n=e.activeForms)||void 0===n?void 0:n.forms)&&void 0!==r?r:[],createNotificationsCount:this.count}})}}t.SetNotificationFormEditBannerCount=i},4138:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetNotificationFormCustomValidationErrors=void 0;const r=n(6566);class i extends r.Action{constructor(e,t){super(),this.notificationId=e,this.errors=t}reduce(e){var t,n;const r=null!==(n=null===(t=e.activeForms)||void 0===t?void 0:t.forms)&&void 0!==n?n:[],i=Object.assign({},...(this.errors||[]).map(e=>({[e.fieldKey]:e.error})));return Object.assign(Object.assign({},e),{activeForms:Object.assign(Object.assign({},e.activeForms),{forms:[...r.map(e=>e.notificationId==this.notificationId?Object.assign(Object.assign({},e),{errors:i}):e)]})})}}t.SetNotificationFormCustomValidationErrors=i},4182:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Group=void 0;const i=r(n(5932)),o=n(9628),a=n(194);t.Group=({source:e,isLayered:t,hasControls:n,onKeyDown:r})=>t?i.default.createElement(o.Layer,{layer:e,onKeyDown:r}):i.default.createElement(a.Section,{section:e,hasControls:n,onKeyDown:r})},4248:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationCard=void 0;const i=n(9130),o=r(n(5932)),a=n(7451),s=n(7676),c=n(2551),l=n(6012),u=n(8320),d=n(6415);t.NotificationCard=(0,i.connect)((e,t)=>{var n;const{activeForms:r}=e,i=t.notification,o=(0,l.getAllStoredNotifications)(e).find(e=>e.id===i.id),a=r&&r.focusedFormNotificationId==(null==o?void 0:o.id);return Object.assign(Object.assign({},t),{revisionNumber:null===(n=null==o?void 0:o.modifiers)||void 0===n?void 0:n.revision,focusedNotification:e.focusedNotification,isFormExpanded:a,mode:e.mode})},(e,t)=>{var n,r,i,o,c,l,d,f,h,p;return{remove:null!==(n=t.remove)&&void 0!==n?n:async t=>e(new a.RemoveNotifications([t],"Remove")),minimize:null!==(r=t.minimize)&&void 0!==r?r:t=>e(new s.MinimizeToast(t)),clickAction:null!==(i=t.clickAction)&&void 0!==i?i:t=>e(new a.ClickNotification(t)),clickButtonAction:null!==(o=t.clickButtonAction)&&void 0!==o?o:async(t,n)=>e(new a.ClickButton(t,n)),clickFragment:null!==(c=t.clickFragment)&&void 0!==c?c:(t,n,r)=>e(new a.ClickFragment(t,n,r)),submitForm:null!==(l=t.submitForm)&&void 0!==l?l:async(t,n,r)=>e(new s.SubmitNotificationForm(t,n,r)),showReminderModal:null!==(d=t.showReminderModal)&&void 0!==d?d:async t=>e(new a.ShowModal(t)),setReminder:null!==(f=t.setReminder)&&void 0!==f?f:async t=>e(new u.SetReminderThroughUI(t)),cancelReminder:null!==(h=t.cancelReminder)&&void 0!==h?h:async t=>e(new u.CancelReminderAndRecreateNotification(t)),raiseAnalyticsEvent:null!==(p=t.raiseAnalyticsEvent)&&void 0!==p?p:async(t,n)=>e(new a.RaiseAnalyticsEvent(t,n))}})(e=>o.default.createElement(d.WebModalContextProvider,null,o.default.createElement(c.NotificationCardComponent,Object.assign({},e)))),t.NotificationCard.displayName="ConnectedNotificationCard"},4298:e=>{e.exports=d},4352:e=>{e.exports=f},4382:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WidgetComponentMap=void 0;const r=n(3713),i=n(2391),o=n(1351),a=n(3786),s=n(9594),c=n(6906),l=n(714),u=n(5718),d=n(6318);t.WidgetComponentMap={[r.WidgetType.Number]:i.NumberWidgetComponent,[r.WidgetType.Toggle]:a.ToggleWidgetComponent,[r.WidgetType.Checkbox]:o.CheckboxWidgetComponent,[r.WidgetType.Date]:s.DateWidgetComponent,[r.WidgetType.CheckboxGroup]:c.CheckboxGroupWidgetComponent,[r.WidgetType.RadioGroup]:l.RadioGroupWidgetComponent,[r.WidgetType.Dropdown]:u.DropdownWidgetComponent,[r.WidgetType.Text]:i.TextWidgetComponent,[r.WidgetType.Time]:d.TimeWidgetComponent}},4415:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateFragmentNames=t.PresentationTemplateFragmentNames=t.ContainerTemplateFragmentNames=t.TemplateNames=void 0,t.TemplateNames={markdown:"markdown",list:"list",custom:"custom"},t.ContainerTemplateFragmentNames={container:"container"},t.PresentationTemplateFragmentNames={text:"text",image:"image",list:"list",actionableText:"actionableText"},t.TemplateFragmentNames=Object.assign(Object.assign({},t.ContainerTemplateFragmentNames),t.PresentationTemplateFragmentNames)},4515:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CollapsibleCardTitle=void 0;const i=r(n(2230)),o=r(n(5932));t.CollapsibleCardTitle=({expanded:e,fieldTitles:t})=>o.default.createElement(a,null,o.default.createElement(s,null,"Form"),o.default.createElement(l,null,"|"),e?o.default.createElement(c,null,t.length," Fields"):o.default.createElement(c,null,t.join(", ")));const a=i.default.span``,s=i.default.span` + font-weight: 600; +`,c=i.default.span` + color: ${({theme:e})=>e.palette.textHelp}; +`,l=i.default.span` + color: ${({theme:e})=>e.palette.background5}; + margin-left: ${({theme:e})=>e.px.base}; + margin-right: ${({theme:e})=>e.px.base}; +`},4656:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{icon:t,dataId:n,onClick:i}=e,s=r(e,["icon","dataId","onClick"]);return a.default.createElement(c,Object.assign({onClick:i,"data-id":n},s),a.default.createElement(o.Icon,{icon:t}))};const c=s.default.div` + height: ${({theme:e})=>e.px.xxlarge}; + width: ${({theme:e})=>e.px.xxlarge}; + display: flex; + align-items: center; + justify-content: center; + transition: background 0.2s ease-in-out; + border-radius: 15px; +`},4673:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.mutable=void 0,t.mutable=function(e){return e}},4691:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ensureCompleteTimeFieldValue=t.ensureCompleteDateFieldValue=t.fieldValueAsString=t.fieldValueToDate=t.dateToFieldValue=t.convertTo24HourFormat=t.convertFrom24HourFormat=void 0,t.convertFrom24HourFormat=e=>{const t=e.split(":").map(Number);if(2!==t.length||t[0]<0||t[0]>23||t[1]<0||t[1]>59)throw new Error("Invalid time format");return{hour:t[0],minute:t[1]}},t.convertTo24HourFormat=e=>{const{hour:t=0,minute:n=0}=e;if(t<0||t>23||n<0||n>59)throw new Error("Invalid time format");return`${t<10?`0${t}`:t}:${n<10?`0${n}`:n}`},t.dateToFieldValue=e=>({date:e.getDate(),month:e.getMonth()+1,year:e.getFullYear()}),t.fieldValueToDate=e=>new Date(e.year,e.month-1,e.date),t.fieldValueAsString=e=>`${e.year}-${e.month.toString().padStart(2,"0")}-${e.date.toString().padStart(2,"0")}`,t.ensureCompleteDateFieldValue=e=>{var t,n,r;if(!e)return;const i=new Date;return{date:null!==(t=e.date)&&void 0!==t?t:i.getDate(),month:null!==(n=e.month)&&void 0!==n?n:i.getMonth()+1,year:null!==(r=e.year)&&void 0!==r?r:i.getFullYear()}},t.ensureCompleteTimeFieldValue=e=>{var t,n;if(e)return{hour:null!==(t=e.hour)&&void 0!==t?t:0,minute:null!==(n=e.minute)&&void 0!==n?n:0}}},4692:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.flattenLayout=void 0,t.flattenLayout=function e(t,n){const r=null!=n?n:{containerFragments:[],presentationFragments:[]};return"container"===t.type?(r.containerFragments.push(t),Array.isArray(t.children)&&t.children.forEach(t=>{e(t,r)})):r.presentationFragments.push(t),r}},4800:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{children:t}=e,n=a(e,["children"]);return s.createElement(l,Object.assign({},n),t)};const l=c.default.button` + background: transparent; + border: none; + color: ${({theme:e})=>e.palette.textDefault}; + margin: 0; + height: ${({theme:e})=>e.px.xxxlarge}; + width: ${({theme:e})=>e.px.xxxlarge}; + + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + + ${({disabled:e})=>!e&&c.css` + &:focus { + outline: none; + } + + &:hover { + background-color: ${({theme:e})=>e.palette.background4}; + } + + &:active { + background-color: ${({theme:e})=>e.palette.background6}; + } + + &:focus-visible { + outline: solid 1px ${({theme:e})=>e.palette.statusActive}; + outline-offset: -1px; + } + `} +`},4854:function(e,t,n){var r=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.APIHandler=void 0;const i=n(4352),o=n(8883),a=n(9603);let s=class{constructor(){this.onConnection=new o.Signal,this.onDisconnection=new o.Signal}get channel(){return this._providerChannel}isClientConnection(e){return this._providerChannel.connections.some(t=>e.uuid===t.uuid&&e.name===t.name)}getClientConnections(){return this._providerChannel.connections}async dispatchMessage(e,t,n){return this._providerChannel.dispatch(e,t,n)}async dispatchEvent(e,t){return console.debug("Dispatching event to window",{targetWindow:e,eventTransport:t}),this._providerChannel.dispatch(e,"event",t)}async publishMessage(e,t){return this._providerChannel.publish(e,t)}async publishEvent(e){return Promise.all(this._providerChannel.publish("event",e)).then(()=>{})}async registerListeners(e,t,n=null){this._finContext=t,this._providerChannel=await this._finContext.InterApplicationBus.Channel.create(null!=n?n:(0,a.getChannelName)(this._finContext.me.uuid)),this._providerChannel.onConnection(this.onConnectionHandler.bind(this)),this._providerChannel.onDisconnection(this.onDisconnectionHandler.bind(this));for(const t in e)Object.hasOwnProperty.call(e,t)&&this._providerChannel.register(t,e[t])}onConnectionHandler(e,t){t&&t.version&&t.version.length>0?console.log(`Connection from client: ${e.name}, version: ${t.version}`):console.log(`Connection from client: ${e.name}, unable to determine version`),setTimeout(()=>{this.onConnection.emit(e,null==t?void 0:t.providerInfo)})}onDisconnectionHandler(e){this.onDisconnection.emit(e)}};s=r([(0,i.injectable)()],s),t.APIHandler=s},4858:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{children:t}=e,n=r(e,["children"]);return o.default.createElement(l,Object.assign({ref:(0,c.useTooltip)(t)},n),t)};const l=(0,s.default)(a.Text)` + white-space: nowrap; + ${a.Mixins.textOverflow}; +`},4887:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.maxVisibleUserFacingErrors=t.minSearchStringLength=t.notificationCenterAnimationDuration=t.notificationCenterWidth=t.toastWindowName=t.settingsApplicationsCollapsedSize=t.groupMinimizedStackSize=void 0,t.groupMinimizedStackSize=3,t.settingsApplicationsCollapsedSize=11,t.toastWindowName="Notification-Toast",t.notificationCenterWidth=344,t.notificationCenterAnimationDuration=300,t.minSearchStringLength=1,t.maxVisibleUserFacingErrors=3},4896:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ErrorPanel=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(524),u=n(545),d=n(6460);t.ErrorPanel=({errors:e,onDismiss:t})=>e.length?s.createElement(f,null,e.map((e,n)=>s.createElement(d.FadeTransition,{timeout:200,key:`error-item-${n}`},s.createElement(u.ErrorItem,{id:e.id,message:e.message,onDismiss:t})))):s.createElement(s.Fragment,null);const f=(0,c.default)(l.TransitionGroup)` + display: flex; + flex-direction: column; +`},4990:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAnalyticsDebounce=void 0;const r=n(2373),i=n(5932);t.useAnalyticsDebounce=(e,t)=>{const n=(0,i.useRef)(new r.Timer(e));return{raiseAnalyticsEventDelayed:e=>{t&&n.current.start(()=>t(e))},cancelAnalyticsEventTimer:()=>{n.current.running&&n.current.clear()}}}},5046:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useValidation=void 0;const r=n(5932);t.useValidation=(e,t)=>{const[n,i]=(0,r.useState)(""),[o,a]=(0,r.useState)(!0),[s,c]=(0,r.useState)(t);return(0,r.useEffect)(()=>{const t=e(s);i(t),a(!t)},[s,e]),{value:s,message:n,isValid:o,updateValue:c}}},5050:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5056:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.centerHistory=void 0;const r=n(3298);t.centerHistory=(0,r.createMemoryHistory)()},5172:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(6099),t),i(n(2362),t)},5228:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.LoadingCard=t.EmptyResultsListCard=t.EmptyNotificationListCard=t.MessageCard=void 0;const s=o(n(5932)),c=n(7250),l=a(n(2230));t.MessageCard=({children:e,title:t,subtitle:n})=>s.createElement(u,null,e,t&&s.createElement(c.Text,{size:"xlarge"},t),n&&s.createElement(c.Text,null,n)),t.EmptyNotificationListCard=()=>s.createElement(t.MessageCard,{title:"No Notifications",subtitle:"You're up to date!"},s.createElement(d,{size:"xxlarge",icon:"BellIcon"})),t.EmptyResultsListCard=e=>s.createElement(t.MessageCard,{title:`No results for "${e.query}"`,subtitle:"Please try again."},s.createElement(d,{size:"xxlarge",icon:"CrossCircledIcon"})),t.LoadingCard=({message:e="Loading"})=>s.createElement(t.MessageCard,{title:e},s.createElement(c.Loader,{size:"xxlarge"}));const u=(0,l.default)(c.Box)` + align-items: center; + background: ${({theme:e})=>e.palette.background4}; + border-radius: ${({theme:e})=>e.radius.base}; + box-shadow: ${({theme:e})=>e.shadow.base}; + flex-direction: column; + justify-content: center; + min-height: 128px; + padding: ${({theme:e})=>e.px.xxlarge}; + text-align: center; + user-select: none; + width: 312px; +`,d=(0,l.default)(c.Icon)` + margin-bottom: ${({theme:e})=>e.px.base}; +`},5232:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getLabelText=void 0,t.getLabelText=(e,t)=>{var n,r;return(null==t?void 0:t.displayFieldRequirementStatus)?`${e.label} ${r=null===(n=e.validation)||void 0===n?void 0:n.required.arg,r?"(required)":"(optional)"}`:e.label}},5338:(e,t,n)=>{var r=n(94);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},5356:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.StringWidgetSchemaMap=t.CheckboxGroupWidgetSchemaMap=t.RadioGroupWidgetSchemaMap=t.TimeWidgetSchemaMap=t.DateWidgetSchemaMap=t.BooleanWidgetSchemaMap=t.NumberWidgetSchemaMap=void 0;const a=o(n(4298)),s=n(3713),c=a.object({type:a.mixed().required().oneOf(Object.keys(s.WidgetType))}).required(),l=c.clone().shape({type:a.string().equals([s.WidgetType.Text]).required(),placeholder:a.string().optional(),multiline:a.boolean().optional(),rows:a.number().optional()}),u=c.clone().shape({type:a.string().equals([s.WidgetType.Number]).required(),placeholder:a.string(),min:a.number(),max:a.number(),currencyChar:a.string().optional(),decimalPlaces:a.number().optional(),step:a.number().optional()});t.NumberWidgetSchemaMap={Number:u};const d=c.clone().shape({type:a.mixed().equals([s.WidgetType.Toggle]).required()}),f=c.clone().shape({type:a.mixed().equals([s.WidgetType.Checkbox]).required()});t.BooleanWidgetSchemaMap={Toggle:d,Checkbox:f};const h=c.clone().shape({type:a.mixed().equals([s.WidgetType.Date]).required(),minDate:a.date().optional(),maxDate:a.date().optional()}),p=c.clone().shape({type:a.mixed().equals([s.WidgetType.Time]).required()});t.DateWidgetSchemaMap={Date:h},t.TimeWidgetSchemaMap={Time:p};const m=a.array().of(a.object({value:a.string().required(),label:a.string().required()})).test("more-than-one-element","Must have more than one item",e=>!!e&&e.length>1),g=c.clone().shape({type:a.mixed().equals([s.WidgetType.RadioGroup]).required(),group:m});t.RadioGroupWidgetSchemaMap={RadioGroup:g};const v=c.clone().shape({type:a.mixed().equals([s.WidgetType.CheckboxGroup]).required(),group:m}),y=c.clone().shape({type:a.string().equals([s.WidgetType.Dropdown]).required(),options:m,placeholder:a.string().optional()});t.CheckboxGroupWidgetSchemaMap={CheckboxGroup:v},t.StringWidgetSchemaMap={Text:l,Dropdown:y}},5387:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useStateButtonOptionsOverrides=void 0;const r=n(9130);t.useStateButtonOptionsOverrides=(e,t)=>{var n,i,o,a,s,c,l,u,d,f,h,p,m;const g=(0,r.useSelector)(e=>e.activeForms),v=new Array,y=null==g?void 0:g.forms.find(t=>t.notificationId===e),C=!y||"not-submitted"===(null===(n=y.formStatusOptions)||void 0===n?void 0:n.formStatus),b="submitted"===(null===(i=null==y?void 0:y.formStatusOptions)||void 0===i?void 0:i.formStatus),w=!!(null==y?void 0:y.formStatusOptions);for(const n of t){let t=n?n.title:"";n&&y&&n.submit&&y.notificationId==e&&y.formStatusOptions&&("submitting"===y.formStatusOptions.formStatus?t=null!==(a=null===(o=n.formOptions)||void 0===o?void 0:o.submittingTitle)&&void 0!==a?a:t:"submitted"===(null===(s=y.formStatusOptions)||void 0===s?void 0:s.formStatus)?t=null!==(l=null===(c=n.formOptions)||void 0===c?void 0:c.successTitle)&&void 0!==l?l:t:"not-submitted"===(null===(u=y.formStatusOptions)||void 0===u?void 0:u.formStatus)&&(null===(d=null==y?void 0:y.formStatusOptions)||void 0===d?void 0:d.error)&&(t=null!==(h=null===(f=n.formOptions)||void 0===f?void 0:f.errorTitle)&&void 0!==h?h:t)),v.push({canSubmit:C,isSubmitted:b,buttonText:t,hasOverrides:w,formStatus:null!==(m=null===(p=null==y?void 0:y.formStatusOptions)||void 0===p?void 0:p.formStatus)&&void 0!==m?m:"not-submitted"})}return v}},5396:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AppLogo=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250),u=n(8833);t.AppLogo=({src:e,alt:t,uuid:n=e,tooltip:r,size:i,className:o})=>{const a=(0,u.useLoaded)(e),c=null==t?void 0:t.substr(0,1),l=!!e&&a!==u.LoadState.ERROR,f=!l&&r?t:void 0,h=l?"transparent":function(e,t=70,n=50){let r=0;for(let t=0;te.radius.small}; + background-image: url(${({src:e})=>e}); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + background-color: ${({backgroundColor:e})=>e}; + margin-right: ${({theme:e})=>e.px.small}; + text-transform: uppercase; + text-align: center; + font-weight: bold; + font-size: ${({size:e})=>l.FontSize[e]}; + place-content: center; + place-items: center; +`},5425:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.shouldNavigateToAll=t.getDefaultPlatform=t.getTargetOrError=t.isTargetAvailable=void 0;const r=n(7451);function i(e,t){const n=t.platform;return n?e.state.platform.list.get(n):void 0}t.isTargetAvailable=function(e,t){const n=i(e,t);return!n||n.active},t.getTargetOrError=async function(e,t){const n=i(e,t),o=!n||n.active;if(!o){const t=(null==n?void 0:n.id)||"";await e.dispatch(new r.PushError(t,`Please start the ${null==n?void 0:n.title} platform and try again.`))}return o},t.getDefaultPlatform=function(e){const t=e.getState(),n=(0,r.selectActivePlatforms)(t),i=t.platform.selected;let o;if(1===n.length){const r=n[0].id;e.state.notifications.length===t.platform.counts.get(r)&&(o=r)}return o===i?null:o},t.shouldNavigateToAll=function(e){const t=(0,r.selectActivePlatforms)(e);return t.length>1||t.length>0&&e.platform.counts.get(t[0].id)!==e.notifications.length}},5484:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useRaiseFieldAnalytics=void 0;const r=n(258),i=n(5932),o=n(8912),a=n(96),s={[o.FieldType.string]:e=>{const t=e;return t.widget.type===o.WidgetType.Dropdown?"Select Form Dropdown":t.widget.multiline?"Enter Form Textarea Input":"Enter Form Text Input"},[o.FieldType.boolean]:(e,t)=>e.widget.type===o.WidgetType.Checkbox?t?"Select Form Checkbox":"Deselect Form Checkbox":"Select Form Toggle",[o.FieldType.date]:e=>"Enter Form Date Input",[o.FieldType.time]:e=>"Enter Form Time Input",[o.FieldType.number]:e=>"Enter Form Number Input",[o.FieldType.checkboxGroup]:(e,t)=>t?"Select Form Checkbox":"Deselect Form Checkbox",[o.FieldType.radioGroup]:e=>"Select Form Radio Button"};t.useRaiseFieldAnalytics=(e,t,n,o)=>{const c=(0,r.useFormikContext)(),l=c.getFieldProps(e.key),u=c.touched[e.key],d=(0,i.useCallback)((0,a.debounce)(t,1e3),[t]);(0,i.useEffect)(()=>{u&&(o?function(e,t,n,r){const i=e.current,o=new Set;t&&t.forEach(e=>{o.add(e)}),i.forEach((e,t)=>{const a=o.has(e.value);e.clicked!==a&&(n(r.label||r.key,s[r.type](r,a),e.value),i[t].clicked=a)})}(o,l.value,t,e):d(e.label||e.key,s[e.type](e,l.value),n?n(l):l.value))},[l.value,u,e,d])}},5718:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownWidgetComponent=void 0;const a=o(n(5932)),s=n(258),c=n(7250),l=n(7451),u=n(9130),d=n(1656),f=n(6464),h=n(7260),p=n(1971),m=n(5232),g=n(5484),v=n(9816),y=n(6415),C=({stringField:e,field:t,form:n,showModal:r,hideModal:i,formSettings:o,raiseAnalytics:s,mode:l})=>{var u;const C=e.widget.options.map(e=>({title:e.label,value:e.value}));(0,g.useRaiseFieldAnalytics)(e,s);const[b,w,_]=(0,d.useMenuModalDialog)(t=>{n.setFieldTouched(e.key,!0),n.setFieldValue(e.key,t)},r,i,C,e=>{var t;return{width:null===(t=null==e?void 0:e.current)||void 0===t?void 0:t.clientWidth,height:f.dropdownModalHeight}},()=>n.setFieldTouched(e.key,!0),C.find(e=>e.value==t.value),l,"menu"),{modalType:x,isMenuModalOpen:O}=a.default.useContext(y.WebModalContext);(0,a.useEffect)(()=>{var e;null===(e=_.current)||void 0===e||e.setAttribute("type","button")},[_]);const E=n.errors[t.name]&&n.touched[t.name]?"critical":void 0;return a.default.createElement(h.InputContainer,{flexDirection:"column"},a.default.createElement(c.DropdownButton,{label:(0,m.getLabelText)(e,o),placeholder:null!==(u=e.widget.placeholder)&&void 0!==u?u:"Select",handleClick:()=>{w(!b)},key:t.name,selected:C.find(e=>e.value===t.value),expanded:b,helperText:e.helperText,ref:_,status:E}),"web"===l&&"widget"===x&&O&&a.default.createElement(v.WebModalComponent,{mode:l}),a.default.createElement(p.ErrorLabel,{name:t.name}))};t.DropdownWidgetComponent=(0,u.connect)(e=>({mode:e.mode}),e=>({showModal:t=>e(new l.ShowModal(t)),hideModal:t=>e(new l.HideModal(t))}))(e=>a.default.createElement(s.Field,{name:e.field.key,component:C,stringField:e.field,showModal:e.showModal,hideModal:e.hideModal,formSettings:e.formSettings,raiseAnalytics:e.raiseAnalytics,mode:e.mode}))},5724:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Body=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(2867);t.Body=s.memo(e=>{var t;let n=null!==(t=e.text)&&void 0!==t?t:"";n=n.replace(/http:/g,"https:");const r=s.useCallback(e=>{e&&e.querySelectorAll("img").forEach(e=>{var t;if(e.complete&&e.naturalWidth>0)return void(e.style.visibility="visible");const n=u(e);null===(t=e.parentElement)||void 0===t||t.insertBefore(n,e.nextElementSibling),e.onload=()=>{n.remove(),e.style.visibility="visible"},e.onerror=()=>{n.querySelector(".img-error-msg").style.display="block",n.querySelector(".img-error-alt").style.display="block",n.querySelector(".spinner").style.display="none"}})},[n]);return s.createElement(d,{className:"text",key:n.length,ref:r,dangerouslySetInnerHTML:{__html:(0,l.renderMarkdown)(n)}})}),t.Body.displayName="Body";const u=e=>{const t=`\n
\n Unable to load image:\n ${e.getAttribute("alt")}\n
\n
\n `,n=document.createElement("div");return n.innerHTML=t,n},d=c.default.div` + display: block; + overflow-x: hidden; + overflow-y: overlay; + font-size: 12px; + font-style: normal; + font-weight: 400; + line-height: 16px; + letter-spacing: 0px; + text-align: left; + + * { + margin-bottom: 4px; + } + + h1, + h2, + h3, + h4, + h5, + h6 { + font-weight: 600; + font-size: 12px; + } + + strong { + font-weight: 600; + } + + em { + font-style: italic; + } + + ul, + ol { + margin: 5px 0; + width: 100%; + } + + li { + list-style-position: inside; + display: list-item; + list-style-type: disc; + width: 100%; + + li { + margin-left: 18px; + } + } + + ol { + list-style-type: decimal; + li { + list-style-type: decimal; + } + } + + blockquote { + border-left: 0.25em solid ${({theme:e})=>e.palette.textDefault}; + padding: 0 8px; + } + + img { + max-width: 100%; + visibility: hidden; + } + + .image-error { + font-size: 12px; + line-height: 16px; + font-weight: normal; + color: ${({theme:e})=>e.palette.textDefault}; + min-height: 20px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + overflow: hidden; + text-overflow: ellipsis; + width: 263px; + height: 85px; + margin: 4px auto; + border: 1px solid ${({theme:e})=>e.palette.background6}; + border-radius: 4px; + background: ${({theme:e})=>e.palette.background4}; + text-align: center; + + .img-error-msg { + font-weight: bold; + display: none; + } + + .img-error-alt { + font-style: italic; + display: none; + } + + .spinner { + border: 5px solid transparent; + border-top: 5px solid ${({theme:e})=>e.palette.background6}; + border-radius: 50%; + width: 40px; + height: 40px; + animation: spin 2s linear infinite; + } + + @keyframes spin { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } + } + } +`},5738:e=>{e.exports=h},5785:(e,t,n)=>{function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(2777)),r(n(3089))},5898:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SettingsView=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(9130),u=n(7250),d=n(4084),f=n(1037),h=n(697),p=n(7451),m=n(4990),g=n(7234),v=n(4887),y=n(428),C=n(9588),b=n(930),w=n(660),_=n(7586),x=n(8740),O=(0,c.default)(u.Box)` + color: ${({theme:e})=>e.palette.textDefault}; + overflow-x: hidden; + overflow-y: auto; + user-select: none; + height: 100%; +`,E=(0,c.default)(u.Box)` + border-bottom: 1px solid ${({theme:e})=>e.palette.background4}; + margin: ${({theme:e})=>`${e.px.large} 0 0`}; + padding: ${({theme:e})=>`0 ${e.px.large} ${e.px.large}`}; + flex-direction: column; + + &:last-child { + border-bottom: none; + padding-bottom: 0; + } +`,M=(0,c.default)(u.H2)` + margin-bottom: ${({theme:e})=>e.px.base}; +`,j=(0,c.default)(u.Text)` + cursor: pointer; + text-align: center; + margin-top: ${({theme:e})=>e.px.small}; + + &:hover { + text-decoration: underline; + } +`,S=(0,c.default)(u.Box)` + border-left: 1px solid ${({theme:e})=>e.palette.background4}; + padding-left: ${({theme:e})=>e.px.xlarge}; + margin-left: calc(${({theme:e})=>e.px.base} - 1px); /* Offset 1px border */ + flex-direction: column; + margin-bottom: 1rem; +`,P=(0,c.default)(u.Box)` + margin-bottom: ${({theme:e})=>e.px.small}; + & > ${u.Text} { + margin-right: auto; + } + + .spinner { + /* Min size so it doesn't change size on smaller numbers */ + min-width: 100px; + } +`;t.SettingsView=(0,l.connect)(e=>{const t=Array.from(e.applications.values()).map(e=>({application:e,streams:[]}));return e.streams.forEach(e=>{var n;const r=t.find(t=>t.application.id===e.appId);r&&(null===(n=r.streams)||void 0===n||n.push(e))}),{appManagers:t,centerLocked:e.centerLocked,centerMuted:e.centerMuted,centerPosition:e.settings.centerPosition,mode:e.mode,notificationSoundEnabled:e.settings.notificationSoundEnabled,toastPosition:(0,g.selectActiveDisplayToastPosition)(e),toastDuration:e.settings.toastDuration}},e=>({toggleCenterLocked:()=>e(new p.ToggleCenterLocked),toggleCenterMuted:()=>e(new p.ToggleCenterMuted),toggleNotificationSound:()=>e(new g.ToggleNotificationSound),setCenterPosition:t=>e(new g.SetCenterPosition(t)),setToastPosition:t=>e(new b.RequestSetToastLocation(t)),updateAppMuteState:(t,n)=>e(new p.UpdateAppMuteState(t,n)),updateStreamMuteState:(t,n)=>e(new p.UpdateStreamMuteState(t,n)),setToastDuration:t=>e(new g.SetToastDuration(t)),raiseAnalyticsEvent:async(t,n)=>e(new p.RaiseAnalyticsEvent(t,n))}))(({appManagers:e,centerLocked:t,centerMuted:n,centerPosition:r,mode:i,notificationSoundEnabled:o,toastPosition:a,setToastPosition:c,setCenterPosition:l,toggleCenterLocked:p,toggleCenterMuted:g,toggleNotificationSound:b,updateAppMuteState:A,updateStreamMuteState:k,toastDuration:T,setToastDuration:D,raiseAnalyticsEvent:I})=>{const[L,R]=s.useState(!1),F=s.useContext(w.HistoryContext),N=e.length>v.settingsApplicationsCollapsedSize&&!L?v.settingsApplicationsCollapsedSize:e.length,H=e.slice(0,N),{raiseAnalyticsEventDelayed:B}=(0,m.useAnalyticsDebounce)(1e3,I);return s.createElement(O,{flexDirection:"column"},s.createElement(E,null,s.createElement(M,null,"Notification Center"),"desktop"===i&&s.createElement(s.Fragment,null,s.createElement(d.SettingsToggle,{title:"Auto-hide Center",state:!t,onChange:()=>{p(),null==I||I({type:"Settings",action:"Toggle Autohide",value:`${t}`,skipValueHashing:!0})},toggleId:"lock-link"}),s.createElement(d.SettingsToggle,{title:"Do Not Disturb",state:n,onChange:()=>{g(),null==I||I({type:"Settings",action:"Toggle Do Not Disturb",value:`${!n}`,skipValueHashing:!0})},toggleId:"mute-link"})),s.createElement(d.SettingsToggle,{title:"Play Sound For Notifications",state:!n&&o,onChange:()=>{b(),null==I||I({type:"Settings",action:"Toggle Play Sound",value:`${!o}`,skipValueHashing:!0})},toggleId:"notification-sound",disabled:n})),"desktop"===i&&s.createElement(s.Fragment,null,s.createElement(E,null,s.createElement(x.SettingsNavigationTitle,{title:"Advanced Settings",onClick:()=>{F.push(_.ROUTES.ADVANCED_SETTINGS)}})),s.createElement(E,null,s.createElement(C.DisplaySelector,{title:"Default Display",description:"This is the display where Notification Center will launch and all new notifications will appear.",raiseAnalyticsEvent:I})),s.createElement(E,null,s.createElement(f.CenterPositionSelector,{title:"Notification Center Position",id:"center-position",value:r,onChange:e=>{l(e),null==I||I({type:"Settings",action:"Change Notification Center Position",value:`${e}`,skipValueHashing:!0})}})),s.createElement(E,null,s.createElement(M,null,"Notification Toasts"),s.createElement(P,{flexDirection:"row"},s.createElement(u.Text,{id:"spinner-label",size:"large","aria-hidden":"true"},"Duration Time"),s.createElement(y.NumberSpinner,{className:"spinner",value:T/1e3|0,suffix:"sec",min:4,max:16,onChange:e=>{D(1e3*e),null==B||B({type:"Settings",action:"Change Toast Duration",value:`${e}`,skipValueHashing:!0})}})),s.createElement(h.ToastPositionSelector,{value:a,onChange:e=>{c(e),"custom"!==e.position&&(null==I||I({type:"Settings",action:"Change Toast Position",value:`${e.position}`,skipValueHashing:!0}))}})),s.createElement(E,null,s.createElement(M,null,"Manage Applications "),e.length>0&&H.map(({application:e,streams:t=[]},n)=>s.createElement("div",{key:`SettingsToggle-${n}`},s.createElement(d.SettingsToggle,{key:`SettingsToggle-Application-${n}`,iconUrl:e.iconUrl,state:!e.muted,title:e.title,onChange:n=>{!function(e,t=[]){const n=!e.muted;A(e,n),t.length>0&&t.forEach(e=>k(e,n))}(e,t),null==I||I({type:"Settings",action:n.target.checked?"Unmute Application":"Mute Application",value:`${e.title}`})},toggleId:`mute-app-toggle-${e.id}`,showLogo:!0}),t.length>0&&s.createElement(S,null,null==t?void 0:t.map((e,t)=>s.createElement(d.SettingsToggle,{key:`SettingsToggle-Stream-${t}`,state:!e.muted,title:e.displayName,onChange:()=>function(e){k(e,!e.muted)}(e),toggleId:`mute-stream-toggle-${e.id}`,subToggle:!0}))))),e.length>v.settingsApplicationsCollapsedSize&&s.createElement(j,{id:"show-less-more-button",onClick:()=>R(!L)},L?"Show Fewer":"Show More"))))})},5904:e=>{e.exports=p},5915:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5932:e=>{e.exports=m},5996:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isTemplate=void 0,t.isTemplate=(e,t)=>e.template===t},6012:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.getAllStoredNotifications=t.isSticky=t.isStoredNotification=t.normalizeCmdOrCtrl=t.checkTolerance=t.clamp=void 0,t.clamp=function(e,t,n){return e<=t?t:e>=n?n:e},t.checkTolerance=function(e,t,n){return tn-e},t.normalizeCmdOrCtrl=function(e){return e.replace(/CmdOrCtrl/g,e=>e.includes("Cmd")?"Cmd":"Ctrl").replace(/(Cmd|Ctrl)/g,"CmdOrCtrl")},t.isStoredNotification=function(e){return!!e.notification},t.isSticky=function(e){return e.toast?"sticky"===e.toast:"sticky"===e.sticky},t.getAllStoredNotifications=function(e){return[...e.notifications,...e.reminders]},i(n(5172),t)},6075:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDispatchRequestCustomValidationDebounced=void 0;const r=n(5932),i=n(9130);t.useDispatchRequestCustomValidationDebounced=()=>{const e=(0,i.useDispatch)(),t=(0,r.useRef)(null);return(0,r.useCallback)(n=>{t.current&&window.clearTimeout(t.current),t.current=window.setTimeout(()=>{e(n)},500)},[e])}},6099:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.encodeId=t.hydrateNotification=void 0;const r=n(2867),i=n(512),o=n(5996),a=n(790),s=n(6188);function c(e,t){return`${t.uuid}:${e}`}t.hydrateNotification=function(e,t,n){var l,u;null!==(l=e.template)&&void 0!==l||(e.template="markdown");const d=s.TemplateSchemaMap[e.template];if(!d)throw new Error(`Unrecognized notification template name, must be one of: ${Object.values(i.TemplateNames).join(",")}`);const f=d.validateSync(e),h=null!=n?n:"desktop"===t.type?c(f.id,t.identity):f.id,p=(0,o.isTemplate)(f,"markdown")?(0,r.getMarkdownTextContent)(f.body):"";return(0,o.isTemplate)(f,"custom")&&(0,a.validateTemplateData)(f,!(null===(u=e.indicator)||void 0===u?void 0:u.color)),{id:h,notification:f,source:t,bodyText:p,title:""}},t.encodeId=c},6188:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.generateId=t.TemplateSchemaMap=t.CustomTemplateDataSchema=t.ButtonsSchema=t.ButtonOptionsSchema=t.IndicatorSchema=t.StreamSchema=void 0;const a=o(n(4298)),s=n(6865),c=n(3694),l=n(4415),u=n(2984),d=n(3413);t.StreamSchema=a.object({displayName:a.string().required(),id:a.string().required(),appId:a.string().required()}).label("Stream");const f=a.mixed().oneOf(Object.values(s.IndicatorType)).optional(),h=a.mixed().optional().when("type",(e,t)=>t.default(e)),p=a.mixed().oneOf(Object.values(s.IndicatorColor)).optional().when("type",(e,t)=>{switch(e){case s.IndicatorType.FAILURE:return t.default(s.IndicatorColor.RED);case s.IndicatorType.WARNING:return t.default(s.IndicatorColor.YELLOW);case s.IndicatorType.SUCCESS:return t.default(s.IndicatorColor.GREEN)}}).default(s.IndicatorColor.RED),m=a.string().required().default(s.IndicatorColor.RED),g=a.mixed().oneOf(Object.values(s.IndicatorColor)).required(),v=a.object({type:f,text:h,color:p}),y=a.object({type:f,text:h,color:m,fallback:g});t.IndicatorSchema=a.mixed().when({is:e=>{return(null==e?void 0:e.color)&&(t=null==e?void 0:e.color)&&!Object.values(s.IndicatorColor).includes(t);var t},then:y.optional().default(null).nullable(),otherwise:v.optional().default(null).nullable()}).label("Indicator"),t.ButtonOptionsSchema=a.object({type:a.mixed().default("button"),title:a.string().required(),cta:a.boolean().default(!1),iconUrl:a.string().default(""),index:a.number(),onClick:a.mixed().nullable(),submit:a.boolean().default(!1),formOptions:a.object({submittingTitle:a.string().nullable(),errorTitle:a.string().nullable(),successTitle:a.string().nullable()}).nullable()}).label("ButtonOptions"),t.ButtonsSchema=a.array().of(t.ButtonOptionsSchema).transform((e=[])=>e.map((e,t)=>Object.assign(Object.assign({},e),{type:"button",index:t}))).test("Max 8 buttons","Max 8 buttons allowed",(e=[])=>e.length<=8).test("Max 4 CTA buttons","Max 4 CTA buttons allowed",(e=[])=>(null==e?void 0:e.filter(e=>e.cta).length)<=4).test("Max 4 non-CTA buttons","Max 4 non-CTA buttons allowed",(e=[])=>(null==e?void 0:e.filter(e=>!e.cta).length)<=4).default([]);const C=a.object({id:a.string().default(()=>x()),template:a.mixed().oneOf(Object.values(l.TemplateNames)).optional().default("markdown"),title:a.string().defined(),category:a.string().optional().default("default"),allowReminder:a.boolean().default(!0),indicator:t.IndicatorSchema,icon:a.string().default(""),priority:a.number().min(1).max(4).default(1),customData:a.object().optional().default({}),sticky:a.mixed(),toast:a.mixed(),date:a.number().default(()=>Date.now()),expires:a.number().nullable().default(null),stream:t.StreamSchema.nullable().optional().default(null),platform:a.string().nullable().optional(),onSelect:a.object().nullable().default(null),onClose:a.object().nullable().default(null),onExpire:a.object().nullable().default(null),buttons:t.ButtonsSchema.clone(),soundOptions:a.object({mode:a.mixed().required().default("default")}).default({mode:"default"})}).transform(e=>(e.sticky||e.toast||(e.toast="transient"),e)).required(),b=C.clone().omit(["form"]).shape({template:a.mixed().required(),body:a.string().defined(),form:c.templateMarkDownFormSchema}).label("Notification (Markdown)"),w=C.clone().omit(["template"]).shape({template:a.mixed().required(),list:a.mixed().required().test({name:"List object",message:"Invalid list object",test:e=>{if("object"!=typeof e)throw new Error("Not an object");return Object.entries(null!=e?e:{}).every(([e,t])=>"string"==typeof e&&"string"==typeof t)}})}).label("Notification (List)"),_=C.clone().omit(["template","form"]).shape({template:a.mixed().required(),form:c.templateCustomFormSchema,templateOptions:a.object().shape({body:a.object().shape({fallbackText:a.string().optional(),compositions:a.array().required().min(1).of(a.object().shape({minTemplateAPIVersion:a.string().required().test({name:"Template API Version",message:"Minimum Template API version must be a positive integer",test:e=>/^[0-9]+$/.test(e||"")&&"0"!==e}),layout:a.mixed().required()}))}).required(),indicator:a.object({align:a.mixed().oneOf(["center","left","right"]).optional(),color:a.mixed().oneOf(Object.values(s.IndicatorColor)).optional()}).optional(),buttons:a.object({align:a.mixed().oneOf(["center","left","right"]).optional()}).optional()}).required(),templateData:a.object().required()}).label("Notification (Custom)");function x(){return(0,d.randomUUID)()}t.CustomTemplateDataSchema=a.mixed().test({name:"Custom Template Data",message:"Custom Template Data Validation Error",test:function(e){var t,n;const r=null===(n=null===(t=this.options)||void 0===t?void 0:t.context)||void 0===n?void 0:n.fragments,i=null!=e?e:{},o=Object.values(l.TemplateFragmentNames).filter(e=>"container"!=e),a=e=>{if(e.style){if(e.style.constructor!==Object)throw new Error('"style" property must be an object type.');for(const t in e.style){const n=e.style[t];if("string"!=typeof n&&"number"!=typeof n)throw new Error('"style" object\'s values must be a string or a number type.');if("string"==typeof n&&"position"===t.trim()&&"fixed"===n.trim())throw new Error(`"${t}: ${n}" style is not allowed in fragments.`)}}};return r.containerFragments.forEach(e=>{if(e.children&&!Array.isArray(e.children))throw new Error('container fragment\'s "children" property must be an array type.');a(e)}),r.presentationFragments.forEach(e=>{if(!o.includes(e.type))throw new Error(`Unsupported fragment type (${e.type}) in composition. (Template API Version: ${(0,u.getTemplateAPIVersion)()})`);if(!e.dataKey||"string"!=typeof e.dataKey)throw new Error('"dataKey" property must be a string type and is required field for all presentation fragment types.');if(e.optional&&"boolean"!=typeof e.optional)throw new Error('"optional" property must be a boolean type.');const t=i[e.dataKey];if(!e.optional&&!t)throw new Error(`templateData["${e.dataKey}"] is not optional and must exist in template data.`);if(t){if(("text"===e.type||"image"===e.type)&&"string"!=typeof t)throw new Error(`templateData["${e.dataKey}"] is referred by a ${e.type} fragment and must be a string type.`);if("list"===e.type&&(!Array.isArray(t)||t.some(e=>2!==e.length||"string"!=typeof e[0]||"string"!=typeof e[1])))throw new Error(`templateData["${e.dataKey}"] is referred by a list fragment and must be a ListPairs (Array of [string, string]) type.`)}a(e)}),!0}}).label("Custom Template Data"),t.TemplateSchemaMap={[l.TemplateNames.markdown]:b,[l.TemplateNames.list]:w,[l.TemplateNames.custom]:_},t.generateId=x},6318:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TimeWidgetComponent=t.TimeWidgetComponentConnected=void 0;const i=r(n(5932)),o=n(9130),a=n(7451),s=n(258),c=n(7250),l=n(1656),u=n(6464),d=n(4691),f=n(7260),h=n(1971),p=n(5232),m=n(5484),g=n(9816),v=n(6415),y=Array.from(Array(24).keys()).map(e=>({title:`${e%12||12}:00 ${e>=12?"PM":"AM"}`,value:`${e.toString().padStart(2,"0")}:00`}));t.TimeWidgetComponentConnected=e=>i.default.createElement(s.Field,{name:e.field.key,component:C,timeField:e.field,showModal:e.showModal,hideModal:e.hideModal,formSettings:e.formSettings,raiseAnalytics:e.raiseAnalytics,mode:e.mode});const C=({field:e,showModal:t,hideModal:n,timeField:r,form:o,formSettings:a,raiseAnalytics:s,mode:C})=>{const b=e.value?(0,d.convertTo24HourFormat)(e.value):void 0;(0,m.useRaiseFieldAnalytics)(r,s,e=>(0,d.convertTo24HourFormat)(e.value));const[w,_,x,O]=(0,l.useMenuModalDialog)(e=>{o.setFieldTouched(r.key,!0),o.setFieldValue(r.key,(0,d.convertFrom24HourFormat)(e))},t,n,y,e=>{var t;return{width:null===(t=null==e?void 0:e.current)||void 0===t?void 0:t.clientWidth,height:u.dropdownModalHeight}},()=>o.setFieldTouched(r.key,!0),y.find(t=>e.value&&t.value==b),C,"time"),{modalType:E,isTimePickerModalOpen:M}=i.default.useContext(v.WebModalContext),j=o.errors[e.name]&&o.touched[e.name]?"critical":void 0;return i.default.createElement(f.InputContainer,{flexDirection:"column"},i.default.createElement(c.DateInput,{label:(0,p.getLabelText)(r,a),key:`${r.key}-${O}`,value:b,type:"time",ref:x,helperText:r.helperText,onExpand:()=>_(!w),expanded:w,status:j,onChange:e=>o.setFieldValue(r.key,(0,d.convertFrom24HourFormat)(e.target.value))}),"web"===C&&"widget"===E&&M&&i.default.createElement(g.WebModalComponent,{mode:C}),i.default.createElement(h.ErrorLabel,{name:e.name}))};t.TimeWidgetComponent=(0,o.connect)(e=>({mode:e.mode}),e=>({showModal:t=>e(new a.ShowModal(t)),hideModal:t=>e(new a.HideModal(t))}))(t.TimeWidgetComponentConnected)},6345:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationsPanel=void 0;const s=n(7250),c=o(n(5932)),l=n(9130),u=a(n(2230)),d=n(4800),f=n(7451),h=n(2471),p=n(4896),m=n(6764),g=n(6834),v=n(8318),y=n(8904),C=n(3264),b=n(660),w=n(9136),_=n(7586),x=n(925),O=(0,u.default)(s.Box)` + background: ${({theme:e})=>e.palette.background2}; + border: 1px solid ${({theme:e})=>e.palette.background4}; + height: 100%; + + &:after { + position: absolute; + content: ''; + pointer-events: none; + top: 1px; + left: 1px; + right: 1px; + bottom: 1px; + box-shadow: 0 0 1px 1px ${({theme:e})=>e.palette.background4}; + } +`,E=u.default.div` + margin: ${({theme:e})=>e.px.large} auto; +`;t.NotificationsPanel=(0,l.connect)(e=>({notifications:(0,f.selectPlatformNotifications)(e),reminders:(0,f.selectPlatformReminders)(e),applications:e.applications,streams:e.streams,platforms:e.platform.list,centerLocked:e.centerLocked,searchResults:(0,f.selectPlatformSearchResults)(e),searchQuery:e.search.query,searchMode:e.search.searchMode,visible:e.centerVisible,errors:(0,f.selectVisibleErrors)(e),category:e.categories.selectedCategory}),e=>({setSearchMode:t=>e(new h.SetSearchMode(t)),searchNotifications:t=>e(new h.SearchNotifications(t)),clearSearch:()=>e(new h.ClearSearch),removeNotifications:t=>e(new f.RemoveNotifications(t,"ClearAll")),closeCenter:()=>e(new f.ToggleCenterVisibility(f.ToggleCenterVisibilitySource.BUTTON,!1)),dismissError:t=>e(new f.DismissError(t)),raiseAnalyticsEvent:async(t,n)=>e(new f.RaiseAnalyticsEvent(t,n))}))(({notifications:e,reminders:t,applications:n,streams:r,platforms:i,searchMode:o,searchQuery:a,visible:l,errors:u,category:f,clearSearch:h,removeNotifications:M,setSearchMode:j,searchNotifications:S,closeCenter:P,dismissError:A,raiseAnalyticsEvent:k})=>{const T=c.useContext(b.HistoryContext),D=c.useContext(w.WindowContext);c.useEffect(()=>{D.document.title="Center"},[]);const I=c.useCallback(()=>{M("reminders"===f?t:e),null==k||k({type:"Center",action:"Clear All",skipValueHashing:!0})},[e,t,M,f]),L=o?()=>j(!1):void 0;return c.createElement(O,{flexDirection:"column",flexGrow:1,"data-testid":"notifications-panel-container"},c.createElement(x.GlobalProviderStyles,null),c.createElement(m.Header,{title:"Notifications",onBack:L,onClose:P,badgeCount:e.length},c.createElement(d.HeaderButton,{"aria-label":"Search",onClick:()=>{j(!o),null==k||k({type:"Center",action:"Select Search",skipValueHashing:!0})}},c.createElement(s.Icon,{icon:"MagnifyingGlassIcon",size:"base"})),c.createElement(d.HeaderButton,{"aria-label":"Settings",onClick:()=>{o&&j(!1),T.push(_.ROUTES.SETTINGS)}},c.createElement(s.Icon,{icon:"GearIcon",size:"base"}))),c.createElement(p.ErrorPanel,{errors:u,onDismiss:e=>{A(e)}}),c.createElement(v.PlatformsPanel,null),o?c.createElement(E,null,c.createElement(C.TextInput,{onChange:e=>{e.value.length>0?S(e.value.trim()):h()},clearControl:!0,focusOnMount:!0,icon:"MagnifyingGlassIcon",placeholder:"Search within your Notifications"})):c.createElement(y.CategoriesPanel,{onClearAll:I}),l?c.createElement(g.NotificationView,{id:"notification-panel-view",reminders:t,notifications:e,searchMode:o,searchString:a,applications:n,streams:r,platforms:i}):c.createElement(c.Fragment,null))})},6370:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useFormContainerExpander=void 0;const r=n(9130),i=n(5932),o=n(7953),a=n(7216),s=n(1827);t.useFormContainerExpander=e=>{const t=(0,r.useSelector)(e=>e.activeForms),n=t&&t.focusedFormNotificationId==e,c=(0,r.useDispatch)(),l=(0,i.useContext)(o.ResizeContext);return(0,i.useEffect)(()=>{"emitResize"in l&&setTimeout(()=>l.emitResize(),200)},[l,n]),(0,i.useEffect)(()=>()=>{n&&c(new a.NotificationFormEditComplete)},[]),[!!n,()=>c(n?new a.NotificationFormEditComplete:new s.NotificationFormEditStart(e))]}},6406:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AdvancedSettingsView=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(9130),u=n(7250),d=n(7234),f=n(7451),h=(0,c.default)(u.Box)` + background-color: ${({theme:e})=>e.palette.background6}; + padding-left: ${({theme:e})=>e.px.small}; + padding-right: ${({theme:e})=>e.px.small}; +`,p=(0,c.default)(u.Box)` + border-top: 1px solid ${({theme:e})=>e.palette.background4}; + flex-direction: column; + gap: ${({theme:e})=>e.px.large}; + padding: ${({theme:e})=>`${e.px.large} ${e.px.large}`}; +`,m=(0,c.default)(u.Box)` + align-items: center; + justify-content: space-between; + flex-direction: flex; + gap: ${({theme:e})=>e.px.large}; +`,g=(0,c.default)(u.Box)` + flex-direction: column; + gap: ${({theme:e})=>e.px.large}; +`,v=(0,c.default)(u.Text).attrs({weight:"bold"})` + margin-bottom: ${({theme:e})=>`${e.px.xsmall}`}; +`,y=(0,c.default)(u.Box)` + padding: ${({theme:e})=>`${e.px.large} ${e.px.large} 0 ${e.px.large}`}; + flex-direction: column; +`;t.AdvancedSettingsView=(0,l.connect)(e=>({clearFiltersOnCenterShow:e.settings.clearFiltersOnCenterShow,clearFiltersOnShortcutCenterShow:e.settings.clearFiltersOnShortcutCenterShow,userDefaultShortcut:e.settings.userDefaultShortcut,platformDefaultShortcut:e.settings.platformDefaultShortcut,keyboardShortcutToOpenEnabled:e.settings.keyboardShortcutToOpenEnabled}),e=>({toggleClearFiltersOnCenterShow:t=>e(new d.ToggleClearFiltersOnCenterShow(t)),toggleClearFiltersOnShortcutCenterShow:t=>e(new d.ToggleClearFiltersOnShortcutCenterShow(t)),toggleKeyboardShortcutToOpenEnabled:t=>e(new d.ToggleKeyboardShortcutToOpenEnabled(t)),setUserDefaultShortcut:(t,n)=>e(new d.SetUserDefaultShortcut(t,n)),raiseAnalyticsEvent:async t=>e(new f.RaiseAnalyticsEvent(t))}))(({clearFiltersOnCenterShow:e,toggleClearFiltersOnCenterShow:t,raiseAnalyticsEvent:n,toggleClearFiltersOnShortcutCenterShow:r,toggleKeyboardShortcutToOpenEnabled:i,userDefaultShortcut:o,setUserDefaultShortcut:a,platformDefaultShortcut:c,keyboardShortcutToOpenEnabled:l,clearFiltersOnShortcutCenterShow:f})=>{const[C,b]=s.useState(!1),[w,_]=s.useState(new Set),x=s.useRef(null),O=e=>window.navigator.userAgent.toLowerCase().includes("windows")?e.replace("CmdOrCtrl","Ctrl"):e.replace("CmdOrCtrl","Cmd"),E=O(c||d.openFinDefaultShortcut),M=O(o||E),[j,S]=s.useState(O(M));return s.useEffect(()=>{C&&x.current&&(x.current.focus(),_(new Set))},[C]),s.createElement(g,null,s.createElement(y,null,s.createElement(v,null,"Notification Center Behavior when opened"),s.createElement(u.RadioGroup,{direction:"column",name:"clear-filters-on-open",value:e?"reset":"remember",onChange:e=>{var r;t("reset"===e.target.value),r="reset"!==e.target.value,null==n||n({type:"Settings",action:"Keep Filters",value:r?"True":"False",skipValueHashing:!0})}},s.createElement(u.RadioInput,{label:"Remember previous state",value:"remember"}),s.createElement(u.RadioInput,{label:"Reset to default",value:"reset"}))),s.createElement(y,null,s.createElement(m,null,s.createElement(v,null,"Enable keyboard shortcut to open Notification Center"),s.createElement(u.Toggle,{checked:l,onChange:()=>i(!l)})),l&&s.createElement(s.Fragment,null,s.createElement(m,null,s.createElement(h,null,j),s.createElement(u.Box,{display:"flex"},s.createElement(u.Button,{kind:"secondary",onClick:()=>{C?(b(!1),""!==j?a(j,o):S(M),b(!C)):b(!C)}},C?"Save Shortcut":s.createElement(s.Fragment,null,s.createElement(u.Icon,{size:"small",icon:"Pencil1Icon"})," Edit")))),C&&s.createElement(u.TextInput,{onKeyDown:e=>{if(w.size<4){e.preventDefault();const t=1===e.key.length?e.key.toUpperCase():e.key,n=new Set(w).add(t);_(n),(e=>{const t={Control:"Ctrl",Command:"Cmd"," ":"Space",ArrowUp:"Up",ArrowDown:"Down",ArrowLeft:"Left",ArrowRight:"Right"},n=Array.from(e).map(e=>t[e]||e).join(" + ");S(n)})(n)}},onKeyUp:e=>{w.delete(1===e.key.length?e.key.toUpperCase():e.key),_(new Set(w))},ref:x,style:{marginTop:"5px"},value:j}))),l&&s.createElement(y,null,s.createElement(v,null,"Notification Center behavior when opened with a keyboard shortcut"),s.createElement(u.RadioGroup,{direction:"column",name:"clear-filters-on-shortcut-open",value:f?"reset":"remember",onChange:e=>r("reset"===e.target.value)},s.createElement(u.RadioInput,{label:"Remember previous state",value:"remember"}),s.createElement(u.RadioInput,{label:"Reset to default",value:"reset"}))),s.createElement(p,null,s.createElement(u.Button,{kind:"secondary",onClick:()=>{t(!1),r(!0),i(!0),a("",j),S(E)}},"Restore Default Preferences")))})},6415:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.WebModalContextProvider=t.WebModalContext=void 0;const a=o(n(5932));t.WebModalContext=(0,a.createContext)({isMenuModalOpen:!1,setIsMenuModalOpen:()=>{},menuConfig:null,setMenuConfig:()=>{},isCustomReminderModalOpen:!1,setIsCustomReminderModalOpen:()=>{},customReminderConfig:null,setCustomReminderConfig:()=>{},isDatePickerModalOpen:!1,setIsDatePickerModalOpen:()=>{},datePickerConfig:null,setDatePickerConfig:()=>{},isTimePickerModalOpen:!1,setIsTimePickerModalOpen:()=>{},timePickerConfig:null,setTimePickerConfig:()=>{},modalType:null,setModalType:()=>{}}),t.WebModalContextProvider=({children:e})=>{const[n,r]=(0,a.useState)(!1),[i,o]=(0,a.useState)(null),[s,c]=(0,a.useState)(!1),[l,u]=(0,a.useState)(null),[d,f]=(0,a.useState)(!1),[h,p]=(0,a.useState)(null),[m,g]=(0,a.useState)(!1),[v,y]=(0,a.useState)(null),[C,b]=(0,a.useState)(null);return a.default.createElement(t.WebModalContext.Provider,{value:{isMenuModalOpen:n,menuConfig:i,setIsMenuModalOpen:r,setMenuConfig:o,isCustomReminderModalOpen:s,customReminderConfig:l,setIsCustomReminderModalOpen:c,setCustomReminderConfig:u,isDatePickerModalOpen:d,datePickerConfig:h,setIsDatePickerModalOpen:f,setDatePickerConfig:p,isTimePickerModalOpen:m,timePickerConfig:v,setIsTimePickerModalOpen:g,setTimePickerConfig:y,modalType:C,setModalType:b}},e)}},6430:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getFormikErrorCount=void 0,t.getFormikErrorCount=e=>{const{errors:t,touched:n}=e;return Object.entries(t).map(([e])=>n[e]).filter(e=>e).length}},6451:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.isConnectedToAtLeast=t.getStatus=void 0;const i=r(n(7530)),o=n(5785),a=n(3816),s=n(9603);function c(){return(0,o.withStrictTimeout)(500,(0,a.tryServiceDispatch)(s.APITopic.GET_PROVIDER_STATUS,void 0),"").catch(()=>({connected:!1,version:null,templateAPIVersion:null}))}t.getStatus=c,t.isConnectedToAtLeast=async function(e){const t=await c();if(t.connected&&null!==t.version){const n=(0,i.default)(t.version,e);if(0===n||1===n)return!0}return!1}},6452:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Router=void 0;const a=o(n(5932)),s=n(260),c=n(978);t.Router=({history:e,routes:t=[]})=>a.createElement(c.Router,{history:e},a.createElement(s.Switch,null,t.map(l)));const l=e=>{const{path:t,exact:n,Component:r}=e;return a.createElement(s.Route,{key:t,component:r,exact:n,path:t})}},6455:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ActionBodyClickType=t.ActionNoopType=t.ActionTrigger=void 0,(n=t.ActionTrigger||(t.ActionTrigger={})).CONTROL="control",n.SELECT="select",n.CLOSE="close",n.EXPIRE="expire",n.PROGRAMMATIC="programmatic",(t.ActionNoopType||(t.ActionNoopType={})).EVENT_DISMISS="event_dismiss",(t.ActionBodyClickType||(t.ActionBodyClickType={})).DISMISS_EVENT="dismiss_event"},6460:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{children:t}=e,n=r(e,["children"]);const i=o.default.useRef(null);return o.default.createElement(s.Transition,Object.assign({},n,{nodeRef:i}),e=>o.default.createElement(c,{ref:i,state:e},t))};const c=a.default.div` + transition: 200ms; + opacity: ${({state:e})=>"entered"===e?1:0}; + display: ${({state:e})=>"exited"===e?"none":"block"}; +`},6464:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.defaultCalendarWidth=t.dropdownModalWidth=t.dropdownModalHeight=t.modalWidth=void 0,t.modalWidth=312,t.dropdownModalHeight=272,t.dropdownModalWidth=285,t.defaultCalendarWidth=230},6476:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WaitQueue=void 0;const r=n(5785);t.WaitQueue=class{constructor(){this.waiting=!1,this.root=null,this.current=null}get isLocked(){return this.waiting}wait(){this.waiting=!0,this.root||(this.root=this.current=new r.DeferredPromise)}async signal(){this.waiting=!1,this.release(this.root);const e=this.current;this.root=this.current=null,await(null==e?void 0:e.promise)}async lock(){if(!this.waiting)return null;let e=null;const t=this.current;return t&&(this.current=e=new r.DeferredPromise,await t.promise),e}release(e){e&&e.resolve()}}},6542:e=>{e.exports=g},6566:e=>{e.exports=v},6630:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{const{key:t}=e.field;return o.default.createElement(a.Field,{name:t,component:h,tabIndex:e.tabIndexOverride,formSettings:e.formSettings,notificationField:e.field,raiseAnalytics:e.raiseAnalytics})};const h=e=>{const{raiseAnalytics:t,field:n,form:i,notificationField:a,formSettings:h}=e,p=r(e,["raiseAnalytics","field","form","notificationField","formSettings"]),{placeholder:m,multiline:g,rows:v}=a.widget,y=i.errors[n.name];(0,f.useRaiseFieldAnalytics)(a,t);const C=()=>{i.touched[n.name]||i.setFieldTouched(n.name)};return o.default.createElement(s.InputContainer,{flexDirection:"column"},!g&&o.default.createElement(u.TextInput,Object.assign({label:(0,d.getLabelText)(a,h),"aria-label":(0,d.getLabelText)(a,h),type:"text",helperText:a.helperText,onChangeCapture:C,autoComplete:"off",placeholder:m,status:y&&i.touched[n.name]?"critical":void 0,"data-type":c.StringWidgetType.Text},p,n)),g&&o.default.createElement(u.TextArea,Object.assign({label:(0,d.getLabelText)(a,h),"aria-label":(0,d.getLabelText)(a,h),onChangeCapture:C,autoComplete:"off",placeholder:m,"data-type":c.StringWidgetType.Text,helperText:a.helperText,rows:v},p,n)),o.default.createElement(l.ErrorLabel,{name:n.name}))}},6684:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateMarkdownComponent=void 0;const i=n(7250),o=r(n(5932)),a=r(n(2230)),s=n(164),c=n(5724);t.TemplateMarkdownComponent=({notification:e,templateContent:t,submitForm:n=()=>null,tabIndexOverride:r,isToast:i})=>o.default.createElement(l,{flexDirection:"column"},o.default.createElement(u,null,o.default.createElement(c.Body,{text:e.notification.body})),e.notification.form&&o.default.createElement(s.NotificationForm,{templateContent:t,tabIndexOverride:r,notification:e,onSubmit:n,isToast:i}));const l=(0,a.default)(i.Box)` + width: 100%; +`,u=(0,a.default)(i.Box)` + padding-right: ${e=>e.theme.px.base}; + padding-left: ${e=>e.theme.px.base}; +`},6731:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Groups=void 0;const i=r(n(5932)),o=n(2191),a=r(n(2230)),s=n(6460),c=n(524),l=n(4182);t.Groups=({groupData:e,hasControls:t=!0,onKeyDown:n})=>{const r=(0,o.isLayered)(e),a=r?e.layers:e.sections;return i.default.createElement(u,null,a.map(e=>i.default.createElement(s.FadeTransition,{key:e.key,timeout:200},i.default.createElement(d,null,i.default.createElement(l.Group,{source:e,isLayered:r,hasControls:t,onKeyDown:null==n?void 0:n(e.key)})))))};const u=(0,a.default)(c.TransitionGroup)` + display: flex; + flex-direction: column; + gap: ${({theme:e})=>e.px.xsmall}; +`,d=a.default.div` + align-self: center; + width: 100%; + position: sticky; + &:not(:first-child) { + margin-top: ${({theme:e})=>e.px.small}; + } + &:last-of-type { + margin-bottom: ${({theme:e})=>e.px.large}; + } +`},6764:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Header=t.NonDraggableHeader=t.DraggableHeader=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250),u=n(5396),d=n(4800);t.DraggableHeader=e=>{var t;return s.createElement(g,null,s.createElement(v,{justifyContent:"space-between",alignItems:"center"},s.createElement(C,{alignItems:"center",windowDrag:!0},e.icon&&s.createElement(f,{size:"xlarge",src:e.icon,"aria-label":"logo",alt:null!==(t=e.title)&&void 0!==t?t:""}),s.createElement(y,{as:"h1",size:"large",leftPad:!e.icon,weight:"bold"},e.title),!!e.badgeCount&&e.badgeCount>0&&s.createElement(l.Badge,{count:e.badgeCount,className:"badge",max:99}),s.createElement(p,{href:"#notification-panel-view","aria-label":`${e.badgeCount} notifications - skip to content`})),s.createElement(m,{justifyContent:"center",alignItems:"center"},e.onClose&&s.createElement(d.HeaderButton,{onClick:e.onClose,"aria-label":"close",className:"closeButton"},s.createElement(l.Icon,{icon:"Cross1Icon",size:"base"})))))},t.NonDraggableHeader=e=>s.createElement(g,null,s.createElement(v,{justifyContent:"space-between",alignItems:"center"},s.createElement(C,{alignItems:"center"},e.onBack&&s.createElement(h,null,s.createElement(d.HeaderButton,{autoFocus:!0,"aria-label":"back",onClick:e.onBack},s.createElement(l.Icon,{icon:"ArrowLeftIcon",size:"base"}))),s.createElement(y,{as:"h1",size:"large",leftPad:!e.onBack,weight:"bold"},e.title),!!e.badgeCount&&e.badgeCount>0&&s.createElement(l.Badge,{count:e.badgeCount,className:"badge",max:99}),s.createElement(p,{href:"#notification-panel-view","aria-label":`${e.badgeCount} notifications - skip to content`})),s.createElement(m,{justifyContent:"center",alignItems:"center"},e.children,e.onClose&&s.createElement(d.HeaderButton,{onClick:e.onClose,"aria-label":"close",className:"closeButton"},s.createElement(l.Icon,{icon:"Cross1Icon",size:"base"}))))),t.Header=e=>e.draggable?s.createElement(t.DraggableHeader,Object.assign({},e)):s.createElement(t.NonDraggableHeader,Object.assign({},e));const f=(0,c.default)(u.AppLogo)` + margin-left: ${({theme:e})=>e.px.small}; +`,h=c.default.div` + margin-right: ${({theme:e})=>e.px.small}; +`,p=c.default.a` + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; + list-style: none; +`,m=(0,c.default)(l.Box)` + margin-left: ${({theme:e})=>e.px.small}; + height: ${({theme:e})=>e.px.xxxlarge}; +`,g=(0,c.default)(l.Box)` + padding: 0 0; + height: ${({theme:e})=>e.px.xxxlarge}; + border-bottom: 1px solid ${({theme:e})=>e.palette.background4}; + user-select: none; + width: 100%; + + ${l.Icon} { + /* prevent icon from squishing when title text is too long. */ + min-width: ${e=>e.theme.px.xlarge}; + } + + .badge { + margin-left: ${({theme:e})=>e.px.base}; + margin-right: auto; + } +`,v=(0,c.default)(l.Box)` + height: 100%; + width: 100%; +`,y=(0,c.default)(l.Text)` + padding-left: ${({leftPad:e,theme:t})=>e?t.px.large:0}; + ${l.Mixins.textOverflow}; +`,C=(0,c.default)(l.Box)` + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + word-wrap: break-word; + -webkit-app-region: ${e=>e.windowDrag?"drag":"no-drag"}; + flex: 1; +`},6766:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getInitialFormValues=void 0;const r=n(8912),i=n(4691),o=new Map;o.set(r.FieldType.date,e=>(0,i.ensureCompleteDateFieldValue)(e.value)),o.set(r.FieldType.time,e=>(0,i.ensureCompleteTimeFieldValue)(e.value)),t.getInitialFormValues=function(e){const t={};for(const n of e)if(o.has(n.type)){const e=o.get(n.type);t[n.key]=e&&e(n)}else t[n.key]=n.value;return t}},6812:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TemplateCustomComponent=void 0;const i=r(n(5932)),o=n(2972),a=n(164),s=r(n(2230));t.TemplateCustomComponent=e=>{var t;const{notification:n,clickFragment:r,tabIndexOverride:s}=e,l=n.notification,u=null===(t=l.templateOptions.body.compositions[0])||void 0===t?void 0:t.layout,d=l.templateOptions.body.fallbackText;return u?i.default.createElement(i.default.Fragment,null,i.default.createElement(c,null,i.default.createElement(o.TemplateFragment,{fragment:u,templateData:l.templateData,fragmentIndex:0,notificationKey:`${n.id}${n.notification.date}`,clickFragment:r,tabIndexOverride:s})),n.notification.form&&i.default.createElement(a.NotificationForm,{templateContent:e.templateContent,notification:n,onSubmit:e.submitForm,isToast:e.isToast})):d?i.default.createElement(i.default.Fragment,null," ",d," "):i.default.createElement(i.default.Fragment,null)};const c=s.default.div` + padding-right: ${e=>e.theme.px.base}; + padding-left: ${e=>e.theme.px.base}; +`},6834:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationView=void 0;const s=o(n(5932)),c=n(9130),l=a(n(2230)),u=n(7250),d=n(4887),f=n(2191),h=n(3420),p=n(5228),m=n(6731),g=n(6460),v=n(524),y=n(8602),C=n(9136),b=n(7451),w=(0,l.default)(u.Box)` + flex: 1; + user-select: none; + padding: ${({theme:e})=>e.px.large}; + align-content: center; + flex-direction: column; + overflow-x: hidden; + overflow-y: overlay; +`;t.NotificationView=(0,c.connect)(e=>({platform:e.platform.selected,selectedCategory:e.categories.selectedCategory,sortMethod:e.categories.sortType,sortDirection:e.categories.sortDirection}),e=>({setFocusedNotification:t=>{e(new y.SetFocusedNotification(t))},raiseAnalyticsEvent:async(t,n)=>e(new b.RaiseAnalyticsEvent(t,n))}))(({notifications:e,reminders:t,searchMode:n,searchString:r,applications:i,streams:o,id:a,selectedCategory:c,platform:l,setFocusedNotification:u,sortMethod:y,sortDirection:b,raiseAnalyticsEvent:_})=>{const x=(0,s.useMemo)(()=>(0,f.generateGroups)({notifications:"reminders"===c?t:e,applications:i,streams:o,selectedCategory:c,sortType:y,sortDirection:b}),[e,t,i,o,c,y,b]),O=s.default.useContext(C.WindowContext),E=(0,f.isLayered)(x)?x.layers.length:x.sections.length,M=`${l}-${c}-${y}-${b}-${!!E}`,j=(0,s.useCallback)(e=>t=>n=>{var r,i;const o=e=>{null==_||_({type:"Center",action:"Keystroke",value:e,skipValueHashing:!0})},a=(0,f.isLayered)(x)?null===(i=x.layers.find(t=>t.key===e))||void 0===i?void 0:i.sections.reduce((e,t)=>[...e,...t.notifications],[]):null===(r=x.sections.find(t=>t.key===e))||void 0===r?void 0:r.notifications;if(a)if(t){const e=a.findIndex(e=>e.id===t);if("ArrowDown"===n.key)n.preventDefault(),e!==a.length-1&&(u(a[e+1].id),o("ArrowDown"));else if("ArrowUp"===n.key)n.preventDefault(),0!==e&&(u(a[e-1].id),o("ArrowUp"));else if("_Delete"===n.key){const e=e=>e.flatMap(e=>e.notifications),n=(0,f.isLayered)(x)?e(x.layers.flatMap(e=>e.sections)):e(x.sections),r=n.findIndex(e=>e.id===t),i=n.filter(e=>e.id!==t),a=i.length>=r+1?i[r]:i[i.length-1];u(null==a?void 0:a.id),o("_Delete")}}else"ArrowDown"===n.key&&(n.preventDefault(),u(a[0].id),o("ArrowDown"))},[x]);return(0,s.useEffect)(()=>{const e=e=>{var t,n,r,i;if("t"===e.key&&e.ctrlKey){const e=(0,f.isLayered)(x)?null===(i=null===(r=x.layers[0])||void 0===r?void 0:r.sections[0].notifications)||void 0===i?void 0:i[0]:null===(n=null===(t=x.sections[0])||void 0===t?void 0:t.notifications)||void 0===n?void 0:n[0];e&&(u(e.id),null==_||_({type:"Notification",action:"Keystroke",value:"ctrl + t",skipValueHashing:!0}))}};return O.document.addEventListener("keydown",e),()=>{O.document.removeEventListener("keydown",e)}},[x]),s.default.createElement(w,{"data-scrollable-container":"true",className:"view",id:a,tabIndex:-1,role:"list","aria-label":"Notifications Groups"},n&&r.length>=d.minSearchStringLength&&s.default.createElement(h.SearchResults,null),r.length=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.WebStore=void 0;const o=n(4352),a=n(2903),s=n(8281);let c=class extends s.Store{constructor(){super(Object.assign(Object.assign({},a.initialState),{centerVisible:!0,mode:"web"}))}async init(){}};c=r([(0,o.injectable)(),i("design:paramtypes",[])],c),t.WebStore=c},6865:(e,t)=>{var n,r;Object.defineProperty(t,"__esModule",{value:!0}),t.IndicatorColor=t.IndicatorType=void 0,(r=t.IndicatorType||(t.IndicatorType={})).FAILURE="failure",r.WARNING="warning",r.SUCCESS="success",(n=t.IndicatorColor||(t.IndicatorColor={})).RED="red",n.GREEN="green",n.YELLOW="yellow",n.BLUE="blue",n.PURPLE="purple",n.GRAY="gray",n.ORANGE="orange",n.MAGENTA="magenta",n.TEAL="teal"},6906:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckboxGroupWidgetComponent=void 0;const a=o(n(5932)),s=n(7250),c=n(258),l=n(7260),u=n(1971),d=n(5232),f=n(5484);t.CheckboxGroupWidgetComponent=e=>a.default.createElement(c.Field,{name:e.field.key,component:h,checkboxGroupField:e.field,formSettings:e.formSettings,raiseAnalytics:e.raiseAnalytics});const h=({checkboxGroupField:e,field:t,form:n,formSettings:r,raiseAnalytics:i})=>{const o=e.widget.group.map(e=>({value:e.value,clicked:!1})),c=(0,a.useRef)(o);return(0,f.useRaiseFieldAnalytics)(e,i,void 0,c),a.default.createElement(l.InputContainer,{flexDirection:"column"},a.default.createElement(s.CheckboxGroup,{label:(0,d.getLabelText)(e,r),helperText:e.helperText,onChange:t=>{n.setFieldTouched(e.key,!0),n.setFieldValue(e.key,t.length>0?t:void 0)},values:t.value,key:`${t.name}-${t.value}`},e.widget.group.map(n=>{var r;return a.default.createElement(s.Checkbox,{name:`${e.key}_${n.value}`,key:`${e.key}_${n.value}`,checked:-1!==(null===(r=t.value)||void 0===r?void 0:r.indexOf(n.value)),label:n.label,value:n.value})})),a.default.createElement(u.ErrorLabel,{name:t.name}))}},6975:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.unsubscribeScrollableContainers=t.subscribeScrollableContainers=void 0,t.subscribeScrollableContainers=(e,t)=>{let n=e.parentElement;for(;n;)"true"===n.getAttribute("data-scrollable-container")&&n.addEventListener("scroll",t),n=n.parentElement},t.unsubscribeScrollableContainers=(e,t)=>{let n=e.parentElement;for(;n;)"true"===n.getAttribute("data-scrollable-container")&&n.removeEventListener("scroll",t),n=n.parentElement}},6992:e=>{e.exports=y},7007:e=>{var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise(function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}m(e,t,o,{once:!0}),"error"!==t&&function(e,t){"function"==typeof e.on&&m(e,"error",t,{once:!0})}(e,i)})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function c(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function l(e,t,n,r){var i,o,a,l;if(s(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=c(e))>0&&a.length>i&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,l=u,console&&console.warn&&console.warn(l)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=u.bind(r);return i.listener=n,r.wrapFn=i,i}function f(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var c=o[e];if(void 0===c)return!1;if("function"==typeof c)r(c,this,t);else{var l=c.length,u=p(c,l);for(n=0;n=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1=0;r--)this.removeListener(e,t[r]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},o.prototype.listenerCount=h,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},7010:function(e,t,n){var r,i=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},a=this&&this.__param||function(e,t){return function(n,r){t(n,r,e)}};Object.defineProperty(t,"__esModule",{value:!0}),t.Scheduler=void 0;const s=n(4352),c=n(6566),l=n(8004),u=n(7451),d=n(8320),f=n(2645),h=2147483646;let p=class{constructor(e){this._active=!0,this._nextAction=null,this._store=e,this._store.onAction.add(this.onAction,this),f.InjectorBase.initialized.then(()=>{this.scheduleEarliestAction(Date.now())})}scheduleEarliestAction(e){const t=this.generateNextClassifier();null!==t&&this.scheduleAction(t,e)}scheduleAction(e,t){this._active&&(e.timestamp<=t?this.executeAction(e,t):(this._nextAction&&window.clearTimeout(this._nextAction.timerHandle),this._nextAction=Object.assign(Object.assign({},e),{timerHandle:this.safeDelay(()=>{this.executeAction(e,e.timestamp)},e.timestamp,t)})))}async executeAction(e,t){this._nextAction&&this._nextAction.target.id===e.target.id&&(this._nextAction=null),"Expiry"===e.type?await this._store.dispatch(new u.ExpireNotification(e.target)):await this._store.dispatch(new d.TimeoutReminder(e.target.id)),this.scheduleEarliestAction(t)}async onAction(e){e instanceof u.CreateNotification?this.onAddNotification(e.notification):e instanceof u.RemoveNotifications?this.onRemoveNotifications(e.notifications):e instanceof d.SetReminder?this.onSetReminder(e.reminder,e.reminder.modifiers.reminder):e instanceof d.CancelReminder?this.onCancelReminder(e.reminder):e instanceof u.Freeze?this.onFreeze():e instanceof u.Unfreeze?this.onUnfreeze():e instanceof u.ApplySnapshot&&this.scheduleEarliestAction(Date.now())}onSetReminder(e,t){var n;(!this._nextAction||t{var t;return e.id===(null===(t=this._nextAction)||void 0===t?void 0:t.target.id)})&&this.reschedule()}reschedule(){var e;window.clearTimeout(null===(e=this._nextAction)||void 0===e?void 0:e.timerHandle),this._nextAction=null,this.scheduleEarliestAction(Date.now())}onFreeze(){this._active=!1,this._nextAction&&(window.clearTimeout(this._nextAction.timerHandle),this._nextAction=null)}onUnfreeze(){this._active=!0,this.scheduleEarliestAction(Date.now())}safeDelay(e,t,n){return t-n>h?window.setTimeout(()=>{this.safeDelay(e,t,n+h)},h):window.setTimeout(()=>{e()},t-n)}generateNextClassifier(){return[...this._store.state.notifications.filter(m).map(e=>({type:"Expiry",target:e,timestamp:e.notification.expires})),...this._store.state.reminders.map(e=>({type:"Reminder",target:e,timestamp:e.modifiers.reminder}))].reduce((e,t)=>!e||t.timestamp{function n(e,t){var n,r,i;return"list"===t.template&&"list"===e.template?{list:null!==(n=t.list)&&void 0!==n?n:e.list}:"markdown"===t.template&&"markdown"===e.template?{body:null!==(r=t.body)&&void 0!==r?r:e.body}:"custom"===t.template&&"custom"===e.template?{templateData:null!==(i=t.templateData)&&void 0!==i?i:e.templateData}:{}}Object.defineProperty(t,"__esModule",{value:!0}),t.updateCollection=void 0,t.updateCollection=function(e,t){var r,i,o,a,s;const c=e.findIndex(e=>e.notification.id===t.id);if(-1===c)return null;const l=e[c],u=l.notification;return e[c]=Object.assign(Object.assign({},l),{bodyText:null!==(r=t.bodyText)&&void 0!==r?r:l.bodyText,notification:Object.assign(Object.assign(Object.assign({},u),{buttons:null!==(i=t.buttons)&&void 0!==i?i:u.buttons,customData:null!==(o=t.customData)&&void 0!==o?o:u.customData}),n(u,t)),modifiers:Object.assign(Object.assign({},l.modifiers),{revision:(null!==(s=null===(a=l.modifiers)||void 0===a?void 0:a.revision)&&void 0!==s?s:0)+1})}),e[c]}},7049:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.usePosition=void 0;const r=n(5932),i=n(8899),o=n(9136);t.usePosition=()=>{const e=(0,r.useContext)(o.WindowContext);return[(0,r.useCallback)(t=>{if(t){const n={left:e.screenX,top:e.screenY,width:e.outerWidth,height:e.outerHeight},r=t.getBoundingClientRect();return(0,i.alignModalToParent)(n,{left:r.left,top:r.top,width:r.right-r.left,height:r.bottom-r.top})}return null},[e])]}},7202:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.Inject=void 0,function(e){e[e.STORE=0]="STORE",e[e.SCHEDULER=1]="SCHEDULER",e[e.API_HANDLER=2]="API_HANDLER",e[e.CLIENT_CONTOLLER=3]="CLIENT_CONTOLLER"}(n||(n={})),t.Inject=Object.keys(n).filter(e=>"string"==typeof e).reduce((e,t)=>(e[t]=t,e),{})},7204:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},7207:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Card=void 0;const i=n(9690),o=n(7250),a=r(n(2230));t.Card=(0,a.default)(o.Box)` + flex-direction: column; + user-select: none; + width: 312px; + position: relative; + // if buttons exist, min-height is 128px if isTall is true min height is 160px + min-height: ${({hasButtons:e,isTall:t})=>e?t?"160px":"128px":"96px"}; + align-items: center; + justify-content: center; + background: ${({theme:e,isFormExpanded:t})=>t?e.palette.background3:e.palette.background4}; + box-shadow: ${({theme:e})=>e.shadow.base}; + overflow: ${({mode:e})=>"desktop"===e?"hidden":"visible"}; + border-radius: ${({theme:e,isToast:t})=>t?0:e.radius.base}; + + ${i.CardHeaderHover} + + &:focus { + outline: 1px solid ${({theme:e})=>e.palette.textDefault}; + } +`},7216:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationFormEditComplete=t.removeCurrentFormAndReplaceWithNext=void 0;const r=n(6566);t.removeCurrentFormAndReplaceWithNext=e=>{if(!e)return;const t=e.forms.findIndex(t=>t.notificationId===e.focusedFormNotificationId);if(-1===t)return e;const n=[...e.forms.slice(0,t),...e.forms.slice(t+1)],r=n[t]||n[t-1]||null;return{forms:n,focusedFormNotificationId:null==r?void 0:r.notificationId,createNotificationsCount:e.createNotificationsCount}};class i extends r.Action{reduce(e){return Object.assign(Object.assign({},e),{activeForms:(0,t.removeCurrentFormAndReplaceWithNext)(e.activeForms)})}}t.NotificationFormEditComplete=i},7230:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CategoriesSortingSelect=t.categoriesSortingMethods=void 0;const i=r(n(5932)),o=n(7527),a=n(7250),s=r(n(2230)),c=[{title:o.CategorySortTypesNamesMap["priority-descending"],value:{type:"priority",direction:"descending"}},{title:o.CategorySortTypesNamesMap["priority-ascending"],value:{type:"priority",direction:"ascending"}}];t.categoriesSortingMethods=[[{title:o.CategorySortTypesNamesMap["date-descending"],value:{type:"date",direction:"descending"}},{title:o.CategorySortTypesNamesMap["date-ascending"],value:{type:"date",direction:"ascending"}},...c]];const l=[[{title:"Date",value:{type:"date",direction:"ascending"}},...c]];t.CategoriesSortingSelect=({selectedCategory:e,onChange:n,selectedSortType:r,selectedSortDirection:o})=>{const s="reminders"===e?l:t.categoriesSortingMethods;return i.default.createElement(a.DropdownMenu,{selected:s[0].find(e=>e.value.type===r&&e.value.direction===o),options:s,onChange:n,renderLabel:u,fitContent:!0})};const u=(e,t,n)=>i.default.createElement(d,{onClick:n,"data-testid":"sort-option"},i.default.createElement("span",null,"Sort by ",i.default.createElement("strong",null,e.title)),i.default.createElement(a.Icon,{icon:t?"ChevronUpIcon":"ChevronDownIcon"})),d=s.default.button` + background: transparent; + border: none; + color: ${({theme:e})=>e.palette.textDefault}; + cursor: pointer; + font-size: ${({theme:e})=>e.fontSize.base}; + user-select: none; + display: flex; + align-items: center; + + column-gap: ${({theme:e})=>e.px.xsmall}; +`},7234:function(e,t,n){var r=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.SetUserDefaultShortcut=t.SetPlatformDefaultShortcut=t.ToggleKeyboardShortcutToOpenEnabled=t.ToggleClearFiltersOnShortcutCenterShow=t.ToggleClearFiltersOnCenterShow=t.RemindersTutorialComplete=t.SetToastPosition=t.SetCenterPosition=t.ToggleNotificationSound=t.SetToastDuration=t.selectActiveDisplayToastPosition=t.selectCurrentDisplayToastPosition=t.initialSettingsState=t.openFinDefaultShortcut=void 0;const o=n(6566);t.openFinDefaultShortcut="CmdOrCtrl + /",t.initialSettingsState={centerPosition:"right",clearFiltersOnCenterShow:!1,notificationSoundEnabled:!1,toastPosition:{default:{position:"bottom-right"}},toastDuration:1e4,tutorials:{reminders:!1},keyboardShortcutToOpenEnabled:!0,clearFiltersOnShortcutCenterShow:!1,userDefaultShortcut:"",platformDefaultShortcut:""},t.selectCurrentDisplayToastPosition=e=>{var t;return null!==(t=e.settings.toastPosition[e.display.selected])&&void 0!==t?t:{position:"bottom-right"}},t.selectActiveDisplayToastPosition=e=>{var t;return null!==(t=e.settings.toastPosition[e.display.active])&&void 0!==t?t:{position:"bottom-right"}};let a=class extends o.KeyedAction{constructor(e){super("settings"),this.duration=e}reduce(e){return Object.assign(Object.assign({},e),{toastDuration:this.duration})}};a=r([(0,o.actionType)("SetToastDuration"),i("design:paramtypes",[Number])],a),t.SetToastDuration=a;class s extends o.KeyedAction{constructor(){super("settings")}reduce(e){return Object.assign(Object.assign({},e),{notificationSoundEnabled:!e.notificationSoundEnabled})}}t.ToggleNotificationSound=s;class c extends o.KeyedAction{constructor(e){super("settings"),this.position=e}async call(e,t){e.state.settings.centerPosition!==this.position&&await t()}reduce(e){return Object.assign(Object.assign({},e),{centerPosition:this.position})}}t.SetCenterPosition=c;class l extends o.Action{constructor(e){super(),this.position=e}async call(e,t){const n=e.state.display.selected;e.state.settings.toastPosition[n]!==this.position&&await t()}reduce(e){return Object.assign(Object.assign({},e),{settings:Object.assign(Object.assign({},e.settings),{toastPosition:Object.assign(Object.assign({},e.settings.toastPosition),{[e.display.active]:this.position})})})}}t.SetToastPosition=l;class u extends o.KeyedAction{constructor(){super("settings")}reduce(e){return Object.assign(Object.assign({},e),{tutorials:Object.assign(Object.assign({},e.tutorials),{reminders:!0})})}}t.RemindersTutorialComplete=u;class d extends o.KeyedAction{constructor(e){super("settings"),this.clearFiltersOnShow=e}reduce(e){return Object.assign(Object.assign({},e),{clearFiltersOnCenterShow:this.clearFiltersOnShow})}}t.ToggleClearFiltersOnCenterShow=d;class f extends o.KeyedAction{constructor(e){super("settings"),this.clearFiltersOnShortcutCenterShow=e}reduce(e){return Object.assign(Object.assign({},e),{clearFiltersOnShortcutCenterShow:this.clearFiltersOnShortcutCenterShow})}}t.ToggleClearFiltersOnShortcutCenterShow=f;class h extends o.KeyedAction{constructor(e){super("settings"),this.toggle=e}reduce(e){return Object.assign(Object.assign({},e),{keyboardShortcutToOpenEnabled:this.toggle})}}t.ToggleKeyboardShortcutToOpenEnabled=h;class p extends o.KeyedAction{constructor(e){super("settings"),this.platformShortcut=e}reduce(e){return Object.assign(Object.assign({},e),{platformDefaultShortcut:this.platformShortcut})}}t.SetPlatformDefaultShortcut=p;class m extends o.KeyedAction{constructor(e,t){super("settings"),this.newShortcut=e,this.oldShortcut=t}reduce(e){return Object.assign(Object.assign({},e),{userDefaultShortcut:this.newShortcut})}}t.SetUserDefaultShortcut=m},7250:(e,t,n)=>{var r={1193:(e,t,n)=>{n.r(t),n.d(t,{default:()=>s});var r=n(1601),i=n.n(r),o=n(6314),a=n.n(o)()(i());a.push([e.id,".react-calendar {\n width: 350px;\n max-width: 100%;\n background: white;\n border: 1px solid #a0a096;\n font-family: 'Arial', 'Helvetica', sans-serif;\n line-height: 1.125em;\n}\n\n.react-calendar--doubleView {\n width: 700px;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer {\n display: flex;\n margin: -0.5em;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer > * {\n width: 50%;\n margin: 0.5em;\n}\n\n.react-calendar,\n.react-calendar *,\n.react-calendar *:before,\n.react-calendar *:after {\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.react-calendar button {\n margin: 0;\n border: 0;\n outline: none;\n}\n\n.react-calendar button:enabled:hover {\n cursor: pointer;\n}\n\n.react-calendar__navigation {\n display: flex;\n height: 44px;\n margin-bottom: 1em;\n}\n\n.react-calendar__navigation button {\n min-width: 44px;\n background: none;\n}\n\n.react-calendar__navigation button:disabled {\n background-color: #f0f0f0;\n}\n\n.react-calendar__navigation button:enabled:hover,\n.react-calendar__navigation button:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__month-view__weekdays {\n text-align: center;\n text-transform: uppercase;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__weekdays__weekday {\n padding: 0.5em;\n}\n\n.react-calendar__month-view__weekNumbers .react-calendar__tile {\n display: flex;\n align-items: center;\n justify-content: center;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__days__day--weekend {\n color: #d10000;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth,\n.react-calendar__decade-view__years__year--neighboringDecade,\n.react-calendar__century-view__decades__decade--neighboringCentury {\n color: #757575;\n}\n\n.react-calendar__year-view .react-calendar__tile,\n.react-calendar__decade-view .react-calendar__tile,\n.react-calendar__century-view .react-calendar__tile {\n padding: 2em 0.5em;\n}\n\n.react-calendar__tile {\n max-width: 100%;\n padding: 10px 6.6667px;\n background: none;\n text-align: center;\n font: inherit;\n font-size: 0.833em;\n}\n\n.react-calendar__tile:disabled {\n background-color: #f0f0f0;\n color: #ababab;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth:disabled,\n.react-calendar__decade-view__years__year--neighboringDecade:disabled,\n.react-calendar__century-view__decades__decade--neighboringCentury:disabled {\n color: #cdcdcd;\n}\n\n.react-calendar__tile:enabled:hover,\n.react-calendar__tile:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__tile--now {\n background: #ffff76;\n}\n\n.react-calendar__tile--now:enabled:hover,\n.react-calendar__tile--now:enabled:focus {\n background: #ffffa9;\n}\n\n.react-calendar__tile--hasActive {\n background: #76baff;\n}\n\n.react-calendar__tile--hasActive:enabled:hover,\n.react-calendar__tile--hasActive:enabled:focus {\n background: #a9d4ff;\n}\n\n.react-calendar__tile--active {\n background: #006edc;\n color: white;\n}\n\n.react-calendar__tile--active:enabled:hover,\n.react-calendar__tile--active:enabled:focus {\n background: #1087ff;\n}\n\n.react-calendar--selectRange .react-calendar__tile--hover {\n background-color: #e6e6e6;\n}\n",""]);const s=a},6314:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,r,i,o){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(r)for(var s=0;s0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),i&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=i):u[4]="".concat(i)),t.push(u))}},t}},1601:e=>{e.exports=function(e){return e[1]}},4708:(e,t,n)=>{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)}function i(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(i=function(){return!!e})()}function o(e){return o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},o(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(e){var t=function(e){if("object"!=r(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==r(t)?t:t+""}var c=n(2015),l=n(5556),u=n(2697).createFocusTrap,d=n(9054).isFocusable,f=function(e){function t(e){var n,a,c,l;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),n=function(e,t,n){return t=o(t),function(e,t){if(t&&("object"==r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,i()?Reflect.construct(t,n||[],o(e).constructor):t.apply(e,n))}(this,t,[e]),a=n,l=function(e){var t,n=null!==(t=this.internalOptions[e])&&void 0!==t?t:this.originalOptions[e];if("function"==typeof n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o element.");return c.cloneElement(t,{ref:function(n){var r=e.props.containerElements;t&&("function"==typeof t.ref?t.ref(n):t.ref&&(t.ref.current=n)),e.focusTrapElements=r||[n]}})}return null}}])&&function(e,t){for(var n=0;n{n.r(t),n.d(t,{createFocusTrap:()=>m});var r=n(9054);function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n1?t-1:0),r=1;r1&&void 0!==arguments[1]?arguments[1]:{},r=n.hasFallback,a=void 0!==r&&r,s=n.params,c=void 0===s?[]:s,l=m[e];if("function"==typeof l&&(l=l.apply(void 0,function(e){if(Array.isArray(e))return i(e)}(t=c)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())),!0===l&&(l=void 0),!l){if(void 0===l||!1===l)return l;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var u=l;if("string"==typeof l){try{u=o.querySelector(l)}catch(t){throw new Error("`".concat(e,'` appears to be an invalid selector; error="').concat(t.message,'"'))}if(!u&&!a)throw new Error("`".concat(e,"` as selector refers to no known node"))}return u},b=function(){var e=C("initialFocus",{hasFallback:!0});if(!1===e)return!1;if(void 0===e||e&&!(0,r.isFocusable)(e,m.tabbableOptions))if(y(o.activeElement)>=0)e=o.activeElement;else{var t=g.tabbableGroups[0];e=t&&t.firstTabbableNode||C("fallbackFocus")}else null===e&&(e=C("fallbackFocus"));if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},w=function(){if(g.containerGroups=g.containers.map(function(e){var t=(0,r.tabbable)(e,m.tabbableOptions),n=(0,r.focusable)(e,m.tabbableOptions),i=t.length>0?t[0]:void 0,o=t.length>0?t[t.length-1]:void 0,a=n.find(function(e){return(0,r.isTabbable)(e)}),s=n.slice().reverse().find(function(e){return(0,r.isTabbable)(e)}),c=!!t.find(function(e){return(0,r.getTabIndex)(e)>0});return{container:e,tabbableNodes:t,focusableNodes:n,posTabIndexesFound:c,firstTabbableNode:i,lastTabbableNode:o,firstDomTabbableNode:a,lastDomTabbableNode:s,nextTabbableNode:function(e){var i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=t.indexOf(e);return o<0?i?n.slice(n.indexOf(e)+1).find(function(e){return(0,r.isTabbable)(e)}):n.slice(0,n.indexOf(e)).reverse().find(function(e){return(0,r.isTabbable)(e)}):t[o+(i?1:-1)]}}}),g.tabbableGroups=g.containerGroups.filter(function(e){return e.tabbableNodes.length>0}),g.tabbableGroups.length<=0&&!C("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(g.containerGroups.find(function(e){return e.posTabIndexesFound})&&g.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},_=function(e){var t=e.activeElement;if(t)return t.shadowRoot&&null!==t.shadowRoot.activeElement?_(t.shadowRoot):t},x=function(e){!1!==e&&e!==_(document)&&(e&&e.focus?(e.focus({preventScroll:!!m.preventScroll}),g.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):x(b()))},O=function(e){var t=C("setReturnFocus",{params:[e]});return t||!1!==t&&e},E=function(e){var t=e.target,n=e.event,i=e.isBackward,o=void 0!==i&&i;t=t||h(n),w();var a=null;if(g.tabbableGroups.length>0){var s=y(t,n),l=s>=0?g.containerGroups[s]:void 0;if(s<0)a=o?g.tabbableGroups[g.tabbableGroups.length-1].lastTabbableNode:g.tabbableGroups[0].firstTabbableNode;else if(o){var u=g.tabbableGroups.findIndex(function(e){var n=e.firstTabbableNode;return t===n});if(u<0&&(l.container===t||(0,r.isFocusable)(t,m.tabbableOptions)&&!(0,r.isTabbable)(t,m.tabbableOptions)&&!l.nextTabbableNode(t,!1))&&(u=s),u>=0){var d=0===u?g.tabbableGroups.length-1:u-1,f=g.tabbableGroups[d];a=(0,r.getTabIndex)(t)>=0?f.lastTabbableNode:f.lastDomTabbableNode}else c(n)||(a=l.nextTabbableNode(t,!1))}else{var p=g.tabbableGroups.findIndex(function(e){var n=e.lastTabbableNode;return t===n});if(p<0&&(l.container===t||(0,r.isFocusable)(t,m.tabbableOptions)&&!(0,r.isTabbable)(t,m.tabbableOptions)&&!l.nextTabbableNode(t))&&(p=s),p>=0){var v=p===g.tabbableGroups.length-1?0:p+1,b=g.tabbableGroups[v];a=(0,r.getTabIndex)(t)>=0?b.firstTabbableNode:b.firstDomTabbableNode}else c(n)||(a=l.nextTabbableNode(t))}}else a=C("fallbackFocus");return a},M=function(e){var t=h(e);y(t,e)>=0||(f(m.clickOutsideDeactivates,e)?n.deactivate({returnFocus:m.returnFocusOnDeactivate}):f(m.allowOutsideClick,e)||e.preventDefault())},j=function(e){var t=h(e),n=y(t,e)>=0;if(n||t instanceof Document)n&&(g.mostRecentlyFocusedNode=t);else{var i;e.stopImmediatePropagation();var o=!0;if(g.mostRecentlyFocusedNode)if((0,r.getTabIndex)(g.mostRecentlyFocusedNode)>0){var a=y(g.mostRecentlyFocusedNode),s=g.containerGroups[a].tabbableNodes;if(s.length>0){var c=s.findIndex(function(e){return e===g.mostRecentlyFocusedNode});c>=0&&(m.isKeyForward(g.recentNavEvent)?c+1=0&&(i=s[c-1],o=!1))}}else g.containerGroups.some(function(e){return e.tabbableNodes.some(function(e){return(0,r.getTabIndex)(e)>0})})||(o=!1);else o=!1;o&&(i=E({target:g.mostRecentlyFocusedNode,isBackward:m.isKeyBackward(g.recentNavEvent)})),x(i||g.mostRecentlyFocusedNode||b())}g.recentNavEvent=void 0},S=function(e){(m.isKeyForward(e)||m.isKeyBackward(e))&&function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];g.recentNavEvent=e;var n=E({event:e,isBackward:t});n&&(c(e)&&e.preventDefault(),x(n))}(e,m.isKeyBackward(e))},P=function(e){var t;"Escape"!==(null==(t=e)?void 0:t.key)&&"Esc"!==(null==t?void 0:t.key)&&27!==(null==t?void 0:t.keyCode)||!1===f(m.escapeDeactivates,e)||(e.preventDefault(),n.deactivate())},A=function(e){var t=h(e);y(t,e)>=0||f(m.clickOutsideDeactivates,e)||f(m.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},k=function(){if(g.active)return function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n.pause()}var r=e.indexOf(t);-1===r||e.splice(r,1),e.push(t)}(a,n),g.delayInitialFocusTimer=m.delayInitialFocus?d(function(){x(b())}):x(b()),o.addEventListener("focusin",j,!0),o.addEventListener("mousedown",M,{capture:!0,passive:!1}),o.addEventListener("touchstart",M,{capture:!0,passive:!1}),o.addEventListener("click",A,{capture:!0,passive:!1}),o.addEventListener("keydown",S,{capture:!0,passive:!1}),o.addEventListener("keydown",P),n},T=function(){if(g.active)return o.removeEventListener("focusin",j,!0),o.removeEventListener("mousedown",M,!0),o.removeEventListener("touchstart",M,!0),o.removeEventListener("click",A,!0),o.removeEventListener("keydown",S,!0),o.removeEventListener("keydown",P),n},D="undefined"!=typeof window&&"MutationObserver"in window?new MutationObserver(function(e){e.some(function(e){return Array.from(e.removedNodes).some(function(e){return e===g.mostRecentlyFocusedNode})})&&x(b())}):void 0,I=function(){D&&(D.disconnect(),g.active&&!g.paused&&g.containers.map(function(e){D.observe(e,{subtree:!0,childList:!0})}))};return(n={get active(){return g.active},get paused(){return g.paused},activate:function(e){if(g.active)return this;var t=v(e,"onActivate"),n=v(e,"onPostActivate"),r=v(e,"checkCanFocusTrap");r||w(),g.active=!0,g.paused=!1,g.nodeFocusedBeforeActivation=o.activeElement,null==t||t();var i=function(){r&&w(),k(),I(),null==n||n()};return r?(r(g.containers.concat()).then(i,i),this):(i(),this)},deactivate:function(e){if(!g.active)return this;var t=s({onDeactivate:m.onDeactivate,onPostDeactivate:m.onPostDeactivate,checkCanReturnFocus:m.checkCanReturnFocus},e);clearTimeout(g.delayInitialFocusTimer),g.delayInitialFocusTimer=void 0,T(),g.active=!1,g.paused=!1,I(),function(e,t){var n=e.indexOf(t);-1!==n&&e.splice(n,1),e.length>0&&e[e.length-1].unpause()}(a,n);var r=v(t,"onDeactivate"),i=v(t,"onPostDeactivate"),o=v(t,"checkCanReturnFocus"),c=v(t,"returnFocus","returnFocusOnDeactivate");null==r||r();var l=function(){d(function(){c&&x(O(g.nodeFocusedBeforeActivation)),null==i||i()})};return c&&o?(o(O(g.nodeFocusedBeforeActivation)).then(l,l),this):(l(),this)},pause:function(e){if(g.paused||!g.active)return this;var t=v(e,"onPause"),n=v(e,"onPostPause");return g.paused=!0,null==t||t(),T(),I(),null==n||n(),this},unpause:function(e){if(!g.paused||!g.active)return this;var t=v(e,"onUnpause"),n=v(e,"onPostUnpause");return g.paused=!1,null==t||t(),w(),k(),I(),null==n||n(),this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return g.containers=t.map(function(e){return"string"==typeof e?o.querySelector(e):e}),g.active&&w(),I(),this}}).updateContainerElements(e),n}},2694:(e,t,n)=>{var r=n(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==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,bigint: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:o,resetWarningCache:i};return n.PropTypes=n,n}},5556:(e,t,n)=>{e.exports=n(2694)()},6925:e=>{e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},1020:(e,t,n)=>{var r=n(2015),i=Symbol.for("react.element"),o=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,o={},l=null,u=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(u=t.ref),t)a.call(t,r)&&!c.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:l,ref:u,props:o,_owner:s.current}}t.Fragment=o,t.jsx=l,t.jsxs=l},4848:(e,t,n)=>{e.exports=n(1020)},9054:(e,t,n)=>{n.r(t),n.d(t,{focusable:()=>w,getTabIndex:()=>f,isFocusable:()=>O,isTabbable:()=>_,tabbable:()=>b});var r=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],i=r.join(","),o="undefined"==typeof Element,a=o?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,s=!o&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},c=function e(t,n){var r;void 0===n&&(n=!0);var i=null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"inert");return""===i||"true"===i||n&&t&&e(t.parentNode)},l=function(e,t,n){if(c(e))return[];var r=Array.prototype.slice.apply(e.querySelectorAll(i));return t&&a.call(e,i)&&r.unshift(e),r.filter(n)},u=function e(t,n,r){for(var o=[],s=Array.from(t);s.length;){var l=s.shift();if(!c(l,!1))if("SLOT"===l.tagName){var u=l.assignedElements(),d=e(u.length?u:l.children,!0,r);r.flatten?o.push.apply(o,d):o.push({scopeParent:l,candidates:d})}else{a.call(l,i)&&r.filter(l)&&(n||!t.includes(l))&&o.push(l);var f=l.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(l),h=!c(f,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(l));if(f&&h){var p=e(!0===f?l.children:f.children,!0,r);r.flatten?o.push.apply(o,p):o.push({scopeParent:l,candidates:p})}else s.unshift.apply(s,l.children)}}return o},d=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},f=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!d(e)?0:e.tabIndex},h=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},p=function(e){return"INPUT"===e.tagName},m=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},g=function(e,t){return!(t.disabled||c(t)||function(e){return p(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=a.call(e,"details>summary:first-of-type")?e.parentElement:e;if(a.call(i,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return m(e)}else{if("function"==typeof r){for(var o=e;e;){var c=e.parentElement,l=s(e);if(c&&!c.shadowRoot&&!0===r(c))return m(e);e=e.assignedSlot?e.assignedSlot:c||l===e.ownerDocument?c:l.host}e=o}if(function(e){var t,n,r,i,o=e&&s(e),a=null===(t=o)||void 0===t?void 0:t.host,c=!1;if(o&&o!==e)for(c=!!(null!==(n=a)&&void 0!==n&&null!==(r=n.ownerDocument)&&void 0!==r&&r.contains(a)||null!=e&&null!==(i=e.ownerDocument)&&void 0!==i&&i.contains(e));!c&&a;){var l,u,d;c=!(null===(u=a=null===(l=o=s(a))||void 0===l?void 0:l.host)||void 0===u||null===(d=u.ownerDocument)||void 0===d||!d.contains(a))}return c}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some(function(e){return"SUMMARY"===e.tagName})}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n=0)},C=function e(t){var n=[],r=[];return t.forEach(function(t,i){var o=!!t.scopeParent,a=o?t.scopeParent:t,s=function(e,t){var n=f(e);return n<0&&t&&!d(e)?0:n}(a,o),c=o?e(t.candidates):a;0===s?o?n.push.apply(n,c):n.push(a):r.push({documentOrder:i,tabIndex:s,item:t,isScope:o,content:c})}),r.sort(h).reduce(function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e},[]).concat(n)},b=function(e,t){var n;return n=(t=t||{}).getShadowRoot?u([e],t.includeContainer,{filter:v.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:y}):l(e,t.includeContainer,v.bind(null,t)),C(n)},w=function(e,t){return(t=t||{}).getShadowRoot?u([e],t.includeContainer,{filter:g.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):l(e,t.includeContainer,g.bind(null,t))},_=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==a.call(e,i)&&v(t,e)},x=r.concat("iframe").join(","),O=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==a.call(e,x)&&g(t,e)}},8869:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Fonts=void 0;const i=r(n(9294)),o=r(n(9802)),a=r(n(3325)),s=r(n(2773));t.Fonts={regular:i.default,italic:o.default,semiBold:a.default,semiBoldItalic:s.default}},3092:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(8869),t)},5415:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{label:t,children:n,size:i="base",shape:a="square",kind:s="primary",layout:c="fit",href:l}=e,f=r(e,["label","children","size","shape","kind","layout","href"]);return(0,o.jsx)(u,Object.assign({as:l?"a":"button",size:i,shape:a,kind:s,layout:c},f,{children:t?(0,o.jsx)(d,{alignItems:"center",justifyContent:"center",children:t}):n}))};const u=a.default.button` + /* Default values that get overridden by variants */ + background: ${({theme:e})=>e.palette.inputBackground}; + border: 1px solid ${({theme:e})=>e.palette.inputBackground}; + color: ${({theme:e})=>e.palette.brandPrimaryText}; + + /* Inject variants */ + ${(0,c.getVariantCSS)(l.variants,l.Variant.size)} + ${(0,c.getVariantCSS)(l.variants,l.Variant.shape)} + ${(0,c.getVariantCSS)(l.variants,l.Variant.kind)} + ${(0,c.getVariantCSS)(l.variants,l.Variant.layout)} + + display: inline-flex; + align-items: center; + gap: ${({theme:e})=>e.px.small}; + outline: none; + text-decoration: none; + white-space: nowrap; + line-height: ${({theme:e})=>e.lineHeight.ui}; + font-weight: ${({theme:e})=>e.fontWeight.bold}; + transition: border-color var(--openfin-ui-globalTransition); + + &:not(:disabled) { + cursor: pointer; + } + + &:disabled, + &:active:disabled { + background: ${({theme:e})=>e.palette.inputDisabled}; + border-color: ${({theme:e})=>e.palette.inputDisabled}; + color: ${({theme:e})=>e.palette.inputPlaceholder}; + cursor: not-allowed; + } +`,d=(0,a.default)(s.Box)` + padding: ${({theme:e})=>`0 ${e.px.xsmall}`}; +`;t.ButtonPrimary=e=>(0,o.jsx)(t.Button,Object.assign({},e,{kind:"primary"})),t.ButtonSecondary=e=>(0,o.jsx)(t.Button,Object.assign({},e,{kind:"secondary"})),t.ButtonTextOnly=e=>(0,o.jsx)(t.Button,Object.assign({},e,{kind:"textOnly"}))},549:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.variants=t.ButtonShape=t.ButtonLayout=t.ButtonSize=t.ButtonKind=t.Variant=void 0;const r=n(2770);t.Variant={shape:"shape",size:"size",kind:"kind",layout:"layout"},t.ButtonKind={primary:"primary",secondary:"secondary",textOnly:"textOnly"},t.ButtonSize={small:"small",base:"base",large:"large"},t.ButtonLayout={fit:"fit",full:"full"},t.ButtonShape={square:"square",pill:"pill"},t.variants={[t.Variant.size]:{[t.ButtonSize.base]:r.css` + padding: ${({theme:e})=>`${e.px.small} ${e.px.large}`}; + font-size: ${({theme:e})=>e.fontSize.base}; + `,[t.ButtonSize.small]:r.css` + padding: ${({theme:e})=>`${e.px.xsmall} ${e.px.base}`}; + font-size: ${({theme:e})=>e.fontSize.small}; + `,[t.ButtonSize.large]:r.css` + padding: ${({theme:e})=>`${e.px.base} ${e.px.xlarge}`}; + font-size: ${({theme:e})=>e.fontSize.large}; + `},[t.Variant.shape]:{[t.ButtonShape.square]:r.css` + border-radius: ${({theme:e})=>e.radius.small}; + `,[t.ButtonShape.pill]:r.css` + border-radius: ${({theme:e})=>e.radius.pill}; + `},[t.Variant.layout]:{[t.ButtonLayout.fit]:r.css` + width: fit-content; + `,[t.ButtonLayout.full]:r.css` + width: 100%; + `},[t.Variant.kind]:{[t.ButtonKind.primary]:r.css` + background: ${({theme:e})=>e.palette.brandPrimary}; + border-color: ${({theme:e})=>e.palette.brandPrimary}; + + &:hover { + background: ${({theme:e})=>e.palette.brandPrimaryHover}; + } + + &:active { + background: ${({theme:e})=>e.palette.brandPrimaryActive}; + } + + &:focus { + border-color: ${({theme:e})=>e.palette.brandPrimaryFocused}; + } + `,[t.ButtonKind.secondary]:r.css` + background: ${({theme:e})=>e.palette.brandSecondary}; + border-color: ${({theme:e})=>e.palette.brandSecondary}; + color: ${({theme:e})=>e.palette.brandSecondaryText}; + + &:hover { + background: ${({theme:e})=>e.palette.brandSecondaryHover}; + } + + &:active { + background: ${({theme:e})=>e.palette.brandSecondaryActive}; + } + + &:focus { + border-color: ${({theme:e})=>e.palette.brandSecondaryFocused}; + } + `,[t.ButtonKind.textOnly]:r.css` + background: transparent; + border-color: transparent; + color: ${({theme:e})=>e.palette.textDefault}; + + &:active { + opacity: 0.8; + } + + &:focus { + border-color: ${({theme:e})=>e.palette.inputFocused}; + } + `}}},2367:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5415),t),i(n(549),t)},7544:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardContainer=void 0;const i=n(4848),o=r(n(2770)),a=n(532),s=n(2094);t.CardContainer=e=>(0,i.jsx)(c,{style:{maxHeight:e.maxHeight,overflowY:"auto"},id:"card-container","data-testid":"card-container",children:(0,i.jsx)(l,{children:e.children})});const c=(0,o.default)(s.Box)` + display: block; + background: ${({theme:e})=>e.palette.background3}; + border-bottom: 1px solid ${({theme:e})=>e.palette.background5}; + padding: ${({theme:e})=>e.px.xsmall} ${({theme:e})=>e.px.xsmall} + ${({theme:e})=>e.px.large} 0px; + width: 100%; + ${a.Mixins.scrollbar.base}; + gap: ${({theme:e})=>e.px.base}; +`,l=o.default.div` + padding: ${({theme:e})=>e.px.small} ${({theme:e})=>e.px.small} 0px + ${({theme:e})=>e.px.base}; + width: 100%; +`},2361:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CollapsibleCardStateless=t.CollapsibleCard=void 0;const i=n(4848),o=n(2015),a=r(n(2770)),s=n(3189),c=n(5917),l=n(2094),u=n(7544),d=n(5963),f=n(532);t.CollapsibleCard=(0,o.forwardRef)((e,n)=>{const[r,a]=(0,o.useState)(e.expanded||!1);return(0,i.jsx)(t.CollapsibleCardStateless,Object.assign({},e,{ref:n,expanded:r,onExpand:e=>a(!e)}))}),t.CollapsibleCard.displayName="CollapsibleCard",t.CollapsibleCardStateless=(0,o.forwardRef)((e,t)=>{var n,r;return(0,i.jsxs)(h,{"data-testid":"collapsible-card",children:[(0,i.jsxs)(m,{"aria-expanded":e.expanded,"data-testid":"heading-container",ref:t,zIndex:null===(n=e.headerSettings)||void 0===n?void 0:n.zIndex,fixedHeader:null===(r=e.headerSettings)||void 0===r?void 0:r.fixedHeader,onClick:()=>e.onExpand(e.expanded),tabIndex:0,onKeyDown:t=>{switch(t.code){case"Enter":case"Space":t.preventDefault(),e.onExpand(e.expanded)}},children:[(0,i.jsx)(p,{children:e.title}),(0,i.jsxs)("div",{id:"icon-container",children:[void 0!==e.badgeText&&(0,i.jsx)(s.Badge,{count:e.badgeText,id:"collapsible-card-heading-badge","data-testid":"collapsible-card-heading-badge"}),(0,i.jsx)(c.Icon,{icon:e.expanded?"ChevronUpIcon":"ChevronDownIcon"})]})]}),e.expanded&&(0,i.jsx)(u.CardContainer,{maxHeight:e.maxHeight||"none",children:(0,i.jsx)("div",{children:e.children})})]})}),t.CollapsibleCardStateless.displayName="CollapsibleCardStateless";const h=a.default.div` + position: relative; + display: inline-block; + width: 100%; +`,p=(0,a.default)(d.Text)` + color: ${({theme:e})=>e.palette.textDefault}; + ${f.Mixins.textOverflow}; + text-decoration: none; + display: block; + overflow: hidden; +`,m=(0,a.default)(l.Box)` + position: ${({fixedHeader:e})=>e?"sticky":"relative"}; + top: ${({fixedHeader:e})=>e?0:void 0}; + z-index: ${({zIndex:e})=>e}; + align-items: center; + background: ${({theme:e})=>e.palette.background3}; + border-top: 1px solid ${({theme:e})=>e.palette.background5}; + border-bottom: 1px solid ${({theme:e})=>e.palette.background5}; + cursor: pointer; + display: inline-flex; + gap: ${({theme:e})=>e.px.small}; + justify-content: space-between; + line-height: ${({theme:e})=>e.lineHeight.heading}; + outline: none; + padding: ${({theme:e})=>e.px.base}; + transition: border-color var(--openfin-ui-globalTransition); + width: 100%; + white-space: nowrap; + + #icon-container { + display: flex; + align-items: center; + margin-left: 10px; + } + + #collapsible-card-heading-badge { + background-color: ${({theme:e})=>e.palette.brandPrimary}; + margin-right: 10px; + } + + &:hover { + background-color: ${({theme:e})=>e.palette.background2}; + border-top: 1px solid ${({theme:e})=>e.palette.background5}; + border-bottom: 1px solid ${({theme:e})=>e.palette.background5}; + } + + &:focus { + border-top: 1px solid ${({theme:e})=>e.palette.borderNeutral}; + border-bottom: 1px solid ${({theme:e})=>e.palette.borderNeutral}; + } +`},7787:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(2361),t)},6588:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandDirection=void 0,function(e){e[e.Up=0]="Up",e[e.Down=1]="Down"}(n||(t.ExpandDirection=n={}))},4947:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandableButton=void 0;const i=n(4848),o=n(2015),a=n(2367),s=r(n(2770)),c=n(5917),l=n(5322),u=n(1953),d=n(2094),f=n(6588);t.ExpandableButton=e=>{var t,n,r,s,c,h;const[b,w]=(0,o.useState)({show:!1,requestedByCollapse:!1}),_={size:e.size,kind:e.kind,disabled:e.disabled,tabIndex:e.tabIndex},x=Object.assign(Object.assign({},e),{shape:a.ButtonShape.square,"aria-label":null!==(t=e["aria-label"])&&void 0!==t?t:`Primary Button ${e.title}`}),O=null!==(n=e.expandDirection)&&void 0!==n?n:f.ExpandDirection.Down;return(0,o.useEffect)(()=>{if(!b.requestedByCollapse)return;const e=setTimeout(()=>w({requestedByCollapse:!1,show:!1}),200);return()=>clearTimeout(e)},[b.requestedByCollapse]),(0,i.jsxs)(C,{children:[(0,i.jsxs)(y,{children:[(0,i.jsx)(m,Object.assign({},x,{children:(0,i.jsx)(g,{children:null!==(r=e.children)&&void 0!==r?r:x.title})})),e.secondaryButtons&&e.secondaryButtons.length>0&&(0,i.jsx)(d.Box,{id:"dropdown-container",children:(0,i.jsxs)(v,Object.assign({},_,{role:"combobox",onClick:()=>{b.requestedByCollapse||w({requestedByCollapse:!1,show:!b.show})},"aria-label":"Expand Secondary Buttons Panel","aria-expanded":b.show,children:[O===f.ExpandDirection.Down&&(0,i.jsx)(p,{kind:null!==(s=e.kind)&&void 0!==s?s:a.ButtonKind.primary,icon:"CaretDownIcon"}),O===f.ExpandDirection.Up&&(0,i.jsx)(p,{kind:null!==(c=e.kind)&&void 0!==c?c:a.ButtonKind.primary,icon:"CaretUpIcon"})]}))})]}),e.secondaryButtons&&e.secondaryButtons.length>0&&(0,i.jsx)(l.AnimatePresence,{children:b.show&&(0,i.jsx)(u.ExpandablePanel,{expandDirection:O,secondaryButtons:null!==(h=e.secondaryButtons)&&void 0!==h?h:[],stretch:e.stretchExpandablePanel,closePanelOnSecondaryButtonClick:e.closePanelOnSecondaryButtonClick,onCollapseRequest:()=>w({show:!1,requestedByCollapse:!0}),buttonSize:e.size,document:e.document})})]})};const h={[a.ButtonKind.primary]:e=>e.palette.brandPrimaryText,[a.ButtonKind.secondary]:e=>e.palette.brandSecondaryText,[a.ButtonKind.textOnly]:e=>e.palette.textDefault},p=(0,s.default)(c.Icon)` + svg path { + color: ${({theme:e,kind:t})=>h[t](e)}; + } + line-height: ${({theme:e})=>e.lineHeight.ui}; + font-weight: ${({theme:e})=>e.fontWeight.bold}; +`,m=(0,s.default)(a.Button)` + margin-right: ${({theme:e})=>e.px.xsmall}; +`,g=(0,s.default)(d.Box)` + white-space: nowrap; + text-overflow: ellipsis; + display: block; + overflow: hidden; +`,v=(0,s.default)(a.Button)` + width: ${e=>e.theme.px.xxlarge}; + padding: 0; + display: flex; + justify-content: center; + align-items: center; +`,y=s.default.div` + display: inline-flex; + flex-direction: row; + position: relative; +`,C=s.default.div` + position: relative; + display: inline-block; +`},4032:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setupExpandablePanel=void 0;const r=n(6588);t.setupExpandablePanel=(e,t,n=!1)=>{if(!e||0===e.childNodes.length)return;const i=e.parentElement,o=null==i?void 0:i.getBoundingClientRect(),a=e.getBoundingClientRect();if(!o)return;const s=a.height,c=a.width<=o.width||n?a.width:o.width,l=o.x+c>document.body.clientWidth||c{var t;const n=`${e.panelId}-expandable-panel`;return(0,i.jsx)(u.default,{focusTrapOptions:{fallbackFocus:`#${n}`,clickOutsideDeactivates:!0,onDeactivate:e.onCollapseRequest,initialFocus:!1,document:e.document,returnFocusOnDeactivate:!1},children:(0,i.jsx)(p,{ref:t=>(0,l.setupExpandablePanel)(t,e.expandDirection,e.stretch),tabIndex:0,id:n,initial:"initial",exit:"hidden",buttonSize:null!==(t=e.buttonSize)&&void 0!==t?t:s.ButtonSize.base,animate:"visible",role:"menu",transition:d,onMouseOver:()=>{var e;return null===(e=document.activeElement)||void 0===e?void 0:e.blur()},children:e.secondaryButtons.map((t,n)=>(0,i.jsx)(s.Button,{className:"menu-item",tabIndex:n+1,title:t.title,role:"menuitem",size:e.buttonSize,disabled:t.disabled,kind:"textOnly",onClick:n=>((t,n)=>{e.closePanelOnSecondaryButtonClick?(n.onClick(t),e.onCollapseRequest()):n.onClick(t,()=>e.onCollapseRequest())})(n,t),"aria-label":t.title,children:(0,i.jsx)(f,{"aria-label":t.title,children:t.title})},n))},"expandablePanel")})};const f=(0,o.default)(c.Box)` + padding-bottom: 1px; + padding-top: 1px; + white-space: nowrap; + text-overflow: ellipsis; + display: block; + overflow: hidden; +`,h={[s.ButtonSize.small]:e=>e.px.small,[s.ButtonSize.base]:e=>e.px.base,[s.ButtonSize.large]:e=>e.px.large},p=(0,o.default)(a.motion.div)` + border-radius: ${({theme:e})=>e.radius.small}; + opacity: 0; + display: flex; + flex-direction: column; + position: absolute; + bottom: ${e=>e.theme.px.xxxlarge}; + max-width: max-content; + min-width: 80px; + background: ${e=>e.theme.palette.background4}; + box-shadow: ${e=>e.theme.shadow.base}; + height: max-content; + z-index: 100; + + .menu-item { + border-radius: unset; + background: none; + border: transparent; + text-overflow: ellipsis; + width: 100%; + display: block; + overflow: clip; + & > * { + text-align: left; + } + font-weight: ${({theme:e})=>e.fontWeight.normal}; + padding-top: ${({theme:e,buttonSize:t})=>h[t](e)}; + padding-bottom: ${({theme:e,buttonSize:t})=>h[t](e)}; + padding-left: ${({theme:e})=>e.px.small}; + padding-right: ${({theme:e})=>e.px.small}; + + :first-child { + border-top-left-radius: ${({theme:e})=>e.radius.small}; + border-top-right-radius: ${({theme:e})=>e.radius.small}; + } + + :last-child { + border-bottom-left-radius: ${({theme:e})=>e.radius.small}; + border-bottom-right-radius: ${({theme:e})=>e.radius.small}; + } + + &:focus, + &:hover { + outline: none; + border-color: transparent; + background: ${e=>e.theme.palette.background2}; + } + + &:disabled, + &:active:disabled { + color: ${({theme:e})=>e.palette.textInactive}; + background: ${e=>e.theme.palette.background4}; + opacity: unset; + } + } +`},5825:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(4947),t),i(n(6588),t)},6368:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenu=t.findPathToItemWithId=void 0;const i=n(4848),o=n(2015),a=n(1255),s=r(n(2770)),c=n(2094);t.findPathToItemWithId=(e,n,r)=>{if(e.id===r)return n;if(e.children)for(let i=0;i{const[c,u]=(0,o.useState)([]),[d,f]=(0,o.useState)(),h=(0,o.useRef)(null),p=(0,o.useCallback)(()=>{h.current&&h.current.scrollTo({left:h.current.scrollWidth,behavior:"smooth"})},[]);return(0,o.useEffect)(()=>{if(s){const n=(0,t.findPathToItemWithId)({id:"",children:e},[],s);if(n)return u(n),void f(`content-menu-item-${s}`)}f(void 0)},[s]),(0,o.useEffect)(()=>{p()},[c]),(0,i.jsx)(l,{ref:h,children:(0,i.jsx)(a.ContentMenuColumn,{entries:e,depth:0,path:c,targetItemId:d,setCurrentlySelectedPath:u,handleClickItem:n,handleBookmarkItem:r})})};const l=(0,s.default)(c.Box)` + height: 100%; + width: 100%; + + background-color: ${({theme:e})=>e.palette.background1}; + display: flex; + + overflow-x: auto; + overflow-y: hidden; +`},1255:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuColumn=void 0;const i=n(4848),o=r(n(2770)),a=n(6418),s=n(2015),c=n(8307);t.ContentMenuColumn=({entries:e,depth:n,path:r,targetItemId:o,setCurrentlySelectedPath:a,handleClickItem:d,handleBookmarkItem:f})=>{const h=(0,s.useRef)(null),p=r[n],m=p?e.find(e=>e.id===p):void 0;(0,s.useEffect)(()=>{if(o&&m){const e=document.getElementById(`content-menu-item-${m.id}`);if(e&&h.current){const t=e.getBoundingClientRect().top-h.current.children[0].getBoundingClientRect().top;h.current.scrollTo({top:t,behavior:"smooth"})}}},[o]);const g=(0,s.useCallback)(e=>{a(t=>e?(t[n]=e,t.slice(0,n+1)):t.slice(0,n))},[]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l,{ref:h,children:e.length>0?(0,i.jsx)("div",{children:e.map(e=>(0,i.jsx)(c.ContentMenuItem,{entry:e,active:"folder"===e.type&&e.id===p,handleClick:(e,t)=>{"folder"===e.type?g(e.id):d(e,t)},handleBookmark:f},e.id))}):(0,i.jsx)(u,{children:"No content available."})}),m&&"folder"===m.type&&(0,i.jsx)(t.ContentMenuColumn,{entries:m.children,depth:n+1,path:r,targetItemId:o,setCurrentlySelectedPath:a,handleClickItem:d,handleBookmarkItem:f})]})};const l=(0,o.default)(a.MenuFrame).attrs({className:"content-menu-column-frame"})` + height: 100%; + width: 241px; + padding: ${({theme:e})=>e.px.xsmall}; + overflow-y: auto; + + position: unset; + flex-shrink: 0; + + border-right: 1px solid ${({theme:e})=>e.palette.background5}; +`,u=o.default.div` + height: 100%; + + display: flex; + justify-content: center; + align-items: center; + + user-select: none; +`},8307:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const{label:o,type:a}=e;return(0,s.jsxs)(t.ContentMenuItemContainer,{id:`content-menu-item-${e.id}`,onClick:t=>r(e,t),active:n,children:["item"===a&&(0,s.jsx)(d.IconWithFallback,{iconUrl:e.icon}),(0,s.jsx)(f,{size:"base",weight:"normal",children:o}),(0,s.jsx)(h,{side:"right",bookmarked:e.bookmarked,onClick:t=>{null==t||t.stopPropagation(),i&&i(e)},"data-testid":`content-menu-item-${e.id}-bookmark-icon`,children:e.bookmarked?(0,s.jsx)(u.Icon,{icon:"StarFilledIcon"}):(0,s.jsx)(u.Icon,{icon:"StarIcon"})}),"folder"===a&&(0,s.jsx)(l.MenuItemIconContainer,{side:"right","data-testid":`content-menu-item-${e.id}-chevron-icon`,children:(0,s.jsx)(l.MenuItemRightIcon,{icon:"ChevronRightIcon"})})]})};const f=(0,c.default)(l.MenuItemText)` + padding-right: ${({theme:e})=>e.px.large}; +`,h=(0,c.default)(l.MenuItemIconContainer)` + ${({bookmarked:e})=>e?c.css` + & + ${l.MenuItemIconContainer} { + margin-left: unset; + } + `:c.css` + display: none; + `}; + + svg { + height: ${({theme:e})=>e.px.large}; + width: ${({theme:e})=>e.px.large}; + } +`;t.ContentMenuItemContainer=(0,c.default)(l.MenuItemInnerContainer).attrs(({active:e})=>({className:["content-menu-item-container",e?"content-menu-item-container-active":""].filter(Boolean).join(" ")}))` + ${({theme:e,active:t})=>t&&c.css` + background-color: ${e.palette.background3}; + `} + &:hover { + background-color: ${({theme:e})=>e.palette.background2}; + + ${h} { + display: block; + } + + ${h} + ${l.MenuItemIconContainer} { + margin-left: unset; + } + } +`},5699:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconWithFallback=void 0;const i=n(4848),o=r(n(2770)),a=n(1491),s=n(5917);t.IconWithFallback=({iconUrl:e,alt:t})=>{const n=(0,a.useImageLoader)(e);return"error"===n?(0,i.jsx)(c,{children:(0,i.jsx)(s.Icon,{icon:"FallbackGlobeIcon"})}):"loading"===n?(0,i.jsx)(l,{}):(0,i.jsx)(u,{src:e,alt:t})};const c=o.default.div` + height: ${({theme:e})=>e.px.large}; + width: ${({theme:e})=>e.px.large}; + margin-left: ${({theme:e})=>e.px.small}; + + border-radius: ${({theme:e})=>e.radius.small}; +`,l=o.default.div` + height: ${({theme:e})=>e.px.large}; + width: ${({theme:e})=>e.px.large}; + margin-left: ${({theme:e})=>e.px.small}; +`,u=o.default.img` + height: ${({theme:e})=>e.px.large}; + width: ${({theme:e})=>e.px.large}; + margin-left: ${({theme:e})=>e.px.small}; + + border-radius: ${({theme:e})=>e.radius.small}; + + user-select: none; +`},1491:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useImageLoader=void 0;const r=n(2015);t.useImageLoader=e=>{const[t,n]=(0,r.useState)("loading");return(0,r.useEffect)(()=>{if(!e)return void n("error");n("loading");const t=new Image,r=()=>{n("success")},i=()=>{n("error")};return t.addEventListener("load",r),t.addEventListener("error",i),t.src=e,()=>{t.removeEventListener("load",r),t.removeEventListener("error",i)}},[e]),t}},4810:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(6368),t)},244:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomContextMenu=t.CONTEXT_MENU_ANIMATION_DURATION=t.PRIOR_CONTEXT_MENU_CLASS=t.BASE_CONTEXT_MENU=t.ACTIVE_CONTEXT_MENU_CLASS=t.CONTEXT_MENU_FRAME_ID=void 0;const i=n(4848),o=n(2015),a=r(n(2770)),s=n(9005),c=n(68),l=n(6972),u=n(8666),d=n(3247),f=n(8429),h=n(6418);t.CONTEXT_MENU_FRAME_ID="context_menu_frame",t.ACTIVE_CONTEXT_MENU_CLASS="active_context_menu",t.BASE_CONTEXT_MENU="base_context_menu",t.PRIOR_CONTEXT_MENU_CLASS="previous_context_menu",t.CONTEXT_MENU_ANIMATION_DURATION=200,t.CustomContextMenu=({menuTemplate:e,onClick:n,icon:r,onMenuResize:a,onContextMenuReady:h,isWindows:g=!0})=>{var v;const y=(0,o.useRef)(null),[C,b]=(0,o.useState)(!1),[w,_]=(0,o.useState)({width:160,height:160}),[x,O]=(0,o.useState)(0),[E,M]=(0,o.useState)([]),[j,S]=(0,o.useState)(),[P,A]=(0,o.useState)([]),[k,T]=(0,o.useState)(e.map(e=>e.label||"")),[D,I]=(0,o.useState)(-1);(0,o.useEffect)(()=>{T(e.map(e=>e.label||"")),I(k.findIndex(e=>e===j))},[e]);const{width:L,height:R}=(0,c.useResizeContextMenu)(j),{handleNavigateToSubmenu:F,handleNavigateBackToParent:N,handleNavigateToBase:H}=(0,u.useContextMenuNavigation)(x,O,P,A,j,S,_,I,E,a);return(0,o.useEffect)(()=>{M((0,l.getMenuNavigationOrder)(e)),S(t.BASE_CONTEXT_MENU),A([]),_({width:L,height:R})},[e]),(0,d.useContextMenuKeyboardNavigation)(null===(v=E.find(e=>e.parentLabel===j))||void 0===v?void 0:v.menuTemplate,P,j,D,I,n,F,N,H),(0,o.useEffect)(()=>{y.current&&(C||(h&&h(),b(!0)))},[y.current]),(0,i.jsx)(p,{id:t.CONTEXT_MENU_FRAME_ID,transitionSpeed:x,isWindows:g,children:E.map(({parentLabel:e,menuTemplate:o})=>(0,i.jsx)("div",{ref:e===j?y:void 0,children:(0,i.jsxs)(m,{className:(0,l.getClassName)(e,j,P),activeMenuWidth:w.width,transitionSpeed:x,id:e,children:[e!==t.BASE_CONTEXT_MENU?(0,i.jsx)(s.CustomContextMenuItem,{type:"submenuHeader",label:e,onBack:()=>N(e,"click"),onClose:H,showShouldHomeButton:P.slice(2).includes(e)||P.length>=2&&j===e,selected:-1===D},`${e}-submenu-header`):r&&(0,i.jsx)(f.RootMenuHeader,{icon:r}),o.map((t,r)=>(0,i.jsx)(s.CustomContextMenuItem,Object.assign({onClick:e=>{t.hasSubMenu?F(t.label||""):n(e),I(-2)}},t,{selected:D===r}),`${e}-${t.label}-${r}`))]})},e))})};const p=a.default.div` + position: relative; + min-width: fit-content; + min-height: fit-content; + overflow: hidden; + + background-color: ${({theme:e})=>e.palette.background1}; + transition: ${({transitionSpeed:e})=>`all ${e}ms linear`}; + border: ${({theme:e,isWindows:t})=>t&&`1px solid ${e.palette.background3}`}; + border-radius: ${({isWindows:e})=>!e&&"10px"}; +`,m=(0,a.default)(h.MenuFrame)` + transform: translateX(${({activeMenuWidth:e})=>`${e}px`}); + transition: ${({transitionSpeed:e})=>`all ${e}ms cubic-bezier(0, 0, 0.58, 1)`}; + opacity: 0%; + + &.active_context_menu { + transform: unset; + opacity: 100%; + } + + &.previous_context_menu { + transform: translateX(-100%); + opacity: 0%; + } +`},6374:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ColorLinkingContextMenuWidget=void 0;const i=n(4848),o=r(n(2770)),a=n(2094),s=n(5917);t.ColorLinkingContextMenuWidget=({config:e,onClick:t})=>(0,i.jsx)(u,{children:e.channels.map(e=>"color"in e?(0,i.jsx)(l,{title:e.label,color:e.color,onClick:()=>null==t?void 0:t(e.data),children:e.checked&&(0,i.jsx)(s.Icon,{icon:"CheckIcon",title:e.label,size:"base",color:"white"})},e.label):(0,i.jsx)(c,{onClick:()=>null==t?void 0:t(e.data),children:(0,i.jsx)(s.Icon,{icon:"LinkBreak1Icon",title:e.label,size:"base"})},e.label))});const c=(0,o.default)(a.Box)` + cursor: pointer; + width: ${({theme:e})=>e.px.large}; + height: ${({theme:e})=>e.px.large}; + justify-content: center; +`,l=(0,o.default)(a.Box)` + background-color: ${({color:e})=>e}; + width: ${({theme:e})=>e.px.large}; + height: ${({theme:e})=>e.px.large}; + border-radius: 3px; + cursor: pointer; + justify-content: center; + align-items: center; +`,u=(0,o.default)(a.Box)` + flex-direction: row; + gap: ${({theme:e})=>e.px.small}; + /* + * Container width is colorbox width * columnCount + # of gaps * gap width + side padding + */ + width: calc( + ${({theme:e})=>e.px.large} * 5 + 4 * ${({theme:e})=>e.px.small} + 2 * + ${({theme:e})=>e.px.small} + ); + flex-wrap: wrap; + padding: ${({theme:e})=>e.px.small} ${({theme:e})=>e.px.small}; +`},9005:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{type:t="normal",icon:n,label:a,enabled:s=!0,checked:c,hasSubMenu:l,showShouldHomeButton:d,onClick:f,onClose:h,onBack:p,selected:m}=e,g=r(e,["type","icon","label","enabled","checked","hasSubMenu","showShouldHomeButton","onClick","onClose","onBack","selected"]);let v;switch(t){case"normal":case"checkbox":{v=Object.assign(Object.assign({},g),{type:t,label:a,icon:n,enabled:s,checked:c,selected:m,onClick:f});const e=u[t];return(0,o.createElement)(e,Object.assign({},v,{key:a}))}case"submenu":{v=Object.assign(Object.assign({},g),{label:a,enabled:s,checked:c,submenu:l,selected:m,onClick:f});const e=u[t];return(0,o.createElement)(e,Object.assign({},v,{key:a}))}case"submenuHeader":{v={label:a,showShouldHomeButton:d,onClose:h,onBack:p,selected:m,onClick:f};const e=u[t];return(0,o.createElement)(e,Object.assign({},v,{key:a}))}case"separator":{const e=u[t];return(0,i.jsx)(e,{})}case"widget":{const e=Object.assign(Object.assign({},g),{onClick:f,label:a,enabled:s}),n=u[t];return(0,o.createElement)(n,Object.assign({},e,{key:a,onClick:f}))}default:return(0,i.jsx)(i.Fragment,{})}}},2294:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NormalCustomContextMenuItem=void 0;const i=n(4848),o=r(n(2770)),a=n(5917),s=n(6418);t.NormalCustomContextMenuItem=({type:e,label:t,enabled:n=!0,checked:r,submenu:o,onClick:a,selected:l,data:u})=>(0,i.jsx)(s.MenuItemContainer,{children:(0,i.jsxs)(s.MenuItemInnerContainer,{onClick:n?()=>null==a?void 0:a(u):void 0,enabled:n.toString(),selected:l,children:["checkbox"===e&&(0,i.jsx)(s.MenuItemIconContainer,{side:"left",children:(0,i.jsx)(c,{icon:"CheckIcon",enabled:n.toString(),checked:r})}),(0,i.jsx)(s.MenuItemText,{size:"base",weight:"normal",enabled:n,children:t}),o&&(0,i.jsx)(s.MenuItemIconContainer,{side:"right",children:(0,i.jsx)(s.MenuItemRightIcon,{icon:"ChevronRightIcon",enabled:n})})]})});const c=(0,o.default)(a.Icon)` + svg path { + fill: ${({theme:e,enabled:t,checked:n})=>"true"===t?n?e.palette.textDefault:"transparent":e.palette.textInactive}; + stroke-width: 1.25; + } +`},8429:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RootMenuHeader=void 0;const i=n(4848),o=r(n(2770)),a=n(2094),s=n(6554);t.RootMenuHeader=({icon:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(c,{children:e}),(0,i.jsx)(s.SeparatorCustomContextMenuItem,{})]});const c=(0,o.default)(a.Box)` + width: 100%; + height: 28px; + display: flex; + align-items: center; + justify-content: flex-start; + border-radius: ${({theme:e})=>e.radius.small}; + padding: ${({theme:e})=>`0 0 0 ${e.px.large}`}; +`},6554:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SeparatorCustomContextMenuItem=void 0;const i=n(4848),o=n(2094),a=r(n(2770));t.SeparatorCustomContextMenuItem=()=>(0,i.jsx)(s,{"data-testid":"custom-context-menu-separator",children:(0,i.jsx)(c,{})});const s=(0,a.default)(o.Box)` + width: 100%; + padding: ${({theme:e})=>e.px.small} 0; +`,c=a.default.hr` + width: 100%; + height: 1px; + border: none; + background-color: ${({theme:e})=>e.palette.background3}; +`},3741:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SubmenuHeaderCustomContextMenuItem=void 0;const i=n(4848),o=n(2015),a=r(n(2770)),s=n(5917),c=n(5963),l=n(2094),u=n(6554);t.SubmenuHeaderCustomContextMenuItem=({label:e,showShouldHomeButton:t,onClose:n,onBack:r,selected:a})=>{const s=(0,o.useCallback)(e=>{e.stopPropagation(),null==r||r()},[r]),c=(0,o.useCallback)(e=>{e.stopPropagation(),null==n||n()},[n]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(d,{children:[(0,i.jsx)(f,{side:"left",selected:a,children:(0,i.jsx)(h,{icon:"ArrowLeftIcon",onClick:s,id:"back-icon",selected:a})}),(0,i.jsx)(p,{size:"base",weight:"normal",children:e}),t&&(0,i.jsx)(f,{side:"right",children:(0,i.jsx)(m,{icon:"Cross2Icon",onClick:c,id:"close-icon"})})]}),(0,i.jsx)(u.SeparatorCustomContextMenuItem,{})]})};const d=(0,a.default)(l.Box)` + width: 100%; + height: 28px; + display: flex; + align-items: center; + justify-content: flex-start; + border-radius: ${({theme:e})=>e.radius.small}; + padding: ${({theme:e})=>`0 ${e.px.small} 0 ${e.px.small}`}; +`,f=(0,a.default)(l.Box)` + padding: ${({theme:e,side:t})=>"right"===t?`0 ${e.px.small} 0 0`:`0 0 0 ${e.px.small}`}; + margin-left: ${({side:e})=>"right"===e?"auto":0}; +`,h=(0,a.default)(s.Icon)` + border-radius: ${({theme:e})=>e.radius.small}; + background-color: ${({selected:e,theme:t})=>e?t.palette.background3:"transparent"}; + color: ${({theme:e,selected:t})=>t?e.palette.textDefault:e.palette.textHelp}; + stroke: ${({theme:e,selected:t})=>t?e.palette.textDefault:e.palette.textHelp}; + stroke-width: 0.25; + + &:hover { + color: ${({theme:e})=>e.palette.textDefault}; + stroke: ${({theme:e})=>e.palette.textDefault}; + } +`,p=(0,a.default)(c.Text)` + color: ${({theme:e})=>e.palette.textHelp}; + padding: ${({theme:e})=>`0 ${e.px.xxxlarge} 0 ${e.px.small}`}; + cursor: default; +`,m=(0,a.default)(s.Icon)` + color: ${({theme:e})=>e.palette.textHelp}; + stroke: ${({theme:e})=>e.palette.textHelp}; + stroke-width: 0.25; + margin-left: auto; + + &:hover { + color: ${({theme:e})=>e.palette.textDefault}; + stroke: ${({theme:e})=>e.palette.textDefault}; + } +`},4953:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.WidgetCustomContextMenuItem=void 0;const i=n(4848),o=n(6418),a=r(n(2770)),s=n(2094),c=n(6374);t.WidgetCustomContextMenuItem=({label:e,enabled:t,onClick:n,config:r})=>(0,i.jsx)(o.MenuItemContainer,{children:(0,i.jsxs)(l,{enabled:(null!=t?t:"true").toString(),children:[(0,i.jsx)(o.MenuItemText,{size:"base",weight:"normal",enabled:t,children:e}),(0,i.jsx)(c.ColorLinkingContextMenuWidget,{config:r,onClick:n})]})});const l=(0,a.default)(s.Box)` + display: flex; + flex-direction: column; + align-items: start; + width: 100%; + min-height: 28px; + justify-content: flex-start; + border-radius: ${({theme:e})=>e.radius.small}; + background-color: ${({theme:e,selected:t,enabled:n})=>"false"!==n&&t?e.palette.background3:"transparent"}; +`},759:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(244),t)},3247:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useContextMenuKeyboardNavigation=void 0;const r=n(2015),i=n(244);t.useContextMenuKeyboardNavigation=(e,t,n,o,a,s,c,l,u)=>{const d=t=>{var n,r,i;return"separator"===(null===(n=e[t])||void 0===n?void 0:n.type)||!1===(null===(r=e[t])||void 0===r?void 0:r.enabled)||!1===(null===(i=e[t])||void 0===i?void 0:i.visible)},f=(0,r.useCallback)(()=>{a(t=>{let n=t;do{if(n===(null==e?void 0:e.length)-1)break;n+=1}while(d(n));return d(n)?t:n})},[a,e]),h=(0,r.useCallback)(()=>{a(e=>{let t=e;do{if(n===i.BASE_CONTEXT_MENU&&0===t||-1===t)break;t-=1}while(d(t));return t})},[a,e]),p=(0,r.useCallback)(()=>{a(n===i.BASE_CONTEXT_MENU?0:-1)},[a,n]),m=(0,r.useCallback)(()=>{a(t=>{for(let n=e.length-1;n>=t;n--)if(!d(n))return n;return t})},[null==e?void 0:e.length,a]),g=(0,r.useCallback)(()=>{var t,r;if(null===(t=e[o])||void 0===t?void 0:t.hasSubMenu)c((null===(r=e[o])||void 0===r?void 0:r.label)||"");else{if(-1===o)return void l(n,"keyboard");s(e[o].data)}a(-1)},[a,s,c,e,o,l,n]),v=(0,r.useCallback)(()=>{var t,n;(null===(t=e[o])||void 0===t?void 0:t.hasSubMenu)&&(c((null===(n=e[o])||void 0===n?void 0:n.label)||""),a(-1))},[a,c,e,o]),y=(0,r.useCallback)(()=>{(t.slice(1).includes(n)||(null==t?void 0:t.length)>=1)&&l(n,"keyboard")},[l,t,n]),C=(0,r.useCallback)(()=>{t.slice(2).includes(n)||(null==t?void 0:t.length)>=2?u():s({type:"close"})},[u,t,n]);(0,r.useEffect)(()=>{const e=e=>{switch(e.key){case"ArrowDown":f();break;case"ArrowUp":h();break;case"Home":case"PageUp":p();break;case"End":case"PageDown":m();break;case"Enter":g();break;case"ArrowRight":v();break;case"ArrowLeft":y();break;case"Escape":C()}};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[f,h,p,m,g,v,y,C])}},8666:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useContextMenuNavigation=void 0;const r=n(2015),i=n(244);t.useContextMenuNavigation=(e,t,n,o,a,s,c,l,u,d)=>{const f=(0,r.useCallback)(e=>{const t=document.getElementById(e),n=null==t?void 0:t.getBoundingClientRect();return{height:(null==n?void 0:n.height)||0,width:(null==n?void 0:n.width)||0}},[]);return{handleNavigateToSubmenu:(0,r.useCallback)(r=>{const{height:l,width:u}=f(r);d&&d(l,u),e||t(i.CONTEXT_MENU_ANIMATION_DURATION),c({width:u,height:l}),s(r),o([...n,a])},[a,n,o,d,t,f]),handleNavigateBackToParent:(0,r.useCallback)((e,t="click")=>{if(d){const e=1===n.length?i.BASE_CONTEXT_MENU:n[n.length-1],{height:t,width:r}=f(e);d(t,r)}const r=n,a=r.pop(),c=u.find(e=>e.parentLabel===a);s(a),o(r),l("keyboard"===t?(null==c?void 0:c.menuTemplate.findIndex(t=>t.label===e))||0:-1)},[n,o,l,f,d,u]),handleNavigateToBase:(0,r.useCallback)(()=>{if(d){const{height:e,width:t}=f(i.BASE_CONTEXT_MENU);d(e,t)}s(i.BASE_CONTEXT_MENU),o([]),l(-1)},[s,o,l,f,d])}}},68:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useResizeContextMenu=void 0;const r=n(2015),i=n(244);t.useResizeContextMenu=e=>{const[t,n]=(0,r.useState)({height:160,width:160});return(0,r.useEffect)(()=>{const t=document.getElementById(e),r=document.getElementById(i.CONTEXT_MENU_FRAME_ID);if(!t)return;const o=new ResizeObserver(e=>{for(const t of e){const{width:e,height:i}=t.target.getBoundingClientRect();r&&(r.style.height=`${i}px`,r.style.width=`${e}px`,n({width:e,height:i}))}});return o.observe(t),()=>{o.unobserve(t)}},[e]),t}},6972:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getMenuNavigationOrder=t.getClassName=void 0;const r=n(244);t.getClassName=(e,t,n)=>t===e?r.ACTIVE_CONTEXT_MENU_CLASS:n.includes(e)?r.PRIOR_CONTEXT_MENU_CLASS:"",t.getMenuNavigationOrder=e=>{if(!e)return[];const t=[{parentLabel:r.BASE_CONTEXT_MENU,template:e}],n=[];for(;t.length;){const{template:e,parentLabel:r}=t.pop();e.forEach(({submenu:n,label:r},i)=>{n&&(t.push({parentLabel:r||"",template:n}),delete e[i].submenu,e[i].hasSubMenu=!0)}),n.push({parentLabel:r,menuTemplate:e})}return n}},6418:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemText=t.MenuItemRightIcon=t.MenuItemIconContainer=t.MenuItemInnerContainer=t.MenuItemContainer=t.MenuFrame=void 0;const i=r(n(2770)),o=n(2094),a=n(5917),s=n(5963);t.MenuFrame=(0,i.default)(o.Box)` + display: flex; + flex-direction: column; + position: absolute; + width: max-content; + background-color: ${({theme:e})=>e.palette.background1}; + padding: ${({theme:e})=>`${e.px.small} 0 ${e.px.small} 0`}; +`,t.MenuItemContainer=(0,i.default)(o.Box)` + width: 100%; + padding: ${({theme:e})=>`0 ${e.px.small} 0 ${e.px.small}`}; +`,t.MenuItemInnerContainer=(0,i.default)(o.Box)` + width: 100%; + min-height: 28px; + display: flex; + align-items: center; + justify-content: flex-start; + border-radius: ${({theme:e})=>e.radius.small}; + background-color: ${({theme:e,selected:t,enabled:n})=>"false"!==n&&t?e.palette.background3:"transparent"}; + + &:hover { + background-color: ${({theme:e,enabled:t})=>"false"!==t?e.palette.background3:"transparent"}; + } +`,t.MenuItemIconContainer=(0,i.default)(o.Box)` + margin-left: ${({side:e})=>"right"===e?"auto":0}; + padding: ${({theme:e,side:t})=>"right"===t?`0 ${e.px.small} 0 0`:`0 0 0 ${e.px.small}`}; +`,t.MenuItemRightIcon=(0,i.default)(a.Icon)` + margin-left: auto; + + svg path { + fill: ${({theme:e,enabled:t})=>null==t||t?e.palette.textDefault:e.palette.textInactive}; + stroke: ${({theme:e,enabled:t})=>null==t||t?e.palette.textDefault:e.palette.textInactive}; + stroke-width: 0.5; + } +`,t.MenuItemText=(0,i.default)(s.Text)` + color: ${({theme:e,enabled:t})=>null==t||t?e.palette.textDefault:e.palette.textInactive}; + cursor: default; + + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + + user-select: none; + padding: ${({theme:e})=>`0 ${e.px.xxxlarge} 0 ${e.px.small}`}; +`},8577:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(3803),t)},3803:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{id:t,label:n,onChange:i,labelSide:s="right",type:c="checkbox",helperText:l}=e,m=r(e,["id","label","onChange","labelSide","type","helperText"]);const[g,v]=(0,a.useState)(m.checked);return(0,a.useEffect)(()=>{v(m.checked)},[m.checked]),(0,o.jsxs)(d,{labelSide:s,children:[(n||l)&&(0,o.jsx)(u.Label,{htmlFor:t,text:n,helperText:l}),(0,o.jsxs)(f,{isChecked:g,children:[(0,o.jsx)(p,Object.assign({},m,{id:t,type:c,onChange:e=>{v(e.target.checked),null==i||i(e)}})),(0,o.jsx)(h,{tabIndex:-1,"aria-hidden":"true",isChecked:g})]})]})};const d=s.default.div` + display: flex; + gap: ${({theme:e})=>e.px.xlarge}; + flex-direction: ${({labelSide:e})=>"left"===e?"row":"row-reverse"}; + line-height: ${({theme:e})=>e.px.xlarge}; +`,f=(0,s.default)(l.Box)` + --px-toggle: ${({theme:e})=>e.px.xlarge}; + --px-knob: ${({theme:e})=>e.px.base}; + + position: relative; + height: var(--px-toggle); + width: calc(2 * var(--px-toggle)); + border: 1px solid + ${({isChecked:e,theme:t})=>e?t.palette.brandPrimary:t.palette.background6}; + border-radius: calc(0.5 * var(--px-toggle)); + + background: ${({isChecked:e,theme:t})=>e?t.palette.brandPrimary:t.palette.background6}; + transition: background var(--openfin-ui-globalTransition), + border-color var(---openfin-ui-globalTransition); + + &:focus-within { + border-color: ${({theme:e})=>e.palette.inputFocused}; + } +`,h=s.default.button` + position: absolute; + width: var(--px-knob); + height: var(--px-knob); + top: 50%; + left: ${({theme:e})=>e.px.xsmall}; + transform: translateY(-50%); + border-radius: 50%; + background: ${({isChecked:e,theme:t})=>e?t.palette.brandPrimaryText:t.palette.inputColor}; + border: none; + outline: none; + transition: left var(--openfin-ui-globalTransition), background var(--openfin-ui-globalTransition); + pointer-events: none; /* Allow pass-thru for native input */ +`,p=(0,s.default)(c.RawInput)` + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; + border: none; + outline: none; + appearance: none; + display: block; + + &:checked + ${h} { + left: calc(100% - ${({theme:e})=>e.px.large}); + } + &:disabled + ${h} { + background: ${({theme:e})=>e.palette.inputDisabled}; + } + &:not(:disabled) { + cursor: pointer; + } +`},9992:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{count:t=0,max:n}=e,i=r(e,["count","max"]);let a=t.toString();return n&&t>n&&(a=`${n}+`),(0,o.jsx)(l,Object.assign({},i,{children:a}))};const l=(0,a.default)(s.Box)` + background: ${({theme:e})=>e.palette.statusCritical}; + border-radius: ${({theme:e})=>e.radius.pill}; + color: ${c.Color.white}; + font-size: ${({theme:e})=>e.fontSize.small}; + min-width: ${({theme:e})=>e.px.xlarge}; + padding: 2px 6px; + display: inline-flex; + align-items: center; + justify-content: center; + box-shadow: ${({theme:e})=>e.shadow.base}; +`},3189:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(9992),t)},2942:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var{value:t,onChange:n,onDismiss:r}=e,i=s(e,["value","onChange","onDismiss"]);const[o]=(0,u.useState)(t),[a,c]=(0,u.useState)(t),d=(0,u.useCallback)(e=>{if(e instanceof Array){const t=e;c(t[0]),null==n||n(t[0])}else c(e),null==n||n(e)},[]),h=(0,u.useCallback)(()=>{d(o||null),null==r||r()},[]);return(0,l.jsxs)(y,{"data-testid":"react-calendar",children:[(0,l.jsx)(f.Calendar,Object.assign({value:a,onChange:d,calendarType:"gregory",defaultView:"month",minDetail:"year",next2Label:null,prev2Label:null,showFixedNumberOfWeeks:!0,selectRange:!1,allowPartialRange:!1},i)),(0,l.jsxs)(g,{children:[(0,l.jsx)(v,{"data-testid":"calendar-cancel-button","aria-label":"cancel-button",label:"Cancel",size:"base",kind:"textOnly",onClick:h}),(0,l.jsx)(v,{"data-testid":"calendar-apply-button","aria-label":"apply-button",label:"Apply",size:"base",kind:"primary",onClick:r})]})]})};const g=(0,d.default)(p.Box)` + width: 100%; + padding: ${({theme:e})=>`${e.px.small} 0px`}; + display: flex; + align-items: center; + justify-content: flex-end; + margin-right: ${({theme:e})=>`${e.px.small}`}; + background-color: ${({theme:e})=>e.palette.background4}; + border: 1px solid ${({theme:e})=>e.palette.background6}; + border-top: none; +`,v=(0,d.default)(h.Button)` + padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`}; + margin-right: ${({theme:e})=>`${e.px.small}`}; +`,y=(0,d.default)(p.Box)` + ${m}; + flex-direction: column; + font-style: normal; + font-weight: 400; + font-size: 12px; + user-select: none; + + .react-calendar { + min-width: 230px; + width: 100%; + background-color: ${({theme:e})=>e.palette.background4}; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + border: 1px solid ${({theme:e})=>e.palette.background6}; + } + + .react-calendar__navigation { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + margin: 0; + } + + .react-calendar__navigation__arrow { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.large}; + + :disabled { + color: ${({theme:e})=>e.palette.inputDisabled}; + } + } + + .react-calendar__navigation__label { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + } + + .react-calendar__viewContainer { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.inputColor}; + font-size: ${({theme:e})=>e.fontSize.base}; + } + + .react-calendar__month-view__weekdays { + text-decoration: none; + text-transform: none; + font-weight: normal; + font-size: ${({theme:e})=>e.fontSize.base}; + + abbr { + text-decoration: none; + } + } + + .react-calendar__tile { + display: flex; + align-items: center; + justify-content: center; + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + border-radius: 100px; + aspect-ratio: 1/1; + cursor: pointer; + + :disabled { + color: ${({theme:e})=>e.palette.textInactive}; + cursor: not-allowed; + + :hover { + border: none; + } + } + + :hover { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + border-radius: 100px; + } + + :focus { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + border-radius: 100px; + } + } + + .react-calendar__tile--now { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary} !important; + border-radius: 100px; + } + + .react-calendar__tile--active { + background-color: ${({theme:e})=>e.palette.brandPrimary} !important; + color: ${({theme:e})=>e.palette.brandPrimaryText}; + border-radius: 100px; + + :focus { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + color: ${({theme:e})=>e.palette.textDefault}; + border-radius: 100px; + } + } +`},4706:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(2942),t)},2587:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownButton=void 0;const i=n(4848),o=n(2501),a=n(2821),s=n(5917),c=n(2015),l=r(n(2770)),u=n(2094),d=n(532),f=n(8820);t.DropdownButton=(0,c.forwardRef)((e,t)=>{var n,r,s,c,l;return(0,i.jsx)(p,{children:(0,i.jsxs)(h,{children:[(e.label||e.helperText)&&(0,i.jsx)(f.Label,{text:e.label,helperText:e.helperText,htmlFor:e.name}),(0,i.jsxs)(g,{role:"comboxbox",ref:t,name:e.name,tabIndex:e.tabIndex,"aria-activedescendant":e.activeDescendant,status:e.status,"aria-expanded":e.expanded,"aria-haspopup":"listbox","aria-controls":"dropdown-listbox",onClick:()=>e.handleClick(),as:"button","data-testid":"dropdown-button",title:null!==(r=null===(n=e.selected)||void 0===n?void 0:n.title)&&void 0!==r?r:e.placeholder,children:[(null===(s=e.selected)||void 0===s?void 0:s.iconUrl)&&(0,i.jsx)(o.ButtonImage,{src:e.selected.iconUrl}),(0,i.jsx)(a.OptionTitle,{"aria-live":"polite","data-testid":"selected-option",children:null!==(l=null===(c=e.selected)||void 0===c?void 0:c.title)&&void 0!==l?l:e.placeholder}),(0,i.jsx)(m,{status:e.status,icon:e.expanded?"ChevronUpIcon":"ChevronDownIcon"})]})]})})}),t.DropdownButton.displayName="DropdownButton";const h=(0,l.default)(u.Box)` + align-items: flex-start; + flex-direction: column; + justify-content: flex-start; + width: 100%; +`,p=(0,l.default)(u.Box)` + font-size: ${({theme:e})=>e.fontSize.base}; + width: 100%; + user-select: none; +`,m=(0,l.default)(s.Icon)` + color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"textDefault")}; +`,g=(0,l.default)(u.Box)` + align-items: center; + background: ${({theme:e})=>e.palette.background4}; + border: 1px solid ${({theme:e})=>e.palette.inputBackground}; + border-radius: ${({theme:e})=>e.radius.small}; + color: ${({theme:e})=>e.palette.textDefault}; + cursor: pointer; + border-color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputBorder")}; + display: inline-flex; + font-weight: ${({theme:e})=>e.fontWeight.bold}; + gap: ${({theme:e})=>e.px.small}; + justify-content: flex-start; + line-height: ${({theme:e})=>e.lineHeight.ui}; + outline: none; + padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`}; + position: relative; + text-decoration: none; + transition: border-color var(--openfin-ui-globalTransition); + width: 100%; + white-space: nowrap; + + ${s.Icon} { + margin-left: auto; + } + + &:focus-within { + border-color: ${({theme:e})=>e.palette.inputFocused}; + } + + &:focus { + outline: 0; + border-color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputFocused")}; + } +`},926:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownMenu=void 0;const i=n(4848),o=n(2015),a=n(2094),s=r(n(2770)),c=n(2821),l=n(2501),u=n(6110),d=n(2587);t.DropdownMenu=(0,o.forwardRef)(({label:e,options:t=[[]],placeholder:n="Select an option",selected:r,onOptionHover:s,onChange:p,renderLabel:m,fitContent:g},v)=>{if(r&&!((e,t)=>e.some(e=>e.some(e=>e.value===t.value)))(t,r))throw new Error(`The selected option ${r.value} is not present in the options array`);const[y,C]=(0,o.useState)(!1);(0,o.useEffect)(()=>{1===t[0].length&&b(!1)},[t]);const b=e=>{C(null!=e?e:!y)},{focusedOption:w,handleKeyDown:_}=(0,u.useDropdownKeyboardNavigation)(t,r,y,b,p);return(0,i.jsx)(f,{ref:v,flexDirection:"column",onBlur:e=>{e.currentTarget.contains(e.relatedTarget)||C(!1)},onKeyDown:_,children:(0,i.jsxs)(a.Box,{gap:"small",flexDirection:"column",style:{width:"100%"},children:[e&&(0,i.jsx)("label",{htmlFor:"dropdown-button",children:(0,i.jsx)(c.OptionTitle,{children:e})}),(0,i.jsxs)(h,{children:[m?(0,i.jsx)(o.Fragment,{children:m(r||{title:n,value:null},y,b,w)},`render-label-${r}`):(0,i.jsx)(d.DropdownButton,{tabIndex:0,activeDescendant:`menu-option-${null==w?void 0:w.value}`,expanded:y&&t[0].length>1,handleClick:()=>b(),selected:r,placeholder:n}),t.length&&t[0].length>1&&y&&(0,i.jsx)(l.Menu,{menuId:"dropdown-listbox",options:t,selected:r,handleExpandMenu:b,onOptionHover:s,onChange:p,fitContent:g,focusedOption:w,absolutePosition:!0})]})]})})}),t.DropdownMenu.displayName="DropdownMenu";const f=(0,s.default)(a.Box)` + user-select: none; + position: relative; +`,h=(0,s.default)(a.Box)``},5918:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(926),t),i(n(2501),t),i(n(2587),t)},2501:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonImage=t.Menu=void 0;const i=n(4848),o=r(n(2015)),a=r(n(2770)),s=n(5917),c=n(2094),l=n(2821);t.Menu=({options:e,selected:n,menuId:r,handleExpandMenu:a,onOptionHover:s,onChange:c,width:m,height:g,header:v,focusedOption:y,absolutePosition:C,fitContent:b})=>{const w=e=>{null==s||s(e)};return(0,i.jsxs)(u,{role:"listbox",flexDirection:"column",onMouseLeave:()=>{w(null)},"data-testid":"menu",id:r,width:m,height:g,absolutePosition:C,fitContent:b,children:[v&&(0,i.jsxs)(o.default.Fragment,{children:[(0,i.jsx)(f,{children:(0,i.jsx)(l.OptionTitle,{children:v})}),(0,i.jsx)(p,{})]}),e.map((e,r)=>(0,i.jsxs)(o.default.Fragment,{children:[0!==r&&(0,i.jsx)(p,{}),e.map((e,r)=>(0,i.jsxs)(d,{role:"option",isFocused:(null==y?void 0:y.value)===e.value,"aria-selected":(null==n?void 0:n.value)===e.value,alignItems:"center",as:"button","data-testid":`menu-option-${r}`,id:`menu-option-${e.value}`,title:e.title,onClick:()=>{e.overrideOnClick?e.overrideOnClick(e):c(e),null==a||a()},onMouseOver:()=>w(e.value),children:[(null==e?void 0:e.iconUrl)&&(0,i.jsx)(t.ButtonImage,{src:e.iconUrl,style:{marginRight:"8px"}}),(0,i.jsx)(l.OptionTitle,{children:e.title}),(null==n?void 0:n.value)===e.value?(0,i.jsx)(h,{icon:"CheckIcon"}):(0,i.jsx)(h,{children:(0,i.jsx)(i.Fragment,{})})]},r))]},r))]})};const u=(0,a.default)(c.Box)` + width: ${({width:e,fitContent:t})=>e||(t?"fit-content":"100%")}; + max-height: ${({height:e})=>null!=e?e:"fit-content"}; + top: ${({theme:e})=>`calc(100% + ${e.px.xsmall})`}; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + background: ${({theme:e})=>e.palette.background4}; + color: ${({theme:e})=>e.palette.textDefault}; + z-index: 10; + overflow-y: auto; + border: 1px solid ${({theme:e})=>e.palette.inputBackground}; + position: ${({absolutePosition:e})=>e?"absolute":"initial"}; +`,d=(0,a.default)(c.Box)` + display: inline-flex; + align-items: center; + justify-content: flex-start; + border: ${({isFocused:e,theme:t})=>e?`1px solid ${t.palette.borderNeutral}`:"1px solid transparent"}; + background: transparent; + outline: none; + cursor: pointer; + user-select: none; + color: ${({theme:e})=>e.palette.textDefault}; + padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`}; + &:hover { + background: ${({theme:e})=>e.palette.background2}; + } +`,f=(0,a.default)(c.Box)` + display: inline-flex; + align-items: center; + justify-content: flex-start; + background: transparent; + border: transparent; + color: ${({theme:e})=>e.palette.textHelp}; + padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`}; +`,h=(0,a.default)(s.Icon)` + margin-left: auto; +`,p=(0,a.default)(c.Box)` + border-top: 1px solid ${({theme:e})=>e.palette.inputBackground}; +`;t.ButtonImage=a.default.img` + height: ${({theme:e})=>e.iconSize.xlarge}; + width: ${({theme:e})=>e.iconSize.xlarge}; + border-radius: ${({theme:e})=>e.radius.small}; +`},2821:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{children:n}=e,i=r(e,["children"]);return(0,o.jsx)(u,Object.assign({ref:(0,t.useTooltip)(n)},i,{children:(0,o.jsx)("div",{children:n})}))};const u=(0,l.default)(s.Text)` + ${c.Mixins.textOverflow}; + margin-left: ${({theme:e})=>e.px.xsmall}; +`;function d(e){return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth}t.useTooltip=e=>(0,a.useCallback)(t=>{t&&e&&d(t)&&(t.title=e)},[])},3136:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{tabIndex:n,icon:i,children:a,size:s="base",containerSize:c,"data-testid":l}=e,u=r(e,["tabIndex","icon","children","size","containerSize","data-testid"]);return(0,o.jsx)(h,Object.assign({},u,{iconSize:s,containerSize:c||s,justifyContent:"center",alignItems:"center","data-testid":l,tabIndex:n,ref:t,children:i?(0,o.jsx)(f,Object.assign({ariaLabel:u["aria-label"],icon:i},u)):a}))});d.displayName="Icon",t.Icon=(0,s.default)(d)``;const f=(0,s.default)(e=>{var{icon:t,ariaLabel:n}=e,i=r(e,["icon","ariaLabel"]);const a=l.IconSet[t];return(0,o.jsx)(a,Object.assign({role:"img","aria-label":n},i))})``,h=(0,s.default)(c.Box)` + /** + * 1. Initialize local variables with reasonable defaults + */ + --px-default: ${({theme:e})=>e.iconSize.base}; + + /** + * 2. Inject variants -- ? What are Variants + */ + ${(0,l.getVariantCSS)(u.variants,u.Variant.containerSize)} + ${(0,l.getVariantCSS)(u.variants,u.Variant.iconSize)} + + width: var(--px-container, var(--px-default)); + height: var(--px-container, var(--px-default)); + + /* SVG Asset */ + + & > *, + ${f} { + display: block; + width: var(--px-icon, var(--px-default)); + height: var(--px-icon, var(--px-default)); + border-radius: inherit; + } +`},9438:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.variants=t.Variant=void 0;const r=n(2770);t.Variant={iconSize:"iconSize",containerSize:"containerSize"},t.variants={[t.Variant.iconSize]:{xsmall:r.css` + --px-icon: ${({theme:e})=>e.iconSize.xsmall}; + `,small:r.css` + --px-icon: ${({theme:e})=>e.iconSize.small}; + `,base:r.css` + --px-icon: ${({theme:e})=>e.iconSize.base}; + `,large:r.css` + --px-icon: ${({theme:e})=>e.iconSize.large}; + `,xlarge:r.css` + --px-icon: ${({theme:e})=>e.iconSize.xlarge}; + `,xxlarge:r.css` + --px-icon: ${({theme:e})=>e.iconSize.xxlarge}; + `,xxxlarge:r.css` + --px-icon: ${({theme:e})=>e.iconSize.xxxlarge}; + `},[t.Variant.containerSize]:{xsmall:r.css` + --px-container: ${({theme:e})=>e.iconSize.xsmall}; + `,small:r.css` + --px-container: ${({theme:e})=>e.iconSize.small}; + `,base:r.css` + --px-container: ${({theme:e})=>e.iconSize.base}; + `,large:r.css` + --px-container: ${({theme:e})=>e.iconSize.large}; + `,xlarge:r.css` + --px-container: ${({theme:e})=>e.iconSize.xlarge}; + `,xxlarge:r.css` + --px-container: ${({theme:e})=>e.iconSize.xxlarge}; + `,xxxlarge:r.css` + --px-container: ${({theme:e})=>e.iconSize.xxxlarge}; + `}}},5917:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(3136),t)},2953:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsxs)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C11.2296 2 10.5845 2.58379 10.5078 3.35041C10.4952 3.47677 10.4057 3.58157 10.2846 3.61971C8.06554 4.31851 6.42238 6.33796 6.30033 8.77893L6.12382 12.3091C6.09936 12.7982 5.81331 13.2362 5.3753 13.4552L4.60739 13.8392C4.14761 14.0691 3.85718 14.539 3.85718 15.0531V16.25C3.85718 16.6248 4.16098 16.9286 4.53575 16.9286H19.4643C19.8391 16.9286 20.1429 16.6248 20.1429 16.25V15.0531C20.1429 14.539 19.8525 14.0691 19.3927 13.8392L18.6247 13.4552C18.1867 13.2362 17.9006 12.7982 17.8762 12.3091L17.6997 8.77893C17.5776 6.33796 15.9344 4.31851 13.7154 3.61972C13.5942 3.58157 13.5048 3.47678 13.4922 3.35041C13.4155 2.5838 12.7704 2 12 2Z",fill:t}),(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.28571 18.2857C9.28571 19.7848 10.5009 21 12 21C13.4991 21 14.7143 19.7848 14.7143 18.2857L9.28571 18.2857Z",fill:t})]}))}},2665:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.47306 1.22943C6.5193 1.22943 5.87291 1.98399 5.65371 2.72697C5.65207 2.72932 5.64921 2.73303 5.64485 2.73756C5.6392 2.74342 5.63264 2.74896 5.62599 2.75355C5.61926 2.75819 5.61452 2.7604 5.613 2.76102L5.61265 2.76117C5.05088 2.99251 4.39193 3.36022 3.87697 4.03357C3.35815 4.71196 3.01949 5.65571 3.01945 6.97749L5.65371 2.72697L3.01945 6.97776C3.01866 8.30165 2.87871 9.0313 2.67091 9.53439C2.48879 9.97531 2.24889 10.2658 1.912 10.6738L1.91185 10.674C1.86263 10.7336 1.81135 10.7957 1.75787 10.8612C1.14923 11.606 1.72729 12.6419 2.65986 12.6419H5.09019C5.21191 12.98 5.40726 13.2906 5.66618 13.5495C6.12827 14.0116 6.75499 14.2712 7.40848 14.2712C8.06197 14.2712 8.6887 14.0116 9.15078 13.5495C9.40971 13.2906 9.60505 12.98 9.72678 12.6419H12.2894C13.2234 12.6419 13.792 11.6008 13.1884 10.8613L13.1883 10.8612C13.1348 10.7957 13.0835 10.7336 13.0342 10.674C12.6973 10.2659 12.4574 9.9754 12.2755 9.53451C12.0678 9.03147 11.9282 8.30182 11.9282 6.97776C11.9282 5.65688 11.5891 4.71299 11.0703 4.03433C10.5553 3.36075 9.89652 2.99234 9.33499 2.76115L9.33467 2.76102C9.33409 2.76079 9.32982 2.75888 9.32313 2.75424C9.31655 2.74967 9.30981 2.74394 9.30382 2.7377C9.29875 2.73241 9.29545 2.72803 9.29363 2.72531C9.07264 1.98378 8.42691 1.22943 7.47306 1.22943ZM8.68654 12.6419H6.13042C6.1876 12.7295 6.25403 12.8115 6.3291 12.8866C6.61537 13.1729 7.00363 13.3337 7.40848 13.3337C7.81333 13.3337 8.2016 13.1729 8.48787 12.8866C8.56293 12.8115 8.62937 12.7295 8.68654 12.6419ZM6.55145 2.99716C6.69571 2.50085 7.07121 2.16693 7.47306 2.16693C7.87492 2.16693 8.2505 2.50061 8.3966 2.99785L8.39695 2.99904C8.48499 3.29575 8.72843 3.52538 8.97809 3.62806C9.45625 3.82492 9.94894 4.11119 10.3255 4.60373C10.6982 5.09119 10.9907 5.82486 10.9907 6.97776C10.9907 8.35506 11.1337 9.2255 11.4089 9.89217C11.6483 10.4723 11.9823 10.8749 12.3167 11.278C12.3653 11.3366 12.4139 11.3951 12.4622 11.4542C12.5016 11.5025 12.5046 11.5552 12.4793 11.605C12.4553 11.6524 12.3996 11.7044 12.2894 11.7044H2.65986C2.54604 11.7044 2.48955 11.6509 2.46588 11.6045C2.44119 11.5562 2.44325 11.504 2.4838 11.4544L2.48383 11.4544C2.53215 11.3952 2.58075 11.3366 2.62934 11.2781L2.62946 11.2779C2.96389 10.8748 3.29785 10.4723 3.5374 9.89229C3.81273 9.22571 3.95615 8.35533 3.95695 6.97803V6.97776C3.95695 5.82341 4.24928 5.08999 4.62165 4.60309C4.99792 4.1111 5.49044 3.82537 5.96963 3.62805C6.21661 3.52645 6.46257 3.30002 6.55111 2.99833L6.55145 2.99716Z",fill:t,role:"img"})}))}},5090:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99985 1.6665C5.3972 1.6665 1.66602 5.39769 1.66602 10.0003C1.66602 14.6029 5.3972 18.3342 9.99985 18.3342C14.6025 18.3342 18.3337 14.603 18.3337 10.0003C18.3337 5.39769 14.6025 1.6665 9.99985 1.6665ZM3.94666 10.0003C3.94666 6.65725 6.65677 3.94714 9.99985 3.94714C11.1976 3.94714 12.314 4.295 13.2537 4.89519L4.89471 13.2542C4.29451 12.3145 3.94666 11.198 3.94666 10.0003ZM6.40896 14.8739C7.41352 15.6153 8.65551 16.0535 9.99985 16.0535C13.3429 16.0535 16.053 13.3434 16.053 10.0003C16.053 8.656 15.6148 7.41401 14.8734 6.40945L6.40896 14.8739Z",role:"img",fill:t})}))}},6049:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.80005 1.17578C2.52391 1.17578 2.30005 1.39964 2.30005 1.67578V10.4758C2.30005 10.6669 2.40904 10.8414 2.58086 10.9252C2.75267 11.009 2.95723 10.9875 3.10787 10.8698L5.84614 8.73052C5.93658 8.65986 6.06352 8.65986 6.15396 8.73052L8.89223 10.8698C9.04287 10.9875 9.24742 11.009 9.41924 10.9252C9.59105 10.8414 9.70005 10.6669 9.70005 10.4758V1.67578C9.70005 1.39964 9.47619 1.17578 9.20005 1.17578H2.80005Z",fill:t})}))}},7463:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.29999 1.67578C2.29999 1.39964 2.52385 1.17578 2.79999 1.17578H9.19999C9.47613 1.17578 9.69999 1.39964 9.69999 1.67578V10.4758C9.69999 10.6669 9.59099 10.8414 9.41918 10.9252C9.24736 11.009 9.04281 10.9875 8.89217 10.8698L6.1539 8.73052C6.06346 8.65986 5.93652 8.65986 5.84608 8.73052L3.10781 10.8698C2.95717 10.9875 2.75261 11.009 2.5808 10.9252C2.40898 10.8414 2.29999 10.6669 2.29999 10.4758V1.67578ZM3.29999 2.17578V9.45066L5.23043 7.9425C5.68265 7.58921 6.31733 7.5892 6.76954 7.9425L8.69999 9.45066V2.17578H3.29999Z",fill:t})}))}},2353:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsxs)("svg",Object.assign({width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.3335 3.7002C6.05735 3.7002 5.8335 3.92405 5.8335 4.2002V27.8002C5.8335 28.0763 6.05735 28.3002 6.3335 28.3002H25.6668C25.943 28.3002 26.1668 28.0763 26.1668 27.8002V12.2335H18.1335C17.8574 12.2335 17.6335 12.0097 17.6335 11.7335V3.7002H6.3335ZM18.6335 4.4073L25.4597 11.2335H18.6335V4.4073ZM4.8335 4.2002C4.8335 3.37177 5.50507 2.7002 6.3335 2.7002H18.1335C18.2661 2.7002 18.3933 2.75287 18.487 2.84664L27.0204 11.38C27.1141 11.4737 27.1668 11.6009 27.1668 11.7335V27.8002C27.1668 28.6286 26.4953 29.3002 25.6668 29.3002H6.3335C5.50507 29.3002 4.8335 28.6286 4.8335 27.8002V4.2002Z",fill:t}),(0,i.jsx)("path",{d:"M14.248 21.9084V21.8409C14.2528 21.4006 14.2966 21.0502 14.3794 20.7898C14.4647 20.5294 14.5854 20.3187 14.7417 20.1577C14.8979 19.9967 15.0861 19.8499 15.3063 19.7173C15.4483 19.6274 15.5762 19.5268 15.6898 19.4155C15.8034 19.3042 15.8934 19.1764 15.9597 19.032C16.026 18.8875 16.0591 18.7277 16.0591 18.5526C16.0591 18.3419 16.0094 18.1596 15.91 18.0057C15.8105 17.8518 15.678 17.7334 15.5123 17.6506C15.3489 17.5653 15.1666 17.5227 14.9654 17.5227C14.7831 17.5227 14.6091 17.5606 14.4434 17.6364C14.2776 17.7121 14.1403 17.8305 14.0314 17.9915C13.9225 18.1501 13.8598 18.3549 13.8432 18.6058H12.7637C12.7802 18.1797 12.888 17.8198 13.0868 17.5263C13.2857 17.2304 13.5485 17.0066 13.8752 16.8551C14.2042 16.7036 14.5676 16.6278 14.9654 16.6278C15.401 16.6278 15.7821 16.7095 16.1088 16.8729C16.4355 17.0339 16.6889 17.2599 16.8688 17.5511C17.0511 17.84 17.1422 18.1773 17.1422 18.5632C17.1422 18.8284 17.1008 19.0675 17.0179 19.2805C16.9351 19.4912 16.8167 19.6795 16.6628 19.8452C16.5113 20.0109 16.329 20.1577 16.1159 20.2855C15.9147 20.411 15.7514 20.5412 15.6259 20.6761C15.5028 20.8111 15.4128 20.9709 15.356 21.1555C15.2992 21.3402 15.2684 21.5687 15.2637 21.8409V21.9084H14.248ZM14.7843 24.0675C14.5901 24.0675 14.4232 23.9988 14.2836 23.8615C14.1439 23.7218 14.074 23.5537 14.074 23.3572C14.074 23.1631 14.1439 22.9974 14.2836 22.8601C14.4232 22.7204 14.5901 22.6506 14.7843 22.6506C14.976 22.6506 15.1417 22.7204 15.2814 22.8601C15.4235 22.9974 15.4945 23.1631 15.4945 23.3572C15.4945 23.4875 15.4614 23.607 15.3951 23.7159C15.3311 23.8224 15.2459 23.9077 15.1394 23.9716C15.0328 24.0355 14.9145 24.0675 14.7843 24.0675Z",fill:t})]}))}},3551:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,i.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05282 9.88707C5.33612 9.58489 5.81075 9.56958 6.11293 9.85287L12 15.372L17.887 9.85287C18.1892 9.56958 18.6638 9.58489 18.9471 9.88707C19.2304 10.1893 19.2151 10.6639 18.9129 10.9472L12.5129 16.9472C12.2244 17.2176 11.7755 17.2176 11.487 16.9472L5.08702 10.9472C4.78484 10.6639 4.76952 10.1893 5.05282 9.88707Z",fill:t},n))})}},1364:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,i.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M14.1127 5.05272C14.4149 5.33601 14.4302 5.81064 14.1469 6.11282L8.62784 11.9999L14.1469 17.8869C14.4302 18.1891 14.4149 18.6637 14.1127 18.947C13.8106 19.2303 13.3359 19.215 13.0526 18.9128L7.05264 12.5128C6.78218 12.2243 6.78218 11.7754 7.05264 11.4869L13.0526 5.08691C13.3359 4.78473 13.8106 4.76942 14.1127 5.05272Z",fill:t},n))})}},9431:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,i.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M9.88762 5.05256C10.1898 4.76926 10.6644 4.78457 10.9477 5.08676L16.9477 11.4868C17.2182 11.7753 17.2182 12.2242 16.9477 12.5127L10.9477 18.9127C10.6644 19.2149 10.1898 19.2302 9.88762 18.9469C9.58543 18.6636 9.57012 18.1889 9.85342 17.8868L15.3725 11.9997L9.85342 6.11267C9.57012 5.81049 9.58544 5.33586 9.88762 5.05256Z",fill:t},n))})}},8044:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,i.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05285 14.1129C5.33615 14.4151 5.81078 14.4304 6.11296 14.1471L12 8.62802L17.887 14.1471C18.1892 14.4304 18.6639 14.4151 18.9472 14.1129C19.2305 13.8107 19.2151 13.3361 18.913 13.0528L12.513 7.05282C12.2245 6.78236 11.7755 6.78236 11.4871 7.05282L5.08705 13.0528C4.78487 13.3361 4.76956 13.8107 5.05285 14.1129Z",fill:t},n))})}},5482:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M21.6211 7.80002C20.3905 4.99598 17.9682 2.82878 14.9983 1.94153C15.9266 3.39315 16.5775 5.49525 16.9329 7.80002H21.6211ZM22.1656 14.625C22.383 13.7855 22.5 12.9067 22.5 12C22.5 11.0933 22.383 10.2145 22.1656 9.37502H17.1256C17.2069 10.2439 17.25 11.1254 17.25 12C17.25 12.8747 17.2069 13.7561 17.1256 14.625H22.1656ZM6.75002 12C6.75002 11.1254 6.79307 10.2439 6.87444 9.37502H1.83442C1.61707 10.2145 1.5 11.0933 1.5 12C1.5 12.9067 1.61707 13.7855 1.83442 14.625H6.87444C6.79307 13.7561 6.75002 12.8747 6.75002 12ZM15.675 12C15.675 11.0844 15.6252 10.2098 15.5427 9.37502H8.45731C8.37489 10.2098 8.32502 11.0844 8.32502 12C8.32502 12.9156 8.37489 13.7903 8.45731 14.625H15.5427C15.6252 13.7903 15.675 12.9156 15.675 12ZM15.34 7.80002C14.7111 4.0158 13.2983 1.5 12 1.5C10.7017 1.5 9.28892 4.0158 8.65997 7.80002H15.34ZM8.65997 16.2C9.28892 19.9842 10.7022 22.5 12 22.5C13.2978 22.5 14.7111 19.9842 15.34 16.2H8.65997ZM7.06712 7.80002C7.42254 5.49525 8.07354 3.39315 9.00174 1.94153C6.0318 2.82878 3.60945 4.99598 2.37885 7.80002H7.06712ZM16.9329 16.2C16.5775 18.5048 15.9266 20.6069 14.9983 22.0584C17.9682 21.1712 20.3905 19.0046 21.6211 16.2H16.9329ZM2.37885 16.2C3.60945 19.004 6.0318 21.1712 9.00174 22.0584C8.07354 20.6069 7.42254 18.5048 7.06712 16.2H2.37885Z",fill:t})}))}},5931:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ExclamationCircledFilledIcon=void 0;const r=n(4848);t.ExclamationCircledFilledIcon=e=>(0,r.jsxs)("svg",Object.assign({width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e,{children:[(0,r.jsx)("path",{d:"M7.99988 15.3317C11.7729 15.3317 14.8316 12.2731 14.8316 8.50007C14.8316 4.72704 11.7729 1.6684 7.99988 1.6684C4.22686 1.6684 1.16821 4.72704 1.16821 8.50007C1.16821 12.2731 4.22686 15.3317 7.99988 15.3317Z",fill:"red"}),(0,r.jsx)("mask",{id:"path-2-inside-1_6_262033",fill:"white",children:(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z"})}),(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z",fill:"white"}),(0,r.jsx)("path",{d:"M7.25196 5.15113L5.64874 5.21279L5.64874 5.21279L7.25196 5.15113ZM7.42296 9.59706L9.02618 9.5354L9.02618 9.5354L7.42296 9.59706ZM8.5769 9.59706L10.1801 9.65872L8.5769 9.59706ZM8.7479 5.15113L10.3511 5.21279L10.3511 5.21279L8.7479 5.15113ZM8.85519 5.08947C8.87385 5.5747 8.48553 5.97825 7.99993 5.97825V2.76943C6.66498 2.76943 5.59744 3.87882 5.64874 5.21279L8.85519 5.08947ZM9.02618 9.5354L8.85519 5.08947L5.64874 5.21279L5.81974 9.65872L9.02618 9.5354ZM7.99993 8.54786C8.55177 8.54786 9.00498 8.98396 9.02618 9.5354L5.81974 9.65872C5.8648 10.8302 6.82758 11.7567 7.99993 11.7567V8.54786ZM6.97368 9.5354C6.99489 8.98396 7.44809 8.54786 7.99993 8.54786V11.7567C9.17228 11.7567 10.1351 10.8302 10.1801 9.65872L6.97368 9.5354ZM7.14468 5.08947L6.97368 9.5354L10.1801 9.65872L10.3511 5.21279L7.14468 5.08947ZM7.99993 5.97825C7.51434 5.97825 7.12602 5.5747 7.14468 5.08947L10.3511 5.21279C10.4024 3.87882 9.33489 2.76943 7.99993 2.76943V5.97825ZM7.22895 11.8072C7.22895 11.3814 7.57413 11.0362 7.99993 11.0362V14.245C9.34631 14.245 10.4378 13.1536 10.4378 11.8072H7.22895ZM7.99993 12.5782C7.57413 12.5782 7.22895 12.233 7.22895 11.8072H10.4378C10.4378 10.4608 9.34631 9.36937 7.99993 9.36937V12.5782ZM8.77091 11.8072C8.77091 12.233 8.42573 12.5782 7.99993 12.5782V9.36937C6.65355 9.36937 5.5621 10.4608 5.5621 11.8072H8.77091ZM7.99993 11.0362C8.42573 11.0362 8.77091 11.3814 8.77091 11.8072H5.5621C5.5621 13.1536 6.65355 14.245 7.99993 14.245V11.0362Z",fill:"white",mask:"url(#path-2-inside-1_6_262033)"})]}))},9687:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M14.4141 5.19998C13.5937 3.33062 11.9788 1.88582 9.99886 1.29432C10.6177 2.26207 11.0517 3.66347 11.2886 5.19998H14.4141ZM14.7771 9.74998C14.922 9.19033 15 8.60443 15 7.99998C15 7.39553 14.922 6.80963 14.7771 6.24998H11.4171C11.4713 6.82923 11.5 7.41688 11.5 7.99998C11.5 8.58308 11.4713 9.17073 11.4171 9.74998H14.7771ZM4.50001 7.99998C4.50001 7.41688 4.52871 6.82923 4.58296 6.24998H1.22295C1.07805 6.80963 1 7.39553 1 7.99998C1 8.60443 1.07805 9.19033 1.22295 9.74998H4.58296C4.52871 9.17073 4.50001 8.58308 4.50001 7.99998ZM10.45 7.99998C10.45 7.38958 10.4168 6.80648 10.3618 6.24998H5.63821C5.58326 6.80648 5.55001 7.38958 5.55001 7.99998C5.55001 8.61038 5.58326 9.19348 5.63821 9.74998H10.3618C10.4168 9.19348 10.45 8.61038 10.45 7.99998ZM10.2267 5.19998C9.80741 2.67717 8.86556 0.999969 8.00001 0.999969C7.13446 0.999969 6.19261 2.67717 5.77331 5.19998H10.2267ZM5.77331 10.8C6.19261 13.3228 7.13481 15 8.00001 15C8.86521 15 9.80741 13.3228 10.2267 10.8H5.77331ZM4.71141 5.19998C4.94836 3.66347 5.38236 2.26207 6.00116 1.29432C4.0212 1.88582 2.4063 3.33062 1.5859 5.19998H4.71141ZM11.2886 10.8C11.0517 12.3365 10.6177 13.7379 9.99886 14.7056C11.9788 14.1141 13.5937 12.6697 14.4141 10.8H11.2886ZM1.5859 10.8C2.4063 12.6693 4.0212 14.1141 6.00116 14.7056C5.38236 13.7379 4.94836 12.3365 4.71141 10.8H1.5859Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))}},7474:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("g",{id:".Slot",children:(0,i.jsx)("circle",{id:"Ellipse 1",cx:"8",cy:"8",r:"8",fill:t})})}))}},8424:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"12",height:"7",viewBox:"0 0 12 7",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M4 6.5C4 6.36739 4.05268 6.24021 4.14645 6.14645C4.24021 6.05268 4.36739 6 4.5 6H7.5C7.63261 6 7.75979 6.05268 7.85355 6.14645C7.94732 6.24021 8 6.36739 8 6.5C8 6.63261 7.94732 6.75979 7.85355 6.85355C7.75979 6.94732 7.63261 7 7.5 7H4.5C4.36739 7 4.24021 6.94732 4.14645 6.85355C4.05268 6.75979 4 6.63261 4 6.5ZM2 3.5C2 3.36739 2.05268 3.24021 2.14645 3.14645C2.24021 3.05268 2.36739 3 2.5 3H9.5C9.63261 3 9.75979 3.05268 9.85355 3.14645C9.94732 3.24021 10 3.36739 10 3.5C10 3.63261 9.94732 3.75979 9.85355 3.85355C9.75979 3.94732 9.63261 4 9.5 4H2.5C2.36739 4 2.24021 3.94732 2.14645 3.85355C2.05268 3.75979 2 3.63261 2 3.5ZM0 0.5C0 0.367392 0.0526785 0.240215 0.146447 0.146447C0.240215 0.0526785 0.367392 0 0.5 0H11.5C11.6326 0 11.7598 0.0526785 11.8536 0.146447C11.9473 0.240215 12 0.367392 12 0.5C12 0.632608 11.9473 0.759785 11.8536 0.853553C11.7598 0.947321 11.6326 1 11.5 1H0.5C0.367392 1 0.240215 0.947321 0.146447 0.853553C0.0526785 0.759785 0 0.632608 0 0.5Z",fill:t})}))}},1387:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M1.875 2.1875C1.875 2.15298 1.90298 2.125 1.9375 2.125H8.23039C8.24697 2.125 8.26287 2.13158 8.27459 2.14331L9.98169 3.85041C9.99341 3.86213 10 3.87803 10 3.89461V10.1875C10 10.222 9.97202 10.25 9.9375 10.25H1.9375C1.90298 10.25 1.875 10.222 1.875 10.1875V2.1875ZM1.9375 1.25C1.41973 1.25 1 1.66973 1 2.1875V10.1875C1 10.7053 1.41973 11.125 1.9375 11.125H9.9375C10.4553 11.125 10.875 10.7053 10.875 10.1875V3.89461C10.875 3.64597 10.7762 3.40751 10.6004 3.23169L8.89331 1.52459C8.71749 1.34877 8.47903 1.25 8.23039 1.25H1.9375ZM2.84924 3.4081C2.84924 3.23754 2.98751 3.09927 3.15807 3.09927H7.4816C7.65215 3.09927 7.79042 3.23754 7.79042 3.4081V4.64339C7.79042 4.81395 7.65215 4.95221 7.4816 4.95221H3.15807C2.98751 4.95221 2.84924 4.81395 2.84924 4.64339V3.4081ZM4.5368 6.63977C4.82638 6.35019 5.21913 6.18751 5.62865 6.18751C6.03818 6.18751 6.43093 6.35019 6.72051 6.63977C7.01009 6.92935 7.17277 7.3221 7.17277 7.73163C7.17277 8.14115 7.01009 8.5339 6.72051 8.82348C6.43093 9.11306 6.03818 9.27574 5.62865 9.27574C5.21913 9.27574 4.82638 9.11306 4.5368 8.82348C4.24722 8.5339 4.08454 8.14115 4.08454 7.73163C4.08454 7.3221 4.24722 6.92935 4.5368 6.63977Z",fill:t,role:"img"})}))}},9173:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M8.80001 4.80002H4.80001C3.91761 4.80002 3.20001 5.51762 3.20001 6.40002V10.4C3.20001 11.2824 3.91761 12 4.80001 12H8.80001C9.68241 12 10.4 11.2824 10.4 10.4V6.40002C10.4 5.51762 9.68241 4.80002 8.80001 4.80002ZM20.3592 6.46882L17.5312 3.64002C16.908 3.01602 15.892 3.01602 15.2688 3.64002L12.4408 6.46882C11.8168 7.09282 11.8168 8.10722 12.4408 8.73122L15.2688 11.56C15.5808 11.872 15.9904 12.028 16.4 12.028C16.8096 12.028 17.2192 11.872 17.5312 11.56L20.3592 8.73122C20.9832 8.10722 20.9832 7.09282 20.3592 6.46882ZM8.80001 13.6H4.80001C3.91761 13.6 3.20001 14.3176 3.20001 15.2V19.2C3.20001 20.0824 3.91761 20.8 4.80001 20.8H8.80001C9.68241 20.8 10.4 20.0824 10.4 19.2V15.2C10.4 14.3176 9.68241 13.6 8.80001 13.6ZM17.6 13.6H13.6C12.7176 13.6 12 14.3176 12 15.2V19.2C12 20.0824 12.7176 20.8 13.6 20.8H17.6C18.4824 20.8 19.2 20.0824 19.2 19.2V15.2C19.2 14.3176 18.4824 13.6 17.6 13.6Z",fill:t})}))}},8387:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsxs)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,i.jsx)("path",{d:"M1.83 1.31008C2.24409 0.891667 2.73768 0.560307 3.28174 0.335504C3.82581 0.110701 4.40934 -0.00300333 4.998 0.00108291C6.18628 -0.00310785 7.32905 0.457733 8.182 1.28508C8.59881 1.68719 8.93046 2.16903 9.15723 2.70194C9.384 3.23485 9.50125 3.80793 9.502 4.38708C9.502 5.68008 8.917 6.83008 7.883 7.82508L7.577 9.00008H2.466L2.236 8.03708C1.154 6.90708 0.556 5.81908 0.5 4.58208V4.54408C0.54 3.24808 1.033 2.12108 1.831 1.31108L1.83 1.31008Z",fill:t}),(0,i.jsx)("path",{d:"M2.7041 10L2.9371 10.978L2.9451 11C3.0451 11.297 3.2371 11.544 3.4791 11.717C3.7301 11.897 4.0371 11.999 4.3611 11.999H4.3631L5.7461 11.995L5.7671 11.993C6.07587 11.9669 6.36913 11.8465 6.6071 11.648C6.8381 11.454 7.0131 11.188 7.0871 10.874L7.3161 10H2.7041V10Z",fill:t})]}))}},7901:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M4.99766 0.00100149C3.76866 0.00100149 2.64766 0.482002 1.82966 1.311C1.03166 2.121 0.539657 3.248 0.499657 4.544L0.498657 4.563V4.583C0.555657 5.819 1.15366 6.907 2.23566 8.037L2.93766 10.978L2.94466 11C3.04466 11.297 3.23666 11.544 3.47866 11.717C3.72966 11.897 4.03666 11.999 4.36166 11.999L5.74566 11.995L5.76666 11.993C6.07542 11.9669 6.36869 11.8465 6.60666 11.648C6.83766 11.454 7.01266 11.188 7.08666 10.874L7.88266 7.824C8.91666 6.83 9.50066 5.68 9.50066 4.387C9.49991 3.80785 9.38266 3.23477 9.15589 2.70186C8.92912 2.16895 8.59746 1.68711 8.18066 1.285C7.32796 0.457894 6.18559 -0.00292788 4.99766 0.00100149ZM2.54266 2.013C2.86344 1.68871 3.24596 1.43198 3.66762 1.258C4.08928 1.08401 4.54153 0.996283 4.99766 1C5.92514 0.995784 6.81744 1.35471 7.48366 2C7.80471 2.30904 8.06023 2.67957 8.23496 3.08951C8.40969 3.49945 8.50005 3.94038 8.50066 4.386C8.50066 5.377 8.04766 6.312 7.09666 7.191L6.98866 7.291L6.54266 9H3.49366L3.14466 7.536L3.04766 7.436C1.99966 6.372 1.54766 5.48 1.49866 4.557C1.53666 3.509 1.93266 2.632 2.54266 2.014V2.013ZM3.73266 10H6.28266L6.11766 10.627L6.11466 10.64C6.09211 10.7342 6.03944 10.8185 5.96466 10.88C5.88873 10.9435 5.79595 10.9834 5.69766 10.995L4.36066 11C4.25321 11.0003 4.14833 10.9671 4.06066 10.905C3.9877 10.8536 3.93139 10.782 3.89866 10.699L3.73166 10H3.73266Z",fill:t})}))}},264:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M5.00003 4.63623C5.00003 3.76052 5.24222 3.10561 5.64327 2.67378C6.03938 2.24727 6.64585 1.97852 7.50143 1.97852C8.35748 1.97852 8.96309 2.24673 9.35827 2.6723C9.75841 3.10321 10 3.75729 10 4.63346V6.50021H11V4.63346C11 3.57917 10.7076 2.65578 10.0911 1.99183C9.46955 1.32254 8.57586 0.978516 7.50143 0.978516C6.42678 0.978516 5.53255 1.3235 4.91052 1.99328C4.29342 2.65775 4.00003 3.58169 4.00003 4.63623V6.50021H5.00003V4.63623ZM3 6.50021C2.72386 6.50021 2.5 6.72407 2.5 7.00021V13.0002C2.5 13.2764 2.72386 13.5002 3 13.5002H12C12.2761 13.5002 12.5 13.2764 12.5 13.0002V7.00021C12.5 6.72407 12.2761 6.50021 12 6.50021H3Z",fill:t,role:"img"})}))}},686:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.16602 12C2.16602 11.7239 2.38987 11.5 2.66602 11.5H13.3327C13.6088 11.5 13.8327 11.7239 13.8327 12C13.8327 12.2761 13.6088 12.5 13.3327 12.5H2.66602C2.38987 12.5 2.16602 12.2761 2.16602 12Z",fill:t,role:"img"})}))}},245:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M14.2685 5.73916C14.1785 5.64906 14.0817 5.56592 13.979 5.49047L13.9412 5.46429C13.9196 5.44919 13.8984 5.43358 13.8763 5.41898C13.8541 5.40438 13.8284 5.38878 13.8048 5.37418L13.7715 5.35354C13.7418 5.33592 13.7116 5.3193 13.6814 5.30319L13.6638 5.29363C13.3065 5.10618 12.9091 5.00807 12.5057 5.00768C11.8417 5.00715 11.2052 4.74291 10.7362 4.2731C10.2671 3.8033 10.004 3.16642 10.0046 2.50262C10.0065 1.49222 9.39933 0.580219 8.46634 0.191911C7.53335 -0.196397 6.45826 0.015466 5.74244 0.728701C5.02661 1.44194 4.81103 2.51607 5.19621 3.4502C5.5814 4.38433 6.4915 4.99447 7.5021 4.9961C8.16603 4.99664 8.80256 5.26088 9.27161 5.73068C9.74066 6.20049 10.0038 6.83736 10.0031 7.50117C10.0026 8.16497 9.7383 8.80137 9.2684 9.27032C8.7985 9.73928 8.1615 10.0024 7.49756 10.0017C6.83413 10.0022 6.19772 9.73894 5.72865 9.26987C5.25958 8.8008 4.99636 8.16447 4.99703 7.50117C4.99703 6.12155 3.87841 5.00315 2.49852 5.00315C1.11862 5.00315 0 6.12155 0 7.50117C0 8.88078 1.11862 9.99918 2.49852 9.99918C3.87841 9.99918 4.99703 11.1176 4.99703 12.4972C4.99703 13.8795 6.1178 15 7.50033 15C8.88287 15 10.0036 13.8795 10.0036 12.4972C10.0036 11.1176 11.1223 9.99918 12.5021 9.99918C12.9482 9.99948 13.3862 9.88022 13.7705 9.65383C13.8038 9.6342 13.8365 9.61356 13.8712 9.59241L13.8783 9.58788C13.9085 9.56775 13.9387 9.5466 13.9679 9.52546L13.981 9.5164C14.0072 9.49727 14.0314 9.47662 14.0591 9.45598L14.0812 9.43887C14.1054 9.41923 14.1286 9.39859 14.1522 9.37795L14.1779 9.3558C14.2081 9.32862 14.2378 9.30042 14.267 9.27123L14.2716 9.2672C14.3794 9.15887 14.4772 9.04091 14.5636 8.9148C14.5824 8.88761 14.6005 8.86009 14.618 8.83223C15.237 7.84584 15.092 6.56267 14.2685 5.73916Z",fill:t,role:"img"})}))}},7867:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"14",height:"18",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M11.9997 0.666992H1.99967C1.08051 0.666992 0.333008 1.41449 0.333008 2.33366V15.667C0.333008 16.5862 1.08051 17.3337 1.99967 17.3337H11.9997C12.9188 17.3337 13.6663 16.5862 13.6663 15.667V2.33366C13.6663 1.41449 12.9188 0.666992 11.9997 0.666992ZM7.41634 8.16699H3.24967C3.01967 8.16699 2.83301 7.98033 2.83301 7.75033V6.91699C2.83301 6.68699 3.01967 6.50033 3.24967 6.50033H7.41634C7.64634 6.50033 7.83301 6.68699 7.83301 6.91699V7.75033C7.83301 7.98033 7.64634 8.16699 7.41634 8.16699ZM10.7497 4.83366H3.24967C3.01967 4.83366 2.83301 4.64699 2.83301 4.41699V3.58366C2.83301 3.35366 3.01967 3.16699 3.24967 3.16699H10.7497C10.9797 3.16699 11.1663 3.35366 11.1663 3.58366V4.41699C11.1663 4.64699 10.9797 4.83366 10.7497 4.83366Z",fill:t})}))}},6224:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var t=r(e,[]);return(0,i.jsx)("svg",Object.assign({width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:(0,i.jsx)("rect",{x:"0.5",y:"0.5",width:"7",height:"7",rx:"3.5",fill:"#C21313"})}))}},5598:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M14.2178 3.00092C14.1504 3.00514 14.0839 3.01844 14.02 3.04047L3.51986 6.4287C3.36864 6.47743 3.23681 6.57291 3.14335 6.70138C3.04989 6.82986 2.99964 6.98469 2.99983 7.14356V15.754C2.99843 15.8534 3.01679 15.9521 3.05385 16.0443C3.09091 16.1366 3.14593 16.2205 3.21571 16.2913C3.2855 16.3621 3.36865 16.4183 3.46035 16.4566C3.55204 16.495 3.65045 16.5147 3.74984 16.5147C3.84924 16.5147 3.94764 16.495 4.03934 16.4566C4.13103 16.4183 4.21419 16.3621 4.28397 16.2913C4.35375 16.2205 4.40878 16.1366 4.44584 16.0443C4.4829 15.9521 4.50126 15.8534 4.49985 15.754V7.68849L14.48 4.46725C14.649 4.41529 14.7942 4.30532 14.89 4.15674C14.9858 4.00815 15.026 3.8305 15.0036 3.65514C14.9812 3.47977 14.8975 3.31797 14.7674 3.19827C14.6373 3.07857 14.4691 3.00868 14.2925 3.00092C14.2676 2.99967 14.2427 2.99967 14.2178 3.00092ZM17.2178 5.25095C17.1504 5.25517 17.0839 5.26848 17.0201 5.2905L6.5199 8.67874C6.36869 8.72746 6.23685 8.82294 6.14339 8.95142C6.04993 9.07989 5.99968 9.23472 5.99988 9.39359V18.0041C5.99847 18.1035 6.01683 18.2021 6.05389 18.2944C6.09095 18.3866 6.14597 18.4705 6.21576 18.5413C6.28554 18.6121 6.3687 18.6683 6.46039 18.7066C6.55209 18.745 6.65049 18.7648 6.74989 18.7648C6.84928 18.7648 6.94769 18.745 7.03938 18.7066C7.13108 18.6683 7.21423 18.6121 7.28402 18.5413C7.3538 18.4705 7.40882 18.3866 7.44588 18.2944C7.48294 18.2021 7.5013 18.1035 7.4999 18.0041V9.93852L17.48 6.71728C17.649 6.66533 17.7942 6.55535 17.89 6.40677C17.9858 6.25818 18.0261 6.08054 18.0036 5.90517C17.9812 5.72981 17.8976 5.568 17.7675 5.4483C17.6374 5.32861 17.4691 5.25871 17.2925 5.25095C17.2676 5.24971 17.2427 5.24971 17.2178 5.25095ZM20.193 7.50538C20.1344 7.50982 20.0758 7.52197 20.0186 7.54053L9.51848 10.9288C9.20948 11.0293 8.99992 11.3181 8.99992 11.6436V20.2541C8.99992 20.4979 9.11829 20.7262 9.3178 20.8664C9.44605 20.9572 9.59693 21.0041 9.74993 21.0041C9.83468 21.0041 9.92014 20.9894 10.0019 20.9602L20.502 17.2101C20.8006 17.1044 21.0001 16.8213 21.0001 16.504V8.25392C21.0001 8.01467 20.8853 7.78922 20.691 7.64747C20.5459 7.54172 20.3688 7.49205 20.193 7.50538Z",fill:t})}))}},1686:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,i.jsx)("path",{d:"M5 3C4.448 3 4 3.448 4 4C4 4.552 4.448 5 5 5H19C19.552 5 20 4.552 20 4C20 3.448 19.552 3 19 3H5ZM4.61719 7C4.23819 7 3.89361 7.21373 3.72461 7.55273L2.10547 10.7891C2.03547 10.9281 2 11.0813 2 11.2363V12C2 12.552 2.448 13 3 13V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V13C21.552 13 22 12.552 22 12V11.2363C22 11.0813 21.9645 10.9281 21.8945 10.7891L20.2754 7.55273C20.1064 7.21373 19.7618 7 19.3828 7H4.61719ZM6 13H18C18.552 13 19 13.448 19 14V18C19 18.552 18.552 19 18 19H6C5.448 19 5 18.552 5 18V14C5 13.448 5.448 13 6 13Z",fill:t})}))}},6253:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,i.jsxs)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img"},n,{children:[(0,i.jsx)("path",{d:"M6.73811 2.8125H3.53137C3.13442 2.8125 2.81262 3.1343 2.81262 3.53125V7.51204C2.81262 7.909 3.13442 8.23079 3.53137 8.23079H6.73811C7.13506 8.23079 7.45686 7.909 7.45686 7.51204V3.53125C7.45686 3.1343 7.13506 2.8125 6.73811 2.8125Z",fill:t}),(0,i.jsx)("path",{d:"M12.1565 6.26758H8.94971C8.75123 6.26758 8.59033 6.42848 8.59033 6.62696V11.3818C8.59033 11.5803 8.75123 11.7412 8.94971 11.7412H12.1565C12.3549 11.7412 12.5158 11.5803 12.5158 11.3818V6.62696C12.5158 6.42848 12.3549 6.26758 12.1565 6.26758Z",stroke:t,strokeWidth:"0.718753"}),(0,i.jsx)("path",{d:"M12.1564 2.8125H8.94971C8.55275 2.8125 8.23096 3.1343 8.23096 3.53125V4.41587C8.23096 4.81283 8.55275 5.13463 8.94971 5.13463H12.1564C12.5534 5.13463 12.8752 4.81283 12.8752 4.41587V3.53125C12.8752 3.1343 12.5534 2.8125 12.1564 2.8125Z",fill:t}),(0,i.jsx)("path",{d:"M6.73798 9.00488H3.53125C3.1343 9.00488 2.8125 9.32668 2.8125 9.72364V11.3823C2.8125 11.7793 3.1343 12.1011 3.53125 12.1011H6.73798C7.13494 12.1011 7.45674 11.7793 7.45674 11.3823V9.72364C7.45674 9.32668 7.13494 9.00488 6.73798 9.00488Z",fill:t})]}))}},6283:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(245),t),i(n(2665),t),i(n(6253),t),i(n(264),t),i(n(686),t),i(n(8387),t),i(n(7901),t),i(n(8424),t),i(n(2353),t),i(n(1387),t),i(n(5598),t),i(n(2953),t),i(n(1686),t),i(n(9173),t),i(n(9431),t),i(n(1364),t),i(n(8044),t),i(n(3551),t),i(n(5931),t),i(n(7474),t),i(n(7867),t),i(n(6224),t),i(n(6049),t),i(n(7463),t),i(n(9687),t),i(n(5090),t),i(n(5482),t)},228:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{count:t=0,max:n}=e,i=r(e,["count","max"]);return(0,o.jsxs)(u,{children:[(0,o.jsx)(s.Icon,Object.assign({},i)),t>0&&(0,o.jsx)(d,{count:t,max:n})]})};const u=(0,a.default)(l.Box)` + position: relative; +`,d=(0,a.default)(c.Badge)` + position: absolute; + transform: scale(70%); + right: -${({theme:e})=>e.px.base}; + top: -${({theme:e})=>e.px.small}; +`},4416:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(228),t)},8820:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Label=void 0;const i=n(4848),o=r(n(2770)),a=n(2094),s=n(5963),c=n(5917);t.Label=({icon:e,text:t,helperText:n,htmlFor:r,inline:o})=>(0,i.jsxs)(f,{inline:o,children:[(0,i.jsxs)("div",{style:{display:"flex"},children:["function"==typeof e?e():e?(0,i.jsx)(d,{icon:e}):null,(0,i.jsx)(u,{as:"label",htmlFor:r,weight:"bold",children:t})]}),n&&(0,i.jsx)(l,{children:n})]});const l=(0,o.default)(s.Text)` + size: ${({theme:e})=>e.fontSize.base}; + color: ${({theme:e})=>e.palette.textHelp}; +`,u=(0,o.default)(s.Text)` + text-transform: capitalize; + color: ${({theme:e})=>e.palette.textDefault}; +`,d=(0,o.default)(c.Icon)` + margin-right: ${({theme:e})=>e.px.xsmall}; + min-width: ${({theme:e})=>e.iconSize.small}; + min-height: ${({theme:e})=>e.iconSize.small}; + align-self: center; +`,f=(0,o.default)(a.Box)` + display: flex; + flex-direction: column; + margin-bottom: ${({theme:e})=>e.px.small}; + + ${({inline:e,theme:t})=>e&&`cursor: pointer;\n margin-bottom: 0;\n margin-left: ${t.px.small};\n font-weight: ${t.fontWeight.normal};\n `} +`},2387:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5136),t),i(n(2799),t)},5136:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var t=r(e,[]);return(0,o.jsx)(s.Icon,Object.assign({},t,{children:(0,o.jsx)("svg",{width:"100%",height:"100%",viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",children:(0,o.jsx)("g",{fill:"none",fillRule:"evenodd",children:(0,o.jsxs)("g",{transform:"translate(1 1)",strokeWidth:"2",children:[(0,o.jsx)("circle",{strokeOpacity:".5",cx:"18",cy:"18",r:"18"}),(0,o.jsx)("path",{d:"M36 18c0-9.94-8.06-18-18-18",children:(0,o.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})})]})})})}))})``},2799:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var t=s(e,[]);return(0,c.jsx)(u.Icon,Object.assign({},t,{children:(0,c.jsxs)("svg",{width:"100%",height:"100%",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)(d,{d:"\n M 17.1222 6.887\n C 17.0141 6.77887 16.898 6.67911 16.7748 6.58856\n L 16.7295 6.55715\n C 16.7035 6.53903 16.6781 6.5203 16.6515 6.50278\n C 16.625 6.48526 16.5941 6.46653 16.5657 6.44901\n L 16.5259 6.42424\n C 16.4902 6.4031 16.454 6.38316 16.4177 6.36383\n L 16.3966 6.35236\n C 15.9678 6.12742 15.491 6.00968 15.0068 6.00922\n C 14.2101 6.00858 13.4463 5.69149 12.8834 5.12772\n C 12.3205 4.56395 12.0048 3.79971 12.0056 3.00314\n C 12.0078 1.79066 11.2792 0.696263 10.1596 0.230293\n C 9.04002 -0.235676 7.74992 0.0185592 6.89093 0.874441\n C 6.03194 1.73032 5.77323 3.01928 6.23546 4.14024\n C 6.69768 5.26119 7.7898 5.99337 9.00251 5.99532\n C 9.79924 5.99596 10.5631 6.31305 11.1259 6.87682\n C 11.6888 7.44059 12.0046 8.20484 12.0038 9.0014\n C 12.0031 9.79797 11.686 10.5616 11.1221 11.1244\n C 10.5582 11.6871 9.7938 12.0028 8.99708 12.002\n C 8.20096 12.0027 7.43727 11.6867 6.87438 11.1238\n C 6.3115 10.561 5.99564 9.79736 5.99644 9.0014\n C 5.99644 7.34586 4.65409 6.00378 2.99822 6.00378\n C 1.34235 6.00378 0 7.34586 0 9.0014\n C 0 10.6569 1.34235 11.999 2.99822 11.999\n C 4.65409 11.999 5.99644 13.3411 5.99644 14.9966\n C 5.99644 16.6553 7.34136 18 9.0004 18\n C 10.6594 18 12.0044 16.6553 12.0044 14.9966\n C 12.0044 13.3411 13.3467 11.999 15.0026 11.999\n C 15.5379 11.9994 16.0635 11.8563 16.5247 11.5846\n C 16.5645 11.561 16.6038 11.5363 16.6455 11.5109\n L 16.654 11.5055\n C 16.6902 11.4813 16.7265 11.4559 16.7615 11.4305\n L 16.7772 11.4197\n C 16.8086 11.3967 16.8376 11.372 16.8709 11.3472\n L 16.8975 11.3266\n C 16.9265 11.3031 16.9543 11.2783 16.9827 11.2535\n L 17.0135 11.227\n C 17.0497 11.1943 17.0854 11.1605 17.1204 11.1255\n L 17.1259 11.1206\n C 17.2553 10.9906 17.3726 10.8491 17.4763 10.6978\n C 17.4989 10.6651 17.5206 10.6321 17.5416 10.5987\n C 18.2843 9.415 18.1104 7.8752 17.1222 6.887Z\n ",fill:"currentColor"}),(0,c.jsx)(f,{cx:"9",cy:"3",r:"2.9",fill:"currentColor",angle:0}),(0,c.jsx)(f,{cx:"15",cy:"9",r:"2.75",fill:"currentColor",angle:-90}),(0,c.jsx)(f,{cx:"9",cy:"15",r:"2.5",fill:"currentColor",angle:-180}),(0,c.jsx)(f,{cx:"3",cy:"9",r:"2.25",fill:"currentColor",angle:-270})]})}))})``;const d=l.default.path` + @keyframes logoAnimation { + 0% { + opacity: 1; + } + 25% { + opacity: 1; + } + 35% { + opacity: 0; + } + 60% { + opacity: 0; + } + 75% { + opacity: 1; + } + 100% { + opacity: 1; + } + } + + animation: logoAnimation 2s ease-in-out infinite; +`,f=l.default.circle` + transform-origin: center; + animation: ${({angle:e})=>(e=>l.keyframes` + 0% { + transform: rotate(0deg); + opacity: 0; + } + 25% { + transform: rotate(0deg); + opacity: 1; + } + 30% { + transform: rotate(0deg); + opacity: 1; + } + 50% { + transform: rotate(${e}deg); + opacity: 1; + } + 70% { + transform: rotate(-360deg); + opacity: 1; + } + 75% { + transform: rotate(-360deg); + opacity: 0; + } + 100% { + transform: rotate(-360deg); + opacity: 0; + } +`)(e)} 2s ease-in-out infinite; +`},3679:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ValidationError=void 0;const i=n(4848),o=r(n(2770)),a=n(5963),s=n(5917);t.ValidationError=({children:e})=>(0,i.jsxs)(c,{children:[(0,i.jsx)(s.Icon,{icon:"ExclamationCircledFilledIcon"}),(0,i.jsx)(l,{children:e})]});const c=o.default.div` + display: flex; + gap: ${({theme:e})=>e.px.xsmall}; + align-items: center; + text-align: center; + margin-top: ${({theme:e})=>e.px.small}; +`,l=(0,o.default)(a.Text)` + color: ${({theme:e})=>e.palette.textHelp}; +`},1167:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{className:i,renderInput:a,message:s,label:c,status:l,name:u,icon:g,type:v="text",helperText:y,placeholder:C}=e,b=r(e,["className","renderInput","message","label","status","name","icon","type","helperText","placeholder"]);const w="checkbox"===v||"radio"===v;return(0,o.jsxs)(m,{flexDirection:"column",alignItems:"flex-start",children:[(0,o.jsxs)(h,{inline:w,children:[!!c&&(0,o.jsx)(f.Label,{inline:w,icon:g,text:c,helperText:y,htmlFor:u}),!!a&&a(Object.assign({name:u,status:l,type:v},b)),!a&&(0,o.jsx)(t.StyledInputField,Object.assign({className:i,name:u,placeholder:C,status:l,type:v},b,{ref:n}))]}),s&&("critical"===l?(0,o.jsx)(d.ValidationError,{children:s}):(0,o.jsx)(p,{status:l,children:s}))]})}),t.BaseInput.displayName="BaseInput";const h=(0,s.default)(c.Box)` + align-items: ${({inline:e})=>e?"center":"flex-start"}; + flex-direction: ${({inline:e})=>e?"row-reverse":"column"}; + justify-content: ${({inline:e})=>e?"flex-end":"flex-start"}; + width: 100%; +`,p=(0,s.default)(u.Text)` + color: ${({theme:e,status:t})=>(0,l.getStatusColor)(e,t,"textHelp")}; +`,m=(0,s.default)(c.Box)` + font-size: ${({theme:e})=>e.fontSize.base}; + user-select: none; +`;t.StyledInputField=s.default.input` + background: ${({theme:e})=>e.palette.background4}; + border: 1px solid ${({theme:e})=>e.palette.background6}; + border-color: ${({theme:e,status:t})=>(0,l.getStatusColor)(e,t,l.Palette.inputBorder)}; + border-radius: ${({theme:e})=>e.radius.small}; + box-shadow: ${({theme:e})=>e.shadow.base}; + color: ${({theme:e})=>e.palette.inputColor}; + font-size: ${({theme:e})=>e.fontSize.base}; + padding: ${({theme:e})=>`${e.px.small} ${e.px.base}`}; + transition: border-color var(--openfin-ui-globalTransition); + width: 100%; + + &:focus { + outline: 0; + border-color: ${({theme:e,status:t})=>(0,l.getStatusColor)(e,t,l.Palette.inputFocused)}; + } + + &:disabled { + cursor: not-allowed; + } + + &:disabled::placeholder { + color: ${({theme:e})=>e.palette.inputDisabled}; + } + + /** + * This is a hack to invert the calendar icon. This only works in dark mode. + * Until either light mode is a thing or we get a datetime picker design, this will do. + */ + + ::-webkit-calendar-picker-indicator { + filter: invert(1); + } +`},114:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(1167),t)},5567:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var{status:n}=e,r=s(e,["status"]);return(0,l.jsx)(f.BaseInput,Object.assign({},r,{type:"checkbox",status:n,renderInput:e=>{var r=s(e,[]);return(0,l.jsxs)(m,{children:[(0,l.jsx)(y,Object.assign({ref:t,id:r.name,type:"checkbox"},r)),(0,l.jsx)(g,{status:n,children:(0,l.jsx)(v,{})})]})}}))}),t.Checkbox.displayName="Checkbox";const m=d.default.div` + display: inline-block; + position: relative; +`,g=d.default.div` + display: flex; + align-items: center; + justify-content: center; + height: ${({theme:e})=>e.px.base}; + width: ${({theme:e})=>e.px.base}; + border: 1px solid ${({theme:e})=>e.palette.textDefault}; + border-color: ${({theme:e,status:t})=>(0,p.getStatusColor)(e,t,"textDefault")}; + border-radius: 2px; + pointer-events: none; +`,v=(0,d.default)(h.Icon).attrs({icon:"CheckIcon",size:"small"})` + opacity: 0; +`,y=d.default.input` + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + cursor: pointer; + + &:checked + ${g+" "+v} { + opacity: 1; + } + + &:hover + ${g} { + box-shadow: 0 0 1px 1px ${({theme:e})=>e.palette.inputFocused}; + } + + &:focus + ${g} { + box-shadow: 0 0 1px 1px ${({theme:e})=>e.palette.inputFocused}; + } + + &:disabled { + cursor: not-allowed; + } + + &:disabled + ${g} { + opacity: 0.5; + } +`},9990:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5567),t)},9555:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const[d,b]=c.useState(null!=l?l:[]),w=e=>{const t=e.target.value,n=d.includes(t)?d.filter(e=>e!==t):[...d,t];b(n),u&&u(n)};return(0,s.jsxs)(v,{children:[r&&(0,s.jsxs)(p,{children:[(0,s.jsx)(m,{weight:"bold",children:r}),n&&(0,s.jsx)(g,{children:n})]}),(0,s.jsx)(y,{gap:t,children:c.Children.map(o,t=>{const n=t;return n.type===f.Checkbox?c.cloneElement(n,{disabled:e,onChange:w,checked:d.includes(n.props.value)}):n})}),!d.length&&a&&(0,s.jsx)(h.ValidationError,{children:a}),i?(0,s.jsx)(C,{disabled:e,children:i}):null]})};const p=(0,l.default)(u.Box)` + display: flex; + flex-direction: column; + margin-bottom: ${({theme:e})=>e.px.small}; +`,m=(0,l.default)(d.Text)` + text-transform: capitalize; +`,g=(0,l.default)(d.Text)` + size: ${({theme:e})=>e.fontSize.base}; + color: ${({theme:e})=>e.palette.textHelp}; +`,v=(0,l.default)(u.Box)` + display: flex; + flex-direction: column; + width: max-content; +`,y=(0,l.default)(u.Box)` + display: flex; + flex-direction: column; + align-items: start; + width: fit-content; +`,C=(0,l.default)(d.Text)` + color: ${({theme:e})=>e.palette.inputPlaceholder}; + margin-top: ${({theme:e})=>e.px.base}; + + ${({disabled:e})=>e&&l.css` + color: ${({theme:e})=>e.palette.inputDisabled}; + `} +`},8045:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(9555),t)},5887:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{value:n="",type:i="date",expanded:s=!1,onChange:c}=e,l=r(e,["value","type","expanded","onChange"]);const[f,h]=(0,a.useState)(n);return(0,a.useEffect)(()=>h(n),[]),(0,o.jsx)(u.BaseInput,Object.assign({type:i},l,{renderInput:e=>{var n=r(e,[]);return(0,o.jsx)(d,Object.assign({ref:t,type:i,onChange:e=>{const{value:t}=e.target;t&&h(t),null==c||c(e)},value:f,expanded:s},n))}}))}),t.DateInput.displayName="DateInput";const d=(0,a.forwardRef)((e,t)=>{var{type:n,expanded:i,onExpand:a}=e,s=r(e,["type","expanded","onExpand"]);return(0,o.jsxs)(f,{children:[(0,o.jsx)(p,{children:(0,o.jsx)(c.Icon,{icon:"time"===n?"ClockIcon":"CalendarIcon"})}),(0,o.jsx)(g,Object.assign({ref:t,type:n,onKeyDown:e=>{" "===e.key&&e.preventDefault()}},s)),(0,o.jsx)(m,{flexDirection:"column",disabled:s.disabled,onClick:a,children:(0,o.jsx)(c.Icon,{icon:i?"ChevronUpIcon":"ChevronDownIcon"})})]})});d.displayName="StyledDateInput";const f=s.default.div` + position: relative; + overflow: hidden; + border-radius: ${({theme:e})=>e.radius.small}; + width: 100%; +`,h=(0,s.default)(l.Box)` + flex-direction: column; + justify-content: center; + align-items: center; + position: absolute; + top: 1px; + overflow: hidden; + height: calc(100% - 2px); +`,p=(0,s.default)(h)` + left: ${({theme:e})=>e.px.small}; + pointer-events: none; +`,m=(0,s.default)(h)` + right: ${({theme:e})=>e.px.small}; + pointer-events: ${({disabled:e})=>e?"none":void 0}; + border-left: 1px solid ${({theme:e})=>e.palette.background6}; + padding-left: ${({theme:e})=>e.px.small}; +`,g=(0,s.default)(u.StyledInputField)` + appearance: textfield; + padding-right: ${({theme:e})=>e.px.xxxlarge}; + padding-left: ${({theme:e})=>e.px.xxxlarge}; + ::-webkit-inner-spin-button, + ::-webkit-calendar-picker-indicator { + display: none; + appearance: none; + } +`},6841:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5887),t)},3842:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(1511),t)},1511:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{min:n,max:i,step:a=1,onTakeStep:s,value:c}=e,l=r(e,["min","max","step","onTakeStep","value"]);return(0,o.jsx)(u.BaseInput,Object.assign({type:"number"},l,{renderInput:e=>{var u=r(e,[]);return(0,o.jsx)(f,Object.assign({prependIcon:l.prependIcon,prependString:l.prependString,ref:t,onIncrement:()=>s&&s(d.Up,a),onDecrement:()=>s&&s(d.Down,a),min:n,max:i,step:a},u,{placeholder:l.placeholder,value:c,"aria-valuenow":c,"aria-valuemin":n,"aria-valuemax":i}))}}))}),t.NumberInput.displayName="NumberInput";const f=(0,a.forwardRef)((e,t)=>{var{onIncrement:n,onDecrement:i,prependIcon:s,prependString:l}=e,u=r(e,["onIncrement","onDecrement","prependIcon","prependString"]);const d=(e,t)=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),t?n():i())},f=(0,a.useRef)(null),[y,C]=(0,a.useState)(0);return(0,a.useEffect)(()=>{f.current?C(f.current.offsetWidth):C(0)},[f.current,s,l]),(0,o.jsxs)(h,{children:[(!!s||!!l)&&(0,o.jsxs)(p,{hasIcon:!!s,ref:f,alignItems:"center",justifyContent:"center",children:[s&&(0,o.jsx)(c.Icon,{icon:s,size:"base"}),l&&!s&&l]}),(0,o.jsx)(v,Object.assign({prependContainerWidth:y,ref:t},u)),(0,o.jsxs)(m,{flexDirection:"column",disabled:u.disabled,children:[(0,o.jsx)(g,{onClick:n,onKeyDown:e=>d(e,!0),disabled:u.disabled,"aria-label":"Increment value",tabIndex:0,children:(0,o.jsx)(c.Icon,{icon:"TriangleUpIcon"})}),(0,o.jsx)(g,{onKeyDown:e=>d(e),onClick:i,"aria-label":"Decrement value",disabled:u.disabled,tabIndex:0,children:(0,o.jsx)(c.Icon,{icon:"TriangleDownIcon"})})]})]})});f.displayName="StyledNumberInput";const h=s.default.div` + position: relative; + overflow: hidden; + border-radius: ${({theme:e})=>e.radius.small}; + width: 100%; +`,p=(0,s.default)(l.Box)` + background-color: ${({theme:e})=>e.palette.background6}; + position: absolute; + left: 1px; + top: 1px; + width: ${({theme:e,hasIcon:t})=>t?e.px.xxlarge:"fit-content"}; + padding: 0 ${({theme:e})=>e.px.small}; + height: calc(100% - 2px); + border-radius: ${({theme:e})=>`${e.radius.small} 0 0 ${e.radius.small}`}; +`,m=(0,s.default)(l.Box)` + align-items: center; + position: absolute; + right: 1px; + top: 1px; + gap: 1px; + height: calc(100% - 2px); + border-radius: ${({theme:e})=>`0 ${e.radius.small} ${e.radius.small} 0`}; + overflow: hidden; + + pointer-events: ${({disabled:e})=>e?"none":void 0}; +`,g=(0,s.default)(l.Box)` + cursor: pointer; + background: ${({theme:e})=>e.palette.background6}; + padding: 0 ${({theme:e})=>e.px.xsmall}; + user-select: none; + height: 50%; + align-items: center; + justify-content: center; + + color: ${({disabled:e,theme:t})=>e?t.palette.textHelp:t.palette.textDefault}; + + &:hover { + background: ${({theme:e})=>e.palette.inputFocused}; + } + + &:active { + background: ${({theme:e})=>e.palette.inputColor}; + } +`,v=(0,s.default)(u.StyledInputField)` + appearance: textfield; + padding-left: ${({prependContainerWidth:e})=>`${e+10}px`}; + + ::-webkit-inner-spin-button, + ::-webkit-outer-spin-button { + appearance: none; + margin: 0; + } +`},3982:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(8373),t)},8373:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const[_,x]=c.useState(w),O=e=>{x(e.target.value),b&&b(e)};return c.useEffect(()=>{x(w)},[w]),(0,s.jsxs)(m,{children:[(0,s.jsxs)(p,{children:[(0,s.jsx)(C,{weight:"bold",children:t}),a&&(0,s.jsx)(g,{children:a})]}),(0,s.jsx)(v,{direction:e,labelSide:r,gap:i,children:c.Children.map(u,e=>{const t=e;return t.type===f.RadioInput?c.cloneElement(t,{name:l,labelSide:r,disabled:n,onChange:O,checked:t.props.value===_}):t})}),!_&&d&&(0,s.jsx)(h.ValidationError,{children:d}),o?(0,s.jsx)(y,{disabled:n,children:o}):null]})};const p=(0,l.default)(u.Box)` + display: flex; + flex-direction: column; + margin-bottom: ${({theme:e})=>e.px.small}; +`,m=(0,l.default)(u.Box)` + display: flex; + flex-direction: column; +`,g=(0,l.default)(d.Text)` + size: ${({theme:e})=>e.fontSize.base}; + color: ${({theme:e})=>e.palette.textHelp}; +`,v=(0,l.default)(u.Box)` + display: flex; + flex-direction: ${e=>e.direction}; + align-items: ${e=>{switch(e.labelSide){case"left":return"end";case"right":return"start";default:return"center"}}}; + width: fit-content; +`,y=(0,l.default)(d.Text)` + color: ${({theme:e})=>e.palette.inputPlaceholder}; + margin-top: ${({theme:e})=>e.px.base}; + + ${({disabled:e})=>e&&l.css` + color: ${({theme:e})=>e.palette.inputDisabled}; + `} +`,C=(0,l.default)(d.Text)` + text-transform: capitalize; +`},6942:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5311),t)},5311:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var{disabled:n,id:r,label:i,labelSide:o,icon:a}=e,l=s(e,["disabled","id","label","labelSide","icon"]);return(0,c.jsx)(p,{children:(0,c.jsxs)(v,{as:"label",htmlFor:r,labelSide:o,disabled:n,children:[(0,c.jsx)(g,Object.assign({ref:t,type:"radio",disabled:n},l)),(0,c.jsx)(m,{}),!!a&&(0,c.jsx)(h.Icon,{icon:a}),i||""]})})}),t.RadioInput.displayName="RadioInput";const p=(0,d.default)(f.Box)` + display: flex; + flex-direction: column; +`,m=d.default.div` + width: ${({theme:e})=>e.px.base}; + height: ${({theme:e})=>e.px.base}; + border-radius: 50%; + border-style: solid; + border-width: 1px; + border-color: ${({theme:e})=>e.palette.textDefault}; + box-sizing: content-box; + flex-shrink: 0; + + input:checked ~ &:after { + content: ''; + display: block; + margin: 2px 1px 0px 2px; + width: ${({theme:e})=>e.px.small}; + height: ${({theme:e})=>e.px.small}; + border-radius: 50%; + background-color: ${({theme:e})=>e.palette.textDefault}; + } + + input:disabled ~ & { + border-color: ${({theme:e})=>e.palette.inputDisabled}; + } + + input:disabled ~ &:after { + background-color: ${({theme:e})=>e.palette.inputDisabled}; + } +`,g=d.default.input` + opacity: 0; + position: absolute; + cursor: pointer; + + &:disabled { + cursor: default; + } +`,v=(0,d.default)(l.Text)` + width: fit-content; + display: flex; + align-items: center; + flex-direction: ${({labelSide:e})=>{switch(e||"right"){case"left":return"row-reverse";case"right":return"row";case"top":return"column-reverse";case"bottom":return"column"}}}; + gap: ${({theme:e})=>e.px.small}; + cursor: pointer; + + ${({disabled:e})=>e?d.css` + & { + cursor: default; + } + + color: ${({theme:e})=>e.palette.inputDisabled}; + `:null} +`},2649:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(5),t)},5:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RawInput=void 0;const i=r(n(2770));t.RawInput=i.default.input``,t.RawInput.displayName="RawInput"},2685:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(113),t)},113:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TextArea=void 0;const i=n(4848),o=n(2015),a=r(n(2770)),s=n(532),c=n(532),l=n(2094),u=n(8820);t.TextArea=(0,o.forwardRef)((e,t)=>(0,i.jsx)(f,{flexDirection:"column",alignItems:"flex-start",children:(0,i.jsxs)(d,{children:[!!e.label&&(0,i.jsx)(u.Label,{text:e.label,htmlFor:e.name,helperText:e.helperText}),(0,i.jsx)(h,Object.assign({ref:t},e,{onChange:e.onChange}))]})})),t.TextArea.displayName="TextArea";const d=(0,a.default)(l.Box)` + align-items: flex-start; + flex-direction: column; + justify-content: flex-start; + width: 100%; +`,f=(0,a.default)(l.Box)` + font-size: ${({theme:e})=>e.fontSize.base}; + user-select: none; +`,h=a.default.textarea` + background: ${({theme:e})=>e.palette.background4}; + border: 1px solid ${({theme:e})=>e.palette.inputBorder}; + border-color: ${({theme:e,status:t})=>(0,c.getStatusColor)(e,t,"inputBorder")}; + border-radius: 4px; + width: 100%; + resize: none; + overflow-y: auto; + ${s.Mixins.scrollbar.small}; + color: ${({theme:e})=>e.palette.inputColor}; + font-size: ${({theme:e})=>e.fontSize.base}; + line-height: ${({theme:e})=>e.lineHeight.text}; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + padding: ${({theme:e})=>e.px.small} ${({theme:e})=>e.px.small} 0px ${({theme:e})=>e.px.small}; + + &:focus { + outline: 0; + border-color: ${({theme:e,status:t})=>(0,c.getStatusColor)(e,t,"inputFocused")}; + } + + &:disabled::placeholder { + color: ${({theme:e})=>e.palette.inputDisabled}; + } +`},4864:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(7043),t)},7043:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TextInput=void 0;const r=n(4848),i=n(2015),o=n(114);t.TextInput=(0,i.forwardRef)((e,t)=>(0,r.jsx)(o.BaseInput,Object.assign({ref:t,type:"text"},e))),t.TextInput.displayName="TextInput"},2989:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Box=void 0;const i=r(n(2770)),o=n(8816),a=n(5939),s={1:a.Palette.background1,2:a.Palette.background2,3:a.Palette.background3,4:a.Palette.background4,5:a.Palette.background5,6:a.Palette.background6};t.Box=i.default.div` + /** + * Style Scrollbar for Boxes with overflow + */ + ${o.Mixins.scrollbar.base} + + display: ${({display:e="flex"})=>e}; + flex-direction: ${({flexDirection:e="row"})=>e}; + flex-wrap: ${({flexWrap:e="nowrap"})=>e}; + align-items: ${({alignItems:e})=>e}; + justify-content: ${({justifyContent:e})=>e}; + gap: ${({theme:e,gap:t})=>t&&e.px[t]}; + align-self: ${({alignSelf:e})=>e}; + flex-basis: ${({flexBasis:e})=>e}; + flex-grow: ${({flexGrow:e})=>e}; + flex-shrink: ${({flexShrink:e})=>e}; + order: ${({order:e})=>e}; + padding: ${({theme:e,padding:t})=>t&&e.px[t]}; + background: ${({theme:e,background:t})=>t&&e.palette[s[t]]}; +`,t.Box.displayName="Box"},2094:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(2989),t)},9341:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{definitions:t}=e,n=r(e,["definitions"]);return(0,o.jsx)(c,Object.assign({},n,{role:"list",children:(Array.isArray(t)?t:Array.from(t)).map(([e,t],n)=>(0,o.jsxs)(s,{role:"listitem",children:[(0,o.jsx)(l,{id:`term${n}`,children:e}),(0,o.jsx)(u,{"aria-labelledby":`term${n}`,children:t})]},`${e}-${n}`))}))};const s=a.default.div` + display: grid; + grid-template-columns: 1fr 3fr; +`,c=a.default.dl` + gap: ${({theme:e})=>`0 ${e.px.large}`}; + overflow-y: auto; + padding: ${({theme:e})=>`${e.px.small} ${e.px.base}`}; + word-break: break-word; +`,l=a.default.dt` + color: ${({theme:e})=>e.palette.textHelp}; + font-size: ${({theme:e})=>e.fontSize.small}; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + line-height: ${({theme:e})=>e.px.base}; + padding-bottom: ${({theme:e})=>e.px.small}; + white-space: nowrap; +`,u=a.default.dd` + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.small}; + line-height: ${({theme:e})=>e.px.base}; + padding-bottom: ${({theme:e})=>e.px.small}; +`},9916:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(9341),t)},9960:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalFonts=t.GlobalStyles=void 0;const r=n(2770),i=n(9853),o=n(6151);t.GlobalStyles=r.createGlobalStyle` + /** -> Define Global CSS Vars */ + :root { + --openfin-ui-globalTransition: ${({theme:e})=>e.transition.base}; + + font-family: ${({theme:e})=>e.fontFamily}; + /* Map over the palette keys and create variables out of them */ + ${i.getRootCssVars} + } + + /** -> @font-face Declaration */ + + /** -> Micro Reset */ + * { + box-sizing: border-box; + margin: 0; + padding: 0; + /** + * Prevent browser auto-weighting + * @link https://css-tricks.com/almanac/properties/f/font-synthesis/ + */ + font-synthesis: none; + } + + /** -> Apply Global Styles */ + + body, + :root { + background: ${({theme:e})=>e.palette.background1}; + color: ${({theme:e})=>e.palette.textDefault}; + font-family: ${({theme:e})=>e.fontFamily}; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + font-size: ${({theme:e})=>e.fontSize.base}; + line-height: ${({theme:e})=>e.lineHeight.text}; + } + + ::placeholder { + color: ${({theme:e})=>e.palette.inputPlaceholder}; + } + + /** -> Reduced Motion (Accessibility) */ + @media (prefers-reduced-motion) { + :root { + --openfin-ui-globalTransition: ${({theme:e})=>e.transition.none}; + } + } +`,t.GlobalFonts=r.createGlobalStyle`${({fonts:e})=>(0,o.createFontFaceCss)(e)}`},4901:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(9960),t)},5014:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},532:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(1696),t),i(n(2268),t)},2346:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getMostReadable=t.darkenColor=t.lightenColor=void 0;const i=r(n(6535));t.lightenColor=(e,t)=>o(e,"lighten",t),t.darkenColor=(e,t)=>o(e,"darken",t);const o=(e,t,n)=>{if(n&&(n<0||n>100))throw new Error(`${n} must be a number between 0 and 100`);return(0,i.default)(e)[t](n).toString()};t.getMostReadable=(e,t)=>i.default.mostReadable(e,t).toHexString()},2317:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.IconSize=t.Transition=t.LineHeight=t.FontWeight=t.FontSize=t.FontFamily=t.Shadow=t.Radius=t.UnitPx=t.Unit=t.SizeName=t.Size=t.Color=void 0,t.Color={white:"#FFFFFF",lightGray1:"#FAFBFE",lightGray2:"#F3F5F8",lightGray3:"#ECEEF1",lightGray4:"#DDDFE4",lightGray5:"#C9CBD2",neutralGray:"#7D808A",neutralGray80:"rgba(125,128,138,0.8)",silverGray:"#C0C1C2",darkGray1:"#53565F",darkGray2:"#383A40",darkGray3:"#2F3136",darkGray4:"#24262B",darkGray5:"#1E1F23",darkGray6:"#111214",openFinDarkest:"#3D39CD",openFinDarker:"#4642E0",openFin:"#504CFF",openFinLight:"#5254FB",openFinLighter:"#5C5EFE",openFinLightest:"#6864FF",functional1:"#207735",functional2:"#46C8F1",functional3:"#0A76D3",functional4:"#6CADE5",functional5:"#0A76D3",functional6:"#882BFE",functional7:"#F31818",functional8:"#C93400",functional9:"#FF5E60",functional10:"#F48F00",purple:"#8C61FF",lightblue:"#36C3FE",aqua:"#00CC88",yellow:"#FFEB00",salmon:"#FF8C4C",pink:"#FF5E60",lightpink:"#FF8FB8",white00:"rgba(255,255,255,0.0)",white10:"rgba(255,255,255,0.1)",white20:"rgba(255,255,255,0.2)",white30:"rgba(255,255,255,0.3)",white40:"rgba(255,255,255,0.4)",white50:"rgba(255,255,255,0.5)",white60:"rgba(255,255,255,0.6)",white70:"rgba(255,255,255,0.7)",white80:"rgba(255,255,255,0.8)",white90:"rgba(255,255,255,0.9)",black00:"rgba(0,0,0,0.0)",black10:"rgba(0,0,0,0.1)",black20:"rgba(0,0,0,0.2)",black30:"rgba(0,0,0,0.3)",black40:"rgba(0,0,0,0.4)",black50:"rgba(0,0,0,0.5)",black60:"rgba(0,0,0,0.6)",black70:"rgba(0,0,0,0.7)",black80:"rgba(0,0,0,0.8)",black90:"rgba(0,0,0,0.9)",transparent:"transparent"},t.Size={xsmall:"xsmall",small:"small",base:"base",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge",xxxxlarge:"xxxxlarge"},t.SizeName={[t.Size.xsmall]:"Extra Small",[t.Size.small]:"Small",[t.Size.base]:"Base",[t.Size.large]:"Large",[t.Size.xlarge]:"Extra Large",[t.Size.xxlarge]:"2X Large",[t.Size.xxxlarge]:"3X Large",[t.Size.xxxxlarge]:"4X Large"},t.Unit={[t.Size.xsmall]:4,[t.Size.small]:8,[t.Size.base]:12,[t.Size.large]:16,[t.Size.xlarge]:20,[t.Size.xxlarge]:24,[t.Size.xxxlarge]:32,[t.Size.xxxxlarge]:48},t.UnitPx={[t.Size.xsmall]:"4px",[t.Size.small]:"8px",[t.Size.base]:"12px",[t.Size.large]:"16px",[t.Size.xlarge]:"20px",[t.Size.xxlarge]:"24px",[t.Size.xxxlarge]:"32px",[t.Size.xxxxlarge]:"48px"},t.Radius={[t.Size.xsmall]:"2px",[t.Size.small]:"4px",[t.Size.base]:"8px",[t.Size.large]:"24px",pill:"100vh",round:"50%",none:"0"},t.Shadow={[t.Size.base]:"0 4px 4px rgba(0, 0, 0, 0.25)"},t.FontFamily=["Inter","system-ui","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue","sans-serif"].join(","),t.FontSize={[t.Size.xsmall]:"8px",[t.Size.small]:"10px",[t.Size.base]:"12px",[t.Size.large]:"14px",[t.Size.xlarge]:"16px",[t.Size.xxlarge]:"18px",[t.Size.xxxlarge]:"20px",[t.Size.xxxxlarge]:"40px"},t.FontWeight={normal:400,bold:600},t.LineHeight={ui:1,heading:1.2,text:1.5},t.Transition={base:"200ms cubic-bezier(0.16, 1, 0.3, 1)",none:"0ms"},t.IconSize={[t.Size.xsmall]:t.UnitPx.small,[t.Size.small]:t.UnitPx.base,[t.Size.base]:"15px",[t.Size.large]:t.UnitPx.xlarge,[t.Size.xlarge]:t.UnitPx.xxlarge,[t.Size.xxlarge]:t.UnitPx.xxxlarge,[t.Size.xxxlarge]:t.UnitPx.xxxxlarge}},6151:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createFontFaceCss=function(e){return r.css` + ${e.regular&&r.css` + @font-face { + font-family: 'Inter'; + src: url(${e.regular}) format('woff2'); + font-weight: ${i.FontWeight.normal}; + font-style: normal; + font-display: fallback; + } + `} + ${e.italic&&r.css` + @font-face { + font-family: 'Inter'; + src: url(${e.italic}) format('woff2'); + font-weight: ${i.FontWeight.normal}; + font-style: italic; + font-display: fallback; + } + `} + ${e.semiBold&&r.css` + @font-face { + font-family: 'Inter'; + src: url(${e.semiBold}) format('woff2'); + font-weight: ${i.FontWeight.bold}; + font-style: normal; + font-display: fallback; + } + `} + ${e.semiBoldItalic&&r.css` + @font-face { + font-family: 'Inter'; + src: url(${e.semiBoldItalic}) format('woff2'); + font-weight: ${i.FontWeight.bold}; + font-style: italic; + font-display: fallback; + } + `} + `};const r=n(2770),i=n(2317)},6893:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createTheme=void 0;const r=n(2317),i=n(2346),o=n(5939),a={fontFamily:r.FontFamily,fontSize:r.FontSize,fontWeight:r.FontWeight,lineHeight:r.LineHeight,iconSize:r.IconSize,radius:r.Radius,shadow:r.Shadow,transition:r.Transition,unit:r.Unit,px:r.UnitPx},s=(e,t)=>({[`${e}Active`]:(0,i.darkenColor)(t,2),[`${e}Hover`]:(0,i.lightenColor)(t,5),[`${e}Focused`]:(0,i.getMostReadable)(t,[r.Color.white,r.Color.darkGray5]),[`${e}Text`]:(0,i.getMostReadable)(t,[r.Color.white,r.Color.darkGray5])});t.createTheme=e=>Object.assign(Object.assign({},a),{palette:Object.assign(Object.assign(Object.assign({},e),s(o.Palette.brandPrimary,e.brandPrimary)),s(o.Palette.brandSecondary,e.brandSecondary))})},9853:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SUPPORTED_LANGUAGES=t.getStatusColor=t.getRootCssVars=t.getVariantCSS=void 0;const r=n(5939);t.getVariantCSS=(e,t)=>n=>e[t][n[t]],t.getRootCssVars=({theme:e})=>Object.keys(r.Palette).map(t=>`--openfin-ui-${t}: ${e.palette[t]};`).join("\n"),t.getStatusColor=(e,t,n)=>{switch(t){case"active":return e.palette.statusActive;case"critical":return e.palette.statusCritical;case"warning":return e.palette.statusWarning;case"success":return e.palette.statusSuccess;default:return n?e.palette[n]:"inherit"}},t.SUPPORTED_LANGUAGES=["en-US","ja-JP","zh-CN","ko-KR","ru-RU","de-DE","zh-Hant"]},5947:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{Object.defineProperty(t,"__esModule",{value:!0})},8816:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Mixins=void 0;const r=n(2317),i=n(2770),o=i.css` + user-select: none; +`,a=i.css` + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +`,s=i.css` + &::-webkit-scrollbar { + width: var(--scrollbarSize, ${r.UnitPx.xsmall}); + height: var(--scrollbarSize, ${r.UnitPx.xsmall}); + } + + &::-webkit-scrollbar-track { + background: ${r.Color.neutralGray80}; + border-radius: var(--scrollbarSize, ${r.UnitPx.xsmall}); + opacity: 0.8; + } + + &::-webkit-scrollbar-thumb { + background: ${r.Color.white80}; + width: var(--scrollbarSize, ${r.UnitPx.xsmall}); + height: var(--scrollbarSize, ${r.UnitPx.xsmall}); + border-radius: var(--scrollbarSize, ${r.UnitPx.xsmall}); + opacity: 0.8; + } +`,c=i.css` + --scrollbarSize: 2px; + ${s}; +`,l=i.css` + -webkit-app-region: drag; +`,u=i.css` + -webkit-app-region: no-drag; +`;t.Mixins={noSelect:o,textOverflow:a,scrollbar:{[r.Size.base]:s,[r.Size.small]:c},appRegion:{drag:l,noDrag:u}}},5939:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Palette=void 0,t.Palette={background1:"background1",background2:"background2",background3:"background3",background4:"background4",background5:"background5",background6:"background6",brandPrimary:"brandPrimary",brandSecondary:"brandSecondary",brandPrimaryActive:"brandPrimaryActive",brandPrimaryHover:"brandPrimaryHover",brandPrimaryFocused:"brandPrimaryFocused",brandPrimaryText:"brandPrimaryText",brandSecondaryActive:"brandSecondaryActive",brandSecondaryHover:"brandSecondaryHover",brandSecondaryFocused:"brandSecondaryFocused",brandSecondaryText:"brandSecondaryText",inputBackground:"inputBackground",inputColor:"inputColor",inputPlaceholder:"inputPlaceholder",inputDisabled:"inputDisabled",inputFocused:"inputFocused",inputBorder:"inputBorder",statusSuccess:"statusSuccess",statusWarning:"statusWarning",statusCritical:"statusCritical",statusActive:"statusActive",textDefault:"textDefault",textHelp:"textHelp",textInactive:"textInactive",borderNeutral:"borderNeutral",contentBackground1:"contentBackground1",contentBackground2:"contentBackground2",contentBackground3:"contentBackground3",contentBackground4:"contentBackground4",contentBackground5:"contentBackground5",linkDefault:"linkDefault",linkHover:"linkHover"}},5241:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},4322:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(4207),t)},4207:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OpenFinDarkTheme=t.OpenFinLightTheme=void 0;const r=n(5939),i=n(2317),o=n(6893),a={[r.Palette.brandPrimary]:i.Color.openFin,[r.Palette.statusSuccess]:i.Color.functional1,[r.Palette.statusWarning]:i.Color.functional10,[r.Palette.statusCritical]:i.Color.functional7,[r.Palette.statusActive]:i.Color.functional3,[r.Palette.borderNeutral]:i.Color.silverGray,[r.Palette.contentBackground1]:i.Color.openFin,[r.Palette.contentBackground2]:"#000000",[r.Palette.contentBackground3]:"#000000",[r.Palette.contentBackground4]:"#000000",[r.Palette.contentBackground5]:"#000000",[r.Palette.linkDefault]:i.Color.functional4,[r.Palette.linkHover]:i.Color.functional5};t.OpenFinLightTheme=(0,o.createTheme)(Object.assign(Object.assign({},a),{[r.Palette.background1]:i.Color.white,[r.Palette.background2]:i.Color.lightGray1,[r.Palette.background3]:i.Color.lightGray2,[r.Palette.background4]:i.Color.lightGray3,[r.Palette.background5]:i.Color.lightGray3,[r.Palette.background6]:i.Color.lightGray5,[r.Palette.brandSecondary]:i.Color.lightGray4,[r.Palette.inputBackground]:i.Color.lightGray3,[r.Palette.inputColor]:i.Color.darkGray5,[r.Palette.inputPlaceholder]:i.Color.darkGray2,[r.Palette.inputDisabled]:i.Color.neutralGray,[r.Palette.inputFocused]:i.Color.lightGray5,[r.Palette.inputBorder]:i.Color.neutralGray,[r.Palette.textDefault]:i.Color.darkGray5,[r.Palette.textHelp]:i.Color.neutralGray,[r.Palette.textInactive]:i.Color.neutralGray})),t.OpenFinDarkTheme=(0,o.createTheme)(Object.assign(Object.assign({},a),{[r.Palette.background1]:i.Color.darkGray6,[r.Palette.background2]:i.Color.darkGray5,[r.Palette.background3]:i.Color.darkGray4,[r.Palette.background4]:i.Color.darkGray3,[r.Palette.background5]:i.Color.darkGray2,[r.Palette.background6]:i.Color.darkGray1,[r.Palette.brandSecondary]:i.Color.darkGray2,[r.Palette.inputBackground]:i.Color.darkGray1,[r.Palette.inputColor]:i.Color.white,[r.Palette.inputPlaceholder]:i.Color.lightGray5,[r.Palette.inputDisabled]:i.Color.neutralGray,[r.Palette.inputFocused]:i.Color.lightGray5,[r.Palette.inputBorder]:i.Color.neutralGray,[r.Palette.textDefault]:i.Color.white,[r.Palette.textHelp]:i.Color.lightGray5,[r.Palette.textInactive]:i.Color.neutralGray}))},2268:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ThemeProvider=void 0;const r=n(4848),i=n(2015),o=n(2770),a=n(2762),s=n(5007),c=n(4901),l=n(3092);t.ThemeProvider=({children:e,themes:t,scheme:n=a.ColorScheme.system,fonts:u=l.Fonts})=>{const d=(0,s.useTheme)({themes:t,scheme:n}),f=(0,i.useMemo)(()=>(0,r.jsx)(c.GlobalFonts,{fonts:u}),[u]);return(0,r.jsxs)(r.Fragment,{children:[f,(0,r.jsx)(o.ThemeProvider,{theme:d,children:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(c.GlobalStyles,{}),e]})})]})}},8543:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(4901),t),i(n(5014),t),i(n(532),t)},357:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContactStatusIcon=void 0;const i=n(4848),o=r(n(2770)),a=n(5823),s={available:(0,i.jsx)(a.CheckSVG,{}),away:(0,i.jsx)(a.BusySVG,{}),"do-not-disturb":(0,i.jsx)(a.DoNotDisturbSVG,{}),offline:(0,i.jsx)(a.OfflineSVG,{}),busy:null};t.ContactStatusIcon=({onlineStatus:e})=>e?(0,i.jsx)(c,{onlineStatus:e,children:s[e]||null}):null;const c=o.default.div` + border: 1.6px solid ${({theme:e})=>e.palette.background1}; + + background: ${({onlineStatus:e})=>"busy"===e?"#C21313":"white"}; + border-radius: 50%; + + height: ${({theme:e})=>e.px.large}; + width: ${({theme:e})=>e.px.large}; + + display: flex; + align-items: center; + justify-content: center; + + position: absolute; + left: 78.95%; + right: -7.02%; + top: 77.12%; + bottom: -4.24%; +`},5823:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OfflineSVG=t.DoNotDisturbSVG=t.BusySVG=t.CheckSVG=void 0;const r=n(4848);t.CheckSVG=()=>(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0C8.73438 0 9.4401 0.0963542 10.1172 0.289063C10.7943 0.481771 11.4297 0.752604 12.0234 1.10156C12.6172 1.45052 13.1563 1.86979 13.6406 2.35938C14.1302 2.84375 14.5495 3.38281 14.8984 3.97656C15.2474 4.57031 15.5182 5.20573 15.7109 5.88281C15.9036 6.5599 16 7.26563 16 8C16 8.72917 15.9036 9.4349 15.7109 10.1172C15.5182 10.7943 15.2474 11.4297 14.8984 12.0234C14.5495 12.6172 14.1302 13.1589 13.6406 13.6484C13.1563 14.1328 12.6172 14.5495 12.0234 14.8984C11.4297 15.2474 10.7917 15.5182 10.1094 15.7109C9.43229 15.9036 8.72917 16 8 16C7.27083 16 6.5651 15.9036 5.88281 15.7109C5.20573 15.5182 4.57031 15.2474 3.97656 14.8984C3.38281 14.5495 2.84115 14.1328 2.35156 13.6484C1.86719 13.1589 1.45052 12.6172 1.10156 12.0234C0.752604 11.4297 0.481771 10.7943 0.289063 10.1172C0.0963542 9.4349 0 8.72917 0 8C0 7.27083 0.0963542 6.56771 0.289063 5.89063C0.481771 5.20833 0.752604 4.57031 1.10156 3.97656C1.45052 3.38281 1.86719 2.84375 2.35156 2.35938C2.84115 1.86979 3.38281 1.45052 3.97656 1.10156C4.57031 0.752604 5.20573 0.481771 5.88281 0.289063C6.5651 0.0963542 7.27083 0 8 0ZM10.6328 5.6875C10.4245 5.6875 10.2474 5.76042 10.1016 5.90625L7.27344 8.75L6.26563 7.75C6.11979 7.60417 5.94531 7.53125 5.74219 7.53125C5.64323 7.53125 5.54948 7.55208 5.46094 7.59375C5.3724 7.63542 5.29167 7.69271 5.21875 7.76563C5.15104 7.83333 5.09635 7.91146 5.05469 8C5.01302 8.08854 4.99219 8.18229 4.99219 8.28125C4.99219 8.48958 5.0651 8.66667 5.21094 8.8125L6.74219 10.3438C6.88802 10.4896 7.0651 10.5625 7.27344 10.5625C7.48177 10.5625 7.65885 10.4896 7.80469 10.3438L11.1641 6.96875C11.3099 6.82292 11.3828 6.64583 11.3828 6.4375C11.3828 6.33854 11.362 6.24479 11.3203 6.15625C11.2786 6.06771 11.2214 5.98958 11.1484 5.92188C11.0807 5.84896 11.0026 5.79167 10.9141 5.75C10.8255 5.70833 10.7318 5.6875 10.6328 5.6875Z",fill:"#207735"})}),t.BusySVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.790237C8.73438 0.790237 9.4401 0.886592 10.1172 1.0793C10.7943 1.27201 11.4297 1.54284 12.0234 1.8918C12.6172 2.24076 13.1563 2.66003 13.6406 3.14961C14.1302 3.63399 14.5495 4.17305 14.8984 4.7668C15.2474 5.36055 15.5182 5.99597 15.7109 6.67305C15.9036 7.35013 16 8.05586 16 8.79024C16 9.5194 15.9036 10.2251 15.7109 10.9074C15.5182 11.5845 15.2474 12.2199 14.8984 12.8137C14.5495 13.4074 14.1302 13.9491 13.6406 14.4387C13.1563 14.9231 12.6172 15.3397 12.0234 15.6887C11.4297 16.0376 10.7917 16.3085 10.1094 16.5012C9.43229 16.6939 8.72917 16.7902 8 16.7902C7.27083 16.7902 6.5651 16.6939 5.88281 16.5012C5.20573 16.3085 4.57031 16.0376 3.97656 15.6887C3.38281 15.3397 2.84115 14.9231 2.35156 14.4387C1.86719 13.9491 1.45052 13.4074 1.10156 12.8137C0.752604 12.2199 0.481771 11.5845 0.289063 10.9074C0.0963542 10.2251 0 9.5194 0 8.79024C0 8.06107 0.0963542 7.35795 0.289063 6.68086C0.481771 5.99857 0.752604 5.36055 1.10156 4.7668C1.45052 4.17305 1.86719 3.63399 2.35156 3.14961C2.84115 2.66003 3.38281 2.24076 3.97656 1.8918C4.57031 1.54284 5.20573 1.27201 5.88281 1.0793C6.5651 0.886592 7.27083 0.790237 8 0.790237ZM7.32031 4.04805C7.21094 4.04805 7.10677 4.07149 7.00781 4.11836C6.91406 4.16003 6.82813 4.21992 6.75 4.29805C6.67708 4.37097 6.61719 4.4569 6.57031 4.55586C6.52865 4.64961 6.50781 4.75117 6.50781 4.86055V9.19649C6.50781 9.30586 6.52865 9.41263 6.57031 9.5168C6.61198 9.62097 6.67188 9.71211 6.75 9.79024L9.1875 12.2121C9.34896 12.3736 9.54167 12.4543 9.76563 12.4543C9.875 12.4543 9.97917 12.4335 10.0781 12.3918C10.1771 12.3449 10.263 12.285 10.3359 12.2121C10.4089 12.134 10.4661 12.0454 10.5078 11.9465C10.5547 11.8475 10.5781 11.7434 10.5781 11.634C10.5781 11.5298 10.5547 11.4283 10.5078 11.3293C10.4661 11.2251 10.4089 11.1366 10.3359 11.0637L8.13281 8.87618V4.86055C8.13281 4.75117 8.10938 4.64701 8.0625 4.54805C8.02083 4.44909 7.96354 4.36315 7.89063 4.29024C7.81771 4.21732 7.73177 4.16003 7.63281 4.11836C7.53385 4.07149 7.42969 4.04805 7.32031 4.04805Z",fill:"#FE9F4D"})}),t.DoNotDisturbSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.590256C8.73438 0.590256 9.4401 0.68661 10.1172 0.879318C10.7943 1.07203 11.4297 1.34286 12.0234 1.69182C12.6172 2.04078 13.1562 2.46005 13.6406 2.94963C14.1302 3.43401 14.5495 3.97307 14.8984 4.56682C15.2474 5.16057 15.5182 5.79598 15.7109 6.47307C15.9036 7.15015 16 7.85588 16 8.59026C16 9.31942 15.9036 10.0252 15.7109 10.7074C15.5182 11.3845 15.2474 12.0199 14.8984 12.6137C14.5495 13.2074 14.1302 13.7491 13.6406 14.2387C13.1562 14.7231 12.6172 15.1397 12.0234 15.4887C11.4297 15.8377 10.7917 16.1085 10.1094 16.3012C9.43229 16.4939 8.72917 16.5903 8 16.5903C7.27083 16.5903 6.5651 16.4939 5.88281 16.3012C5.20573 16.1085 4.57031 15.8377 3.97656 15.4887C3.38281 15.1397 2.84115 14.7231 2.35156 14.2387C1.86719 13.7491 1.45052 13.2074 1.10156 12.6137C0.752604 12.0199 0.481771 11.3845 0.289062 10.7074C0.0963542 10.0252 0 9.31942 0 8.59026C0 7.86109 0.0963542 7.15796 0.289062 6.48088C0.481771 5.79859 0.752604 5.16057 1.10156 4.56682C1.45052 3.97307 1.86719 3.43401 2.35156 2.94963C2.84115 2.46005 3.38281 2.04078 3.97656 1.69182C4.57031 1.34286 5.20573 1.07203 5.88281 0.879318C6.5651 0.68661 7.27083 0.590256 8 0.590256ZM5.47656 7.74651C5.36719 7.74651 5.26042 7.76994 5.15625 7.81682C5.05729 7.86369 4.96875 7.92619 4.89062 8.00432C4.8125 8.08244 4.75 8.17359 4.70312 8.27776C4.65625 8.37671 4.63281 8.48088 4.63281 8.59026C4.63281 8.69963 4.65625 8.8064 4.70312 8.91057C4.75 9.00953 4.8125 9.09807 4.89062 9.17619C4.96875 9.25432 5.05729 9.31682 5.15625 9.36369C5.26042 9.41057 5.36719 9.43401 5.47656 9.43401H10.5234C10.6328 9.43401 10.737 9.41057 10.8359 9.36369C10.9401 9.31682 11.0312 9.25432 11.1094 9.17619C11.1875 9.09807 11.25 9.00953 11.2969 8.91057C11.3438 8.8064 11.3672 8.69963 11.3672 8.59026C11.3672 8.48088 11.3438 8.37671 11.2969 8.27776C11.25 8.17359 11.1875 8.08244 11.1094 8.00432C11.0312 7.92619 10.9401 7.86369 10.8359 7.81682C10.737 7.76994 10.6328 7.74651 10.5234 7.74651H5.47656Z",fill:"#C21313"})}),t.OfflineSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.990252C8.73438 0.990252 9.4401 1.08661 10.1172 1.27931C10.7943 1.47202 11.4297 1.74286 12.0234 2.09181C12.6172 2.44077 13.1562 2.86004 13.6406 3.34963C14.1302 3.834 14.5495 4.37306 14.8984 4.96681C15.2474 5.56056 15.5182 6.19598 15.7109 6.87306C15.9036 7.55015 16 8.25588 16 8.99025C16 9.71942 15.9036 10.4251 15.7109 11.1074C15.5182 11.7845 15.2474 12.4199 14.8984 13.0137C14.5495 13.6074 14.1302 14.1491 13.6406 14.6387C13.1562 15.1231 12.6172 15.5397 12.0234 15.8887C11.4297 16.2376 10.7917 16.5085 10.1094 16.7012C9.43229 16.8939 8.72917 16.9903 8 16.9903C7.27083 16.9903 6.5651 16.8939 5.88281 16.7012C5.20573 16.5085 4.57031 16.2376 3.97656 15.8887C3.38281 15.5397 2.84115 15.1231 2.35156 14.6387C1.86719 14.1491 1.45052 13.6074 1.10156 13.0137C0.752604 12.4199 0.481771 11.7845 0.289062 11.1074C0.0963542 10.4251 0 9.71942 0 8.99025C0 8.26109 0.0963542 7.55796 0.289062 6.88088C0.481771 6.19859 0.752604 5.56056 1.10156 4.96681C1.45052 4.37306 1.86719 3.834 2.35156 3.34963C2.84115 2.86004 3.38281 2.44077 3.97656 2.09181C4.57031 1.74286 5.20573 1.47202 5.88281 1.27931C6.5651 1.08661 7.27083 0.990252 8 0.990252ZM8 2.67775C7.42188 2.67775 6.86458 2.75327 6.32812 2.90431C5.79167 3.05536 5.28906 3.2689 4.82031 3.54494C4.35156 3.82098 3.92448 4.15171 3.53906 4.53713C3.15885 4.91734 2.83073 5.34181 2.55469 5.81056C2.27865 6.27931 2.0651 6.78192 1.91406 7.31838C1.76302 7.85484 1.6875 8.41213 1.6875 8.99025C1.6875 9.56838 1.76302 10.1257 1.91406 10.6621C2.0651 11.1986 2.27865 11.7012 2.55469 12.1699C2.83073 12.6387 3.15885 13.0658 3.53906 13.4512C3.92448 13.8314 4.35156 14.1595 4.82031 14.4356C5.28906 14.7116 5.79167 14.9251 6.32812 15.0762C6.86458 15.2272 7.42188 15.3028 8 15.3028C8.57812 15.3028 9.13542 15.2272 9.67188 15.0762C10.2083 14.9251 10.7109 14.7116 11.1797 14.4356C11.6484 14.1595 12.0729 13.8314 12.4531 13.4512C12.8385 13.0658 13.1693 12.6387 13.4453 12.1699C13.7214 11.7012 13.9349 11.1986 14.0859 10.6621C14.237 10.1257 14.3125 9.56838 14.3125 8.99025C14.3125 8.41213 14.237 7.85484 14.0859 7.31838C13.9349 6.78192 13.7214 6.27931 13.4453 5.81056C13.1693 5.34181 12.8385 4.91734 12.4531 4.53713C12.0729 4.15171 11.6484 3.82098 11.1797 3.54494C10.7109 3.2689 10.2083 3.05536 9.67188 2.90431C9.13542 2.75327 8.57812 2.67775 8 2.67775Z",fill:"#979797"})})},818:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var{name:t,title:n,photoUrl:r,useInitials:i=!1,details:o,onlineStatus:a}=e,c=s(e,["name","title","photoUrl","useInitials","details","onlineStatus"]);const d=r||i,f=(0,u.useMemo)(()=>(0,h.getInitials)(t),[t]),j=(0,u.useMemo)(()=>(0,m.generateColorFromString)(t),[t]),S=(0,u.createRef)();return(0,u.useEffect)(()=>{var e;null===(e=S.current)||void 0===e||e.scrollTo(0,0)}),(0,l.jsxs)(g,Object.assign({},c,{children:[(0,l.jsxs)(v,{children:[d&&(0,l.jsxs)(y,{iconColor:j,children:[r?(0,l.jsx)(b,{alt:n,src:r}):(0,l.jsx)(C,{children:f}),(0,l.jsx)(p.ContactStatusIcon,{onlineStatus:a})]}),(0,l.jsxs)(w,{children:[(0,l.jsxs)(_,{children:[" ",t," "]}),n&&(0,l.jsxs)(x,{children:[" ",n," "]})]})]}),(0,l.jsx)(E,{}),(0,l.jsx)(O,{ref:S,children:(null==o?void 0:o.length)>0?o.map((e,n)=>(0,l.jsxs)(u.default.Fragment,{children:[(0,l.jsx)(M,{definitions:e}),ne.px.large}; +`,y=d.default.div` + align-items: center; + background-color: ${e=>e.iconColor}; + border-radius: ${({theme:e})=>e.px.xsmall}; + display: flex; + justify-content: center; + + height: 60px; + width: 60px; + + position: relative; +`,C=d.default.span` + font-size: 24px; + text-transform: uppercase; +`,b=d.default.img` + border-radius: ${({theme:e})=>e.px.xsmall}; + object-fit: cover; + user-select: none; + height: 100%; + width: 100%; +`,w=d.default.div` + display: flex; + flex-direction: column; + justify-content: flex-start; + min-width: 0; + margin-left: ${({theme:e})=>e.px.base}; +`,_=d.default.span` + font-size: ${({theme:e})=>e.fontSize.large}; + line-height: ${({theme:e})=>e.px.large}; + overflow: hidden; + padding-bottom: ${({theme:e})=>e.px.xsmall}; + font-weight: ${({theme:e})=>e.fontWeight.bold}; + text-overflow: ellipsis; + white-space: nowrap; +`,x=d.default.span` + color: ${({theme:e})=>e.palette.textHelp}; + line-height: ${({theme:e})=>e.px.base}; + overflow: hidden; + padding-bottom: 2px; + text-overflow: ellipsis; + white-space: nowrap; +`,O=d.default.div` + border-radius: 2px; + flex: 1; + margin-top: ${({theme:e})=>e.px.large}; + margin-bottom: ${({theme:e})=>e.px.base}; + padding-right: ${({theme:e})=>e.px.base}; + overflow-y: auto; +`,E=d.default.div` + border-bottom: solid 1px ${({theme:e})=>e.palette.background6}; + margin-bottom: ${({theme:e,padding:t})=>t&&e.px.base}; +`,M=(0,d.default)(f.DefinitionList)` + dt { + text-align: left; + text-transform: capitalize; + } + + dd { + overflow: hidden; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } +`},5168:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(818),t)},904:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getInitials=void 0,t.getInitials=e=>{const t=e.trim(),n=t.lastIndexOf(" ");return n>-1?[t.charAt(0),t.charAt(n+1)].join(""):t.slice(0,2)}},4492:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{level:n=1,className:i}=e,a=r(e,["level","className"]);const s=`h${n}`;return(0,o.jsx)(l,Object.assign({className:i,as:s,size:t.defaultSize[s],weight:"bold"},a))};const l=(0,a.default)(c.Text)` + line-height: ${({theme:e})=>e.lineHeight.heading}; +`;t.H1=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:1}))``,t.H2=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:2}))``,t.H3=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:3}))``,t.H4=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:4}))``,t.H5=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:5}))``,t.H6=(0,a.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:6}))``},5058:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(4492),t)},5963:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(1316),t)},1316:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Text=void 0;const i=r(n(2770));t.Text=i.default.span` + color: ${({theme:e,color:t="textDefault"})=>e.palette[t]}; + font-size: ${({theme:e,size:t="base"})=>e.fontSize[t]}; + font-weight: ${({theme:e,weight:t="normal"})=>e.fontWeight[t]}; + line-height: ${({theme:e})=>e.lineHeight.text}; +`,t.Text.displayName="Text"},2762:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useColorScheme=t.ColorScheme=void 0;const r=n(2015);t.ColorScheme={dark:"dark",light:"light",system:"system"},t.useColorScheme=({colorScheme:e,fallbackScheme:n=t.ColorScheme.light})=>{const[o,a]=(0,r.useState)(e&&e!==t.ColorScheme.system?e:n),s=t=>{a(i(t,e||n))};return(0,r.useEffect)(()=>{const t=window.matchMedia("(prefers-color-scheme: dark)");return a(i(t,e||n)),t.addEventListener("change",s),()=>t.removeEventListener("change",s)},[e,o]),o};const i=(e,n)=>n===t.ColorScheme.system?e.matches?t.ColorScheme.dark:t.ColorScheme.light:n},6110:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDropdownKeyboardNavigation=void 0;const r=n(2015);t.useDropdownKeyboardNavigation=(e,t,n,i,o)=>{const[a,s]=(0,r.useState)(0),[c,l]=(0,r.useState)("");let u;if((0,r.useEffect)(()=>{if(t&&!n){const n=e.flat().findIndex(e=>e.value===t.value);n>=0&&s(n)}},[e,t,n]),(0,r.useEffect)(()=>{n||l("")},[n]),(0,r.useEffect)(()=>{if(c){const t=e.flat().findIndex(e=>e.title.toLowerCase().startsWith(c.toLowerCase()));t>=0&&s(t)}},[e,c]),e[0].length>0&&e.flat().length>a){const[t,n]=[Math.floor(a/e[0].length),a%e[0].length];u=e[t][n]}return(0,r.useEffect)(()=>{const e=setTimeout(()=>{l("")},500);return()=>clearTimeout(e)},[c]),{focusedOption:u,handleKeyDown:t=>{switch(t.code){case"ArrowUp":t.preventDefault(),a>0&&s(a-1);break;case"ArrowDown":t.preventDefault(),ae+t.key)}}}}},7980:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useLayoutMediaQuery=t.useMediaQuery=void 0;const r=n(2015),i=e=>t=>{const[n,i]=(0,r.useState)(!1);return e(()=>{const e=window.matchMedia(t);if(e){e.matches!==n&&i(e.matches);const t=()=>i(e.matches),r=()=>e.removeEventListener("change",t);return e.addEventListener("change",t),r}},[n,t]),n};t.useMediaQuery=i(r.useEffect),t.useLayoutMediaQuery=i(r.useLayoutEffect)},421:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.usePrevious=void 0;const r=n(2015);t.usePrevious=e=>{const t=(0,r.useRef)();return(0,r.useEffect)(()=>{t.current=e},[e]),t.current}},5007:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTheme=void 0;const r=n(2015),i=n(4322),o=n(2762),a=n(532),s=n(7825),c={[o.ColorScheme.dark]:i.OpenFinDarkTheme,[o.ColorScheme.light]:i.OpenFinLightTheme};t.useTheme=({themes:e,scheme:t})=>{let n={};const i=(0,o.useColorScheme)({colorScheme:t});try{n=(0,r.useMemo)(()=>((e,t)=>{const n=null==t?void 0:t[e];let r=Object.assign({},c[e]);return n&&n.palette&&(r=(0,s.merge)(r,n,(0,a.createTheme)(n.palette))),r})(i,e),[e,i])}catch(e){console.error(e)}return n}},1440:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(2367),t),i(n(7787),t),i(n(759),t),i(n(4810),t),i(n(5825),t),i(n(8577),t),i(n(3189),t),i(n(4706),t),i(n(5918),t),i(n(5917),t),i(n(4416),t),i(n(2387),t),i(n(114),t),i(n(2649),t),i(n(4864),t),i(n(3842),t),i(n(9990),t),i(n(8045),t),i(n(6942),t),i(n(3982),t),i(n(6841),t),i(n(2685),t),i(n(2094),t),i(n(9916),t),i(n(8543),t),i(n(5168),t),i(n(5058),t),i(n(5963),t),i(n(2762),t),i(n(7980),t),i(n(421),t),i(n(6110),t),i(n(7013),t),i(n(9543),t),i(n(3679),t),i(n(3092),t)},9543:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.generateColorFromString=function(e="",t=70,n=50){let r=0;for(let t=0;t{Object.defineProperty(t,"__esModule",{value:!0}),t.whenFin=function(e,t){const n="undefined"!=typeof fin?e:t;return"function"==typeof n?n():n}},9802:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Italic.woff2"},9294:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Regular.woff2"},3325:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBold.woff2"},2773:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBoldItalic.woff2"},824:e=>{e.exports=n(6542)},5322:e=>{e.exports=n(8898)},7825:e=>{e.exports=n(96)},2015:e=>{e.exports=n(5932)},9500:e=>{e.exports=n(1922)},2770:e=>{e.exports=n(2230)},6535:function(e){e.exports=function(){function e(t){return(e="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)}var t=/^\s+/,n=/\s+$/;function r(i,o){if(o=o||{},(i=i||"")instanceof r)return i;if(!(this instanceof r))return new r(i,o);var a=function(r){var i,o,a,s={r:0,g:0,b:0},c=1,l=null,u=null,d=null,f=!1,h=!1;return"string"==typeof r&&(r=function(e){e=e.replace(t,"").replace(n,"").toLowerCase();var r,i=!1;if(b[e])e=b[e],i=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(r=D.rgb.exec(e))?{r:r[1],g:r[2],b:r[3]}:(r=D.rgba.exec(e))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=D.hsl.exec(e))?{h:r[1],s:r[2],l:r[3]}:(r=D.hsla.exec(e))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=D.hsv.exec(e))?{h:r[1],s:r[2],v:r[3]}:(r=D.hsva.exec(e))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=D.hex8.exec(e))?{r:E(r[1]),g:E(r[2]),b:E(r[3]),a:P(r[4]),format:i?"name":"hex8"}:(r=D.hex6.exec(e))?{r:E(r[1]),g:E(r[2]),b:E(r[3]),format:i?"name":"hex"}:(r=D.hex4.exec(e))?{r:E(r[1]+""+r[1]),g:E(r[2]+""+r[2]),b:E(r[3]+""+r[3]),a:P(r[4]+""+r[4]),format:i?"name":"hex8"}:!!(r=D.hex3.exec(e))&&{r:E(r[1]+""+r[1]),g:E(r[2]+""+r[2]),b:E(r[3]+""+r[3]),format:i?"name":"hex"}}(r)),"object"==e(r)&&(I(r.r)&&I(r.g)&&I(r.b)?(i=r.r,o=r.g,a=r.b,s={r:255*x(i,255),g:255*x(o,255),b:255*x(a,255)},f=!0,h="%"===String(r.r).substr(-1)?"prgb":"rgb"):I(r.h)&&I(r.s)&&I(r.v)?(l=j(r.s),u=j(r.v),s=function(e,t,n){e=6*x(e,360),t=x(t,100),n=x(n,100);var r=Math.floor(e),i=e-r,o=n*(1-t),a=n*(1-i*t),s=n*(1-(1-i)*t),c=r%6;return{r:255*[n,a,o,o,s,n][c],g:255*[s,n,n,a,o,o][c],b:255*[o,o,s,n,n,a][c]}}(r.h,l,u),f=!0,h="hsv"):I(r.h)&&I(r.s)&&I(r.l)&&(l=j(r.s),d=j(r.l),s=function(e,t,n){var r,i,o;function a(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}if(e=x(e,360),t=x(t,100),n=x(n,100),0===t)r=i=o=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=a(c,s,e+1/3),i=a(c,s,e),o=a(c,s,e-1/3)}return{r:255*r,g:255*i,b:255*o}}(r.h,l,d),f=!0,h="hsl"),r.hasOwnProperty("a")&&(c=r.a)),c=_(c),{ok:f,format:r.format||h,r:Math.min(255,Math.max(s.r,0)),g:Math.min(255,Math.max(s.g,0)),b:Math.min(255,Math.max(s.b,0)),a:c}}(i);this._originalInput=i,this._r=a.r,this._g=a.g,this._b=a.b,this._a=a.a,this._roundA=Math.round(100*this._a)/100,this._format=o.format||a.format,this._gradientType=o.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=a.ok}function i(e,t,n){e=x(e,255),t=x(t,255),n=x(n,255);var r,i,o=Math.max(e,t,n),a=Math.min(e,t,n),s=(o+a)/2;if(o==a)r=i=0;else{var c=o-a;switch(i=s>.5?c/(2-o-a):c/(o+a),o){case e:r=(t-n)/c+(t>1)+720)%360;--t;)i.h=(i.h+o)%360,a.push(r(i));return a}function C(e,t){t=t||6;for(var n=r(e).toHsv(),i=n.h,o=n.s,a=n.v,s=[],c=1/t;t--;)s.push(r({h:i,s:o,v:a})),a=(a+c)%1;return s}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=_(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=o(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=o(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=i(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=i(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return a(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,i){var o=[M(Math.round(e).toString(16)),M(Math.round(t).toString(16)),M(Math.round(n).toString(16)),M(S(r))];return i&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*x(this._r,255))+"%",g:Math.round(100*x(this._g,255))+"%",b:Math.round(100*x(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*x(this._r,255))+"%, "+Math.round(100*x(this._g,255))+"%, "+Math.round(100*x(this._b,255))+"%)":"rgba("+Math.round(100*x(this._r,255))+"%, "+Math.round(100*x(this._g,255))+"%, "+Math.round(100*x(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(w[a(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+s(this._r,this._g,this._b,this._a),n=t,i=this._gradientType?"GradientType = 1, ":"";if(e){var o=r(e);n="#"+s(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return r(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(d,arguments)},brighten:function(){return this._applyModification(f,arguments)},darken:function(){return this._applyModification(h,arguments)},desaturate:function(){return this._applyModification(c,arguments)},saturate:function(){return this._applyModification(l,arguments)},greyscale:function(){return this._applyModification(u,arguments)},spin:function(){return this._applyModification(p,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(y,arguments)},complement:function(){return this._applyCombination(m,arguments)},monochromatic:function(){return this._applyCombination(C,arguments)},splitcomplement:function(){return this._applyCombination(v,arguments)},triad:function(){return this._applyCombination(g,[3])},tetrad:function(){return this._applyCombination(g,[4])}},r.fromRatio=function(t,n){if("object"==e(t)){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]="a"===o?t[o]:j(t[o]));t=i}return r(t,n)},r.equals=function(e,t){return!(!e||!t)&&r(e).toRgbString()==r(t).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(e,t,n){n=0===n?0:n||50;var i=r(e).toRgb(),o=r(t).toRgb(),a=n/100;return r({r:(o.r-i.r)*a+i.r,g:(o.g-i.g)*a+i.g,b:(o.b-i.b)*a+i.b,a:(o.a-i.a)*a+i.a})},r.readability=function(e,t){var n=r(e),i=r(t);return(Math.max(n.getLuminance(),i.getLuminance())+.05)/(Math.min(n.getLuminance(),i.getLuminance())+.05)},r.isReadable=function(e,t,n){var i,o,a,s,c,l=r.readability(e,t);switch(o=!1,(a=n,"AA"!==(s=((a=a||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==s&&(s="AA"),"small"!==(c=(a.size||"small").toLowerCase())&&"large"!==c&&(c="small"),i={level:s,size:c}).level+i.size){case"AAsmall":case"AAAlarge":o=l>=4.5;break;case"AAlarge":o=l>=3;break;case"AAAsmall":o=l>=7}return o},r.mostReadable=function(e,t,n){var i,o,a,s,c=null,l=0;o=(n=n||{}).includeFallbackColors,a=n.level,s=n.size;for(var u=0;ul&&(l=i,c=r(t[u]));return r.isReadable(e,c,{level:a,size:s})||!o?c:(n.includeFallbackColors=!1,r.mostReadable(e,["#fff","#000"],n))};var b=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},w=r.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(b);function _(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function x(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function O(e){return Math.min(1,Math.max(0,e))}function E(e){return parseInt(e,16)}function M(e){return 1==e.length?"0"+e:""+e}function j(e){return e<=1&&(e=100*e+"%"),e}function S(e){return Math.round(255*parseFloat(e)).toString(16)}function P(e){return E(e)/255}var A,k,T,D=(k="[\\s|\\(]+("+(A="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+A+")[,|\\s]+("+A+")\\s*\\)?",T="[\\s|\\(]+("+A+")[,|\\s]+("+A+")[,|\\s]+("+A+")[,|\\s]+("+A+")\\s*\\)?",{CSS_UNIT:new RegExp(A),rgb:new RegExp("rgb"+k),rgba:new RegExp("rgba"+T),hsl:new RegExp("hsl"+k),hsla:new RegExp("hsla"+T),hsv:new RegExp("hsv"+k),hsva:new RegExp("hsva"+T),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function I(e){return!!D.CSS_UNIT.exec(e)}return r}()}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={id:e,exports:{}};return r[e].call(n.exports,n,n.exports,o),n.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a=o(1440),s=t;for(var c in a)s[c]=a[c];a.__esModule&&Object.defineProperty(s,"__esModule",{value:!0})},7260:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultInputBoxCSS=t.Label=t.SingleLineText=t.InputContainer=void 0;const a=o(n(2230)),s=n(7250);t.InputContainer=(0,a.default)(s.Box)` + width: 100%; + display: flex; + `,t.SingleLineText=a.css` + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + word-wrap: break-word; +`,t.Label=a.default.label` + display: block; + width: 100%; + text-align: left; + margin-bottom: 10px; + ${t.SingleLineText} +`,t.defaultInputBoxCSS=a.css` + width: 100%; + padding: ${({theme:e})=>`${e.px.small} ${e.px.base}`}; + border-radius: ${({theme:e})=>e.radius.small}; + background: ${({theme:e})=>e.palette.inputBackground}; + border: 1px solid + ${e=>e.$validationError?e.theme.palette.statusCritical:"transparent"}; + color: ${({theme:e})=>e.palette.textDefault}; + filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); + + &::placeholder { + color: ${({theme:e})=>e.palette.inputPlaceholder}; + } + + &:focus { + border: 1px solid ${({theme:e})=>e.palette.brandPrimary}; + outline: none; + } +`},7261:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.removeNotification=void 0;const r=n(8883);t.removeNotification=new r.Signal(r.Aggregators.AWAIT_VOID)},7342:e=>{e.exports=C},7344:e=>{e.exports=b},7379:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FormError=void 0;const i=r(n(2230)),o=n(7250),a=r(n(5932));t.FormError=({error:e})=>a.default.createElement(s,null,a.default.createElement(o.Icon,{icon:"ExclamationCircledFilledIcon",color:"red"})," ",e);const s=(0,i.default)(o.Text)` + margin-bottom: ${({theme:e})=>e.px.small}; + display: flex; + gap: ${({theme:e})=>e.px.xsmall}; +`},7380:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ToggleFilter=void 0;const r=n(7451),i=n(2373);t.ToggleFilter=class{constructor(){this._toggleBlockTimer=new i.Timer(750),this._blurBlockTimer=new i.Timer(750)}recordBlur(){return this._blurBlockTimer.running?(this._blurBlockTimer.clear(),!1):(this._toggleBlockTimer.start(),!0)}recordToggle(e){if(e===r.ToggleCenterVisibilitySource.API||e===r.ToggleCenterVisibilitySource.TRAY){const e=this._toggleBlockTimer.running;return this._toggleBlockTimer.clear(),!e&&(this._blurBlockTimer.start(),!0)}return!0}}},7383:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.initialSecuritySettingsState=void 0,t.initialSecuritySettingsState={notificationSecurityRules:{}}},7446:e=>{e.exports=w},7451:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.ApplySnapshot=t.UsingCustomManifest=t.RaiseAnalyticsEvent=t.HideModal=t.ShowModal=t.selectVisibleErrors=t.selectErrors=t.Unfreeze=t.Freeze=t.UpdateAppToastPersistState=t.SetSelectedPlatform=t.UpdateStreamMuteState=t.UpdateAppMuteState=t.ExpireNotification=t.DismissError=t.PushError=t.RegisterStream=t.RegisterApplication=t.ToggleCenterMuted=t.ToggleCenterLocked=t.BlurCenter=t.HideCenter=t.ShowCenter=t.ToggleCenterVisibility=t.ClickFragment=t.ClickButton=t.ClickNotification=t.RemoveNotifications=t.InitiateRemoveAllNotifications=t.UpdateNotification=t.CreateNotification=t.ToggleCenterVisibilitySource=void 0;const o=n(6566),a=n(6455),s=n(7380),c=n(3363),l=n(0),u=n(4887),d=n(6012),f=n(5425),h=n(8136),p=n(7676),m=n(2471),g=n(8320),v=n(7031),y=n(7261),C=n(8001);var b;i(n(7540),t),function(e){e[e.API=0]="API",e[e.TRAY=1]="TRAY",e[e.BUTTON=2]="BUTTON",e[e.INTERNAL=3]="INTERNAL",e[e.HOTKEY=4]="HOTKEY"}(b=t.ToggleCenterVisibilitySource||(t.ToggleCenterVisibilitySource={}));class w extends o.Action{get notification(){return this._notification}constructor(e){super(),this._notification=e}async handleStreamStatus(e,t){const n=e.notification.stream;if(n){const r=t.state.streams.get(n.id);if(!r||r.displayName!==n.displayName){const r=e.source.identity.uuid;await t.dispatch(new L(n,r))}}}async call(e,t){var n;const r=this.notification;this._notification=Object.assign(Object.assign({},this.notification),{title:(0,c.getStreamTitle)(e.state.streams,null===(n=r.notification.stream)||void 0===n?void 0:n.id)||(0,c.getSourceTitle)(this.notification.source,e.state.applications)});const i=e.state.reminders.find(e=>e.id===r.id);i&&await e.dispatch(new g.CancelReminder(i));const o=e.state.notifications.filter(e=>e.id===r.id);o.length&&await e.dispatch(new O(o)),await this.handleStreamStatus(r,e),await t()}reduce(e){const{notification:t}=this,n=e.notifications.slice(),r=e.notifications.findIndex(e=>e.id===t.id);r>=0?(console.warn(`Attempted to add a notification with duplicate id '${t.id}'. Will replace existing notification.`),n[r]=t):n.push(t);const i=e.stickyNotifications.slice();if((0,d.isSticky)(t.notification)){const e=i.findIndex(e=>e.id===t.id);e>=0?i[e]=t:i.push(t)}const o=(0,h.insertNotificationIntoSortedMaps)(e.sortedNotifications,t),a=new Map(e.platform.counts),s=t.notification.platform;if(s){const e=a.get(s);a.set(s,e?e+1:1)}return Object.assign(Object.assign({},e),{notifications:n,stickyNotifications:i,sortedNotifications:o,platform:Object.assign(Object.assign({},e.platform),{counts:a})})}}t.CreateNotification=w;class _ extends o.Action{constructor(e){super(),this.updatePayload=e,this._updatedNotification=null}get updatedNotification(){return this._updatedNotification}async call(e,t){e.state.reminders.find(e=>e.notification.id===this.updatePayload.id)&&await e.dispatch(new g.UpdateReminder(this.updatePayload)),await t()}reduce(e){const t=[...e.notifications];return this._updatedNotification=(0,v.updateCollection)(t,this.updatePayload),this._updatedNotification?Object.assign(Object.assign(Object.assign({},e),{notifications:t}),{stickyNotifications:(n=this._updatedNotification)&&(0,d.isSticky)(n.notification)?e.stickyNotifications.map(e=>e.id===n.id?n:e):e.stickyNotifications,sortedNotifications:(0,h.insertNotificationIntoSortedMaps)(e.sortedNotifications,n)}):Object.assign({},e);var n}}t.UpdateNotification=_;class x extends o.Action{constructor(e){super(),this.notifications=e}}t.InitiateRemoveAllNotifications=x;class O extends o.Action{constructor(e,t){super(),this.notifications=e,this.action=t}async call(e,t){const{notifications:n}=this,r=n.map(e=>e.id),i=e.state.reminders.filter(e=>r.includes(e.id));for(const t of i)await e.dispatch(new g.CancelReminder(t));for(const e of n)await y.removeNotification.emit(e);await t();const o=(0,f.getDefaultPlatform)(e);o&&await e.dispatch(new V(o))}reduce(e){const{notifications:t}=this,n=t.map(e=>e.id);let r=e.stickyNotifications.slice();t.forEach(e=>{(0,d.isSticky)(e.notification)&&(r=r.filter(t=>t.id!==e.id))});let i=Object.assign({},e.sortedNotifications);const o=new Map(e.platform.counts);for(const e of t){i=(0,h.removeNotificationFromSortedMaps)(i,e);const t=e.notification.platform;if(t){const e=o.get(t);o.set(t,e?e-1:1)}}return Object.assign(Object.assign({},e),{notifications:e.notifications.filter(e=>-1===n.indexOf(e.id)),stickyNotifications:r,search:Object.assign(Object.assign({},e.search),{results:e.search.results.filter(({item:e})=>-1===n.indexOf(e.id))}),sortedNotifications:i,platform:Object.assign(Object.assign({},e.platform),{counts:o})})}}t.RemoveNotifications=O;class E extends o.Action{constructor(e){super(),this.notification=e}async call(e,t){var n,r;(null===(n=this.notification.notification.onSelect)||void 0===n?void 0:n.__NOOP__)===a.ActionNoopType.EVENT_DISMISS&&console.warn("[DEPRECATED]: __NOOP__ has been deprecated, Notifications now will not trigger the dismiss action when the body is clicked by default."),(null===(r=this.notification.notification.onSelect)||void 0===r?void 0:r.BODY_CLICK)===a.ActionBodyClickType.DISMISS_EVENT&&(e.state.centerVisible?await e.dispatch(new O([this.notification])):await e.dispatch(new p.MinimizeToast(this.notification))),await(0,f.getTargetOrError)(e,this.notification.notification)&&await t()}}t.ClickNotification=E;class M extends o.Action{constructor(e,t){super(),this.notification=e,this.buttonIndex=t}async call(e,t){await(0,f.getTargetOrError)(e,this.notification.notification)&&await Promise.all([t(),e.dispatch(new O([this.notification]))])}}t.ClickButton=M;class j extends o.Action{constructor(e,t,n){super(),this.notification=e,this.fragment=t,this.isToast=n}}t.ClickFragment=j;class S extends o.Action{constructor(e,t){super(),this.source=e,this.visible=t}async call(e,t){(this.source===b.INTERNAL||W.recordToggle(this.source))&&await t();const n=void 0!==this.visible?this.visible:e.state.centerVisible;e.state.settings.clearFiltersOnCenterShow&&this.source!==b.HOTKEY&&n&&(0,C.clearAllFilterSettings)(e),await e.dispatch(new m.SetSearchMode(!1))}reduce(e){const t=void 0!==this.visible?this.visible:!e.centerVisible;return Object.assign(Object.assign({},e),{centerVisible:t})}}t.ToggleCenterVisibility=S;class P extends o.Action{constructor(e){super(),this.navigateToAll=e}async call(e,t){W.recordToggle(b.API),this.navigateToAll&&await e.dispatch(new V(void 0)),await t()}reduce(e){return Object.assign(Object.assign({},e),{centerVisible:!0})}}t.ShowCenter=P;class A extends o.Action{constructor(){super()}reduce(e){return Object.assign(Object.assign({},e),{centerVisible:!1})}}t.HideCenter=A;class k extends o.Action{async call(e,t){W.recordBlur()&&await t()}reduce(e){return Object.assign(Object.assign({},e),{centerVisible:!1})}}t.BlurCenter=k;class T extends o.Action{reduce(e){return Object.assign(Object.assign({},e),{centerLocked:!e.centerLocked})}}t.ToggleCenterLocked=T;class D extends o.Action{reduce(e){return Object.assign(Object.assign({},e),{centerMuted:!e.centerMuted})}}t.ToggleCenterMuted=D;class I extends o.Action{constructor(e){super(),this.application=e}reduce(e){const t=e.applications.get(this.application.id);let n=e.notifications,r=e.reminders;if(t&&t.title!==this.application.title){const t=this.application.title;n=e.notifications.map(e=>Object.assign(Object.assign({},e),{title:t})),r=e.reminders.map(e=>Object.assign(Object.assign({},e),{title:t}))}const i=Object.assign(Object.assign({},this.application),{muted:t?t.muted:this.application.muted,persistToasts:t?t.persistToasts:this.application.persistToasts}),o=new Map(e.applications);return o.set(i.id,i),Object.assign(Object.assign({},e),{applications:o,notifications:n,reminders:r})}}t.RegisterApplication=I;class L extends o.Action{constructor(e,t){super(),this.stream=e,this._appId=t}reduce(e){const t=e.streams.get(this.stream.id),n=new Map(e.streams);return n.set(this.stream.id,Object.assign(Object.assign({},this.stream),{muted:!!t&&t.muted,appId:this._appId})),Object.assign(Object.assign({},e),{streams:n})}}t.RegisterStream=L;class R extends o.Action{constructor(e,t){super(),this.id=e,this.message=t}reduce(e){const t=new Map(e.errors);return t.delete(this.id),t.set(this.id,{id:this.id,message:this.message}),Object.assign(Object.assign({},e),{errors:t})}}t.PushError=R;class F extends o.Action{constructor(e){super(),this.id=e}reduce(e){const t=new Map(e.errors);return t.delete(this.id),Object.assign(Object.assign({},e),{errors:t})}}t.DismissError=F;class N extends o.Action{constructor(e){super(),this.notification=e}async call(e,t){await Promise.all([t(),e.dispatch(new O([this.notification]))])}}t.ExpireNotification=N;class H extends o.Action{constructor(e,t){super(),this.application=e,this.muted=t}reduce(e){const t=this.application,n=new Map(e.applications);return n.set(t.id,Object.assign(Object.assign({},t),{muted:this.muted})),Object.assign(Object.assign({},e),{applications:n})}}t.UpdateAppMuteState=H;class B extends o.Action{constructor(e,t){super(),this.stream=e,this.muted=t}reduce(e){const t=this.stream,n=new Map(e.streams);return n.set(t.id,Object.assign(Object.assign({},t),{muted:this.muted})),Object.assign(Object.assign({},e),{streams:n})}}t.UpdateStreamMuteState=B;class V extends o.Action{constructor(e){super(),this.id=e}reduce(e){return Object.assign(Object.assign({},e),{platform:Object.assign(Object.assign({},e.platform),{selected:this.id})})}}t.SetSelectedPlatform=V;class $ extends o.Action{constructor(e,t){super(),this.application=e,this.persistToasts=t}reduce(e){const t=this.application,n=new Map(e.applications);return n.set(t.id,Object.assign(Object.assign({},t),{persistToasts:this.persistToasts})),Object.assign(Object.assign({},e),{applications:n})}}t.UpdateAppToastPersistState=$;class Z extends o.KeyedAction{constructor(){super("frozen")}reduce(){return!0}}t.Freeze=Z;class z extends o.KeyedAction{constructor(){super("frozen")}reduce(){return!1}}t.Unfreeze=z;const W=new s.ToggleFilter;t.selectErrors=e=>e.errors,t.selectVisibleErrors=(0,l.createSelector)(t.selectErrors,e=>Array.from(e.values()).slice(-u.maxVisibleUserFacingErrors).reverse());class U extends o.Action{constructor(e){super(),this.config=e}}t.ShowModal=U;class G extends o.Action{constructor(e){super(),this.id=e}}t.HideModal=G;class Y extends o.Action{constructor(e,t){super(),this.event=e,this.platformId=t}}t.RaiseAnalyticsEvent=Y;class q extends o.Action{reduce(e){return Object.assign(Object.assign({},e),{customManifest:!0})}}t.UsingCustomManifest=q;class K extends o.Action{constructor(e){super(),this.snapshot=e}reduce(e){const t=new Map(this.snapshot.applications.map(e=>[e.id,e])),n=new Map(this.snapshot.streams.map(e=>[e.id,e]));let r=p.initialSortedNotificationsState;return this.snapshot.notifications.forEach(e=>{r=(0,h.insertNotificationIntoSortedMaps)(r,e)}),Object.assign(Object.assign({},e),{applications:t,streams:n,notifications:this.snapshot.notifications,reminders:this.snapshot.reminders,sortedNotifications:r})}}t.ApplySnapshot=K},7527:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetSelectedCategorySorting=t.SetSelectedCategory=t.CategorySortTypesNamesMap=t.CategoryNamesMap=t.initialCategoryState=void 0;const r=n(6566);t.initialCategoryState={selectedCategory:"all",sortType:"date",sortDirection:"descending"},t.CategoryNamesMap={all:"All","needs-attention":"Needs Attention",sender:"Group by Sender",reminders:"Reminders"},t.CategorySortTypesNamesMap={"date-ascending":"Oldest","date-descending":"Newest","priority-ascending":"Lowest Priority","priority-descending":"Highest Priority"};class i extends r.Action{constructor(e){super(),this.category=e}reduce(e){return Object.assign(Object.assign({},e),{categories:Object.assign(Object.assign({},e.categories),{selectedCategory:this.category})})}}t.SetSelectedCategory=i;class o extends r.Action{constructor(e,t){super(),this.sortType=e,this.sortDirection=t}reduce(e){return Object.assign(Object.assign({},e),{categories:Object.assign(Object.assign({},e.categories),{sortType:this.sortType||e.categories.sortType,sortDirection:this.sortDirection||e.categories.sortDirection})})}}t.SetSelectedCategorySorting=o},7530:e=>{e.exports=_},7540:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.selectPlatformNotificationCounts=t.selectPlatformSearchResults=t.selectPlatformReminders=t.selectPlatformNotifications=t.selectActivePlatforms=t.selectCurrentPlatform=t.selectPlatformScheme=t.selectPlatformTheme=t.selectCounts=t.selectPlatforms=t.DeregisterPlatform=t.UpdatePlatformScheme=t.RegisterPlatform=t.initialPlatformState=void 0;const r=n(6566),i=n(0);t.initialPlatformState={list:new Map,counts:new Map};class o extends r.Action{constructor(e){super(),this.platform=e}reduce(e){const t=new Map(e.platform.list);t.set(this.platform.id,Object.assign(Object.assign({},this.platform),{active:!0}));const n=new Map(e.platform.counts);return n.set(this.platform.id,e.notifications.filter(e=>e.notification.platform===this.platform.id).length),Object.assign(Object.assign({},e),{platform:Object.assign(Object.assign({},e.platform),{list:t,counts:n})})}}t.RegisterPlatform=o;class a extends r.Action{constructor(e,t){super(),this.scheme=e,this.identity=t}reduce(e){let t=e.theme;const n=new Map(e.platform.list);return n.forEach(r=>{r.platformIdentity.uuid===this.identity.uuid&&(n.set(r.id,Object.assign(Object.assign({},r),{scheme:this.scheme})),r.id===e.platform.selected&&(t={themes:r.theme,scheme:this.scheme}))}),Object.assign(Object.assign({},e),{platform:Object.assign(Object.assign({},e.platform),{list:n}),theme:t})}}t.UpdatePlatformScheme=a;class s extends r.KeyedAction{constructor(e){super("platform"),this.id=e}reduce(e){const t=new Map(e.list),n=t.get(this.id);return n?t.set(this.id,Object.assign(Object.assign({},n),{active:!1})):console.warn(`Platform to deregister (id: ${this.id}) could not be found.`),Object.assign(Object.assign({},e),{list:t})}}t.DeregisterPlatform=s,t.selectPlatforms=e=>e.platform.list,t.selectCounts=e=>e.platform.counts,t.selectPlatformTheme=(0,i.createSelector)([t.selectPlatforms,(e,t)=>t],(e,t)=>{var n;return null===(n=e.get(t))||void 0===n?void 0:n.theme}),t.selectPlatformScheme=(0,i.createSelector)([t.selectPlatforms,(e,t)=>t],(e,t)=>{var n;return null===(n=e.get(t))||void 0===n?void 0:n.scheme}),t.selectCurrentPlatform=e=>e.platform.selected,t.selectActivePlatforms=(0,i.createSelector)(t.selectPlatforms,e=>Array.from(e.values()).filter(e=>e.active)),t.selectPlatformNotifications=(0,i.createSelector)(e=>e.notifications,t.selectCurrentPlatform,(e,t)=>t?e.filter(e=>e.notification.platform===t):e),t.selectPlatformReminders=(0,i.createSelector)(e=>e.reminders,t.selectCurrentPlatform,(e,t)=>t?e.filter(e=>e.notification.platform===t):e),t.selectPlatformSearchResults=(0,i.createSelector)(e=>e.search.results,t.selectCurrentPlatform,(e,t)=>t?e.filter(e=>e.item.notification.platform===t):e),t.selectPlatformNotificationCounts=(0,i.createSelector)([t.selectCounts,(e,t)=>t],(e,t)=>e.get(t)||0)},7581:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useModalDialog=void 0;const r=n(5932),i=n(7049),o=n(6975),a=n(3413),s=n(6415);t.useModalDialog=(e,t,n,c,l,u,d)=>{const f=(0,r.useRef)(null),[h,p]=(0,r.useState)(!1),[m]=(0,i.usePosition)(),[g,v]=(0,r.useState)(0),{setTimePickerConfig:y,setDatePickerConfig:C,setMenuConfig:b,setIsTimePickerModalOpen:w,setIsDatePickerModalOpen:_,setIsMenuModalOpen:x,setModalType:O}=(0,r.useContext)(s.WebModalContext);return(0,r.useEffect)(()=>{if(h){const r=f.current,i=r?m(r):null;if(i&&r){const s={id:(0,a.randomUUID)()},h=Object.assign(Object.assign({},c(n(f),r,i)),{onDismiss:e=>{v(g+1),p(!1),l(e),"web"===u&&("time"===d?w(!1):"date"===d?_(!1):"menu"===d&&x(!1))},identity:s}),m=()=>t(s.id);return"desktop"===u?(e(h),(0,o.subscribeScrollableContainers)(r,m)):"web"===u&&(console.log("setting modal config",d),O("widget"),"time"===d?(y(Object.assign({},h)),w(!0)):"date"===d?(C(Object.assign({},h)),_(!0)):"menu"===d&&(b(Object.assign({},h)),x(!0))),()=>{r&&"desktop"===u&&(0,o.unsubscribeScrollableContainers)(r,m)}}}},[h,f.current]),[h,p,f,g]}},7586:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ROUTES=void 0,t.ROUTES={NOTIFICATIONS:"/center/notifications",SETTINGS:"/center/settings",ADVANCED_SETTINGS:"/center/settings/advanced"}},7603:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiFieldFormContainer=void 0;const i=n(7250),o=r(n(5932)),a=r(n(2230)),s=n(6370),c=n(388),l=n(1270),u=n(4116),d=n(7379),f=n(4515),h=n(3081);t.MultiFieldFormContainer=({notificationId:e,templateContent:t,fields:n,children:r})=>{const a=o.default.useRef(null),[m,g]=(0,s.useFormContainerExpander)(e),v=(0,u.useFormError)(e);return(0,c.useCollapsibleCardHeaderEdgeCaseBehavior)(a,t,m,g),(0,l.useCollapsibleCardHeaderScroll)(a,t,m),(0,h.useScrollToFirstElementOnExpand)(a,m),o.default.createElement(p,null,o.default.createElement(i.CollapsibleCardStateless,{ref:a,onExpand:g,title:o.default.createElement(f.CollapsibleCardTitle,{expanded:m,fieldTitles:n.map(e=>{var t;return null!==(t=e.label)&&void 0!==t?t:"Unlabeled Field"})}),headerSettings:{fixedHeader:!0,zIndex:1e3},expanded:m||!1},v?o.default.createElement(d.FormError,{error:v}):null,r))};const p=(0,a.default)(i.Box)` + width: 100%; + padding-top: ${e=>e.theme.px.small}; + form { + width: 100%; + } +`},7620:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SingleFieldFormContainer=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(258),u=n(9130),d=n(1827),f=n(4116),h=n(7379);t.SingleFieldFormContainer=({children:e,notificationId:t})=>{const n=(0,u.useDispatch)(),{dirty:r}=(0,l.useFormikContext)(),i=(0,f.useFormError)(t);return(0,s.useEffect)(()=>{n&&r&&n(new d.NotificationFormEditStart(t))},[r,n,t]),s.default.createElement(p,null,i?s.default.createElement(h.FormError,{error:i}):null,e)};const p=c.default.div` + padding: ${e=>e.theme.px.base}; + padding-top: ${e=>e.theme.px.small}; + padding-bottom: 0; +`},7676:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getStickyNotifications=t.getNotifications=t.NotificationToastControlBarAction=t.MinimizeAllToast=t.MinimizeToast=t.ApplyNotificationModifier=t.SubmitNotificationForm=t.initialSortedNotificationsState=void 0;const r=n(6566),i=n(0),o=n(6012);t.initialSortedNotificationsState={byId:{},byApplication:{},byStream:{}};class a extends r.KeyedAction{constructor(e,t,n){super("notifications"),this.notification=e,this.form=t,this.button=n}}t.SubmitNotificationForm=a;class s extends r.KeyedAction{constructor(e,t){super("notifications"),this.modifiers=t,this.notification=Object.assign(Object.assign({},e),{modifiers:Object.assign({},t)})}reduce(e){const{id:t}=this.notification,n=[...e],r=[...e].findIndex(e=>e.id===t),i=Object.assign(Object.assign({},n[r]),{modifiers:this.modifiers});return n[r]=i,n}}t.ApplyNotificationModifier=s;class c extends r.Action{constructor(e){super(),this.notification=e}async call(e,t){(0,o.isSticky)(this.notification.notification)&&await e.dispatch(new s(this.notification,{notSticky:!0})),await t()}reduce(e){const{notification:t}=this;return(0,o.isSticky)(t.notification)?Object.assign(Object.assign({},e),{stickyNotifications:[...e.stickyNotifications.filter(e=>e.id!==t.id)]}):e}}t.MinimizeToast=c;class l extends r.Action{constructor(e){super(),this.notifications=e}async call(e,t){const n=this.notifications.map(async t=>{await e.dispatch(new c(t))});await Promise.all(n),await t()}reduce(e){return e}}t.MinimizeAllToast=l;class u extends r.Action{constructor(e){super(),this.action=e}}t.NotificationToastControlBarAction=u,t.getNotifications=e=>e.notifications,t.getStickyNotifications=(0,i.createSelector)(t.getNotifications,e=>e.filter(e=>{var t;return(0,o.isSticky)(e.notification)&&!(null===(t=e.modifiers)||void 0===t?void 0:t.notSticky)}))},7953:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ResizeWrapper=t.ResizeContext=t.MeasureMode=void 0;const a=o(n(5932));var s;!function(e){e[e.CONSTANT=0]="CONSTANT",e[e.ONCE=1]="ONCE"}(s=t.MeasureMode||(t.MeasureMode={})),t.ResizeContext=a.createContext({});const c={margin:"0",display:"inline-block"};t.ResizeWrapper=e=>{const{children:n,onModifySize:r,onSize:i,mode:o,onResize:l}=e,u=Object.assign(Object.assign({},c),e.style),d=a.useRef(null);a.useEffect(()=>{const e=d.current;if(!e)return;const t=Array.from(e.getElementsByTagName("img"));Promise.all(t.map(e=>new Promise(t=>{e.complete&&e.naturalWidth>0?t():(e.addEventListener("load",()=>t(),{once:!0}),e.addEventListener("error",()=>t(),{once:!0}))}))).then(()=>(()=>{const{width:t,height:n}=e.getBoundingClientRect();t&&n&&i&&i({x:t,y:n})})())},o===s.ONCE?[]:[n]);const f={emitResize:e=>{if(!d.current||!l)return;const{width:t,height:n}=d.current.getBoundingClientRect();t&&n&&l({x:t,y:n+(null!=e?e:0)})},emitModify:e=>{null==r||r(null!=e?e:{x:0,y:0})}};return a.createElement(t.ResizeContext.Provider,{value:f},a.createElement("div",{ref:d,style:u},a.Children.only(n)))}},7982:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationTime=void 0;const i=n(7250),o=r(n(5932)),a=r(n(2230));t.NotificationTime=e=>{const{timeStrings:t}=e;return o.default.createElement(c,null,o.default.createElement(s,{size:"base","data-testid":"time","aria-label":`${t[1]?"":" Received"} ${t[0]}`},t[0]),t[1]?o.default.createElement(s,{size:"base","data-testid":"time"},` ${t[1]}`):o.default.createElement(o.default.Fragment,null))};const s=(0,a.default)(i.Text)` + color: ${i.Color.lightGray5}; + ${i.Mixins.textOverflow}; + white-space: pre; + line-height: 16px; +`,c=(0,a.default)(i.Box)` + top: 1px; + flex-direction: column; + align-items: flex-end; +`},8001:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.clearAllFilterSettings=void 0;const r=n(7451),i=n(7527);t.clearAllFilterSettings=e=>{e.dispatch(new i.SetSelectedCategory("all")),e.dispatch(new r.SetSelectedPlatform(void 0)),e.dispatch(new i.SetSelectedCategorySorting("date","descending"))}},8004:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.Inject=void 0,function(e){e[e.API_HANDLER=0]="API_HANDLER",e[e.CLIENT_EVENT_CONTROLLER=1]="CLIENT_EVENT_CONTROLLER",e[e.CLIENT_REGISTRY=2]="CLIENT_REGISTRY",e[e.DATABASE=3]="DATABASE",e[e.ENVIRONMENT=4]="ENVIRONMENT",e[e.EVENT_PUMP=5]="EVENT_PUMP",e[e.SCHEDULER=6]="SCHEDULER",e[e.FRAME_MANAGER=7]="FRAME_MANAGER",e[e.LAYOUTER=8]="LAYOUTER",e[e.MONITOR_MODEL=9]="MONITOR_MODEL",e[e.NOTIFICATION_CENTER=10]="NOTIFICATION_CENTER",e[e.PERSISTOR=11]="PERSISTOR",e[e.STORE=12]="STORE",e[e.TOAST_MANAGER=13]="TOAST_MANAGER",e[e.TOAST_STATE_HANDLER=14]="TOAST_STATE_HANDLER",e[e.LAYOUT_STACK=15]="LAYOUT_STACK",e[e.TRAY_ICON=16]="TRAY_ICON",e[e.WEB_WINDOW_FACTORY=17]="WEB_WINDOW_FACTORY",e[e.WINDOW_MANAGER=18]="WINDOW_MANAGER",e[e.DISPLAY_CONTROLLER=19]="DISPLAY_CONTROLLER",e[e.ANALYTICS_CONTROLLER=20]="ANALYTICS_CONTROLLER",e[e.WORKSPACE_SYNC_CONTROLLER=21]="WORKSPACE_SYNC_CONTROLLER",e[e.TOAST_CUSTOM_LOCATION_CONTROLLER=22]="TOAST_CUSTOM_LOCATION_CONTROLLER",e[e.MODAL_CONTROLLER=23]="MODAL_CONTROLLER",e[e.WINDOW_POOL=24]="WINDOW_POOL",e[e.NOTIFICATION_FORM_EDIT_MANAGER=25]="NOTIFICATION_FORM_EDIT_MANAGER",e[e.SECURITY_SETTINGS_CONTROLLER=26]="SECURITY_SETTINGS_CONTROLLER"}(n||(n={})),t.Inject=Object.keys(n).filter(e=>"string"==typeof e).reduce((e,t)=>(e[t]=t,e),{})},8017:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SetReminderModal=void 0;const s=n(7250),c=n(7451),l=n(4800),u=n(2207),d=n(5738),f=o(n(5932)),h=n(9130),p=a(n(2230)),m=n(6464),g=n(5046),v=n(9247);t.SetReminderModal=(0,h.connect)(e=>({mode:e.mode}),e=>({showModal:t=>e(new c.ShowModal(t)),raiseAnalyticsEvent:t=>e(new c.RaiseAnalyticsEvent(t))}))(({notification:e,onDismiss:t,showModal:n,getModalBounds:r,mode:i,position:o,modalType:a})=>{const[c,h]=(0,f.useState)(!0),[p,x]=(0,f.useState)(Date.now()),[O,E]=(0,f.useState)(void 0),M=(0,f.useMemo)(()=>Array.from(Array(24).keys()).map(e=>({title:`${e%12||12}:00 ${e>=12?"PM":"AM"}`,value:`${e.toString().padStart(2,"0")}:00`})),[]),j=(0,d.startOfHour)(Date.now()+(0,d.hoursToMilliseconds)(1)).valueOf(),S=(0,g.useValidation)((0,f.useCallback)(t=>{const n=(0,u.getZonedDate)(t).valueOf(),r=(0,d.startOfDay)((0,u.getZonedDate)()).valueOf(),i=e.notification.expires;return n{if(P){const n=(0,u.getZonedDate)(`${A} ${t}`).valueOf(),r=e.notification.expires;if(n<(0,u.getZonedDate)().valueOf())return"You must select a time in the future.";if(r&&(0,u.getZonedDate)(r).valueOf(){h(T&&P)},[T,P]),(0,f.useEffect)(()=>{x((0,u.getZonedDate)(`${A} ${D}`).valueOf())},[A,D,x]),(0,f.useEffect)(()=>{if("00"===D.substring(3))try{const e=parseInt(D.substring(0,2));e<24&&E(M[e])}catch(e){E(void 0)}else E(void 0)},[D,M]),f.default.createElement(y,{width:m.modalWidth,mode:i,position:o,modalType:a},f.default.createElement(C,null,f.default.createElement(b,null," Remind me in... "),f.default.createElement(w,null,f.default.createElement(l.HeaderButton,{onClick:()=>null==t?void 0:t(),"aria-label":"close"},f.default.createElement(s.Icon,{icon:"Cross1Icon",size:"base"})))),f.default.createElement(v.DateTimeInput,Object.assign({type:"Calendar",inputType:"date",getBounds:r,showModal:n,transformer:u.localDateString,width:m.dropdownModalWidth,minDate:(0,u.getZonedDate)(),initialValue:(0,u.getZonedDate)(A),mode:i},S)),f.default.createElement(v.DateTimeInput,Object.assign({type:"Menu",inputType:"time",getBounds:r,showModal:n,width:m.dropdownModalWidth,height:m.dropdownModalHeight,options:[M],selectedOption:O,mode:i},k)),f.default.createElement(_,null,f.default.createElement(s.Button,{"aria-label":"cancel-button",label:"Cancel",size:"base",kind:"textOnly",onClick:()=>null==t?void 0:t()}),f.default.createElement(s.Button,{"aria-label":"set-button",label:"Set Reminder",size:"base",kind:"primary",disabled:!c,onClick:()=>{null==t||t(p)}})))});const y=(0,p.default)(s.Box)` + ${({mode:e,position:t,modalType:n})=>"web"===e&&`\n position: ${"reminder"===n?"absolute":"initial"};\n z-index: 1001;\n // transform: translate(0%, -30%); /* Transform is necessary to position web modal correctly */\n top: ${null==t?void 0:t.top};\n left: ${null==t?void 0:t.left};\n `} + + flex-direction: column; + background-color: ${({theme:e})=>e.palette.background4}; + width: ${({width:e})=>`${e}px`}; + padding: ${({theme:e})=>e.px.base}; + user-select: none; + border: 1px solid ${({theme:e})=>e.palette.inputBackground}; +`,C=(0,p.default)(s.Box)` + align-items: center; + width: 100%; +`,b=(0,p.default)(s.Text)` + font-weight: 600; + text-transform: capitalize; +`,w=(0,p.default)(s.Box)` + margin-left: auto; +`,_=(0,p.default)(s.Box)` + width: 100%; + display: flex; + align-items: center; + justify-content: flex-end; + gap: ${({theme:e})=>e.px.xsmall}; +`},8061:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.HideIndicator=t.ShowIndicator=t.UpdateActiveDisplay=t.SelectDisplay=t.UpdateDisplayList=t.initialDisplayState=void 0;const r=n(6566),i="Default Display Set";t.initialDisplayState={selected:"",active:"",list:[]};class o extends r.Action{constructor(e){super(),this.displays=e}reduce(e){return Object.assign(Object.assign({},e),{display:Object.assign(Object.assign({},e.display),{list:this.displays})})}}t.UpdateDisplayList=o;class a extends r.Action{constructor(e){super(),this.display=e}reduce(e){return Object.assign(Object.assign({},e),{display:Object.assign(Object.assign({},e.display),{selected:this.display,active:this.display,indicator:{message:i,decorateSuccess:!0}})})}}t.SelectDisplay=a;class s extends r.Action{constructor(e){super(),this.display=e}reduce(e){return Object.assign(Object.assign({},e),{display:Object.assign(Object.assign({},e.display),{active:this.display,indicator:{message:i,decorateSuccess:!0}})})}}t.UpdateActiveDisplay=s;class c extends r.Action{constructor(e,t){super(),this.display=e,this.message=t}reduce(e){return Object.assign(Object.assign({},e),{display:Object.assign(Object.assign({},e.display),{indicator:{message:this.message,decorateSuccess:!1}})})}}t.ShowIndicator=c;class l extends r.Action{constructor(){super()}}t.HideIndicator=l},8136:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.binaryInsertNotificationSortedMap=t.removeNotificationFromSortedMaps=t.insertNotificationIntoSortedMaps=void 0;const r=n(2191);function i(e,t){var n,i,a,s,c,l;const u=Object.assign({},t);delete u[e.id];const d=Object.entries(u),f=null!==(s=null===(a=null===(i=null===(n=d[0])||void 0===n?void 0:n[1])||void 0===i?void 0:i.modifiers)||void 0===a?void 0:a.reminder)&&void 0!==s?s:null===(l=null===(c=d[0])||void 0===c?void 0:c[1])||void 0===l?void 0:l.notification.date;if(0===d.length)return{[e.id]:e};if((0,r.getSortDate)(e)>=f)return Object.fromEntries([[e.id,e],...d]);const h=o(d,e,0,d.length-1),p=d.slice(0,h),m=d.slice(h,d.length),g=[...p,[e.id,e],...m];return Object.fromEntries(g)}t.insertNotificationIntoSortedMaps=function(e,t){var n,r;const o=t.source.identity.uuid,a=null!==(r=null===(n=t.notification.stream)||void 0===n?void 0:n.id)&&void 0!==r?r:null,s=Object.assign({},e),c=i(t,e.byId),l=i(t,e.byApplication[o]);return s.byId=c,s.byApplication[o]=l,a&&(s.byStream[a]=i(t,e.byStream[a])),s},t.removeNotificationFromSortedMaps=function(e,t){var n,r,i;if(!e.byId[t.id])return e;delete e.byId[t.id];const o=t.source.identity.uuid,a=null===(n=t.notification.stream)||void 0===n?void 0:n.id;return null===(r=e.byApplication[o])||void 0===r||delete r[t.id],0===Object.keys(e.byApplication[o]).length&&delete e.byApplication[o],a&&(null===(i=e.byStream[a])||void 0===i||delete i[t.id],0===Object.keys(e.byStream[a]).length&&delete e.byStream[a]),e},t.binaryInsertNotificationSortedMap=i;const o=(e,t,n=0,i=e.length-1)=>{var a,s,c,l;const u=Math.floor((n-i)/2+n),d=null!==(c=null===(s=null===(a=e[u])||void 0===a?void 0:a[1].modifiers)||void 0===s?void 0:s.reminder)&&void 0!==c?c:null===(l=e[u])||void 0===l?void 0:l[1].notification.date;switch(!0){case d===(0,r.getSortDate)(t):return u;case i-n==0:return 0;case d<(0,r.getSortDate)(t):return o(e,t,u+1,i);case d>(0,r.getSortDate)(t):return o(e,t,n,u);default:return 0}}},8173:(e,t)=>{function n(e,t){let n;try{n=JSON.stringify(e)}catch(e){n=t}return n}Object.defineProperty(t,"__esModule",{value:!0}),t.setValidationMethod=t.validateEnvironment=t.safeStringify=t.sanitizeEventType=t.sanitizeFunction=void 0,t.sanitizeFunction=function(e){if("function"!=typeof e)throw new Error(`Invalid argument passed: ${n(e,"The provided value")} is not a valid function`);return e},t.sanitizeEventType=function(e){if("notification-action"===e||"notification-created"===e||"notification-toast-dismissed"===e||"notification-closed"===e||"notifications-count-changed"===e||"notification-form-submitted"===e||"notification-reminder-created"===e||"notification-reminder-removed"===e||"notification-form-values-changed"===e||"notification-sound-toggled"===e)return e;throw new Error(`Invalid argument passed: ${n(e,"The provided event type")} is not a valid Notifications event type`)},t.safeStringify=n,t.validateEnvironment=()=>{throw new Error("fin is not defined. The openfin-notifications module is only intended for use in an OpenFin application.")},t.setValidationMethod=e=>{t.validateEnvironment=e}},8180:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SettingsPanel=void 0;const s=n(7250),c=o(n(5932)),l=n(9130),u=a(n(2230)),d=n(7451),f=n(6764),h=n(5898),p=n(660),m=n(7586),g=n(925),v=n(2984),y=n(978),C=n(6406),b=c.default.createElement(y.Switch,null,c.default.createElement(y.Route,{path:m.ROUTES.ADVANCED_SETTINGS,exact:!0},c.default.createElement(C.AdvancedSettingsView,null)),c.default.createElement(y.Route,{path:m.ROUTES.SETTINGS,exact:!0},c.default.createElement(h.SettingsView,null))),w=({closeCenter:e})=>{const t=(0,c.useContext)(p.HistoryContext);return c.default.createElement(y.Switch,null,c.default.createElement(y.Route,{path:m.ROUTES.ADVANCED_SETTINGS,exact:!0},c.default.createElement(f.Header,{title:"Advanced Settings",onClose:e,onBack:()=>t.push(m.ROUTES.SETTINGS)})),c.default.createElement(y.Route,{path:m.ROUTES.SETTINGS,exact:!0},c.default.createElement(f.Header,{title:"Settings",onClose:e,onBack:()=>t.push(m.ROUTES.NOTIFICATIONS)})))},_=(0,u.default)(s.Box)` + background: ${({theme:e})=>e.palette.background2}; + border: 1px solid ${({theme:e})=>e.palette.background4}; + height: 100%; + + &:after { + position: absolute; + content: ''; + pointer-events: none; + top: 1px; + left: 1px; + right: 1px; + bottom: 1px; + box-shadow: 0 0 1px 1px ${({theme:e})=>e.palette.background4}; + } +`,x=(0,u.default)(s.Box)` + background: ${({theme:e})=>e.palette.background1}; + color: ${({theme:e})=>e.palette.textDefault}; + left: ${({theme:e})=>e.px.xxxxlarge}; + top: ${({theme:e})=>e.px.xxxxlarge}; + padding: ${({theme:e})=>e.px.xsmall}; + user-select: none; + position: absolute; + visibility: hidden; +`,O=(0,u.default)(s.Box)` + &:hover ${x} { + visibility: visible !important; + } +`;t.SettingsPanel=(0,l.connect)(void 0,e=>({closeCenter:()=>e(new d.ToggleCenterVisibility(d.ToggleCenterVisibilitySource.BUTTON,!1))}))(({closeCenter:e})=>{const[t,n]=(0,c.useState)(!1);return c.default.createElement(_,{flexDirection:"column"},c.default.createElement(g.GlobalProviderStyles,null),c.default.createElement(O,{onDoubleClick:()=>n(!t)},c.default.createElement(w,{closeCenter:e}),t&&c.default.createElement(x,null,"Notification Center Version: ",(0,v.getVersion)())),b)})},8281:function(e,t,n){var r,i=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.Store=void 0;const a=n(4352),s=n(6566),c=n(5785),l=n(4673);let u=class extends s.Store{constructor(e){super(e),this._initialized=new c.DeferredPromise}get initialized(){return this._initialized.promise}delayedInit(){return this.init().then(()=>{this._initialized.resolve(this)}),this._initialized.promise}};u=i([(0,a.injectable)(),o("design:paramtypes",["function"==typeof(r=void 0!==l.RootState&&l.RootState)?r:Object])],u),t.Store=u},8318:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.PlatformsPanel=t.PlatformsPanelComponent=void 0;const s=o(n(5932)),c=n(9130),l=n(7451),u=a(n(2230)),d=n(746),f=n(7250);t.PlatformsPanelComponent=e=>{const{platforms:t,currentPlatform:n,allNotificationsCount:r,setSelectedPlatform:i,platformCount:o}=e,a=e=>{i(e)};return t.length>1||t.length>0&&o(t[0].id)!==r?s.createElement(h,{"data-testid":"platform-select-container"},s.createElement(d.PlatformIcon,{title:"All",onPlatformSelect:a,selected:!n,count:r}),s.createElement(p,null),t.map(e=>s.createElement(d.PlatformIcon,{selected:n===e.id,key:`p-icon-${e.id}`,id:e.id,icon:e.icon,title:e.title,onPlatformSelect:a,count:o(e.id)}))):s.createElement(s.Fragment,null)};const h=(0,u.default)(f.Box)` + display: flex; + flex-direction: row; + overflow-x: auto; + overflow-y: hidden; + margin: ${({theme:e})=>`0 ${e.px.large}`}; + padding: ${({theme:e})=>`${e.px.large} 0 ${e.px.xsmall} 0`}; +`,p=(0,u.default)(f.Box)` + border-right: 1px ${({theme:e})=>e.palette.textDefault} solid; + height: ${({theme:e})=>e.px.xxxlarge}; +`;t.PlatformsPanel=(0,c.connect)(e=>({platforms:(0,l.selectActivePlatforms)(e),currentPlatform:(0,l.selectCurrentPlatform)(e),allNotificationsCount:e.notifications.length,platformCount:t=>(0,l.selectPlatformNotificationCounts)(e,t)}),e=>({setSelectedPlatform:t=>e(new l.SetSelectedPlatform(t))}))(t.PlatformsPanelComponent)},8320:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UpdateReminder=t.TimeoutReminder=t.CancelReminderAndRecreateNotification=t.CancelReminder=t.SetReminderThroughUI=t.SetReminder=void 0;const r=n(6566),i=n(768),o=n(7031),a=n(7451),s=n(7234);class c extends r.KeyedAction{constructor(e){super("reminders"),this.reminder=e}async call(e,t){const n=e.state.reminders.find(e=>e.id===this.reminder.id);n&&await e.dispatch(new l(n)),e.state.notifications.some(e=>e.id===this.reminder.id)&&await e.dispatch(new a.RemoveNotifications([this.reminder])),await t()}reduce(e){return[...e,this.reminder]}}t.SetReminder=c,t.SetReminderThroughUI=class extends c{constructor(e){super(e),this.reminder=e}async call(e,t){await super.call(e,t),e.state.settings.tutorials.reminders||(await e.dispatch(new a.CreateNotification((0,i.makeRemindersTutorialNotification)(this.reminder.notification.icon,this.reminder.source))),await e.dispatch(new s.RemindersTutorialComplete))}};class l extends r.KeyedAction{constructor(e){super("reminders"),this.reminder=e}reduce(e){return e.filter(e=>e.id!==this.reminder.id)}}t.CancelReminder=l,t.CancelReminderAndRecreateNotification=class extends l{constructor(e){super(e),this.reminder=e}async call(e,t){const n=Object.assign({},this.reminder.modifiers);delete n.reminder,await e.dispatch(new a.CreateNotification(Object.assign(Object.assign({},this.reminder),{modifiers:n}))),await t()}reduce(e){return super.reduce(e)}};class u extends r.KeyedAction{constructor(e){super("reminders"),this.reminderId=e}async call(e,t){const n=e.state.reminders.find(e=>e.id===this.reminderId);n?(await e.dispatch(new a.CreateNotification(n)),await t()):console.warn(`Reminder(${this.reminderId}) was not found in the store.`)}reduce(e){return e.filter(e=>e.id!==this.reminderId)}}t.TimeoutReminder=u;class d extends r.KeyedAction{constructor(e){super("reminders"),this.updatePayload=e,this._updatedReminder=null}get updatedReminder(){return this._updatedReminder}reduce(e){const t=[...e];return this._updatedReminder=(0,o.updateCollection)(t,this.updatePayload),[...t]}}t.UpdateReminder=d},8364:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8602:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetFocusedNotification=void 0;const r=n(6566);class i extends r.KeyedAction{constructor(e){super("focusedNotification"),this.notificationId=e}reduce(e){return Object.assign(Object.assign({},e),{notificationId:this.notificationId})}}t.SetFocusedNotification=i},8684:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.RequestNotificationFormCustomValidation=void 0;const r=n(6566);class i extends r.Action{constructor(e,t){super(),this.notification=e,this.form=t}async call(e,t){await t()}}t.RequestNotificationFormCustomValidation=i},8728:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useIsStateUpdate=void 0;const r=n(5932);t.useIsStateUpdate=(e,t)=>{const[n,i]=(0,r.useState)(e),[o,a]=(0,r.useState)(!1),s=(0,r.useRef)(!1);return(0,r.useEffect)(()=>{s.current?(t(n,e)&&a(!0),i(e)):s.current=!0},[e]),[o,()=>a(!1)]}},8740:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SettingsNavigationTitle=void 0;const i=r(n(5932)),o=n(7250),a=r(n(2230));t.SettingsNavigationTitle=({onClick:e,title:t})=>i.default.createElement(s,{as:"button",onClick:e},i.default.createElement(o.Text,{size:"large"},t),i.default.createElement(o.Icon,{icon:"ArrowRightIcon",size:"base"}));const s=(0,a.default)(o.Box)` + flex-direction: row; + justify-content: space-between; + align-items: center; + border: none; + background: none; + cursor: pointer; + color: inherit; + font-family: inherit; +`},8768:function(e,t){var n=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{if(!e)return[[],{}];if(e.hasOwnProperty.call(e,"fields")){const t=e,{fields:r}=t;return[r,n(t,["fields"])]}return[e,{}]}},8833:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.useLoaded=t.LoadState=void 0;const a=o(n(5932));var s;!function(e){e.LOADING="loading",e.ERROR="error",e.LOADED="loaded"}(s=t.LoadState||(t.LoadState={})),t.useLoaded=(e="",t)=>{const[n,r]=a.useState(s.LOADING);return a.useEffect(()=>{if(!e&&!t)return;const n=new Image;let i=!0;return n.onload=()=>i&&r(s.LOADED),n.onerror=()=>i&&r(s.ERROR),n.src=e,t&&(n.srcset=t),()=>{i=!1}},[e,t]),n}},8883:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Aggregators=class{static ARRAY(e){return e}static AWAIT(e){return Promise.all(e)}static async AWAIT_VOID(e){await Promise.all(e)}},t.Signal=class{constructor(e){this._slots=[],this.aggregator=e||null}get slots(){return this._slots}add(e,t){const n={callback:e,context:t,remove:()=>this.removeSlot(n)};return this._slots.push(n),n}remove(e,t){const n=this._slots.findIndex(n=>n.callback===e&&n.context===t);return n>=0&&(this._slots.splice(n,1),!0)}has(e,t){return this._slots.findIndex(n=>n.callback===e&&n.context===t)>=0}emit(...e){const t=this._slots.slice();return this.aggregator?this.aggregator(t.map(t=>t.callback.apply(t.context,e))):void t.forEach(t=>t.callback.apply(t.context,e))}removeSlot(e){const t=this._slots.indexOf(e);t>=0&&this._slots.splice(t,1)}}},8898:e=>{e.exports=x},8899:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.alignModalToParent=void 0,t.alignModalToParent=function(e,t){return{x:e.left+t.left,y:e.top+t.top+t.height+3,offsetX:t.width,offsetY:-(t.height+6)}}},8904:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CategoriesPanel=t.CategoriesPanelComponent=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(9130),u=n(7250),d=n(7527),f=n(7230),h=[Object.keys(d.CategoryNamesMap).map(e=>({value:e,title:d.CategoryNamesMap[e]}))];t.CategoriesPanelComponent=({onClearAll:e,setSelectedCategory:t,setSelectedCategorySorting:n,selectedCategory:r,selectedSortType:i,selectedSortDirection:o})=>{const[a,c]=(0,s.useState)(!1),[l,d]=(0,s.useState)(o);return(0,s.useEffect)(()=>{c("reminders"===r&&"date"===i)},[r,i]),(0,s.useEffect)(()=>{a&&n("date","ascending")},[a,n]),(0,s.useEffect)(()=>{d(a?"ascending":o)},[a,o]),s.default.createElement(p,{flexDirection:"column"},s.default.createElement(m,null,s.default.createElement(u.DropdownMenu,{selected:h[0].find(e=>e.value===r),options:h,onChange:e=>t(e.value)})),s.default.createElement(g,null,s.default.createElement(f.CategoriesSortingSelect,{selectedCategory:r,selectedSortType:i,selectedSortDirection:l,onChange:e=>{n(e.value.type,e.value.direction)}}),s.default.createElement(v,{"data-testid":"clearall",onClick:e},"Clear All")))};const p=(0,c.default)(u.Box)` + align-items: center; + justify-content: space-between; + padding: ${({theme:e})=>e.px.large}; + row-gap: ${({theme:e})=>e.px.small}; + + border-bottom: 1px solid ${({theme:e})=>e.palette.background4}; +`,m=c.default.div` + width: 100%; +`,g=(0,c.default)(u.Box)` + width: 100%; + align-items: center; + justify-content: space-between; + row-gap: ${({theme:e})=>e.px.small}; +`,v=c.default.button` + background: transparent; + border: none; + color: ${({theme:e})=>e.palette.textDefault}; + cursor: pointer; + font-size: ${({theme:e})=>e.fontSize.base}; + user-select: none; +`;t.CategoriesPanel=(0,l.connect)(e=>({selectedCategory:e.categories.selectedCategory,selectedSortType:e.categories.sortType,selectedSortDirection:e.categories.sortDirection}),e=>({setSelectedCategory:t=>e(new d.SetSelectedCategory(t)),setSelectedCategorySorting:(t,n)=>{e(new d.SetSelectedCategorySorting(t,n))}}))(t.CategoriesPanelComponent)},8912:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(3955),t),i(n(3713),t)},8917:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SetNotificationFormStatusOptions=void 0;const r=n(6566),i=n(5425),o=n(7451),a=n(96);class s extends r.Action{constructor(e){super(),this.notificationFormStatusOptions=e}async call(e,t){if("submitted"===this.notificationFormStatusOptions.formStatus){const t=e.state.notifications.find(e=>e.id===this.notificationFormStatusOptions._notificationId);if(!t)throw new Error(`SetNotificationFormStatusOptions was invoked without notification ${this.notificationFormStatusOptions._notificationId}`);await(0,i.getTargetOrError)(e,t.notification)&&await(0,a.debounce)(()=>Promise.all([e.dispatch(new o.RemoveNotifications([t]))]),500)()}await t()}reduce(e){var t,n;const r=null!==(n=null===(t=e.activeForms)||void 0===t?void 0:t.forms)&&void 0!==n?n:[],i=r.find(e=>e.notificationId===this.notificationFormStatusOptions._notificationId);return Object.assign(Object.assign({},e),{activeForms:Object.assign(Object.assign({},e.activeForms),{focusedFormNotificationId:this.notificationFormStatusOptions._notificationId,forms:[{notificationId:this.notificationFormStatusOptions._notificationId,formStatusOptions:Object.assign(Object.assign({},null==i?void 0:i.formStatusOptions),this.notificationFormStatusOptions)},...r.filter(e=>e.notificationId!==this.notificationFormStatusOptions._notificationId)]})})}}t.SetNotificationFormStatusOptions=s},9004:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Header=void 0;const i=n(7250),o=r(n(5932)),a=r(n(2230));t.Header=({title:e,hasControls:t=!1,itemCount:n,isExpandable:r=!1,isExpanded:i=!1,onToggleExpanded:a,onClearAll:g,onPopOutFrame:v,onKeyDown:y})=>{const C=i?"Show Fewer":`Show All (${n})`;return o.default.createElement(s,null,o.default.createElement(c,{"data-testid":"group-title",tabIndex:t?0:-1,onKeyDown:t?e=>null==y?void 0:y(e.nativeEvent):void 0,"aria-label":`Notifications from ${e}`,role:t?"listitem":void 0},v&&o.default.createElement(l,{onClick:v,icon:"ExternalLinkIcon"}),t?o.default.createElement(p,null,e):o.default.createElement(m,null,e),t&&o.default.createElement(u,null,r&&o.default.createElement(o.default.Fragment,null,o.default.createElement(f,{onClick:a,width:107,"aria-label":`${C} notifications from ${e}`},C),o.default.createElement(h,null)),o.default.createElement(d,{onClick:g,"data-testid":"clear","aria-label":`Clear all notifications from ${e}`},"Clear"))))};const s=(0,a.default)(i.Box)` + margin-bottom: ${({theme:e})=>e.px.base}; + height: ${({theme:e})=>e.px.xlarge}; + align-items: center; +`,c=(0,a.default)(i.Box)` + align-items: center; + width: 100%; + gap: ${({theme:e})=>e.px.small}; +`,l=(0,a.default)(i.Icon)` + cursor: pointer; +`,u=(0,a.default)(i.Box)` + flex-direction: row; + align-items: center; + margin-left: auto; +`,d=a.default.button` + font-size: ${({theme:e})=>e.px.base}; + font-weight: ${({theme:e})=>e.fontWeight.normal}; + line-height: ${({theme:e})=>e.px.base}; + color: ${({theme:e})=>e.palette.textDefault}; + font-style: normal; + letter-spacing: 0px; + text-align: center; + cursor: pointer; + background-color: transparent; + border: none; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + word-wrap: break-word; +`,f=(0,a.default)(d)` + max-width: 107px; +`,h=a.default.div` + height: ${({theme:e})=>e.px.large}; + margin: 0 ${({theme:e})=>e.px.small}; + width: 0px; + border: 1px solid rgba(255, 255, 255, 0.1); +`,p=a.default.h2` + margin-right: ${({theme:e})=>e.px.small}; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +`,m=a.default.h3` + font-weight: ${({theme:e})=>e.fontWeight.bold}; + font-size: ${({theme:e})=>e.fontSize.large}; + line-height: ${({theme:e})=>e.px.large}; + font-style: normal; +`},9052:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalComponent=void 0;const a=n(7250),s=n(8017),c=o(n(5932)),l=o(n(2230)),u=n(6464),d=n(6415);t.ModalComponent=e=>{const{type:t,onDismiss:n,mode:r}=e,[i,o]=(0,c.useState)(null),l=(0,c.useCallback)(e=>{null==n||n(null!=e?e:i)},[i,n]),{modalType:p}=c.default.useContext(d.WebModalContext);return(()=>{var n,i;switch(t){case"Menu":return c.default.createElement(h,{mode:r,position:e.webPosition,modalType:p},c.default.createElement(a.Menu,{header:e.header,width:`${e.width}px`,height:`${e.height}px`,options:e.options,selected:e.selectedOption,onChange:e=>{l(e.value)}}));case"Calendar":{const t=e.minDate?new Date(e.minDate):void 0,s=e.maxDate?new Date(e.maxDate):void 0;return c.default.createElement(m,{width:null!==(n=e.width)&&void 0!==n?n:u.defaultCalendarWidth,mode:r,position:e.webPosition,modalType:p},c.default.createElement(a.Calendar,{value:null!==(i=e.initialValue)&&void 0!==i?i:null,minDate:t,maxDate:s,onChange:e=>o(e),onDismiss:()=>l()}))}case"CustomReminderModal":return c.default.createElement(s.SetReminderModal,{notification:e.notification,onDismiss:l,getModalBounds:e.queryModalBounds,position:e.webPosition,modalType:p});default:return c.default.createElement(f,null," Unknown Modal ")}})()};const f=(0,l.default)(a.Box)``,h=l.default.div` + ${({mode:e,position:t,modalType:n})=>"web"===e&&`\n position: ${"reminder"===n?"absolute":"initial"};\n z-index: 1001;\n top: ${null==t?void 0:t.top};\n left: ${null==t?void 0:t.left}\n `} +`,p=l.css` + /* stylelint-disable no-descending-specificity */ + /* stylelint-disable property-no-vendor-prefix */ + .react-calendar { + width: 350px; + max-width: 100%; + background: white; + border: 1px solid #a0a096; + font-family: 'Arial', 'Helvetica', sans-serif; + line-height: 1.125em; + } + + .react-calendar--doubleView { + width: 700px; + } + + .react-calendar--doubleView .react-calendar__viewContainer { + display: flex; + margin: -0.5em; + } + + .react-calendar--doubleView .react-calendar__viewContainer > * { + width: 50%; + margin: 0.5em; + } + + .react-calendar, + .react-calendar *, + .react-calendar *:before, + .react-calendar *:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + } + + .react-calendar button { + margin: 0; + border: 0; + outline: none; + } + + .react-calendar button:enabled:hover { + cursor: pointer; + } + + .react-calendar__navigation { + display: flex; + height: 44px; + margin-bottom: 1em; + } + + .react-calendar__navigation button { + min-width: 44px; + background: none; + } + + .react-calendar__navigation button:disabled { + background-color: #f0f0f0; + } + + .react-calendar__navigation button:enabled:hover, + .react-calendar__navigation button:enabled:focus { + background-color: #e6e6e6; + } + + .react-calendar__month-view__weekdays { + text-align: center; + text-transform: uppercase; + font: inherit; + font-size: 0.75em; + font-weight: bold; + } + + .react-calendar__month-view__weekdays__weekday { + padding: 0.5em; + } + + .react-calendar__month-view__weekNumbers .react-calendar__tile { + display: flex; + align-items: center; + justify-content: center; + font: inherit; + font-size: 0.75em; + font-weight: bold; + } + + .react-calendar__month-view__days__day--weekend { + color: #d10000; + } + + .react-calendar__month-view__days__day--neighboringMonth, + .react-calendar__decade-view__years__year--neighboringDecade, + .react-calendar__century-view__decades__decade--neighboringCentury { + color: #757575; + } + + .react-calendar__year-view .react-calendar__tile, + .react-calendar__decade-view .react-calendar__tile, + .react-calendar__century-view .react-calendar__tile { + padding: 2em 0.5em; + } + + .react-calendar__tile { + max-width: 100%; + padding: 10px 6.6667px; + background: none; + text-align: center; + font: inherit; + font-size: 0.833em; + } + + .react-calendar__tile:disabled { + background-color: #f0f0f0; + color: #ababab; + } + + .react-calendar__month-view__days__day--neighboringMonth:disabled, + .react-calendar__decade-view__years__year--neighboringDecade:disabled, + .react-calendar__century-view__decades__decade--neighboringCentury:disabled { + color: #cdcdcd; + } + + .react-calendar__tile:enabled:hover, + .react-calendar__tile:enabled:focus { + background-color: #e6e6e6; + } + + .react-calendar__tile--now { + background: #ffff76; + } + + .react-calendar__tile--now:enabled:hover, + .react-calendar__tile--now:enabled:focus { + background: #ffffa9; + } + + .react-calendar__tile--hasActive { + background: #76baff; + } + + .react-calendar__tile--hasActive:enabled:hover, + .react-calendar__tile--hasActive:enabled:focus { + background: #a9d4ff; + } + + .react-calendar__tile--active { + background: #006edc; + color: white; + } + + .react-calendar__tile--active:enabled:hover, + .react-calendar__tile--active:enabled:focus { + background: #1087ff; + } + + .react-calendar--selectRange .react-calendar__tile--hover { + background-color: #e6e6e6; + } + /* stylelint-enable property-no-vendor-prefix */ + /* stylelint-enable no-descending-specificity */ +`,m=(0,l.default)(a.Box)` + ${({mode:e,position:t,modalType:n})=>"web"===e&&`\n position: ${"reminder"===n?"absolute":"initial"};\n z-index: 1002;\n top: ${null==t?void 0:t.top};\n left: ${null==t?void 0:t.left};\n `} + + width: ${({width:e})=>`${e}px`}; + + ${p} + + /* stylelint-disable no-descending-specificity */ + .react-calendar { + min-width: 230px; + width: 100%; + background-color: ${({theme:e})=>e.palette.background4}; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + border: 1px solid ${({theme:e})=>e.palette.background6}; + } + + .react-calendar__navigation { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + margin: 0; + } + + .react-calendar__navigation__arrow { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.large}; + + :disabled { + color: ${({theme:e})=>e.palette.inputDisabled}; + } + } + + .react-calendar__navigation__label { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + font-size: ${({theme:e})=>e.fontSize.base}; + } + + .react-calendar__viewContainer { + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.inputColor}; + font-size: ${({theme:e})=>e.fontSize.base}; + } + + .react-calendar__month-view__weekdays { + text-decoration: none; + text-transform: none; + font-weight: normal; + font-size: ${({theme:e})=>e.fontSize.base}; + + abbr { + text-decoration: none; + } + } + + .react-calendar__tile { + display: flex; + align-items: center; + justify-content: center; + background-color: ${({theme:e})=>e.palette.background4} !important; + color: ${({theme:e})=>e.palette.textDefault}; + border-radius: 100px; + aspect-ratio: 1/1; + cursor: pointer; + + :disabled { + color: ${({theme:e})=>e.palette.textInactive}; + cursor: not-allowed; + + :hover { + border: none; + } + } + + :hover { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + border-radius: 100px; + } + + :focus { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + border-radius: 100px; + } + } + + .react-calendar__tile--now { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary} !important; + border-radius: 100px; + } + + .react-calendar__tile--active { + background-color: ${({theme:e})=>e.palette.brandPrimary} !important; + color: ${({theme:e})=>e.palette.brandPrimaryText}; + border-radius: 100px; + + :focus { + border: 2px solid ${({theme:e})=>e.palette.brandPrimary}; + color: ${({theme:e})=>e.palette.textDefault}; + border-radius: 100px; + } + } +`},9130:e=>{e.exports=O},9136:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.WindowConsumer=t.WindowProvider=t.WindowContext=void 0;const a=o(n(5932));t.WindowContext=a.createContext(window),t.WindowProvider=t.WindowContext.Provider,t.WindowConsumer=t.WindowContext.Consumer},9173:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OpenFrame=void 0;const r=n(6566);class i extends r.Action{constructor(e,t,n){super(),this.key=e,this.isStream=t,this.platformId=n}}t.OpenFrame=i},9183:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{var{themes:t,children:n}=e,i=r(e,["themes","children"]);const s={light:(0,o.createTheme)({brandPrimary:"#0A76D3"}),dark:(0,o.createTheme)({brandPrimary:"#0A76D3"})};return a.default.createElement(o.ThemeProvider,Object.assign({themes:null!=t?t:s},i),n)}},9205:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardButtonGroup=void 0;const s=o(n(5932)),c=a(n(2230)),l=n(7250),u=a(n(6992)),d=n(9136),f=n(3087),h=n(5387),p=n(2200);t.CardButtonGroup=e=>{var t;const n=(0,s.useContext)(d.WindowContext),r=[...null!==(t=e.buttons)&&void 0!==t?t:[]],i=r[0],o=null==i?void 0:i.cta,a=r.find(e=>e.submit);let c=!1,v=(e,t)=>t.onClick(e,t);const y=(0,s.useContext)(f.FormikProxyContext).formikProps,[C]=(0,h.useStateButtonOptionsOverrides)(e.notificationId,[i]);a&&(y?(c=!y.isValid,v=y.submitForm):(c=!0,v=void 0));const b=(0,h.useStateButtonOptionsOverrides)(e.notificationId,r);if(r.length<=2&&o||r.length<=1)return s.default.createElement(s.default.Fragment,null,r.map((t,n)=>{const r=b[n];return s.default.createElement(m,Object.assign({},t,{title:r.buttonText,onClick:t.submit?e=>v&&r.canSubmit?v(e,t):(0,u.default)():e=>t.onClick(e,t),size:"base",kind:o||t.submit?l.ButtonKind.primary:l.ButtonKind.textOnly,disabled:c,key:n,"data-testid":`nft-btn-${n}`,tabIndex:e.tabIndexOverride,applySubmittedColor:r.isSubmitted&&r.hasOverrides&&t.submit}),s.default.createElement(p.ButtonLabel,{overrides:r,button:t}))}));{const t=r.slice(1).map(t=>({title:t.title,onClick:n=>{var r;t.onClick(n,t),null===(r=e.raiseAnalyticsEvent)||void 0===r||r.call(e,{type:e.isToast?"Toast":"Notification",action:"Select Secondary Button",value:t.title,data:{id:e.notificationId}})}})),a={title:C.buttonText,label:C.buttonText,onClick:i.submit?e=>v&&C.canSubmit?v(e,i):(0,u.default)():t=>{var n;i.onClick(t,i),null===(n=e.raiseAnalyticsEvent)||void 0===n||n.call(e,{type:e.isToast?"Toast":"Notification",action:"Select Primary Button",value:C.buttonText,data:{id:e.notificationId}})},size:"base",kind:o||i.submit?l.ButtonKind.primary:l.ButtonKind.textOnly,disabled:c,secondaryButtons:t,closePanelOnSecondaryButtonClick:!0,expandDirection:l.ExpandDirection.Up,document:n.document};return s.default.createElement(g,Object.assign({applySubmittedColor:C.isSubmitted&&C.hasOverrides},a,{tabIndex:e.tabIndexOverride}))}};const m=(0,c.default)(l.Button)` + background-color: ${({applySubmittedColor:e,theme:t})=>e?t.palette.statusSuccess:void 0} !important; + flex-shrink: 1; + overflow: hidden; +`,g=(0,c.default)(l.ExpandableButton)` + div { + background-color: ${({applySubmittedColor:e,theme:t})=>e?t.palette.statusSuccess:void 0} !important; + ${l.Mixins.textOverflow} + white-space: nowrap; + text-overflow: ellipsis; + display: block; + overflow: hidden; + padding: 0; + } +`},9247:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i{const{inputType:t,value:n,message:r,getBounds:i,showModal:o,updateValue:s,transformer:d,mode:p}=e,m=a(e,["inputType","value","message","getBounds","showModal","updateValue","transformer","mode"]),{setIsDatePickerModalOpen:g,setDatePickerConfig:v,setIsTimePickerModalOpen:y,setTimePickerConfig:C,setModalType:b}=(0,u.useContext)(f.WebModalContext),[w,_]=(0,u.useState)(!1),[x,O]=(0,u.useState)(0),[E,M]=(0,u.useState)(),j=(0,u.createRef)();(0,u.useEffect)(()=>{M(r?"critical":void 0)},[r]);const S=(0,u.useCallback)(e=>{if(e.current){const t=i(),n=e.current.getBoundingClientRect();return(0,l.alignModalToParent)(t,{left:n.left,top:n.top,width:n.right-n.left,height:n.bottom-n.top})}return null},[i]),P=(0,u.useCallback)(e=>{if(_(!1),e){const t=d?d(e):e;s(t),O(x+1)}"date"===t?g(!1):"time"===t&&y(!1)},[x,d,s,t,g,y]),A=(0,u.useCallback)(e=>{var n;if(_(!w),w)"web"===p&&("date"===t?g(!1):"time"===t&&y(!1));else if("desktop"===p){const r=null!==(n=S(j))&&void 0!==n?n:{x:e.screenX,y:e.screenY},i=Object.assign(Object.assign({identity:{id:`${t}-input-dropdown-modal`,parentId:"custom-reminder-select-menu-modal"}},m),{position:r,onDismiss:P});o(i)}else if("web"===p){const n={x:e.clientX,y:e.clientY},r=Object.assign(Object.assign({identity:{id:`${t}-input-dropdown-modal`,parentId:"custom-reminder-select-menu-modal"}},m),{position:n,onDismiss:P});b("reminder"),"date"===t?(v(r),g(!0),y(!1)):"time"===t&&(C(r),y(!0),g(!1))}},[w,p,S,j,t,m,P,o,b,v,g,y,C]);return u.default.createElement(h,null,u.default.createElement(c.DateInput,{type:t,expanded:w,status:E,message:r,ref:j,label:t,value:n,key:`${t}-input-rev-${x}`,onExpand:A,onChange:e=>s(e.target.value)}))};const h=(0,d.default)(c.Box)` + width: 100%; + padding-bottom: ${({theme:e})=>e.px.small}; + + & > * { + width: 100%; + } +`},9588:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DisplaySelector=t.DisplaySelectorComponent=void 0;const s=o(n(5932)),c=n(9130),l=a(n(2230)),u=n(7250),d=n(8061);t.DisplaySelectorComponent=({title:e,description:t,displays:n,selectedDisplay:r,selectDisplay:i,showIndicator:o,hideIndicator:a,raiseAnalyticsEvent:c})=>{var l;const[d,m]=(0,s.useState)(),[g,v]=(0,s.useState)([[]]);return(0,s.useEffect)(()=>{let e=0;const t=n.map((t,n)=>{const i={title:`Display ${n+1}`,value:{display:t,index:n}};return t===r&&(e=n),i});v([t]),m(t[e])},[n,r]),s.default.createElement(f,null,s.default.createElement(h,{size:u.Size.large},e),s.default.createElement(p,{size:u.Size.base},t),s.default.createElement(u.DropdownMenu,{key:null!==(l=null==d?void 0:d.title)&&void 0!==l?l:"No Display",options:g,onChange:e=>{const t=e.value;i(t.display),null==c||c({type:"Settings",action:"Change Display",value:`${t.index+1}`,skipValueHashing:!0})},onOptionHover:e=>{const t=e;t?o(t.display,`Display ${t.index+1}`):a()},selected:d}))};const f=(0,l.default)(u.Box)` + flex-direction: column; +`,h=(0,l.default)(u.Text).attrs({as:"label"})` + margin-bottom: ${({theme:e})=>e.px.small}; +`,p=(0,l.default)(u.Text).attrs({as:"label"})` + margin-bottom: ${({theme:e})=>e.px.large}; + color: ${({theme:e})=>e.palette.textHelp}; +`;t.DisplaySelector=(0,c.connect)(e=>({displays:e.display.list,selectedDisplay:e.display.selected}),e=>({selectDisplay:t=>e(new d.SelectDisplay(t)),showIndicator:(t,n)=>e(new d.ShowIndicator(t,n)),hideIndicator:()=>e(new d.HideIndicator)}))(t.DisplaySelectorComponent)},9594:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DateWidgetComponent=t.DateWidgetComponentConnected=void 0;const i=r(n(5932)),o=n(258),a=n(7451),s=n(9130),c=n(7250),l=n(6464),u=n(67),d=n(7260),f=n(1971),h=n(5232),p=n(5484),m=n(4691),g=n(9816),v=n(6415);t.DateWidgetComponentConnected=e=>i.default.createElement(o.Field,{name:e.field.key,component:y,dateField:e.field,showModal:e.showModal,hideModal:e.hideModal,formSettings:e.formSettings,raiseAnalytics:e.raiseAnalytics,mode:e.mode});const y=({field:e,showModal:t,hideModal:n,dateField:r,form:o,formSettings:a,raiseAnalytics:s,mode:y})=>{var C,b;(0,p.useRaiseFieldAnalytics)(r,s,e.value?t=>(0,m.fieldValueAsString)(e.value):void 0);const[w,_,x,O]=(0,u.useCalendarModalDialog)(e=>{o.setFieldTouched(r.key,!0),o.setFieldValue(r.key,(0,m.dateToFieldValue)(e))},t,n,e=>{var t;return{width:null===(t=null==e?void 0:e.current)||void 0===t?void 0:t.clientWidth,height:l.dropdownModalHeight}},()=>o.setFieldTouched(r.key,!0),e.value?(0,m.fieldValueToDate)(e.value):void 0,null===(C=r.widget)||void 0===C?void 0:C.minDate,null===(b=r.widget)||void 0===b?void 0:b.maxDate,y),{modalType:E,isDatePickerModalOpen:M}=i.default.useContext(v.WebModalContext),j=o.errors[e.name]&&o.touched[e.name]?"critical":void 0;return i.default.createElement(d.InputContainer,{flexDirection:"column"},i.default.createElement(c.DateInput,{label:(0,h.getLabelText)(r,a),key:`${r.key}-${O}`,value:e.value?(0,m.fieldValueAsString)(e.value):void 0,helperText:r.helperText,type:"date",onChange:e=>{isNaN(Date.parse(e.target.value))||o.setFieldValue(r.key,(0,m.dateToFieldValue)(new Date(Date.parse(e.target.value))))},expanded:w,ref:x,onExpand:()=>_(!w),status:j}),"web"===y&&"widget"===E&&M&&i.default.createElement(g.WebModalComponent,{mode:y}),i.default.createElement(f.ErrorLabel,{name:e.name}))};t.DateWidgetComponent=(0,s.connect)(e=>({mode:e.mode}),e=>({showModal:t=>e(new a.ShowModal(t)),hideModal:t=>e(new a.HideModal(t))}))(t.DateWidgetComponentConnected)},9603:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.APITopic=t.getChannelName=t.SERVICE_CHANNEL=t.SERVICE_IDENTITY=void 0,t.SERVICE_IDENTITY={uuid:"notifications-service",name:"notifications-service"},t.SERVICE_CHANNEL="of-notifications-service-v1",t.getChannelName=e=>e===t.SERVICE_IDENTITY.uuid?t.SERVICE_CHANNEL:`${e}-${t.SERVICE_CHANNEL}`,(n=t.APITopic||(t.APITopic={})).CREATE_NOTIFICATION="create-notification",n.UPDATE_NOTIFICATION="update-notification",n.CLEAR_NOTIFICATION="clear-notification",n.GET_APP_NOTIFICATIONS="fetch-app-notifications",n.CLEAR_APP_NOTIFICATIONS="clear-app-notifications",n.TOGGLE_NOTIFICATION_CENTER="toggle-notification-center",n.ADD_EVENT_LISTENER="add-event-listener",n.REMOVE_EVENT_LISTENER="remove-event-listener",n.GET_PROVIDER_STATUS="get-provider-status",n.GET_NOTIFICATIONS_COUNT="get-notifications-count",n.SHOW_NOTIFICATION_CENTER="show-notification-center",n.HIDE_NOTIFICATION_CENTER="hide-notification-center",n.REGISTER_PLATFORM="register-notifications-platform",n.DEREGISTER_PLATFORM="deregister-notifications-platform",n.SET_FORM_STATUS_OPTIONS="set-form-status-options",n.SET_FORM_VALIDATION_ERRORS="set-form-validation-errors",n.GET_USER_SETTINGS_STATUS="get-user-settings-status",n.SET_DEFAULT_PLATFORM_SHORTCUT="set-default-platform-shortcut",n.SET_NOTIFICATION_SECURITY_RULE="set-notification-security-rule"},9611:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.pickBestComposition=void 0;const r=n(2984);t.pickBestComposition=function(e){if(e.length<1)return;const t=parseInt((0,r.getTemplateAPIVersion)()),n=e.map((e,t)=>({version:parseInt(e.minTemplateAPIVersion),index:t})).filter(e=>e.version<=t).reduce((e,t)=>t.version>e.version?t:e,{version:0,index:-1}).index;return n>=0?e[n]:void 0}},9615:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.hide=t.show=t.removeVisibilityListener=t.addVisibilityListener=t.removeNotificationCountListener=t.addNotificationCountListener=t.setTheme=t.applySnapshot=t.getSnapshot=t.initNotificationCenter=void 0,n(392);const o=n(2882),a=n(343),s=n(3082);i(n(394),t),customElements.define("notification-center",s.NotificationCenterWebComponent);let c=!1;function l(){if(!c)throw new Error("Notification Center is not initialized. You must call initNotificationCenter first.")}t.initNotificationCenter=async function(e){if(c)throw new Error("Notification center is already initialized.");if(!e)throw new Error("You must provide options to initialize the notification center.");if(!e.container)throw new Error("You must provide a container to render the notification center.");if(!e.finContext)throw new Error("You must provide a fin context to initialize the notification center.");if(!e.serviceId)throw new Error("You must provide a unique service id to initialize the notification center.");if(e.theme&&!e.theme.palette)throw new Error("You must provide a palette when using the theme options.");const t=o.Injector.getClass(a.Main);await t.register(e),c=!0},t.getSnapshot=function(){return l(),o.Injector.getClass(a.Main).getSnapshot()},t.applySnapshot=async function(e){l(),await o.Injector.getClass(a.Main).applySnapshot(e)},t.setTheme=async function(e){l(),await o.Injector.getClass(a.Main).setTheme(e)},t.addNotificationCountListener=function(e,t){a.Main._countChangeSignal.add(e,t)},t.removeNotificationCountListener=function(e,t){a.Main._countChangeSignal.remove(e,t)},t.addVisibilityListener=function(e,t){a.Main._visibilityChangeSignal.add(e,t)},t.removeVisibilityListener=function(e,t){a.Main._visibilityChangeSignal.remove(e,t)},t.show=async function(){l(),await o.Injector.getClass(a.Main).show()},t.hide=async function(){l(),await o.Injector.getClass(a.Main).hide()}},9628:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Layer=void 0;const a=o(n(5932)),s=n(9130),c=n(4887),l=n(7451),u=n(9173),d=n(9004),f=n(6731),h=n(7250);t.Layer=(0,s.connect)(e=>({platform:(0,l.selectCurrentPlatform)(e)}),e=>({remove:t=>e(new l.RemoveNotifications(t,"Clear")),frame:(t,n,r)=>e(new u.OpenFrame(t,n,r)),raiseAnalyticsEvent:async(t,n)=>e(new l.RaiseAnalyticsEvent(t,n))}))(({layer:e,platform:t,frame:n,remove:r,raiseAnalyticsEvent:i,onKeyDown:o})=>{const[s,l]=(0,a.useState)(!1);return a.default.createElement(a.default.Fragment,null,a.default.createElement(d.Header,{hasControls:!0,title:e.title,itemCount:e.count,isExpanded:s,isExpandable:e.count>c.groupMinimizedStackSize,onPopOutFrame:r=>{r.stopPropagation(),n(e.key,e.isStream,t),i({type:"Center",action:"Popout Stream",value:`${e.key}`})},onClearAll:()=>{r(e.sections.flatMap(e=>e.notifications)),i({type:"Center",action:"Clear",value:`${e.title}`,skipValueHashing:!0})},onToggleExpanded:()=>{l(!s),i({type:"Center",action:s?"Select Show Fewer":"Select Show All",value:`${e.title}`})},onKeyDown:null==o?void 0:o(null)}),a.default.createElement(h.Box,{role:"list"},a.default.createElement(f.Groups,{groupData:s?e:e.preview,hasControls:!1,onKeyDown:o?e=>o:void 0})))})},9636:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FormContainer=void 0;const s=o(n(5932)),c=n(3087),l=n(258),u=n(7603),d=n(7620),f=n(3051),h=n(7953),p=a(n(2230));t.FormContainer=e=>{const{setFormikProps:t}=(0,s.useContext)(c.FormikProxyContext),n=(0,l.useFormikContext)();(0,f.useFormCustomValidationErrors)(n,e.notificationId),(0,s.useEffect)(()=>{t(n)},[n]);const r=(0,s.useContext)(h.ResizeContext);return(0,s.useEffect)(()=>{"emitResize"in r&&r.emitResize()},[e.formErrorsCount,r]),s.default.createElement(m,null,e.fields.length>1?s.default.createElement(u.MultiFieldFormContainer,Object.assign({},e),e.children):s.default.createElement(d.SingleFieldFormContainer,{notificationId:e.notificationId},e.children))};const m=p.default.div` + input { + box-shadow: none; + } +`},9640:e=>{e.exports=E},9690:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardHeaderHover=t.CardHeader=void 0;const a=n(7250),s=n(2207),c=o(n(5932)),l=o(n(2230)),u=n(5396),d=n(7982),f=n(4858),h=n(9136),p=n(9816),m=n(6415);t.CardHeader=e=>{const{sender:t,creationDate:n,reminderDate:r,icon:i,uuid:o,notificationID:l,onDismiss:f,raiseAnalyticsEvent:_,onShowReminderModal:x,isToast:O,showReminderButton:E=!0,tabIndex:M,mode:j="desktop"}=e,[S,P]=c.default.useState(["",null]),A=c.default.useContext(h.WindowContext),{modalType:k}=c.default.useContext(m.WebModalContext);return(0,c.useEffect)(()=>{const e=()=>{n&&P((0,s.formatLines)(n,r))};e();const t=A.setInterval(e,6e4);return()=>{A.clearInterval(t)}},[n,r,s.formatLines]),c.default.createElement(g,{alignItems:"center"},c.default.createElement(u.AppLogo,{src:i,size:"xlarge",alt:t,uuid:o,"data-testid":"icon"}),c.default.createElement(v,{"data-testid":"sender-title"},t),c.default.createElement(y,{alignItems:"center"},c.default.createElement(w,null,c.default.createElement(d.NotificationTime,{timeStrings:S})),c.default.createElement(C,null,E?c.default.createElement(b,{onClick:x,kind:"secondary","data-testid":"reminders-menu-button",title:"Remind me later",tabIndex:M},c.default.createElement(a.Icon,{size:"base",icon:"TimerIcon"})):c.default.createElement(c.default.Fragment,null),c.default.createElement(b,{onClick:e=>{f(e),null==_||_({type:O?"Toast":"Notification",action:O?"Dismiss":"Clear",data:{id:l},skipValueHashing:!0})},kind:"secondary","data-testid":"dismiss-button",title:O?"Dismiss":"Clear",tabIndex:M},c.default.createElement(a.Icon,{size:"base",icon:O?"MinusCircledIcon":"CrossCircledIcon"}))),"web"===j&&"reminder"===k&&c.default.createElement(p.WebModalComponent,{mode:j})))};const g=(0,l.default)(a.Box)` + width: 100%; + user-select: none; + position: relative; + padding: ${e=>e.theme.px.base}; + padding-bottom: 0; +`,v=(0,l.default)(f.SingleLine)` + flex: 1 1 100px; +`,y=(0,l.default)(a.Box)` + height: 32px; + justify-self: flex-end; + margin-left: ${e=>e.theme.px.small}; +`,C=(0,l.default)(a.Box)` + right: ${e=>e.theme.px.base}; +`,b=(0,l.default)(a.Button)` + && { + background-color: transparent; + border-color: transparent; + padding: ${e=>e.theme.px.xsmall}; + + &:hover { + background-color: ${e=>e.theme.palette.brandSecondaryHover}; + } + } +`,w=l.default.div``;t.CardHeaderHover=l.css` + &:hover { + ${C} { + display: inline-block; + position: absolute; + top: ${e=>e.theme.px.base}; + } + + ${w} { + display: none; + } + } + + ${w} { + display: inline-block; + position: absolute; + right: ${e=>e.theme.px.base}; + } + + ${C} { + overflow: hidden; + display: none; + } + + ${C}:focus-within { + height: unset; + } + &:has(${C}:focus-within) { + ${w} { + display: none; + } + } +`},9694:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useHandleClickOutsideForWebModals=void 0;const r=n(5932);t.useHandleClickOutsideForWebModals=function(e,t,n,i){(0,r.useEffect)(()=>{if("web"!==e)return;if(!(n.isMenuOpen||n.isCustomReminderOpen||n.isDatePickerOpen||n.isTimePickerOpen))return;const r=e=>{var r;const o=(null===(r=e.composedPath)||void 0===r?void 0:r.call(e))||[],a=n.isMenuOpen&&t.menuRef.current&&!o.includes(t.menuRef.current),s=n.isCustomReminderOpen&&t.customReminderRef.current&&!o.includes(t.customReminderRef.current),c=n.isDatePickerOpen&&t.datePickerRef.current&&!o.includes(t.datePickerRef.current),l=n.isTimePickerOpen&&t.timePickerRef.current&&!o.includes(t.timePickerRef.current);a&&i.setIsMenuOpen(!1),s&&((c||l)&&i.setIsCustomReminderOpen(!1),n.isTimePickerOpen||n.isDatePickerOpen||i.setIsCustomReminderOpen(!1)),c&&i.setIsDatePickerOpen(!1),l&&i.setIsTimePickerOpen(!1)};return document.addEventListener("click",r,{capture:!0}),()=>{document.removeEventListener("click",r,{capture:!0})}},[e,t.menuRef,t.customReminderRef,t.datePickerRef,t.timePickerRef,n.isMenuOpen,n.isCustomReminderOpen,n.isDatePickerOpen,n.isTimePickerOpen,i.setIsMenuOpen,i.setIsCustomReminderOpen,i.setIsDatePickerOpen,i.setIsTimePickerOpen])}},9816:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.WebModalComponent=void 0;const a=n(6415),s=n(9694),c=o(n(5932)),l=n(9052);t.WebModalComponent=e=>{const{isMenuModalOpen:t,setIsMenuModalOpen:n,menuConfig:r,isCustomReminderModalOpen:i,setIsCustomReminderModalOpen:o,customReminderConfig:d,isDatePickerModalOpen:f,setIsDatePickerModalOpen:h,datePickerConfig:p,isTimePickerModalOpen:m,setIsTimePickerModalOpen:g,timePickerConfig:v}=(0,c.useContext)(a.WebModalContext),y=(0,c.useRef)(null),C=(0,c.useRef)(null),b=(0,c.useRef)(null),w=(0,c.useRef)(null);return(0,s.useHandleClickOutsideForWebModals)(e.mode,{menuRef:y,customReminderRef:C,datePickerRef:b,timePickerRef:w},{isMenuOpen:t,isCustomReminderOpen:i,isDatePickerOpen:f,isTimePickerOpen:m},{setIsMenuOpen:n,setIsCustomReminderOpen:o,setIsDatePickerOpen:h,setIsTimePickerOpen:g}),c.default.createElement(c.default.Fragment,null,t&&c.default.createElement("div",{ref:y},c.default.createElement(l.ModalComponent,Object.assign({onDismiss:()=>n(!1)},r,{type:"Menu",mode:e.mode,webPosition:u.menu}))),i&&c.default.createElement("div",{ref:C},c.default.createElement(l.ModalComponent,Object.assign({onDismiss:()=>o(!1)},d,{type:"CustomReminderModal",mode:e.mode,webPosition:u.customReminder}))),f&&c.default.createElement("div",{ref:b},c.default.createElement(l.ModalComponent,Object.assign({onDismiss:()=>h(!1)},p,{type:"Calendar",mode:e.mode,webPosition:u.calendar}))),m&&c.default.createElement("div",{ref:w},c.default.createElement(l.ModalComponent,Object.assign({onDismiss:()=>{g(!1)}},v,{type:"Menu",mode:e.mode,webPosition:u.time}))))};const u={time:{top:"210px",left:"13px"},calendar:{top:"142px",left:"13px"},menu:{top:"37px",left:"145px"},customReminder:{top:"37px",left:"0px"}}},9872:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIndicatorColor=void 0;const r=n(7250),i=n(6865),o={background:e=>{switch(e){case i.IndicatorColor.GREEN:return r.Color.functional1;case i.IndicatorColor.YELLOW:return"#FCFF58";case i.IndicatorColor.RED:return"#C21313";case i.IndicatorColor.BLUE:return r.Color.functional3;case i.IndicatorColor.PURPLE:return"#7E36C6";case i.IndicatorColor.GRAY:return r.Color.darkGray1;case i.IndicatorColor.MAGENTA:return"#AF2668";case i.IndicatorColor.ORANGE:return"#FE7301";case i.IndicatorColor.TEAL:return"#0B827C";default:return"transparent"}},foreground:e=>{switch(e){case i.IndicatorColor.ORANGE:case i.IndicatorColor.YELLOW:return"#000000";default:return"#FFFFFF"}}};t.getIndicatorColor=(e,t,n)=>{const r=((e,t)=>{var n;return e.color?null===(n=t.notificationIndicatorColors)||void 0===n?void 0:n[e.color]:null})(t,n);return r?r[e]:(0,o[e])("fallback"in t?t.fallback:t.color)}},9897:function(e,t,n){var r,i,o=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=this&&this.__param||function(e,t){return function(n,r){t(n,r,e)}},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ClientController=void 0;const l=n(707),u=n(4854),d=n(7451),f=n(8684),h=n(7676),p=n(8320),m=n(4673),g=n(768),v=n(7234),y=n(7202),C=n(6858),b=n(4352),w=c(n(9640));let _=class{constructor(e,t){this._providersById=new Map,this._providersByUUID=new Map,this._topics=new Map,this._throttledBroadcastNotificationCount=(0,w.default)(()=>this.broardcastAction("notifications-count-changed"),1e3),this._throttledNotificationSoundChanged=(0,w.default)(()=>this.broardcastAction("notification-sound-toggled"),1e3),this._store=e,this._apiHandler=t,this._apiHandler.onConnection.add(this.onConnection,this),this._apiHandler.onDisconnection.add(this.onDisconnection,this),e.onAction.add(this.onAction.bind(this))}async onAction(e){e instanceof d.CreateNotification?await this.onCreateNotifications(e):e instanceof d.RemoveNotifications?await this.onRemoveNotifications(e):e instanceof p.SetReminder?await this.onSetReminder(e):e instanceof p.CancelReminder?await this.onCancelReminder(e):e instanceof d.ClickButton?await this.onClickButton(e):e instanceof d.ClickFragment?await this.onClickFragment(e):e instanceof d.ClickNotification?await this.onClickNotification(e):e instanceof d.ExpireNotification?await this.onExpireNotification(e):e instanceof h.SubmitNotificationForm?await this.onSubmitNotificationForm(e):e instanceof f.RequestNotificationFormCustomValidation&&await this.onRequestNotificationFormCustomValidation(e),(e instanceof d.CreateNotification||e instanceof d.RemoveNotifications)&&this._throttledBroadcastNotificationCount(),e instanceof v.ToggleNotificationSound&&this._throttledNotificationSoundChanged()}async onCreateNotifications(e){const{notification:t,source:n}=e.notification;if((0,g.isTutorialNotification)(e.notification))return;const r={target:"default",type:"notification-created",notification:(0,m.mutable)(t)};await this.dispatchAction(n,r)}async onRemoveNotifications(e){const{notifications:t}=e;await Promise.all(t.map(async e=>{const{notification:t,source:n}=e;if((0,g.isTutorialNotification)(e))return;if(null!==t.onClose){const e={target:"default",type:"notification-action",trigger:l.ActionTrigger.CLOSE,notification:(0,m.mutable)(t),source:n,result:t.onClose};await this.dispatchAction(n,e)}const r={target:"default",type:"notification-closed",notification:(0,m.mutable)(t)};await this.dispatchAction(n,r)}))}async onSetReminder(e){const{notification:t,source:n,modifiers:r}=e.reminder,i={target:"default",type:"notification-reminder-created",notification:(0,m.mutable)(t),reminderDate:r.reminder};await this.dispatchAction(n,i)}async onCancelReminder(e){const{notification:t,source:n}=e.reminder,r={target:"default",type:"notification-reminder-removed",notification:(0,m.mutable)(t)};await this.dispatchAction(n,r)}async onClickButton(e){const{notification:t,source:n}=e.notification,r=t.buttons[e.buttonIndex];if(!r.onClick)return;if((0,g.isTutorialNotification)(e.notification))return void await(0,g.handleTutorialButtonAction)(r.onClick,this._store);const i={target:"default",type:"notification-action",trigger:l.ActionTrigger.CONTROL,notification:(0,m.mutable)(t),source:n,controlSource:"buttons",controlIndex:e.buttonIndex,result:r.onClick};await this.dispatchAction(n,i)}async onClickFragment(e){const{notification:t,source:n}=e.notification,r=e.fragment;if(!r.onClick)return;const i={target:"default",type:"notification-action",trigger:l.ActionTrigger.CONTROL,notification:Object.assign(Object.assign({},t),{_fragments:[r]}),source:n,controlSource:"_fragments",controlIndex:0,result:r.onClick};await this.dispatchAction(n,i)}async onClickNotification(e){const{notification:t,source:n}=e.notification;if((0,g.isTutorialNotification)(e.notification)||!t.onSelect)return;const r={target:"default",type:"notification-action",trigger:l.ActionTrigger.SELECT,notification:(0,m.mutable)(t),source:n,result:t.onSelect};await this.dispatchAction(n,r)}async onExpireNotification(e){const{notification:t,source:n}=e.notification;if(!t.onExpire)return;const r={target:"default",type:"notification-action",trigger:l.ActionTrigger.EXPIRE,notification:(0,m.mutable)(t),source:n,result:t.onExpire};await this.dispatchAction(n,r)}async onSubmitNotificationForm(e){const{form:t,button:n}=e,{notification:r}=e.notification,i=e.notification.source,o={target:"default",type:"notification-form-submitted",notification:(0,m.mutable)(r),form:t,button:n};await this.dispatchAction(i,o)}async onRequestNotificationFormCustomValidation(e){const{notification:t}=e.notification,n=e.notification.source,r={target:"default",type:"notification-form-values-changed",notification:(0,m.mutable)(t),form:e.form};await this.dispatchAction(n,r)}async dispatchAction(e,t){const n=this._topics.get(t.type);if(n){const r=this.translateProviderIdentityToClientIdentity(e.identity);r&&n.some(e=>e.uuid===r.uuid&&e.name===r.name)&&this._apiHandler.dispatchEvent(r,t)}}async broardcastAction(e){const t=this._topics.get(e);if(t)if("notifications-count-changed"===e){const e={target:"default",type:"notifications-count-changed",count:this._store.state.notifications.length};t.forEach(t=>{this._apiHandler.dispatchEvent(t,e)})}else if("notification-sound-toggled"===e){const e={target:"default",type:"notification-sound-toggled",notificationSoundEnabled:this._store.state.settings.notificationSoundEnabled};t.forEach(t=>{this._apiHandler.dispatchEvent(t,e)})}}async onAddEventListener(e,t){this._topics.has(e)||this._topics.set(e,[]);const n=this._topics.get(e);n&&!n.some(e=>e.uuid===t.uuid&&e.name===t.name)&&n.push(t)}async onRemoveEventListener(e,t){const n=this._topics.get(e);n&&this._topics.set(e,n.filter(e=>e.uuid!==t.uuid&&e.name!==t.name))}async onConnection(e,t){if(!t)throw new Error("Provider information is missing.");await this._store.dispatch(new d.RegisterApplication({type:"web",id:t.id,title:t.title,iconUrl:t.icon,muted:!1,persistToasts:!1}));const n=Object.assign(Object.assign({},e),t);this._providersById.set(t.id,n),this._providersByUUID.set(e.uuid,n)}onDisconnection(e){const t=this._providersByUUID.get(e.uuid);if(t){const n=t.id;this._providersById.delete(n),this._providersByUUID.delete(e.uuid),this._topics.forEach((t,n)=>{this._topics.set(n,t.filter(t=>t.uuid!==e.uuid))})}else console.error(`Client with id {uuid:${e.uuid}, name:${e.name}} was disconnected but could not be found in the connection registry.`)}translateProviderIdentityToClientIdentity(e){const t=this._providersById.get(e.uuid);return t?{uuid:t.uuid,name:t.name}:null}translateClientIdentityToProviderIdentity(e){const t=this._providersByUUID.get(e.uuid);if(t)return{uuid:t.id,name:t.title};throw new Error(`Client with identity={id:${e.uuid}, name:${e.name}}} is not connected.`)}};_=o([(0,b.injectable)(),s(0,(0,b.inject)(y.Inject.STORE)),s(1,(0,b.inject)(y.Inject.API_HANDLER)),a("design:paramtypes",["function"==typeof(r=void 0!==C.WebStore&&C.WebStore)?r:Object,"function"==typeof(i=void 0!==u.APIHandler&&u.APIHandler)?i:Object])],_),t.ClientController=_}},j={},function e(t){var n=j[t];if(void 0!==n)return n.exports;var r=j[t]={exports:{}};return M[t].call(r.exports,r,r.exports,e),r.exports}(9615);var M,j},e.exports=r(n(42885),n(7516),n(2543),n(88084),n(56347),n(38630),n(70341),n(54625),n(38122),n(35830),n(17929),n(20627),n(52650),n(411),n(13949),n(51649),n(17049),n(5299),n(81714),n(8357),n(50383),n(47753),n(40651),n(23947),n(61225),n(25858))},37828:(e,t,n)=>{var r=n(9325).Uint8Array;e.exports=r},37838:(e,t,n)=>{t.eachQuarterOfInterval=function(e,t){const{start:n,end:s}=(0,r.normalizeInterval)(t?.in,e);let c=+n>+s;const l=c?+(0,a.startOfQuarter)(n):+(0,a.startOfQuarter)(s);let u=c?(0,a.startOfQuarter)(s):(0,a.startOfQuarter)(n),d=t?.step??1;if(!d)return[];d<0&&(d=-d,c=!c);const f=[];for(;+u<=l;)f.push((0,o.constructFrom)(n,u)),u=(0,i.addQuarters)(u,d);return c?f.reverse():f};var r=n(18290),i=n(21149),o=n(92956),a=n(16944)},37869:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.getBaseType=function(e){const t=Object.getPrototypeOf(e.prototype),n=t?.constructor;return n}},38122:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.YearView=t.Navigation=t.MonthView=t.DecadeView=t.CenturyView=t.Calendar=void 0;var i=r(n(32562));t.Calendar=i.default;var o=r(n(13863));t.CenturyView=o.default;var a=r(n(31057));t.DecadeView=a.default;var s=r(n(37869));t.MonthView=s.default;var c=r(n(48391));t.Navigation=c.default;var l=r(n(36348));t.YearView=l.default,t.default=i.default},38440:(e,t,n)=>{var r=n(16038),i=n(27301),o=n(86009),a=o&&o.isSet,s=a?i(a):r;e.exports=s},38542:(e,t,n)=>{t.subQuarters=function(e,t,n){return(0,r.addQuarters)(e,-t,n)};var r=n(21149)},38630:(e,t,n)=>{ +/*! ***************************************************************************** +Copyright (C) Microsoft. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0 + +THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED +WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, +MERCHANTABLITY OR NON-INFRINGEMENT. + +See the Apache Version 2.0 License for specific language governing permissions +and limitations under the License. +***************************************************************************** */ +var r;!function(e){!function(){var t="object"==typeof globalThis?globalThis:"object"==typeof n.g?n.g:"object"==typeof self?self:"object"==typeof this?this:function(){try{return Function("return this;")()}catch(e){}}()||function(){try{return(0,eval)("(function() { return this; })()")}catch(e){}}(),r=i(e);function i(e,t){return function(n,r){Object.defineProperty(e,n,{configurable:!0,writable:!0,value:r}),t&&t(n,r)}}void 0!==t.Reflect&&(r=i(t.Reflect,r)),function(e,t){var n=Object.prototype.hasOwnProperty,r="function"==typeof Symbol,i=r&&void 0!==Symbol.toPrimitive?Symbol.toPrimitive:"@@toPrimitive",o=r&&void 0!==Symbol.iterator?Symbol.iterator:"@@iterator",a="function"==typeof Object.create,s={__proto__:[]}instanceof Array,c=!a&&!s,l={create:a?function(){return de(Object.create(null))}:s?function(){return de({__proto__:null})}:function(){return de({})},has:c?function(e,t){return n.call(e,t)}:function(e,t){return t in e},get:c?function(e,t){return n.call(e,t)?e[t]:void 0}:function(e,t){return e[t]}},u=Object.getPrototypeOf(Function),d="function"==typeof Map&&"function"==typeof Map.prototype.entries?Map:ce(),f="function"==typeof Set&&"function"==typeof Set.prototype.entries?Set:le(),h="function"==typeof WeakMap?WeakMap:ue(),p=r?Symbol.for("@reflect-metadata:registry"):void 0,m=ie(),g=oe(m);function v(e,t,n,r){if(F(n)){if(!U(e))throw new TypeError;if(!Y(t))throw new TypeError;return j(e,t)}if(!U(e))throw new TypeError;if(!B(t))throw new TypeError;if(!B(r)&&!F(r)&&!N(r))throw new TypeError;return N(r)&&(r=void 0),S(e,t,n=W(n),r)}function y(e,t){function n(n,r){if(!B(n))throw new TypeError;if(!F(r)&&!q(r))throw new TypeError;D(e,t,n,r)}return n}function C(e,t,n,r){if(!B(n))throw new TypeError;return F(r)||(r=W(r)),D(e,t,n,r)}function b(e,t,n){if(!B(t))throw new TypeError;return F(n)||(n=W(n)),P(e,t,n)}function w(e,t,n){if(!B(t))throw new TypeError;return F(n)||(n=W(n)),A(e,t,n)}function _(e,t,n){if(!B(t))throw new TypeError;return F(n)||(n=W(n)),k(e,t,n)}function x(e,t,n){if(!B(t))throw new TypeError;return F(n)||(n=W(n)),T(e,t,n)}function O(e,t){if(!B(e))throw new TypeError;return F(t)||(t=W(t)),I(e,t)}function E(e,t){if(!B(e))throw new TypeError;return F(t)||(t=W(t)),L(e,t)}function M(e,t,n){if(!B(t))throw new TypeError;if(F(n)||(n=W(n)),!B(t))throw new TypeError;F(n)||(n=W(n));var r=se(t,n,!1);return!F(r)&&r.OrdinaryDeleteMetadata(e,t,n)}function j(e,t){for(var n=e.length-1;n>=0;--n){var r=(0,e[n])(t);if(!F(r)&&!N(r)){if(!Y(r))throw new TypeError;t=r}}return t}function S(e,t,n,r){for(var i=e.length-1;i>=0;--i){var o=(0,e[i])(t,n,r);if(!F(o)&&!N(o)){if(!B(o))throw new TypeError;r=o}}return r}function P(e,t,n){if(A(e,t,n))return!0;var r=ne(t);return!N(r)&&P(e,r,n)}function A(e,t,n){var r=se(t,n,!1);return!F(r)&&Z(r.OrdinaryHasOwnMetadata(e,t,n))}function k(e,t,n){if(A(e,t,n))return T(e,t,n);var r=ne(t);return N(r)?void 0:k(e,r,n)}function T(e,t,n){var r=se(t,n,!1);if(!F(r))return r.OrdinaryGetOwnMetadata(e,t,n)}function D(e,t,n,r){se(n,r,!0).OrdinaryDefineOwnMetadata(e,t,n,r)}function I(e,t){var n=L(e,t),r=ne(e);if(null===r)return n;var i=I(r,t);if(i.length<=0)return n;if(n.length<=0)return i;for(var o=new f,a=[],s=0,c=n;s=0&&e=this._keys.length?(this._index=-1,this._keys=t,this._values=t):this._index++,{value:n,done:!1}}return{value:void 0,done:!0}},e.prototype.throw=function(e){throw this._index>=0&&(this._index=-1,this._keys=t,this._values=t),e},e.prototype.return=function(e){return this._index>=0&&(this._index=-1,this._keys=t,this._values=t),{value:e,done:!0}},e}();return function(){function t(){this._keys=[],this._values=[],this._cacheKey=e,this._cacheIndex=-2}return Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),t.prototype.has=function(e){return this._find(e,!1)>=0},t.prototype.get=function(e){var t=this._find(e,!1);return t>=0?this._values[t]:void 0},t.prototype.set=function(e,t){var n=this._find(e,!0);return this._values[n]=t,this},t.prototype.delete=function(t){var n=this._find(t,!1);if(n>=0){for(var r=this._keys.length,i=n+1;i{var r=n(53661),i=n(31380),o=n(51459);function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t{t.max=function(e,t){let n,o=t?.in;return e.forEach(e=>{o||"object"!=typeof e||(o=r.constructFrom.bind(null,e));const t=(0,i.toDate)(e,o);(!n||n{t.eachHourOfInterval=function(e,t){const{start:n,end:o}=(0,r.normalizeInterval)(t?.in,e);let a=+n>+o;const s=a?+n:+o,c=a?o:n;c.setMinutes(0,0,0);let l=t?.step??1;if(!l)return[];l<0&&(l=-l,a=!a);const u=[];for(;+c<=s;)u.push((0,i.constructFrom)(n,c)),c.setHours(c.getHours()+l);return a?u.reverse():u};var r=n(18290),i=n(92956)},39034:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=n(94037);const i=r.memo(()=>void 0!==window.ScrollTimeline);class o{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,t){for(let n=0;ni()&&n.attachTimeline?n.attachTimeline(e):"function"==typeof t?t(n):void 0);return()=>{n.forEach((e,t)=>{e&&e(),this.animations[t].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let t=0;tt[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}function a(e,t){return e?e[t]||e.default||e:void 0}const s=2e4;function c(e){let t=0;let n=e.next(t);for(;!n.done&&t=s?1/0:t}function l(e,t=100,n){const i=n({...e,keyframes:[0,t]}),o=Math.min(c(i),s);return{type:"keyframes",ease:e=>i.next(o*e).value/t,duration:r.millisecondsToSeconds(o)}}function u(e){return"function"==typeof e}function d(e,t){e.timeline=t,e.onfinish=null}class f{constructor(e){this.animation=e}get duration(){var e,t,n;const i=(null===(t=null===(e=this.animation)||void 0===e?void 0:e.effect)||void 0===t?void 0:t.getComputedTiming().duration)||(null===(n=this.options)||void 0===n?void 0:n.duration)||300;return r.millisecondsToSeconds(Number(i))}get time(){var e;return this.animation?r.millisecondsToSeconds((null===(e=this.animation)||void 0===e?void 0:e.currentTime)||0):0}set time(e){this.animation&&(this.animation.currentTime=r.secondsToMilliseconds(e))}get speed(){return this.animation?this.animation.playbackRate:1}set speed(e){this.animation&&(this.animation.playbackRate=e)}get state(){return this.animation?this.animation.playState:"finished"}get startTime(){return this.animation?this.animation.startTime:null}get finished(){return this.animation?this.animation.finished:Promise.resolve()}play(){this.animation&&this.animation.play()}pause(){this.animation&&this.animation.pause()}stop(){this.animation&&"idle"!==this.state&&"finished"!==this.state&&(this.animation.commitStyles&&this.animation.commitStyles(),this.cancel())}flatten(){var e;this.animation&&(null===(e=this.animation.effect)||void 0===e||e.updateTiming({easing:"linear"}))}attachTimeline(e){return this.animation&&d(this.animation,e),r.noop}complete(){this.animation&&this.animation.finish()}cancel(){try{this.animation&&this.animation.cancel()}catch(e){}}}const h=e=>Array.isArray(e)&&"number"==typeof e[0],p={linearEasing:void 0};function m(e,t){const n=r.memo(e);return()=>{var e;return null!==(e=p[t])&&void 0!==e?e:n()}}const g=m(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch(e){return!1}return!0},"linearEasing"),v=(e,t,n=10)=>{let i="";const o=Math.max(Math.round(t/n),2);for(let t=0;t`cubic-bezier(${e}, ${t}, ${n}, ${r})`,C={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:y([0,.65,.55,1]),circOut:y([.55,0,1,.45]),backIn:y([.31,.01,.66,-.59]),backOut:y([.33,1.53,.69,.99])};function b(e,t){return e?"function"==typeof e&&g()?v(e,t):h(e)?y(e):Array.isArray(e)?e.map(e=>b(e,t)||C.easeOut):C[e]:void 0}const w={x:!1,y:!1};function _(){return w.x||w.y}function x(e,t,n){var r;if(e instanceof Element)return[e];if("string"==typeof e){let i=document;t&&(i=t.current);const o=null!==(r=null==n?void 0:n[e])&&void 0!==r?r:i.querySelectorAll(e);return o?Array.from(o):[]}return Array.from(e)}function O(e,t){const n=x(e),r=new AbortController;return[n,{passive:!0,...t,signal:r.signal},()=>r.abort()]}function E(e){return t=>{"touch"===t.pointerType||_()||e(t)}}const M=(e,t)=>!!t&&(e===t||M(e,t.parentElement)),j=e=>"mouse"===e.pointerType?"number"!=typeof e.button||e.button<=0:!1!==e.isPrimary,S=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);const P=new WeakSet;function A(e){return t=>{"Enter"===t.key&&e(t)}}function k(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}function T(e){return j(e)&&!_()}const D="easeOut";function I(e){var t;if(u(e.type)){const t=l(e,100,e.type);e.ease=g()?t.ease:D,e.duration=r.secondsToMilliseconds(t.duration),e.type="keyframes"}else e.duration=r.secondsToMilliseconds(null!==(t=e.duration)&&void 0!==t?t:.3),e.ease=e.ease||D}class L extends f{constructor(e,t,n,i,o){const a=function(e,t,n){var i;const o={},a={fill:"both",easing:"linear",composite:"replace"};a.delay=r.secondsToMilliseconds(null!==(i=n.delay)&&void 0!==i?i:0),I(n),a.duration=n.duration;const{ease:s,times:c}=n;c&&(o.offset=c),o[e]=t;const l=b(s,n.duration);return Array.isArray(l)?o.easing=l:a.easing=l,{keyframes:o,options:a}}(n,i,o);super(e.animate(a.keyframes,{pseudoElement:t,...a.options}))}}function R(e){return"layout"===e?"group":"enter"===e||"new"===e?"new":"exit"===e||"old"===e?"old":"group"}let F={},N=null;const H=(e,t)=>{F[e]=t},B=()=>{N||(N=document.createElement("style"),N.id="motion-view");let e="";for(const t in F){const n=F[t];e+=`${t} {\n`;for(const[t,r]of Object.entries(n))e+=` ${t}: ${r};\n`;e+="}\n"}N.textContent=e,document.head.appendChild(N),F={}},V=()=>{N&&N.parentElement&&N.parentElement.removeChild(N)};function $(e){const t=e.match(/::view-transition-(old|new|group|image-pair)\((.*?)\)/);return t?{layer:t[2],type:t[1]}:null}function Z(e){var t;const{effect:n}=e;return!!n&&(n.target===document.documentElement&&(null===(t=n.pseudoElement)||void 0===t?void 0:t.startsWith("::view-transition")))}const z=["layout","enter","exit","new","old"];function W(e,t,n){if(!document.startViewTransition)return new Promise(async t=>{await e(),t(new o([]))});(function(e,t){return t.has(e)&&Object.keys(t.get(e)).length>0})("root",n)||H(":root",{"view-transition-name":"none"}),H("::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*)",{"animation-timing-function":"linear !important"}),B();const i=document.startViewTransition(async()=>{await e()});return i.finished.finally(()=>{V()}),new Promise(e=>{i.ready.then(()=>{var i;const s=document.getAnimations().filter(Z),c=[];n.forEach((e,n)=>{for(const r of z){if(!e[r])continue;const{keyframes:i,options:o}=e[r];for(let[e,s]of Object.entries(i)){if(!s)continue;const i={...a(t,e),...a(o,e)},l=R(r);if("opacity"===e&&!Array.isArray(s)){s=["new"===l?0:1,s]}"function"==typeof i.delay&&(i.delay=i.delay(0,1));const u=new L(document.documentElement,`::view-transition-${l}(${n})`,e,s,i);c.push(u)}}});for(const e of s){if("finished"===e.playState)continue;const{effect:o}=e;if(!(o&&o instanceof KeyframeEffect))continue;const{pseudoElement:s}=o;if(!s)continue;const l=$(s);if(!l)continue;const u=n.get(l.layer);if(u)U(u,"enter")&&U(u,"exit")&&o.getKeyframes().some(e=>e.mixBlendMode)?c.push(new f(e)):e.cancel();else{const n="group"===l.type?"layout":"",s={...a(t,n)};I(s);const u=b(s.ease,s.duration);o.updateTiming({delay:r.secondsToMilliseconds(null!==(i=s.delay)&&void 0!==i?i:0),duration:s.duration,easing:u}),c.push(new f(e))}}e(new o(c))})})}function U(e,t){var n;return null===(n=null==e?void 0:e[t])||void 0===n?void 0:n.keyframes.opacity}class G{constructor(e,t={}){this.currentTarget="root",this.targets=new Map,this.notifyReady=r.noop,this.readyPromise=new Promise(e=>{this.notifyReady=e}),queueMicrotask(()=>{W(e,t,this.targets).then(e=>this.notifyReady(e))})}get(e){return this.currentTarget=e,this}layout(e,t){return this.updateTarget("layout",e,t),this}new(e,t){return this.updateTarget("new",e,t),this}old(e,t){return this.updateTarget("old",e,t),this}enter(e,t){return this.updateTarget("enter",e,t),this}exit(e,t){return this.updateTarget("exit",e,t),this}crossfade(e){return this.updateTarget("enter",{opacity:1},e),this.updateTarget("exit",{opacity:0},e),this}updateTarget(e,t,n={}){const{currentTarget:r,targets:i}=this;i.has(r)||i.set(r,{});i.get(r)[e]={keyframes:t,options:n}}then(e,t){return this.readyPromise.then(e,t)}}t.GroupPlaybackControls=class extends o{then(e,t){return Promise.all(this.animations).then(e).catch(t)}},t.NativeAnimationControls=f,t.ViewTransitionBuilder=G,t.attachTimeline=d,t.calcGeneratorDuration=c,t.createGeneratorEasing=l,t.cubicBezierAsString=y,t.generateLinearEasing=v,t.getValueTransition=a,t.hover=function(e,t,n={}){const[r,i,o]=O(e,n),a=E(e=>{const{target:n}=e,r=t(e);if("function"!=typeof r||!n)return;const o=E(e=>{r(e),n.removeEventListener("pointerleave",o)});n.addEventListener("pointerleave",o,i)});return r.forEach(e=>{e.addEventListener("pointerenter",a,i)}),o},t.isBezierDefinition=h,t.isDragActive=_,t.isDragging=w,t.isGenerator=u,t.isNodeOrChild=M,t.isPrimaryPointer=j,t.isWaapiSupportedEasing=function e(t){return Boolean("function"==typeof t&&g()||!t||"string"==typeof t&&(t in C||g())||h(t)||Array.isArray(t)&&t.every(e))},t.mapEasingToNativeEasing=b,t.maxGeneratorDuration=s,t.press=function(e,t,n={}){const[r,i,o]=O(e,n),a=e=>{const r=e.currentTarget;if(!T(e)||P.has(r))return;P.add(r);const o=t(e),a=(e,t)=>{window.removeEventListener("pointerup",s),window.removeEventListener("pointercancel",c),T(e)&&P.has(r)&&(P.delete(r),"function"==typeof o&&o(e,{success:t}))},s=e=>{a(e,n.useGlobalTarget||M(r,e.target))},c=e=>{a(e,!1)};window.addEventListener("pointerup",s,i),window.addEventListener("pointercancel",c,i)};return r.forEach(e=>{(function(e){return S.has(e.tagName)||-1!==e.tabIndex})(e)||null!==e.getAttribute("tabindex")||(e.tabIndex=0);(n.useGlobalTarget?window:e).addEventListener("pointerdown",a,i),e.addEventListener("focus",e=>((e,t)=>{const n=e.currentTarget;if(!n)return;const r=A(()=>{if(P.has(n))return;k(n,"down");const e=A(()=>{k(n,"up")});n.addEventListener("keyup",e,t),n.addEventListener("blur",()=>k(n,"cancel"),t)});n.addEventListener("keydown",r,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),t)})(e,i),i)}),o},t.resolveElements=x,t.setDragLock=function(e){return"x"===e||"y"===e?w[e]?null:(w[e]=!0,()=>{w[e]=!1}):w.x||w.y?null:(w.x=w.y=!0,()=>{w.x=w.y=!1})},t.supportedWaapiEasing=C,t.supportsFlags=p,t.supportsLinearEasing=g,t.supportsScrollTimeline=i,t.view=function(e,t={}){return new G(e,t)}},39105:(e,t,n)=>{t.isThisMonth=function(e,t){return(0,o.isSameMonth)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e))};var r=n(92956),i=n(2700),o=n(59019)},39305:(e,t,n)=>{t.eachWeekendOfInterval=function(e,t){const{start:n,end:s}=(0,r.normalizeInterval)(t?.in,e),c=(0,o.eachDayOfInterval)({start:n,end:s},t),l=[];let u=0;for(;u{function r(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}n.d(t,{A:()=>o});var i=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|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|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|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)-.*))$/,o=r(function(e){return i.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})},39344:(e,t,n)=>{var r=n(23805),i=Object.create,o=function(){function e(){}return function(t){if(!r(t))return{};if(i)return i(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=o},39859:(e,t,n)=>{t.roundToNearestHours=function(e,t){const n=t?.nearestTo??1;if(n<1||n>12)return(0,i.constructFrom)(t?.in||e,NaN);const a=(0,o.toDate)(e,t?.in),s=a.getMinutes()/60,c=a.getSeconds()/60/60,l=a.getMilliseconds()/1e3/60/60,u=a.getHours()+s+c+l,d=t?.roundingMethod??"round",f=(0,r.getRoundingMethod)(d)(u/n)*n;return a.setHours(f,0,0,0),a};var r=n(1331),i=n(92956),o=n(34446)},40346:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},40651:e=>{e.exports=function(e,t){for(var n=e.split("."),r=t.split("."),i=0;i<3;i++){var o=Number(n[i]),a=Number(r[i]);if(o>a)return 1;if(a>o)return-1;if(!isNaN(o)&&isNaN(a))return 1;if(isNaN(o)&&!isNaN(a))return-1}return 0}},40882:e=>{e.exports=function(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i{t.formatDistanceToNowStrict=function(e,t){return(0,i.formatDistanceStrict)(e,(0,r.constructNow)(e),t)};var r=n(2700),i=n(5206)},41129:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDescription=function(e){return e.toString().slice(n,r)};const n=7,r=-1},41169:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.BindingWhenOnSyntax=void 0;const r=n(87059),i=n(90732);t.BindingWhenOnSyntax=class{_bindingWhenSyntax;_bindingOnSyntax;_binding;constructor(e){this._binding=e,this._bindingWhenSyntax=new i.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new r.BindingOnSyntax(this._binding)}when(e){return this._bindingWhenSyntax.when(e)}whenTargetNamed(e){return this._bindingWhenSyntax.whenTargetNamed(e)}whenTargetIsDefault(){return this._bindingWhenSyntax.whenTargetIsDefault()}whenTargetTagged(e,t){return this._bindingWhenSyntax.whenTargetTagged(e,t)}whenInjectedInto(e){return this._bindingWhenSyntax.whenInjectedInto(e)}whenParentNamed(e){return this._bindingWhenSyntax.whenParentNamed(e)}whenParentTagged(e,t){return this._bindingWhenSyntax.whenParentTagged(e,t)}whenAnyAncestorIs(e){return this._bindingWhenSyntax.whenAnyAncestorIs(e)}whenNoAncestorIs(e){return this._bindingWhenSyntax.whenNoAncestorIs(e)}whenAnyAncestorNamed(e){return this._bindingWhenSyntax.whenAnyAncestorNamed(e)}whenAnyAncestorTagged(e,t){return this._bindingWhenSyntax.whenAnyAncestorTagged(e,t)}whenNoAncestorNamed(e){return this._bindingWhenSyntax.whenNoAncestorNamed(e)}whenNoAncestorTagged(e,t){return this._bindingWhenSyntax.whenNoAncestorTagged(e,t)}whenAnyAncestorMatches(e){return this._bindingWhenSyntax.whenAnyAncestorMatches(e)}whenNoAncestorMatches(e){return this._bindingWhenSyntax.whenNoAncestorMatches(e)}onActivation(e){return this._bindingOnSyntax.onActivation(e)}onDeactivation(e){return this._bindingOnSyntax.onDeactivation(e)}}},41591:(e,t,n)=>{t.isWithinInterval=function(e,t,n){const i=+(0,r.toDate)(e,n?.in),[o,a]=[+(0,r.toDate)(t.start,n?.in),+(0,r.toDate)(t.end,n?.in)].sort((e,t)=>e-t);return i>=o&&i<=a};var r=n(34446)},41799:(e,t,n)=>{var r=n(37217),i=n(60270);e.exports=function(e,t,n,o){var a=n.length,s=a,c=!o;if(null==e)return!s;for(e=Object(e);a--;){var l=n[a];if(c&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++a{t.Hour1to12Parser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=70;parse(e,t,n){switch(t){case"h":return(0,o.parseNumericPattern)(r.numericPatterns.hour12h,e);case"ho":return n.ordinalNumber(e,{unit:"hour"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=12}set(e,t,n){const r=e.getHours()>=12;return r&&n<12?e.setHours(n+12,0,0,0):r||12!==n?e.setHours(n,0,0,0):e.setHours(0,0,0,0),e}incompatibleTokens=["H","K","k","t","T"]}t.Hour1to12Parser=a},42054:e=>{var t="\\ud800-\\udfff",n="["+t+"]",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",i="\\ud83c[\\udffb-\\udfff]",o="[^"+t+"]",a="(?:\\ud83c[\\udde6-\\uddff]){2}",s="[\\ud800-\\udbff][\\udc00-\\udfff]",c="(?:"+r+"|"+i+")"+"?",l="[\\ufe0e\\ufe0f]?",u=l+c+("(?:\\u200d(?:"+[o,a,s].join("|")+")"+l+c+")*"),d="(?:"+[o+r+"?",r,a,s,n].join("|")+")",f=RegExp(i+"(?="+i+")|"+d+u,"g");e.exports=function(e){return e.match(f)||[]}},42366:(e,t,n)=>{t.endOfToday=function(e){return(0,r.endOfDay)(Date.now(),e)};var r=n(61883)},42756:(e,t,n)=>{t.setDefaultOptions=function(e){const t={},n=(0,r.getDefaultOptions)();for(const e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e]);for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(void 0===e[n]?delete t[n]:t[n]=e[n]);(0,r.setDefaultOptions)(t)};var r=n(96755)},42764:(e,t,n)=>{t.formatRFC7231=function(e){const t=(0,o.toDate)(e);if(!(0,i.isValid)(t))throw new RangeError("Invalid time value");const n=a[t.getUTCDay()],c=(0,r.addLeadingZeros)(t.getUTCDate(),2),l=s[t.getUTCMonth()],u=t.getUTCFullYear(),d=(0,r.addLeadingZeros)(t.getUTCHours(),2),f=(0,r.addLeadingZeros)(t.getUTCMinutes(),2),h=(0,r.addLeadingZeros)(t.getUTCSeconds(),2);return`${n}, ${c} ${l} ${u} ${d}:${f}:${h} GMT`};var r=n(72554),i=n(27489),o=n(34446);const a=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],s=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},42814:(e,t,n)=>{var r=n(73492);function i(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}function o(e){return Object.prototype.toString.call(e)}function a(e){return"[object Function]"===o(e)}function s(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const c={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const l={"http:":{validate:function(e,t,n){const r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},u="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function d(e){const t=e.re=function(e){const t={};e=e||{},t.src_Any=r.Any.source,t.src_Cc=r.Cc.source,t.src_Z=r.Z.source,t.src_P=r.P.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}(e.__opts__),n=e.__tlds__.slice();function i(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(i(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(i(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(i(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(i(t.tpl_host_fuzzy_test),"i");const c=[];function l(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach(function(t){const n=e.__schemas__[t];if(null===n)return;const r={validate:null,link:null};if(e.__compiled__[t]=r,"[object Object]"===o(n))return!function(e){return"[object RegExp]"===o(e)}(n.validate)?a(n.validate)?r.validate=n.validate:l(t,n):r.validate=function(e){return function(t,n){const r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}(n.validate),void(a(n.normalize)?r.normalize=n.normalize:n.normalize?l(t,n):r.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===o(e)}(n)?l(t,n):c.push(t)}),c.forEach(function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)}),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const u=Object.keys(e.__compiled__).filter(function(t){return t.length>0&&e.__compiled__[t]}).map(s).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+u+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+u+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function f(e,t){const n=e.__index__,r=e.__last_index__,i=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=i,this.text=i,this.url=i}function h(e,t){const n=new f(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function p(e,t){if(!(this instanceof p))return new p(e,t);var n;t||(n=e,Object.keys(n||{}).reduce(function(e,t){return e||c.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=i({},c,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=i({},l,e),this.__compiled__={},this.__tlds__=u,this.__tlds_replaced__=!1,this.re={},d(this)}p.prototype.add=function(e,t){return this.__schemas__[e]=t,d(this),this},p.prototype.set=function(e){return this.__opts__=i(this.__opts__,e),this},p.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,r,i,o,a,s,c,l;if(this.re.schema_test.test(e))for(s=this.re.schema_search,s.lastIndex=0;null!==(t=s.exec(e));)if(i=this.testSchemaAt(e,t[2],s.lastIndex),i){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+i;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=e.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c=0&&null!==(r=e.match(this.re.email_fuzzy))&&(o=r.index+r[1].length,a=r.index+r[0].length,(this.__index__<0||othis.__last_index__)&&(this.__schema__="mailto:",this.__index__=o,this.__last_index__=a))),this.__index__>=0},p.prototype.pretest=function(e){return this.re.pretest.test(e)},p.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},p.prototype.match=function(e){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(h(this,n)),n=this.__last_index__);let r=n?e.slice(n):e;for(;this.test(r);)t.push(h(this,n)),r=r.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},p.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,h(this,0)):null},p.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,n){return e!==n[t-1]}).reverse(),d(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,d(this),this)},p.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},p.prototype.onCompile=function(){},e.exports=p},42885:e=>{var t,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,a={};((e,t)=>{for(var r in t)n(e,r,{get:t[r],enumerable:!0})})(a,{createSelector:()=>Z,createSelectorCreator:()=>$,createStructuredSelector:()=>z,lruMemoize:()=>L,referenceEqualityCheck:()=>D,setGlobalDevModeChecks:()=>c,unstable_autotrackMemoize:()=>R,weakMapMemoize:()=>V}),e.exports=(t=a,((e,t,a,s)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let c of i(t))o.call(e,c)||c===a||n(e,c,{get:()=>t[c],enumerable:!(s=r(t,c))||s.enumerable});return e})(n({},"__esModule",{value:!0}),t));var s={inputStabilityCheck:"once",identityFunctionCheck:"once"},c=e=>{Object.assign(s,e)},l=Symbol("NOT_FOUND");function u(e,t="expected a function, instead received "+typeof e){if("function"!=typeof e)throw new TypeError(t)}var d=e=>Array.isArray(e)?e:[e];function f(e){const t=Array.isArray(e[0])?e[0]:e;return function(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(e=>"function"==typeof e)){const n=e.map(e=>"function"==typeof e?`function ${e.name||"unnamed"}()`:typeof e).join(", ");throw new TypeError(`${t}[${n}]`)}}(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}var h=0,p=null,m=class{revision=h;_value;_lastValue;_isEqual=g;constructor(e,t=g){this._value=this._lastValue=e,this._isEqual=t}get value(){return p?.add(this),this._value}set value(e){this.value!==e&&(this._value=e,this.revision=++h)}};function g(e,t){return e===t}var v=class{_cachedValue;_cachedRevision=-1;_deps=[];hits=0;fn;constructor(e){this.fn=e}clear(){this._cachedValue=void 0,this._cachedRevision=-1,this._deps=[],this.hits=0}get value(){if(this.revision>this._cachedRevision){const{fn:e}=this,t=new Set,n=p;p=t,this._cachedValue=e(),p=n,this.hits++,this._deps=Array.from(t),this._cachedRevision=this.revision}return p?.add(this),this._cachedValue}get revision(){return Math.max(...this._deps.map(e=>e.revision),0)}};function y(e){return e instanceof m||console.warn("Not a valid cell! ",e),e.value}var C=(e,t)=>!1;function b(){return function(e,t=g){return new m(e,t)}(null,C)}function w(e,t){!function(e,t){if(!(e instanceof m))throw new TypeError("setValue must be passed a tracked store created with `createStorage`.");e.value=e._lastValue=t}(e,t)}var _=e=>{let t=e.collectionTag;null===t&&(t=e.collectionTag=b()),y(t)},x=e=>{const t=e.collectionTag;null!==t&&w(t,null)},O=(Symbol(),0),E=Object.getPrototypeOf({}),M=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy(this,j);tag=b();tags={};children={};collectionTag=null;id=O++},j={get:(e,t)=>function(){const{value:n}=e,r=Reflect.get(n,t);if("symbol"==typeof t)return r;if(t in E)return r;if("object"==typeof r&&null!==r){let n=e.children[t];return void 0===n&&(n=e.children[t]=A(r)),n.tag&&y(n.tag),n.proxy}{let n=e.tags[t];return void 0===n&&(n=e.tags[t]=b(),n.value=r),y(n),r}}(),ownKeys:e=>(_(e),Reflect.ownKeys(e.value)),getOwnPropertyDescriptor:(e,t)=>Reflect.getOwnPropertyDescriptor(e.value,t),has:(e,t)=>Reflect.has(e.value,t)},S=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy([this],P);tag=b();tags={};children={};collectionTag=null;id=O++},P={get:([e],t)=>("length"===t&&_(e),j.get(e,t)),ownKeys:([e])=>j.ownKeys(e),getOwnPropertyDescriptor:([e],t)=>j.getOwnPropertyDescriptor(e,t),has:([e],t)=>j.has(e,t)};function A(e){return Array.isArray(e)?new S(e):new M(e)}function k(e,t){const{value:n,tags:r,children:i}=e;if(e.value=t,Array.isArray(n)&&Array.isArray(t)&&n.length!==t.length)x(e);else if(n!==t){let r=0,i=0,o=!1;for(const e in n)r++;for(const e in t)if(i++,!(e in n)){o=!0;break}(o||r!==i)&&x(e)}for(const i in r){const o=n[i],a=t[i];o!==a&&(x(e),w(r[i],a)),"object"==typeof a&&null!==a&&delete r[i]}for(const e in i){const n=i[e],r=t[e];n.value!==r&&("object"==typeof r&&null!==r?k(n,r):(T(n),delete i[e]))}}function T(e){e.tag&&w(e.tag,null),x(e);for(const t in e.tags)w(e.tags[t],null);for(const t in e.children)T(e.children[t])}var D=(e,t)=>e===t;function I(e){return function(t,n){if(null===t||null===n||t.length!==n.length)return!1;const{length:r}=t;for(let i=0;it&&e(t.key,n)?t.value:l,put(e,n){t={key:e,value:n}},getEntries:()=>t?[t]:[],clear(){t=void 0}}}(a):function(e,t){let n=[];function r(e){const r=n.findIndex(n=>t(e,n.key));if(r>-1){const e=n[r];return r>0&&(n.splice(r,1),n.unshift(e)),e.value}return l}return{get:r,put:function(t,i){r(t)===l&&(n.unshift({key:t,value:i}),n.length>e&&n.pop())},getEntries:function(){return n},clear:function(){n=[]}}}(i,a);function u(){let t=c.get(arguments);if(t===l){if(t=e.apply(null,arguments),s++,o){const e=c.getEntries().find(e=>o(e.value,t));e&&(t=e.value,0!==s&&s--)}c.put(arguments,t)}return t}return u.clearCache=()=>{c.clear(),u.resetResultsCount()},u.resultsCount=()=>s,u.resetResultsCount=()=>{s=0},u}function R(e){const t=A([]);let n=null;const r=I(D),i=(u(o=()=>e.apply(null,t.proxy),"the first parameter to `createCache` must be a function"),new v(o));var o;function a(){return r(n,arguments)||(k(t,arguments),n=arguments),i.value}return a.clearCache=()=>i.clear(),a}var F="undefined"!=typeof WeakRef?WeakRef:class{constructor(e){this.value=e}deref(){return this.value}},N=0,H=1;function B(){return{s:N,v:void 0,o:null,p:null}}function V(e,t={}){let n=B();const{resultEqualityCheck:r}=t;let i,o=0;function a(){let t=n;const{length:a}=arguments;for(let e=0,n=a;e{n=B(),a.resetResultsCount()},a.resultsCount=()=>o,a.resetResultsCount=()=>{o=0},a}function $(e,...t){const n="function"==typeof e?{memoize:e,memoizeOptions:t}:e,r=(...e)=>{let t,r=0,i=0,o={},a=e.pop();"object"==typeof a&&(o=a,a=e.pop()),u(a,`createSelector expects an output function after the inputs, but received: [${typeof a}]`);const s={...n,...o},{memoize:c,memoizeOptions:l=[],argsMemoize:h=V,argsMemoizeOptions:p=[],devModeChecks:m={}}=s,g=d(l),v=d(p),y=f(e),C=c(function(){return r++,a.apply(null,arguments)},...g);const b=h(function(){i++;const e=function(e,t){const n=[],{length:r}=e;for(let i=0;ii,resetDependencyRecomputations:()=>{i=0},lastResult:()=>t,recomputations:()=>r,resetRecomputations:()=>{r=0},memoize:c,argsMemoize:h})};return Object.assign(r,{withTypes:()=>r}),r}var Z=$(V),z=Object.assign((e,t=Z)=>{!function(e,t="expected an object, instead received "+typeof e){if("object"!=typeof e)throw new TypeError(t)}(e,"createStructuredSelector expects first argument to be an object where each property is a selector, instead received a "+typeof e);const n=Object.keys(e);return t(n.map(t=>e[t]),(...e)=>e.reduce((e,t,r)=>(e[n[r]]=t,e),{}))},{withTypes:()=>z})},42963:(e,t,n)=>{t.getDecade=function(e,t){const n=(0,r.toDate)(e,t?.in).getFullYear();return 10*Math.floor(n/10)};var r=n(34446)},43291:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.toDate=void 0;const r=n(1780),i=n(93831),o=n(6405),a=36e5,s=6e4,c={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,plainTime:/:/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:o.tzPattern};function l(e,t,n){t=t||0,n=n||0;const r=new Date(0);r.setUTCFullYear(e,0,4);const i=7*t+n+1-(r.getUTCDay()||7);return r.setUTCDate(r.getUTCDate()+i),r}t.toDate=function(e,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(null===e)return new Date(NaN);const n=null==t.additionalDigits?2:Number(t.additionalDigits);if(2!==n&&1!==n&&0!==n)throw new RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))return new Date(e.getTime());if("number"==typeof e||"[object Number]"===Object.prototype.toString.call(e))return new Date(e);if("[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);const o=function(e){const t={};let n,r=c.dateTimePattern.exec(e);r?(t.date=r[1],n=r[3]):(r=c.datePattern.exec(e),r?(t.date=r[1],n=r[2]):(t.date=null,n=e));if(n){const e=c.timeZone.exec(n);e?(t.time=n.replace(e[1],""),t.timeZone=e[1].trim()):t.time=n}return t}(e),{year:u,restDateString:d}=function(e,t){if(e){const n=c.YYY[t],r=c.YYYYY[t];let i=c.YYYY.exec(e)||r.exec(e);if(i){const t=i[1];return{year:parseInt(t,10),restDateString:e.slice(t.length)}}if(i=c.YY.exec(e)||n.exec(e),i){const t=i[1];return{year:100*parseInt(t,10),restDateString:e.slice(t.length)}}}return{year:null}}(o.date,n),g=function(e,t){if(null===t)return null;let n,r,i;if(!e||!e.length)return n=new Date(0),n.setUTCFullYear(t),n;let o=c.MM.exec(e);if(o)return n=new Date(0),r=parseInt(o[1],10)-1,h(t,r)?(n.setUTCFullYear(t,r),n):new Date(NaN);if(o=c.DDD.exec(e),o){n=new Date(0);const e=parseInt(o[1],10);return function(e,t){if(t<1)return!1;const n=f(e);if(n&&t>366)return!1;if(!n&&t>365)return!1;return!0}(t,e)?(n.setUTCFullYear(t,0,e),n):new Date(NaN)}if(o=c.MMDD.exec(e),o){n=new Date(0),r=parseInt(o[1],10)-1;const e=parseInt(o[2],10);return h(t,r,e)?(n.setUTCFullYear(t,r,e),n):new Date(NaN)}if(o=c.Www.exec(e),o)return i=parseInt(o[1],10)-1,p(i)?l(t,i):new Date(NaN);if(o=c.WwwD.exec(e),o){i=parseInt(o[1],10)-1;const e=parseInt(o[2],10)-1;return p(i,e)?l(t,i,e):new Date(NaN)}return null}(d,u);if(null===g||isNaN(g.getTime()))return new Date(NaN);if(g){const e=g.getTime();let n,l=0;if(o.time&&(l=function(e){let t,n,r=c.HH.exec(e);if(r)return t=parseFloat(r[1].replace(",",".")),m(t)?t%24*a:NaN;if(r=c.HHMM.exec(e),r)return t=parseInt(r[1],10),n=parseFloat(r[2].replace(",",".")),m(t,n)?t%24*a+n*s:NaN;if(r=c.HHMMSS.exec(e),r){t=parseInt(r[1],10),n=parseInt(r[2],10);const e=parseFloat(r[3].replace(",","."));return m(t,n,e)?t%24*a+n*s+1e3*e:NaN}return null}(o.time),null===l||isNaN(l)))return new Date(NaN);if(o.timeZone||t.timeZone){if(n=(0,i.tzParseTimezone)(o.timeZone||t.timeZone,new Date(e+l)),isNaN(n))return new Date(NaN)}else n=(0,r.getTimezoneOffsetInMilliseconds)(new Date(e+l)),n=(0,r.getTimezoneOffsetInMilliseconds)(new Date(e+l+n));return new Date(e+l+n)}return new Date(NaN)};const u=[31,28,31,30,31,30,31,31,30,31,30,31],d=[31,29,31,30,31,30,31,31,30,31,30,31];function f(e){return e%400==0||e%4==0&&e%100!=0}function h(e,t,n){if(t<0||t>11)return!1;if(null!=n){if(n<1)return!1;const r=f(e);if(r&&n>d[t])return!1;if(!r&&n>u[t])return!1}return!0}function p(e,t){return!(e<0||e>52)&&(null==t||!(t<0||t>6))}function m(e,t,n){return!(e<0||e>=25)&&((null==t||!(t<0||t>=60))&&(null==n||!(n<0||n>=60)))}},43298:(e,t,n)=>{t.lastDayOfISOWeekYear=function(e,t){const n=(0,i.getISOWeekYear)(e,t),a=(0,r.constructFrom)(t?.in||e,0);a.setFullYear(n+1,0,4),a.setHours(0,0,0,0);const s=(0,o.startOfISOWeek)(a,t);return s.setDate(s.getDate()-1),s};var r=n(92956),i=n(9957),o=n(36107)},43348:(e,t,n)=>{t.isWeekend=function(e,t){const n=(0,r.toDate)(e,t?.in).getDay();return 0===n||6===n};var r=n(34446)},43360:(e,t,n)=>{var r=n(93243);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},43495:(e,t,n)=>{t.FractionOfSecondParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=30;parse(e,t){return(0,i.mapValue)((0,i.parseNDigits)(t.length,e),e=>Math.trunc(e*Math.pow(10,3-t.length)))}set(e,t,n){return e.setMilliseconds(n),e}incompatibleTokens=["t","T"]}t.FractionOfSecondParser=o},43838:(e,t,n)=>{var r=n(21791),i=n(37241);e.exports=function(e,t){return e&&r(t,i(t),e)}},43859:(e,t,n)=>{t.nextSaturday=function(e,t){return(0,r.nextDay)(e,6,t)};var r=n(70064)},43999:(e,t,n)=>{t.endOfMinute=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setSeconds(59,999),n};var r=n(34446)},44063:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassElementMetadataFromLegacyMetadata=function(e){const t=e.find(e=>e.key===o.INJECT_TAG),n=e.find(e=>e.key===o.MULTI_INJECT_TAG);if(void 0!==e.find(e=>e.key===o.UNMANAGED_TAG))return function(e,t){if(void 0!==t||void 0!==e)throw new r.InversifyCoreError(i.InversifyCoreErrorKind.missingInjectionDecorator,"Expected a single @inject, @multiInject or @unmanaged metadata");return{kind:a.ClassElementMetadataKind.unmanaged}}(t,n);if(void 0===n&&void 0===t)throw new r.InversifyCoreError(i.InversifyCoreErrorKind.missingInjectionDecorator,"Expected @inject, @multiInject or @unmanaged metadata");const s=e.find(e=>e.key===o.NAMED_TAG),c=e.find(e=>e.key===o.OPTIONAL_TAG),l=e.find(e=>e.key===o.NAME_TAG);return{kind:void 0===t?a.ClassElementMetadataKind.multipleInjection:a.ClassElementMetadataKind.singleInjection,name:s?.value,optional:void 0!==c,tags:new Map(e.filter(e=>o.NON_CUSTOM_TAG_KEYS.every(t=>e.key!==t)).map(e=>[e.key,e.value])),targetName:l?.value,value:void 0===t?n?.value:t.value}};const r=n(21773),i=n(94931),o=n(83313),a=n(86277)},44186:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Store=void 0,n(70123);const r=n(98883),i=n(50492),o=n(23297),a=n(76709);t.Store=class{constructor(e){this.onAction=new r.Signal(i.ErrorAggregator),this._listeners=[],this._currentState=e,this.dispatch=this.dispatch.bind(this)}get state(){return this._currentState}dispatch(e){return e.call(this,()=>this.reduceAndSignal(e)).catch(e=>{throw o.ErrorHandler.for(e).log(),e})}async init(){}setState(e){this._currentState=e}reduceAndSignal(e){return this.reduce(e),this.onAction.emit(e)}reduce(e){e instanceof a.KeyedAction?this._currentState={...this._currentState,[e.key]:e.reduce(this._currentState[e.key])}:this._currentState=e.reduce(this._currentState),this._listeners.forEach(e=>e(()=>this._currentState))}getState(){return this._currentState}subscribe(e){return this._listeners.push(e),()=>{const t=this._listeners.indexOf(e);t>=0&&this._listeners.splice(t,1)}}}},44337:(e,t)=>{t.isDate=function(e){return e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}},44394:(e,t,n)=>{var r=n(72552),i=n(40346);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==r(e)}},45083:(e,t,n)=>{var r=n(1882),i=n(87296),o=n(23805),a=n(47473),s=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,d=l.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?f:s).test(a(e))}},45167:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.newDateUTC=void 0,t.newDateUTC=function(e,t,n,r,i,o,a){const s=new Date(0);return s.setUTCFullYear(e,t,n),s.setUTCHours(r,i,o,a),s}},45304:(e,t,n)=>{t.ISOWeekYearParser=void 0;var r=n(36107),i=n(92956),o=n(5513),a=n(93771);class s extends o.Parser{priority=130;parse(e,t){return"R"===t?(0,a.parseNDigitsSigned)(4,e):(0,a.parseNDigitsSigned)(t.length,e)}set(e,t,n){const o=(0,i.constructFrom)(e,0);return o.setFullYear(n,0,4),o.setHours(0,0,0,0),(0,r.startOfISOWeek)(o)}incompatibleTokens=["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]}t.ISOWeekYearParser=s},45434:e=>{var t=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=function(e){return t.test(e)}},45460:(e,t,n)=>{t.differenceInMonths=function(e,t,n){const[s,c,l]=(0,r.normalizeDates)(n?.in,e,e,t),u=(0,i.compareAsc)(c,l),d=Math.abs((0,o.differenceInCalendarMonths)(c,l));if(d<1)return 0;1===c.getMonth()&&c.getDate()>27&&c.setDate(30);c.setMonth(c.getMonth()-u*d);let f=(0,i.compareAsc)(c,l)===-u;(0,a.isLastDayOfMonth)(s)&&1===d&&1===(0,i.compareAsc)(s,l)&&(f=!1);const h=u*(d-+f);return 0===h?0:h};var r=n(8256),i=n(86789),o=n(60562),a=n(70920)},45539:(e,t,n)=>{var r=n(40882),i=n(50828),o=n(66645),a=RegExp("['’]","g");e.exports=function(e){return function(t){return r(o(i(t).replace(a,"")),e,"")}}},45824:(e,t,n)=>{t.eachMonthOfInterval=function(e,t){const{start:n,end:o}=(0,r.normalizeInterval)(t?.in,e);let a=+n>+o;const s=a?+n:+o,c=a?o:n;c.setHours(0,0,0,0),c.setDate(1);let l=t?.step??1;if(!l)return[];l<0&&(l=-l,a=!a);const u=[];for(;+c<=s;)u.push((0,i.constructFrom)(n,c)),c.setMonth(c.getMonth()+l);return a?u.reverse():u};var r=n(18290),i=n(92956)},46482:(e,t,n)=>{t.getOverlappingDaysInIntervals=function(e,t){const[n,a]=[+(0,o.toDate)(e.start),+(0,o.toDate)(e.end)].sort((e,t)=>e-t),[s,c]=[+(0,o.toDate)(t.start),+(0,o.toDate)(t.end)].sort((e,t)=>e-t);if(!(na?a:c,f=d-(0,r.getTimezoneOffsetInMilliseconds)(d);return Math.ceil((f-u)/i.millisecondsInDay)};var r=n(16339),i=n(78052),o=n(34446)},46601:(e,t,n)=>{t.endOfYesterday=function(e){const t=(0,i.constructNow)(e?.in),n=(0,r.constructFrom)(e?.in,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()-1),n.setHours(23,59,59,999),n};var r=n(92956),i=n(2700)},46689:(e,t,n)=>{t.addSeconds=function(e,t,n){return(0,r.addMilliseconds)(e,1e3*t,n)};var r=n(84280)},46862:(e,t,n)=>{t.EraParser=void 0;var r=n(5513);class i extends r.Parser{priority=140;parse(e,t,n){switch(t){case"G":case"GG":case"GGG":return n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"});case"GGGGG":return n.era(e,{width:"narrow"});default:return n.era(e,{width:"wide"})||n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"})}}set(e,t,n){return t.era=n,e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=["R","u","t","T"]}t.EraParser=i},47237:e=>{e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},47422:(e,t,n)=>{var r=n(31769),i=n(77797);e.exports=function(e,t){for(var n=0,o=(t=r(t,e)).length;null!=e&&n{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},47699:(e,t)=>{t.timezonePatterns=t.numericPatterns=void 0;t.numericPatterns={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},t.timezonePatterns={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/}},47702:(e,t,n)=>{t.DayParser=void 0;var r=n(4395),i=n(5513);class o extends i.Parser{priority=90;parse(e,t,n){switch(t){case"E":case"EE":case"EEE":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return n.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,i){return(e=(0,r.setDay)(e,n,i)).setHours(0,0,0,0),e}incompatibleTokens=["D","i","e","c","t","T"]}t.DayParser=o},47753:e=>{var t=/^\s+|\s+$/g,n=/^[-+]0x[0-9a-f]+$/i,r=/^0b[01]+$/i,i=/^0o[0-7]+$/i,o=parseInt,a=Object.prototype.toString;function s(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function c(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==a.call(e)}(e))return NaN;if(s(e)){var c="function"==typeof e.valueOf?e.valueOf():e;e=s(c)?c+"":c}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(t,"");var l=r.test(e);return l||i.test(e)?o(e.slice(2),l?2:8):n.test(e)?NaN:+e}e.exports=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=c(n))==n?n:0),void 0!==t&&(t=(t=c(t))==t?t:0),function(e,t,n){return e==e&&(void 0!==n&&(e=e<=n?e:n),void 0!==t&&(e=e>=t?e:t)),e}(c(e),t,n)}},48164:(e,t,n)=>{t.isFriday=function(e,t){return 5===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},48214:(e,t,n)=>{t.clamp=function(e,t,n){const[a,s,c]=(0,r.normalizeDates)(n?.in,e,t.start,t.end);return(0,o.min)([(0,i.max)([a,s],n),c],n)};var r=n(8256),i=n(38873),o=n(94855)},48259:(e,t,n)=>{t.StandAloneQuarterParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=120;parse(e,t,n){switch(t){case"q":case"qq":return(0,i.parseNDigits)(t.length,e);case"qo":return n.ordinalNumber(e,{unit:"quarter"});case"qqq":return n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return n.quarter(e,{width:"narrow",context:"standalone"});default:return n.quarter(e,{width:"wide",context:"standalone"})||n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth(3*(n-1),1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]}t.StandAloneQuarterParser=o},48391:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.activeStartDate,n=e.drillUp,c=e.formatMonthYear,l=void 0===c?a.formatMonthYear:c,u=e.formatYear,d=void 0===u?a.formatYear:u,f=e.locale,h=e.maxDate,p=e.minDate,m=e.navigationAriaLabel,g=void 0===m?"":m,v=e.navigationAriaLive,y=e.navigationLabel,C=e.next2AriaLabel,b=void 0===C?"":C,w=e.next2Label,_=void 0===w?"»":w,x=e.nextAriaLabel,O=void 0===x?"":x,E=e.nextLabel,M=void 0===E?"›":E,j=e.prev2AriaLabel,S=void 0===j?"":j,P=e.prev2Label,A=void 0===P?"«":P,k=e.prevAriaLabel,T=void 0===k?"":k,D=e.prevLabel,I=void 0===D?"‹":D,L=e.setActiveStartDate,R=e.showDoubleView,F=e.view,N=e.views.indexOf(F)>0,H="century"!==F,B=(0,o.getBeginPrevious)(F,t),V=H?(0,o.getBeginPrevious2)(F,t):void 0,$=(0,o.getBeginNext)(F,t),Z=H?(0,o.getBeginNext2)(F,t):void 0,z=function(){if(B.getFullYear()<0)return!0;var e=(0,o.getEndPrevious)(F,t);return p&&p>=e}(),W=H&&function(){if(V.getFullYear()<0)return!0;var e=(0,o.getEndPrevious2)(F,t);return p&&p>=e}(),U=h&&h<$,G=H&&h&&h{var r=n(26025);e.exports=function(e){return r(this.__data__,e)>-1}},48833:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getFirstArrayDuplicate=function(e){const t=new Set;for(const n of e){if(t.has(n))return n;t.add(n)}return}},48948:(e,t,n)=>{var r=n(21791),i=n(86375);e.exports=function(e,t){return r(e,i(e),t)}},49038:(e,t)=>{t.buildMatchFn=function(e){return(t,n={})=>{const r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],o=t.match(i);if(!o)return null;const a=o[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?function(e,t){for(let n=0;ne.test(a)):function(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n;return}(s,e=>e.test(a));let l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;return{value:l,rest:t.slice(a.length)}}}},49049:(e,t,n)=>{t.yearsToQuarters=function(e){return Math.trunc(e*r.quartersInYear)};var r=n(78052)},49195:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTargets=void 0;const r=n(49343),i=n(8841),o=n(9750),a=n(7520),s=n(16586);t.getTargets=e=>{const t=void 0===e?r.getClassMetadata:t=>(0,i.getClassMetadataFromMetadataReader)(t,e),n=void 0===e?o.getClassMetadataProperties:t=>(0,a.getClassMetadataPropertiesFromMetadataReader)(t,e);return(0,s.getTargetsFromMetadataProviders)(t,n)}},49326:(e,t,n)=>{var r=n(31769),i=n(72428),o=n(56449),a=n(30361),s=n(30294),c=n(77797);e.exports=function(e,t,n){for(var l=-1,u=(t=r(t,e)).length,d=!1;++l{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadata=function(e){const t=(0,r.getReflectMetadata)(e,i.POST_CONSTRUCT),n=(0,r.getReflectMetadata)(e,i.PRE_DESTROY);return{constructorArguments:(0,o.getClassMetadataConstructorArguments)(e),lifecycle:{postConstructMethodName:t?.value,preDestroyMethodName:n?.value},properties:(0,a.getClassMetadataProperties)(e)}};const r=n(59517),i=n(83313),o=n(62719),a=n(9750)},49460:(e,t,n)=>{t.format=t.formatDate=function(e,t,n){const f=(0,i.getDefaultOptions)(),h=n?.locale??f.locale??r.defaultLocale,g=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??f.firstWeekContainsDate??f.locale?.options?.firstWeekContainsDate??1,v=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??f.weekStartsOn??f.locale?.options?.weekStartsOn??0,y=(0,l.toDate)(e,n?.in);if(!(0,c.isValid)(y))throw new RangeError("Invalid time value");let C=t.match(d).map(e=>{const t=e[0];if("p"===t||"P"===t){return(0,a.longFormatters[t])(e,h.formatLong)}return e}).join("").match(u).map(e=>{if("''"===e)return{isToken:!1,value:"'"};const t=e[0];if("'"===t)return{isToken:!1,value:m(e)};if(o.formatters[t])return{isToken:!0,value:e};if(t.match(p))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});h.localize.preprocessor&&(C=h.localize.preprocessor(y,C));const b={firstWeekContainsDate:g,weekStartsOn:v,locale:h};return C.map(r=>{if(!r.isToken)return r.value;const i=r.value;(!n?.useAdditionalWeekYearTokens&&(0,s.isProtectedWeekYearToken)(i)||!n?.useAdditionalDayOfYearTokens&&(0,s.isProtectedDayOfYearToken)(i))&&(0,s.warnOrThrowProtectedError)(i,t,String(e));return(0,o.formatters[i[0]])(y,i,h.localize,b)}).join("")},Object.defineProperty(t,"formatters",{enumerable:!0,get:function(){return o.formatters}}),Object.defineProperty(t,"longFormatters",{enumerable:!0,get:function(){return a.longFormatters}});var r=n(89577),i=n(96755),o=n(83525),a=n(7083),s=n(92364),c=n(27489),l=n(34446);const u=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,d=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,f=/^'([^]*?)'?$/,h=/''/g,p=/[a-zA-Z]/;function m(e){const t=e.match(f);return t?t[1].replace(h,"'"):e}},49612:(e,t,n)=>{t.Hour0to23Parser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=70;parse(e,t,n){switch(t){case"H":return(0,o.parseNumericPattern)(r.numericPatterns.hour23h,e);case"Ho":return n.ordinalNumber(e,{unit:"hour"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=0&&t<=23}set(e,t,n){return e.setHours(n,0,0,0),e}incompatibleTokens=["a","b","h","K","k","t","T"]}t.Hour0to23Parser=a},49653:(e,t,n)=>{var r=n(37828);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},49698:e=>{var t=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return t.test(e)}},49825:(e,t,n)=>{t.isSameQuarter=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t);return+(0,i.startOfQuarter)(o)===+(0,i.startOfQuarter)(a)};var r=n(8256),i=n(16944)},50002:(e,t,n)=>{var r=n(82199),i=n(4664),o=n(95950);e.exports=function(e){return r(e,o,i)}},50104:(e,t,n)=>{var r=n(53661);function i(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(i.Cache||r),n}i.Cache=r,e.exports=i},50192:(e,t,n)=>{t.differenceInSeconds=function(e,t,n){const o=(0,i.differenceInMilliseconds)(e,t)/1e3;return(0,r.getRoundingMethod)(n?.roundingMethod)(o)};var r=n(1331),i=n(52495)},50383:(e,t,n)=>{var r=n(5778),i=n(73492),o=n(72730),a=n(42814),s=n(27444);function c(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}var l=c(r),u=c(i);function d(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}const f=Object.prototype.hasOwnProperty;function h(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e}function p(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function m(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function g(e){if(e>65535){const t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const v=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,y=new RegExp(v.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),C=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function b(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(y,function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&C.test(t)){const n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return m(n)?g(n):e}const n=o.decodeHTML(e);return n!==e?n:e}(e,n)})}const w=/[&<>"]/,_=/[&<>"]/g,x={"&":"&","<":"<",">":">",'"':"""};function O(e){return x[e]}function E(e){return w.test(e)?e.replace(_,O):e}const M=/[.?*+^$[\]\\(){}|-]/g;function j(e){switch(e){case 9:case 32:return!0}return!1}function S(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function P(e){return u.P.test(e)||u.S.test(e)}function A(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function k(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const T={mdurl:l,ucmicro:u};var D=Object.freeze({__proto__:null,arrayReplaceAt:p,assign:h,escapeHtml:E,escapeRE:function(e){return e.replace(M,"\\$&")},fromCodePoint:g,has:function(e,t){return f.call(e,t)},isMdAsciiPunct:A,isPunctChar:P,isSpace:j,isString:d,isValidEntityCode:m,isWhiteSpace:S,lib:T,normalizeReference:k,unescapeAll:b,unescapeMd:function(e){return e.indexOf("\\")<0?e:e.replace(v,"$1")}});var I=Object.freeze({__proto__:null,parseLinkDestination:function(e,t,n){let r,i=t;const o={ok:!1,pos:0,str:""};if(60===e.charCodeAt(i)){for(i++;i32))return o;if(41===r){if(0===a)break;a--}i++}return t===i||0!==a||(o.str=b(e.slice(t,i)),o.pos=i,o.ok=!0),o},parseLinkLabel:function(e,t,n){let r,i,o,a;const s=e.posMax,c=e.pos;for(e.pos=t+1,r=1;e.pos=n)return a;let r=e.charCodeAt(o);if(34!==r&&39!==r&&40!==r)return a;t++,o++,40===r&&(r=41),a.marker=r}for(;o"+E(o.content)+""},L.code_block=function(e,t,n,r,i){const o=e[t];return""+E(e[t].content)+"\n"},L.fence=function(e,t,n,r,i){const o=e[t],a=o.info?b(o.info).trim():"";let s,c="",l="";if(a){const e=a.split(/(\s+)/g);c=e[0],l=e.slice(2).join("")}if(s=n.highlight&&n.highlight(o.content,c,l)||E(o.content),0===s.indexOf("${s}\n`}return`
${s}
\n`},L.image=function(e,t,n,r,i){const o=e[t];return o.attrs[o.attrIndex("alt")][1]=i.renderInlineAsText(o.children,n,r),i.renderToken(e,t,n)},L.hardbreak=function(e,t,n){return n.xhtmlOut?"
\n":"
\n"},L.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
\n":"
\n":"\n"},L.text=function(e,t){return E(e[t].content)},L.html_block=function(e,t){return e[t].content},L.html_inline=function(e,t){return e[t].content},R.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",i},R.prototype.renderInline=function(e,t,n){let r="";const i=this.rules;for(let o=0,a=e.length;o=0&&(n=this.attrs[t][1]),n},N.prototype.attrJoin=function(e,t){const n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t},H.prototype.Token=N;const B=/\r\n?|\n/g,V=/\0/g;function $(e){return/^\s]/i.test(e)}function Z(e){return/^<\/a\s*>/i.test(e)}const z=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,W=/\((c|tm|r)\)/i,U=/\((c|tm|r)\)/gi,G={c:"©",r:"®",tm:"™"};function Y(e,t){return G[t.toLowerCase()]}function q(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||(r.content=r.content.replace(U,Y)),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function K(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||z.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}const X=/['"]/,J=/['"]/g;function Q(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function ee(e,t){let n;const r=[];for(let i=0;i=0&&!(r[n].level<=a);n--);if(r.length=n+1,"text"!==o.type)continue;let s=o.content,c=0,l=s.length;e:for(;c=0)p=s.charCodeAt(u.index-1);else for(n=i-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){p=e[n].content.charCodeAt(e[n].content.length-1);break}let m=32;if(c=48&&p<=57&&(f=d=!1),d&&f&&(d=g,f=v),d||f){if(f)for(n=r.length-1;n>=0;n--){let d=r[n];if(r[n].level=0;o--){const a=r[o];if("link_close"!==a.type){if("html_inline"===a.type&&($(a.content)&&i>0&&i--,Z(a.content)&&i++),!(i>0)&&"text"===a.type&&e.md.linkify.test(a.content)){const i=a.content;let s=e.md.linkify.match(i);const c=[];let l=a.level,u=0;s.length>0&&0===s[0].index&&o>0&&"text_special"===r[o-1].type&&(s=s.slice(1));for(let t=0;tu){const t=new e.Token("text","",0);t.content=i.slice(u,a),t.level=l,c.push(t)}const d=new e.Token("link_open","a",1);d.attrs=[["href",r]],d.level=l++,d.markup="linkify",d.info="auto",c.push(d);const f=new e.Token("text","",0);f.content=o,f.level=l,c.push(f);const h=new e.Token("link_close","a",-1);h.level=--l,h.markup="linkify",h.info="auto",c.push(h),u=s[t].lastIndex}if(u=0;t--)"inline"===e.tokens[t].type&&(W.test(e.tokens[t].content)&&q(e.tokens[t].children),z.test(e.tokens[t].content)&&K(e.tokens[t].children))}],["smartquotes",function(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&X.test(e.tokens[t].content)&&ee(e.tokens[t].children,e)}],["text_join",function(e){let t,n;const r=e.tokens,i=r.length;for(let e=0;e0&&this.level++,this.tokens.push(r),r},re.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},re.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!j(this.src.charCodeAt(--e)))return e+1;return e},re.prototype.skipChars=function(e,t){for(let n=this.src.length;en;)if(t!==this.src.charCodeAt(--e))return e+1;return e},re.prototype.getLines=function(e,t,n,r){if(e>=t)return"";const i=new Array(t-e);for(let o=0,a=e;an?new Array(e-n+1).join(" ")+this.src.slice(l,c):this.src.slice(l,c)}return i.join("")},re.prototype.Token=N;function ie(e,t){const n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function oe(e){const t=[],n=e.length;let r=0,i=e.charCodeAt(r),o=!1,a=0,s="";for(;r=r)return-1;let o=e.src.charCodeAt(i++);if(o<48||o>57)return-1;for(;;){if(i>=r)return-1;if(o=e.src.charCodeAt(i++),!(o>=48&&o<=57)){if(41===o||46===o)break;return-1}if(i-n>=10)return-1}return i`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",le="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",ue=new RegExp("^(?:"+ce+"|"+le+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),de=new RegExp("^(?:"+ce+"|"+le+")"),fe=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(de.source+"\\s*$"),/^$/,!1]];const he=[["table",function(e,t,n,r){if(t+2>n)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let o=e.bMarks[i]+e.tShift[i];if(o>=e.eMarks[i])return!1;const a=e.src.charCodeAt(o++);if(124!==a&&45!==a&&58!==a)return!1;if(o>=e.eMarks[i])return!1;const s=e.src.charCodeAt(o++);if(124!==s&&45!==s&&58!==s&&!j(s))return!1;if(45===a&&j(s))return!1;for(;o=4)return!1;l=oe(c),l.length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop();const d=l.length;if(0===d||d!==u.length)return!1;if(r)return!0;const f=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),p=[t,0];e.push("table_open","table",1).map=p,e.push("thead_open","thead",1).map=[t,t+1],e.push("tr_open","tr",1).map=[t,t+1];for(let t=0;t=4)break;if(l=oe(c),l.length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop(),g+=d-l.length,g>65536)break;if(i===t+2){e.push("tbody_open","tbody",1).map=m=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t=4))break;r++,i=r}e.line=i;const o=e.push("code_block","code",0);return o.content=e.getLines(t,i,4+e.blkIndent,!1)+"\n",o.map=[t,e.line],!0}],["fence",function(e,t,n,r){let i=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(i+3>o)return!1;const a=e.src.charCodeAt(i);if(126!==a&&96!==a)return!1;let s=i;i=e.skipChars(i,a);let c=i-s;if(c<3)return!1;const l=e.src.slice(s,i),u=e.src.slice(i,o);if(96===a&&u.indexOf(String.fromCharCode(a))>=0)return!1;if(r)return!0;let d=t,f=!1;for(;(d++,!(d>=n))&&(i=s=e.bMarks[d]+e.tShift[d],o=e.eMarks[d],!(i=4||(i=e.skipChars(i,a),i-s=4)return!1;if(62!==e.src.charCodeAt(i))return!1;if(r)return!0;const s=[],c=[],l=[],u=[],d=e.md.block.ruler.getRules("blockquote"),f=e.parentType;e.parentType="blockquote";let h,p=!1;for(h=t;h=o)break;if(62===e.src.charCodeAt(i++)&&!t){let t,n,r=e.sCount[h]+1;32===e.src.charCodeAt(i)?(i++,r++,n=!1,t=!0):9===e.src.charCodeAt(i)?(t=!0,(e.bsCount[h]+r)%4==3?(i++,r++,n=!1):n=!0):t=!1;let a=r;for(s.push(e.bMarks[h]),e.bMarks[h]=i;i=o,c.push(e.bsCount[h]),e.bsCount[h]=e.sCount[h]+1+(t?1:0),l.push(e.sCount[h]),e.sCount[h]=a-r,u.push(e.tShift[h]),e.tShift[h]=i-e.bMarks[h];continue}if(p)break;let r=!1;for(let t=0,i=d.length;t";const v=[t,0];g.map=v,e.md.block.tokenize(e,t,h),e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=a,e.parentType=f,v[1]=e.line;for(let n=0;n=4)return!1;let o=e.bMarks[t]+e.tShift[t];const a=e.src.charCodeAt(o++);if(42!==a&&45!==a&&95!==a)return!1;let s=1;for(;o=4)return!1;if(e.listIndent>=0&&e.sCount[c]-e.listIndent>=4&&e.sCount[c]=e.blkIndent&&(h=!0),(f=se(e,c))>=0){if(u=!0,a=e.bMarks[c]+e.tShift[c],d=Number(e.src.slice(a,f-1)),h&&1!==d)return!1}else{if(!((f=ae(e,c))>=0))return!1;u=!1}if(h&&e.skipSpaces(f)>=e.eMarks[c])return!1;if(r)return!0;const p=e.src.charCodeAt(f-1),m=e.tokens.length;u?(s=e.push("ordered_list_open","ol",1),1!==d&&(s.attrs=[["start",d]])):s=e.push("bullet_list_open","ul",1);const g=[c,0];s.map=g,s.markup=String.fromCharCode(p);let v=!1;const y=e.md.block.ruler.getRules("list"),C=e.parentType;for(e.parentType="list";c=i?1:r-t,h>4&&(h=1);const m=t+h;s=e.push("list_item_open","li",1),s.markup=String.fromCharCode(p);const g=[c,0];s.map=g,u&&(s.info=e.src.slice(a,f-1));const C=e.tight,b=e.tShift[c],w=e.sCount[c],_=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=m,e.tight=!0,e.tShift[c]=d-e.bMarks[c],e.sCount[c]=r,d>=i&&e.isEmpty(c+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,c,n,!0),e.tight&&!v||(l=!1),v=e.line-c>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=_,e.tShift[c]=b,e.sCount[c]=w,e.tight=C,s=e.push("list_item_close","li",-1),s.markup=String.fromCharCode(p),c=e.line,g[1]=c,c>=n)break;if(e.sCount[c]=4)break;let x=!1;for(let t=0,r=y.length;t=4)return!1;if(91!==e.src.charCodeAt(i))return!1;function s(t){const n=e.lineMax;if(t>=n||e.isEmpty(t))return null;let r=!1;if(e.sCount[t]-e.blkIndent>3&&(r=!0),e.sCount[t]<0&&(r=!0),!r){const r=e.md.block.ruler.getRules("reference"),i=e.parentType;e.parentType="reference";let o=!1;for(let i=0,a=r.length;i=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(i))return!1;let a=e.src.slice(i,o),s=0;for(;s=4)return!1;let a=e.src.charCodeAt(i);if(35!==a||i>=o)return!1;let s=1;for(a=e.src.charCodeAt(++i);35===a&&i6||ii&&j(e.src.charCodeAt(c-1))&&(o=c),e.line=t+1;const l=e.push("heading_open","h"+String(s),1);l.markup="########".slice(0,s),l.map=[t,e.line];const u=e.push("inline","",0);return u.content=e.src.slice(i,o).trim(),u.map=[t,e.line],u.children=[],e.push("heading_close","h"+String(s),-1).markup="########".slice(0,s),!0},["paragraph","reference","blockquote"]],["lheading",function(e,t,n){const r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const i=e.parentType;e.parentType="paragraph";let o,a=0,s=t+1;for(;s3)continue;if(e.sCount[s]>=e.blkIndent){let t=e.bMarks[s]+e.tShift[s];const n=e.eMarks[s];if(t=n))){a=61===o?1:2;break}}if(e.sCount[s]<0)continue;let t=!1;for(let i=0,o=r.length;i3)continue;if(e.sCount[o]<0)continue;let t=!1;for(let i=0,a=r.length;i=n))&&!(e.sCount[a]=o){e.line=n;break}const t=e.line;let c=!1;for(let o=0;o=e.line)throw new Error("block rule didn't increment state.line");break}if(!c)throw new Error("none of the block rules matched");e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),a=e.line,a0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(i),r},me.prototype.scanDelims=function(e,t){const n=this.posMax,r=this.src.charCodeAt(e),i=e>0?this.src.charCodeAt(e-1):32;let o=e;for(;o?@[]^_`{|}~-".split("").forEach(function(e){ye[e.charCodeAt(0)]=1});var be={tokenize:function(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t)return!1;if(126!==r)return!1;const i=e.scanDelims(e.pos,!0);let o=i.length;const a=String.fromCharCode(r);if(o<2)return!1;let s;o%2&&(s=e.push("text","",0),s.content=a,o--);for(let t=0;t=0;n--){const r=t[n];if(95!==r.marker&&42!==r.marker)continue;if(-1===r.end)continue;const i=t[r.end],o=n>0&&t[n-1].end===r.end+1&&t[n-1].marker===r.marker&&t[n-1].token===r.token-1&&t[r.end+1].token===i.token+1,a=String.fromCharCode(r.marker),s=e.tokens[r.token];s.type=o?"strong_open":"em_open",s.tag=o?"strong":"em",s.nesting=1,s.markup=o?a+a:a,s.content="";const c=e.tokens[i.token];c.type=o?"strong_close":"em_close",c.tag=o?"strong":"em",c.nesting=-1,c.markup=o?a+a:a,c.content="",o&&(e.tokens[t[n-1].token].content="",e.tokens[t[r.end+1].token].content="",n--)}}var _e={tokenize:function(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t)return!1;if(95!==r&&42!==r)return!1;const i=e.scanDelims(e.pos,42===r);for(let t=0;t\x00-\x20]*)$/;const Ee=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Me=/^&([a-z][a-z0-9]{1,31});/i;function je(e){const t={},n=e.length;if(!n)return;let r=0,i=-2;const o=[];for(let a=0;as;c-=o[c]+1){const t=e[c];if(t.marker===n.marker&&(t.open&&t.end<0)){let r=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3==0&&n.length%3==0||(r=!0)),!r){const r=c>0&&!e[c-1].open?o[c-1]+1:0;o[a]=a-c+r,o[c]=r,n.open=!1,t.end=a,t.close=!1,l=-1,i=-2;break}}}-1!==l&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=l)}}const Se=[["text",function(e,t){let n=e.pos;for(;n0)return!1;const n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;const r=e.pending.match(ve);if(!r)return!1;const i=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-i.length));if(!o)return!1;let a=o.url;if(a.length<=i.length)return!1;a=a.replace(/\*+$/,"");const s=e.md.normalizeLink(a);if(!e.md.validateLink(s))return!1;if(!t){e.pending=e.pending.slice(0,-i.length);const t=e.push("link_open","a",1);t.attrs=[["href",s]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(a);const n=e.push("link_close","a",-1);n.markup="linkify",n.info="auto"}return e.pos+=a.length-i.length,!0}],["newline",function(e,t){let n=e.pos;if(10!==e.src.charCodeAt(n))return!1;const r=e.pending.length-1,i=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){let t=r-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n=r)return!1;let i=e.src.charCodeAt(n);if(10===i){for(t||e.push("hardbreak","br",0),n++;n=55296&&i<=56319&&n+1=56320&&t<=57343&&(o+=e.src[n+1],n++)}const a="\\"+o;if(!t){const t=e.push("text_special","",0);i<256&&0!==ye[i]?t.content=o:t.content=a,t.markup=a,t.info="escape"}return e.pos=n+1,!0}],["backticks",function(e,t){let n=e.pos;if(96!==e.src.charCodeAt(n))return!1;const r=n;n++;const i=e.posMax;for(;n=d)return!1;if(c=p,i=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),i.ok){for(a=e.md.normalizeLink(i.str),e.md.validateLink(a)?p=i.pos:a="",c=p;p=d||41!==e.src.charCodeAt(p))&&(l=!0),p++}if(l){if(void 0===e.env.references)return!1;if(p=0?r=e.src.slice(c,p++):p=h+1):p=h+1,r||(r=e.src.slice(f,h)),o=e.env.references[k(r)],!o)return e.pos=u,!1;a=o.href,s=o.title}if(!t){e.pos=f,e.posMax=h;const t=[["href",a]];e.push("link_open","a",1).attrs=t,s&&t.push(["title",s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=d,!0}],["image",function(e,t){let n,r,i,o,a,s,c,l,u="";const d=e.pos,f=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const h=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(o=p+1,o=f)return!1;for(l=o,s=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),s.ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?o=s.pos:u=""),l=o;o=f||41!==e.src.charCodeAt(o))return e.pos=d,!1;o++}else{if(void 0===e.env.references)return!1;if(o=0?i=e.src.slice(l,o++):o=p+1):o=p+1,i||(i=e.src.slice(h,p)),a=e.env.references[k(i)],!a)return e.pos=d,!1;u=a.href,c=a.title}if(!t){r=e.src.slice(h,p);const t=[];e.md.inline.parse(r,e.md,e.env,t);const n=e.push("image","img",0),i=[["src",u],["alt",""]];n.attrs=i,n.children=t,n.content=r,c&&i.push(["title",c])}return e.pos=o,e.posMax=f,!0}],["autolink",function(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;const r=e.pos,i=e.posMax;for(;;){if(++n>=i)return!1;const t=e.src.charCodeAt(n);if(60===t)return!1;if(62===t)break}const o=e.src.slice(r+1,n);if(Oe.test(o)){const n=e.md.normalizeLink(o);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(o);const r=e.push("link_close","a",-1);r.markup="autolink",r.info="auto"}return e.pos+=o.length+2,!0}if(xe.test(o)){const n=e.md.normalizeLink("mailto:"+o);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(o);const r=e.push("link_close","a",-1);r.markup="autolink",r.info="auto"}return e.pos+=o.length+2,!0}return!1}],["html_inline",function(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;const i=e.src.charCodeAt(r+1);if(33!==i&&63!==i&&47!==i&&!function(e){const t=32|e;return t>=97&&t<=122}(i))return!1;const o=e.src.slice(r).match(ue);if(!o)return!1;if(!t){const t=e.push("html_inline","",0);t.content=o[0],a=t.content,/^\s]/i.test(a)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var a;return e.pos+=o[0].length,!0}],["entity",function(e,t){const n=e.pos,r=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=r)return!1;if(35===e.src.charCodeAt(n+1)){const r=e.src.slice(n).match(Ee);if(r){if(!t){const t="x"===r[1][0].toLowerCase()?parseInt(r[1].slice(1),16):parseInt(r[1],10),n=e.push("text_special","",0);n.content=m(t)?g(t):g(65533),n.markup=r[0],n.info="entity"}return e.pos+=r[0].length,!0}}else{const r=e.src.slice(n).match(Me);if(r){const n=o.decodeHTML(r[0]);if(n!==r[0]){if(!t){const t=e.push("text_special","",0);t.content=n,t.markup=r[0],t.info="entity"}return e.pos+=r[0].length,!0}}}return!1}]],Pe=[["balance_pairs",function(e){const t=e.tokens_meta,n=e.tokens_meta.length;je(e.delimiters);for(let e=0;e0&&r++,"text"===i[t].type&&t+1=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;a||e.pos++,o[t]=e.pos},Ae.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,r=e.posMax,i=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(a){if(e.pos>=r)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},Ae.prototype.parse=function(e,t,n,r){const i=new this.State(e,t,n,r);this.tokenize(i);const o=this.ruler2.getRules(""),a=o.length;for(let e=0;e=0))try{t.hostname=s.toASCII(t.hostname)}catch(e){}return l.encode(l.format(t))}function Fe(e){const t=l.parse(e,!0);if(t.hostname&&(!t.protocol||Le.indexOf(t.protocol)>=0))try{t.hostname=s.toUnicode(t.hostname)}catch(e){}return l.decode(l.format(t),l.decode.defaultChars+"%")}function Ne(e,t){if(!(this instanceof Ne))return new Ne(e,t);t||d(e)||(t=e||{},e="default"),this.inline=new Ae,this.block=new pe,this.core=new ne,this.renderer=new R,this.linkify=new a,this.validateLink=Ie,this.normalizeLink=Re,this.normalizeLinkText=Fe,this.utils=D,this.helpers=h({},I),this.options={},this.configure(e),t&&this.set(t)}Ne.prototype.set=function(e){return h(this.options,e),this},Ne.prototype.configure=function(e){const t=this;if(d(e)){const t=e;if(!(e=ke[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)}),this},Ne.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){n=n.concat(this[t].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));const r=e.filter(function(e){return n.indexOf(e)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this},Ne.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){n=n.concat(this[t].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));const r=e.filter(function(e){return n.indexOf(e)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this},Ne.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},Ne.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},Ne.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},Ne.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},Ne.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)},e.exports=Ne},50449:(e,t,n)=>{t.millisecondsToHours=function(e){const t=e/r.millisecondsInHour;return Math.trunc(t)};var r=n(78052)},50492:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BatchError=t.CustomError=t.ErrorAggregator=void 0,t.ErrorAggregator=async function(e){const t=[],n=e.map(e=>e.catch(e=>t.push(e)));if(await Promise.all(n),t.length>0)throw new r(t)};class n extends Error{constructor(e,t,n,r){super(`${t||n}`),this.innerError=n,this.metadata=r,this.innerError=n,this.name=e}toString(){return`${this.name}: ${this.message}`}}t.CustomError=n;class r extends n{constructor(e){super("BatchError",r.generateMessage(e)),this.errors=[],this.errors=e}toString(){return`${this.name}: ${this.message}`}static generateMessage(e){const t=e.length;return 0===t?"":1===t?e[0].message:`Batch (${t} errors):\n${e.map((e,n)=>{const{name:r,message:i}=e;return` ${n+1}/${t}) ${r}: ${i.includes("\n")?`${i.split("\n")[0]}...`:i}`}).join("\n")}`}}t.BatchError=r},50583:(e,t,n)=>{var r=n(47237),i=n(17255),o=n(28586),a=n(77797);e.exports=function(e){return o(e)?r(a(e)):i(e)}},50676:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r=n(50002),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,o,a,s){var c=1&n,l=r(e),u=l.length;if(u!=r(t).length&&!c)return!1;for(var d=u;d--;){var f=l[d];if(!(c?f in t:i.call(t,f)))return!1}var h=s.get(e),p=s.get(t);if(h&&p)return h==t&&p==e;var m=!0;s.set(e,t),s.set(t,e);for(var g=c;++d{t.getDate=function(e,t){return(0,r.toDate)(e,t?.in).getDate()};var r=n(34446)},50828:(e,t,n)=>{var r=n(24647),i=n(13222),o=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,a=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=function(e){return(e=i(e))&&e.replace(o,r).replace(a,"")}},50970:(e,t,n)=>{t.getWeekOfMonth=function(e,t){const n=(0,r.getDefaultOptions)(),c=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=(0,i.getDate)((0,s.toDate)(e,t?.in));if(isNaN(l))return NaN;const u=(0,o.getDay)((0,a.startOfMonth)(e,t));let d=c-u;d<=0&&(d+=7);const f=l-d;return Math.ceil(f/7)+1};var r=n(96755),i=n(50819),o=n(31591),a=n(67710),s=n(34446)},51201:(e,t,n)=>{t.setQuarter=function(e,t,n){const o=(0,i.toDate)(e,n?.in),a=Math.trunc(o.getMonth()/3)+1,s=t-a;return(0,r.setMonth)(o,o.getMonth()+3*s)};var r=n(77035),i=n(34446)},51229:(e,t)=>{function n(e,t,n){return function(r,i){void 0===i&&(i=n);var o=e(r)+i;return t(o)}}function r(e){return function(t){return new Date(e(t).getTime()-1)}}function i(e,t){return function(n){return[e(n),t(n)]}}function o(e){if(e instanceof Date)return e.getFullYear();if("number"==typeof e)return e;var t=parseInt(e,10);if("string"==typeof e&&!isNaN(t))return t;throw new Error("Failed to get year from date: ".concat(e,"."))}function a(e){if(e instanceof Date)return e.getMonth();throw new Error("Failed to get month from date: ".concat(e,"."))}function s(e){if(e instanceof Date)return e.getMonth()+1;throw new Error("Failed to get human-readable month from date: ".concat(e,"."))}function c(e){if(e instanceof Date)return e.getDate();throw new Error("Failed to get year from date: ".concat(e,"."))}function l(e){if(e instanceof Date)return e.getHours();if("string"==typeof e){var t=e.split(":");if(t.length>=2){var n=t[0];if(n){var r=parseInt(n,10);if(!isNaN(r))return r}}}throw new Error("Failed to get hours from date: ".concat(e,"."))}function u(e){if(e instanceof Date)return e.getMinutes();if("string"==typeof e){var t=e.split(":");if(t.length>=2){var n=t[1]||"0",r=parseInt(n,10);if(!isNaN(r))return r}}throw new Error("Failed to get minutes from date: ".concat(e,"."))}function d(e){if(e instanceof Date)return e.getSeconds();if("string"==typeof e){var t=e.split(":");if(t.length>=2){var n=t[2]||"0",r=parseInt(n,10);if(!isNaN(r))return r}}throw new Error("Failed to get seconds from date: ".concat(e,"."))}function f(e){var t=o(e),n=t+(1-t)%100,r=new Date;return r.setFullYear(n,0,1),r.setHours(0,0,0,0),r}function h(e){var t=o(e),n=t+(1-t)%10,r=new Date;return r.setFullYear(n,0,1),r.setHours(0,0,0,0),r}function p(e){var t=o(e),n=new Date;return n.setFullYear(t,0,1),n.setHours(0,0,0,0),n}function m(e,t){return function(n,r){void 0===r&&(r=t);var i=o(n),s=a(n)+r,c=new Date;return c.setFullYear(i,s,1),c.setHours(0,0,0,0),e(c)}}function g(e){var t=o(e),n=a(e),r=new Date;return r.setFullYear(t,n,1),r.setHours(0,0,0,0),r}function v(e,t){return function(n,r){void 0===r&&(r=t);var i=o(n),s=a(n),l=c(n)+r,u=new Date;return u.setFullYear(i,s,l),u.setHours(0,0,0,0),e(u)}}function y(e){var t=o(e),n=a(e),r=c(e),i=new Date;return i.setFullYear(t,n,r),i.setHours(0,0,0,0),i}function C(e,t){void 0===t&&(t=2);var n="".concat(e);return n.length>=t?e:"0000".concat(n).slice(-t)}function b(e){var t=C(l(e)),n=C(u(e)),r=C(d(e));return"".concat(t,":").concat(n,":").concat(r)}function w(e){var t=C(o(e),4),n=C(s(e)),r=C(c(e));return"".concat(t,"-").concat(n,"-").concat(r)}Object.defineProperty(t,"__esModule",{value:!0}),t.getISOLocalDateTime=t.getISOLocalDate=t.getISOLocalMonth=t.getHoursMinutesSeconds=t.getHoursMinutes=t.getDaysInMonth=t.getDayRange=t.getNextDayEnd=t.getPreviousDayEnd=t.getDayEnd=t.getNextDayStart=t.getPreviousDayStart=t.getDayStart=t.getMonthRange=t.getNextMonthEnd=t.getPreviousMonthEnd=t.getMonthEnd=t.getNextMonthStart=t.getPreviousMonthStart=t.getMonthStart=t.getYearRange=t.getNextYearEnd=t.getPreviousYearEnd=t.getYearEnd=t.getNextYearStart=t.getPreviousYearStart=t.getYearStart=t.getDecadeRange=t.getNextDecadeEnd=t.getPreviousDecadeEnd=t.getDecadeEnd=t.getNextDecadeStart=t.getPreviousDecadeStart=t.getDecadeStart=t.getCenturyRange=t.getNextCenturyEnd=t.getPreviousCenturyEnd=t.getCenturyEnd=t.getNextCenturyStart=t.getPreviousCenturyStart=t.getCenturyStart=t.getMilliseconds=t.getSeconds=t.getMinutes=t.getHours=t.getDate=t.getMonthHuman=t.getMonth=t.getYear=void 0,t.getYear=o,t.getMonth=a,t.getMonthHuman=s,t.getDate=c,t.getHours=l,t.getMinutes=u,t.getSeconds=d,t.getMilliseconds=function(e){if(e instanceof Date)return e.getMilliseconds();if("string"==typeof e){var t=e.split(":");if(t.length>=2){var n=(t[2]||"0").split(".")[1]||"0",r=parseInt(n,10);if(!isNaN(r))return r}}throw new Error("Failed to get seconds from date: ".concat(e,"."))},t.getCenturyStart=f,t.getPreviousCenturyStart=n(o,f,-100),t.getNextCenturyStart=n(o,f,100),t.getCenturyEnd=r(t.getNextCenturyStart),t.getPreviousCenturyEnd=n(o,t.getCenturyEnd,-100),t.getNextCenturyEnd=n(o,t.getCenturyEnd,100),t.getCenturyRange=i(f,t.getCenturyEnd),t.getDecadeStart=h,t.getPreviousDecadeStart=n(o,h,-10),t.getNextDecadeStart=n(o,h,10),t.getDecadeEnd=r(t.getNextDecadeStart),t.getPreviousDecadeEnd=n(o,t.getDecadeEnd,-10),t.getNextDecadeEnd=n(o,t.getDecadeEnd,10),t.getDecadeRange=i(h,t.getDecadeEnd),t.getYearStart=p,t.getPreviousYearStart=n(o,p,-1),t.getNextYearStart=n(o,p,1),t.getYearEnd=r(t.getNextYearStart),t.getPreviousYearEnd=n(o,t.getYearEnd,-1),t.getNextYearEnd=n(o,t.getYearEnd,1),t.getYearRange=i(p,t.getYearEnd),t.getMonthStart=g,t.getPreviousMonthStart=m(g,-1),t.getNextMonthStart=m(g,1),t.getMonthEnd=r(t.getNextMonthStart),t.getPreviousMonthEnd=m(t.getMonthEnd,-1),t.getNextMonthEnd=m(t.getMonthEnd,1),t.getMonthRange=i(g,t.getMonthEnd),t.getDayStart=y,t.getPreviousDayStart=v(y,-1),t.getNextDayStart=v(y,1),t.getDayEnd=r(t.getNextDayStart),t.getPreviousDayEnd=v(t.getDayEnd,-1),t.getNextDayEnd=v(t.getDayEnd,1),t.getDayRange=i(y,t.getDayEnd),t.getDaysInMonth=function(e){return c((0,t.getMonthEnd)(e))},t.getHoursMinutes=function(e){var t=C(l(e)),n=C(u(e));return"".concat(t,":").concat(n)},t.getHoursMinutesSeconds=b,t.getISOLocalMonth=function(e){var t=C(o(e),4),n=C(s(e));return"".concat(t,"-").concat(n)},t.getISOLocalDate=w,t.getISOLocalDateTime=function(e){return"".concat(w(e),"T").concat(b(e))}},51291:(e,t,n)=>{t.endOfMonth=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(23,59,59,999),n};var r=n(34446)},51311:(e,t,n)=>{t.setDate=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setDate(t),i};var r=n(34446)},51420:(e,t,n)=>{var r=n(80079);e.exports=function(){this.__data__=new r,this.size=0}},51441:(e,t,n)=>{t.eachWeekendOfYear=function(e,t){const n=(0,o.startOfYear)(e,t),a=(0,i.endOfYear)(e,t);return(0,r.eachWeekendOfInterval)({start:n,end:a},t)};var r=n(39305),i=n(97624),o=n(20775)},51459:e=>{e.exports=function(e){return this.__data__.has(e)}},51647:(e,t,n)=>{t.millisecondsToMinutes=function(e){const t=e/r.millisecondsInMinute;return Math.trunc(t)};var r=n(78052)},51649:e=>{e.exports=t},51873:(e,t,n)=>{var r=n(9325).Symbol;e.exports=r},52495:(e,t,n)=>{t.differenceInMilliseconds=function(e,t){return+(0,r.toDate)(e)-+(0,r.toDate)(t)};var r=n(34446)},52650:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassElementMetadataFromNewable=function(e){return{kind:r.ClassElementMetadataKind.singleInjection,name:void 0,optional:!1,tags:new Map,targetName:void 0,value:e}};const r=n(86277)},52760:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BindingInWhenOnSyntax=void 0;const r=n(27161),i=n(87059),o=n(90732);t.BindingInWhenOnSyntax=class{_bindingInSyntax;_bindingWhenSyntax;_bindingOnSyntax;_binding;constructor(e){this._binding=e,this._bindingWhenSyntax=new o.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new i.BindingOnSyntax(this._binding),this._bindingInSyntax=new r.BindingInSyntax(e)}inRequestScope(){return this._bindingInSyntax.inRequestScope()}inSingletonScope(){return this._bindingInSyntax.inSingletonScope()}inTransientScope(){return this._bindingInSyntax.inTransientScope()}when(e){return this._bindingWhenSyntax.when(e)}whenTargetNamed(e){return this._bindingWhenSyntax.whenTargetNamed(e)}whenTargetIsDefault(){return this._bindingWhenSyntax.whenTargetIsDefault()}whenTargetTagged(e,t){return this._bindingWhenSyntax.whenTargetTagged(e,t)}whenInjectedInto(e){return this._bindingWhenSyntax.whenInjectedInto(e)}whenParentNamed(e){return this._bindingWhenSyntax.whenParentNamed(e)}whenParentTagged(e,t){return this._bindingWhenSyntax.whenParentTagged(e,t)}whenAnyAncestorIs(e){return this._bindingWhenSyntax.whenAnyAncestorIs(e)}whenNoAncestorIs(e){return this._bindingWhenSyntax.whenNoAncestorIs(e)}whenAnyAncestorNamed(e){return this._bindingWhenSyntax.whenAnyAncestorNamed(e)}whenAnyAncestorTagged(e,t){return this._bindingWhenSyntax.whenAnyAncestorTagged(e,t)}whenNoAncestorNamed(e){return this._bindingWhenSyntax.whenNoAncestorNamed(e)}whenNoAncestorTagged(e,t){return this._bindingWhenSyntax.whenNoAncestorTagged(e,t)}whenAnyAncestorMatches(e){return this._bindingWhenSyntax.whenAnyAncestorMatches(e)}whenNoAncestorMatches(e){return this._bindingWhenSyntax.whenNoAncestorMatches(e)}onActivation(e){return this._bindingOnSyntax.onActivation(e)}onDeactivation(e){return this._bindingOnSyntax.onDeactivation(e)}}},53185:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.formatters=void 0;const r=n(97030),i=n(93831);function o(e,t){var n;const r=e?(0,i.tzParseTimezone)(e,t,!0)/6e4:null!==(n=null==t?void 0:t.getTimezoneOffset())&&void 0!==n?n:0;if(Number.isNaN(r))throw new RangeError("Invalid time zone specified: "+e);return r}function a(e,t){const n=e<0?"-":"";let r=Math.abs(e).toString();for(;r.length0?"-":"+",r=Math.abs(e);return n+a(Math.floor(r/60),2)+t+a(Math.floor(r%60),2)}function c(e,t){if(e%60==0){return(e>0?"-":"+")+a(Math.abs(e)/60,2)}return s(e,t)}t.formatters={X:function(e,t,n){const r=o(n.timeZone,e);if(0===r)return"Z";switch(t){case"X":return c(r);case"XXXX":case"XX":return s(r);default:return s(r,":")}},x:function(e,t,n){const r=o(n.timeZone,e);switch(t){case"x":return c(r);case"xxxx":case"xx":return s(r);default:return s(r,":")}},O:function(e,t,n){const r=o(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+function(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),o=r%60;if(0===o)return n+String(i);return n+String(i)+t+a(o,2)}(r,":");default:return"GMT"+s(r,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return(0,r.tzIntlTimeZoneName)("short",e,n);default:return(0,r.tzIntlTimeZoneName)("long",e,n)}}}},53587:(e,t,n)=>{t.isThursday=function(e,t){return 4===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},53661:(e,t,n)=>{var r=n(63040),i=n(17670),o=n(90289),a=n(4509),s=n(72949);function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t{t.differenceInISOWeekYears=function(e,t,n){const[s,c]=(0,r.normalizeDates)(n?.in,e,t),l=(0,i.compareAsc)(s,c),u=Math.abs((0,o.differenceInCalendarISOWeekYears)(s,c,n)),d=(0,a.subISOWeekYears)(s,l*u,n),f=Number((0,i.compareAsc)(d,c)===-l),h=l*(u-f);return 0===h?0:h};var r=n(8256),i=n(86789),o=n(32480),a=n(36322)},54405:(e,t)=>{var n=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"); +/** + * @license React + * react-is.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */Symbol.for("react.provider");var s=Symbol.for("react.consumer"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),m=Symbol.for("react.client.reference");function g(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case i:case a:case o:case u:case d:case p:return e;default:switch(e=e&&e.$$typeof){case c:case l:case h:case f:case s:return e;default:return t}}case r:return t}}}t.Hy=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===o||e===u||e===d||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===f||e.$$typeof===c||e.$$typeof===s||e.$$typeof===l||e.$$typeof===m||void 0!==e.getModuleId)},t.QP=g},54432:(e,t,n)=>{t.minutesToHours=function(e){const t=e/r.minutesInHour;return Math.trunc(t)};var r=n(78052)},54552:e=>{e.exports=function(e){return function(t){return null==e?void 0:e[t]}}},54625:(e,t,n)=>{n.r(t),n.d(t,{BrowserRouter:()=>u,HashRouter:()=>d,Link:()=>v,MemoryRouter:()=>r.MemoryRouter,NavLink:()=>b,Prompt:()=>r.Prompt,Redirect:()=>r.Redirect,Route:()=>r.Route,Router:()=>r.Router,StaticRouter:()=>r.StaticRouter,Switch:()=>r.Switch,generatePath:()=>r.generatePath,matchPath:()=>r.matchPath,useHistory:()=>r.useHistory,useLocation:()=>r.useLocation,useParams:()=>r.useParams,useRouteMatch:()=>r.useRouteMatch,withRouter:()=>r.withRouter});var r=n(56347),i=n(25540),o=n(51649),a=n(17929),s=n(58168),c=n(98587),l=n(11561),u=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i{e.exports=n(28989)},54746:(e,t,n)=>{t.differenceInCalendarWeeks=function(e,t,n){const[s,c]=(0,i.normalizeDates)(n?.in,e,t),l=(0,a.startOfWeek)(s,n),u=(0,a.startOfWeek)(c,n),d=+l-(0,r.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,r.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/o.millisecondsInWeek)};var r=n(16339),i=n(8256),o=n(78052),a=n(95472)},55028:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getBaseType=function(e){const t=Object.getPrototypeOf(e.prototype),n=t?.constructor;return n}},55079:(e,t,n)=>{t.ISOWeekParser=void 0;var r=n(23354),i=n(36107),o=n(47699),a=n(5513),s=n(93771);class c extends a.Parser{priority=100;parse(e,t,n){switch(t){case"I":return(0,s.parseNumericPattern)(o.numericPatterns.week,e);case"Io":return n.ordinalNumber(e,{unit:"week"});default:return(0,s.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,t,n){return(0,i.startOfISOWeek)((0,r.setISOWeek)(e,n))}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]}t.ISOWeekParser=c},55096:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}t.fromCodePoint=null!==(n=String.fromCodePoint)&&void 0!==n?n:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)},t.replaceCodePoint=i,t.default=function(e){return(0,t.fromCodePoint)(i(e))}},55481:(e,t,n)=>{var r=n(9325)["__core-js_shared__"];e.exports=r},55527:e=>{var t=Object.prototype;e.exports=function(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||t)}},55580:(e,t,n)=>{var r=n(56110)(n(9325),"DataView");e.exports=r},55586:(e,t)=>{t.buildLocalizeFn=function(e){return(t,n)=>{let r;if("formatting"===(n?.context?String(n.context):"standalone")&&e.formattingValues){const t=e.defaultFormattingWidth||e.defaultWidth,i=n?.width?String(n.width):t;r=e.formattingValues[i]||e.formattingValues[t]}else{const t=e.defaultWidth,i=n?.width?String(n.width):e.defaultWidth;r=e.values[i]||e.values[t]}return r[e.argumentCallback?e.argumentCallback(t):t]}}},55808:(e,t,n)=>{var r=n(12507)("toUpperCase");e.exports=r},56110:(e,t,n)=>{var r=n(45083),i=n(10392);e.exports=function(e,t){var n=i(e,t);return r(n)?n:void 0}},56265:(e,t,n)=>{t.DayPeriodParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=80;parse(e,t,n){switch(t){case"B":case"BB":case"BBB":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours((0,i.dayPeriodEnumToHours)(n),0,0,0),e}incompatibleTokens=["a","b","t","T"]}t.DayPeriodParser=o},56272:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{let t="Object";null!==e.implementationType&&(t=u(e.implementationType)),r=`${r}\n ${t}`,e.constraint.metaData&&(r=`${r} - ${e.constraint.metaData}`)}));return r},t.listMetadataForTarget=function(e,t){if(t.isTagged()||t.isNamed()){let n="";const r=t.getNamedTag(),i=t.getCustomTags();return null!==r&&(n+=d(r)+"\n"),null!==i&&i.forEach(e=>{n+=d(e)+"\n"}),` ${e}\n ${e} - ${n}`}return` ${e}`},t.circularDependencyToException=function e(t){t.childRequests.forEach(n=>{if(l(t,n.serviceIdentifier)){const e=function(e){function t(e,n=[]){const r=c(e.serviceIdentifier);return n.push(r),null!==e.parentRequest?t(e.parentRequest,n):n}const n=t(e);return n.reverse().join(" --\x3e ")}(n);throw new Error(`${s.CIRCULAR_DEPENDENCY} ${e}`)}e(n)})},t.getSymbolDescription=function(e){return e.toString().slice(7,-1)};const s=a(n(35007));function c(e){return"function"==typeof e?e.name:"symbol"==typeof e?e.toString():e}function l(e,t){return null!==e.parentRequest&&(e.parentRequest.serviceIdentifier===t||l(e.parentRequest,t))}function u(e){if(null!=e.name&&""!==e.name)return e.name;{const t=e.toString(),n=t.match(/^function\s*([^\s(]+)/);return null===n?`Anonymous function: ${t}`:n[1]}}function d(e){return`{"key":"${e.key.toString()}","value":"${e.value.toString()}"}`}},56294:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{n.r(t),n.d(t,{MemoryRouter:()=>_,Prompt:()=>O,Redirect:()=>P,Route:()=>I,Router:()=>w,StaticRouter:()=>B,Switch:()=>V,__HistoryContext:()=>C,__RouterContext:()=>b,generatePath:()=>S,matchPath:()=>D,useHistory:()=>z,useLocation:()=>W,useParams:()=>U,useRouteMatch:()=>G,withRouter:()=>$});var r=n(25540),i=n(51649),o=n(5556),a=n.n(o),s=n(17929),c=n(11561),l=n(58168),u=n(35302),d=n.n(u),f=(n(37564),n(98587)),h=n(4146),p=n.n(h),m=1073741823,g="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{};var v=i.default.createContext||function(e,t){var n,o,s="__create-react-context-"+function(){var e="__global_unique_id__";return g[e]=(g[e]||0)+1}()+"__",c=function(e){function n(){for(var t,n,r,i=arguments.length,o=new Array(i),a=0;a{t.isThisHour=function(e,t){return(0,i.isSameHour)((0,o.toDate)(e,t?.in),(0,r.constructNow)(t?.in||e))};var r=n(2700),i=n(83833),o=n(34446)},56449:e=>{var t=Array.isArray;e.exports=t},57851:(e,t,n)=>{t.isWednesday=function(e,t){return 3===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},58042:(e,t,n)=>{t.ExtendedYearParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=130;parse(e,t){return"u"===t?(0,i.parseNDigitsSigned)(4,e):(0,i.parseNDigitsSigned)(t.length,e)}set(e,t,n){return e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=["G","y","Y","R","w","I","i","e","c","t","T"]}t.ExtendedYearParser=o},58092:(e,t,n)=>{t.previousDay=function(e,t,n){let o=(0,r.getDay)(e,n)-t;o<=0&&(o+=7);return(0,i.subDays)(e,o,n)};var r=n(31591),i=n(93224)},58156:(e,t,n)=>{var r=n(47422);e.exports=function(e,t,n){var i=null==e?void 0:r(e,t);return void 0===i?n:i}},58168:(e,t,n)=>{function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;tr})},58284:(e,t,n)=>{t.getISODay=function(e,t){const n=(0,r.toDate)(e,t?.in).getDay();return 0===n?7:n};var r=n(34446)},58442:(e,t,n)=>{t.weeksToDays=function(e){return Math.trunc(e*r.daysInWeek)};var r=n(78052)},58916:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tzTokenizeDate=void 0,t.tzTokenizeDate=function(e,t){const i=function(e){r[e]||(r[e]=o?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}));return r[e]}(t);return"formatToParts"in i?function(e,t){try{const r=e.formatToParts(t),i=[];for(let e=0;e{t.isSameMonth=function(e,t,n){const[i,o]=(0,r.normalizeDates)(n?.in,e,t);return i.getFullYear()===o.getFullYear()&&i.getMonth()===o.getMonth()};var r=n(8256)},59350:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},59404:(e,t,n)=>{t.lastDayOfMonth=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(0,0,0,0),(0,r.toDate)(n,t?.in)};var r=n(34446)},59517:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.updateReflectMetadata=t.getReflectMetadata=void 0;const r=n(3654);Object.defineProperty(t,"getReflectMetadata",{enumerable:!0,get:function(){return r.getReflectMetadata}});const i=n(22671);Object.defineProperty(t,"updateReflectMetadata",{enumerable:!0,get:function(){return i.updateReflectMetadata}})},59526:(e,t,n)=>{t.isThisYear=function(e,t){return(0,o.isSameYear)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e))};var r=n(92956),i=n(2700),o=n(21992)},60119:(e,t,n)=>{const r=n(84865),i=n(82201),o=new WeakMap,a=new WeakMap,s=(e,{cacheKey:t,cache:n=new Map,maxAge:o}={})=>{"number"==typeof o&&i(n);const s=function(...r){const i=t?t(r):r[0],a=n.get(i);if(a)return a.data;const s=e.apply(this,r);return n.set(i,{data:s,maxAge:o?Date.now()+o:Number.POSITIVE_INFINITY}),s};return r(s,e,{ignoreNonConfigurable:!0}),a.set(s,n),s};s.decorator=(e={})=>(t,n,r)=>{const i=t[n];if("function"!=typeof i)throw new TypeError("The decorated value must be a function");delete r.value,delete r.writable,r.get=function(){if(!o.has(this)){const t=s(i,e);return o.set(this,t),t}return o.get(this)}},s.clear=e=>{const t=a.get(e);if(!t)throw new TypeError("Can't clear a function that was not memoized!");if("function"!=typeof t.clear)throw new TypeError("The cache Map can't be cleared!");t.clear()},e.exports=s},60270:(e,t,n)=>{var r=n(87068),i=n(40346);e.exports=function e(t,n,o,a,s){return t===n||(null==t||null==n||!i(t)&&!i(n)?t!=t&&n!=n:r(t,n,o,a,e,s))}},60364:(e,t,n)=>{t.subSeconds=function(e,t,n){return(0,r.addSeconds)(e,-t,n)};var r=n(46689)},60548:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AsyncContainerModule=t.ContainerModule=void 0;const r=n(37763);t.ContainerModule=class{id;registry;constructor(e){this.id=(0,r.id)(),this.registry=e}};t.AsyncContainerModule=class{id;registry;constructor(e){this.id=(0,r.id)(),this.registry=e}}},60562:(e,t,n)=>{t.differenceInCalendarMonths=function(e,t,n){const[i,o]=(0,r.normalizeDates)(n?.in,e,t),a=i.getFullYear()-o.getFullYear(),s=i.getMonth()-o.getMonth();return 12*a+s};var r=n(8256)},61074:e=>{e.exports=function(e){return e.split("")}},61225:(e,t,n)=>{n.r(t),n.d(t,{Provider:()=>u,ReactReduxContext:()=>i,batch:()=>Q.unstable_batchedUpdates,connect:()=>Z,connectAdvanced:()=>E,createDispatchHook:()=>G,createSelectorHook:()=>K,createStoreHook:()=>W,shallowEqual:()=>j,useDispatch:()=>Y,useSelector:()=>J,useStore:()=>U});var r=n(51649),i=r.default.createContext(null);var o=function(e){e()},a=function(){return o};var s={notify:function(){},get:function(){return[]}};function c(e,t){var n,r=s;function i(){c.onStateChange&&c.onStateChange()}function o(){n||(n=t?t.addNestedSub(i):e.subscribe(i),r=function(){var e=a(),t=null,n=null;return{clear:function(){t=null,n=null},notify:function(){e(function(){for(var e=t;e;)e.callback(),e=e.next})},get:function(){for(var e=[],n=t;n;)e.push(n),n=n.next;return e},subscribe:function(e){var r=!0,i=n={callback:e,next:null,prev:n};return i.prev?i.prev.next=i:t=i,function(){r&&null!==t&&(r=!1,i.next?i.next.prev=i.prev:n=i.prev,i.prev?i.prev.next=i.next:t=i.next)}}}}())}var c={addNestedSub:function(e){return o(),r.subscribe(e)},notifyNestedSubs:function(){r.notify()},handleChangeWrapper:i,isSubscribed:function(){return Boolean(n)},trySubscribe:o,tryUnsubscribe:function(){n&&(n(),n=void 0,r.clear(),r=s)},getListeners:function(){return r}};return c}var l="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect;const u=function(e){var t=e.store,n=e.context,o=e.children,a=(0,r.useMemo)(function(){var e=c(t);return{store:t,subscription:e}},[t]),s=(0,r.useMemo)(function(){return t.getState()},[t]);l(function(){var e=a.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),s!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}},[a,s]);var u=n||i;return r.default.createElement(u.Provider,{value:a},o)};var d=n(58168),f=n(98587),h=n(4146),p=n.n(h),m=n(54737),g=["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef","forwardRef","context"],v=["reactReduxForwardedRef"],y=[],C=[null,null];function b(e,t){var n=e[1];return[t.payload,n+1]}function w(e,t,n){l(function(){return e.apply(void 0,t)},n)}function _(e,t,n,r,i,o,a){e.current=r,t.current=i,n.current=!1,o.current&&(o.current=null,a())}function x(e,t,n,r,i,o,a,s,c,l){if(e){var u=!1,d=null,f=function(){if(!u){var e,n,f=t.getState();try{e=r(f,i.current)}catch(e){n=e,d=e}n||(d=null),e===o.current?a.current||c():(o.current=e,s.current=e,a.current=!0,l({type:"STORE_UPDATED",payload:{error:n}}))}};n.onStateChange=f,n.trySubscribe(),f();return function(){if(u=!0,n.tryUnsubscribe(),n.onStateChange=null,d)throw d}}}var O=function(){return[null,0]};function E(e,t){void 0===t&&(t={});var n=t,o=n.getDisplayName,a=void 0===o?function(e){return"ConnectAdvanced("+e+")"}:o,s=n.methodName,l=void 0===s?"connectAdvanced":s,u=n.renderCountProp,h=void 0===u?void 0:u,E=n.shouldHandleStateChanges,M=void 0===E||E,j=n.storeKey,S=void 0===j?"store":j,P=(n.withRef,n.forwardRef),A=void 0!==P&&P,k=n.context,T=void 0===k?i:k,D=(0,f.A)(n,g),I=T;return function(t){var n=t.displayName||t.name||"Component",i=a(n),o=(0,d.A)({},D,{getDisplayName:a,methodName:l,renderCountProp:h,shouldHandleStateChanges:M,storeKey:S,displayName:i,wrappedComponentName:n,WrappedComponent:t}),s=D.pure;var u=s?r.useMemo:function(e){return e()};function g(n){var i=(0,r.useMemo)(function(){var e=n.reactReduxForwardedRef,t=(0,f.A)(n,v);return[n.context,e,t]},[n]),a=i[0],s=i[1],l=i[2],h=(0,r.useMemo)(function(){return a&&a.Consumer&&(0,m.isContextConsumer)(r.default.createElement(a.Consumer,null))?a:I},[a,I]),p=(0,r.useContext)(h),g=Boolean(n.store)&&Boolean(n.store.getState)&&Boolean(n.store.dispatch);Boolean(p)&&Boolean(p.store);var E=g?n.store:p.store,j=(0,r.useMemo)(function(){return function(t){return e(t.dispatch,o)}(E)},[E]),S=(0,r.useMemo)(function(){if(!M)return C;var e=c(E,g?null:p.subscription),t=e.notifyNestedSubs.bind(e);return[e,t]},[E,g,p]),P=S[0],A=S[1],k=(0,r.useMemo)(function(){return g?p:(0,d.A)({},p,{subscription:P})},[g,p,P]),T=(0,r.useReducer)(b,y,O),D=T[0][0],L=T[1];if(D&&D.error)throw D.error;var R=(0,r.useRef)(),F=(0,r.useRef)(l),N=(0,r.useRef)(),H=(0,r.useRef)(!1),B=u(function(){return N.current&&l===F.current?N.current:j(E.getState(),l)},[E,D,l]);w(_,[F,R,H,l,B,N,A]),w(x,[M,E,P,j,F,R,H,N,A,L],[E,P,j]);var V=(0,r.useMemo)(function(){return r.default.createElement(t,(0,d.A)({},B,{ref:s}))},[s,t,B]);return(0,r.useMemo)(function(){return M?r.default.createElement(h.Provider,{value:k},V):V},[h,V,k])}var E=s?r.default.memo(g):g;if(E.WrappedComponent=t,E.displayName=g.displayName=i,A){var j=r.default.forwardRef(function(e,t){return r.default.createElement(E,(0,d.A)({},e,{reactReduxForwardedRef:t}))});return j.displayName=i,j.WrappedComponent=t,p()(j,t)}return p()(E,t)}}function M(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function j(e,t){if(M(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var i=0;i=0;r--){var i=t[r](e);if(i)return i}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function V(e,t){return e===t}function $(e){var t=void 0===e?{}:e,n=t.connectHOC,r=void 0===n?E:n,i=t.mapStateToPropsFactories,o=void 0===i?T:i,a=t.mapDispatchToPropsFactories,s=void 0===a?k:a,c=t.mergePropsFactories,l=void 0===c?I:c,u=t.selectorFactory,h=void 0===u?N:u;return function(e,t,n,i){void 0===i&&(i={});var a=i,c=a.pure,u=void 0===c||c,p=a.areStatesEqual,m=void 0===p?V:p,g=a.areOwnPropsEqual,v=void 0===g?j:g,y=a.areStatePropsEqual,C=void 0===y?j:y,b=a.areMergedPropsEqual,w=void 0===b?j:b,_=(0,f.A)(a,H),x=B(e,o,"mapStateToProps"),O=B(t,s,"mapDispatchToProps"),E=B(n,l,"mergeProps");return r(h,(0,d.A)({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:x,initMapDispatchToProps:O,initMergeProps:E,pure:u,areStatesEqual:m,areOwnPropsEqual:v,areStatePropsEqual:C,areMergedPropsEqual:w},_))}}const Z=$();function z(){return(0,r.useContext)(i)}function W(e){void 0===e&&(e=i);var t=e===i?z:function(){return(0,r.useContext)(e)};return function(){return t().store}}var U=W();function G(e){void 0===e&&(e=i);var t=e===i?U:W(e);return function(){return t().dispatch}}var Y=G(),q=function(e,t){return e===t};function K(e){void 0===e&&(e=i);var t=e===i?z:function(){return(0,r.useContext)(e)};return function(e,n){void 0===n&&(n=q);var i=t(),o=function(e,t,n,i){var o,a=(0,r.useReducer)(function(e){return e+1},0)[1],s=(0,r.useMemo)(function(){return c(n,i)},[n,i]),u=(0,r.useRef)(),d=(0,r.useRef)(),f=(0,r.useRef)(),h=(0,r.useRef)(),p=n.getState();try{if(e!==d.current||p!==f.current||u.current){var m=e(p);o=void 0!==h.current&&t(m,h.current)?h.current:m}else o=h.current}catch(e){throw u.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+u.current.stack+"\n\n"),e}return l(function(){d.current=e,f.current=p,h.current=o,u.current=void 0}),l(function(){function e(){try{var e=n.getState();if(e===f.current)return;var r=d.current(e);if(t(r,h.current))return;h.current=r,f.current=e}catch(e){u.current=e}a()}return s.onStateChange=e,s.trySubscribe(),e(),function(){return s.tryUnsubscribe()}},[n,s]),o}(e,n,i.store,i.subscription);return(0,r.useDebugValue)(o),o}}var X,J=K(),Q=n(7516);X=Q.unstable_batchedUpdates,o=X},61440:(e,t,n)=>{t.addYears=function(e,t,n){return(0,r.addMonths)(e,12*t,n)};var r=n(66379)},61448:(e,t,n)=>{var r=n(20426),i=n(49326);e.exports=function(e,t){return null!=e&&i(e,t,r)}},61587:(e,t,n)=>{t.endOfWeek=function(e,t){const n=(0,r.getDefaultOptions)(),o=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=(0,i.toDate)(e,t?.in),s=a.getDay(),c=6+(s{t.subMilliseconds=function(e,t,n){return(0,r.addMilliseconds)(e,-t,n)};var r=n(84280)},61802:(e,t,n)=>{var r=n(62224),i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,a=r(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(i,function(e,n,r,i){t.push(r?i.replace(o,"$1"):n||e)}),t});e.exports=a},61804:(e,t,n)=>{t.startOfMinute=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setSeconds(0,0),n};var r=n(34446)},61823:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;ae.metadata.filter(e=>e.key===c.UNMANAGED_TAG)),a=[].concat.apply([],o).length,u=i.length-a;return u>0?u:e(t,r)};const s=n(69687),c=a(n(19466)),l=n(37893),u=n(56272);Object.defineProperty(t,"getFunctionName",{enumerable:!0,get:function(){return u.getFunctionName}})},61874:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.toZonedTime=void 0;const r=n(93831),i=n(43291);t.toZonedTime=function(e,t,n){e=(0,i.toDate)(e,n);const o=(0,r.tzParseTimezone)(t,e,!0),a=new Date(e.getTime()-o),s=new Date(0);return s.setFullYear(a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()),s.setHours(a.getUTCHours(),a.getUTCMinutes(),a.getUTCSeconds(),a.getUTCMilliseconds()),s}},61883:(e,t,n)=>{t.endOfDay=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setHours(23,59,59,999),n};var r=n(34446)},62067:(e,t)=>{t.formatISODuration=function(e){const{years:t=0,months:n=0,days:r=0,hours:i=0,minutes:o=0,seconds:a=0}=e;return`P${t}Y${n}M${r}DT${i}H${o}M${a}S`}},62224:(e,t,n)=>{var r=n(50104);e.exports=function(e){var t=r(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}},62396:(e,t,n)=>{t.getDaysInYear=function(e,t){const n=(0,i.toDate)(e,t?.in);return Number.isNaN(+n)?NaN:(0,r.isLeapYear)(n)?366:365};var r=n(93364),i=n(34446)},62575:(e,t,n)=>{t.getDaysInMonth=function(e,t){const n=(0,i.toDate)(e,t?.in),o=n.getFullYear(),a=n.getMonth(),s=(0,r.constructFrom)(n,0);return s.setFullYear(o,a+1,0),s.setHours(0,0,0,0),s.getDate()};var r=n(92956),i=n(34446)},62650:(e,t,n)=>{t.previousMonday=function(e,t){return(0,r.previousDay)(e,1,t)};var r=n(58092)},62719:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadataConstructorArguments=function(e){const t=(0,r.getReflectMetadata)(e,i.DESIGN_PARAM_TYPES),n=(0,r.getReflectMetadata)(e,i.TAGGED),c=[];if(void 0!==n)for(const[t,r]of Object.entries(n)){const n=parseInt(t);c[n]=(0,s.getConstructorArgumentMetadataFromLegacyMetadata)(e,n,r)}if(void 0!==t)for(let e=0;e{t.secondsToHours=function(e){const t=e/r.secondsInHour;return Math.trunc(t)};var r=n(78052)},62994:(e,t,n)=>{t.lastDayOfWeek=function(e,t){const n=(0,r.getDefaultOptions)(),o=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=(0,i.toDate)(e,t?.in),s=a.getDay(),c=6+(s{t.subMinutes=function(e,t,n){return(0,r.addMinutes)(e,-t,n)};var r=n(33937)},63040:(e,t,n)=>{var r=n(21549),i=n(80079),o=n(68223);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},63306:(e,t,n)=>{t.ISOTimezoneWithZParser=void 0;var r=n(92956),i=n(16339),o=n(47699),a=n(5513),s=n(93771);class c extends a.Parser{priority=10;parse(e,t){switch(t){case"X":return(0,s.parseTimezonePattern)(o.timezonePatterns.basicOptionalMinutes,e);case"XX":return(0,s.parseTimezonePattern)(o.timezonePatterns.basic,e);case"XXXX":return(0,s.parseTimezonePattern)(o.timezonePatterns.basicOptionalSeconds,e);case"XXXXX":return(0,s.parseTimezonePattern)(o.timezonePatterns.extendedOptionalSeconds,e);default:return(0,s.parseTimezonePattern)(o.timezonePatterns.extended,e)}}set(e,t,n){return t.timestampIsSet?e:(0,r.constructFrom)(e,e.getTime()-(0,i.getTimezoneOffsetInMilliseconds)(e)-n)}incompatibleTokens=["t","T","x"]}t.ISOTimezoneWithZParser=c},63345:e=>{e.exports=function(){return[]}},63605:e=>{e.exports=function(e){return this.__data__.get(e)}},63702:e=>{e.exports=function(){this.__data__=[],this.size=0}},63806:(e,t,n)=>{t.isTuesday=function(e,t){return 2===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},63862:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},63912:(e,t,n)=>{var r=n(61074),i=n(49698),o=n(42054);e.exports=function(e){return i(e)?o(e):r(e)}},64184:(e,t,n)=>{t.differenceInWeeks=function(e,t,n){const o=(0,i.differenceInDays)(e,t,n)/7;return(0,r.getRoundingMethod)(n?.roundingMethod)(o)};var r=n(1331),i=n(83724)},64483:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a()=>t.container.get(e),this._binding.scope=c.BindingScopeEnum.Singleton,new u.BindingWhenOnSyntax(this._binding)}toAutoNamedFactory(e){return this._binding.type=c.BindingTypeEnum.Factory,this._binding.factory=t=>n=>t.container.getNamed(e,n),new u.BindingWhenOnSyntax(this._binding)}toProvider(e){return this._binding.type=c.BindingTypeEnum.Provider,this._binding.provider=e,this._binding.scope=c.BindingScopeEnum.Singleton,new u.BindingWhenOnSyntax(this._binding)}toService(e){this._binding.type=c.BindingTypeEnum.DynamicValue,Object.defineProperty(this._binding,"cache",{configurable:!0,enumerable:!0,get:()=>null,set(e){}}),this._binding.dynamicValue=t=>{try{return t.container.get(e)}catch(n){return t.container.getAsync(e)}},this._binding.implementationType=null}}},64617:(e,t,n)=>{t.setISOWeekYear=function(e,t,n){let s=(0,a.toDate)(e,n?.in);const c=(0,i.differenceInCalendarDays)(s,(0,o.startOfISOWeekYear)(s,n)),l=(0,r.constructFrom)(n?.in||e,0);return l.setFullYear(t,0,4),l.setHours(0,0,0,0),s=(0,o.startOfISOWeekYear)(l),s.setDate(s.getDate()+c),s};var r=n(92956),i=n(35506),o=n(1152),a=n(34446)},64634:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},64729:(e,t,n)=>{t.endOfISOWeekYear=function(e,t){const n=(0,i.getISOWeekYear)(e,t),a=(0,r.constructFrom)(t?.in||e,0);a.setFullYear(n+1,0,4),a.setHours(0,0,0,0);const s=(0,o.startOfISOWeek)(a,t);return s.setMilliseconds(s.getMilliseconds()-1),s};var r=n(92956),i=n(9957),o=n(36107)},64894:(e,t,n)=>{var r=n(1882),i=n(30294);e.exports=function(e){return null!=e&&i(e.length)&&!r(e)}},65112:(e,t,n)=>{t.subMonths=function(e,t,n){return(0,r.addMonths)(e,-t,n)};var r=n(66379)},65262:(e,t,n)=>{t.startOfHour=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setMinutes(0,0,0),n};var r=n(34446)},66004:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{t.eachYearOfInterval=function(e,t){const{start:n,end:o}=(0,r.normalizeInterval)(t?.in,e);let a=+n>+o;const s=a?+n:+o,c=a?o:n;c.setHours(0,0,0,0),c.setMonth(0,1);let l=t?.step??1;if(!l)return[];l<0&&(l=-l,a=!a);const u=[];for(;+c<=s;)u.push((0,i.constructFrom)(n,c)),c.setFullYear(c.getFullYear()+l);return a?u.reverse():u};var r=n(18290),i=n(92956)},66379:(e,t,n)=>{t.addMonths=function(e,t,n){const o=(0,i.toDate)(e,n?.in);if(isNaN(t))return(0,r.constructFrom)(n?.in||e,NaN);if(!t)return o;const a=o.getDate(),s=(0,r.constructFrom)(n?.in||e,o.getTime());s.setMonth(o.getMonth()+t+1,0);const c=s.getDate();return a>=c?s:(o.setFullYear(s.getFullYear(),s.getMonth(),a),o)};var r=n(92956),i=n(34446)},66645:(e,t,n)=>{var r=n(1733),i=n(45434),o=n(13222),a=n(22225);e.exports=function(e,t,n){return e=o(e),void 0===(t=n?void 0:t)?i(e)?a(e):r(e):e.match(t)||[]}},66721:(e,t,n)=>{var r=n(81042),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(t,e)?t[e]:void 0}},66757:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTargetId=function(){const e=(0,r.getReflectMetadata)(Object,i)??0;e===Number.MAX_SAFE_INTEGER?(0,r.updateReflectMetadata)(Object,i,e,()=>Number.MIN_SAFE_INTEGER):(0,r.updateReflectMetadata)(Object,i,e,e=>e+1);return e};const r=n(59517),i="@inversifyjs/core/targetId"},67197:e=>{e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},67394:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTimezoneOffset=void 0;const r=n(93831);t.getTimezoneOffset=function(e,t){return-(0,r.tzParseTimezone)(e,t)}},67710:(e,t,n)=>{t.startOfMonth=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setDate(1),n.setHours(0,0,0,0),n};var r=n(34446)},67816:(e,t,n)=>{t.setWeekYear=function(e,t,n){const c=(0,r.getDefaultOptions)(),l=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??c.firstWeekContainsDate??c.locale?.options?.firstWeekContainsDate??1,u=(0,o.differenceInCalendarDays)((0,s.toDate)(e,n?.in),(0,a.startOfWeekYear)(e,n),n),d=(0,i.constructFrom)(n?.in||e,0);d.setFullYear(t,0,l),d.setHours(0,0,0,0);const f=(0,a.startOfWeekYear)(d,n);return f.setDate(f.getDate()+u),f};var r=n(96755),i=n(92956),o=n(35506),a=n(93040),s=n(34446)},68223:(e,t,n)=>{var r=n(56110)(n(9325),"Map");e.exports=r},68290:(e,t,n)=>{t.startOfDay=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setHours(0,0,0,0),n};var r=n(34446)},68480:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{t.MonthParser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{incompatibleTokens=["Y","R","q","Q","L","w","I","D","i","e","c","t","T"];priority=110;parse(e,t,n){const i=e=>e-1;switch(t){case"M":return(0,o.mapValue)((0,o.parseNumericPattern)(r.numericPatterns.month,e),i);case"MM":return(0,o.mapValue)((0,o.parseNDigits)(2,e),i);case"Mo":return(0,o.mapValue)(n.ordinalNumber(e,{unit:"month"}),i);case"MMM":return n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return n.month(e,{width:"narrow",context:"formatting"});default:return n.month(e,{width:"wide",context:"formatting"})||n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}}t.MonthParser=a},69318:(e,t,n)=>{t.getUnixTime=function(e){return Math.trunc(+(0,r.toDate)(e)/1e3)};var r=n(34446)},69520:(e,t,n)=>{t.setHours=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setHours(t),i};var r=n(34446)},69687:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyTargetImpl=t.getTargets=t.getClassMetadataFromMetadataReader=t.getClassMetadata=t.getClassElementMetadataFromLegacyMetadata=t.ClassElementMetadataKind=void 0;const r=n(49195);Object.defineProperty(t,"getTargets",{enumerable:!0,get:function(){return r.getTargets}});const i=n(80877);Object.defineProperty(t,"LegacyTargetImpl",{enumerable:!0,get:function(){return i.LegacyTargetImpl}});const o=n(44063);Object.defineProperty(t,"getClassElementMetadataFromLegacyMetadata",{enumerable:!0,get:function(){return o.getClassElementMetadataFromLegacyMetadata}});const a=n(49343);Object.defineProperty(t,"getClassMetadata",{enumerable:!0,get:function(){return a.getClassMetadata}});const s=n(8841);Object.defineProperty(t,"getClassMetadataFromMetadataReader",{enumerable:!0,get:function(){return s.getClassMetadataFromMetadataReader}});const c=n(86277);Object.defineProperty(t,"ClassElementMetadataKind",{enumerable:!0,get:function(){return c.ClassElementMetadataKind}})},69792:(e,t,n)=>{t.formatISO9075=function(e,t){const n=(0,o.toDate)(e,t?.in);if(!(0,i.isValid)(n))throw new RangeError("Invalid time value");const a=t?.format??"extended",s=t?.representation??"complete";let c="";const l="extended"===a?"-":"",u="extended"===a?":":"";if("time"!==s){const e=(0,r.addLeadingZeros)(n.getDate(),2),t=(0,r.addLeadingZeros)(n.getMonth()+1,2);c=`${(0,r.addLeadingZeros)(n.getFullYear(),4)}${l}${t}${l}${e}`}if("date"!==s){c=`${c}${""===c?"":" "}${(0,r.addLeadingZeros)(n.getHours(),2)}${u}${(0,r.addLeadingZeros)(n.getMinutes(),2)}${u}${(0,r.addLeadingZeros)(n.getSeconds(),2)}`}return c};var r=n(72554),i=n(27489),o=n(34446)},70064:(e,t,n)=>{t.nextDay=function(e,t,n){let o=t-(0,i.getDay)(e,n);o<=0&&(o+=7);return(0,r.addDays)(e,o,n)};var r=n(77591),i=n(31591)},70080:(e,t,n)=>{var r=n(26025),i=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():i.call(t,n,1),--this.size,!0)}},70123:(e,t,n)=>{ +/*! ***************************************************************************** +Copyright (C) Microsoft. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0 + +THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED +WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, +MERCHANTABLITY OR NON-INFRINGEMENT. + +See the Apache Version 2.0 License for specific language governing permissions +and limitations under the License. +***************************************************************************** */ +var r;!function(e){!function(){var t="object"==typeof n.g?n.g:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),r=i(e);function i(e,t){return function(n,r){"function"!=typeof e[n]&&Object.defineProperty(e,n,{configurable:!0,writable:!0,value:r}),t&&t(n,r)}}void 0===t.Reflect?t.Reflect=e:r=i(t.Reflect,r),function(e){var t=Object.prototype.hasOwnProperty,n="function"==typeof Symbol,r=n&&void 0!==Symbol.toPrimitive?Symbol.toPrimitive:"@@toPrimitive",i=n&&void 0!==Symbol.iterator?Symbol.iterator:"@@iterator",o="function"==typeof Object.create,a={__proto__:[]}instanceof Array,s=!o&&!a,c={create:o?function(){return re(Object.create(null))}:a?function(){return re({__proto__:null})}:function(){return re({})},has:s?function(e,n){return t.call(e,n)}:function(e,t){return t in e},get:s?function(e,n){return t.call(e,n)?e[n]:void 0}:function(e,t){return e[t]}},l=Object.getPrototypeOf(Function),u="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,d=u||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?ee():Map,f=u||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?te():Set,h=new(u||"function"!=typeof WeakMap?ne():WeakMap);function p(e,t,n,r){if(L(n)){if(!z(e))throw new TypeError;if(!U(t))throw new TypeError;return O(e,t)}if(!z(e))throw new TypeError;if(!N(t))throw new TypeError;if(!N(r)&&!L(r)&&!R(r))throw new TypeError;return R(r)&&(r=void 0),E(e,t,n=Z(n),r)}function m(e,t){function n(n,r){if(!N(n))throw new TypeError;if(!L(r)&&!G(r))throw new TypeError;k(e,t,n,r)}return n}function g(e,t,n,r){if(!N(n))throw new TypeError;return L(r)||(r=Z(r)),k(e,t,n,r)}function v(e,t,n){if(!N(t))throw new TypeError;return L(n)||(n=Z(n)),j(e,t,n)}function y(e,t,n){if(!N(t))throw new TypeError;return L(n)||(n=Z(n)),S(e,t,n)}function C(e,t,n){if(!N(t))throw new TypeError;return L(n)||(n=Z(n)),P(e,t,n)}function b(e,t,n){if(!N(t))throw new TypeError;return L(n)||(n=Z(n)),A(e,t,n)}function w(e,t){if(!N(e))throw new TypeError;return L(t)||(t=Z(t)),T(e,t)}function _(e,t){if(!N(e))throw new TypeError;return L(t)||(t=Z(t)),D(e,t)}function x(e,t,n){if(!N(t))throw new TypeError;L(n)||(n=Z(n));var r=M(t,n,!1);if(L(r))return!1;if(!r.delete(e))return!1;if(r.size>0)return!0;var i=h.get(t);return i.delete(n),i.size>0||h.delete(t),!0}function O(e,t){for(var n=e.length-1;n>=0;--n){var r=(0,e[n])(t);if(!L(r)&&!R(r)){if(!U(r))throw new TypeError;t=r}}return t}function E(e,t,n,r){for(var i=e.length-1;i>=0;--i){var o=(0,e[i])(t,n,r);if(!L(o)&&!R(o)){if(!N(o))throw new TypeError;r=o}}return r}function M(e,t,n){var r=h.get(e);if(L(r)){if(!n)return;r=new d,h.set(e,r)}var i=r.get(t);if(L(i)){if(!n)return;i=new d,r.set(t,i)}return i}function j(e,t,n){if(S(e,t,n))return!0;var r=Q(t);return!R(r)&&j(e,r,n)}function S(e,t,n){var r=M(t,n,!1);return!L(r)&&V(r.has(e))}function P(e,t,n){if(S(e,t,n))return A(e,t,n);var r=Q(t);return R(r)?void 0:P(e,r,n)}function A(e,t,n){var r=M(t,n,!1);if(!L(r))return r.get(e)}function k(e,t,n,r){M(n,r,!0).set(e,t)}function T(e,t){var n=D(e,t),r=Q(e);if(null===r)return n;var i=T(r,t);if(i.length<=0)return n;if(n.length<=0)return i;for(var o=new f,a=[],s=0,c=n;s=0&&e=this._keys.length?(this._index=-1,this._keys=t,this._values=t):this._index++,{value:n,done:!1}}return{value:void 0,done:!0}},e.prototype.throw=function(e){throw this._index>=0&&(this._index=-1,this._keys=t,this._values=t),e},e.prototype.return=function(e){return this._index>=0&&(this._index=-1,this._keys=t,this._values=t),{value:e,done:!0}},e}();return function(){function t(){this._keys=[],this._values=[],this._cacheKey=e,this._cacheIndex=-2}return Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),t.prototype.has=function(e){return this._find(e,!1)>=0},t.prototype.get=function(e){var t=this._find(e,!1);return t>=0?this._values[t]:void 0},t.prototype.set=function(e,t){var n=this._find(e,!0);return this._values[n]=t,this},t.prototype.delete=function(t){var n=this._find(t,!1);if(n>=0){for(var r=this._keys.length,i=n+1;i{n.r(t),n.d(t,{CSSTransition:()=>_,ReplaceTransition:()=>A,SwitchTransition:()=>H,Transition:()=>C,TransitionGroup:()=>S,config:()=>l});var r=n(58168),i=n(98587),o=n(25540);function a(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var s=n(51649),c=n(7516);const l={disabled:!1},u=s.default.createContext(null);var d=function(e){return e.scrollTop},f="unmounted",h="exited",p="entering",m="entered",g="exiting",v=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=h,r.appearStatus=p):i=m:i=t.unmountOnExit||t.mountOnEnter?f:h,r.state={status:i},r.nextCallback=null,r}(0,o.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===f?{status:h}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==p&&n!==m&&(t=p):n!==p&&n!==m||(t=g)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===p){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:c.default.findDOMNode(this);n&&d(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===h&&this.setState({status:f})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[c.default.findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),u=r?s.appear:s.enter;!e&&!n||l.disabled?this.safeSetState({status:m},function(){t.props.onEntered(o)}):(this.props.onEnter(o,a),this.safeSetState({status:p},function(){t.props.onEntering(o,a),t.onTransitionEnd(u,function(){t.safeSetState({status:m},function(){t.props.onEntered(o,a)})})}))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:c.default.findDOMNode(this);t&&!l.disabled?(this.props.onExit(r),this.safeSetState({status:g},function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:h},function(){e.props.onExited(r)})})})):this.safeSetState({status:h},function(){e.props.onExited(r)})},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:c.default.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===f)return null;var t=this.props,n=t.children,r=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,i.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return s.default.createElement(u.Provider,{value:null},"function"==typeof n?n(e,r):s.default.cloneElement(s.default.Children.only(n),r))},t}(s.default.Component);function y(){}v.contextType=u,v.propTypes={},v.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:y,onEntering:y,onEntered:y,onExit:y,onExiting:y,onExited:y},v.UNMOUNTED=f,v.EXITED=h,v.ENTERING=p,v.ENTERED=m,v.EXITING=g;const C=v;var b=function(e,t){return e&&t&&t.split(" ").forEach(function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"==typeof n.className?n.className=a(n.className,r):n.setAttribute("class",a(n.className&&n.className.baseVal||"",r)));var n,r})},w=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i{Object.defineProperty(t,"__esModule",{value:!0}),t.between=function(e,t,n){if(t&&t>e)return t;if(n&&nh[0]?[h[0],c]:[c,h[0]],f,"".concat(l,"--hover"));u.push.apply(u,g)}return u};var r=n(26335);function i(e,t){return t[0]<=e&&t[1]>=e}function o(e,t){return e[0]<=t[0]&&e[1]>=t[1]}function a(e,t){return i(e[0],t)||i(e[1],t)}function s(e,t,n){var r=[];if(a(t,e)){r.push(n);var o=i(e[0],t),s=i(e[1],t);o&&r.push("".concat(n,"Start")),s&&r.push("".concat(n,"End")),o&&s&&r.push("".concat(n,"BothEnds"))}return r}},70659:(e,t,n)=>{t.getDayOfYear=function(e,t){const n=(0,o.toDate)(e,t?.in),a=(0,r.differenceInCalendarDays)(n,(0,i.startOfYear)(n));return a+1};var r=n(35506),i=n(20775),o=n(34446)},70695:(e,t,n)=>{var r=n(78096),i=n(72428),o=n(56449),a=n(3656),s=n(30361),c=n(37167),l=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=o(e),u=!n&&i(e),d=!n&&!u&&a(e),f=!n&&!u&&!d&&c(e),h=n||u||d||f,p=h?r(e.length,String):[],m=p.length;for(var g in e)!t&&!l.call(e,g)||h&&("length"==g||d&&("offset"==g||"parent"==g)||f&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||s(g,m))||p.push(g);return p}},70821:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WEEKDAYS=t.CALENDAR_TYPE_LOCALES=t.CALENDAR_TYPES=void 0,t.CALENDAR_TYPES={GREGORY:"gregory",HEBREW:"hebrew",ISLAMIC:"islamic",ISO_8601:"iso8601"},t.CALENDAR_TYPE_LOCALES={gregory:["en-CA","en-US","es-AR","es-BO","es-CL","es-CO","es-CR","es-DO","es-EC","es-GT","es-HN","es-MX","es-NI","es-PA","es-PE","es-PR","es-SV","es-VE","pt-BR"],hebrew:["he","he-IL"],islamic:["ar","ar-AE","ar-BH","ar-DZ","ar-EG","ar-IQ","ar-JO","ar-KW","ar-LY","ar-OM","ar-QA","ar-SA","ar-SD","ar-SY","ar-YE","dv","dv-MV","ps","ps-AR"]},t.WEEKDAYS=[0,1,2,3,4,5,6]},70881:(e,t,n)=>{t.intlFormat=function(e,t,n){let i;o=t,void 0===o||"locale"in o?n=t:i=t;var o;return new Intl.DateTimeFormat(n?.locale,i).format((0,r.toDate)(e))};var r=n(34446)},70920:(e,t,n)=>{t.isLastDayOfMonth=function(e,t){const n=(0,o.toDate)(e,t?.in);return+(0,r.endOfDay)(n,t)===+(0,i.endOfMonth)(n,t)};var r=n(61883),i=n(51291),o=n(34446)},71133:(e,t,n)=>{t.setMilliseconds=function(e,t,n){const i=(0,r.toDate)(e,n?.in);return i.setMilliseconds(t),i};var r=n(34446)},71464:(e,t,n)=>{t.isThisISOWeek=function(e,t){return(0,o.isSameISOWeek)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e))};var r=n(92956),i=n(2700),o=n(5626)},71508:e=>{function t(e){var n,r,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(n=0;n(0,f.getBindingDictionary)(e)),o=(0,f.getBindingDictionary)(r);return i.forEach(e=>{var t;t=o,e.traverse((e,n)=>{n.forEach(e=>{t.add(e.serviceIdentifier,e.clone())})})}),r}load(...e){const t=this._getContainerModuleHelpersFactory();for(const n of e){const e=t(n.id);n.registry(e.bindFunction,e.unbindFunction,e.isboundFunction,e.rebindFunction,e.unbindAsyncFunction,e.onActivationFunction,e.onDeactivationFunction)}}async loadAsync(...e){const t=this._getContainerModuleHelpersFactory();for(const n of e){const e=t(n.id);await n.registry(e.bindFunction,e.unbindFunction,e.isboundFunction,e.rebindFunction,e.unbindAsyncFunction,e.onActivationFunction,e.onDeactivationFunction)}}unload(...e){e.forEach(e=>{const t=this._removeModuleBindings(e.id);this._deactivateSingletons(t),this._removeModuleHandlers(e.id)})}async unloadAsync(...e){for(const t of e){const e=this._removeModuleBindings(t.id);await this._deactivateSingletonsAsync(e),this._removeModuleHandlers(t.id)}}bind(e){return this._bind(this._buildBinding(e))}rebind(e){return this.unbind(e),this.bind(e)}async rebindAsync(e){return await this.unbindAsync(e),this.bind(e)}unbind(e){if(this._bindingDictionary.hasKey(e)){const t=this._bindingDictionary.get(e);this._deactivateSingletons(t)}this._removeServiceFromDictionary(e)}async unbindAsync(e){if(this._bindingDictionary.hasKey(e)){const t=this._bindingDictionary.get(e);await this._deactivateSingletonsAsync(t)}this._removeServiceFromDictionary(e)}unbindAll(){this._bindingDictionary.traverse((e,t)=>{this._deactivateSingletons(t)}),this._bindingDictionary=new C.Lookup}async unbindAllAsync(){const e=[];this._bindingDictionary.traverse((t,n)=>{e.push(this._deactivateSingletonsAsync(n))}),await Promise.all(e),this._bindingDictionary=new C.Lookup}onActivation(e,t){this._activations.add(e,t)}onDeactivation(e,t){this._deactivations.add(e,t)}isBound(e){let t=this._bindingDictionary.hasKey(e);return!t&&this.parent&&(t=this.parent.isBound(e)),t}isCurrentBound(e){return this._bindingDictionary.hasKey(e)}isBoundNamed(e,t){return this.isBoundTagged(e,u.NAMED_TAG,t)}isBoundTagged(e,t,n){let r=!1;if(this._bindingDictionary.hasKey(e)){const i=this._bindingDictionary.get(e),o=(0,f.createMockRequest)(this,e,{customTag:{key:t,value:n},isMultiInject:!1});r=i.some(e=>e.constraint(o))}return!r&&this.parent&&(r=this.parent.isBoundTagged(e,t,n)),r}snapshot(){this._snapshots.push(y.ContainerSnapshot.of(this._bindingDictionary.clone(),this._middleware,this._activations.clone(),this._deactivations.clone(),this._moduleActivationStore.clone()))}restore(){const e=this._snapshots.pop();if(void 0===e)throw new Error(c.NO_MORE_SNAPSHOTS_AVAILABLE);this._bindingDictionary=e.bindings,this._activations=e.activations,this._deactivations=e.deactivations,this._middleware=e.middleware,this._moduleActivationStore=e.moduleActivationStore}createChild(e){const t=new w(e||this.options);return t.parent=this,t}applyMiddleware(...e){const t=this._middleware?this._middleware:this._planAndResolve();this._middleware=e.reduce((e,t)=>t(e),t)}applyCustomMetadataReader(e){this._metadataReader=e}get(e){const t=this._getNotAllArgs(e,!1,!1);return this._getButThrowIfAsync(t)}async getAsync(e){const t=this._getNotAllArgs(e,!1,!1);return this._get(t)}getTagged(e,t,n){const r=this._getNotAllArgs(e,!1,!1,t,n);return this._getButThrowIfAsync(r)}async getTaggedAsync(e,t,n){const r=this._getNotAllArgs(e,!1,!1,t,n);return this._get(r)}getNamed(e,t){return this.getTagged(e,u.NAMED_TAG,t)}async getNamedAsync(e,t){return this.getTaggedAsync(e,u.NAMED_TAG,t)}getAll(e,t){const n=this._getAllArgs(e,t,!1);return this._getButThrowIfAsync(n)}async getAllAsync(e,t){const n=this._getAllArgs(e,t,!1);return this._getAll(n)}getAllTagged(e,t,n){const r=this._getNotAllArgs(e,!0,!1,t,n);return this._getButThrowIfAsync(r)}async getAllTaggedAsync(e,t,n){const r=this._getNotAllArgs(e,!0,!1,t,n);return this._getAll(r)}getAllNamed(e,t){return this.getAllTagged(e,u.NAMED_TAG,t)}async getAllNamedAsync(e,t){return this.getAllTaggedAsync(e,u.NAMED_TAG,t)}resolve(e){const t=this.isBound(e);t||this.bind(e).toSelf();const n=this.get(e);return t||this.unbind(e),n}tryGet(e){const t=this._getNotAllArgs(e,!1,!0);return this._getButThrowIfAsync(t)}async tryGetAsync(e){const t=this._getNotAllArgs(e,!1,!0);return this._get(t)}tryGetTagged(e,t,n){const r=this._getNotAllArgs(e,!1,!0,t,n);return this._getButThrowIfAsync(r)}async tryGetTaggedAsync(e,t,n){const r=this._getNotAllArgs(e,!1,!0,t,n);return this._get(r)}tryGetNamed(e,t){return this.tryGetTagged(e,u.NAMED_TAG,t)}async tryGetNamedAsync(e,t){return this.tryGetTaggedAsync(e,u.NAMED_TAG,t)}tryGetAll(e,t){const n=this._getAllArgs(e,t,!0);return this._getButThrowIfAsync(n)}async tryGetAllAsync(e,t){const n=this._getAllArgs(e,t,!0);return this._getAll(n)}tryGetAllTagged(e,t,n){const r=this._getNotAllArgs(e,!0,!0,t,n);return this._getButThrowIfAsync(r)}async tryGetAllTaggedAsync(e,t,n){const r=this._getNotAllArgs(e,!0,!0,t,n);return this._getAll(r)}tryGetAllNamed(e,t){return this.tryGetAllTagged(e,u.NAMED_TAG,t)}async tryGetAllNamedAsync(e,t){return this.tryGetAllTaggedAsync(e,u.NAMED_TAG,t)}_preDestroy(e,t){if(void 0!==e&&Reflect.hasMetadata(u.PRE_DESTROY,e)){const n=Reflect.getMetadata(u.PRE_DESTROY,e);return t[n.value]?.()}}_removeModuleHandlers(e){const t=this._moduleActivationStore.remove(e);this._activations.removeIntersection(t.onActivations),this._deactivations.removeIntersection(t.onDeactivations)}_removeModuleBindings(e){return this._bindingDictionary.removeByCondition(t=>t.moduleId===e)}_deactivate(e,t){const n=null==t?void 0:Object.getPrototypeOf(t).constructor;try{if(this._deactivations.hasKey(e.serviceIdentifier)){const r=this._deactivateContainer(t,this._deactivations.get(e.serviceIdentifier).values());if((0,m.isPromise)(r))return this._handleDeactivationError(r.then(async()=>this._propagateContainerDeactivationThenBindingAndPreDestroyAsync(e,t,n)),e.serviceIdentifier)}const r=this._propagateContainerDeactivationThenBindingAndPreDestroy(e,t,n);if((0,m.isPromise)(r))return this._handleDeactivationError(r,e.serviceIdentifier)}catch(t){if(t instanceof Error)throw new Error(c.ON_DEACTIVATION_ERROR((0,v.getServiceIdentifierAsString)(e.serviceIdentifier),t.message))}}async _handleDeactivationError(e,t){try{await e}catch(e){if(e instanceof Error)throw new Error(c.ON_DEACTIVATION_ERROR((0,v.getServiceIdentifierAsString)(t),e.message))}}_deactivateContainer(e,t){let n=t.next();for(;"function"==typeof n.value;){const r=n.value(e);if((0,m.isPromise)(r))return r.then(async()=>this._deactivateContainerAsync(e,t));n=t.next()}}async _deactivateContainerAsync(e,t){let n=t.next();for(;"function"==typeof n.value;)await n.value(e),n=t.next()}_getContainerModuleHelpersFactory(){const e=e=>t=>{const n=this._buildBinding(t);return n.moduleId=e,this._bind(n)},t=()=>e=>{this.unbind(e)},n=()=>async e=>this.unbindAsync(e),r=()=>e=>this.isBound(e),i=t=>{const n=e(t);return e=>(this.unbind(e),n(e))},o=e=>(t,n)=>{this._moduleActivationStore.addActivation(e,t,n),this.onActivation(t,n)},a=e=>(t,n)=>{this._moduleActivationStore.addDeactivation(e,t,n),this.onDeactivation(t,n)};return s=>({bindFunction:e(s),isboundFunction:r(),onActivationFunction:o(s),onDeactivationFunction:a(s),rebindFunction:i(s),unbindAsyncFunction:n(),unbindFunction:t()})}_bind(e){return this._bindingDictionary.add(e.serviceIdentifier,e),new p.BindingToSyntax(e)}_buildBinding(e){const t=this.options.defaultScope||l.BindingScopeEnum.Transient;return new s.Binding(e,t)}async _getAll(e){return Promise.all(this._get(e))}_get(e){const t={...e,contextInterceptor:e=>e,targetType:l.TargetTypeEnum.Variable};if(this._middleware){const e=this._middleware(t);if(null==e)throw new Error(c.INVALID_MIDDLEWARE_RETURN);return e}return this._planAndResolve()(t)}_getButThrowIfAsync(e){const t=this._get(e);if((0,m.isPromiseOrContainsPromise)(t))throw new Error(c.LAZY_IN_SYNC(e.serviceIdentifier));return t}_getAllArgs(e,t,n){return{avoidConstraints:!t?.enforceBindingConstraints,isMultiInject:!0,isOptional:n,serviceIdentifier:e}}_getNotAllArgs(e,t,n,r,i){return{avoidConstraints:!1,isMultiInject:t,isOptional:n,key:r,serviceIdentifier:e,value:i}}_getPlanMetadataFromNextArgs(e){const t={isMultiInject:e.isMultiInject};return void 0!==e.key&&(t.customTag={key:e.key,value:e.value}),!0===e.isOptional&&(t.isOptional=!0),t}_planAndResolve(){return e=>{let t=(0,f.plan)(this._metadataReader,this,e.targetType,e.serviceIdentifier,this._getPlanMetadataFromNextArgs(e),e.avoidConstraints);t=e.contextInterceptor(t);return(0,h.resolve)(t)}}_deactivateIfSingleton(e){if(e.activated)return(0,m.isPromise)(e.cache)?e.cache.then(t=>this._deactivate(e,t)):this._deactivate(e,e.cache)}_deactivateSingletons(e){for(const t of e){const e=this._deactivateIfSingleton(t);if((0,m.isPromise)(e))throw new Error(c.ASYNC_UNBIND_REQUIRED)}}async _deactivateSingletonsAsync(e){await Promise.all(e.map(async e=>this._deactivateIfSingleton(e)))}_propagateContainerDeactivationThenBindingAndPreDestroy(e,t,n){return this.parent?this._deactivate.bind(this.parent)(e,t):this._bindingDeactivationAndPreDestroy(e,t,n)}async _propagateContainerDeactivationThenBindingAndPreDestroyAsync(e,t,n){this.parent?await this._deactivate.bind(this.parent)(e,t):await this._bindingDeactivationAndPreDestroyAsync(e,t,n)}_removeServiceFromDictionary(e){try{this._bindingDictionary.remove(e)}catch(t){throw new Error(`${c.CANNOT_UNBIND} ${(0,v.getServiceIdentifierAsString)(e)}`)}}_bindingDeactivationAndPreDestroy(e,t,n){if("function"==typeof e.onDeactivation){const r=e.onDeactivation(t);if((0,m.isPromise)(r))return r.then(()=>this._preDestroy(n,t))}return this._preDestroy(n,t)}async _bindingDeactivationAndPreDestroyAsync(e,t,n){"function"==typeof e.onDeactivation&&await e.onDeactivation(t),await this._preDestroy(n,t)}}t.Container=w},71818:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.encodeNonAsciiHTML=t.encodeHTML=void 0;var i=r(n(35504)),o=n(5987),a=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function s(e,t){for(var n,r="",a=0;null!==(n=e.exec(t));){var s=n.index;r+=t.substring(a,s);var c=t.charCodeAt(s),l=i.default.get(c);if("object"==typeof l){if(s+1{var r=n(49653);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},72167:(e,t,n)=>{t.Hour0To11Parser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=70;parse(e,t,n){switch(t){case"K":return(0,o.parseNumericPattern)(r.numericPatterns.hour11h,e);case"Ko":return n.ordinalNumber(e,{unit:"hour"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.getHours()>=12&&n<12?e.setHours(n+12,0,0,0):e.setHours(n,0,0,0),e}incompatibleTokens=["h","H","k","t","T"]}t.Hour0To11Parser=a},72240:(e,t,n)=>{t.setISODay=function(e,t,n){const a=(0,o.toDate)(e,n?.in),s=(0,i.getISODay)(a,n),c=t-s;return(0,r.addDays)(a,c,n)};var r=n(77591),i=n(58284),o=n(34446)},72292:(e,t,n)=>{t.formatRelative=function(e,t,n){const[c,l]=(0,o.normalizeDates)(n?.in,e,t),u=(0,i.getDefaultOptions)(),d=n?.locale??u.locale??r.defaultLocale,f=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??u.weekStartsOn??u.locale?.options?.weekStartsOn??0,h=(0,a.differenceInCalendarDays)(c,l);if(isNaN(h))throw new RangeError("Invalid time value");let p;p=h<-6?"other":h<-1?"lastWeek":h<0?"yesterday":h<1?"today":h<2?"tomorrow":h<7?"nextWeek":"other";const m=d.formatRelative(p,c,l,{locale:d,weekStartsOn:f});return(0,s.format)(c,m,{locale:d,weekStartsOn:f})};var r=n(89577),i=n(96755),o=n(8256),a=n(35506),s=n(49460)},72428:(e,t,n)=>{var r=n(27534),i=n(40346),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(e){return i(e)&&a.call(e,"callee")&&!s.call(e,"callee")};e.exports=c},72552:(e,t,n)=>{var r=n(51873),i=n(659),o=n(59350),a=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?i(e):o(e)}},72554:(e,t)=>{t.addLeadingZeros=function(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}},72730:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLAttribute=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.DecodingMode=t.EntityDecoder=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.EntityLevel=void 0;var r,i,o=n(79878),a=n(71818),s=n(5987);function c(e,t){if(void 0===t&&(t=r.XML),("number"==typeof t?t:t.level)===r.HTML){var n="object"==typeof t?t.mode:void 0;return(0,o.decodeHTML)(e,n)}return(0,o.decodeXML)(e)}!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(r=t.EntityLevel||(t.EntityLevel={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(i=t.EncodingMode||(t.EncodingMode={})),t.decode=c,t.decodeStrict=function(e,t){var n;void 0===t&&(t=r.XML);var i="number"==typeof t?{level:t}:t;return null!==(n=i.mode)&&void 0!==n||(i.mode=o.DecodingMode.Strict),c(e,i)},t.encode=function(e,t){void 0===t&&(t=r.XML);var n="number"==typeof t?{level:t}:t;return n.mode===i.UTF8?(0,s.escapeUTF8)(e):n.mode===i.Attribute?(0,s.escapeAttribute)(e):n.mode===i.Text?(0,s.escapeText)(e):n.level===r.HTML?n.mode===i.ASCII?(0,a.encodeNonAsciiHTML)(e):(0,a.encodeHTML)(e):(0,s.encodeXML)(e)};var l=n(5987);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return l.encodeXML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return l.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return l.escapeUTF8}}),Object.defineProperty(t,"escapeAttribute",{enumerable:!0,get:function(){return l.escapeAttribute}}),Object.defineProperty(t,"escapeText",{enumerable:!0,get:function(){return l.escapeText}});var u=n(71818);Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return u.encodeNonAsciiHTML}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return u.encodeHTML}});var d=n(79878);Object.defineProperty(t,"EntityDecoder",{enumerable:!0,get:function(){return d.EntityDecoder}}),Object.defineProperty(t,"DecodingMode",{enumerable:!0,get:function(){return d.DecodingMode}}),Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return d.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTMLAttribute",{enumerable:!0,get:function(){return d.decodeHTMLAttribute}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return d.decodeXML}})},72903:(e,t,n)=>{var r=n(23805),i=n(55527),o=n(90181),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return o(e);var t=i(e),n=[];for(var s in e)("constructor"!=s||!t&&a.call(e,s))&&n.push(s);return n}},72914:(e,t)=>{t.formatDistance=void 0;const n={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};t.formatDistance=(e,t,r)=>{let i;const o=n[e];return i="string"==typeof o?o:1===t?o.one:o.other.replace("{{count}}",t.toString()),r?.addSuffix?r.comparison&&r.comparison>0?"in "+i:i+" ago":i}},72949:(e,t,n)=>{var r=n(12651);e.exports=function(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}},73074:(e,t,n)=>{t.minutesToSeconds=function(e){return Math.trunc(e*r.secondsInMinute)};var r=n(78052)},73201:e=>{var t=/\w*$/;e.exports=function(e){var n=new e.constructor(e.source,t.exec(e));return n.lastIndex=e.lastIndex,n}},73404:(e,t,n)=>{e.exports=n(3072)},73492:(e,t)=>{t.Any=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,t.Cc=/[\0-\x1F\x7F-\x9F]/,t.Cf=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,t.P=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,t.S=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,t.Z=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},73561:(e,t,n)=>{t.isSunday=function(e,t){return 0===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},73570:(e,t,n)=>{t.subBusinessDays=function(e,t,n){return(0,r.addBusinessDays)(e,-t,n)};var r=n(29941)},73668:e=>{function t(e){this._maxSize=e,this.clear()}t.prototype.clear=function(){this._size=0,this._values=Object.create(null)},t.prototype.get=function(e){return this._values[e]},t.prototype.set=function(e,t){return this._size>=this._maxSize&&this.clear(),e in this._values||this._size++,this._values[e]=t};var n=/[^.^\]^[]+|(?=\[\]|\.\.)/g,r=/^\d+$/,i=/^\d/,o=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,a=/^\s*(['"]?)(.*?)(\1)\s*$/,s=new t(512),c=new t(512),l=new t(512);function u(e){return s.get(e)||s.set(e,d(e).map(function(e){return e.replace(a,"$2")}))}function d(e){return e.match(n)||[""]}function f(e){return"string"==typeof e&&e&&-1!==["'",'"'].indexOf(e.charAt(0))}function h(e){return!f(e)&&(function(e){return e.match(i)&&!e.match(r)}(e)||function(e){return o.test(e)}(e))}e.exports={Cache:t,split:d,normalizePath:u,setter:function(e){var t=u(e);return c.get(e)||c.set(e,function(e,n){for(var r=0,i=t.length,o=e;r{var r=n(43360),i=n(30641),o=n(15389);e.exports=function(e,t){var n={};return t=o(t,3),i(e,function(e,i,o){r(n,i,t(e,i,o))}),n}},73934:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const t=new y.Request(e.serviceIdentifier,n,r,e,i);return e.constraint(t)}),function(e,t,n,r,i){switch(t.length){case c.BindingCount.NoBindingsAvailable:if(r.isOptional())return t;{const t=(0,h.getServiceIdentifierAsString)(e);let o=l.NOT_REGISTERED;throw o+=(0,h.listMetadataForTarget)(t,r),o+=(0,h.listRegisteredBindingsForServiceIdentifier)(i,t,x),null!==n&&(o+=`\n${l.TRYING_TO_RESOLVE_BINDINGS((0,h.getServiceIdentifierAsString)(n.serviceIdentifier))}`),new Error(o)}case c.BindingCount.OnlyOneBindingAvailable:return t;case c.BindingCount.MultipleBindingsAvailable:default:if(r.isArray())return t;{const t=(0,h.getServiceIdentifierAsString)(e);let n=`${l.AMBIGUOUS_MATCH} ${t}`;throw n+=(0,h.listRegisteredBindingsForServiceIdentifier)(i,t,x),new Error(n)}}}(i.serviceIdentifier,a,r,i,n.container),a}function w(e,t){const n=t.isMultiInject?d.MULTI_INJECT_TAG:d.INJECT_TAG,r=[new m.Metadata(n,e)];return void 0!==t.customTag&&r.push(new m.Metadata(t.customTag.key,t.customTag.value)),!0===t.isOptional&&r.push(new m.Metadata(d.OPTIONAL_TAG,!0)),r}function _(e,t,n,r,i,o){let a,s;if(null===i){a=b(e,t,r,null,o),s=new y.Request(n,r,null,a,o);const i=new g.Plan(r,s);r.addPlan(i)}else a=b(e,t,r,i,o),s=i.addChildRequest(o.serviceIdentifier,a,o);a.forEach(t=>{let n=null;if(o.isArray())n=s.addChildRequest(t.serviceIdentifier,t,o);else{if(null!==t.cache)return;n=s}if(t.type===u.BindingTypeEnum.Instance&&null!==t.implementationType){const i=(0,v.getDependencies)(e,t.implementationType);if(!0!==r.container.options.skipBaseClassChecks){const n=(0,v.getBaseClassDependencyCount)(e,t.implementationType);if(i.length{_(e,!1,t.serviceIdentifier,r,n,t)})}})}function x(e,t){let n=[];const r=C(e);return r.hasKey(t)?n=r.get(t):null!==e.parent&&(n=x(e.parent,t)),n}},74081:(e,t,n)=>{t.isMonday=function(e,t){return 1===(0,r.toDate)(e,t?.in).getDay()};var r=n(34446)},74082:(e,t,n)=>{t.transpose=function(e,t){const n=function(e){return"function"==typeof e&&e.prototype?.constructor===e}(t)?new t(0):(0,r.constructFrom)(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n};var r=n(92956)},74218:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},74317:(e,t,n)=>{t.secondsToMilliseconds=function(e){return e*r.millisecondsInSecond};var r=n(78052)},74335:e=>{e.exports=function(e,t){return function(n){return e(t(n))}}},74400:(e,t,n)=>{t.QuarterParser=void 0;var r=n(5513),i=n(93771);class o extends r.Parser{priority=120;parse(e,t,n){switch(t){case"Q":case"QQ":return(0,i.parseNDigits)(t.length,e);case"Qo":return n.ordinalNumber(e,{unit:"quarter"});case"QQQ":return n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return n.quarter(e,{width:"narrow",context:"formatting"});default:return n.quarter(e,{width:"wide",context:"formatting"})||n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth(3*(n-1),1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]}t.QuarterParser=o},74674:(e,t,n)=>{t.areIntervalsOverlapping=function(e,t,n){const[i,o]=[+(0,r.toDate)(e.start,n?.in),+(0,r.toDate)(e.end,n?.in)].sort((e,t)=>e-t),[a,s]=[+(0,r.toDate)(t.start,n?.in),+(0,r.toDate)(t.end,n?.in)].sort((e,t)=>e-t);return n?.inclusive?i<=s&&a<=o:i{var r=n(21791),i=n(95950);e.exports=function(e,t){return e&&r(t,i(t),e)}},74848:(e,t,n)=>{e.exports=n(21020)},75083:(e,t,n)=>{t.nextTuesday=function(e,t){return(0,r.nextDay)(e,2,t)};var r=n(70064)},75138:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{e.exports=function(e,t){return e===t||e!=e&&t!=t}},75449:(e,t,n)=>{t.formatRFC3339=function(e,t){const n=(0,o.toDate)(e,t?.in);if(!(0,i.isValid)(n))throw new RangeError("Invalid time value");const a=t?.fractionDigits??0,s=(0,r.addLeadingZeros)(n.getDate(),2),c=(0,r.addLeadingZeros)(n.getMonth()+1,2),l=n.getFullYear(),u=(0,r.addLeadingZeros)(n.getHours(),2),d=(0,r.addLeadingZeros)(n.getMinutes(),2),f=(0,r.addLeadingZeros)(n.getSeconds(),2);let h="";if(a>0){const e=n.getMilliseconds(),t=Math.trunc(e*Math.pow(10,a-3));h="."+(0,r.addLeadingZeros)(t,a)}let p="";const m=n.getTimezoneOffset();if(0!==m){const e=Math.abs(m);p=`${m<0?"+":"-"}${(0,r.addLeadingZeros)(Math.trunc(e/60),2)}:${(0,r.addLeadingZeros)(e%60,2)}`}else p="Z";return`${l}-${c}-${s}T${u}:${d}:${f}${h}${p}`};var r=n(72554),i=n(27489),o=n(34446)},75528:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ContainerSnapshot=void 0;class n{bindings;activations;deactivations;middleware;moduleActivationStore;static of(e,t,r,i,o){const a=new n;return a.bindings=e,a.middleware=t,a.deactivations=i,a.activations=r,a.moduleActivationStore=o,a}}t.ContainerSnapshot=n},75676:(e,t,n)=>{t.hoursToMinutes=function(e){return Math.trunc(e*r.minutesInHour)};var r=n(78052)},76169:(e,t,n)=>{var r=n(49653);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},76189:e=>{var t=Object.prototype.hasOwnProperty;e.exports=function(e){var n=e.length,r=new e.constructor(n);return n&&"string"==typeof e[0]&&t.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},76234:(e,t,n)=>{t.getMinutes=function(e,t){return(0,r.toDate)(e,t?.in).getMinutes()};var r=n(34446)},76545:(e,t,n)=>{var r=n(56110)(n(9325),"Set");e.exports=r},76573:(e,t,n)=>{t.isThisSecond=function(e){return(0,i.isSameSecond)(e,(0,r.constructNow)(e))};var r=n(2700),i=n(29435)},76709:function(e,t){var n=this&&this.__decorate||function(e,t,n,r){var i,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,n,a):i(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.objectToAction=t.actionType=t.getActionReducer=t.KeyedAction=t.Action=t.BaseAction=void 0;const r=new Map;let i=class{get type(){return this._type}async call(e,t){await t()}reduce(e){return e}};i=n([s],i),t.BaseAction=i;let o=class extends i{constructor(){super()}};o=n([s],o),t.Action=o;let a=class extends o{constructor(e){super(),this.key=e}reduce(e){return e}};function s(e){Object.seal(e),Object.seal(e.prototype)}function c(e){const{_type:t,...n}=e;if(!r.has(t))throw new Error(`Unknown action: ${t} = ${JSON.stringify(n)}`);const i=Object.create(r.get(t).prototype);return i._type=t,Object.assign(i,n),i}a=n([s],a),t.KeyedAction=a,t.getActionReducer=function(e){return e instanceof o?e.reduce:c(e).reduce},t.actionType=function(e){return function(t){const n=t,i=function(...t){const r=new n(...t);return r._type=e,r};return i.prototype=n.prototype,r.set(e,{ctor:i,prototype:t.prototype}),i}},t.objectToAction=c},77035:(e,t,n)=>{t.setMonth=function(e,t,n){const a=(0,o.toDate)(e,n?.in),s=a.getFullYear(),c=a.getDate(),l=(0,r.constructFrom)(n?.in||e,0);l.setFullYear(s,t,15),l.setHours(0,0,0,0);const u=(0,i.getDaysInMonth)(l);return a.setMonth(t,Math.min(c,u)),a};var r=n(92956),i=n(62575),o=n(34446)},77199:(e,t,n)=>{var r=n(49653),i=n(76169),o=n(73201),a=n(93736),s=n(71961);e.exports=function(e,t,n){var c=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new c(+e);case"[object DataView]":return i(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":case"[object Set]":return new c;case"[object Number]":case"[object String]":return new c(e);case"[object RegExp]":return o(e);case"[object Symbol]":return a(e)}}},77310:(e,t,n)=>{t.LocalWeekYearParser=void 0;var r=n(36708),i=n(95472),o=n(5513),a=n(93771);class s extends o.Parser{priority=130;parse(e,t,n){const r=e=>({year:e,isTwoDigitYear:"YY"===t});switch(t){case"Y":return(0,a.mapValue)((0,a.parseNDigits)(4,e),r);case"Yo":return(0,a.mapValue)(n.ordinalNumber(e,{unit:"year"}),r);default:return(0,a.mapValue)((0,a.parseNDigits)(t.length,e),r)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,t,n,o){const s=(0,r.getWeekYear)(e,o);if(n.isTwoDigitYear){const t=(0,a.normalizeTwoDigitYear)(n.year,s);return e.setFullYear(t,0,o.firstWeekContainsDate),e.setHours(0,0,0,0),(0,i.startOfWeek)(e,o)}const c="era"in t&&1!==t.era?1-n.year:n.year;return e.setFullYear(c,0,o.firstWeekContainsDate),e.setHours(0,0,0,0),(0,i.startOfWeek)(e,o)}incompatibleTokens=["y","R","u","Q","q","M","L","I","d","D","i","t","T"]}t.LocalWeekYearParser=s},77426:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getLegacyMetadata=function(e){if(e.kind===i.ClassElementMetadataKind.unmanaged)return[{key:r.UNMANAGED_TAG,value:!0}];return function(e){const t=[o(e)];void 0!==e.name&&t.push({key:r.NAMED_TAG,value:e.name});e.optional&&t.push({key:r.OPTIONAL_TAG,value:!0});for(const[n,r]of e.tags)t.push({key:n,value:r});void 0!==e.targetName&&t.push({key:r.NAME_TAG,value:e.targetName});return t}(e)};const r=n(83313),i=n(86277);function o(e){let t;switch(e.kind){case i.ClassElementMetadataKind.multipleInjection:t={key:r.MULTI_INJECT_TAG,value:e.value};break;case i.ClassElementMetadataKind.singleInjection:t={key:r.INJECT_TAG,value:e.value}}return t}},77520:(e,t)=>{t.buildMatchPatternFn=function(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const i=r[0],o=t.match(e.parsePattern);if(!o)return null;let a=e.valueCallback?e.valueCallback(o[0]):o[0];a=n.valueCallback?n.valueCallback(a):a;return{value:a,rest:t.slice(i.length)}}}},77556:(e,t,n)=>{var r=n(51873),i=n(34932),o=n(56449),a=n(44394),s=r?r.prototype:void 0,c=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return i(t,e)+"";if(a(t))return c?c.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},77591:(e,t,n)=>{t.addDays=function(e,t,n){const o=(0,i.toDate)(e,n?.in);return isNaN(t)?(0,r.constructFrom)(n?.in||e,NaN):t?(o.setDate(o.getDate()+t),o):o};var r=n(92956),i=n(34446)},77617:(e,t,n)=>{t.closestTo=function(e,t,n){const[a,...s]=(0,r.normalizeDates)(n?.in,e,...t),c=(0,i.closestIndexTo)(a,s);if("number"==typeof c&&isNaN(c))return(0,o.constructFrom)(a,NaN);if(void 0!==c)return s[c]};var r=n(8256),i=n(98741),o=n(92956)},77626:(e,t,n)=>{t.add=function(e,t,n){const{years:s=0,months:c=0,weeks:l=0,days:u=0,hours:d=0,minutes:f=0,seconds:h=0}=t,p=(0,a.toDate)(e,n?.in),m=c||s?(0,i.addMonths)(p,c+12*s):p,g=u||l?(0,r.addDays)(m,u+7*l):m,v=1e3*(h+60*(f+60*d));return(0,o.constructFrom)(n?.in||e,+g+v)};var r=n(77591),i=n(66379),o=n(92956),a=n(34446)},77707:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r=n(44394);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},77865:(e,t,n)=>{t.isPast=function(e){return+(0,r.toDate)(e){t.secondsInYear=t.secondsInWeek=t.secondsInQuarter=t.secondsInMonth=t.secondsInMinute=t.secondsInHour=t.secondsInDay=t.quartersInYear=t.monthsInYear=t.monthsInQuarter=t.minutesInYear=t.minutesInMonth=t.minutesInHour=t.minutesInDay=t.minTime=t.millisecondsInWeek=t.millisecondsInSecond=t.millisecondsInMinute=t.millisecondsInHour=t.millisecondsInDay=t.maxTime=t.daysInYear=t.daysInWeek=t.constructFromSymbol=void 0;t.daysInWeek=7;const n=t.daysInYear=365.2425,r=t.maxTime=24*Math.pow(10,8)*60*60*1e3,i=(t.minTime=-r,t.millisecondsInWeek=6048e5,t.millisecondsInDay=864e5,t.millisecondsInMinute=6e4,t.millisecondsInHour=36e5,t.millisecondsInSecond=1e3,t.minutesInYear=525600,t.minutesInMonth=43200,t.minutesInDay=1440,t.minutesInHour=60,t.monthsInQuarter=3,t.monthsInYear=12,t.quartersInYear=4,t.secondsInHour=3600),o=(t.secondsInMinute=60,t.secondsInDay=24*i),a=(t.secondsInWeek=7*o,t.secondsInYear=o*n),s=t.secondsInMonth=a/12;t.secondsInQuarter=3*s,t.constructFromSymbol=Symbol.for("constructDateFrom")},78096:e=>{e.exports=function(e,t){for(var n=-1,r=Array(e);++n{t.isSameISOWeekYear=function(e,t,n){const[o,a]=(0,i.normalizeDates)(n?.in,e,t);return+(0,r.startOfISOWeekYear)(o)===+(0,r.startOfISOWeekYear)(a)};var r=n(1152),i=n(8256)},79463:(e,t,n)=>{t.addHours=function(e,t,n){return(0,r.addMilliseconds)(e,t*i.millisecondsInHour,n)};var r=n(84280),i=n(78052)},79674:(e,t,n)=>{var r=n(43360),i=n(30641),o=n(15389);e.exports=function(e,t){var n={};return t=o(t,3),i(e,function(e,i,o){r(n,t(e,i,o),e)}),n}},79732:(e,t,n)=>{t.getHours=function(e,t){return(0,r.toDate)(e,t?.in).getHours()};var r=n(34446)},79770:e=>{e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n=u.ZERO&&e<=u.NINE}function g(e){return e>=u.UPPER_A&&e<=u.UPPER_F||e>=u.LOWER_A&&e<=u.LOWER_F}function v(e){return e===u.EQUALS||function(e){return e>=u.UPPER_A&&e<=u.UPPER_Z||e>=u.LOWER_A&&e<=u.LOWER_Z||m(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(f=t.BinTrieFlags||(t.BinTrieFlags={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(h||(h={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(p=t.DecodingMode||(t.DecodingMode={}));var y=function(){function e(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=h.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=p.Strict}return e.prototype.startEntity=function(e){this.decodeMode=e,this.state=h.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},e.prototype.write=function(e,t){switch(this.state){case h.EntityStart:return e.charCodeAt(t)===u.NUM?(this.state=h.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=h.NamedEntity,this.stateNamedEntity(e,t));case h.NumericStart:return this.stateNumericStart(e,t);case h.NumericDecimal:return this.stateNumericDecimal(e,t);case h.NumericHex:return this.stateNumericHex(e,t);case h.NamedEntity:return this.stateNamedEntity(e,t)}},e.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===u.LOWER_X?(this.state=h.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=h.NumericDecimal,this.stateNumericDecimal(e,t))},e.prototype.addToNumericResult=function(e,t,n,r){if(t!==n){var i=n-t;this.result=this.result*Math.pow(r,i)+parseInt(e.substr(t,i),r),this.consumed+=i}},e.prototype.stateNumericHex=function(e,t){for(var n=t;t>14;t>14)){if(o===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==p.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},e.prototype.emitNotTerminatedNamedEntity=function(){var e,t=this.result,n=(this.decodeTree[t]&f.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed},e.prototype.emitNamedEntityData=function(e,t,n){var r=this.decodeTree;return this.emitCodePoint(1===t?r[e]&~f.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n},e.prototype.end=function(){var e;switch(this.state){case h.NamedEntity:return 0===this.result||this.decodeMode===p.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case h.NumericDecimal:return this.emitNumericEntity(0,2);case h.NumericHex:return this.emitNumericEntity(0,3);case h.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case h.EntityStart:return 0}},e}();function C(e){var t="",n=new y(e,function(e){return t+=(0,l.fromCodePoint)(e)});return function(e,r){for(var i=0,o=0;(o=e.indexOf("&",o))>=0;){t+=e.slice(i,o),n.startEntity(r);var a=n.write(e,o+1);if(a<0){i=o+n.end();break}i=o+a,o=0===a?i+1:i}var s=t+e.slice(i);return t="",s}}function b(e,t,n,r){var i=(t&f.BRANCH_LENGTH)>>7,o=t&f.JUMP_TABLE;if(0===i)return 0!==o&&r===o?n:-1;if(o){var a=r-o;return a<0||a>=i?-1:e[n+a]-1}for(var s=n,c=s+i-1;s<=c;){var l=s+c>>>1,u=e[l];if(ur))return e[l+i];c=l-1}}return-1}t.EntityDecoder=y,t.determineBranch=b;var w=C(s.default),_=C(c.default);t.decodeHTML=function(e,t){return void 0===t&&(t=p.Legacy),w(e,t)},t.decodeHTMLAttribute=function(e){return w(e,p.Attribute)},t.decodeHTMLStrict=function(e){return w(e,p.Strict)},t.decodeXML=function(e){return _(e,p.Strict)}},79883:(e,t,n)=>{t.endOfSecond=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setMilliseconds(999),n};var r=n(34446)},80015:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r=n(63702),i=n(70080),o=n(24739),a=n(48655),s=n(31175);function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t{t.lastDayOfQuarter=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getMonth(),o=i-i%3+3;return n.setMonth(o,0),n.setHours(0,0,0,0),n};var r=n(34446)},80631:(e,t,n)=>{var r=n(28077),i=n(49326);e.exports=function(e,t){return null!=e&&i(e,t,r)}},80666:(e,t,n)=>{t.eachMinuteOfInterval=function(e,t){const{start:n,end:a}=(0,r.normalizeInterval)(t?.in,e);n.setSeconds(0,0);let s=+n>+a;const c=s?+n:+a;let l=s?a:n,u=t?.step??1;if(!u)return[];u<0&&(u=-u,s=!s);const d=[];for(;+l<=c;)d.push((0,o.constructFrom)(n,l)),l=(0,i.addMinutes)(l,u);return s?d.reverse():d};var r=n(18290),i=n(33937),o=n(92956)},80714:e=>{e.exports=()=>{const e={};return e.promise=new Promise((t,n)=>{e.resolve=t,e.reject=n}),e}},80877:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyTargetImpl=void 0;const r=n(5265),i=n(77426),o=n(86277),a=n(83313),s=n(36338),c=n(41129),l=n(66757);t.LegacyTargetImpl=class{#t;#n;#r;#i;#o;#a;constructor(e,t,n){this.#n=(0,l.getTargetId)(),this.#r=e,this.#i=void 0,this.#t=t,this.#o=new s.LegacyQueryableStringImpl("string"==typeof e?e:(0,c.getDescription)(e)),this.#a=n}get id(){return this.#n}get identifier(){return this.#r}get metadata(){return void 0===this.#i&&(this.#i=(0,i.getLegacyMetadata)(this.#t)),this.#i}get name(){return this.#o}get type(){return this.#a}get serviceIdentifier(){return r.LazyServiceIdentifier.is(this.#t.value)?this.#t.value.unwrap():this.#t.value}getCustomTags(){return[...this.#t.tags.entries()].map(([e,t])=>({key:e,value:t}))}getNamedTag(){return void 0===this.#t.name?null:{key:a.NAMED_TAG,value:this.#t.name}}hasTag(e){return this.metadata.some(t=>t.key===e)}isArray(){return this.#t.kind===o.ClassElementMetadataKind.multipleInjection}isNamed(){return void 0!==this.#t.name}isOptional(){return this.#t.optional}isTagged(){return this.#t.tags.size>0}matchesArray(e){return this.isArray()&&this.#t.value===e}matchesNamedTag(e){return this.#t.name===e}matchesTag(e){return t=>this.metadata.some(n=>n.key===e&&n.value===t)}}},80945:(e,t,n)=>{var r=n(80079),i=n(68223),o=n(53661);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(e,t),this.size=n.size,this}},81042:(e,t,n)=>{var r=n(56110)(Object,"create");e.exports=r},81714:e=>{e.exports=function(){}},82151:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LazyServiceIdentifier=t.islazyServiceIdentifierSymbol=void 0,t.islazyServiceIdentifierSymbol=Symbol.for("@inversifyjs/common/islazyServiceIdentifier");class n{[t.islazyServiceIdentifierSymbol];#s;constructor(e){this.#s=e,this[t.islazyServiceIdentifierSymbol]=!0}static is(e){return"object"==typeof e&&null!==e&&!0===e[t.islazyServiceIdentifierSymbol]}unwrap(){return this.#s()}}t.LazyServiceIdentifier=n},82199:(e,t,n)=>{var r=n(14528),i=n(56449);e.exports=function(e,t,n){var o=t(e);return i(e)?o:r(o,n(e))}},82201:function(e,t,n){var r=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))(function(i,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function s(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?i(e.value):new n(function(t){t(e.value)}).then(a,s)}c((r=r.apply(e,t||[])).next())})},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=i(n(80714));function a(e,t="maxAge"){let n,i,a;const s=()=>r(this,void 0,void 0,function*(){if(void 0!==n)return;const s=s=>r(this,void 0,void 0,function*(){a=o.default();const r=s[1][t]-Date.now();return r<=0?(e.delete(s[0]),void a.resolve()):(n=s[0],i=setTimeout(()=>{e.delete(s[0]),a&&a.resolve()},r),"function"==typeof i.unref&&i.unref(),a.promise)});try{for(const t of e)yield s(t)}catch(e){}n=void 0}),c=e.set.bind(e);return e.set=(t,r)=>{e.has(t)&&e.delete(t);const o=c(t,r);return n&&n===t&&(n=void 0,void 0!==i&&(clearTimeout(i),i=void 0),void 0!==a&&(a.reject(void 0),a=void 0)),s(),o},s(),e}t.default=a,e.exports=a,e.exports.default=a},82577:(e,t,n)=>{t.LocalWeekParser=void 0;var r=n(21315),i=n(95472),o=n(47699),a=n(5513),s=n(93771);class c extends a.Parser{priority=100;parse(e,t,n){switch(t){case"w":return(0,s.parseNumericPattern)(o.numericPatterns.week,e);case"wo":return n.ordinalNumber(e,{unit:"week"});default:return(0,s.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,t,n,o){return(0,i.startOfWeek)((0,r.setWeek)(e,n,o),o)}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","i","t","T"]}t.LocalWeekParser=c},82829:(e,t,n)=>{t.lastDayOfYear=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(0,0,0,0),n};var r=n(34446)},83221:e=>{e.exports=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var c=a[e?s:++i];if(!1===n(o[c],c,o))break}return t}}},83313:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NON_CUSTOM_TAG_KEYS=t.PRE_DESTROY=t.POST_CONSTRUCT=t.DESIGN_PARAM_TYPES=t.PARAM_TYPES=t.TAGGED_PROP=t.TAGGED=t.MULTI_INJECT_TAG=t.INJECT_TAG=t.OPTIONAL_TAG=t.UNMANAGED_TAG=t.NAME_TAG=t.NAMED_TAG=void 0,t.NAMED_TAG="named",t.NAME_TAG="name",t.UNMANAGED_TAG="unmanaged",t.OPTIONAL_TAG="optional",t.INJECT_TAG="inject",t.MULTI_INJECT_TAG="multi_inject",t.TAGGED="inversify:tagged",t.TAGGED_PROP="inversify:tagged_props",t.PARAM_TYPES="inversify:paramtypes",t.DESIGN_PARAM_TYPES="design:paramtypes",t.POST_CONSTRUCT="post_construct",t.PRE_DESTROY="pre_destroy",t.NON_CUSTOM_TAG_KEYS=[t.INJECT_TAG,t.MULTI_INJECT_TAG,t.NAME_TAG,t.UNMANAGED_TAG,t.NAMED_TAG,t.OPTIONAL_TAG]},83349:(e,t,n)=>{var r=n(82199),i=n(86375),o=n(37241);e.exports=function(e){return r(e,o,i)}},83488:e=>{e.exports=function(e){return e}},83525:(e,t,n)=>{t.formatters=void 0;var r=n(70659),i=n(18926),o=n(9957),a=n(29639),s=n(36708),c=n(72554),l=n(88441);const u="midnight",d="noon",f="morning",h="afternoon",p="evening",m="night";t.formatters={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){const t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:"year"})}return l.lightFormatters.y(e,t)},Y:function(e,t,n,r){const i=(0,s.getWeekYear)(e,r),o=i>0?i:1-i;if("YY"===t){const e=o%100;return(0,c.addLeadingZeros)(e,2)}return"Yo"===t?n.ordinalNumber(o,{unit:"year"}):(0,c.addLeadingZeros)(o,t.length)},R:function(e,t){const n=(0,o.getISOWeekYear)(e);return(0,c.addLeadingZeros)(n,t.length)},u:function(e,t){const n=e.getFullYear();return(0,c.addLeadingZeros)(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return(0,c.addLeadingZeros)(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return(0,c.addLeadingZeros)(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return l.lightFormatters.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return(0,c.addLeadingZeros)(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const i=(0,a.getWeek)(e,r);return"wo"===t?n.ordinalNumber(i,{unit:"week"}):(0,c.addLeadingZeros)(i,t.length)},I:function(e,t,n){const r=(0,i.getISOWeek)(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):(0,c.addLeadingZeros)(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getDate(),{unit:"date"}):l.lightFormatters.d(e,t)},D:function(e,t,n){const i=(0,r.getDayOfYear)(e);return"Do"===t?n.ordinalNumber(i,{unit:"dayOfYear"}):(0,c.addLeadingZeros)(i,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const i=e.getDay(),o=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return(0,c.addLeadingZeros)(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const i=e.getDay(),o=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return(0,c.addLeadingZeros)(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),i=0===r?7:r;switch(t){case"i":return String(i);case"ii":return(0,c.addLeadingZeros)(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let i;switch(i=12===r?d:0===r?u:r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let i;switch(i=r>=17?p:r>=12?h:r>=4?f:m,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),n.ordinalNumber(t,{unit:"hour"})}return l.lightFormatters.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getHours(),{unit:"hour"}):l.lightFormatters.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):(0,c.addLeadingZeros)(r,t.length)},k:function(e,t,n){let r=e.getHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):(0,c.addLeadingZeros)(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):l.lightFormatters.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getSeconds(),{unit:"second"}):l.lightFormatters.s(e,t)},S:function(e,t){return l.lightFormatters.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(0===r)return"Z";switch(t){case"X":return v(r);case"XXXX":case"XX":return y(r);default:return y(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return v(r);case"xxxx":case"xx":return y(r);default:return y(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+g(r,":");default:return"GMT"+y(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+g(r,":");default:return"GMT"+y(r,":")}},t:function(e,t,n){const r=Math.trunc(+e/1e3);return(0,c.addLeadingZeros)(r,t.length)},T:function(e,t,n){return(0,c.addLeadingZeros)(+e,t.length)}};function g(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.trunc(r/60),o=r%60;return 0===o?n+String(i):n+String(i)+t+(0,c.addLeadingZeros)(o,2)}function v(e,t){if(e%60==0){return(e>0?"-":"+")+(0,c.addLeadingZeros)(Math.abs(e)/60,2)}return y(e,t)}function y(e,t=""){const n=e>0?"-":"+",r=Math.abs(e);return n+(0,c.addLeadingZeros)(Math.trunc(r/60),2)+t+(0,c.addLeadingZeros)(r%60,2)}},83700:(e,t,n)=>{t.eachDayOfInterval=function(e,t){const{start:n,end:o}=(0,r.normalizeInterval)(t?.in,e);let a=+n>+o;const s=a?+n:+o,c=a?o:n;c.setHours(0,0,0,0);let l=t?.step??1;if(!l)return[];l<0&&(l=-l,a=!a);const u=[];for(;+c<=s;)u.push((0,i.constructFrom)(n,c)),c.setDate(c.getDate()+l),c.setHours(0,0,0,0);return a?u.reverse():u};var r=n(18290),i=n(92956)},83724:(e,t,n)=>{t.differenceInDays=function(e,t,n){const[a,s]=(0,r.normalizeDates)(n?.in,e,t),c=o(a,s),l=Math.abs((0,i.differenceInCalendarDays)(a,s));a.setDate(a.getDate()-c*l);const u=Number(o(a,s)===-c),d=c*(l-u);return 0===d?0:d};var r=n(8256),i=n(35506);function o(e,t){const n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}},83729:e=>{e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n{t.isFirstDayOfMonth=function(e,t){return 1===(0,r.toDate)(e,t?.in).getDate()};var r=n(34446)},83833:(e,t,n)=>{t.isSameHour=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t);return+(0,i.startOfHour)(o)===+(0,i.startOfHour)(a)};var r=n(8256),i=n(65262)},84058:(e,t,n)=>{var r=n(14792),i=n(45539)(function(e,t,n){return t=t.toLowerCase(),e+(n?r(t):t)});e.exports=i},84247:e=>{e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}},84266:(e,t,n)=>{Object.defineProperty(t,"longFormatters",{enumerable:!0,get:function(){return i.longFormatters}}),t.parse=function(e,t,n,h){const p=()=>(0,a.constructFrom)(h?.in||n,NaN),y=(0,s.getDefaultOptions)(),C=h?.locale??y.locale??r.defaultLocale,b=h?.firstWeekContainsDate??h?.locale?.options?.firstWeekContainsDate??y.firstWeekContainsDate??y.locale?.options?.firstWeekContainsDate??1,w=h?.weekStartsOn??h?.locale?.options?.weekStartsOn??y.weekStartsOn??y.locale?.options?.weekStartsOn??0;if(!t)return e?p():(0,c.toDate)(n,h?.in);const _={firstWeekContainsDate:b,weekStartsOn:w,locale:C},x=[new l.DateTimezoneSetter(h?.in,n)],O=t.match(f).map(e=>{const t=e[0];if(t in i.longFormatters){return(0,i.longFormatters[t])(e,C.formatLong)}return e}).join("").match(d),E=[];for(let n of O){!h?.useAdditionalWeekYearTokens&&(0,o.isProtectedWeekYearToken)(n)&&(0,o.warnOrThrowProtectedError)(n,t,e),!h?.useAdditionalDayOfYearTokens&&(0,o.isProtectedDayOfYearToken)(n)&&(0,o.warnOrThrowProtectedError)(n,t,e);const r=n[0],i=u.parsers[r];if(i){const{incompatibleTokens:t}=i;if(Array.isArray(t)){const e=E.find(e=>t.includes(e.token)||e.token===r);if(e)throw new RangeError(`The format string mustn't contain \`${e.fullToken}\` and \`${n}\` at the same time`)}else if("*"===i.incompatibleTokens&&E.length>0)throw new RangeError(`The format string mustn't contain \`${n}\` and any other token at the same time`);E.push({token:r,fullToken:n});const o=i.run(e,n,C.match,_);if(!o)return p();x.push(o.setter),e=o.rest}else{if(r.match(g))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");if("''"===n?n="'":"'"===r&&(n=v(n)),0!==e.indexOf(n))return p();e=e.slice(n.length)}}if(e.length>0&&m.test(e))return p();const M=x.map(e=>e.priority).sort((e,t)=>t-e).filter((e,t,n)=>n.indexOf(e)===t).map(e=>x.filter(t=>t.priority===e).sort((e,t)=>t.subPriority-e.subPriority)).map(e=>e[0]);let j=(0,c.toDate)(n,h?.in);if(isNaN(+j))return p();const S={};for(const e of M){if(!e.validate(j,_))return p();const t=e.set(j,S,_);Array.isArray(t)?(j=t[0],Object.assign(S,t[1])):j=t}return j},Object.defineProperty(t,"parsers",{enumerable:!0,get:function(){return u.parsers}});var r=n(89577),i=n(7083),o=n(92364),a=n(92956),s=n(86032),c=n(34446),l=n(97861),u=n(97568);const d=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,h=/^'([^]*?)'?$/,p=/''/g,m=/\S/,g=/[a-zA-Z]/;function v(e){return e.match(h)[1].replace(p,"'")}},84280:(e,t,n)=>{t.addMilliseconds=function(e,t,n){return(0,r.constructFrom)(n?.in||e,+(0,i.toDate)(e)+t)};var r=n(92956),i=n(34446)},84439:(e,t,n)=>{t.isYesterday=function(e,t){return(0,o.isSameDay)((0,r.constructFrom)(t?.in||e,e),(0,a.subDays)((0,i.constructNow)(t?.in||e),1))};var r=n(92956),i=n(2700),o=n(99691),a=n(93224)},84865:e=>{const t=(e,t,r,i)=>{if("length"===r||"prototype"===r)return;if("arguments"===r||"caller"===r)return;const o=Object.getOwnPropertyDescriptor(e,r),a=Object.getOwnPropertyDescriptor(t,r);!n(o,a)&&i||Object.defineProperty(e,r,a)},n=function(e,t){return void 0===e||e.configurable||e.writable===t.writable&&e.enumerable===t.enumerable&&e.configurable===t.configurable&&(e.writable||e.value===t.value)},r=(e,t)=>`/* Wrapped ${e}*/\n${t}`,i=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),o=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name");e.exports=(e,n,{ignoreNonConfigurable:a=!1}={})=>{const{name:s}=e;for(const r of Reflect.ownKeys(n))t(e,n,r,a);return((e,t)=>{const n=Object.getPrototypeOf(t);n!==Object.getPrototypeOf(e)&&Object.setPrototypeOf(e,n)})(e,n),((e,t,n)=>{const a=""===n?"":`with ${n.trim()}() `,s=r.bind(null,a,t.toString());Object.defineProperty(s,"name",o),Object.defineProperty(e,"toString",{...i,value:s})})(e,n,s),e}},85442:(e,t,n)=>{t.differenceInQuarters=function(e,t,n){const o=(0,i.differenceInMonths)(e,t,n)/3;return(0,r.getRoundingMethod)(n?.roundingMethod)(o)};var r=n(1331),i=n(45460)},85635:(e,t,n)=>{t.millisecondsToSeconds=function(e){const t=e/r.millisecondsInSecond;return Math.trunc(t)};var r=n(78052)},86009:(e,t,n)=>{e=n.nmd(e);var r=n(34840),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i&&r.process,s=function(){try{var e=o&&o.require&&o.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=s},86032:(e,t,n)=>{t.getDefaultOptions=function(){return Object.assign({},(0,r.getDefaultOptions)())};var r=n(96755)},86249:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getClassMetadataConstructorArgumentsFromMetadataReader=function(e,t){const n=t.getConstructorMetadata(e),a=[];for(const[t,r]of Object.entries(n.userGeneratedMetadata)){const n=parseInt(t);a[n]=(0,o.getConstructorArgumentMetadataFromLegacyMetadata)(e,n,r)}if(void 0!==n.compilerGeneratedMetadata)for(let e=0;e{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ClassElementMetadataKind=void 0,function(e){e[e.multipleInjection=0]="multipleInjection",e[e.singleInjection=1]="singleInjection",e[e.unmanaged=2]="unmanaged"}(n||(t.ClassElementMetadataKind=n={}))},86309:(e,t,n)=>{t.StandAloneMonthParser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=110;parse(e,t,n){const i=e=>e-1;switch(t){case"L":return(0,o.mapValue)((0,o.parseNumericPattern)(r.numericPatterns.month,e),i);case"LL":return(0,o.mapValue)((0,o.parseNDigits)(2,e),i);case"Lo":return(0,o.mapValue)(n.ordinalNumber(e,{unit:"month"}),i);case"LLL":return n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return n.month(e,{width:"narrow",context:"standalone"});default:return n.month(e,{width:"wide",context:"standalone"})||n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]}t.StandAloneMonthParser=a},86331:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{var r=n(14528),i=n(28879),o=n(4664),a=n(63345),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,o(e)),e=i(e);return t}:a;e.exports=s},86649:(e,t,n)=>{var r=n(83221)();e.exports=r},86789:(e,t,n)=>{t.compareAsc=function(e,t){const n=+(0,r.toDate)(e)-+(0,r.toDate)(t);if(n<0)return-1;if(n>0)return 1;return n};var r=n(34446)},86842:(e,t,n)=>{t.Hour1To24Parser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=70;parse(e,t,n){switch(t){case"k":return(0,o.parseNumericPattern)(r.numericPatterns.hour24h,e);case"ko":return n.ordinalNumber(e,{unit:"hour"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=24}set(e,t,n){const r=n<=24?n%24:n;return e.setHours(r,0,0,0),e}incompatibleTokens=["a","b","h","H","K","t","T"]}t.Hour1To24Parser=a},86936:(e,t,n)=>{t.startOfSecond=function(e,t){const n=(0,r.toDate)(e,t?.in);return n.setMilliseconds(0),n};var r=n(34446)},87059:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BindingOnSyntax=void 0;const r=n(90732);t.BindingOnSyntax=class{_binding;constructor(e){this._binding=e}onActivation(e){return this._binding.onActivation=e,new r.BindingWhenSyntax(this._binding)}onDeactivation(e){return this._binding.onDeactivation=e,new r.BindingWhenSyntax(this._binding)}}},87068:(e,t,n)=>{var r=n(37217),i=n(25911),o=n(21986),a=n(50689),s=n(5861),c=n(56449),l=n(3656),u=n(37167),d="[object Arguments]",f="[object Array]",h="[object Object]",p=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,m,g,v){var y=c(e),C=c(t),b=y?f:s(e),w=C?f:s(t),_=(b=b==d?h:b)==h,x=(w=w==d?h:w)==h,O=b==w;if(O&&l(e)){if(!l(t))return!1;y=!0,_=!1}if(O&&!_)return v||(v=new r),y||u(e)?i(e,t,n,m,g,v):o(e,t,b,n,m,g,v);if(!(1&n)){var E=_&&p.call(e,"__wrapped__"),M=x&&p.call(t,"__wrapped__");if(E||M){var j=E?e.value():e,S=M?t.value():t;return v||(v=new r),g(j,S,n,m,v)}}return!!O&&(v||(v=new r),a(e,t,n,m,g,v))}},87144:(e,t,n)=>{t.parseJSON=function(e,t){const n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?(0,r.toDate)(Date.UTC(+n[1],+n[2]-1,+n[3],+n[4]-(+n[9]||0)*("-"==n[8]?-1:1),+n[5]-(+n[10]||0)*("-"==n[8]?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),t?.in):(0,r.toDate)(NaN,t?.in)};var r=n(34446)},87296:(e,t,n)=>{var r,i=n(55481),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},87730:(e,t,n)=>{var r=n(29172),i=n(27301),o=n(86009),a=o&&o.isMap,s=a?i(a):r;e.exports=s},87777:(e,t,n)=>{t.compareDesc=function(e,t){const n=+(0,r.toDate)(e)-+(0,r.toDate)(t);if(n>0)return-1;if(n<0)return 1;return n};var r=n(34446)},87978:(e,t,n)=>{var r=n(60270),i=n(58156),o=n(80631),a=n(28586),s=n(30756),c=n(67197),l=n(77797);e.exports=function(e,t){return a(e)&&s(t)?c(l(e),t):function(n){var a=i(n,e);return void 0===a&&a===t?o(n,e):r(t,a,3)}}},88032:(e,t,n)=>{t.isTomorrow=function(e,t){return(0,o.isSameDay)(e,(0,r.addDays)((0,i.constructNow)(t?.in||e),1),t)};var r=n(77591),i=n(2700),o=n(99691)},88053:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.FactoryType=void 0,function(e){e.DynamicValue="toDynamicValue",e.Factory="toFactory",e.Provider="toProvider"}(n||(t.FactoryType=n={}))},88055:(e,t,n)=>{var r=n(9999);e.exports=function(e){return r(e,5)}},88084:(e,t,n)=>{n.r(t),n.d(t,{ErrorMessage:()=>Br,FastField:()=>Vr,Field:()=>Sr,FieldArray:()=>Hr,Form:()=>Pr,Formik:()=>br,FormikConsumer:()=>nr,FormikContext:()=>er,FormikProvider:()=>tr,connect:()=>kr,getActiveElement:()=>hr,getIn:()=>pr,insert:()=>Ir,isEmptyArray:()=>ir,isEmptyChildren:()=>ur,isFunction:()=>or,isInputEvent:()=>fr,isInteger:()=>sr,isNaN:()=>lr,isObject:()=>ar,isPromise:()=>dr,isString:()=>cr,move:()=>Tr,prepareDataForValidation:()=>xr,replace:()=>Lr,setIn:()=>mr,setNestedObjectValues:()=>gr,swap:()=>Dr,useField:()=>jr,useFormik:()=>Cr,useFormikContext:()=>rr,validateYupSchema:()=>_r,withFormik:()=>Ar,yupToFormErrors:()=>wr});var r=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===i}(e)}(e)};var i="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function a(e,t,n){return e.concat(t).map(function(e){return o(e,n)})}function s(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||a,n.isMergeableObject=n.isMergeableObject||r;var i=Array.isArray(t);return i===Array.isArray(e)?i?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach(function(t){r[t]=o(e[t],n)}),Object.keys(t).forEach(function(i){n.isMergeableObject(t[i])&&e[i]?r[i]=s(e[i],t[i],n):r[i]=o(t[i],n)}),r}(e,t,n):o(t,n)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(e,n){return s(e,n,t)},{})};const c=s;const l="object"==typeof global&&global&&global.Object===Object&&global;var u="object"==typeof self&&self&&self.Object===Object&&self;const d=l||u||Function("return this")();const f=d.Symbol;var h=Object.prototype,p=h.hasOwnProperty,m=h.toString,g=f?f.toStringTag:void 0;const v=function(e){var t=p.call(e,g),n=e[g];try{e[g]=void 0;var r=!0}catch(e){}var i=m.call(e);return r&&(t?e[g]=n:delete e[g]),i};var y=Object.prototype.toString;const C=function(e){return y.call(e)};var b=f?f.toStringTag:void 0;const w=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":b&&b in Object(e)?v(e):C(e)};const _=function(e,t){return function(n){return e(t(n))}};const x=_(Object.getPrototypeOf,Object);const O=function(e){return null!=e&&"object"==typeof e};var E=Function.prototype,M=Object.prototype,j=E.toString,S=M.hasOwnProperty,P=j.call(Object);const A=function(e){if(!O(e)||"[object Object]"!=w(e))return!1;var t=x(e);if(null===t)return!0;var n=S.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&j.call(n)==P};const k=function(){this.__data__=[],this.size=0};const T=function(e,t){return e===t||e!=e&&t!=t};const D=function(e,t){for(var n=e.length;n--;)if(T(e[n][0],t))return n;return-1};var I=Array.prototype.splice;const L=function(e){var t=this.__data__,n=D(t,e);return!(n<0)&&(n==t.length-1?t.pop():I.call(t,n,1),--this.size,!0)};const R=function(e){var t=this.__data__,n=D(t,e);return n<0?void 0:t[n][1]};const F=function(e){return D(this.__data__,e)>-1};const N=function(e,t){var n=this.__data__,r=D(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function H(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&e-1&&e%1==0&&e<=9007199254740991};var Je={};Je["[object Float32Array]"]=Je["[object Float64Array]"]=Je["[object Int8Array]"]=Je["[object Int16Array]"]=Je["[object Int32Array]"]=Je["[object Uint8Array]"]=Je["[object Uint8ClampedArray]"]=Je["[object Uint16Array]"]=Je["[object Uint32Array]"]=!0,Je["[object Arguments]"]=Je["[object Array]"]=Je["[object ArrayBuffer]"]=Je["[object Boolean]"]=Je["[object DataView]"]=Je["[object Date]"]=Je["[object Error]"]=Je["[object Function]"]=Je["[object Map]"]=Je["[object Number]"]=Je["[object Object]"]=Je["[object RegExp]"]=Je["[object Set]"]=Je["[object String]"]=Je["[object WeakMap]"]=!1;const Qe=function(e){return O(e)&&Xe(e.length)&&!!Je[w(e)]};const et=function(e){return function(t){return e(t)}};var tt="object"==typeof exports&&exports&&!exports.nodeType&&exports,nt=tt&&"object"==typeof module&&module&&!module.nodeType&&module,rt=nt&&nt.exports===tt&&l.process;const it=function(){try{var e=nt&&nt.require&&nt.require("util").types;return e||rt&&rt.binding&&rt.binding("util")}catch(e){}}();var ot=it&&it.isTypedArray;const at=ot?et(ot):Qe;var st=Object.prototype.hasOwnProperty;const ct=function(e,t){var n=Ze(e),r=!n&&$e(e),i=!n&&!r&&Ye(e),o=!n&&!r&&!i&&at(e),a=n||r||i||o,s=a?Fe(e.length,String):[],c=s.length;for(var l in e)!t&&!st.call(e,l)||a&&("length"==l||i&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Ke(l,c))||s.push(l);return s};var lt=Object.prototype;const ut=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||lt)};const dt=_(Object.keys,Object);var ft=Object.prototype.hasOwnProperty;const ht=function(e){if(!ut(e))return dt(e);var t=[];for(var n in Object(e))ft.call(e,n)&&"constructor"!=n&&t.push(n);return t};const pt=function(e){return null!=e&&Xe(e.length)&&!U(e)};const mt=function(e){return pt(e)?ct(e):ht(e)};const gt=function(e,t){return e&&Re(t,mt(t),e)};const vt=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t};var yt=Object.prototype.hasOwnProperty;const Ct=function(e){if(!W(e))return vt(e);var t=ut(e),n=[];for(var r in e)("constructor"!=r||!t&&yt.call(e,r))&&n.push(r);return n};const bt=function(e){return pt(e)?ct(e,!0):Ct(e)};const wt=function(e,t){return e&&Re(t,bt(t),e)};var _t="object"==typeof exports&&exports&&!exports.nodeType&&exports,xt=_t&&"object"==typeof module&&module&&!module.nodeType&&module,Ot=xt&&xt.exports===_t?d.Buffer:void 0,Et=Ot?Ot.allocUnsafe:void 0;const Mt=function(e,t){if(t)return e.slice();var n=e.length,r=Et?Et(n):new e.constructor(n);return e.copy(r),r};const jt=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n=0||(i[n]=e[n]);return i}function Qn(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var er=(0,An.createContext)(void 0);er.displayName="FormikContext";var tr=er.Provider,nr=er.Consumer;function rr(){var e=(0,An.useContext)(er);return e||Dn(!1),e}var ir=function(e){return Array.isArray(e)&&0===e.length},or=function(e){return"function"==typeof e},ar=function(e){return null!==e&&"object"==typeof e},sr=function(e){return String(Math.floor(Number(e)))===e},cr=function(e){return"[object String]"===Object.prototype.toString.call(e)},lr=function(e){return e!=e},ur=function(e){return 0===An.Children.count(e)},dr=function(e){return ar(e)&&or(e.then)},fr=function(e){return e&&ar(e)&&ar(e.target)};function hr(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function pr(e,t,n,r){void 0===r&&(r=0);for(var i=Gn(t);e&&r=0?[]:{}}}return(0===o?e:i)[a[o]]===n?e:(void 0===n?delete i[a[o]]:i[a[o]]=n,0===o&&void 0===n&&delete r[a[o]],r)}function gr(e,t,n,r){void 0===n&&(n=new WeakMap),void 0===r&&(r={});for(var i=0,o=Object.keys(e);i0?t.map(function(t){return M(t,pr(e,t))}):[Promise.resolve("DO_NOT_DELETE_YOU_WILL_BE_FIRED")];return Promise.all(n).then(function(e){return e.reduce(function(e,n,r){return"DO_NOT_DELETE_YOU_WILL_BE_FIRED"===n||n&&(e=mr(e,t[r],n)),e},{})})},[M]),S=(0,An.useCallback)(function(e){return Promise.all([j(e),h.validationSchema?E(e):{},h.validate?O(e):{}]).then(function(e){var t=e[0],n=e[1],r=e[2];return c.all([t,n,r],{arrayMerge:Or})})},[h.validate,h.validationSchema,j,O,E]),P=Mr(function(e){return void 0===e&&(e=_.values),x({type:"SET_ISVALIDATING",payload:!0}),S(e).then(function(e){return y.current&&(x({type:"SET_ISVALIDATING",payload:!1}),x({type:"SET_ERRORS",payload:e})),e})});(0,An.useEffect)(function(){a&&!0===y.current&&Tn()(p.current,h.initialValues)&&P(p.current)},[a,P]);var A=(0,An.useCallback)(function(e){var t=e&&e.values?e.values:p.current,n=e&&e.errors?e.errors:m.current?m.current:h.initialErrors||{},r=e&&e.touched?e.touched:g.current?g.current:h.initialTouched||{},i=e&&e.status?e.status:v.current?v.current:h.initialStatus;p.current=t,m.current=n,g.current=r,v.current=i;var o=function(){x({type:"RESET_FORM",payload:{isSubmitting:!!e&&!!e.isSubmitting,errors:n,touched:r,status:i,values:t,isValidating:!!e&&!!e.isValidating,submitCount:e&&e.submitCount&&"number"==typeof e.submitCount?e.submitCount:0}})};if(h.onReset){var a=h.onReset(_.values,q);dr(a)?a.then(o):o()}else o()},[h.initialErrors,h.initialStatus,h.initialTouched,h.onReset]);(0,An.useEffect)(function(){!0!==y.current||Tn()(p.current,h.initialValues)||u&&(p.current=h.initialValues,A(),a&&P(p.current))},[u,h.initialValues,A,a,P]),(0,An.useEffect)(function(){u&&!0===y.current&&!Tn()(m.current,h.initialErrors)&&(m.current=h.initialErrors||vr,x({type:"SET_ERRORS",payload:h.initialErrors||vr}))},[u,h.initialErrors]),(0,An.useEffect)(function(){u&&!0===y.current&&!Tn()(g.current,h.initialTouched)&&(g.current=h.initialTouched||yr,x({type:"SET_TOUCHED",payload:h.initialTouched||yr}))},[u,h.initialTouched]),(0,An.useEffect)(function(){u&&!0===y.current&&!Tn()(v.current,h.initialStatus)&&(v.current=h.initialStatus,x({type:"SET_STATUS",payload:h.initialStatus}))},[u,h.initialStatus,h.initialTouched]);var k=Mr(function(e){if(C.current[e]&&or(C.current[e].validate)){var t=pr(_.values,e),n=C.current[e].validate(t);return dr(n)?(x({type:"SET_ISVALIDATING",payload:!0}),n.then(function(e){return e}).then(function(t){x({type:"SET_FIELD_ERROR",payload:{field:e,value:t}}),x({type:"SET_ISVALIDATING",payload:!1})})):(x({type:"SET_FIELD_ERROR",payload:{field:e,value:n}}),Promise.resolve(n))}return h.validationSchema?(x({type:"SET_ISVALIDATING",payload:!0}),E(_.values,e).then(function(e){return e}).then(function(t){x({type:"SET_FIELD_ERROR",payload:{field:e,value:pr(t,e)}}),x({type:"SET_ISVALIDATING",payload:!1})})):Promise.resolve()}),T=(0,An.useCallback)(function(e,t){var n=t.validate;C.current[e]={validate:n}},[]),D=(0,An.useCallback)(function(e){delete C.current[e]},[]),I=Mr(function(e,t){return x({type:"SET_TOUCHED",payload:e}),(void 0===t?i:t)?P(_.values):Promise.resolve()}),L=(0,An.useCallback)(function(e){x({type:"SET_ERRORS",payload:e})},[]),R=Mr(function(e,t){var r=or(e)?e(_.values):e;return x({type:"SET_VALUES",payload:r}),(void 0===t?n:t)?P(r):Promise.resolve()}),F=(0,An.useCallback)(function(e,t){x({type:"SET_FIELD_ERROR",payload:{field:e,value:t}})},[]),N=Mr(function(e,t,r){return x({type:"SET_FIELD_VALUE",payload:{field:e,value:t}}),(void 0===r?n:r)?P(mr(_.values,e,t)):Promise.resolve()}),H=(0,An.useCallback)(function(e,t){var n,r=t,i=e;if(!cr(e)){e.persist&&e.persist();var o=e.target?e.target:e.currentTarget,a=o.type,s=o.name,c=o.id,l=o.value,u=o.checked,d=(o.outerHTML,o.options),f=o.multiple;r=t||(s||c),i=/number|range/.test(a)?(n=parseFloat(l),isNaN(n)?"":n):/checkbox/.test(a)?function(e,t,n){if("boolean"==typeof e)return Boolean(t);var r=[],i=!1,o=-1;if(Array.isArray(e))r=e,i=(o=e.indexOf(n))>=0;else if(!n||"true"==n||"false"==n)return Boolean(t);if(t&&n&&!i)return r.concat(n);if(!i)return r;return r.slice(0,o).concat(r.slice(o+1))}(pr(_.values,r),u,l):d&&f?function(e){return Array.from(e).filter(function(e){return e.selected}).map(function(e){return e.value})}(d):l}r&&N(r,i)},[N,_.values]),B=Mr(function(e){if(cr(e))return function(t){return H(t,e)};H(e)}),V=Mr(function(e,t,n){return void 0===t&&(t=!0),x({type:"SET_FIELD_TOUCHED",payload:{field:e,value:t}}),(void 0===n?i:n)?P(_.values):Promise.resolve()}),$=(0,An.useCallback)(function(e,t){e.persist&&e.persist();var n=e.target,r=n.name,i=n.id,o=(n.outerHTML,t||(r||i));V(o,!0)},[V]),Z=Mr(function(e){if(cr(e))return function(t){return $(t,e)};$(e)}),z=(0,An.useCallback)(function(e){or(e)?x({type:"SET_FORMIK_STATE",payload:e}):x({type:"SET_FORMIK_STATE",payload:function(){return e}})},[]),W=(0,An.useCallback)(function(e){x({type:"SET_STATUS",payload:e})},[]),U=(0,An.useCallback)(function(e){x({type:"SET_ISSUBMITTING",payload:e})},[]),G=Mr(function(){return x({type:"SUBMIT_ATTEMPT"}),P().then(function(e){var t=e instanceof Error;if(!t&&0===Object.keys(e).length){var n;try{if(void 0===(n=K()))return}catch(e){throw e}return Promise.resolve(n).then(function(e){return y.current&&x({type:"SUBMIT_SUCCESS"}),e}).catch(function(e){if(y.current)throw x({type:"SUBMIT_FAILURE"}),e})}if(y.current&&(x({type:"SUBMIT_FAILURE"}),t))throw e})}),Y=Mr(function(e){e&&e.preventDefault&&or(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&or(e.stopPropagation)&&e.stopPropagation(),G().catch(function(e){console.warn("Warning: An unhandled error was caught from submitForm()",e)})}),q={resetForm:A,validateForm:P,validateField:k,setErrors:L,setFieldError:F,setFieldTouched:V,setFieldValue:N,setStatus:W,setSubmitting:U,setTouched:I,setValues:R,setFormikState:z,submitForm:G},K=Mr(function(){return d(_.values,q)}),X=Mr(function(e){e&&e.preventDefault&&or(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&or(e.stopPropagation)&&e.stopPropagation(),A()}),J=(0,An.useCallback)(function(e){return{value:pr(_.values,e),error:pr(_.errors,e),touched:!!pr(_.touched,e),initialValue:pr(p.current,e),initialTouched:!!pr(g.current,e),initialError:pr(m.current,e)}},[_.errors,_.touched,_.values]),Q=(0,An.useCallback)(function(e){return{setValue:function(t,n){return N(e,t,n)},setTouched:function(t,n){return V(e,t,n)},setError:function(t){return F(e,t)}}},[N,V,F]),ee=(0,An.useCallback)(function(e){var t=ar(e),n=t?e.name:e,r=pr(_.values,n),i={name:n,value:r,onChange:B,onBlur:Z};if(t){var o=e.type,a=e.value,s=e.as,c=e.multiple;"checkbox"===o?void 0===a?i.checked=!!r:(i.checked=!(!Array.isArray(r)||!~r.indexOf(a)),i.value=a):"radio"===o?(i.checked=r===a,i.value=a):"select"===s&&c&&(i.value=i.value||[],i.multiple=!0)}return i},[Z,B,_.values]),te=(0,An.useMemo)(function(){return!Tn()(p.current,_.values)},[p.current,_.values]),ne=(0,An.useMemo)(function(){return void 0!==s?te?_.errors&&0===Object.keys(_.errors).length:!1!==s&&or(s)?s(h):s:_.errors&&0===Object.keys(_.errors).length},[s,te,_.errors,h]);return Kn({},_,{initialValues:p.current,initialErrors:m.current,initialTouched:g.current,initialStatus:v.current,handleBlur:Z,handleChange:B,handleReset:X,handleSubmit:Y,resetForm:A,setErrors:L,setFormikState:z,setFieldTouched:V,setFieldValue:N,setFieldError:F,setStatus:W,setSubmitting:U,setTouched:I,setValues:R,submitForm:G,validateForm:P,validateField:k,isValid:ne,dirty:te,unregisterField:D,registerField:T,getFieldProps:ee,getFieldMeta:J,getFieldHelpers:Q,validateOnBlur:i,validateOnChange:n,validateOnMount:a})}function br(e){var t=Cr(e),n=e.component,r=e.children,i=e.render,o=e.innerRef;return(0,An.useImperativeHandle)(o,function(){return t}),(0,An.createElement)(tr,{value:t},n?(0,An.createElement)(n,t):i?i(t):r?or(r)?r(t):ur(r)?null:An.Children.only(r):null)}function wr(e){var t={};if(e.inner){if(0===e.inner.length)return mr(t,e.path,e.message);var n=e.inner,r=Array.isArray(n),i=0;for(n=r?n:n[Symbol.iterator]();;){var o;if(r){if(i>=n.length)break;o=n[i++]}else{if((i=n.next()).done)break;o=i.value}var a=o;pr(t,a.path)||(t=mr(t,a.path,a.message))}}return t}function _r(e,t,n,r){void 0===n&&(n=!1);var i=xr(e);return t[n?"validateSync":"validate"](i,{abortEarly:!1,context:r||i})}function xr(e){var t=Array.isArray(e)?[]:{};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=String(n);!0===Array.isArray(e[r])?t[r]=e[r].map(function(e){return!0===Array.isArray(e)||A(e)?xr(e):""!==e?e:void 0}):A(e[r])?t[r]=xr(e[r]):t[r]=""!==e[r]?e[r]:void 0}return t}function Or(e,t,n){var r=e.slice();return t.forEach(function(t,i){if(void 0===r[i]){var o=!1!==n.clone&&n.isMergeableObject(t);r[i]=o?c(Array.isArray(t)?[]:{},t,n):t}else n.isMergeableObject(t)?r[i]=c(e[i],t,n):-1===e.indexOf(t)&&r.push(t)}),r}var Er="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?An.useLayoutEffect:An.useEffect;function Mr(e){var t=(0,An.useRef)(e);return Er(function(){t.current=e}),(0,An.useCallback)(function(){for(var e=arguments.length,n=new Array(e),r=0;re?t:e},0);return Array.from(Kn({},e,{length:t+1}))}return[]},Fr=function(e,t){var n="function"==typeof e?e:t;return function(e){if(Array.isArray(e)||ar(e)){var t=Rr(e);return n(t)}return e}},Nr=function(e){function t(t){var n;return(n=e.call(this,t)||this).updateArrayField=function(e,t,r){var i=n.props,o=i.name;(0,i.formik.setFormikState)(function(n){var i=Fr(r,e),a=Fr(t,e),s=mr(n.values,o,e(pr(n.values,o))),c=r?i(pr(n.errors,o)):void 0,l=t?a(pr(n.touched,o)):void 0;return ir(c)&&(c=void 0),ir(l)&&(l=void 0),Kn({},n,{values:s,errors:r?mr(n.errors,o,c):n.errors,touched:t?mr(n.touched,o,l):n.touched})})},n.push=function(e){return n.updateArrayField(function(t){return[].concat(Rr(t),[Pn(e)])},!1,!1)},n.handlePush=function(e){return function(){return n.push(e)}},n.swap=function(e,t){return n.updateArrayField(function(n){return Dr(n,e,t)},!0,!0)},n.handleSwap=function(e,t){return function(){return n.swap(e,t)}},n.move=function(e,t){return n.updateArrayField(function(n){return Tr(n,e,t)},!0,!0)},n.handleMove=function(e,t){return function(){return n.move(e,t)}},n.insert=function(e,t){return n.updateArrayField(function(n){return Ir(n,e,t)},function(t){return Ir(t,e,null)},function(t){return Ir(t,e,null)})},n.handleInsert=function(e,t){return function(){return n.insert(e,t)}},n.replace=function(e,t){return n.updateArrayField(function(n){return Lr(n,e,t)},!1,!1)},n.handleReplace=function(e,t){return function(){return n.replace(e,t)}},n.unshift=function(e){var t=-1;return n.updateArrayField(function(n){var r=n?[e].concat(n):[e];return t=r.length,r},function(e){return e?[null].concat(e):[null]},function(e){return e?[null].concat(e):[null]}),t},n.handleUnshift=function(e){return function(){return n.unshift(e)}},n.handleRemove=function(e){return function(){return n.remove(e)}},n.handlePop=function(){return function(){return n.pop()}},n.remove=n.remove.bind(Qn(n)),n.pop=n.pop.bind(Qn(n)),n}Xn(t,e);var n=t.prototype;return n.componentDidUpdate=function(e){this.props.validateOnChange&&this.props.formik.validateOnChange&&!Tn()(pr(e.formik.values,e.name),pr(this.props.formik.values,this.props.name))&&this.props.formik.validateForm(this.props.formik.values)},n.remove=function(e){var t;return this.updateArrayField(function(n){var r=n?Rr(n):[];return t||(t=r[e]),or(r.splice)&&r.splice(e,1),or(r.every)&&r.every(function(e){return void 0===e})?[]:r},!0,!0),t},n.pop=function(){var e;return this.updateArrayField(function(t){var n=t.slice();return e||(e=n&&n.pop&&n.pop()),n},!0,!0),e},n.render=function(){var e={push:this.push,pop:this.pop,swap:this.swap,move:this.move,insert:this.insert,replace:this.replace,unshift:this.unshift,remove:this.remove,handlePush:this.handlePush,handlePop:this.handlePop,handleSwap:this.handleSwap,handleMove:this.handleMove,handleInsert:this.handleInsert,handleReplace:this.handleReplace,handleUnshift:this.handleUnshift,handleRemove:this.handleRemove},t=this.props,n=t.component,r=t.render,i=t.children,o=t.name,a=Kn({},e,{form:Jn(t.formik,["validate","validationSchema"]),name:o});return n?(0,An.createElement)(n,a):r?r(a):i?"function"==typeof i?i(a):ur(i)?null:An.Children.only(i):null},t}(An.Component);Nr.defaultProps={validateOnChange:!0};var Hr=kr(Nr),Br=kr(function(e){function t(){return e.apply(this,arguments)||this}Xn(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return pr(this.props.formik.errors,this.props.name)!==pr(e.formik.errors,this.props.name)||pr(this.props.formik.touched,this.props.name)!==pr(e.formik.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length},n.render=function(){var e=this.props,t=e.component,n=e.formik,r=e.render,i=e.children,o=e.name,a=Jn(e,["component","formik","render","children","name"]),s=pr(n.touched,o),c=pr(n.errors,o);return s&&c?r?or(r)?r(c):null:i?or(i)?i(c):null:t?(0,An.createElement)(t,a,c):c:null},t}(An.Component)),Vr=kr(function(e){function t(t){var n;n=e.call(this,t)||this;var r=t.render,i=t.children,o=t.component,a=t.as;t.name;return r&&Dn(!1),o&&r&&Dn(!1),a&&i&&or(i)&&Dn(!1),o&&i&&or(i)&&Dn(!1),r&&i&&!ur(i)&&Dn(!1),n}Xn(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return this.props.shouldUpdate?this.props.shouldUpdate(e,this.props):e.name!==this.props.name||pr(e.formik.values,this.props.name)!==pr(this.props.formik.values,this.props.name)||pr(e.formik.errors,this.props.name)!==pr(this.props.formik.errors,this.props.name)||pr(e.formik.touched,this.props.name)!==pr(this.props.formik.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length||e.formik.isSubmitting!==this.props.formik.isSubmitting},n.componentDidMount=function(){this.props.formik.registerField(this.props.name,{validate:this.props.validate})},n.componentDidUpdate=function(e){this.props.name!==e.name&&(this.props.formik.unregisterField(e.name),this.props.formik.registerField(this.props.name,{validate:this.props.validate})),this.props.validate!==e.validate&&this.props.formik.registerField(this.props.name,{validate:this.props.validate})},n.componentWillUnmount=function(){this.props.formik.unregisterField(this.props.name)},n.render=function(){var e=this.props,t=e.name,n=e.render,r=e.as,i=e.children,o=e.component,a=e.formik,s=Jn(e,["validate","name","render","as","children","component","shouldUpdate","formik"]),c=Jn(a,["validate","validationSchema"]),l=a.getFieldProps(Kn({name:t},s)),u={field:l,meta:{value:pr(a.values,t),error:pr(a.errors,t),touched:!!pr(a.touched,t),initialValue:pr(a.initialValues,t),initialTouched:!!pr(a.initialTouched,t),initialError:pr(a.initialErrors,t)},form:c};if(n)return n(u);if(or(i))return i(u);if(o){if("string"==typeof o){var d=s.innerRef,f=Jn(s,["innerRef"]);return(0,An.createElement)(o,Kn({ref:d},l,f),i)}return(0,An.createElement)(o,Kn({field:l,form:a},s),i)}var h=r||"input";if("string"==typeof h){var p=s.innerRef,m=Jn(s,["innerRef"]);return(0,An.createElement)(h,Kn({ref:p},l,m),i)}return(0,An.createElement)(h,Kn({},l,s),i)},t}(An.Component))},88397:(e,t,n)=>{t.getQuarter=function(e,t){const n=(0,r.toDate)(e,t?.in);return Math.trunc(n.getMonth()/3)+1};var r=n(34446)},88441:(e,t,n)=>{t.lightFormatters=void 0;var r=n(72554);t.lightFormatters={y(e,t){const n=e.getFullYear(),i=n>0?n:1-n;return(0,r.addLeadingZeros)("yy"===t?i%100:i,t.length)},M(e,t){const n=e.getMonth();return"M"===t?String(n+1):(0,r.addLeadingZeros)(n+1,2)},d:(e,t)=>(0,r.addLeadingZeros)(e.getDate(),t.length),a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:(e,t)=>(0,r.addLeadingZeros)(e.getHours()%12||12,t.length),H:(e,t)=>(0,r.addLeadingZeros)(e.getHours(),t.length),m:(e,t)=>(0,r.addLeadingZeros)(e.getMinutes(),t.length),s:(e,t)=>(0,r.addLeadingZeros)(e.getSeconds(),t.length),S(e,t){const n=t.length,i=e.getMilliseconds(),o=Math.trunc(i*Math.pow(10,n-3));return(0,r.addLeadingZeros)(o,t.length)}}},88520:(e,t,n)=>{t.isBefore=function(e,t){return+(0,r.toDate)(e)<+(0,r.toDate)(t)};var r=n(34446)},88877:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.formatInTimeZone=void 0;const r=n(12325),i=n(61874);t.formatInTimeZone=function(e,t,n,o){return o=Object.assign(Object.assign({},o),{timeZone:t,originalDate:e}),(0,r.format)((0,i.toZonedTime)(e,t,{timeZone:o.timeZone}),n,o)}},88984:(e,t,n)=>{var r=n(55527),i=n(3650),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=[];for(var n in Object(e))o.call(e,n)&&"constructor"!=n&&t.push(n);return t}},89260:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.propertyEventDecorator=function(e,t){return()=>(n,i)=>{const o=new r.Metadata(e,i);if(Reflect.hasOwnMetadata(e,n.constructor))throw new Error(t);Reflect.defineMetadata(e,o,n.constructor)}};const r=n(4045)},89577:(e,t,n)=>{Object.defineProperty(t,"defaultLocale",{enumerable:!0,get:function(){return r.enUS}});var r=n(3724)},89757:(e,t,n)=>{t.parseISO=function(e,t){const n=()=>(0,i.constructFrom)(t?.in,NaN),p=t?.additionalDigits??2,m=function(e){const t={},n=e.split(a.dateTimeDelimiter);let r;if(n.length>2)return t;/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],a.timeZoneDelimiter.test(t.date)&&(t.date=e.split(a.timeZoneDelimiter)[0],r=e.substr(t.date.length,e.length)));if(r){const e=a.timezone.exec(r);e?(t.time=r.replace(e[1],""),t.timezone=e[1]):t.time=r}return t}(e);let g;if(m.date){const e=function(e,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),r=e.match(n);if(!r)return{year:NaN,restDateString:""};const i=r[1]?parseInt(r[1]):null,o=r[2]?parseInt(r[2]):null;return{year:null===o?i:100*o,restDateString:e.slice((r[1]||r[2]).length)}}(m.date,p);g=function(e,t){if(null===t)return new Date(NaN);const n=e.match(s);if(!n)return new Date(NaN);const r=!!n[4],i=u(n[1]),o=u(n[2])-1,a=u(n[3]),c=u(n[4]),l=u(n[5])-1;if(r)return function(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}(0,c,l)?function(e,t,n){const r=new Date(0);r.setUTCFullYear(e,0,4);const i=r.getUTCDay()||7,o=7*(t-1)+n+1-i;return r.setUTCDate(r.getUTCDate()+o),r}(t,c,l):new Date(NaN);{const e=new Date(0);return function(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(f[t]||(h(e)?29:28))}(t,o,a)&&function(e,t){return t>=1&&t<=(h(e)?366:365)}(t,i)?(e.setUTCFullYear(t,o,Math.max(i,a)),e):new Date(NaN)}}(e.restDateString,e.year)}if(!g||isNaN(+g))return n();const v=+g;let y,C=0;if(m.time&&(C=function(e){const t=e.match(c);if(!t)return NaN;const n=d(t[1]),i=d(t[2]),o=d(t[3]);if(!function(e,t,n){if(24===e)return 0===t&&0===n;return n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}(n,i,o))return NaN;return n*r.millisecondsInHour+i*r.millisecondsInMinute+1e3*o}(m.time),isNaN(C)))return n();if(!m.timezone){const e=new Date(v+C),n=(0,o.toDate)(0,t?.in);return n.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),n.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),n}if(y=function(e){if("Z"===e)return 0;const t=e.match(l);if(!t)return 0;const n="+"===t[1]?-1:1,i=parseInt(t[2]),o=t[3]&&parseInt(t[3])||0;if(!function(e,t){return t>=0&&t<=59}(0,o))return NaN;return n*(i*r.millisecondsInHour+o*r.millisecondsInMinute)}(m.timezone),isNaN(y))return n();return(0,o.toDate)(v+C+y,t?.in)};var r=n(78052),i=n(92956),o=n(34446);const a={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},s=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,c=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,l=/^([+-])(\d{2})(?::?(\d{2}))?$/;function u(e){return e?parseInt(e):1}function d(e){return e&&parseFloat(e.replace(",","."))||0}const f=[31,null,31,30,31,30,31,31,30,31,30,31];function h(e){return e%400==0||e%4==0&&e%100!=0}},89935:e=>{e.exports=function(){return!1}},90106:(e,t,n)=>{t.lastDayOfDecade=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getFullYear(),o=9+10*Math.floor(i/10);return n.setFullYear(o+1,0,0),n.setHours(0,0,0,0),(0,r.toDate)(n,t?.in)};var r=n(34446)},90181:e=>{e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},90256:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isClonable=function(e){return"object"==typeof e&&null!==e&&"clone"in e&&"function"==typeof e.clone}},90289:(e,t,n)=>{var r=n(12651);e.exports=function(e){return r(this,e).get(e)}},90701:(e,t,n)=>{t.isThisWeek=function(e,t){return(0,o.isSameWeek)((0,r.constructFrom)(t?.in||e,e),(0,i.constructNow)(t?.in||e),t)};var r=n(92956),i=n(2700),o=n(30659)},90732:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BindingWhenSyntax=void 0;const r=n(87059),i=n(26727);t.BindingWhenSyntax=class{_binding;constructor(e){this._binding=e}when(e){return this._binding.constraint=e,new r.BindingOnSyntax(this._binding)}whenTargetNamed(e){return this._binding.constraint=(0,i.namedConstraint)(e),new r.BindingOnSyntax(this._binding)}whenTargetIsDefault(){return this._binding.constraint=e=>{if(null===e)return!1;return null!==e.target&&!e.target.isNamed()&&!e.target.isTagged()},new r.BindingOnSyntax(this._binding)}whenTargetTagged(e,t){return this._binding.constraint=(0,i.taggedConstraint)(e)(t),new r.BindingOnSyntax(this._binding)}whenInjectedInto(e){return this._binding.constraint=t=>null!==t&&(0,i.typeConstraint)(e)(t.parentRequest),new r.BindingOnSyntax(this._binding)}whenParentNamed(e){return this._binding.constraint=t=>null!==t&&(0,i.namedConstraint)(e)(t.parentRequest),new r.BindingOnSyntax(this._binding)}whenParentTagged(e,t){return this._binding.constraint=n=>null!==n&&(0,i.taggedConstraint)(e)(t)(n.parentRequest),new r.BindingOnSyntax(this._binding)}whenAnyAncestorIs(e){return this._binding.constraint=t=>null!==t&&(0,i.traverseAncerstors)(t,(0,i.typeConstraint)(e)),new r.BindingOnSyntax(this._binding)}whenNoAncestorIs(e){return this._binding.constraint=t=>null!==t&&!(0,i.traverseAncerstors)(t,(0,i.typeConstraint)(e)),new r.BindingOnSyntax(this._binding)}whenAnyAncestorNamed(e){return this._binding.constraint=t=>null!==t&&(0,i.traverseAncerstors)(t,(0,i.namedConstraint)(e)),new r.BindingOnSyntax(this._binding)}whenNoAncestorNamed(e){return this._binding.constraint=t=>null!==t&&!(0,i.traverseAncerstors)(t,(0,i.namedConstraint)(e)),new r.BindingOnSyntax(this._binding)}whenAnyAncestorTagged(e,t){return this._binding.constraint=n=>null!==n&&(0,i.traverseAncerstors)(n,(0,i.taggedConstraint)(e)(t)),new r.BindingOnSyntax(this._binding)}whenNoAncestorTagged(e,t){return this._binding.constraint=n=>null!==n&&!(0,i.traverseAncerstors)(n,(0,i.taggedConstraint)(e)(t)),new r.BindingOnSyntax(this._binding)}whenAnyAncestorMatches(e){return this._binding.constraint=t=>null!==t&&(0,i.traverseAncerstors)(t,e),new r.BindingOnSyntax(this._binding)}whenNoAncestorMatches(e){return this._binding.constraint=t=>null!==t&&!(0,i.traverseAncerstors)(t,e),new r.BindingOnSyntax(this._binding)}}},90938:e=>{e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},90970:(e,t,n)=>{t.DateParser=void 0;var r=n(47699),i=n(5513),o=n(93771);const a=[31,28,31,30,31,30,31,31,30,31,30,31],s=[31,29,31,30,31,30,31,31,30,31,30,31];class c extends i.Parser{priority=90;subPriority=1;parse(e,t,n){switch(t){case"d":return(0,o.parseNumericPattern)(r.numericPatterns.date,e);case"do":return n.ordinalNumber(e,{unit:"date"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){const n=e.getFullYear(),r=(0,o.isLeapYearIndex)(n),i=e.getMonth();return r?t>=1&&t<=s[i]:t>=1&&t<=a[i]}set(e,t,n){return e.setDate(n),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","w","I","D","i","e","c","t","T"]}t.DateParser=c},91743:(e,t,n)=>{t.previousTuesday=function(e,t){return(0,r.previousDay)(e,2,t)};var r=n(58092)},91799:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Plan=void 0;t.Plan=class{parentContext;rootRequest;constructor(e,t){this.parentContext=e,this.rootRequest=t}}},92271:(e,t,n)=>{var r=n(21791),i=n(4664);e.exports=function(e,t){return r(e,i(e),t)}},92364:(e,t)=>{t.isProtectedDayOfYearToken=function(e){return n.test(e)},t.isProtectedWeekYearToken=function(e){return r.test(e)},t.warnOrThrowProtectedError=function(e,t,n){const r=function(e,t,n){const r="Y"===e[0]?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(e,t,n);if(console.warn(r),i.includes(e))throw new RangeError(r)};const n=/^D+$/,r=/^Y+$/,i=["D","DD","YY","YYYY"]},92488:(e,t,n)=>{t.isFuture=function(e){return+(0,r.toDate)(e)>Date.now()};var r=n(34446)},92956:(e,t,n)=>{t.constructFrom=function(e,t){return"function"==typeof e?e(t):e&&"object"==typeof e&&r.constructFromSymbol in e?e[r.constructFromSymbol](t):e instanceof Date?new e.constructor(t):new Date(t)};var r=n(78052)},92981:e=>{function t(e,t){var n=e.length,r=new Array(n),i={},o=n,a=function(e){for(var t=new Map,n=0,r=e.length;n{t.startOfWeekYear=function(e,t){const n=(0,r.getDefaultOptions)(),s=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,c=(0,o.getWeekYear)(e,t),l=(0,i.constructFrom)(t?.in||e,0);l.setFullYear(c,0,s),l.setHours(0,0,0,0);return(0,a.startOfWeek)(l,t)};var r=n(96755),i=n(92956),o=n(36708),a=n(95472)},93224:(e,t,n)=>{t.subDays=function(e,t,n){return(0,r.addDays)(e,-t,n)};var r=n(77591)},93243:(e,t,n)=>{var r=n(56110),i=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=i},93290:(e,t,n)=>{e=n.nmd(e);var r=n(9325),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}},93364:(e,t,n)=>{t.isLeapYear=function(e,t){const n=(0,r.toDate)(e,t?.in).getFullYear();return n%400==0||n%4==0&&n%100!=0};var r=n(34446)},93375:(e,t,n)=>{t.milliseconds=function({years:e,months:t,weeks:n,days:i,hours:o,minutes:a,seconds:s}){let c=0;e&&(c+=e*r.daysInYear);t&&(c+=t*(r.daysInYear/12));n&&(c+=7*n);i&&(c+=i);let l=24*c*60*60;o&&(l+=60*o*60);a&&(l+=60*a);s&&(l+=s);return Math.trunc(1e3*l)};var r=n(78052)},93382:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{const r=e.hasKey(t)?e.get(t):void 0;if(void 0!==r){const e=n.filter(e=>!r.some(t=>e===t));this._setValue(t,e)}})}removeByCondition(e){const t=[];return this._map.forEach((n,r)=>{const i=[];for(const r of n){e(r)?t.push(r):i.push(r)}this._setValue(r,i)}),t}hasKey(e){return this._checkNonNulish(e),this._map.has(e)}clone(){const e=new l;return this._map.forEach((t,n)=>{t.forEach(t=>{e.add(n,(0,c.isClonable)(t)?t.clone():t)})}),e}traverse(e){this._map.forEach((t,n)=>{e(n,t)})}_checkNonNulish(e){if(null==e)throw new Error(s.NULL_ARGUMENT)}_setValue(e,t){t.length>0?this._map.set(e,t):this._map.delete(e)}}t.Lookup=l},93552:(e,t,n)=>{t.startOfYesterday=function(e){const t=(0,r.constructNow)(e?.in),n=t.getFullYear(),i=t.getMonth(),o=t.getDate(),a=(0,r.constructNow)(e?.in);return a.setFullYear(n,i,o-1),a.setHours(0,0,0,0),a};var r=n(2700)},93572:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{t.set=function(e,t,n){let a=(0,o.toDate)(e,n?.in);if(isNaN(+a))return(0,r.constructFrom)(n?.in||e,NaN);null!=t.year&&a.setFullYear(t.year);null!=t.month&&(a=(0,i.setMonth)(a,t.month));null!=t.date&&a.setDate(t.date);null!=t.hours&&a.setHours(t.hours);null!=t.minutes&&a.setMinutes(t.minutes);null!=t.seconds&&a.setSeconds(t.seconds);null!=t.milliseconds&&a.setMilliseconds(t.milliseconds);return a};var r=n(92956),i=n(77035),o=n(34446)},93663:(e,t,n)=>{var r=n(41799),i=n(10776),o=n(67197);e.exports=function(e){var t=i(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},93736:(e,t,n)=>{var r=n(51873),i=r?r.prototype:void 0,o=i?i.valueOf:void 0;e.exports=function(e){return o?Object(o.call(e)):{}}},93771:(e,t,n)=>{t.dayPeriodEnumToHours=function(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}},t.isLeapYearIndex=function(e){return e%400==0||e%4==0&&e%100!=0},t.mapValue=function(e,t){if(!e)return e;return{value:t(e.value),rest:e.rest}},t.normalizeTwoDigitYear=function(e,t){const n=t>0,r=n?t:1-t;let i;if(r<=50)i=e||100;else{const t=r+50;i=e+100*Math.trunc(t/100)-(e>=t%100?100:0)}return n?i:1-i},t.parseAnyDigitsSigned=function(e){return o(i.numericPatterns.anyDigitsSigned,e)},t.parseNDigits=function(e,t){switch(e){case 1:return o(i.numericPatterns.singleDigit,t);case 2:return o(i.numericPatterns.twoDigits,t);case 3:return o(i.numericPatterns.threeDigits,t);case 4:return o(i.numericPatterns.fourDigits,t);default:return o(new RegExp("^\\d{1,"+e+"}"),t)}},t.parseNDigitsSigned=function(e,t){switch(e){case 1:return o(i.numericPatterns.singleDigitSigned,t);case 2:return o(i.numericPatterns.twoDigitsSigned,t);case 3:return o(i.numericPatterns.threeDigitsSigned,t);case 4:return o(i.numericPatterns.fourDigitsSigned,t);default:return o(new RegExp("^-?\\d{1,"+e+"}"),t)}},t.parseNumericPattern=o,t.parseTimezonePattern=function(e,t){const n=t.match(e);if(!n)return null;if("Z"===n[0])return{value:0,rest:t.slice(1)};const i="+"===n[1]?1:-1,o=n[2]?parseInt(n[2],10):0,a=n[3]?parseInt(n[3],10):0,s=n[5]?parseInt(n[5],10):0;return{value:i*(o*r.millisecondsInHour+a*r.millisecondsInMinute+s*r.millisecondsInSecond),rest:t.slice(n[0].length)}};var r=n(78052),i=n(47699);function o(e,t){const n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}},93831:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tzParseTimezone=void 0;const r=n(58916),i=n(45167),o=36e5,a={timezone:/([Z+-].*)$/,timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function s(e,t){const n=(0,r.tzTokenizeDate)(e,t),o=(0,i.newDateUTC)(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime();let a=e.getTime();const s=a%1e3;return a-=s>=0?s:1e3+s,o-a}function c(e,t){return-23<=e&&e<=23&&(null==t||0<=t&&t<=59)}t.tzParseTimezone=function(e,t,n){if(!e)return 0;let r,u,d=a.timezoneZ.exec(e);if(d)return 0;if(d=a.timezoneHH.exec(e),d)return r=parseInt(d[1],10),c(r)?-r*o:NaN;if(d=a.timezoneHHMM.exec(e),d){r=parseInt(d[2],10);const e=parseInt(d[3],10);return c(r,e)?(u=Math.abs(r)*o+6e4*e,"+"===d[1]?-u:u):NaN}if(function(e){if(l[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),l[e]=!0,!0}catch(e){return!1}}(e)){t=new Date(t||Date.now());const r=n?t:function(e){return(0,i.newDateUTC)(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())}(t),o=s(r,e),a=n?o:function(e,t,n){const r=e.getTime();let i=r-t;const o=s(new Date(i),n);if(t===o)return t;i-=o-t;const a=s(new Date(i),n);if(o===a)return o;return Math.max(o,a)}(t,o,e);return-a}return NaN};const l={}},94037:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});const n=e=>e;t.warning=n,t.invariant=n;t.memo=function(e){let t;return()=>(void 0===t&&(t=e()),t)},t.millisecondsToSeconds=e=>e/1e3,t.noop=n,t.progress=(e,t,n)=>{const r=t-e;return 0===r?1:(n-e)/r},t.secondsToMilliseconds=e=>1e3*e},94042:(e,t,n)=>{t.MinuteParser=void 0;var r=n(47699),i=n(5513),o=n(93771);class a extends i.Parser{priority=60;parse(e,t,n){switch(t){case"m":return(0,o.parseNumericPattern)(r.numericPatterns.minute,e);case"mo":return n.ordinalNumber(e,{unit:"minute"});default:return(0,o.parseNDigits)(t.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setMinutes(n,0,0),e}incompatibleTokens=["t","T"]}t.MinuteParser=a},94073:(e,t,n)=>{t.addWeeks=function(e,t,n){return(0,r.addDays)(e,7*t,n)};var r=n(77591)},94269:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{t.isExists=function(e,t,n){const r=new Date(e,t,n);return r.getFullYear()===e&&r.getMonth()===t&&r.getDate()===n}},94855:(e,t,n)=>{t.min=function(e,t){let n,o=t?.in;return e.forEach(e=>{o||"object"!=typeof e||(o=r.constructFrom.bind(null,e));const t=(0,i.toDate)(e,o);(!n||n>t||isNaN(+t))&&(n=t)}),(0,r.constructFrom)(o,n||NaN)};var r=n(92956),i=n(34446)},94931:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.InversifyCoreErrorKind=void 0,function(e){e[e.injectionDecoratorConflict=0]="injectionDecoratorConflict",e[e.missingInjectionDecorator=1]="missingInjectionDecorator",e[e.planning=2]="planning",e[e.unknown=3]="unknown"}(n||(t.InversifyCoreErrorKind=n={}))},95044:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.activeStartDate,n=e.children,r=e.classes,s=e.date,c=e.formatAbbr,l=e.locale,u=e.maxDate,d=e.maxDateTransform,f=e.minDate,h=e.minDateTransform,p=e.onClick,m=e.onMouseOver,g=e.style,v=e.tileClassName,y=e.tileContent,C=e.tileDisabled,b=e.view,w=(0,o.useMemo)(function(){return"function"==typeof v?v({activeStartDate:t,date:s,view:b}):v},[t,s,v,b]),_=(0,o.useMemo)(function(){return"function"==typeof y?y({activeStartDate:t,date:s,view:b}):y},[t,s,y,b]);return(0,i.jsxs)("button",{className:(0,a.default)(r,w),disabled:f&&h(f)>s||u&&d(u){t.startOfWeek=function(e,t){const n=(0,r.getDefaultOptions)(),o=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=(0,i.toDate)(e,t?.in),s=a.getDay(),c=(s{t.yearsToMonths=function(e){return Math.trunc(e*r.monthsInYear)};var r=n(78052)},95950:(e,t,n)=>{var r=n(70695),i=n(88984),o=n(64894);e.exports=function(e){return o(e)?r(e):i(e)}},96179:(e,t,n)=>{t.formatISO=function(e,t){const n=(0,i.toDate)(e,t?.in);if(isNaN(+n))throw new RangeError("Invalid time value");const o=t?.format??"extended",a=t?.representation??"complete";let s="",c="";const l="extended"===o?"-":"",u="extended"===o?":":"";if("time"!==a){const e=(0,r.addLeadingZeros)(n.getDate(),2),t=(0,r.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,r.addLeadingZeros)(n.getFullYear(),4)}${l}${t}${l}${e}`}if("date"!==a){const e=n.getTimezoneOffset();if(0!==e){const t=Math.abs(e);c=`${e<0?"+":"-"}${(0,r.addLeadingZeros)(Math.trunc(t/60),2)}:${(0,r.addLeadingZeros)(t%60,2)}`}else c="Z";s=`${s}${""===s?"":"T"}${[(0,r.addLeadingZeros)(n.getHours(),2),(0,r.addLeadingZeros)(n.getMinutes(),2),(0,r.addLeadingZeros)(n.getSeconds(),2)].join(u)}${c}`}return s};var r=n(72554),i=n(34446)},96228:(e,t,n)=>{t.monthsToQuarters=function(e){const t=e/r.monthsInQuarter;return Math.trunc(t)};var r=n(78052)},96755:(e,t)=>{t.getDefaultOptions=function(){return n},t.setDefaultOptions=function(e){n=e};let n={}},96871:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;at=>{t.parentContext.setCurrentRequest(t);const n=t.bindings,r=t.childRequests,i=t.target&&t.target.isArray(),o=!(t.parentRequest&&t.parentRequest.target&&t.target&&t.parentRequest.target.matchesArray(t.target.serviceIdentifier));if(i&&o)return r.map(t=>m(e)(t));{if(t.target.isOptional()&&0===n.length)return;const r=n[0];return v(e,t,r)}},g=(e,t,n)=>{let r;const i=t.childRequests;switch((0,f.ensureFullyBound)(n),n.type){case c.BindingTypeEnum.ConstantValue:case c.BindingTypeEnum.Function:r=n.cache;break;case c.BindingTypeEnum.Constructor:r=n.implementationType;break;case c.BindingTypeEnum.Instance:r=(0,p.resolveInstance)(n,n.implementationType,i,m(e));break;default:r=((e,t)=>{const n=(0,f.getFactoryDetails)(e);return(0,h.tryAndThrowErrorIfStackOverflow)(()=>n.factory.bind(e)(t),()=>new Error(s.CIRCULAR_DEPENDENCY_IN_FACTORY(n.factoryType,t.currentRequest.serviceIdentifier.toString())))})(n,t.parentContext)}return r},v=(e,t,n)=>((e,t,n)=>{let r=(0,u.tryGetFromScope)(e,t);return null!==r||(r=n(),(0,u.saveToScope)(e,t,r)),r})(e,n,()=>{let r=g(e,t,n);return r=(0,d.isPromise)(r)?r.then(e=>y(t,n,e)):y(t,n,r),r});function y(e,t,n){let r=C(e.parentContext,t,n);const i=x(e.parentContext.container);let o,a=i.next();do{o=a.value;const t=e.parentContext,n=e.serviceIdentifier,s=_(o,n);r=(0,d.isPromise)(r)?w(s,t,r):b(s,t,r),a=i.next()}while(!0!==a.done&&!(0,l.getBindingDictionary)(o).hasKey(e.serviceIdentifier));return r}const C=(e,t,n)=>{let r;return r="function"==typeof t.onActivation?t.onActivation(e,n):n,r},b=(e,t,n)=>{let r=e.next();for(;!0!==r.done;){if(n=r.value(t,n),(0,d.isPromise)(n))return w(e,t,n);r=e.next()}return n},w=async(e,t,n)=>{let r=await n,i=e.next();for(;!0!==i.done;)r=await i.value(t,r),i=e.next();return r},_=(e,t)=>{const n=e._activations;return n.hasKey(t)?n.get(t).values():[].values()},x=e=>{const t=[e];let n=e.parent;for(;null!==n;)t.push(n),n=n.parent;return{next:()=>{const e=t.pop();return void 0!==e?{done:!1,value:e}:{done:!0,value:void 0}}}}},97030:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tzIntlTimeZoneName=void 0;const r=n(411);t.tzIntlTimeZoneName=function(e,t,n){var i;const o=(0,r.getDefaultOptions)(),a=function(e,t,n){return new Intl.DateTimeFormat(n?[n.code,"en-US"]:void 0,{timeZone:t,timeZoneName:e})}(e,n.timeZone,null!==(i=n.locale)&&void 0!==i?i:o.locale);return"formatToParts"in a?function(e,t){const n=e.formatToParts(t);for(let e=n.length-1;e>=0;--e)if("timeZoneName"===n[e].type)return n[e].value;return}(a,t):function(e,t){const n=e.format(t).replace(/\u200E/g,""),r=/ [\w-+ ]+$/.exec(n);return r?r[0].substr(1):""}(a,t)}},97256:(e,t,n)=>{t.isMatch=function(e,t,n){return(0,r.isValid)((0,i.parse)(e,t,new Date,n))};var r=n(27489),i=n(84266)},97508:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a0){const i=function(e,t){return e.reduce((e,n)=>{const r=t(n);return n.target.type===c.TargetTypeEnum.ConstructorArgument?e.constructorInjections.push(r):(e.propertyRequests.push(n),e.propertyInjections.push(r)),e.isAsync||(e.isAsync=(0,u.isPromiseOrContainsPromise)(r)),e},{constructorInjections:[],isAsync:!1,propertyInjections:[],propertyRequests:[]})}(t,n),o={...i,constr:e};r=i.isAsync?async function(e){const t=await f(e.constructorInjections),n=await f(e.propertyInjections);return d({...e,constructorInjections:t,propertyInjections:n})}(o):d(o)}else r=new e;return r}(t,n,r);return(0,u.isPromise)(i)?i.then(e=>h(t,e)):h(t,i)};const s=n(35007),c=n(9117),l=a(n(19466)),u=n(12576);function d(e){const t=new e.constr(...e.constructorInjections);return e.propertyRequests.forEach((n,r)=>{const i=n.target.identifier,o=e.propertyInjections[r];n.target.isOptional()&&void 0===o||(t[i]=o)}),t}async function f(e){const t=[];for(const n of e)Array.isArray(n)?t.push(Promise.all(n)):t.push(n);return Promise.all(t)}function h(e,t){const n=function(e,t){if(Reflect.hasMetadata(l.POST_CONSTRUCT,e)){const n=Reflect.getMetadata(l.POST_CONSTRUCT,e);try{return t[n.value]?.()}catch(t){if(t instanceof Error)throw new Error((0,s.POST_CONSTRUCT_ERROR)(e.name,t.message))}}}(e,t);return(0,u.isPromise)(n)?n.then(()=>t):t}},97568:(e,t,n)=>{t.parsers=void 0;var r=n(46862),i=n(21497),o=n(77310),a=n(45304),s=n(58042),c=n(74400),l=n(48259),u=n(69150),d=n(86309),f=n(82577),h=n(55079),p=n(90970),m=n(18490),g=n(47702),v=n(15303),y=n(16638),C=n(37369),b=n(6633),w=n(33653),_=n(56265),x=n(41869),O=n(49612),E=n(72167),M=n(86842),j=n(94042),S=n(25078),P=n(43495),A=n(63306),k=n(15982),T=n(15261),D=n(25942);t.parsers={G:new r.EraParser,y:new i.YearParser,Y:new o.LocalWeekYearParser,R:new a.ISOWeekYearParser,u:new s.ExtendedYearParser,Q:new c.QuarterParser,q:new l.StandAloneQuarterParser,M:new u.MonthParser,L:new d.StandAloneMonthParser,w:new f.LocalWeekParser,I:new h.ISOWeekParser,d:new p.DateParser,D:new m.DayOfYearParser,E:new g.DayParser,e:new v.LocalDayParser,c:new y.StandAloneLocalDayParser,i:new C.ISODayParser,a:new b.AMPMParser,b:new w.AMPMMidnightParser,B:new _.DayPeriodParser,h:new x.Hour1to12Parser,H:new O.Hour0to23Parser,K:new E.Hour0To11Parser,k:new M.Hour1To24Parser,m:new j.MinuteParser,s:new S.SecondParser,S:new P.FractionOfSecondParser,X:new A.ISOTimezoneWithZParser,x:new k.ISOTimezoneParser,t:new T.TimestampSecondsParser,T:new D.TimestampMillisecondsParser}},97624:(e,t,n)=>{t.endOfYear=function(e,t){const n=(0,r.toDate)(e,t?.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(23,59,59,999),n};var r=n(34446)},97861:(e,t,n)=>{t.ValueSetter=t.Setter=t.DateTimezoneSetter=void 0;var r=n(92956),i=n(74082);class o{subPriority=0;validate(e,t){return!0}}t.Setter=o;t.ValueSetter=class extends o{constructor(e,t,n,r,i){super(),this.value=e,this.validateValue=t,this.setValue=n,this.priority=r,i&&(this.subPriority=i)}validate(e,t){return this.validateValue(e,this.value,t)}set(e,t,n){return this.setValue(e,t,this.value,n)}};t.DateTimezoneSetter=class extends o{priority=10;subPriority=-1;constructor(e,t){super(),this.context=e||(e=>(0,r.constructFrom)(t,e))}set(e,t){return t.timestampIsSet?e:(0,r.constructFrom)(e,(0,i.transpose)(e,this.context))}}},98563:(e,t,n)=>{t.hoursToMilliseconds=function(e){return Math.trunc(e*r.millisecondsInHour)};var r=n(78052)},98587:(e,t,n)=>{function r(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}n.d(t,{A:()=>r})},98741:(e,t,n)=>{t.closestIndexTo=function(e,t){const n=+(0,r.toDate)(e);if(isNaN(n))return NaN;let i,o;return t.forEach((e,t)=>{const a=(0,r.toDate)(e);if(isNaN(+a))return i=NaN,void(o=NaN);const s=Math.abs(n-+a);(null==i||s{t.differenceInCalendarISOWeeks=function(e,t,n){const[s,c]=(0,i.normalizeDates)(n?.in,e,t),l=(0,a.startOfISOWeek)(s),u=(0,a.startOfISOWeek)(c),d=+l-(0,r.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,r.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/o.millisecondsInWeek)};var r=n(16339),i=n(8256),o=n(78052),a=n(36107)},98883:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});t.Aggregators=class{static ARRAY(e){return e}static AWAIT(e){return Promise.all(e)}static async AWAIT_VOID(e){await Promise.all(e)}};t.Signal=class{constructor(e){this._slots=[],this.aggregator=e||null}get slots(){return this._slots}add(e,t){const n={callback:e,context:t,remove:()=>this.removeSlot(n)};return this._slots.push(n),n}remove(e,t){const n=this._slots.findIndex(n=>n.callback===e&&n.context===t);return n>=0&&(this._slots.splice(n,1),!0)}has(e,t){return this._slots.findIndex(n=>n.callback===e&&n.context===t)>=0}emit(...e){const t=this._slots.slice();return this.aggregator?this.aggregator(t.map(t=>t.callback.apply(t.context,e))):void t.forEach(t=>t.callback.apply(t.context,e))}removeSlot(e){const t=this._slots.indexOf(e);t>=0&&this._slots.splice(t,1)}}},98986:function(e,t,n){var r,i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(r=function(e){return r=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},r(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=r(e),a=0;a{t.nextSunday=function(e,t){return(0,r.nextDay)(e,0,t)};var r=n(70064)},99691:(e,t,n)=>{t.isSameDay=function(e,t,n){const[o,a]=(0,r.normalizeDates)(n?.in,e,t);return+(0,i.startOfDay)(o)===+(0,i.startOfDay)(a)};var r=n(8256),i=n(68290)}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var o=r[e]={id:e,loaded:!1,exports:{}};return n[e].call(o.exports,o,o.exports,i),o.loaded=!0,o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),i.nc=void 0;var o={};i.d(o,{_:()=>l});var a=i(74848),s=(i(33801),i(37768)),c=i(51649);function l({finApi:e,children:t}){const n=(0,c.useRef)(!1);return(0,c.useEffect)(()=>{!async function(e){if(!e||n.current)return;const t=document.querySelector("#notification_center_container");t?(await(0,s.initNotificationCenter)({finContext:e,serviceId:"web-notification-service-channel",container:t}),n.current=!0):console.error("No notification center container found")}(e)},[e]),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("div",{children:t}),(0,a.jsx)("div",{id:"notification_center_container"})]})}const u=o._;export{u as NotificationsProvider}; +//# sourceMappingURL=index.esm.js.map \ No newline at end of file diff --git a/frameworks/react/web/package-lock.json b/frameworks/react/web/package-lock.json index 739744f..61d10cc 100644 --- a/frameworks/react/web/package-lock.json +++ b/frameworks/react/web/package-lock.json @@ -10,13 +10,13 @@ "license": "SEE LICENSE IN LICENSE.MD", "dependencies": { "@openfin/core-web": "~0.41.127", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.21.0", - "@types/react": "^19.0.10", - "@types/react-dom": "^19.0.4", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", @@ -1623,6 +1623,13 @@ "@types/node": "*" } }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/qs": { "version": "6.9.15", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", @@ -1638,23 +1645,24 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", - "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "dev": true, "license": "MIT", "dependencies": { + "@types/prop-types": "*", "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz", - "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", "dev": true, "license": "MIT", "peerDependencies": { - "@types/react": "^19.0.0" + "@types/react": "^18.0.0" } }, "node_modules/@types/retry": { @@ -5761,7 +5769,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, "license": "MIT" }, "node_modules/js-yaml": { @@ -5948,7 +5955,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -6866,24 +6872,28 @@ } }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz", - "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", "dependencies": { - "scheduler": "^0.25.0" + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^19.0.0" + "react": "^18.3.1" } }, "node_modules/react-is": { @@ -7258,10 +7268,13 @@ "license": "MIT" }, "node_modules/scheduler": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz", - "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", - "license": "MIT" + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } }, "node_modules/schema-utils": { "version": "4.2.0", diff --git a/frameworks/react/web/package.json b/frameworks/react/web/package.json index dfb4b64..929c49d 100644 --- a/frameworks/react/web/package.json +++ b/frameworks/react/web/package.json @@ -15,13 +15,13 @@ }, "dependencies": { "@openfin/core-web": "~0.41.127", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.21.0", - "@types/react": "^19.0.10", - "@types/react-dom": "^19.0.4", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", diff --git a/frameworks/react/web/src/App.css b/frameworks/react/web/src/App.css index ef96365..9046aaf 100644 --- a/frameworks/react/web/src/App.css +++ b/frameworks/react/web/src/App.css @@ -1,3 +1,13 @@ +#notification_center_container { + position: fixed; + width: 345px; + height: 100dvh; + right: 0; + top: 0; + align-self: center; + z-index: 100; +} + main { height: 100%; width: 100%; diff --git a/frameworks/react/web/src/App.tsx b/frameworks/react/web/src/App.tsx index 8d4430e..5f5ab3e 100644 --- a/frameworks/react/web/src/App.tsx +++ b/frameworks/react/web/src/App.tsx @@ -1,8 +1,26 @@ import "./App.css"; +import type OpenFin from "@openfin/core"; +import { useEffect, useState } from "react"; +// @ts-ignore +import { NotificationsProvider } from "../notification-center/index.esm.js"; +import { init } from "./provider.ts"; function App() { + const [finApi, setFinApi] = useState | undefined>(undefined); + + useEffect(() => { + async function bootstrap() { + try { + setFinApi(await init()); + } catch (err) { + console.error(err); + } + } + void bootstrap(); + }, []); + return ( - <> +

Web Layout Basic Example

@@ -13,7 +31,7 @@ function App() {
- + ); } diff --git a/frameworks/react/web/src/main.tsx b/frameworks/react/web/src/main.tsx index 529c143..117c41b 100644 --- a/frameworks/react/web/src/main.tsx +++ b/frameworks/react/web/src/main.tsx @@ -3,14 +3,6 @@ import { createRoot } from "react-dom/client"; import App from "./App.tsx"; import "@openfin/core-web/styles.css"; import "./index.css"; -import { init } from "./provider.ts"; - -init() - .then(() => { - console.log("Created the OpenFin Web Layout."); - return true; - }) - .catch((err) => console.error(err)); createRoot(document.getElementById("root")!).render( diff --git a/frameworks/react/web/src/provider.ts b/frameworks/react/web/src/provider.ts index a154272..1f6d64c 100644 --- a/frameworks/react/web/src/provider.ts +++ b/frameworks/react/web/src/provider.ts @@ -1,3 +1,4 @@ +import type OpenFin from "@openfin/core"; import { connect, type WebLayoutSnapshot } from "@openfin/core-web"; import { BROKER_URL, LAYOUT_URL } from "./config.ts"; @@ -13,7 +14,7 @@ async function getDefaultLayout(): Promise { /** * Initializes the OpenFin Web Broker connection. */ -export async function init(): Promise { +export async function init(): Promise | undefined> { // Get the default layout const layoutSnapshot = await getDefaultLayout(); @@ -51,4 +52,6 @@ export async function init(): Promise { await fin.Platform.Layout.init({ container: layoutContainer, }); + + return fin; }