diff --git a/.gitignore b/.gitignore index 481378c4..10e85c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /.pnp .pnp.js .yarn/install-state.gz -/.husky # testing /coverage diff --git a/next.config.mjs b/next.config.mjs index de73d451..98aa11fd 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,5 @@ /** @type {import('next').NextConfig} */ +import withBundleAnalyzer from '@next/bundle-analyzer'; const nextConfig = { reactStrictMode: false, @@ -24,8 +25,15 @@ const nextConfig = { }, experimental: { instrumentationHook: true, - serverComponentsExternalPackages: ['dd-trace'], + }, + webpack: (config, { dev, isServer }) => { + if (dev) { + config.cache = false; + } + return config; }, }; -export default nextConfig; +export default withBundleAnalyzer({ + enabled: process.env.ANALYZE === 'true', +})(nextConfig); diff --git a/package-lock.json b/package-lock.json index b183c732..37c8b2ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,8 @@ "name": "flex-front", "version": "0.1.0", "dependencies": { - "@datadog/browser-rum": "^5.30.1", + "@eslint/config-array": "^0.19.1", + "@next/bundle-analyzer": "^15.1.3", "@tanstack/react-query": "^5.62.7", "@tanstack/react-query-devtools": "^5.62.7", "@toast-ui/chart": "^4.6.1", @@ -16,48 +17,38 @@ "@toast-ui/editor-plugin-chart": "^3.0.1", "@toast-ui/editor-plugin-color-syntax": "^3.1.0", "@toast-ui/react-editor": "^3.2.3", - "apexcharts": "^4.1.0", "cookie": "^1.0.1", "dayjs": "^1.11.13", - "dd-trace": "^5.26.0", - "dompurify": "^3.1.7", "framer-motion": "^11.13.3", "github-markdown-css": "^5.7.0", - "jquery": "^3.7.1", + "glob": "^11.0.0", "lightweight-charts": "^4.2.2", + "lru-cache": "^11.0.2", "motion": "^11.13.1", "next": "14.2.13", "react": "^18", - "react-apexcharts": "^1.7.0", "react-dom": "^18", "react-markdown": "^9.0.1", "react-paginate": "^8.2.0", - "react-slick": "^0.30.2", - "react-syntax-highlighter": "^15.6.1", "react-toastify": "^11.0.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", + "rimraf": "^6.0.1", "sharp": "^0.33.5", - "slick-carousel": "^1.8.1", + "swiper": "^11.1.15", "tui-color-picker": "^2.2.8", - "typewriter-effect": "^2.21.0", "usehooks-ts": "^3.1.0", - "uuid": "^10.0.0", "zustand": "^5.0.0-rc.2" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.60.1", - "@types/dompurify": "^3.0.5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "@types/react-slick": "^0.23.13", - "@types/react-syntax-highlighter": "^15.5.13", - "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "autoprefixer": "^10.4.20", - "eslint": "^8.57.1", + "eslint": "^9.17.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-next": "14.2.13", @@ -67,7 +58,6 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^8.0.3", "lint-staged": "^15.2.10", "postcss": "^8", "prettier": "^3.3.3", @@ -88,141 +78,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@babel/runtime": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", - "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@datadog/browser-core": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@datadog/browser-core/-/browser-core-5.34.0.tgz", - "integrity": "sha512-h2ZnRXxXRqHzV9uTwonug1QxYaDc6kY5E21yWPvhF1m1VqubOUhMeXw3pVn1pt2Izhs26ApYfepcATG6bmol4Q==", - "license": "Apache-2.0" - }, - "node_modules/@datadog/browser-rum": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@datadog/browser-rum/-/browser-rum-5.34.0.tgz", - "integrity": "sha512-6P3R8oji5/ie9V04+/oqrwdWLCK/OCQ5uvii8OGSad3TIEggp99CcRyAFCEy3PUCnAcwO2lpCS8zZUy6zXkFtw==", - "license": "Apache-2.0", - "dependencies": { - "@datadog/browser-core": "5.34.0", - "@datadog/browser-rum-core": "5.34.0" - }, - "peerDependencies": { - "@datadog/browser-logs": "5.34.0" - }, - "peerDependenciesMeta": { - "@datadog/browser-logs": { - "optional": true - } - } - }, - "node_modules/@datadog/browser-rum-core": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@datadog/browser-rum-core/-/browser-rum-core-5.34.0.tgz", - "integrity": "sha512-XpxIHssem/er/BkLU94RIFFrdDCWQ864IdlwcsyHX02sN/jwm0PRzQfZAs0dZofsRFihfsLPyOOlH9tJ+UB7zw==", - "license": "Apache-2.0", - "dependencies": { - "@datadog/browser-core": "5.34.0" - } - }, - "node_modules/@datadog/libdatadog": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@datadog/libdatadog/-/libdatadog-0.2.2.tgz", - "integrity": "sha512-rTWo96mEPTY5UbtGoFj8/wY0uKSViJhsPg/Z6aoFWBFXQ8b45Ix2e/yvf92AAwrhG+gPLTxEqTXh3kef2dP8Ow==", - "license": "Apache-2.0" - }, - "node_modules/@datadog/native-appsec": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@datadog/native-appsec/-/native-appsec-8.3.0.tgz", - "integrity": "sha512-RYHbSJ/MwJcJaLzaCaZvUyNLUKFbMshayIiv4ckpFpQJDiq1T8t9iM2k7008s75g1vRuXfsRNX7MaLn4aoFuWA==", - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "node-gyp-build": "^3.9.0" - }, "engines": { - "node": ">=16" - } - }, - "node_modules/@datadog/native-iast-rewriter": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@datadog/native-iast-rewriter/-/native-iast-rewriter-2.5.0.tgz", - "integrity": "sha512-WRu34A3Wwp6oafX8KWNAbedtDaaJO+nzfYQht7pcJKjyC2ggfPeF7SoP+eDo9wTn4/nQwEOscSR4hkJqTRlpXQ==", - "license": "Apache-2.0", - "dependencies": { - "lru-cache": "^7.14.0", - "node-gyp-build": "^4.5.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@datadog/native-iast-rewriter/node_modules/node-gyp-build": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", - "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", - "license": "MIT", - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, - "node_modules/@datadog/native-iast-taint-tracking": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@datadog/native-iast-taint-tracking/-/native-iast-taint-tracking-3.2.0.tgz", - "integrity": "sha512-Mc6FzCoyvU5yXLMsMS9yKnEqJMWoImAukJXolNWCTm+JQYCMf2yMsJ8pBAm7KyZKliamM9rCn7h7Tr2H3lXwjA==", - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "node-gyp-build": "^3.9.0" - } - }, - "node_modules/@datadog/native-metrics": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@datadog/native-metrics/-/native-metrics-3.1.0.tgz", - "integrity": "sha512-yOBi4x0OQRaGNPZ2bx9TGvDIgEdQ8fkudLTFAe7gEM1nAlvFmbE5YfpH8WenEtTSEBwojSau06m2q7axtEEmCg==", - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "node-addon-api": "^6.1.0", - "node-gyp-build": "^3.9.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@datadog/pprof": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@datadog/pprof/-/pprof-5.4.1.tgz", - "integrity": "sha512-IvpL96e/cuh8ugP5O8Czdup7XQOLHeIDgM5pac5W7Lc1YzGe5zTtebKFpitvb1CPw1YY+1qFx0pWGgKP2kOfHg==", - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "delay": "^5.0.0", - "node-gyp-build": "<4.0", - "p-limit": "^3.1.0", - "pprof-format": "^2.1.0", - "source-map": "^0.7.4" - }, - "engines": { - "node": ">=16" + "node": ">=10.0.0" } }, - "node_modules/@datadog/sketches-js": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@datadog/sketches-js/-/sketches-js-2.1.1.tgz", - "integrity": "sha512-d5RjycE+MObE/hU+8OM5Zp4VjTwiPLRa8299fj7muOmR16fb942z8byoMbCErnGh0lBevvgkGrLclQDvINbIyg==", - "license": "Apache-2.0" - }, "node_modules/@emnapi/runtime": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", @@ -262,17 +126,44 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, + "node_modules/@eslint/config-array": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz", + "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==", + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.5", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.1.tgz", + "integrity": "sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "dev": true, "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", + "espree": "^10.0.1", + "globals": "^14.0.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -280,84 +171,80 @@ "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, - "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "node_modules/@eslint/js": { + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz", + "integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==", "dev": true, "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/@eslint/object-schema": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz", + "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==", + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz", + "integrity": "sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==", "dev": true, - "license": "ISC", + "license": "Apache-2.0", "dependencies": { - "brace-expansion": "^1.1.7" + "levn": "^0.4.1" }, "engines": { - "node": "*" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/js": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", - "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=18.18.0" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", - "deprecated": "Use @eslint/config-array instead", + "node_modules/@humanfs/node": { + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", + "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.3", - "debug": "^4.3.1", - "minimatch": "^3.0.5" + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.3.0" }, "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "node": ">=18.18.0" } }, - "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "license": "Apache-2.0", "engines": { - "node": "*" + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" } }, "node_modules/@humanwhocodes/module-importer": { @@ -374,13 +261,19 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", + "node_modules/@humanwhocodes/retry": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", + "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==", "dev": true, - "license": "BSD-3-Clause" + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } }, "node_modules/@img/sharp-darwin-arm64": { "version": "0.33.5", @@ -747,7 +640,6 @@ "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, "license": "ISC", "dependencies": { "string-width": "^5.1.2", @@ -761,44 +653,6 @@ "node": ">=12" } }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/@isaacs/ttlcache": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz", - "integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", @@ -852,6 +706,15 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@next/bundle-analyzer": { + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.3.tgz", + "integrity": "sha512-dh5i2KBONWVhQzJnL10sv9+ImsKgGtOHHeA1dWp/H3MXphWBt1uGjXCwPCcitwimvNncHBmxaOyTm2FwfOLRSA==", + "license": "MIT", + "dependencies": { + "webpack-bundle-analyzer": "4.10.1" + } + }, "node_modules/@next/env": { "version": "14.2.13", "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.13.tgz", @@ -868,6 +731,98 @@ "glob": "10.3.10" } }, + "node_modules/@next/eslint-plugin-next/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@next/eslint-plugin-next/node_modules/glob": { + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@next/eslint-plugin-next/node_modules/jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/@next/eslint-plugin-next/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/@next/eslint-plugin-next/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@next/eslint-plugin-next/node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@next/swc-darwin-arm64": { "version": "14.2.13", "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.13.tgz", @@ -1060,39 +1015,6 @@ "node": ">=12.4.0" } }, - "node_modules/@opentelemetry/api": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz", - "integrity": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==", - "license": "Apache-2.0", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@opentelemetry/core": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.29.0.tgz", - "integrity": "sha512-gmT7vAreXl0DTHD2rVZcw3+l2g84+5XiHIqdBUxXbExymPCvSsGOpiwMmn8nkiJur28STV31wnhIDrzWDPzjfA==", - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/semantic-conventions": "1.28.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/semantic-conventions": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz", - "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -1117,69 +1039,11 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", - "license": "BSD-3-Clause", - "dependencies": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "node_modules/@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==", - "license": "BSD-3-Clause" - }, - "node_modules/@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", - "license": "BSD-3-Clause" + "node_modules/@polka/url": { + "version": "1.0.0-next.28", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", + "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", + "license": "MIT" }, "node_modules/@rtsao/scc": { "version": "1.1.0", @@ -1195,62 +1059,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@svgdotjs/svg.draggable.js": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@svgdotjs/svg.draggable.js/-/svg.draggable.js-3.0.4.tgz", - "integrity": "sha512-vWi/Col5Szo74HJVBgMHz23kLVljt3jvngmh0DzST45iO2ubIZ487uUAHIxSZH2tVRyiaaTL+Phaasgp4gUD2g==", - "license": "MIT", - "peerDependencies": { - "@svgdotjs/svg.js": "^3.2.4" - } - }, - "node_modules/@svgdotjs/svg.filter.js": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@svgdotjs/svg.filter.js/-/svg.filter.js-3.0.8.tgz", - "integrity": "sha512-YshF2YDaeRA2StyzAs5nUPrev7npQ38oWD0eTRwnsciSL2KrRPMoUw8BzjIXItb3+dccKGTX3IQOd2NFzmHkog==", - "license": "MIT", - "dependencies": { - "@svgdotjs/svg.js": "^3.1.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/@svgdotjs/svg.js": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.2.4.tgz", - "integrity": "sha512-BjJ/7vWNowlX3Z8O4ywT58DqbNRyYlkk6Yz/D13aB7hGmfQTvGX4Tkgtm/ApYlu9M7lCQi15xUEidqMUmdMYwg==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Fuzzyma" - } - }, - "node_modules/@svgdotjs/svg.resize.js": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@svgdotjs/svg.resize.js/-/svg.resize.js-2.0.5.tgz", - "integrity": "sha512-4heRW4B1QrJeENfi7326lUPYBCevj78FJs8kfeDxn5st0IYPIRXoTtOSYvTzFWgaWWXd3YCDE6ao4fmv91RthA==", - "license": "MIT", - "engines": { - "node": ">= 14.18" - }, - "peerDependencies": { - "@svgdotjs/svg.js": "^3.2.4", - "@svgdotjs/svg.select.js": "^4.0.1" - } - }, - "node_modules/@svgdotjs/svg.select.js": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@svgdotjs/svg.select.js/-/svg.select.js-4.0.2.tgz", - "integrity": "sha512-5gWdrvoQX3keo03SCmgaBbD+kFftq0F/f2bzCbNnpkkvW6tk4rl4MakORzFuNjvXPWwB4az9GwuvVxQVnjaK2g==", - "license": "MIT", - "engines": { - "node": ">= 14.18" - }, - "peerDependencies": { - "@svgdotjs/svg.js": "^3.2.4" - } - }, "node_modules/@swc/counter": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", @@ -1268,13 +1076,13 @@ } }, "node_modules/@tanstack/eslint-plugin-query": { - "version": "5.62.1", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.62.1.tgz", - "integrity": "sha512-1886D5U+re1TW0wSH4/kUGG36yIoW5Wkz4twVEzlk3ZWmjF3XkRSWgB+Sc7n+Lyzt8usNV8ZqkZE6DA7IC47fQ==", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.62.9.tgz", + "integrity": "sha512-F3onhTcpBj7zQDo0NVtZwZQKRFx8BwpSabMJybl9no3+dFHUurvNMrH5M/6KNpkdDCf3zyHWadruZL6636B8Fw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.15.0" + "@typescript-eslint/utils": "^8.18.1" }, "funding": { "type": "github", @@ -1285,9 +1093,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.7.tgz", - "integrity": "sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.9.tgz", + "integrity": "sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==", "license": "MIT", "funding": { "type": "github", @@ -1295,9 +1103,9 @@ } }, "node_modules/@tanstack/query-devtools": { - "version": "5.61.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.61.4.tgz", - "integrity": "sha512-21Tw+u8E3IJJj4A/Bct4H0uBaDTEu7zBrR79FeSyY+mS2gx5/m316oDtJiKkILc819VSTYt+sFzODoJNcpPqZQ==", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.62.9.tgz", + "integrity": "sha512-b1NZzDLVf6laJsB1Cfm3ieuYzM+WqoO8qpm9v+3Etwd+Ph4zkhUMiT+wcWj5AhEPsXiRodKYiiW048VDNdBxNg==", "license": "MIT", "funding": { "type": "github", @@ -1305,12 +1113,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.7.tgz", - "integrity": "sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==", + "version": "5.62.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.11.tgz", + "integrity": "sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.62.7" + "@tanstack/query-core": "5.62.9" }, "funding": { "type": "github", @@ -1321,19 +1129,19 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.62.8", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.62.8.tgz", - "integrity": "sha512-SwjXjQTRONd9WPeKVQQ9framG7YNqPV8PS+EGNVNXAyz2XThulMRCvZnh2+3DggnjcYM7YcpnuoZ4RH7q13p0g==", + "version": "5.62.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.62.11.tgz", + "integrity": "sha512-i0vKgdM4ORRzqduz7UeUF52UhLrvRp4sNY/DnLsd5NqNyiKct3a0bLQMWE2fqjF5tEExQ0d0xY60ILXW/T62xA==", "license": "MIT", "dependencies": { - "@tanstack/query-devtools": "5.61.4" + "@tanstack/query-devtools": "5.62.9" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query": "^5.62.11", "react": "^18 || ^19" } }, @@ -1377,12 +1185,6 @@ "tui-color-picker": "^2.2.6" } }, - "node_modules/@toast-ui/editor/node_modules/dompurify": { - "version": "2.5.8", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.8.tgz", - "integrity": "sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==", - "license": "(MPL-2.0 OR Apache-2.0)" - }, "node_modules/@toast-ui/react-editor": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/@toast-ui/react-editor/-/react-editor-3.2.3.tgz", @@ -1404,16 +1206,6 @@ "@types/ms": "*" } }, - "node_modules/@types/dompurify": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", - "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/trusted-types": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -1438,6 +1230,13 @@ "@types/unist": "*" } }, + "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/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", @@ -1461,9 +1260,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz", - "integrity": "sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==", + "version": "20.17.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.11.tgz", + "integrity": "sha512-Ept5glCK35R8yeyIeYlRIZtX6SLRyqMhOFTgj5SOkMpLTdw3SEHI9fHx60xaUZ+V1aJxQJODE+7/j5ocZydYTg==", + "dev": true, "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -1477,9 +1277,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.17.tgz", - "integrity": "sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==", + "version": "18.3.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", + "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1497,46 +1297,12 @@ "@types/react": "^18.0.0" } }, - "node_modules/@types/react-slick": { - "version": "0.23.13", - "resolved": "https://registry.npmjs.org/@types/react-slick/-/react-slick-0.23.13.tgz", - "integrity": "sha512-bNZfDhe/L8t5OQzIyhrRhBr/61pfBcWaYJoq6UDqFtv5LMwfg4NsVDD2J8N01JqdAdxLjOt66OZEp6PX+dGs/A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.13", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.13.tgz", - "integrity": "sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/trusted-types": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/unist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "license": "MIT" }, - "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz", @@ -1735,17 +1501,43 @@ } } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/utils": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz", - "integrity": "sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.0.tgz", + "integrity": "sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.18.1", - "@typescript-eslint/types": "8.18.1", - "@typescript-eslint/typescript-estree": "8.18.1" + "@typescript-eslint/scope-manager": "8.19.0", + "@typescript-eslint/types": "8.19.0", + "@typescript-eslint/typescript-estree": "8.19.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1760,14 +1552,14 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz", - "integrity": "sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz", + "integrity": "sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.18.1", - "@typescript-eslint/visitor-keys": "8.18.1" + "@typescript-eslint/types": "8.19.0", + "@typescript-eslint/visitor-keys": "8.19.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1778,9 +1570,9 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz", - "integrity": "sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.0.tgz", + "integrity": "sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==", "dev": true, "license": "MIT", "engines": { @@ -1792,14 +1584,14 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz", - "integrity": "sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz", + "integrity": "sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.18.1", - "@typescript-eslint/visitor-keys": "8.18.1", + "@typescript-eslint/types": "8.19.0", + "@typescript-eslint/visitor-keys": "8.19.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -1819,13 +1611,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz", - "integrity": "sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz", + "integrity": "sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.18.1", + "@typescript-eslint/types": "8.19.0", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -1836,6 +1628,16 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/utils/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", @@ -1849,6 +1651,22 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@typescript-eslint/utils/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/visitor-keys": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", @@ -1873,12 +1691,6 @@ "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==", "license": "ISC" }, - "node_modules/@yr/monotone-cubic-spline": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", - "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==", - "license": "MIT" - }, "node_modules/acorn": { "version": "8.14.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", @@ -1891,15 +1703,6 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", @@ -1910,6 +1713,18 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1944,20 +1759,21 @@ } }, "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "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" @@ -1990,20 +1806,6 @@ "node": ">= 8" } }, - "node_modules/apexcharts": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-4.2.0.tgz", - "integrity": "sha512-MQ5o8KnwMGcAlo+LhXlAjWGk8wBNBK2O1gFv+JiB6w3oJeuDJUFqa6FLTDlXvdhtObNQ3vIfAtv0AbMSkDv0DQ==", - "license": "MIT", - "dependencies": { - "@svgdotjs/svg.draggable.js": "^3.0.4", - "@svgdotjs/svg.filter.js": "^3.0.8", - "@svgdotjs/svg.js": "^3.2.4", - "@svgdotjs/svg.resize.js": "^2.0.2", - "@svgdotjs/svg.select.js": "^4.0.1", - "@yr/monotone-cubic-spline": "^1.0.3" - } - }, "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", @@ -2029,14 +1831,14 @@ } }, "node_modules/array-buffer-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", - "is-array-buffer": "^3.0.4" + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" }, "engines": { "node": ">= 0.4" @@ -2290,7 +2092,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, "license": "MIT" }, "node_modules/binary-extensions": { @@ -2307,13 +2108,13 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, "node_modules/braces": { @@ -2444,9 +2245,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001689", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz", - "integrity": "sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g==", + "version": "1.0.30001690", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", + "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", "funding": [ { "type": "opencollective", @@ -2568,18 +2369,6 @@ "node": ">= 6" } }, - "node_modules/cjs-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", - "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", - "license": "MIT" - }, - "node_modules/classnames": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", - "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", - "license": "MIT" - }, "node_modules/cli-cursor": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", @@ -2613,19 +2402,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-truncate/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/cli-truncate/node_modules/emoji-regex": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", @@ -2651,22 +2427,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-truncate/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/client-only": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", @@ -2754,7 +2514,6 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, "license": "MIT" }, "node_modules/confusing-browser-globals": { @@ -2777,7 +2536,6 @@ "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", @@ -2788,12 +2546,6 @@ "node": ">= 8" } }, - "node_modules/crypto-randomuuid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/crypto-randomuuid/-/crypto-randomuuid-1.0.0.tgz", - "integrity": "sha512-/RC5F4l1SCqD/jazwUF6+t34Cd8zTSAGZ7rvvZu1whZUhD2a5MOGKjSGowoGcpj/cbVZk1ZODIooJEQQq3nNAA==", - "license": "MIT" - }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", @@ -2822,15 +2574,15 @@ "license": "BSD-2-Clause" }, "node_modules/data-view-buffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", - "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.6", + "call-bound": "^1.0.3", "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" + "is-data-view": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -2840,31 +2592,31 @@ } }, "node_modules/data-view-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", - "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bound": "^1.0.3", "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" + "is-data-view": "^1.0.2" }, "engines": { "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/inspect-js" } }, "node_modules/data-view-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", - "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.6", + "call-bound": "^1.0.2", "es-errors": "^1.3.0", "is-data-view": "^1.0.1" }, @@ -2881,58 +2633,11 @@ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "license": "MIT" }, - "node_modules/dc-polyfill": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/dc-polyfill/-/dc-polyfill-0.1.6.tgz", - "integrity": "sha512-UV33cugmCC49a5uWAApM+6Ev9ZdvIUMTrtCO9fj96TPGOQiea54oeO3tiEVdVeo3J9N2UdJEmbS4zOkkEA35uQ==", - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, - "node_modules/dd-trace": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/dd-trace/-/dd-trace-5.28.0.tgz", - "integrity": "sha512-jyF7JLx2Yw16MHcD97sYKXbVd7ZT1hKJ5/NkRRGeG9cgen5+d/ilIvfzgh2qRjeow+9a5ligoZoUOYJ3nYn9hw==", - "hasInstallScript": true, - "license": "(Apache-2.0 OR BSD-3-Clause)", - "dependencies": { - "@datadog/libdatadog": "^0.2.2", - "@datadog/native-appsec": "8.3.0", - "@datadog/native-iast-rewriter": "2.5.0", - "@datadog/native-iast-taint-tracking": "3.2.0", - "@datadog/native-metrics": "^3.0.1", - "@datadog/pprof": "5.4.1", - "@datadog/sketches-js": "^2.1.0", - "@isaacs/ttlcache": "^1.4.1", - "@opentelemetry/api": ">=1.0.0 <1.9.0", - "@opentelemetry/core": "^1.14.0", - "crypto-randomuuid": "^1.0.0", - "dc-polyfill": "^0.1.4", - "ignore": "^5.2.4", - "import-in-the-middle": "1.11.2", - "int64-buffer": "^0.1.9", - "istanbul-lib-coverage": "3.2.0", - "jest-docblock": "^29.7.0", - "koalas": "^1.0.2", - "limiter": "1.1.5", - "lodash.sortby": "^4.7.0", - "lru-cache": "^7.14.0", - "module-details-from-path": "^1.0.3", - "msgpack-lite": "^0.1.26", - "opentracing": ">=0.12.1", - "path-to-regexp": "^0.1.10", - "pprof-format": "^2.1.0", - "protobufjs": "^7.2.5", - "retry": "^0.13.1", - "rfdc": "^1.3.1", - "semver": "^7.5.4", - "shell-quote": "^1.8.1", - "tlhunter-sorted-set": "^0.1.0" - }, - "engines": { - "node": ">=18" - } + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", + "license": "MIT" }, "node_modules/debug": { "version": "4.4.0", @@ -3007,18 +2712,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/delay": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz", - "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/dequal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", @@ -3037,15 +2730,6 @@ "node": ">=8" } }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/devlop": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", @@ -3087,26 +2771,23 @@ "license": "MIT" }, "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, "engines": { - "node": ">=6.0.0" + "node": ">=0.10.0" } }, "node_modules/dompurify": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", - "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", - "license": "(MPL-2.0 OR Apache-2.0)", - "optionalDependencies": { - "@types/trusted-types": "^2.0.7" - } + "version": "2.5.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.8.tgz", + "integrity": "sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==", + "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/dunder-proto": { "version": "1.0.1", @@ -3123,17 +2804,22 @@ "node": ">= 0.4" } }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "license": "MIT" + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true, "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.74", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.74.tgz", - "integrity": "sha512-ck3//9RC+6oss/1Bh9tiAVFy5vfSKbRHAFh7Z3/eTRkEqJeWgymloShB17Vg3Z4nmDNp35vAd1BZ6CMW4Wt6Iw==", + "version": "1.5.76", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz", + "integrity": "sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ==", "dev": true, "license": "ISC" }, @@ -3141,13 +2827,12 @@ "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, "license": "MIT" }, "node_modules/enhanced-resolve": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", - "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz", + "integrity": "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3158,12 +2843,6 @@ "node": ">=10.13.0" } }, - "node_modules/enquire.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz", - "integrity": "sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw==", - "license": "MIT" - }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -3190,28 +2869,28 @@ } }, "node_modules/es-abstract": { - "version": "1.23.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.6.tgz", - "integrity": "sha512-Ifco6n3yj2tMZDWNLyloZrytt9lqqlwvS83P3HtaETR0NUOYnIULGGHpktqYGObGy+8wc1okO25p8TjemhImvA==", + "version": "1.23.8", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.8.tgz", + "integrity": "sha512-lfab8IzDn6EpI1ibZakcgS6WsfEBiB+43cuJo+wgylx1xKXf+Sp+YR3vFuQwC/u3sxYwV8Cxe3B0DpVUu/WiJQ==", "dev": true, "license": "MIT", "dependencies": { - "array-buffer-byte-length": "^1.0.1", + "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", "call-bound": "^1.0.3", - "data-view-buffer": "^1.0.1", - "data-view-byte-length": "^1.0.1", - "data-view-byte-offset": "^1.0.0", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "es-set-tostringtag": "^2.0.3", "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.7", + "function.prototype.name": "^1.1.8", "get-intrinsic": "^1.2.6", - "get-symbol-description": "^1.0.2", + "get-symbol-description": "^1.1.0", "globalthis": "^1.0.4", "gopd": "^1.2.0", "has-property-descriptors": "^1.0.2", @@ -3219,31 +2898,32 @@ "has-symbols": "^1.1.0", "hasown": "^2.0.2", "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.4", + "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", "is-data-view": "^1.0.2", - "is-negative-zero": "^2.0.3", "is-regex": "^1.2.1", - "is-shared-array-buffer": "^1.0.3", + "is-shared-array-buffer": "^1.0.4", "is-string": "^1.1.1", - "is-typed-array": "^1.1.13", + "is-typed-array": "^1.1.15", "is-weakref": "^1.1.0", - "math-intrinsics": "^1.0.0", + "math-intrinsics": "^1.1.0", "object-inspect": "^1.13.3", "object-keys": "^1.1.1", - "object.assign": "^4.1.5", + "object.assign": "^4.1.7", + "own-keys": "^1.0.0", "regexp.prototype.flags": "^1.5.3", "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", "safe-regex-test": "^1.1.0", "string.prototype.trim": "^1.2.10", "string.prototype.trimend": "^1.0.9", "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.2", - "typed-array-byte-length": "^1.0.1", - "typed-array-byte-offset": "^1.0.3", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.16" + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" }, "engines": { "node": ">= 0.4" @@ -3273,27 +2953,28 @@ } }, "node_modules/es-iterator-helpers": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz", - "integrity": "sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz", + "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "define-properties": "^1.2.1", - "es-abstract": "^1.23.3", + "es-abstract": "^1.23.6", "es-errors": "^1.3.0", "es-set-tostringtag": "^2.0.3", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", + "get-intrinsic": "^1.2.6", "globalthis": "^1.0.4", - "gopd": "^1.0.1", + "gopd": "^1.2.0", "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.7", - "iterator.prototype": "^1.1.3", - "safe-array-concat": "^1.1.2" + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "iterator.prototype": "^1.1.4", + "safe-array-concat": "^1.1.3" }, "engines": { "node": ">= 0.4" @@ -3369,7 +3050,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, "license": "MIT", "engines": { "node": ">=10" @@ -3379,60 +3059,63 @@ } }, "node_modules/eslint": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", - "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", - "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz", + "integrity": "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.1", - "@humanwhocodes/config-array": "^0.13.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.9.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.17.0", + "@eslint/plugin-kit": "^0.2.3", + "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", + "@humanwhocodes/retry": "^0.4.1", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.6", "debug": "^4.3.2", - "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", + "eslint-scope": "^8.2.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", + "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } } }, "node_modules/eslint-config-airbnb": { @@ -3663,17 +3346,6 @@ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, - "node_modules/eslint-plugin-import/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", @@ -3684,32 +3356,6 @@ "ms": "^2.1.1" } }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/eslint-plugin-import/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -3750,30 +3396,6 @@ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" } }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/eslint-plugin-prettier": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", @@ -3806,86 +3428,49 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", - "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", + "version": "7.37.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz", + "integrity": "sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==", "dev": true, "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", - "array.prototype.flatmap": "^1.3.2", + "array.prototype.flatmap": "^1.3.3", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.1.0", + "es-iterator-helpers": "^1.2.1", "estraverse": "^5.3.0", - "hasown": "^2.0.2", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.8", - "object.fromentries": "^2.0.8", - "object.values": "^1.2.0", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.5", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.11", - "string.prototype.repeat": "^1.0.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", - "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" + "hasown": "^2.0.2", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.8", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.1", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.12", + "string.prototype.repeat": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" } }, - "node_modules/eslint-plugin-react/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "license": "MIT", "engines": { - "node": "*" + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, "node_modules/eslint-plugin-react/node_modules/resolve": { @@ -3917,9 +3502,9 @@ } }, "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -3927,7 +3512,7 @@ "estraverse": "^5.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3946,43 +3531,45 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "license": "Apache-2.0", "engines": { - "node": "*" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.9.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -4044,12 +3631,6 @@ "node": ">=0.10.0" } }, - "node_modules/event-lite": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.3.tgz", - "integrity": "sha512-8qz9nOz5VeD2z96elrEKD2U433+L3DWdUdDkOINLGOJvx1GsMBbMn0aCeu28y8/e85A6mCigBiFlYMnTBEGlSw==", - "license": "MIT" - }, "node_modules/eventemitter3": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", @@ -4152,39 +3733,26 @@ "license": "MIT" }, "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz", + "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==", "dev": true, "license": "ISC", "dependencies": { "reusify": "^1.0.4" } }, - "node_modules/fault": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz", - "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", - "license": "MIT", - "dependencies": { - "format": "^0.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "license": "MIT", "dependencies": { - "flat-cache": "^3.0.4" + "flat-cache": "^4.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=16.0.0" } }, "node_modules/fill-range": { @@ -4218,18 +3786,17 @@ } }, "node_modules/flat-cache": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", "dev": true, "license": "MIT", "dependencies": { "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" + "keyv": "^4.5.4" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=16" } }, "node_modules/flatted": { @@ -4253,7 +3820,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", - "dev": true, "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", @@ -4266,14 +3832,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/format": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", - "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", - "engines": { - "node": ">=0.4.x" - } - }, "node_modules/fraction.js": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", @@ -4315,13 +3873,6 @@ } } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -4348,13 +3899,14 @@ } }, "node_modules/function.prototype.name": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.7.tgz", - "integrity": "sha512-2g4x+HqTJKM9zcJqBSpjoRmdcPFtJM60J3xJisTQSXBWka5XqyBN/2tNUgma1mztTXyDuUsEtYe5qcs7xYzYQA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", "dev": true, "license": "MIT", "dependencies": { "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "define-properties": "^1.2.1", "functions-have-names": "^1.2.3", "hasown": "^2.0.2", @@ -4429,15 +3981,15 @@ } }, "node_modules/get-symbol-description": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bound": "^1.0.3", "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4" + "get-intrinsic": "^1.2.6" }, "engines": { "node": ">= 0.4" @@ -4472,23 +4024,23 @@ } }, "node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", + "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "jackspeak": "^4.0.1", + "minimatch": "^10.0.0", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" }, "bin": { "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -4507,17 +4059,38 @@ "node": ">=10.13.0" } }, - "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { - "type-fest": "^0.20.2" + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=8" + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -4587,12 +4160,30 @@ "dev": true, "license": "MIT" }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "license": "MIT", + "dependencies": { + "duplexer": "^0.1.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", "dev": true, "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -4698,7 +4289,7 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": { + "node_modules/hast-util-parse-selector": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", @@ -4711,33 +4302,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-from-parse5/node_modules/hastscript": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", - "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-parse-selector": "^4.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/hast-util-raw": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", @@ -4823,85 +4387,28 @@ } }, "node_modules/hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", + "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", "license": "MIT", "dependencies": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" + "@types/hast": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-parse-selector": "^4.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/hastscript/node_modules/@types/hast": { - "version": "2.3.10", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", - "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", - "license": "MIT", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/hastscript/node_modules/@types/unist": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "license": "MIT" }, - "node_modules/hastscript/node_modules/comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/hastscript/node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/hastscript/node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", - "license": "BSD-3-Clause", - "engines": { - "node": "*" - } - }, - "node_modules/highlightjs-vue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz", - "integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==", - "license": "CC0-1.0" - }, "node_modules/html-url-attributes": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", @@ -4928,50 +4435,15 @@ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, "license": "Apache-2.0", - "engines": { - "node": ">=16.17.0" - } - }, - "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", - "dev": true, - "license": "MIT", - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, - "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" + "engines": { + "node": ">=16.17.0" + } }, "node_modules/ignore": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, "license": "MIT", "engines": { "node": ">= 4" @@ -4994,18 +4466,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/import-in-the-middle": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz", - "integrity": "sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==", - "license": "Apache-2.0", - "dependencies": { - "acorn": "^8.8.2", - "acorn-import-attributes": "^1.9.5", - "cjs-module-lexer": "^1.2.2", - "module-details-from-path": "^1.0.3" - } - }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -5016,37 +4476,12 @@ "node": ">=0.8.19" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true, - "license": "ISC" - }, "node_modules/inline-style-parser": { "version": "0.2.4", "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", "license": "MIT" }, - "node_modules/int64-buffer": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/int64-buffer/-/int64-buffer-0.1.10.tgz", - "integrity": "sha512-v7cSY1J8ydZ0GyjUHqF+1bshJ6cnEVLo9EnjB8p+4HDRPZc9N5jjmvUV7NvEsqQOKyH0pmIBFWXVQbiS0+OBbA==", - "license": "MIT" - }, "node_modules/internal-slot": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", @@ -5196,9 +4631,9 @@ } }, "node_modules/is-core-module": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz", - "integrity": "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==", + "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": { @@ -5347,19 +4782,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", - "dev": true, - "license": "MIT", - "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", @@ -5387,16 +4809,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/is-plain-obj": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", @@ -5409,6 +4821,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-regex": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", @@ -5442,13 +4863,13 @@ } }, "node_modules/is-shared-array-buffer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7" + "call-bound": "^1.0.3" }, "engines": { "node": ">= 0.4" @@ -5506,13 +4927,13 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", "dev": true, "license": "MIT", "dependencies": { - "which-typed-array": "^1.1.14" + "which-typed-array": "^1.1.16" }, "engines": { "node": ">= 0.4" @@ -5568,27 +4989,18 @@ } }, "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true, "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/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=8" - } - }, "node_modules/iterator.prototype": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.4.tgz", @@ -5608,52 +5020,30 @@ } }, "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", - "dev": true, + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz", + "integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, "engines": { - "node": ">=14" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jest-docblock": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", - "license": "MIT", - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jiti": { - "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "version": "1.21.7", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", "dev": true, "license": "MIT", "bin": { "jiti": "bin/jiti.js" } }, - "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", - "license": "MIT" - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -5694,15 +5084,6 @@ "dev": true, "license": "MIT" }, - "node_modules/json2mq": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz", - "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==", - "license": "MIT", - "dependencies": { - "string-convert": "^0.2.0" - } - }, "node_modules/json5": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", @@ -5742,15 +5123,6 @@ "json-buffer": "3.0.1" } }, - "node_modules/koalas": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/koalas/-/koalas-1.0.2.tgz", - "integrity": "sha512-RYhBbYaTTTHId3l6fnMZc3eGQNW6FVCqMG6AMwA5I1Mafr6AflaXeoi6x3xQuATRotGYRLk6+1ELZH4dstFNOA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/language-subtag-registry": { "version": "0.3.23", "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", @@ -5807,11 +5179,6 @@ "url": "https://github.com/sponsors/antonk52" } }, - "node_modules/limiter": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", - "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" - }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -5820,13 +5187,13 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.11.tgz", - "integrity": "sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", + "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "~5.3.0", + "chalk": "~5.4.1", "commander": "~12.1.0", "debug": "~4.4.0", "execa": "~8.0.1", @@ -5848,9 +5215,9 @@ } }, "node_modules/lint-staged/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "dev": true, "license": "MIT", "engines": { @@ -5878,19 +5245,6 @@ "node": ">=18.0.0" } }, - "node_modules/listr2/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/listr2/node_modules/ansi-styles": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", @@ -5929,22 +5283,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/listr2/node_modules/wrap-ansi": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", @@ -5992,12 +5330,6 @@ "dev": true, "license": "MIT" }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", - "license": "MIT" - }, "node_modules/log-update": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", @@ -6018,19 +5350,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/log-update/node_modules/ansi-styles": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", @@ -6102,22 +5421,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/log-update/node_modules/wrap-ansi": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", @@ -6136,12 +5439,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/long": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", - "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", - "license": "Apache-2.0" - }, "node_modules/longest-streak": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", @@ -6164,27 +5461,13 @@ "loose-envify": "cli.js" } }, - "node_modules/lowlight": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz", - "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==", - "license": "MIT", - "dependencies": { - "fault": "^1.0.0", - "highlight.js": "~10.7.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", + "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", "license": "ISC", "engines": { - "node": ">=12" + "node": "20 || >=22" } }, "node_modules/markdown-table": { @@ -6198,9 +5481,9 @@ } }, "node_modules/math-intrinsics": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.0.0.tgz", - "integrity": "sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", "dev": true, "license": "MIT", "engines": { @@ -7110,19 +6393,15 @@ } }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": "*" } }, "node_modules/minimist": { @@ -7139,18 +6418,11 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } }, - "node_modules/module-details-from-path": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.3.tgz", - "integrity": "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==", - "license": "MIT" - }, "node_modules/motion": { "version": "11.15.0", "resolved": "https://registry.npmjs.org/motion/-/motion-11.15.0.tgz", @@ -7189,27 +6461,21 @@ "integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==", "license": "MIT" }, + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, "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/msgpack-lite": { - "version": "0.1.26", - "resolved": "https://registry.npmjs.org/msgpack-lite/-/msgpack-lite-0.1.26.tgz", - "integrity": "sha512-SZ2IxeqZ1oRFGo0xFGbvBJWMp3yLIY9rlIJyxy8CGrwZn1f0ZK4r6jV/AM1r0FZMDUkWkglOk/eeKIL9g77Nxw==", - "license": "MIT", - "dependencies": { - "event-lite": "^0.1.1", - "ieee754": "^1.1.8", - "int64-buffer": "^0.1.9", - "isarray": "^1.0.0" - }, - "bin": { - "msgpack": "bin/msgpack" - } - }, "node_modules/mz": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", @@ -7325,23 +6591,6 @@ "node": "^10 || ^12 || >=14" } }, - "node_modules/node-addon-api": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", - "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", - "license": "MIT" - }, - "node_modules/node-gyp-build": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.9.0.tgz", - "integrity": "sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==", - "license": "MIT", - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, "node_modules/node-releases": { "version": "2.0.19", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", @@ -7441,15 +6690,17 @@ } }, "node_modules/object.assign": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "define-properties": "^1.2.1", - "has-symbols": "^1.0.3", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", "object-keys": "^1.1.1" }, "engines": { @@ -7509,13 +6760,14 @@ } }, "node_modules/object.values": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", - "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", + "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0" }, @@ -7526,16 +6778,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, "node_modules/onetime": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", @@ -7552,13 +6794,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/opentracing": { - "version": "0.14.7", - "resolved": "https://registry.npmjs.org/opentracing/-/opentracing-0.14.7.tgz", - "integrity": "sha512-vz9iS7MJ5+Bp1URw8Khvdyw1H/hGvzHWlKQ7eRrQojSCDL1/SrWfrY9QebLw97n2deyRtzHRC3MkQfVNUCo91Q==", - "license": "Apache-2.0", - "engines": { - "node": ">=0.10" + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "license": "(WTFPL OR MIT)", + "bin": { + "opener": "bin/opener-bin.js" } }, "node_modules/optionator": { @@ -7585,10 +6827,29 @@ "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==", "license": "MIT" }, + "node_modules/own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" @@ -7616,6 +6877,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "license": "BlueOak-1.0.0" + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -7676,21 +6943,10 @@ "node": ">=8" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "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" @@ -7704,35 +6960,21 @@ "license": "MIT" }, "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", "license": "BlueOak-1.0.0", "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" }, "engines": { - "node": ">=16 || 14 >=14.18" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", - "license": "MIT" - }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -7743,12 +6985,6 @@ "node": ">=8" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "license": "MIT" - }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -7961,12 +7197,6 @@ "dev": true, "license": "MIT" }, - "node_modules/pprof-format": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pprof-format/-/pprof-format-2.1.0.tgz", - "integrity": "sha512-0+G5bHH0RNr8E5hoZo/zJYsL92MhkZjwrHp3O2IxmY8RJL9ooKeuZ8Tm0ZNBw5sGZ9TiM71sthTjWoR2Vf5/xw==", - "license": "MIT" - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -8006,15 +7236,6 @@ "node": ">=6.0.0" } }, - "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -8119,30 +7340,6 @@ "prosemirror-transform": "^1.1.0" } }, - "node_modules/protobufjs": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", - "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", - "hasInstallScript": true, - "license": "BSD-3-Clause", - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -8174,15 +7371,6 @@ ], "license": "MIT" }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "license": "MIT", - "dependencies": { - "performance-now": "^2.1.0" - } - }, "node_modules/react": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", @@ -8195,19 +7383,6 @@ "node": ">=0.10.0" } }, - "node_modules/react-apexcharts": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.7.0.tgz", - "integrity": "sha512-03oScKJyNLRf0Oe+ihJxFZliBQM9vW3UWwomVn4YVRTN1jsIR58dLWt0v1sb8RwJVHDMbeHiKQueM0KGpn7nOA==", - "license": "MIT", - "dependencies": { - "prop-types": "^15.8.1" - }, - "peerDependencies": { - "apexcharts": ">=4.0.0", - "react": ">=0.13" - } - }, "node_modules/react-dom": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", @@ -8265,44 +7440,10 @@ "react": "^16 || ^17 || ^18" } }, - "node_modules/react-slick": { - "version": "0.30.3", - "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.30.3.tgz", - "integrity": "sha512-B4x0L9GhkEWUMApeHxr/Ezp2NncpGc+5174R02j+zFiWuYboaq98vmxwlpafZfMjZic1bjdIqqmwLDcQY0QaFA==", - "license": "MIT", - "dependencies": { - "classnames": "^2.2.5", - "enquire.js": "^2.1.6", - "json2mq": "^0.2.0", - "lodash.debounce": "^4.0.8", - "resize-observer-polyfill": "^1.5.0" - }, - "peerDependencies": { - "react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/react-syntax-highlighter": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz", - "integrity": "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.3.1", - "highlight.js": "^10.4.1", - "highlightjs-vue": "^1.0.0", - "lowlight": "^1.17.0", - "prismjs": "^1.27.0", - "refractor": "^3.6.0" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, "node_modules/react-toastify": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.0.tgz", - "integrity": "sha512-NLTt0hNNlVZPLnY+uzUvmE2H2jRHUpaPi7H3+84+3fMjZSpfngyL/r+2VcaepNItWuN0BCBiZdVluXixXYSFmw==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", + "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", "license": "MIT", "dependencies": { "clsx": "^2.1.1" @@ -8336,20 +7477,20 @@ } }, "node_modules/reflect.getprototypeof": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.8.tgz", - "integrity": "sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz", + "integrity": "sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==", "dev": true, "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", - "dunder-proto": "^1.0.0", - "es-abstract": "^1.23.5", + "dunder-proto": "^1.0.1", + "es-abstract": "^1.23.6", "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", + "get-intrinsic": "^1.2.6", "gopd": "^1.2.0", - "which-builtin-type": "^1.2.0" + "which-builtin-type": "^1.2.1" }, "engines": { "node": ">= 0.4" @@ -8358,128 +7499,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/refractor": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", - "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", - "license": "MIT", - "dependencies": { - "hastscript": "^6.0.0", - "parse-entities": "^2.0.0", - "prismjs": "~1.27.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "license": "MIT", - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "license": "MIT", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/prismjs": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", - "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, "node_modules/regexp.prototype.flags": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", @@ -8580,16 +7599,10 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", - "license": "MIT" - }, "node_modules/resolve": { - "version": "1.22.9", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.9.tgz", - "integrity": "sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==", + "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": { @@ -8600,6 +7613,9 @@ "bin": { "resolve": "bin/resolve" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8657,15 +7673,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -8681,71 +7688,28 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true, "license": "MIT" }, "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "dev": true, + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz", + "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==", "license": "ISC", "dependencies": { - "glob": "^7.1.3" + "glob": "^11.0.0", + "package-json-from-dist": "^1.0.0" }, "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "rimraf": "dist/esm/bin.mjs" }, "engines": { - "node": "*" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/rope-sequence": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz", @@ -8796,12 +7760,22 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/safe-array-concat/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "node_modules/safe-push-apply": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/safe-regex-test": { "version": "1.1.0", @@ -8919,7 +7893,6 @@ "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" @@ -8932,24 +7905,11 @@ "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/shell-quote": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", - "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/side-channel": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", @@ -9030,7 +7990,6 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, "license": "ISC", "engines": { "node": ">=14" @@ -9048,6 +8007,20 @@ "is-arrayish": "^0.3.1" } }, + "node_modules/sirv": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "license": "MIT", + "dependencies": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" + } + }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -9088,24 +8061,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/slick-carousel": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/slick-carousel/-/slick-carousel-1.8.1.tgz", - "integrity": "sha512-XB9Ftrf2EEKfzoQXt3Nitrt/IPbT+f1fgqBdoxO3W/+JYvtEOW6EgxnWfr9GH6nmULv7Y2tPmEX3koxThVmebA==", - "license": "MIT", - "peerDependencies": { - "jquery": ">=1.8.0" - } - }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "license": "BSD-3-Clause", - "engines": { - "node": ">= 8" - } - }, "node_modules/source-map-js": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", @@ -9150,17 +8105,10 @@ "node": ">=0.6.19" } }, - "node_modules/string-convert": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz", - "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==", - "license": "MIT" - }, "node_modules/string-width": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", @@ -9179,7 +8127,6 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", @@ -9190,50 +8137,40 @@ "node": ">=8" } }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/string-width-cjs/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, "license": "MIT" }, "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "node": ">=8" } }, "node_modules/string.prototype.includes": { @@ -9252,24 +8189,25 @@ } }, "node_modules/string.prototype.matchall": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", - "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", + "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "define-properties": "^1.2.1", - "es-abstract": "^1.23.2", + "es-abstract": "^1.23.6", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.7", - "regexp.prototype.flags": "^1.5.2", + "get-intrinsic": "^1.2.6", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "regexp.prototype.flags": "^1.5.3", "set-function-name": "^2.0.2", - "side-channel": "^1.0.6" + "side-channel": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -9363,16 +8301,18 @@ } }, "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/strip-ansi-cjs": { @@ -9380,7 +8320,6 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" @@ -9389,6 +8328,15 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", @@ -9480,6 +8428,16 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/sucrase/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/sucrase/node_modules/commander": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", @@ -9490,6 +8448,83 @@ "node": ">= 6" } }, + "node_modules/sucrase/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sucrase/node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/sucrase/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/sucrase/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sucrase/node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -9516,6 +8551,25 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/swiper": { + "version": "11.1.15", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.15.tgz", + "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/swiperjs" + }, + { + "type": "open_collective", + "url": "http://opencollective.com/swiper" + } + ], + "license": "MIT", + "engines": { + "node": ">= 4.7.0" + } + }, "node_modules/synckit": { "version": "0.9.2", "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz", @@ -9534,9 +8588,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, "license": "MIT", "dependencies": { @@ -9581,13 +8635,6 @@ "node": ">=6" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true, - "license": "MIT" - }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", @@ -9611,12 +8658,6 @@ "node": ">=0.8" } }, - "node_modules/tlhunter-sorted-set": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/tlhunter-sorted-set/-/tlhunter-sorted-set-0.1.0.tgz", - "integrity": "sha512-eGYW4bjf1DtrHzUYxYfAcSytpOkA44zsr7G2n3PV7yOUR23vmkGe3LL4R+1jL9OsXtbsFOwe8XtbCrabeaEFnw==", - "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", @@ -9630,6 +8671,15 @@ "node": ">=8.0" } }, + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/trim-lines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", @@ -9708,46 +8758,33 @@ "node": ">= 0.8.0" } }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/typed-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bound": "^1.0.3", "es-errors": "^1.3.0", - "is-typed-array": "^1.1.13" + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" } }, "node_modules/typed-array-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -9757,19 +8794,19 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.3.tgz", - "integrity": "sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", "dev": true, "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13", - "reflect.getprototypeof": "^1.0.6" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" }, "engines": { "node": ">= 0.4" @@ -9813,20 +8850,6 @@ "node": ">=14.17" } }, - "node_modules/typewriter-effect": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/typewriter-effect/-/typewriter-effect-2.21.0.tgz", - "integrity": "sha512-Y3VL1fuJpUBj0gS4OTXBLzy1gnYTYaBuVuuO99tGNyTkkub5CXi+b/hsV7Og9fp6HlhogOwWJwgq7iXI5sQlEg==", - "license": "MIT", - "dependencies": { - "prop-types": "^15.8.1", - "raf": "^3.4.1" - }, - "peerDependencies": { - "react": "^17.x || ^18.x", - "react-dom": "^17.x || ^18.x" - } - }, "node_modules/unbox-primitive": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", @@ -9850,6 +8873,7 @@ "version": "6.19.8", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, "license": "MIT" }, "node_modules/unified": { @@ -10002,19 +9026,6 @@ "dev": true, "license": "MIT" }, - "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/vfile": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", @@ -10073,11 +9084,46 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/webpack-bundle-analyzer": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz", + "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==", + "license": "MIT", + "dependencies": { + "@discoveryjs/json-ext": "0.5.7", + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "commander": "^7.2.0", + "debounce": "^1.2.1", + "escape-string-regexp": "^4.0.0", + "gzip-size": "^6.0.0", + "html-escaper": "^2.0.2", + "is-plain-object": "^5.0.0", + "opener": "^1.5.2", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", + "ws": "^7.3.1" + }, + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, "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" @@ -10137,13 +9183,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/which-builtin-type/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true, - "license": "MIT" - }, "node_modules/which-collection": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", @@ -10164,16 +9203,17 @@ } }, "node_modules/which-typed-array": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.16.tgz", - "integrity": "sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==", + "version": "1.1.18", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz", + "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==", "dev": true, "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "for-each": "^0.3.3", - "gopd": "^1.0.1", + "gopd": "^1.2.0", "has-tostringtag": "^1.0.2" }, "engines": { @@ -10197,7 +9237,6 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", @@ -10216,7 +9255,6 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", @@ -10230,18 +9268,25 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, "license": "MIT" }, "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -10251,7 +9296,6 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", @@ -10262,24 +9306,22 @@ "node": ">=8" } }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", - "engines": { - "node": ">=12" + "dependencies": { + "ansi-regex": "^5.0.1" }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "engines": { + "node": ">=8" } }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true, "license": "MIT", "engines": { "node": ">=12" @@ -10288,36 +9330,25 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, + "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", - "dependencies": { - "ansi-regex": "^6.0.1" - }, "engines": { - "node": ">=12" + "node": ">=8.3.0" }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "license": "MIT", - "engines": { - "node": ">=0.4" + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, "node_modules/yaml": { @@ -10337,6 +9368,7 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, "license": "MIT", "engines": { "node": ">=10" diff --git a/package.json b/package.json index df0999cc..e888122a 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "format:fix": "prettier --write --ignore-path .gitignore .", "lint": "eslint './src/**/*.{ts,tsx,js,jsx}'", "lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'", - "lint-staged": "lint-staged", - "prepare": "husky install" + "lint-staged": "lint-staged" }, "dependencies": { - "@datadog/browser-rum": "^5.30.1", + "@eslint/config-array": "^0.19.1", + "@next/bundle-analyzer": "^15.1.3", "@tanstack/react-query": "^5.62.7", "@tanstack/react-query-devtools": "^5.62.7", "@toast-ui/chart": "^4.6.1", @@ -23,33 +23,27 @@ "@toast-ui/editor-plugin-chart": "^3.0.1", "@toast-ui/editor-plugin-color-syntax": "^3.1.0", "@toast-ui/react-editor": "^3.2.3", - "apexcharts": "^4.1.0", "cookie": "^1.0.1", "dayjs": "^1.11.13", - "dd-trace": "^5.26.0", - "dompurify": "^3.1.7", "framer-motion": "^11.13.3", "github-markdown-css": "^5.7.0", - "jquery": "^3.7.1", + "glob": "^11.0.0", "lightweight-charts": "^4.2.2", + "lru-cache": "^11.0.2", "motion": "^11.13.1", "next": "14.2.13", "react": "^18", - "react-apexcharts": "^1.7.0", "react-dom": "^18", "react-markdown": "^9.0.1", "react-paginate": "^8.2.0", - "react-slick": "^0.30.2", - "react-syntax-highlighter": "^15.6.1", "react-toastify": "^11.0.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", + "rimraf": "^6.0.1", "sharp": "^0.33.5", - "slick-carousel": "^1.8.1", + "swiper": "^11.1.15", "tui-color-picker": "^2.2.8", - "typewriter-effect": "^2.21.0", "usehooks-ts": "^3.1.0", - "uuid": "^10.0.0", "zustand": "^5.0.0-rc.2" }, "overrides": { @@ -60,17 +54,13 @@ }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.60.1", - "@types/dompurify": "^3.0.5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "@types/react-slick": "^0.23.13", - "@types/react-syntax-highlighter": "^15.5.13", - "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "autoprefixer": "^10.4.20", - "eslint": "^8.57.1", + "eslint": "^9.17.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-next": "14.2.13", @@ -80,7 +70,6 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^8.0.3", "lint-staged": "^15.2.10", "postcss": "^8", "prettier": "^3.3.3", diff --git a/public/charting_library/bundles/1227.68542dac293294290d44.css b/public/charting_library/bundles/1227.68542dac293294290d44.css deleted file mode 100644 index d9562d8b..00000000 --- a/public/charting_library/bundles/1227.68542dac293294290d44.css +++ /dev/null @@ -1 +0,0 @@ -.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css b/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css deleted file mode 100644 index d9562d8b..00000000 --- a/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/public/charting_library/bundles/1259.b80c727a6df944a103fe.css b/public/charting_library/bundles/1259.b80c727a6df944a103fe.css deleted file mode 100644 index 84c591e6..00000000 --- a/public/charting_library/bundles/1259.b80c727a6df944a103fe.css +++ /dev/null @@ -1 +0,0 @@ -.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-left:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css b/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css deleted file mode 100644 index 4f09f401..00000000 --- a/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-right:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);pointer-events:none;position:absolute;right:50%;transform:translateX(50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/public/charting_library/bundles/1298.d597f50113da0645dcf5.css b/public/charting_library/bundles/1298.d597f50113da0645dcf5.css deleted file mode 100644 index 5a4e27c0..00000000 --- a/public/charting_library/bundles/1298.d597f50113da0645dcf5.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-left:2px}.button-neROVfUe.last-neROVfUe{margin-right:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-left:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-left:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 10px 0 5px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:left}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-left:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-right:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;left:0;position:absolute;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-right:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-left:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-right:0;text-align:right}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 10px 2px 8px}.layoutItemWrapSmall-yyMUOAN9{padding-right:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-left:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-right:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-left:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-left:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-right:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 20px 0 16px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 20px 8px 16px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-left:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:33px;margin-right:12px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 20px 0 5px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.buttonWithFavorites-jiC5bgmi{padding-right:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css b/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css deleted file mode 100644 index e728bd8b..00000000 --- a/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-right:2px}.button-neROVfUe.last-neROVfUe{margin-left:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-right:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-right:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 5px 0 10px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:right}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-right:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-left:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;position:absolute;right:0;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-left:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-right:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-left:0;text-align:left}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 8px 2px 10px}.layoutItemWrapSmall-yyMUOAN9{padding-left:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-right:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-left:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-right:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-right:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-left:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 16px 0 20px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 16px 8px 20px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-right:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:12px;margin-right:33px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 5px 0 20px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.buttonWithFavorites-jiC5bgmi{padding-left:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css deleted file mode 100644 index 2e047e9f..00000000 --- a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css +++ /dev/null @@ -1 +0,0 @@ -.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-left:6px;margin-top:12px;text-align:left}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-left:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css deleted file mode 100644 index 09c412b7..00000000 --- a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-right:6px;margin-top:12px;text-align:right}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-right:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1398.d778724528a9b5665050.css b/public/charting_library/bundles/1398.d778724528a9b5665050.css deleted file mode 100644 index f7ae625d..00000000 --- a/public/charting_library/bundles/1398.d778724528a9b5665050.css +++ /dev/null @@ -1 +0,0 @@ -.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-right:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-right:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-left:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-left:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-right:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-left:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 0 0 20px}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css b/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css deleted file mode 100644 index de968c98..00000000 --- a/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-left:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-left:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-right:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-right:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-left:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.nested-nGEmjtaX svg{transform:rotate(180deg)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-right:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 20px 0 0}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css deleted file mode 100644 index 8412e7a6..00000000 --- a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css +++ /dev/null @@ -1 +0,0 @@ -.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(90deg)}.tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-right-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-right-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-left:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:13px;padding-right:12px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-right:11px}.labelRow-KdWj36gM:last-child{padding-right:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 11px 11px 10px}.buttonLabel-KdWj36gM{margin-left:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css deleted file mode 100644 index dd050ffb..00000000 --- a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(-90deg)}.tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-left-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-right:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(-270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:12px;padding-right:13px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-left:11px}.labelRow-KdWj36gM:last-child{padding-left:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 10px 11px 11px}.buttonLabel-KdWj36gM{margin-right:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/public/charting_library/bundles/1553.c076714f5e24887f0b94.js b/public/charting_library/bundles/1553.c076714f5e24887f0b94.js deleted file mode 100644 index a99b566d..00000000 --- a/public/charting_library/bundles/1553.c076714f5e24887f0b94.js +++ /dev/null @@ -1,7 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1553],{11553:(t,e,i)=>{var n;!function(r,s,o,a){"use strict";var h,u=["","webkit","Moz","MS","ms","o"],c=s.createElement("div"),l=Math.round,p=Math.abs,f=Date.now;function v(t,e,i){return setTimeout(I(t,i),e)}function d(t,e,i){return!!Array.isArray(t)&&(m(t,i[e],i),!0)}function m(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==a)for(n=0;n\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",s=r.console&&(r.console.warn||r.console.log);return s&&s.call(r.console,n,i),t.apply(this,arguments)}}h="function"!=typeof Object.assign?function(t){if(t===a||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i-1}function D(t){return t.trim().split(/\s+/g)}function w(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;ni[e]})):n.sort()),n}function R(t,e){for(var i,n,r=e[0].toUpperCase()+e.slice(1),s=0;s1&&!i.firstMultiple?i.firstMultiple=V(e):1===r&&(i.firstMultiple=!1);var s=i.firstInput,o=i.firstMultiple,h=o?o.center:s.center,u=e.center=j(n);e.timeStamp=f(),e.deltaTime=e.timeStamp-s.timeStamp,e.angle=$(h,u),e.distance=B(h,u),function(t,e){var i=e.center,n=t.offsetDelta||{},r=t.prevDelta||{},s=t.prevInput||{};1!==e.eventType&&4!==s.eventType||(r=t.prevDelta={x:s.deltaX||0,y:s.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y});e.deltaX=r.x+(i.x-n.x),e.deltaY=r.y+(i.y-n.y)}(i,e),e.offsetDirection=Z(e.deltaX,e.deltaY);var c=G(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=c.x,e.overallVelocityY=c.y,e.overallVelocity=p(c.x)>p(c.y)?c.x:c.y,e.scale=o?(l=o.pointers,v=n,B(v[0],v[1],L)/B(l[0],l[1],L)):1,e.rotation=o?function(t,e){return $(e[1],e[0],L)+$(t[1],t[0],L)}(o.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,r,s,o=t.lastInterval||e,h=e.timeStamp-o.timeStamp;if(8!=e.eventType&&(h>25||o.velocity===a)){var u=e.deltaX-o.deltaX,c=e.deltaY-o.deltaY,l=G(h,u,c);n=l.x,r=l.y,i=p(l.x)>p(l.y)?l.x:l.y,s=Z(u,c),t.lastInterval=e}else i=o.velocity,n=o.velocityX,r=o.velocityY,s=o.direction;e.velocity=i,e.velocityX=n,e.velocityY=r,e.direction=s}(i,e);var l,v;var d=t.element;S(e.srcEvent.target,d)&&(d=e.srcEvent.target);e.target=d}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function V(t){for(var e=[],i=0;i=p(e)?t<0?2:4:e<0?8:16}function B(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return Math.sqrt(n*n+r*r)}function $(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return 180*Math.atan2(r,n)/Math.PI}H.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(z(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&_(this.element,this.evEl,this.domHandler),this.evTarget&&_(this.target,this.evTarget,this.domHandler),this.evWin&&_(z(this.element),this.evWin,this.domHandler)}};var J={mousedown:1,mousemove:2,mouseup:4},K="mousedown",Q="mousemove mouseup";function tt(){this.evEl=K,this.evWin=Q,this.pressed=!1,H.apply(this,arguments)}E(tt,H,{handler:function(t){var e=J[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:k,srcEvent:t}))}});var et={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},it={2:F,3:"pen",4:k, -5:"kinect"},nt="pointerdown",rt="pointermove pointerup pointercancel";function st(){this.evEl=nt,this.evWin=rt,H.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}r.MSPointerEvent&&!r.PointerEvent&&(nt="MSPointerDown",rt="MSPointerMove MSPointerUp MSPointerCancel"),E(st,H,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),r=et[n],s=it[t.pointerType]||t.pointerType,o=s==F,a=w(e,t.pointerId,"pointerId");1&r&&(0===t.button||o)?a<0&&(e.push(t),a=e.length-1):12&r&&(i=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:s,srcEvent:t}),i&&e.splice(a,1))}});var ot={touchstart:1,touchmove:2,touchend:4,touchcancel:8},at="touchstart",ht="touchstart touchmove touchend touchcancel";function ut(){this.evTarget=at,this.evWin=ht,this.started=!1,H.apply(this,arguments)}function ct(t,e){var i=x(t.touches),n=x(t.changedTouches);return 12&e&&(i=O(i.concat(n),"identifier",!0)),[i,n]}E(ut,H,{handler:function(t){var e=ot[t.type];if(1===e&&(this.started=!0),this.started){var i=ct.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:F,srcEvent:t})}}});var lt={touchstart:1,touchmove:2,touchend:4,touchcancel:8},pt="touchstart touchmove touchend touchcancel";function ft(){this.evTarget=pt,this.targetIds={},H.apply(this,arguments)}function vt(t,e){var i=x(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var r,s,o=x(t.changedTouches),a=[],h=this.target;if(s=i.filter((function(t){return S(t.target,h)})),1===e)for(r=0;r-1&&n.splice(t,1)}),2500)}}function Tt(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]}, -emit:function(t){var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+Ot(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+Ot(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=wt},canEmit:function(){for(var t=0;te.threshold&&r&e.direction},attrTest:function(t){return zt.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=Rt(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),E(Xt,zt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[bt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),E(Yt,xt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[At]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distancee.time;if(this._input=t,!n||!i||12&t.eventType&&!r)this.reset();else if(1&t.eventType)this.reset(),this._timer=v((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return wt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),E(Ft,zt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[bt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),E(kt,zt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Nt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction -;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:i&W&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&p(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=Rt(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),E(Wt,xt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Ct]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance{e.exports={"nav-button":"nav-button-znwuaSC1",link:"link-znwuaSC1",background:"background-znwuaSC1",icon:"icon-znwuaSC1","flip-icon":"flip-icon-znwuaSC1","size-large":"size-large-znwuaSC1","preserve-paddings":"preserve-paddings-znwuaSC1","size-medium":"size-medium-znwuaSC1","size-small":"size-small-znwuaSC1","size-xsmall":"size-xsmall-znwuaSC1","size-xxsmall":"size-xxsmall-znwuaSC1","visually-hidden":"visually-hidden-znwuaSC1"}},8473:e=>{e.exports={dialog:"dialog-b8SxMnzX",wrapper:"wrapper-b8SxMnzX",separator:"separator-b8SxMnzX",bounded:"bounded-b8SxMnzX"}},80822:e=>{e.exports={"small-height-breakpoint":"screen and (max-height: 360px)",container:"container-BZKENkhT",unsetAlign:"unsetAlign-BZKENkhT",title:"title-BZKENkhT",subtitle:"subtitle-BZKENkhT",textWrap:"textWrap-BZKENkhT",ellipsis:"ellipsis-BZKENkhT",close:"close-BZKENkhT",icon:"icon-BZKENkhT"}},47625:e=>{e.exports={separator:"separator-Pf4rIzEt"}},57340:(e,t,n)=>{"use strict";n.d(t,{CloseButton:()=>d});var r=n(50959),o=n(64388),i=n(17105),s=n(15130),l=n(38822),a=n(63346),c=n(34983);function u(e="large"){switch(e){case"large":return i;case"medium":default:return s;case"small":return l;case"xsmall":return a;case"xxsmall":return c}}const d=r.forwardRef(((e,t)=>r.createElement(o.NavButton,{...e,ref:t,icon:u(e.size)})))},64388:(e,t,n)=>{"use strict";n.d(t,{NavButton:()=>c});var r=n(50959),o=n(97754),i=n(9745),s=(n(78572),n(36136));function l(e){const{size:t="large",preservePaddings:n,isLink:r,flipIconOnRtl:i,className:l}=e;return o(s["nav-button"],s[`size-${t}`],n&&s["preserve-paddings"],i&&s["flip-icon"],r&&s.link,l)}function a(e){const{children:t,icon:n}=e;return r.createElement(r.Fragment,null,r.createElement("span",{className:s.background}),r.createElement(i.Icon,{icon:n,className:s.icon,"aria-hidden":!0}),t&&r.createElement("span",{className:s["visually-hidden"]},t))}const c=(0,r.forwardRef)(((e,t)=>{const{icon:n,type:o="button",preservePaddings:i,flipIconOnRtl:s,size:c,"aria-label":u,...d}=e;return r.createElement("button",{...d,className:l({...e,children:u}),ref:t,type:o},r.createElement(a,{icon:n},u))}));c.displayName="NavButton";var u=n(21593),d=n(53017);(0,r.forwardRef)(((e,t)=>{const{icon:n,renderComponent:o,"aria-label":i,...s}=e,c=null!=o?o:u.CustomComponentDefaultLink;return r.createElement(c,{...s,className:l({...e,children:i,isLink:!0}),reference:(0,d.isomorphicRef)(t)},r.createElement(a,{icon:n},i))})).displayName="NavAnchorButton"},78572:(e,t,n)=>{"use strict";var r,o,i,s;!function(e){e.Primary="primary",e.QuietPrimary="quiet-primary",e.Secondary="secondary",e.Ghost="ghost"}(r||(r={})),function(e){e.XXSmall="xxsmall",e.XSmall="xsmall",e.Small="small",e.Medium="medium",e.Large="large",e.XLarge="xlarge",e.XXLarge="xxlarge"}(o||(o={})),function(e){e.Brand="brand",e.Gray="gray",e.LightGray="light-gray",e.Green="green",e.Red="red",e.Black="black",e.Gradient="gradient",e.BlackFriday="black-friday",e.CyberMonday="cyber-monday"}(i||(i={})),function(e){ -e.Semibold18px="semibold18px",e.Semibold16px="semibold16px",e.Semibold14px="semibold14px",e.Medium16px="medium16px",e.Regular16px="regular16px",e.Regular14px="regular14px"}(s||(s={}))},86332:(e,t,n)=>{"use strict";n.d(t,{ControlGroupContext:()=>r});const r=n(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},38952:(e,t,n)=>{"use strict";function r(e){const{reference:t,...n}=e;return{...n,ref:t}}n.d(t,{renameRef:()=>r})},21593:(e,t,n)=>{"use strict";n.d(t,{CustomComponentDefaultLink:()=>i});var r=n(50959),o=n(38952);function i(e){return r.createElement("a",{...(0,o.renameRef)(e)})}r.PureComponent},66686:(e,t,n)=>{"use strict";n.d(t,{useComposedKeyboardActionHandlers:()=>l,useKeyboardActionHandler:()=>s,useKeyboardClose:()=>u,useKeyboardEventHandler:()=>a,useKeyboardOpen:()=>d,useKeyboardToggle:()=>c});var r=n(50959),o=n(3343);const i=()=>!0;function s(e,t,n=i,o){return(0,r.useCallback)((r=>{if(o){if("horizontal"===o&&(40===r||38===r))return;if("vertical"===o&&(37===r||39===r))return}const i=e.map((e=>"function"==typeof e?e():e));return!(!n(r)||!i.includes(r))&&(t(r),!0)}),[...e,t,n])}function l(...e){return(0,r.useCallback)((t=>{for(const n of e)if(n(t))return!0;return!1}),[...e])}function a(e,t=!0){const n=l(...e);return(0,r.useCallback)((e=>{n((0,o.hashFromEvent)(e))&&t&&e.preventDefault()}),[n])}function c(e,t=!0){return s([13,32],e,(function(e){if(13===e)return t;return!0}))}function u(e,t){return s([9,(0,r.useCallback)((()=>o.Modifiers.Shift+9),[]),27],t,(0,r.useCallback)((()=>e),[e]))}function d(e,t){return s([40,38],t,(0,r.useCallback)((()=>!e),[e]))}},7953:(e,t,n)=>{"use strict";n.d(t,{useDisclosure:()=>c});var r=n(50959),o=n(50151),i=n(54717),s=n(29202),l=n(47201),a=n(22064);function c(e){const{id:t,listboxId:n,disabled:c,buttonTabIndex:u=0,onFocus:d,onBlur:p,onClick:h}=e,[f,m]=(0,r.useState)(!1),[g,b]=(0,s.useFocus)(),v=g||f,C=(null!=n?n:void 0!==t)?(0,a.createDomId)(t,"listbox"):void 0,w=(0,r.useRef)(null),x=(0,r.useCallback)((e=>{var t;return null===(t=w.current)||void 0===t?void 0:t.focus(e)}),[w]),S=(0,r.useRef)(null),y=(0,r.useCallback)((()=>(0,o.ensureNotNull)(S.current).focus()),[S]),_=(0,r.useCallback)((()=>m(!0)),[m]),k=(0,r.useCallback)(((e=!1,t=!1)=>{m(!1);const{activeElement:n}=document;n&&(0,i.isTextEditingField)(n)||t||x({preventScroll:e})}),[m,x]),E=(0,r.useCallback)((()=>{f?k():_()}),[f,k,_]),z=c?[]:[d,b.onFocus],N=c?[]:[p,b.onBlur],B=c?[]:[h,E],O=(0,l.createSafeMulticastEventHandler)(...z),R=(0,l.createSafeMulticastEventHandler)(...N),K=(0,l.createSafeMulticastEventHandler)(...B);return{listboxId:C,isOpened:f,isFocused:v,buttonTabIndex:c?-1:u,listboxTabIndex:-1,open:_,close:k,toggle:E,onOpen:y,buttonFocusBindings:{onFocus:O,onBlur:R},onButtonClick:K,buttonRef:w,listboxRef:S,buttonAria:{"aria-controls":f?C:void 0,"aria-expanded":f,"aria-disabled":c}}}},29202:(e,t,n)=>{"use strict";n.d(t,{useFocus:()=>o});var r=n(50959);function o(e,t){const[n,o]=(0,r.useState)(!1);(0,r.useEffect)((()=>{t&&n&&o(!1)}),[t,n]);const i={onFocus:(0, -r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!0)}),[e]),onBlur:(0,r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!1)}),[e])};return[n,i]}},36762:(e,t,n)=>{"use strict";n.d(t,{useItemsKeyboardNavigation:()=>l});var r,o=n(50959),i=n(66686);function s(e,t){return e>=0?e%t:(t-Math.abs(e)%t)%t}!function(e){e.Next="next",e.Previous="previous",e.First="first",e.Last="last"}(r||(r={}));function l(e,t,n,r,l,a,c={},u){const d=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(t===n.length-1&&!a)return void((null==u?void 0:u.onFailNext)&&u.onFailNext(e));const o=s(t+1,n.length);l&&l(n[o],"next")}),[n,r,l,a]),p=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(0===t&&!a)return void((null==u?void 0:u.onFailPrev)&&u.onFailPrev(e));const o=s(t-1,n.length);l&&l(n[o],"previous")}),[n,r,l,a]),h=(0,o.useCallback)((()=>{l&&l(n[0],"first")}),[l,n]),f=(0,o.useCallback)((()=>{l&&l(n[n.length-1],"last")}),[l,n]),m=(0,o.useMemo)((()=>(e=>({next:[40,()=>e()?37:39],previous:[38,()=>e()?39:37],first:[33,()=>e()?35:36],last:[34,()=>e()?36:35]}))(t)),[t]),{next:g=m.next,previous:b=m.previous,first:v=m.first,last:C=m.last}=c;return(0,i.useComposedKeyboardActionHandlers)((0,i.useKeyboardActionHandler)(g,d,(()=>!0),e),(0,i.useKeyboardActionHandler)(b,p,(()=>!0),e),(0,i.useKeyboardActionHandler)(v,h,(()=>!0),e),(0,i.useKeyboardActionHandler)(C,f,(()=>!0),e))}},16921:(e,t,n)=>{"use strict";n.d(t,{useKeepActiveItemIntoView:()=>d});var r=n(50959),o=n(50151),i=n(74991);const s={duration:200,additionalScroll:0},l={vertical:{scrollSize:"scrollHeight",clientSize:"clientHeight",start:"top",end:"bottom",size:"height"},horizontal:{scrollSize:"scrollWidth",clientSize:"clientWidth",start:"left",end:"right",size:"width"}};function a(e,t){const n=l[e];return t[n.scrollSize]>t[n.clientSize]}function c(e,t,n,r,o,s){const a=function(e,t,n,r=0){const o=l[e];return{start:-1*r,middle:-1*(Math.floor(n[o.size]/2)-Math.floor(t[o.size]/2)),end:-1*(n[o.size]-t[o.size])+r}}(e,r,o,s.additionalScroll);let c=0;if(s.snapToMiddle||function(e,t,n){const r=l[e];return t[r.start]n[r.end]+n[r.size]/2}(e,r,o))c=a.middle;else{const t=function(e,t,n,r=0){const o=l[e],i=t[o.start]+Math.floor(t[o.size]/2),s=n[o.start]+Math.floor(n[o.size]/2);return{start:t[o.start]-n[o.start]-r,middle:i-s,end:t[o.end]-n[o.end]+r}}(e,r,o,s.additionalScroll),n=function(e){const{start:t,middle:n,end:r}=e,o=new Map([[Math.abs(t),{key:"start",value:Math.sign(t)}],[Math.abs(n),{key:"middle",value:Math.sign(n)}],[Math.abs(r),{key:"end",value:Math.sign(r)}]]),i=Math.min(...o.keys());return o.get(i)}(t);c=void 0!==n?a[n.key]:0}return s.align&&(c=a[s.align]),function(e){const{additionalScroll:t=0,duration:n=i.dur,func:r=i.easingFunc.easeInOutCubic,onScrollEnd:o,target:s,wrap:l,direction:a="vertical"}=e;let{targetRect:c,wrapRect:u}=e;c=null!=c?c:s.getBoundingClientRect(),u=null!=u?u:l.getBoundingClientRect();const d=("vertical"===a?c.top-u.top:c.left-u.left)+t,p="vertical"===a?"scrollTop":"scrollLeft",h=l?l[p]:0;let f,m=0 -;return m=window.requestAnimationFrame((function e(t){let i;if(f?i=t-f:(i=0,f=t),i>=n)return l[p]=h+d,void(o&&o());const s=h+d*r(i/n);l[p]=Math.floor(s),m=window.requestAnimationFrame(e)})),function(){window.cancelAnimationFrame(m),o&&o()}}({...s,target:t,targetRect:r,wrap:n,wrapRect:o,additionalScroll:c,direction:e})}class u{constructor(e=null){this._container=null,this._lastScrolledElement=null,this._stopVerticalScroll=null,this._stopHorizontalScroll=null,this._container=e}scrollTo(e,t=s){if(null!==this._container&&null!==e&&!function(e,t,n=0){const r=e.getBoundingClientRect(),o=t.getBoundingClientRect();return r.top-o.top>=0&&o.bottom-r.bottom>=0&&r.left-o.left>=n&&o.right-r.right>=n}(e,this._container,t.visibilityDetectionOffsetInline)){const n=e.getBoundingClientRect(),r=this._container.getBoundingClientRect();this.stopScroll(),a("vertical",this._container)&&(this._stopVerticalScroll=c("vertical",e,this._container,n,r,this._modifyOptions("vertical",t))),a("horizontal",this._container)&&(this._stopHorizontalScroll=c("horizontal",e,this._container,n,r,this._modifyOptions("horizontal",t)))}this._lastScrolledElement=e}scrollToLastElement(e){this.scrollTo(this._lastScrolledElement,e)}stopScroll(){null!==this._stopVerticalScroll&&this._stopVerticalScroll(),null!==this._stopHorizontalScroll&&this._stopHorizontalScroll()}getContainer(){return this._container}setContainer(e){var t;this._container=e,(null===(t=this._container)||void 0===t?void 0:t.contains(this._lastScrolledElement))||(this._lastScrolledElement=null)}destroy(){this.stopScroll(),this._container=null,this._lastScrolledElement=null}_handleScrollEnd(e){"vertical"===e?this._stopVerticalScroll=null:this._stopHorizontalScroll=null}_modifyOptions(e,t){return Object.assign({},t,{onScrollEnd:()=>{this._handleScrollEnd(e),void 0!==t.onScrollEnd&&t.onScrollEnd()}})}}function d(e={}){const{activeItem:t,getKey:n,...i}=e,s=(0,r.useRef)(null),l=(0,r.useRef)(new Map),a=function(e){const t=(0,r.useRef)(null);return(0,r.useEffect)((()=>(t.current=new u(e),()=>(0,o.ensureNotNull)(t.current).destroy())),[]),t}(s.current),c=(0,r.useCallback)((()=>{null!==a.current&&null!==s.current&&a.current.getContainer()!==s.current&&a.current.setContainer(s.current)}),[a,s]),d=(0,r.useCallback)((e=>{s.current=e}),[s]),p=(0,r.useCallback)(((e,t)=>{const r=n?n(e):e;t?l.current.set(r,t):l.current.delete(r)}),[l,n]),h=(0,r.useCallback)(((e,t)=>{if(!e)return;const r=n?n(e):e,i=l.current.get(r);i&&(c(),(0,o.ensureNotNull)(a.current).scrollTo(i,t))}),[l,a,n]);return(0,r.useEffect)((()=>h(t,i)),[h,t]),[d,p,h]}},38528:(e,t,n)=>{"use strict";n.d(t,{useMergedRefs:()=>i});var r=n(50959),o=n(53017);function i(e){return(0,r.useCallback)((0,o.mergeRefs)(e),e)}},22064:(e,t,n)=>{"use strict";n.d(t,{createDomId:()=>a,joinDomIds:()=>c});const r=/\s/g;function o(e){return"string"==typeof e}function i(e){switch(typeof e){case"string":return e;case"number":case"bigint":return e.toString(10);case"boolean":case"symbol":return e.toString();default:return null}}function s(e){return e.trim().length>0}function l(e){ -return e.replace(r,"-")}function a(...e){const t=e.map(i).filter(o).filter(s).map(l);return(t.length>0&&t[0].startsWith("id_")?t:["id",...t]).join("_")}function c(...e){return e.map(i).filter(o).filter(s).join(" ")}},79418:(e,t,n)=>{"use strict";n.d(t,{AdaptivePopupDialog:()=>N});var r=n(50959),o=n(50151),i=n(97754),s=n.n(i),l=n(68335),a=n(63273),c=n(35749),u=n(82206),d=n(1109),p=n(24437),h=n(90692),f=n(95711);var m=n(52092),g=n(76422),b=n(11542),v=n(57340);const C=r.createContext({setHideClose:()=>{}});var w=n(80822);function x(e){const{title:t,titleTextWrap:o=!1,subtitle:i,showCloseIcon:l=!0,onClose:a,onCloseButtonKeyDown:c,renderBefore:u,renderAfter:d,draggable:p,className:h,unsetAlign:f,closeAriaLabel:m=b.t(null,void 0,n(47742)),closeButtonReference:g}=e,[x,S]=(0,r.useState)(!1);return r.createElement(C.Provider,{value:{setHideClose:S}},r.createElement("div",{className:s()(w.container,h,(i||f)&&w.unsetAlign)},u,r.createElement("div",{"data-dragg-area":p,className:w.title},r.createElement("div",{className:s()(o?w.textWrap:w.ellipsis)},t),i&&r.createElement("div",{className:s()(w.ellipsis,w.subtitle)},i)),d,l&&!x&&r.createElement(v.CloseButton,{className:w.close,"data-name":"close","aria-label":m,onClick:a,onKeyDown:c,ref:g,size:"medium",preservePaddings:!0})))}var S=n(53017),y=n(90186),_=n(56570),k=n(8473);const E={vertical:20},z={vertical:0};class N extends r.PureComponent{constructor(){super(...arguments),this._controller=null,this._reference=null,this._orientationMediaQuery=null,this._embedResizerOverridesEnabled=_.enabled("embed_resizer_overrides"),this._renderChildren=(e,t)=>(this._controller=e,this.props.render({requestResize:this._requestResize,centerAndFit:this._centerAndFit,isSmallWidth:t})),this._handleReference=e=>this._reference=e,this._handleCloseBtnClick=()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleClose()},this._handleClose=()=>{this.props.onClose()},this._handleOpen=()=>{void 0!==this.props.onOpen&&this.props.isOpened&&this.props.onOpen(this.props.fullScreen||window.matchMedia(p.DialogBreakpoints.TabletSmall).matches)},this._handleKeyDown=e=>{if(!e.defaultPrevented){if(this.props.onKeyDown&&this.props.onKeyDown(e),27===(0,l.hashFromEvent)(e)){if(e.defaultPrevented)return;if(this.props.forceCloseOnEsc&&this.props.forceCloseOnEsc())return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose();const{activeElement:n}=document;if(null!==n){if(e.preventDefault(),"true"===(t=n).getAttribute("data-haspopup")&&"true"!==t.getAttribute("data-expanded"))return void this._handleClose();const r=this._reference;if(null!==r&&(0,c.isTextEditingField)(n))return void r.focus();if(null==r?void 0:r.contains(n))return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose()}}var t,n;(function(e){if("function"==typeof e)return e();return Boolean(e)})(this.props.disableTabNavigationContainment)||(n=e,[9,l.Modifiers.Shift+9].includes((0,l.hashFromEvent)(n))&&n.stopPropagation())}},this._requestResize=()=>{ -null!==this._controller&&this._controller.recalculateBounds()},this._centerAndFit=()=>{null!==this._controller&&this._controller.centerAndFit()},this._calculatePositionWithOffsets=(e,t)=>{const n=(0,o.ensureDefined)(this.props.fullScreenViewOffsets).value();return{top:n.top,left:(0,a.isRtl)()?-n.right:n.left,width:t.clientWidth-n.left-n.right,height:t.clientHeight-n.top-n.bottom}}}componentDidMount(){this.props.ignoreClosePopupsAndDialog||g.subscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),this._handleOpen(),void 0!==this.props.onOpen&&(this._orientationMediaQuery=window.matchMedia("(orientation: portrait)"),this._orientationMediaQuery.addEventListener("change",this._handleOpen)),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.subscribe(this._requestResize)}componentWillUnmount(){this.props.ignoreClosePopupsAndDialog||g.unsubscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),null!==this._orientationMediaQuery&&this._orientationMediaQuery.removeEventListener("change",this._handleOpen),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.unsubscribe(this._requestResize)}focus(){(0,o.ensureNotNull)(this._reference).focus()}getElement(){return this._reference}contains(e){var t,n;return null!==(n=null===(t=this._reference)||void 0===t?void 0:t.contains(e))&&void 0!==n&&n}render(){const{className:e,wrapperClassName:t,headerClassName:n,isOpened:o,title:i,titleTextWrap:l,dataName:a,onClickOutside:c,additionalElementPos:m,additionalHeaderElement:g,backdrop:b,shouldForceFocus:v=!0,shouldReturnFocus:C,onForceFocus:w,showSeparator:_,subtitle:N,draggable:B=!0,fullScreen:O=!1,showCloseIcon:R=!0,rounded:K=!0,isAnimationEnabled:M,growPoint:A,dialogTooltip:F,unsetHeaderAlign:D,onDragStart:P,dataDialogName:T,closeAriaLabel:I,containerAriaLabel:H,reference:L,containerTabIndex:W,closeButtonReference:V,onCloseButtonKeyDown:X,shadowed:G,fullScreenViewOffsets:Z,fixedBody:q,onClick:Q}=this.props,j="after"!==m?g:void 0,U="after"===m?g:void 0,J="string"==typeof i?i:T||"",$=(0,y.filterDataProps)(this.props),Y=(0,S.mergeRefs)([this._handleReference,L]);return r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.SmallHeight},(m=>r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.TabletSmall},(p=>r.createElement(u.PopupDialog,{rounded:!(p||O)&&K,className:s()(k.dialog,O&&Z&&k.bounded,e),isOpened:o,reference:Y,onKeyDown:this._handleKeyDown,onClickOutside:c,onClickBackdrop:c,fullscreen:p||O,guard:m?z:E,boundByScreen:p||O,shouldForceFocus:v,onForceFocus:w,shouldReturnFocus:C,backdrop:b,draggable:B,isAnimationEnabled:M,growPoint:A,name:this.props.dataName,dialogTooltip:F,onDragStart:P,containerAriaLabel:H,containerTabIndex:W,calculateDialogPosition:O&&Z?this._calculatePositionWithOffsets:void 0,shadowed:G,fixedBody:q,onClick:Q,...$},r.createElement("div",{className:s()(k.wrapper,t),"data-name":a,"data-dialog-name":J},void 0!==i&&r.createElement(x,{draggable:B&&!(p||O),onClose:this._handleCloseBtnClick,renderAfter:U,renderBefore:j, -subtitle:N,title:i,titleTextWrap:l,showCloseIcon:R,className:n,unsetAlign:D,closeAriaLabel:I,closeButtonReference:V,onCloseButtonKeyDown:X}),_&&r.createElement(d.Separator,{className:k.separator}),r.createElement(f.PopupContext.Consumer,null,(e=>this._renderChildren(e,p||O)))))))))}}},4523:(e,t,n)=>{"use strict";n.d(t,{PopupMenuDisclosureView:()=>u});var r=n(50959),o=n(20520),i=n(50151);const s={x:0,y:0};function l(e,t,n){return(0,r.useCallback)((()=>function(e,t,{x:n=s.x,y:r=s.y}=s){const o=(0,i.ensureNotNull)(e).getBoundingClientRect(),l={x:o.left+n,y:o.top+o.height+r,indentFromWindow:{top:4,bottom:4,left:4,right:4}};return t&&(l.overrideWidth=o.width),l}(e.current,t,n)),[e,t])}var a=n(86240);const c=parseInt(a["size-header-height"]);function u(e){const{button:t,popupChildren:n,buttonRef:i,listboxId:s,listboxClassName:a,listboxTabIndex:u,matchButtonAndListboxWidths:d,isOpened:p,scrollWrapReference:h,listboxReference:f,onClose:m,onOpen:g,onListboxFocus:b,onListboxBlur:v,onListboxKeyDown:C,listboxAria:w,repositionOnScroll:x=!0,closeOnHeaderOverlap:S=!1,popupPositionCorrection:y={x:0,y:0},popupPosition:_}=e,k=l(i,d,y),E=S?c:0;return r.createElement(r.Fragment,null,t,r.createElement(o.PopupMenu,{...w,id:s,className:a,tabIndex:u,isOpened:p,position:_||k,repositionOnScroll:x,onClose:m,onOpen:g,doNotCloseOn:i.current,reference:f,scrollWrapReference:h,onFocus:b,onBlur:v,onKeyDown:C,closeOnScrollOutsideOffset:E},n))}},26597:(e,t,n)=>{"use strict";n.d(t,{useKeyboardActionHandler:()=>r.useKeyboardActionHandler,useKeyboardClose:()=>r.useKeyboardClose,useKeyboardEventHandler:()=>r.useKeyboardEventHandler,useKeyboardOpen:()=>r.useKeyboardOpen,useKeyboardToggle:()=>r.useKeyboardToggle});var r=n(66686)},1109:(e,t,n)=>{"use strict";n.d(t,{Separator:()=>s});var r=n(50959),o=n(97754),i=n(47625);function s(e){return r.createElement("div",{className:o(i.separator,e.className)})}},2948:e=>{e.exports=''},17105:e=>{e.exports=''},15130:e=>{e.exports=''},38822:e=>{e.exports=''},63346:e=>{e.exports=''},34983:e=>{e.exports=''},86240:e=>{"use strict" -;e.exports=JSON.parse('{"size-header-height":"64px","media-phone-vertical":"screen and (max-width: 479px)","media-mf-phone-landscape":"screen and (min-width: 568px)"}')}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/2106.407cb827c0acab444e09.css b/public/charting_library/bundles/2106.407cb827c0acab444e09.css deleted file mode 100644 index 2a6757d3..00000000 --- a/public/charting_library/bundles/2106.407cb827c0acab444e09.css +++ /dev/null @@ -1 +0,0 @@ -.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 6px 2px 0;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css b/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css deleted file mode 100644 index 94c90e44..00000000 --- a/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 0 2px 6px;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/public/charting_library/bundles/2153.302cc6392cc9f067008b.css b/public/charting_library/bundles/2153.302cc6392cc9f067008b.css deleted file mode 100644 index bae35430..00000000 --- a/public/charting_library/bundles/2153.302cc6392cc9f067008b.css +++ /dev/null @@ -1 +0,0 @@ -.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:11px;margin-right:12px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:ltr;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:ltr;display:flex;flex-wrap:wrap;justify-content:flex-start}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 0 0 5px;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:ltr;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{left:50%;position:relative;top:50%;transform:translate(-50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-left:auto;margin-top:4px;padding:0 4px 0 1px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css b/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css deleted file mode 100644 index c091a179..00000000 --- a/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(-180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:12px;margin-right:11px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:rtl;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:rtl;display:flex;flex-wrap:wrap;justify-content:flex-end}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 5px 0 0;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:rtl;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;opacity:.15;position:absolute;right:0;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{position:relative;right:50%;top:50%;transform:translate(50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-right:auto;margin-top:4px;padding:0 1px 0 4px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js b/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js deleted file mode 100644 index 6d5c2148..00000000 --- a/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js +++ /dev/null @@ -1,11 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2157],{59142:function(e,t){var n,o,s;o=[t],n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},31542:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_", -disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},49844:e=>{e.exports={loader:"loader-UL6iwcBa",static:"static-UL6iwcBa",item:"item-UL6iwcBa","tv-button-loader":"tv-button-loader-UL6iwcBa",medium:"medium-UL6iwcBa",small:"small-UL6iwcBa",black:"black-UL6iwcBa",white:"white-UL6iwcBa",gray:"gray-UL6iwcBa",primary:"primary-UL6iwcBa"}},10765:e=>{e.exports={accessible:"accessible-rm8yeqY4"}},33832:e=>{e.exports={loaderWrap:"loaderWrap-jGEARQlM",big:"big-jGEARQlM",loader:"loader-jGEARQlM"}},3232:e=>{e.exports={item:"item-GJX1EXhk",interactive:"interactive-GJX1EXhk",hovered:"hovered-GJX1EXhk",disabled:"disabled-GJX1EXhk",active:"active-GJX1EXhk",shortcut:"shortcut-GJX1EXhk",normal:"normal-GJX1EXhk",big:"big-GJX1EXhk",iconCell:"iconCell-GJX1EXhk",icon:"icon-GJX1EXhk",checkmark:"checkmark-GJX1EXhk",content:"content-GJX1EXhk",label:"label-GJX1EXhk",checked:"checked-GJX1EXhk",toolbox:"toolbox-GJX1EXhk",showToolboxOnHover:"showToolboxOnHover-GJX1EXhk",arrowIcon:"arrowIcon-GJX1EXhk",subMenu:"subMenu-GJX1EXhk",invisibleHotkey:"invisibleHotkey-GJX1EXhk"}},74704:e=>{e.exports={row:"row-DFIg7eOh",line:"line-DFIg7eOh",hint:"hint-DFIg7eOh"}},42931:e=>{e.exports={menu:"menu-Tx5xMZww"}},36411:e=>{e.exports={item:"item-WJDah4zD",emptyIcons:"emptyIcons-WJDah4zD",loading:"loading-WJDah4zD",disabled:"disabled-WJDah4zD",interactive:"interactive-WJDah4zD",hovered:"hovered-WJDah4zD",normal:"normal-WJDah4zD",big:"big-WJDah4zD",icon:"icon-WJDah4zD",label:"label-WJDah4zD",title:"title-WJDah4zD",nested:"nested-WJDah4zD",shortcut:"shortcut-WJDah4zD",remove:"remove-WJDah4zD"}},98941:e=>{e.exports={separator:"separator-Ymxd0dt_"}},69658:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},98992:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},11772:e=>{e.exports={button:"button-iLKiGOdQ",hovered:"hovered-iLKiGOdQ",disabled:"disabled-iLKiGOdQ",active:"active-iLKiGOdQ",hidden:"hidden-iLKiGOdQ"}},70673:(e,t,n)=>{"use strict";n.d(t,{CheckboxInput:()=>c});var o=n(50959),s=n(97754),r=n(90186),a=n(5811),i=n(57723),l=n.n(i);function c(e){const t=s(l().wrapper,e.className);return o.createElement("span",{className:t,title:e.title,style:e.style},o.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:s(e.intent&&l()[e.intent],l().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){var t;null===(t=e.onChange)||void 0===t||t.call(e,e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),o.createElement(a.CheckboxView,{className:l().view, -indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,n)=>{"use strict";n.d(t,{CheckboxView:()=>c});var o=n(50959),s=n(97754),r=n(9745),a=n(65890),i=n(31542),l=n.n(i);function c(e){const{indeterminate:t,checked:n,tabIndex:i,className:c,disabled:u,disableActiveStyles:d,intent:h,hideIcon:m,...p}=e,v=t||!n||m?"":a,b=s(l().box,l()[`intent-${h}`],!t&&l().check,!!t&&l().dot,-1===i&&l().noOutline,c,n&&l().checked,u&&l().disabled,d&&l().disableActiveStyles);return o.createElement("span",{className:b,...p},o.createElement(r.Icon,{icon:v,className:l().icon}))}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>l});var o,s=n(50959),r=n(97754),a=n(49844),i=n.n(a);function l(e){const{className:t,size:n="medium",staticPosition:o,color:a="black"}=e,l=r(i().item,i()[a],i()[n]);return s.createElement("span",{className:r(i().loader,o&&i().static,t)},s.createElement("span",{className:l}),s.createElement("span",{className:l}),s.createElement("span",{className:l}))}!function(e){e.Medium="medium",e.Small="small"}(o||(o={}))},50238:(e,t,n)=>{"use strict";n.d(t,{useRovingTabindexElement:()=>r});var o=n(50959),s=n(39416);function r(e,t=[]){const[n,r]=(0,o.useState)(!1),a=(0,s.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=a.current;if(null===e)return;const t=e=>{switch(e.type){case"roving-tabindex:main-element":r(!0);break;case"roving-tabindex:secondary-element":r(!1)}};return e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),()=>{e.removeEventListener("roving-tabindex:main-element",t),e.removeEventListener("roving-tabindex:secondary-element",t)}}),t),[a,n?0:-1]}},10772:(e,t,n)=>{"use strict";n.d(t,{ContextMenuAction:()=>E});var o=n(50959),s=n(50151),r=n(91561),a=n(59064),i=n(51768),l=n(63273);var c=n(83021),u=n(97754),d=n.n(u),h=n(26996),m=n(5304),p=n(33832);function v(e){const{size:t="normal"}=e;return o.createElement(m.ContextMenuItem,{size:t,jsxLabel:o.createElement("div",{className:d()(p.loaderWrap,p[t])},o.createElement(h.Loader,{className:p.loader})),noInteractive:!0,onMouseOver:e.onMouseOver})}var b=n(3343),f=n(50238),g=n(10765);const w=(0,o.forwardRef)((function(e,t){const{className:n,...s}=e,[r,a]=(0,f.useRovingTabindexElement)(t);return o.createElement(m.ContextMenuItem,{...s,className:d()(g.accessible,n),reference:r,tabIndex:a,onKeyDown:function(e){if(e.target!==e.currentTarget)return;const t=(0,b.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));class E extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))}, -this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>{var e;return null===(e=this.context)||void 0===e?void 0:e.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e)))},this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){var n,o,s;t.loading!==this.state.loading&&(null===(o=(n=this.props).onRequestUpdate)||void 0===o||o.call(n)),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&(null===(s=this._unsubscribe)||void 0===s||s.call(this)),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){var e,t;const n=(null===(e=this.context)||void 0===e?void 0:e.current)?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(w,{theme:this.props.theme,ref:null!==(t=this.props.reference)&&void 0!==t?t:this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:n,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,...this.state},o.createElement(r.ContextMenu,{isOpened:n,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))}_setCurrentContextValue(){var e;this.state.subItems.length&&(null===(e=this.context)||void 0===e||e.setCurrent(this.props.action.id))}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}E.contextType=c.SubmenuContext},5304:(e,t,n)=>{ -"use strict";n.d(t,{ContextMenuItem:()=>E,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>g});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(80802),b=n(14665),f=n(3232);const g=f,w=h.enabled("items_favoriting");class E extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:g}=this.props,E=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},w&&void 0!==i&&o.createElement("td",null,o.createElement(c.FavoriteButton,{className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(E,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&g?g.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=v?v:p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:s(e.icon,t&&e.checkmark),dangerouslySetInnerHTML:{__html:n},"data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0 -},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(98941);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function g(e){var t;const n=null!==(t=e.action.custom())&&void 0!==t?t:e.action,[s,r]=(0,o.useState)((()=>n.getState())),[a,i]=(0,o.useState)(!1),l=!!s.subItems.length,c=l&&a;return(0,o.useEffect)((()=>{const e=()=>r(n.getState());return n.onUpdate().subscribe(null,e),()=>{n.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...s,onClick:function(e){if(s.disabled||e.defaultPrevented)return;if(l)return void i(!0);s.doNotCloseOnClick||(0,f.globalCloseMenu)();n.execute()},isLoading:s.loading,isHovered:c},c&&o.createElement(b.Drawer,{onClose:u},o.createElement(x,{items:s.subItems,parentAction:n,closeNested:u})));function u(e){e&&e.preventDefault(),i(!1)}}var w=n(54627),E=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(w.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:E,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(g,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(42931);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()},this._handleFocusOnOpen=()=>{var e,t;(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&this.props.takeFocus&&(null===(t=this.props.menuElementReference)||void 0===t||t.current.focus({preventScroll:!0}))},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props -;return e?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"screen and (max-width: 430px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){var e;this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(3232);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(36411);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:g,icon:w,iconChecked:E,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&g)return E||w||u;return w}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=N?N:y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x}),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{ -this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(69658);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),g=(0,o.useRef)(null),w=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(g.current).focus({preventScroll:!0}),w.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),w.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:g,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(39146),l=n(48010),c=n(98992);const u={add:o.t(null,void 0,n(69207)),remove:o.t(null,void 0,n(85106))};function d(e){const{className:t,isFilled:n,isActive:o,onClick:d,...h}=e;return s.createElement(a.Icon,{...h,className:r(c.favorite,"apply-common-tooltip",n&&c.checked,o&&c.active,t),icon:n?i:l,onClick:d,title:n?u.remove:u.add})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>c});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(33765),l=n(11772);function c(e){const{className:t,isActive:c,onClick:u,onMouseDown:d,title:h,hidden:m,"data-name":p="remove-button",icon:v,...b}=e;return s.createElement(a.Icon,{...b,"data-name":p,className:r(l.button,"apply-common-tooltip",c&&l.active,m&&l.hidden,t),icon:v||i,onClick:u,onMouseDown:d,title:h||o.t(null,void 0,n(67410))})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++, -null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>c,handleAccessibleMenuFocus:()=>i,handleAccessibleMenuKeyDown:()=>l,queryMenuElements:()=>h});var o=n(19291),s=n(57177),r=n(68335);const a=[37,39,38,40];function i(e,t){var n;if(!e.target)return;const o=null===(n=e.relatedTarget)||void 0===n?void 0:n.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=o&&document.getElementById(o);if(!e||e!==t.current)return}c(e.target)}function l(e){var t;if(e.defaultPrevented)return;const n=(0,r.hashFromEvent)(e);if(!a.includes(n))return;const i=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const l=h(e.currentTarget).sort(o.navigationOrderComparator);if(0===l.length)return;const c=document.activeElement.closest('[data-role="menuitem"]')||(null===(t=document.activeElement.parentElement)||void 0===t?void 0:t.querySelector('[data-role="menuitem"]'));if(!(c instanceof HTMLElement))return;const p=l.indexOf(c);if(-1===p)return;const v=m(c),b=v.indexOf(document.activeElement),f=-1!==b,g=e=>{i&&(0,s.becomeSecondaryElement)(i),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(n)){case"inlinePrev":if(!v.length)return;e.preventDefault(),g(0===b?l[p]:f?u(v,b,-1):v[v.length-1]);break;case"inlineNext":if(!v.length)return;e.preventDefault(),b===v.length-1?g(l[p]):g(f?u(v,b,1):v[0]);break;case"blockPrev":{e.preventDefault();const t=u(l,p,-1);if(f){const e=d(t,b);g(e||t);break}g(t);break}case"blockNext":{e.preventDefault();const t=u(l,p,1);if(f){const e=d(t,b);g(e||t);break}g(t)}}}function c(e){const[t]=h(e);t&&((0,s.becomeMainElement)(t),t.focus())}function u(e,t,n){return e[(t+e.length+n)%e.length]}function d(e,t){const n=m(e);return n.length?n[(t+n.length)%n.length]:null}function h(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,o.createScopedVisibleElementFilter)(e))}function m(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,o.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(74704);function r(e){return o.createElement("tr",{className:s.row -},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){var t;switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const n=null!==(t=e.custom())&&void 0!==t?t:e;return o.createElement(a.ContextMenuAction,{key:n.id,action:n,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===n,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports=''},65890:e=>{e.exports=''},66493:e=>{e.exports=''},79978:e=>{e.exports=''},80802:e=>{e.exports=''},39750:e=>{e.exports=''},33765:e=>{e.exports=''},14665:e=>{e.exports=''},39146:e=>{ -e.exports=''},48010:e=>{e.exports=''}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css deleted file mode 100644 index 03e98977..00000000 --- a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css deleted file mode 100644 index 03e98977..00000000 --- a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css deleted file mode 100644 index 79e3580a..00000000 --- a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css +++ /dev/null @@ -1 +0,0 @@ -.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css deleted file mode 100644 index 79e3580a..00000000 --- a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js b/public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js deleted file mode 100644 index 33a23a41..00000000 --- a/public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js +++ /dev/null @@ -1,46 +0,0 @@ -"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2227],{82321:(e,n,t)=>{var r=t(50959),l=t(22962);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t