Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • d.malygin/shelfNote
1 result
Show changes
Commits on Source (4)
Showing
with 5846 additions and 120 deletions
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {};
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Avatar: typeof import('primevue/avatar')['default']
Button: typeof import('primevue/button')['default']
CreateEntityMenu: typeof import('./src/components/CreateEntityMenu.vue')['default']
Divider: typeof import('primevue/divider')['default']
Drawer: typeof import('primevue/drawer')['default']
LogoAndLabel: typeof import('./src/components/LogoAndLabel.vue')['default']
Popover: typeof import('primevue/popover')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ScrollPanel: typeof import('primevue/scrollpanel')['default']
SpeedDial: typeof import('primevue/speeddial')['default']
Splitter: typeof import('primevue/splitter')['default']
SplitterPanel: typeof import('primevue/splitterpanel')['default']
Textarea: typeof import('primevue/textarea')['default']
TextItem: typeof import('./src/components/entities/TextItem.vue')['default']
Tree: typeof import('primevue/tree')['default']
UserInfoHeaderWithSettings: typeof import('./src/components/UserInfoHeaderWithSettings.vue')['default']
}
}
......@@ -4,10 +4,11 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<link href="./src/output.css" rel="stylesheet">
<title>Motion</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>
{
"name": "motion",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "motion",
"version": "0.0.0",
"dependencies": {
"@primevue/themes": "^4.0.4",
"@vueuse/core": "^10.11.0",
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"primevue": "^4.0.4",
"tailwindcss": "^3.4.7",
"vue": "^3.4.29",
"vue-cookies": "^1.8.4",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.0.4",
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@antfu/utils": {
"version": "0.7.10",
"resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz",
"integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.24.8",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
"version": "7.25.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.2"
},
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/types": {
"version": "7.25.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.24.8",
"@babel/helper-validator-identifier": "^7.24.7",
"to-fast-properties": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@esbuild/linux-x64": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
"integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=12"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/regexpp": {
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
"integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/eslintrc": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.6.0",
"globals": "^13.19.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.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==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"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==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/@eslint/js": {
"version": "8.57.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.14",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@humanwhocodes/object-schema": "^2.0.2",
"debug": "^4.3.1",
"minimatch": "^3.0.5"
},
"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_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==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"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==",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
"license": "ISC",
"dependencies": {
"string-width": "^5.1.2",
"string-width-cjs": "npm:string-width@^4.2.0",
"strip-ansi": "^7.0.1",
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
"wrap-ansi": "^8.1.0",
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"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==",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
"license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.2.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.24"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/resolve-uri": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/set-array": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
"license": "MIT"
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
"license": "MIT",
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
"license": "MIT",
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=14"
}
},
"node_modules/@pkgr/core": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
"integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/unts"
}
},
"node_modules/@primeuix/styled": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@primeuix/styled/-/styled-0.0.5.tgz",
"integrity": "sha512-pVoGn/uPkVm/DyF3TR3EmH/pL/dP4nR42FcYbVduFq9VfO3KVeOEqvcCULHXos66RZO9MCbCFUoLy6ctf9GUGQ==",
"license": "MIT",
"dependencies": {
"@primeuix/utils": "^0.0.5"
},
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@primeuix/utils": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@primeuix/utils/-/utils-0.0.5.tgz",
"integrity": "sha512-ntUiUgtRtkF8KuaxHffzhYxQxoXk6LAPHm7CVlFjdqS8Rx8xRkLkZVyo84E+pO2hcNFkOGVP/GxHhQ2s94O8zA==",
"license": "MIT",
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@primevue/auto-import-resolver": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@primevue/auto-import-resolver/-/auto-import-resolver-4.0.4.tgz",
"integrity": "sha512-rI91rugr0/A58lmDcC4m3nxKdMh2K2O6ntQd+6UT8oFYiptJVNXQLY+U4zweAoG1toMnIoqGR20FXOTA7lS7ww==",
"dev": true,
"license": "MIT",
"dependencies": {
"@primevue/metadata": "4.0.4"
},
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@primevue/core": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@primevue/core/-/core-4.0.4.tgz",
"integrity": "sha512-xGD2hNYL4WLnkWuoxIjMIqEXiydYpFovDuCMHMWRl3yb/AFJcHpyZpUlgZ2HnJydA5ZsLS00sGsPHEoV5u2M8A==",
"license": "MIT",
"dependencies": {
"@primeuix/styled": "^0.0.5",
"@primeuix/utils": "^0.0.5"
},
"engines": {
"node": ">=12.11.0"
},
"peerDependencies": {
"vue": "^3.0.0"
}
},
"node_modules/@primevue/icons": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@primevue/icons/-/icons-4.0.4.tgz",
"integrity": "sha512-eHOuO5jIv/qb3mpo3m1qpDKJxw/B8ZFpAcsKxV4uWhAXkxWo/afmykGO38PVabKc3SSai8bq1zFVXPA1w0cg9g==",
"license": "MIT",
"dependencies": {
"@primeuix/utils": "^0.0.5",
"@primevue/core": "4.0.4"
},
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@primevue/metadata": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@primevue/metadata/-/metadata-4.0.4.tgz",
"integrity": "sha512-j1Cb6qxuKDHyT0vjlFiLjiHILN7D6xC2zIaHRcYn0XcQS27r5ianzGFIiW98OVRFTUqWAf4k0TSCrgZPawPjRA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@primevue/themes": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@primevue/themes/-/themes-4.0.4.tgz",
"integrity": "sha512-eknRgSo1KQY+r7LEtb/jERhVHq4/Vlu5BKBQ8/Sc/G3DBDHaeJTDqYHWWoTxdaTJkXbC2pJMKFaJ/Vs7LuoIOw==",
"license": "MIT",
"dependencies": {
"@primeuix/styled": "^0.0.5"
},
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/@rollup/pluginutils": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
"integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
}
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.20.0.tgz",
"integrity": "sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-x64-musl": {
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.20.0.tgz",
"integrity": "sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rushstack/eslint-patch": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz",
"integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==",
"dev": true,
"license": "MIT"
},
"node_modules/@tsconfig/node20": {
"version": "20.1.4",
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.4.tgz",
"integrity": "sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.14.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.14.tgz",
"integrity": "sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
"integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
},
"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",
"integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "7.18.0",
"@typescript-eslint/type-utils": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"@typescript-eslint/visitor-keys": "7.18.0",
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
"ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/parser": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz",
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"@typescript-eslint/scope-manager": "7.18.0",
"@typescript-eslint/types": "7.18.0",
"@typescript-eslint/typescript-estree": "7.18.0",
"@typescript-eslint/visitor-keys": "7.18.0",
"debug": "^4.3.4"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "7.18.0",
"@typescript-eslint/visitor-keys": "7.18.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/type-utils": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz",
"integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/typescript-estree": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"debug": "^4.3.4",
"ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/types": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"@typescript-eslint/types": "7.18.0",
"@typescript-eslint/visitor-keys": "7.18.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"minimatch": "^9.0.4",
"semver": "^7.6.0",
"ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/utils": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "7.18.0",
"@typescript-eslint/types": "7.18.0",
"@typescript-eslint/typescript-estree": "7.18.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^8.56.0"
}
},
"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",
"integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "7.18.0",
"eslint-visitor-keys": "^3.4.3"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@ungap/structured-clone": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
"dev": true,
"license": "ISC"
},
"node_modules/@vitejs/plugin-vue": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz",
"integrity": "sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"vite": "^5.0.0",
"vue": "^3.2.25"
}
},
"node_modules/@volar/language-core": {
"version": "2.4.0-alpha.18",
"resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.0-alpha.18.tgz",
"integrity": "sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/source-map": "2.4.0-alpha.18"
}
},
"node_modules/@volar/source-map": {
"version": "2.4.0-alpha.18",
"resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.0-alpha.18.tgz",
"integrity": "sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==",
"dev": true,
"license": "MIT"
},
"node_modules/@volar/typescript": {
"version": "2.4.0-alpha.18",
"resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.0-alpha.18.tgz",
"integrity": "sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/language-core": "2.4.0-alpha.18",
"path-browserify": "^1.0.1",
"vscode-uri": "^3.0.8"
}
},
"node_modules/@vue/compiler-core": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.35.tgz",
"integrity": "sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.24.7",
"@vue/shared": "3.4.35",
"entities": "^4.5.0",
"estree-walker": "^2.0.2",
"source-map-js": "^1.2.0"
}
},
"node_modules/@vue/compiler-dom": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.35.tgz",
"integrity": "sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==",
"license": "MIT",
"dependencies": {
"@vue/compiler-core": "3.4.35",
"@vue/shared": "3.4.35"
}
},
"node_modules/@vue/compiler-sfc": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.35.tgz",
"integrity": "sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.24.7",
"@vue/compiler-core": "3.4.35",
"@vue/compiler-dom": "3.4.35",
"@vue/compiler-ssr": "3.4.35",
"@vue/shared": "3.4.35",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.10",
"postcss": "^8.4.40",
"source-map-js": "^1.2.0"
}
},
"node_modules/@vue/compiler-ssr": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.35.tgz",
"integrity": "sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.4.35",
"@vue/shared": "3.4.35"
}
},
"node_modules/@vue/compiler-vue2": {
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
"integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
"dev": true,
"license": "MIT",
"dependencies": {
"de-indent": "^1.0.2",
"he": "^1.2.0"
}
},
"node_modules/@vue/devtools-api": {
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz",
"integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==",
"license": "MIT"
},
"node_modules/@vue/eslint-config-prettier": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
"integrity": "sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0"
},
"peerDependencies": {
"eslint": ">= 8.0.0",
"prettier": ">= 3.0.0"
}
},
"node_modules/@vue/eslint-config-typescript": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-13.0.0.tgz",
"integrity": "sha512-MHh9SncG/sfqjVqjcuFLOLD6Ed4dRAis4HNt0dXASeAuLqIAx4YMB1/m2o4pUKK1vCt8fUvYG8KKX2Ot3BVZTg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"vue-eslint-parser": "^9.3.1"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"peerDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.0.0",
"typescript": ">=4.7.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@vue/language-core": {
"version": "2.0.29",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.0.29.tgz",
"integrity": "sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/language-core": "~2.4.0-alpha.18",
"@vue/compiler-dom": "^3.4.0",
"@vue/compiler-vue2": "^2.7.16",
"@vue/shared": "^3.4.0",
"computeds": "^0.0.1",
"minimatch": "^9.0.3",
"muggle-string": "^0.4.1",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@vue/reactivity": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.35.tgz",
"integrity": "sha512-Ggtz7ZZHakriKioveJtPlStYardwQH6VCs9V13/4qjHSQb/teE30LVJNrbBVs4+aoYGtTQKJbTe4CWGxVZrvEw==",
"license": "MIT",
"dependencies": {
"@vue/shared": "3.4.35"
}
},
"node_modules/@vue/runtime-core": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.35.tgz",
"integrity": "sha512-D+BAjFoWwT5wtITpSxwqfWZiBClhBbR+bm0VQlWYFOadUUXFo+5wbe9ErXhLvwguPiLZdEF13QAWi2vP3ZD5tA==",
"license": "MIT",
"dependencies": {
"@vue/reactivity": "3.4.35",
"@vue/shared": "3.4.35"
}
},
"node_modules/@vue/runtime-dom": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.35.tgz",
"integrity": "sha512-yGOlbos+MVhlS5NWBF2HDNgblG8e2MY3+GigHEyR/dREAluvI5tuUUgie3/9XeqhPE4LF0i2wjlduh5thnfOqw==",
"license": "MIT",
"dependencies": {
"@vue/reactivity": "3.4.35",
"@vue/runtime-core": "3.4.35",
"@vue/shared": "3.4.35",
"csstype": "^3.1.3"
}
},
"node_modules/@vue/server-renderer": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.35.tgz",
"integrity": "sha512-iZ0e/u9mRE4T8tNhlo0tbA+gzVkgv8r5BX6s1kRbOZqfpq14qoIvCZ5gIgraOmYkMYrSEZgkkojFPr+Nyq/Mnw==",
"license": "MIT",
"dependencies": {
"@vue/compiler-ssr": "3.4.35",
"@vue/shared": "3.4.35"
},
"peerDependencies": {
"vue": "3.4.35"
}
},
"node_modules/@vue/shared": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.35.tgz",
"integrity": "sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==",
"license": "MIT"
},
"node_modules/@vue/tsconfig": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz",
"integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@vueuse/core": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.0.tgz",
"integrity": "sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==",
"dependencies": {
"@types/web-bluetooth": "^0.0.20",
"@vueuse/metadata": "10.11.0",
"@vueuse/shared": "10.11.0",
"vue-demi": ">=0.14.8"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/metadata": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.0.tgz",
"integrity": "sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/shared": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.0.tgz",
"integrity": "sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==",
"dependencies": {
"vue-demi": ">=0.14.8"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/acorn": {
"version": "8.12.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
"integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
"dev": true,
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"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/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
"integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
"license": "MIT"
},
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"license": "ISC",
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/arg": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
"license": "MIT"
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
"dev": true,
"license": "Python-2.0"
},
"node_modules/array-union": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"license": "MIT"
},
"node_modules/binary-extensions": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/boolbase": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
"dev": true,
"license": "ISC"
},
"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": {
"balanced-match": "^1.0.0"
}
},
"node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"license": "MIT",
"dependencies": {
"fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/camelcase-css": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"license": "MIT",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"license": "MIT"
},
"node_modules/commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/computeds": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz",
"integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==",
"dev": true,
"license": "MIT"
},
"node_modules/concat-map": {
"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/confbox": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
"integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==",
"dev": true,
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/cssesc": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
"license": "MIT",
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/csstype": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"license": "MIT"
},
"node_modules/de-indent": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
"dev": true,
"license": "MIT"
},
"node_modules/debug": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/deep-is": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
"dev": true,
"license": "MIT"
},
"node_modules/didyoumean": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
"license": "Apache-2.0"
},
"node_modules/dir-glob": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
"dev": true,
"license": "MIT",
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/dlv": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
"license": "MIT"
},
"node_modules/doctrine": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/eastasianwidth": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
"license": "MIT"
},
"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==",
"license": "MIT"
},
"node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/esbuild": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
"integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"bin": {
"esbuild": "bin/esbuild"
},
"engines": {
"node": ">=12"
},
"optionalDependencies": {
"@esbuild/aix-ppc64": "0.21.5",
"@esbuild/android-arm": "0.21.5",
"@esbuild/android-arm64": "0.21.5",
"@esbuild/android-x64": "0.21.5",
"@esbuild/darwin-arm64": "0.21.5",
"@esbuild/darwin-x64": "0.21.5",
"@esbuild/freebsd-arm64": "0.21.5",
"@esbuild/freebsd-x64": "0.21.5",
"@esbuild/linux-arm": "0.21.5",
"@esbuild/linux-arm64": "0.21.5",
"@esbuild/linux-ia32": "0.21.5",
"@esbuild/linux-loong64": "0.21.5",
"@esbuild/linux-mips64el": "0.21.5",
"@esbuild/linux-ppc64": "0.21.5",
"@esbuild/linux-riscv64": "0.21.5",
"@esbuild/linux-s390x": "0.21.5",
"@esbuild/linux-x64": "0.21.5",
"@esbuild/netbsd-x64": "0.21.5",
"@esbuild/openbsd-x64": "0.21.5",
"@esbuild/sunos-x64": "0.21.5",
"@esbuild/win32-arm64": "0.21.5",
"@esbuild/win32-ia32": "0.21.5",
"@esbuild/win32-x64": "0.21.5"
}
},
"node_modules/escape-string-regexp": {
"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"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint": {
"version": "8.57.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
"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.0",
"@humanwhocodes/config-array": "^0.11.14",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"@ungap/structured-clone": "^1.2.0",
"ajv": "^6.12.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"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",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"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"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-config-prettier": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
"dev": true,
"license": "MIT",
"bin": {
"eslint-config-prettier": "bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"
}
},
"node_modules/eslint-plugin-prettier": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
"integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
"dev": true,
"license": "MIT",
"dependencies": {
"prettier-linter-helpers": "^1.0.0",
"synckit": "^0.9.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint-plugin-prettier"
},
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
"eslint-config-prettier": "*",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
"@types/eslint": {
"optional": true
},
"eslint-config-prettier": {
"optional": true
}
}
},
"node_modules/eslint-plugin-vue": {
"version": "9.27.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz",
"integrity": "sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"globals": "^13.24.0",
"natural-compare": "^1.4.0",
"nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.15",
"semver": "^7.6.0",
"vue-eslint-parser": "^9.4.3",
"xml-name-validator": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
"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==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"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/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
"dev": true,
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"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==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"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==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.9.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/esquery": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.0"
}
},
"node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
"license": "MIT"
},
"node_modules/esutils": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true,
"license": "MIT"
},
"node_modules/fast-diff": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
"integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/fast-glob": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
"engines": {
"node": ">=8.6.0"
}
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
"dev": true,
"license": "MIT"
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
"dev": true,
"license": "MIT"
},
"node_modules/fastq": {
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
"license": "ISC",
"dependencies": {
"reusify": "^1.0.4"
}
},
"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==",
"dev": true,
"license": "MIT",
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"license": "MIT",
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-up": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
"dev": true,
"license": "MIT",
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"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==",
"dev": true,
"license": "MIT",
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.3",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/flatted": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
"dev": true,
"license": "ISC"
},
"node_modules/foreground-child": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
"integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
"license": "ISC",
"dependencies": {
"cross-spawn": "^7.0.0",
"signal-exit": "^4.0.1"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"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/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"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==",
"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/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"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,
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
"dev": true,
"license": "MIT",
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/graphemer": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
"dev": true,
"license": "MIT"
},
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/hasown": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"dev": true,
"license": "MIT",
"bin": {
"he": "bin/he"
}
},
"node_modules/ignore": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/import-fresh": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
"dev": true,
"license": "MIT",
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
"dev": true,
"license": "MIT",
"engines": {
"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==",
"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/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"license": "MIT",
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-core-module": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
"integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
"license": "MIT",
"dependencies": {
"hasown": "^2.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"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==",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"license": "MIT",
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"license": "MIT",
"engines": {
"node": ">=0.12.0"
}
},
"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/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
"license": "ISC"
},
"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==",
"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/jiti": {
"version": "1.21.6",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
"integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
"license": "MIT",
"bin": {
"jiti": "bin/jiti.js"
}
},
"node_modules/js-tokens": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
"integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==",
"dev": true,
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"dev": true,
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/json-buffer": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
"dev": true,
"license": "MIT"
},
"node_modules/json-parse-even-better-errors": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
"integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true,
"license": "MIT"
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
"dev": true,
"license": "MIT"
},
"node_modules/keyv": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
"dev": true,
"license": "MIT",
"dependencies": {
"json-buffer": "3.0.1"
}
},
"node_modules/levn": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/lilconfig": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
"integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"license": "MIT"
},
"node_modules/local-pkg": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
"integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"mlly": "^1.4.2",
"pkg-types": "^1.0.3"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/locate-path": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
"dev": true,
"license": "MIT",
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
"dev": true,
"license": "MIT"
},
"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==",
"license": "ISC"
},
"node_modules/magic-string": {
"version": "0.30.11",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
"integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
"license": "MIT",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0"
}
},
"node_modules/memorystream": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
"integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
"dev": true,
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/micromatch": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
"license": "MIT",
"dependencies": {
"braces": "^3.0.3",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minipass": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
"license": "ISC",
"engines": {
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/mlly": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz",
"integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==",
"dev": true,
"license": "MIT",
"dependencies": {
"acorn": "^8.11.3",
"pathe": "^1.1.2",
"pkg-types": "^1.1.1",
"ufo": "^1.5.3"
}
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true,
"license": "MIT"
},
"node_modules/muggle-string": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
"dev": true,
"license": "MIT"
},
"node_modules/mz": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
"license": "MIT",
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
}
},
"node_modules/nanoid": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
"dev": true,
"license": "MIT"
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npm-normalize-package-bin": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
"integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
"dev": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-run-all2": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz",
"integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.2.1",
"cross-spawn": "^7.0.3",
"memorystream": "^0.3.1",
"minimatch": "^9.0.0",
"pidtree": "^0.6.0",
"read-package-json-fast": "^3.0.2",
"shell-quote": "^1.7.3"
},
"bin": {
"npm-run-all": "bin/npm-run-all/index.js",
"npm-run-all2": "bin/npm-run-all/index.js",
"run-p": "bin/run-p/index.js",
"run-s": "bin/run-s/index.js"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
"npm": ">= 8"
}
},
"node_modules/npm-run-all2/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"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/nth-check": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-hash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"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/optionator": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
"dev": true,
"license": "MIT",
"dependencies": {
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"word-wrap": "^1.2.5"
},
"engines": {
"node": ">= 0.8.0"
}
},
"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"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
"dev": true,
"license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/package-json-from-dist": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
"integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
"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",
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
"dev": true,
"license": "MIT",
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/path-browserify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
"dev": true,
"license": "MIT"
},
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/path-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==",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
"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==",
"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/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/pathe": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
"dev": true,
"license": "MIT"
},
"node_modules/picocolors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
"license": "ISC"
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"license": "MIT",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pidtree": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
"integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
"dev": true,
"license": "MIT",
"bin": {
"pidtree": "bin/pidtree.js"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pinia": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.0.tgz",
"integrity": "sha512-iPrIh26GMqfpUlMOGyxuDowGmYousTecbTHFwT0xZ1zJvh23oQ+Cj99ZoPQA1TnUPhU6AuRPv6/drkTCJ0VHQA==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.8"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": ">=4.4.4",
"vue": "^2.6.14 || ^3.3.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
},
"typescript": {
"optional": true
}
}
},
"node_modules/pirates": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/pkg-types": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz",
"integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==",
"dev": true,
"license": "MIT",
"dependencies": {
"confbox": "^0.1.7",
"mlly": "^1.7.1",
"pathe": "^1.1.2"
}
},
"node_modules/postcss": {
"version": "8.4.40",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
"integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.0.1",
"source-map-js": "^1.2.0"
},
"engines": {
"node": "^10 || ^12 || >=14"
}
},
"node_modules/postcss-import": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
},
"node_modules/postcss-js": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
"integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
"license": "MIT",
"dependencies": {
"camelcase-css": "^2.0.1"
},
"engines": {
"node": "^12 || ^14 || >= 16"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.4.21"
}
},
"node_modules/postcss-load-config": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
"integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"lilconfig": "^3.0.0",
"yaml": "^2.3.4"
},
"engines": {
"node": ">= 14"
},
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"ts-node": {
"optional": true
}
}
},
"node_modules/postcss-load-config/node_modules/lilconfig": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antonk52"
}
},
"node_modules/postcss-nested": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
"integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.1"
},
"engines": {
"node": ">=12.0"
},
"peerDependencies": {
"postcss": "^8.2.14"
}
},
"node_modules/postcss-selector-parser": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz",
"integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==",
"license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
"license": "MIT"
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
"integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-diff": "^1.1.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/primeicons": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/primeicons/-/primeicons-7.0.0.tgz",
"integrity": "sha512-jK3Et9UzwzTsd6tzl2RmwrVY/b8raJ3QZLzoDACj+oTJ0oX7L9Hy+XnVwgo4QVKlKpnP/Ur13SXV/pVh4LzaDw=="
},
"node_modules/primevue": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/primevue/-/primevue-4.0.4.tgz",
"integrity": "sha512-1moEddbczJ1+yEyfeYQk3xOQB64iCjjM//f+HSXs6YrKVVC0QjPFx9XPNXrr2JjHlp+6D7EpPZtsmcrfA9jWkA==",
"license": "MIT",
"dependencies": {
"@primeuix/styled": "^0.0.5",
"@primeuix/utils": "^0.0.5",
"@primevue/core": "4.0.4",
"@primevue/icons": "4.0.4"
},
"engines": {
"node": ">=12.11.0"
}
},
"node_modules/punycode": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
"license": "MIT",
"dependencies": {
"pify": "^2.3.0"
}
},
"node_modules/read-package-json-fast": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
"integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
"dev": true,
"license": "ISC",
"dependencies": {
"json-parse-even-better-errors": "^3.0.0",
"npm-normalize-package-bin": "^3.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"license": "MIT",
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/resolve": {
"version": "1.22.8",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
"license": "MIT",
"dependencies": {
"is-core-module": "^2.13.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
"license": "MIT",
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true,
"license": "ISC",
"dependencies": {
"glob": "^7.1.3"
},
"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==",
"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"
},
"engines": {
"node": "*"
},
"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/rollup": {
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.20.0.tgz",
"integrity": "sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "1.0.5"
},
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"optionalDependencies": {
"@rollup/rollup-android-arm-eabi": "4.20.0",
"@rollup/rollup-android-arm64": "4.20.0",
"@rollup/rollup-darwin-arm64": "4.20.0",
"@rollup/rollup-darwin-x64": "4.20.0",
"@rollup/rollup-linux-arm-gnueabihf": "4.20.0",
"@rollup/rollup-linux-arm-musleabihf": "4.20.0",
"@rollup/rollup-linux-arm64-gnu": "4.20.0",
"@rollup/rollup-linux-arm64-musl": "4.20.0",
"@rollup/rollup-linux-powerpc64le-gnu": "4.20.0",
"@rollup/rollup-linux-riscv64-gnu": "4.20.0",
"@rollup/rollup-linux-s390x-gnu": "4.20.0",
"@rollup/rollup-linux-x64-gnu": "4.20.0",
"@rollup/rollup-linux-x64-musl": "4.20.0",
"@rollup/rollup-win32-arm64-msvc": "4.20.0",
"@rollup/rollup-win32-ia32-msvc": "4.20.0",
"@rollup/rollup-win32-x64-msvc": "4.20.0",
"fsevents": "~2.3.2"
}
},
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/scule": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
"integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
"dev": true,
"license": "MIT"
},
"node_modules/semver": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/shell-quote": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/signal-exit": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
"license": "ISC",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/source-map-js": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"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==",
"license": "MIT",
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/string-width-cjs": {
"name": "string-width",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/string-width/node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/string-width/node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
"license": "MIT"
},
"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==",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"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": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-ansi-cjs": {
"name": "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": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/strip-literal": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
"integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
"dev": true,
"license": "MIT",
"dependencies": {
"js-tokens": "^9.0.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/sucrase": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
"integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
"license": "MIT",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"commander": "^4.0.0",
"glob": "^10.3.10",
"lines-and-columns": "^1.1.6",
"mz": "^2.7.0",
"pirates": "^4.0.1",
"ts-interface-checker": "^0.1.9"
},
"bin": {
"sucrase": "bin/sucrase",
"sucrase-node": "bin/sucrase-node"
},
"engines": {
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/synckit": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz",
"integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pkgr/core": "^0.1.0",
"tslib": "^2.6.2"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/unts"
}
},
"node_modules/tailwindcss": {
"version": "3.4.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz",
"integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
"chokidar": "^3.5.3",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"fast-glob": "^3.3.0",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"jiti": "^1.21.0",
"lilconfig": "^2.1.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.11",
"resolve": "^1.22.2",
"sucrase": "^3.32.0"
},
"bin": {
"tailwind": "lib/cli.js",
"tailwindcss": "lib/cli.js"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/tailwindcss/node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"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",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
"license": "MIT",
"dependencies": {
"any-promise": "^1.0.0"
}
},
"node_modules/thenify-all": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
"license": "MIT",
"dependencies": {
"thenify": ">= 3.1.0 < 4"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"license": "MIT",
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/ts-api-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16"
},
"peerDependencies": {
"typescript": ">=4.2.0"
}
},
"node_modules/ts-interface-checker": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
"license": "Apache-2.0"
},
"node_modules/tslib": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true,
"license": "0BSD"
},
"node_modules/type-check": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
"dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"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/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/ufo": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz",
"integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
"dev": true,
"license": "MIT"
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true,
"license": "MIT"
},
"node_modules/unimport": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/unimport/-/unimport-3.10.0.tgz",
"integrity": "sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"acorn": "^8.12.1",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"scule": "^1.3.0",
"strip-literal": "^2.1.0",
"unplugin": "^1.12.0"
}
},
"node_modules/unimport/node_modules/escape-string-regexp": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/unimport/node_modules/estree-walker": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.0"
}
},
"node_modules/unplugin": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.12.0.tgz",
"integrity": "sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==",
"dev": true,
"license": "MIT",
"dependencies": {
"acorn": "^8.12.1",
"chokidar": "^3.6.0",
"webpack-sources": "^3.2.3",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/unplugin-auto-import": {
"version": "0.18.2",
"resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.18.2.tgz",
"integrity": "sha512-Dwb3rAic75harVBrVjwiq6H24PT+nBq2dpxV5BH8NNI6sDFaTytvP+iyo4xy7prQbR3r5K6nMs4f5Wp9PE4g8A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"minimatch": "^9.0.5",
"unimport": "^3.9.0",
"unplugin": "^1.11.0"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@nuxt/kit": "^3.2.2",
"@vueuse/core": "*"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
},
"@vueuse/core": {
"optional": true
}
}
},
"node_modules/unplugin-vue-components": {
"version": "0.27.3",
"resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.27.3.tgz",
"integrity": "sha512-5wg7lbdg5ZcrAQNzyYK+6gcg/DG8K6rO+f5YeuvqGHs/PhpapBvpA4O/0ex/pFthE5WgRk43iWuRZEMLVsdz4Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"chokidar": "^3.6.0",
"debug": "^4.3.5",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"minimatch": "^9.0.5",
"mlly": "^1.7.1",
"unplugin": "^1.11.0"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@babel/parser": "^7.15.8",
"@nuxt/kit": "^3.2.2",
"vue": "2 || 3"
},
"peerDependenciesMeta": {
"@babel/parser": {
"optional": true
},
"@nuxt/kit": {
"optional": true
}
}
},
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
"node_modules/vite": {
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.39",
"rollup": "^4.13.0"
},
"bin": {
"vite": "bin/vite.js"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"funding": {
"url": "https://github.com/vitejs/vite?sponsor=1"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
},
"peerDependencies": {
"@types/node": "^18.0.0 || >=20.0.0",
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"less": {
"optional": true
},
"lightningcss": {
"optional": true
},
"sass": {
"optional": true
},
"stylus": {
"optional": true
},
"sugarss": {
"optional": true
},
"terser": {
"optional": true
}
}
},
"node_modules/vscode-uri": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
"integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==",
"dev": true,
"license": "MIT"
},
"node_modules/vue": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.35.tgz",
"integrity": "sha512-+fl/GLmI4GPileHftVlCdB7fUL4aziPcqTudpTGXCT8s+iZWuOCeNEB5haX6Uz2IpRrbEXOgIFbe+XciCuGbNQ==",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.4.35",
"@vue/compiler-sfc": "3.4.35",
"@vue/runtime-dom": "3.4.35",
"@vue/server-renderer": "3.4.35",
"@vue/shared": "3.4.35"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/vue-cookies": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/vue-cookies/-/vue-cookies-1.8.4.tgz",
"integrity": "sha512-9zjvACKE4W0kEb8OQtXzpizKhf6zfFOG/Z1TEUjSJn4Z4rintuAHo8y/FpCUhTWHMmPe8E+Fko+/tiXVM+5jOw=="
},
"node_modules/vue-demi": {
"version": "0.14.10",
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
"vue-demi-switch": "bin/vue-demi-switch.js"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^3.0.0-0 || ^2.6.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
}
},
"node_modules/vue-eslint-parser": {
"version": "9.4.3",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
"integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"eslint-scope": "^7.1.1",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.3.1",
"esquery": "^1.4.0",
"lodash": "^4.17.21",
"semver": "^7.3.6"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=6.0.0"
}
},
"node_modules/vue-router": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.2.tgz",
"integrity": "sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"vue": "^3.2.0"
}
},
"node_modules/vue-tsc": {
"version": "2.0.29",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.0.29.tgz",
"integrity": "sha512-MHhsfyxO3mYShZCGYNziSbc63x7cQ5g9kvijV7dRe1TTXBRLxXyL0FnXWpUF1xII2mJ86mwYpYsUmMwkmerq7Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/typescript": "~2.4.0-alpha.18",
"@vue/language-core": "2.0.29",
"semver": "^7.5.4"
},
"bin": {
"vue-tsc": "bin/vue-tsc.js"
},
"peerDependencies": {
"typescript": ">=5.0.0"
}
},
"node_modules/webpack-sources": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
"integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/webpack-virtual-modules": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
"integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
"dev": true,
"license": "MIT"
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/word-wrap": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrap-ansi": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.1.0",
"string-width": "^5.0.1",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/wrap-ansi-cjs": {
"name": "wrap-ansi",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"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==",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"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==",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"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/xml-name-validator": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
"integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=12"
}
},
"node_modules/yaml": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/yocto-queue": {
"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"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
}
}
public/favicon.ico

264 KiB | W: 256px | H: 256px

public/favicon.ico

422 KiB | W: 256px | H: 256px

public/favicon.ico
public/favicon.ico
public/favicon.ico
public/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router';
import 'primeicons/primeicons.css';
import BaseMenu from '@/modules/BaseMenu.vue';
const baseMenu = ref();
const toggleMenu = (event) => {
baseMenu.value.toggle(event);
};
const visible = ref<boolean>(false);
</script>
<template>
<header>
<div class="wrapper">
<h1>ggggggggggggggggggggggggggggggggggggggggggggggg</h1>
<nav>
<RouterLink to="/">Home</RouterLink>
<RouterLink to="/about">About</RouterLink>
</nav>
</div>
</header>
<Button @click="toggleMenu">Menu</Button>
<BaseMenu ref="baseMenu" />
<RouterView />
<router-view />
<div class="absolute top-0 left-0">
<Button
@click.prevent="visible = !visible"
label="Menu"
iconPos="top"
icon="pi pi-bars"
severity="secondary"
/>
</div>
<Drawer v-model:visible="visible">
<template #container="{ closeCallback }">
<BaseMenu @closeCallback="closeCallback" />
</template>
</Drawer>
</template>
<style scoped></style>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1080.000000pt" height="1080.000000pt" viewBox="0 0 1080.000000 1080.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1080.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M6960 10163 c-370 -26 -739 -52 -805 -58 -109 -8 -322 -24 -755 -55
-80 -6 -201 -15 -270 -20 -146 -11 -345 -25 -555 -40 -82 -6 -172 -13 -200
-15 -27 -2 -147 -11 -265 -20 -118 -8 -305 -22 -415 -30 -110 -8 -265 -19
-345 -25 -189 -14 -385 -28 -535 -40 -66 -5 -187 -14 -270 -20 -82 -6 -215
-15 -295 -21 -80 -5 -194 -14 -255 -19 -60 -5 -184 -14 -275 -20 -411 -27
-481 -38 -607 -96 -166 -76 -272 -234 -302 -454 -9 -65 -12 -797 -9 -3070 l3
-2985 27 -99 c49 -177 144 -347 326 -586 130 -170 155 -203 167 -216 6 -6 98
-125 205 -264 107 -139 220 -285 251 -324 30 -39 133 -172 229 -296 327 -423
415 -532 476 -589 94 -86 190 -131 341 -161 76 -15 397 -9 743 14 129 9 318
21 420 26 102 6 217 12 255 15 73 6 467 30 740 45 88 6 234 14 325 19 91 6
246 15 345 21 99 6 252 15 340 20 88 6 234 14 325 20 91 5 242 14 335 20 94 6
244 15 335 20 91 5 273 16 405 24 132 9 321 20 420 26 99 6 252 15 340 21 88
5 232 14 320 19 88 5 238 14 333 20 94 5 247 14 340 19 92 5 192 12 222 16
217 24 364 80 461 175 93 91 137 189 158 356 9 67 11 924 9 3429 l-3 3340 -28
61 c-31 67 -82 121 -197 207 -41 31 -79 60 -85 64 -5 5 -53 38 -105 74 -52 36
-165 115 -250 175 -85 60 -165 116 -176 124 -12 8 -91 63 -175 122 -85 59
-221 155 -304 213 -120 84 -385 269 -509 355 -12 8 -71 50 -131 92 -191 135
-219 154 -277 192 -31 20 -61 36 -66 36 -6 0 -12 4 -14 8 -7 16 -146 75 -233
98 -140 37 -307 50 -485 37z m340 -557 c174 -44 263 -91 525 -280 50 -36 123
-89 163 -118 41 -29 81 -59 90 -65 57 -43 160 -118 245 -178 55 -39 122 -87
150 -108 29 -20 78 -55 109 -77 65 -46 111 -101 106 -127 -5 -27 -37 -30 -523
-58 -242 -14 -471 -28 -510 -30 -38 -2 -151 -9 -250 -15 -99 -6 -216 -13 -260
-16 -44 -3 -154 -9 -245 -14 -158 -9 -398 -24 -580 -35 -47 -3 -164 -10 -260
-15 -96 -6 -247 -15 -335 -20 -88 -5 -241 -14 -340 -20 -99 -6 -214 -12 -256
-15 -42 -3 -153 -9 -245 -15 -322 -19 -499 -30 -579 -36 -44 -3 -159 -10 -255
-15 -281 -16 -494 -28 -655 -39 -82 -6 -250 -13 -373 -16 -347 -10 -390 7
-748 291 -125 99 -263 208 -308 243 -204 158 -309 243 -321 261 -23 36 -25 66
-7 91 42 56 109 72 377 90 88 6 221 15 295 20 74 6 194 15 265 20 72 5 193 14
270 20 77 6 298 21 490 35 193 14 406 29 475 35 69 5 195 14 280 20 151 10
267 19 535 39 72 6 202 15 290 21 88 6 216 15 285 20 303 22 436 32 755 55
187 13 396 29 465 35 69 5 195 14 280 20 85 6 173 12 195 14 81 8 352 -4 405
-18z m1931 -1644 c56 -37 73 -56 101 -117 l23 -50 0 -2915 c0 -2841 0 -2916
-19 -2973 -12 -37 -35 -76 -62 -106 -76 -85 -144 -105 -404 -120 -102 -6 -261
-16 -355 -21 -335 -20 -863 -51 -1035 -60 -231 -13 -333 -18 -525 -30 -88 -5
-248 -14 -355 -20 -107 -6 -260 -15 -340 -20 -80 -5 -237 -14 -350 -20 -113
-6 -275 -15 -360 -20 -238 -15 -473 -29 -605 -35 -66 -3 -133 -8 -150 -10 -16
-2 -93 -7 -170 -10 -77 -3 -167 -8 -200 -11 -58 -5 -224 -14 -590 -34 -355
-19 -393 -21 -513 -31 -268 -20 -397 -3 -488 65 -71 53 -102 110 -123 230 -16
85 -15 5620 0 5718 14 91 37 144 84 190 65 64 134 77 522 98 103 6 262 15 353
20 91 5 245 14 343 20 97 5 256 15 352 20 96 6 253 14 348 20 94 5 249 14 342
20 94 5 251 14 350 20 99 5 254 14 345 20 91 5 318 19 505 30 187 11 419 24
515 30 225 14 457 27 695 40 105 6 260 15 345 20 85 5 241 14 345 20 105 6
260 15 345 20 85 5 209 12 275 15 65 3 121 8 124 10 2 3 68 5 146 5 138 0 142
-1 186 -28z"/>
<path d="M3300 6824 l0 -77 218 4 217 4 7 -85 c10 -113 60 -2977 62 -3525 l1
-430 -150 -6 c-166 -6 -202 -15 -264 -60 -47 -34 -77 -90 -87 -163 l-7 -46
872 0 871 0 0 28 c0 53 -51 134 -110 174 -66 44 -114 55 -280 62 -83 4 -129
10 -138 19 -16 17 -26 393 -43 1650 -9 675 -10 920 -1 929 21 21 37 -1 76
-103 23 -60 99 -211 179 -354 77 -137 229 -410 337 -605 109 -195 281 -505
383 -688 102 -184 203 -354 223 -379 84 -102 190 -145 362 -145 128 0 188 16
263 68 76 52 95 83 389 619 79 143 155 283 170 310 15 28 67 122 115 210 167
303 248 450 359 650 61 110 130 241 153 290 87 185 119 240 139 240 17 0 20
-12 26 -120 11 -178 34 -2129 28 -2350 l-5 -190 -195 -11 c-231 -14 -270 -25
-378 -112 -45 -36 -97 -124 -88 -148 5 -12 113 -14 718 -14 392 0 777 3 856 7
l142 6 0 32 c0 41 -44 108 -112 171 -64 58 -108 74 -201 74 -58 0 -68 3 -81
23 -12 18 -17 215 -30 1162 -9 627 -21 1510 -28 1963 -6 452 -9 825 -6 828 3
3 109 6 234 7 l229 2 3 78 3 77 -528 -1 c-290 0 -555 -5 -587 -10 -121 -20
-212 -89 -281 -214 -49 -90 -342 -623 -563 -1025 -107 -195 -207 -377 -222
-405 -90 -163 -431 -785 -473 -862 -28 -51 -53 -93 -56 -93 -3 0 -24 33 -45
73 -22 39 -131 236 -244 437 -113 201 -334 597 -492 880 -650 1165 -607 1093
-678 1145 -96 71 -76 68 -699 73 l-563 3 0 -77z"/>
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="458" height="458">
<path d="M0 0 C151.14 0 302.28 0 458 0 C458 151.14 458 302.28 458 458 C306.86 458 155.72 458 0 458 C0 306.86 0 155.72 0 0 Z " fill="#011A37" transform="translate(0,0)"/>
<path d="M0 0 C151.14 0 302.28 0 458 0 C458 151.14 458 302.28 458 458 C306.86 458 155.72 458 0 458 C0 306.86 0 155.72 0 0 Z M170 29 C169.15937012 29.2367041 168.31874023 29.4734082 167.45263672 29.71728516 C137.71469725 38.34316651 111.18414481 53.66397167 88 74 C87.41041504 74.5151416 86.82083008 75.0302832 86.21337891 75.56103516 C80.65399498 80.45053656 75.31042987 85.45193795 70.5546875 91.140625 C69.54865658 92.34381776 68.51333183 93.5233517 67.4453125 94.671875 C57.18796018 105.76355741 49.0209897 118.83993271 41.98193359 132.15039062 C41.07663785 133.85564188 40.14308315 135.54581079 39.20703125 137.234375 C35.15126599 144.84473545 32.05731122 152.73460696 29.0625 160.8125 C28.6603125 161.87460693 28.258125 162.93671387 27.84375 164.03100586 C25.58229742 170.31156002 24.54671273 175.32621659 25 182 C25.66 182 26.32 182 27 182 C27.93684295 184.81052884 28.11293962 186.4388283 28.08178711 189.33764648 C28.0752562 190.2138414 28.06872528 191.09003632 28.06199646 191.99278259 C28.05056107 192.94262527 28.03912567 193.89246796 28.02734375 194.87109375 C28.01466729 196.91210749 28.00230868 198.95312323 27.99023438 200.99414062 C27.96573176 204.18797146 27.93809482 207.38169557 27.90405273 210.57543945 C27.73203327 227.80853944 28.14944567 245.00206487 31.6875 261.9375 C31.85411133 262.74558105 32.02072266 263.55366211 32.19238281 264.38623047 C36.67018228 284.9232984 44.93843127 304.1436324 55.25 322.375 C55.75748779 323.27347656 56.26497559 324.17195313 56.7878418 325.09765625 C60.19720702 331.10828466 60.19720702 331.10828466 65 336 C68.14481791 336.80315654 68.14481791 336.80315654 71 337 C70.979375 337.969375 70.95875 338.93875 70.9375 339.9375 C70.64381501 342.87465895 70.64381501 342.87465895 72 344 C74.32817964 344.36760731 76.6618385 344.70241581 79 345 C79.495 348.465 79.495 348.465 80 352 C83.58327753 353.00217064 83.58327753 353.00217064 87 352 C86.835 353.134375 86.67 354.26875 86.5 355.4375 C86.14367797 357.71132519 86.14367797 357.71132519 86 360 C86.928125 360.04125 87.85625 360.0825 88.8125 360.125 C90.3903125 360.558125 90.3903125 360.558125 92 361 C93.625 363.9375 93.625 363.9375 95 367 C97.97080411 369.10831259 99.19114823 369 103 369 C102.34 370.32 101.68 371.64 101 373 C101.99 373.33 102.98 373.66 104 374 C104.6875 376.0625 104.6875 376.0625 105 378 C106.32 378 107.64 378 109 378 C111.33333333 378 113.66666667 378 116 378 C115.773125 378.598125 115.54625 379.19625 115.3125 379.8125 C114.75181137 382.03345767 114.75181137 382.03345767 116.125 383.75 C118.53854651 385.35903101 120.15673536 385.23053497 123 385 C123 385.66 123 386.32 123 387 C123.66 387.33 124.32 387.66 125 388 C125 389.32 125 390.64 125 392 C128.6678852 393.96189209 131.87248551 395.39301257 136 396 C136 395.34 136 394.68 136 394 C137.32 393.67 138.64 393.34 140 393 C140.93423645 396.01031744 141.04449911 396.86650268 140 400 C141.093125 400.268125 142.18625 400.53625 143.3125 400.8125 C146.61692663 401.87663739 147.94960422 402.34654664 150 405 C150.5775 404.484375 151.155 403.96875 151.75 403.4375 C154 402 154 402 156.25 402.3125 C156.8275 402.539375 157.405 402.76625 158 403 C158.33 402.01 158.66 401.02 159 400 C159 403.76687864 158.76462683 404.91190305 157 408 C157.69867188 408.13277344 158.39734375 408.26554687 159.1171875 408.40234375 C160.02726563 408.57894531 160.93734375 408.75554687 161.875 408.9375 C163.23238281 409.19853516 163.23238281 409.19853516 164.6171875 409.46484375 C167 410 167 410 169 411 C169 410.34 169 409.68 169 409 C169.78375 409.185625 170.5675 409.37125 171.375 409.5625 C173.97089775 410.25962266 173.97089775 410.25962266 176 409 C176.99 409.33 177.98 409.66 179 410 C178.34 410.99 177.68 411.98 177 413 C179.31 412.67 181.62 412.34 184 412 C183.67 412.99 183.34 413.98 183 415 C186.96697886 416.80317221 190.6822542 417.49202991 195 418 C195 417.34 195 416.68 195 416 C195.928125 416.350625 196.85625 416.70125 197.8125 417.0625 C200.9802953 418.32382628 200.9802953 418.32382628 204 417 C204 417.66 204 418.32 204 419 C207.98677336 419.7306539 207.98677336 419.7306539 212 420 C214.02977977 418.72780266 214.02977977 418.72780266 215 417 C215.99 418.485 215.99 418.485 217 420 C219.32300384 420.41609272 219.32300384 420.41609272 222.0078125 420.29296875 C222.99394531 420.28330078 223.98007813 420.27363281 224.99609375 420.26367188 C226.54490234 420.2259668 226.54490234 420.2259668 228.125 420.1875 C229.68541016 420.16719727 229.68541016 420.16719727 231.27734375 420.14648438 C233.85207627 420.11105228 236.4257833 420.06165221 239 420 C239.33 419.01 239.66 418.02 240 417 C240.556875 417.495 241.11375 417.99 241.6875 418.5 C244.39516153 420.25632099 245.83379087 420.34229288 249 420 C249.33 419.67 249.66 419.34 250 419 C250.99 419 251.98 419 253 419 C253 418.34 253 417.68 253 417 C254.36125 417.309375 254.36125 417.309375 255.75 417.625 C261.10527309 418.37275887 266.93845929 417.88943705 272 416 C273.35898193 413.54895061 273.35898193 413.54895061 274 411 C275.81115956 409.18884044 278.61278227 409.61800552 281.0625 409.4375 C282.71958984 409.31181641 282.71958984 409.31181641 284.41015625 409.18359375 C285.26480469 409.12300781 286.11945313 409.06242187 287 409 C287 409.33 287 409.66 287 410 C288.43861294 409.91253716 289.87597508 409.80434652 291.3125 409.6875 C292.11300781 409.62949219 292.91351563 409.57148438 293.73828125 409.51171875 C296.36272334 408.91793306 297.30820672 408.04219706 299 406 C298.34 405.34 297.68 404.68 297 404 C297 403.34 297 402.68 297 402 C299.31 401.67 301.62 401.34 304 401 C304.33 401.99 304.66 402.98 305 404 C305.99 404 306.98 404 308 404 C308 403.01 308 402.02 308 401 C308.94875 401.04125 309.8975 401.0825 310.875 401.125 C314.10244856 401.34973818 314.10244856 401.34973818 316 399 C315.67 398.34 315.34 397.68 315 397 C316.65 397.33 318.3 397.66 320 398 C320 397.34 320 396.68 320 396 C319.34 396 318.68 396 318 396 C318.66 395.01 319.32 394.02 320 393 C323 393 323 393 325.4375 393.6875 C328.06572842 394.26601989 328.06572842 394.26601989 330.3125 392.6875 C330.869375 392.130625 331.42625 391.57375 332 391 C332 390.34 332 389.68 332 389 C331.67 388.67 331.34 388.34 331 388 C333.90680176 386.38068578 336.34477813 385.71076695 339.625 385.25 C341.99228264 384.84370593 341.99228264 384.84370593 344 384 C345.23757877 381.03739474 345.23757877 381.03739474 346 378 C349.125 376.625 349.125 376.625 352 376 C352.12375 375.030625 352.2475 374.06125 352.375 373.0625 C352.684375 371.5465625 352.684375 371.5465625 353 370 C353.66 369.67 354.32 369.34 355 369 C355 369.99 355 370.98 355 372 C357.16666667 371.16666667 357.16666667 371.16666667 358 369 C358.99 368.67 359.98 368.34 361 368 C362.22520264 364.99152582 362.22520264 364.99152582 363 362 C363.78375 361.855625 364.5675 361.71125 365.375 361.5625 C367.96421018 361.12201075 367.96421018 361.12201075 370 360 C369.34 357.36 368.68 354.72 368 352 C368.99 352.33 369.98 352.66 371 353 C374.15020361 352.11680706 374.15020361 352.11680706 377 351 C377 349.02 377 347.04 377 345 C377.78375 344.855625 378.5675 344.71125 379.375 344.5625 C381.96421018 344.12201075 381.96421018 344.12201075 384 343 C384 341.02 384 339.04 384 337 C384.99 337.33 385.98 337.66 387 338 C392.94956813 335.09132225 395.63915693 330.54275166 399 325 C399.47179687 324.27039063 399.94359375 323.54078125 400.4296875 322.7890625 C408.62836408 309.80413148 414.28820715 295.55607434 419 281 C419.34224609 279.97205322 419.34224609 279.97205322 419.69140625 278.92333984 C423.47718461 267.4713603 425.65520638 255.98004407 427 244 C427.09716309 243.13536133 427.19432617 242.27072266 427.29443359 241.37988281 C428.12677604 232.86789231 428.15254895 224.3795299 428.13037109 215.8359375 C428.12499418 213.3723337 428.13035666 210.90891092 428.13671875 208.4453125 C428.13969876 200.56079797 428.00122469 192.83498054 427 185 C428.65 184.67 430.3 184.34 432 184 C432.534718 177.31133454 430.61272963 171.84018405 428.4375 165.5625 C428.07180908 164.49427002 427.70611816 163.42604004 427.3293457 162.32543945 C415.4575743 128.17704691 394.47992359 94.80420928 366 72 C364.98679687 71.17242187 363.97359375 70.34484375 362.9296875 69.4921875 C308.71845596 25.67996579 237.31886457 10.02843675 170 29 Z " fill="#FEFEFE" transform="translate(0,0)"/>
<path d="M0 0 C2.61330036 2.26709391 5.18352943 4.56854656 7.7265625 6.9140625 C9.8389424 8.8522255 11.99998072 10.71023271 14.1875 12.5625 C18.1958001 16.06676236 21.58629399 19.92466849 25 24 C25.73863281 24.83917969 26.47726562 25.67835937 27.23828125 26.54296875 C45.61358599 47.79033069 58.84044187 72.61462726 67.5 99.25 C67.75547607 100.02384033 68.01095215 100.79768066 68.27416992 101.5949707 C69.71865068 106.23914136 70.25724612 110.13804825 70 115 C68.35 115.33 66.7 115.66 65 116 C65.07001221 116.66757324 65.14002441 117.33514648 65.2121582 118.02294922 C66.07069325 127.06071956 66.1983829 136.05652117 66.1875 145.125 C66.18756042 145.89935394 66.18762085 146.67370789 66.18768311 147.4715271 C66.17510537 158.78754019 65.69885295 169.79970521 64 181 C63.85304688 182.61455078 63.85304688 182.61455078 63.703125 184.26171875 C61.2564261 208.40830675 50.54580624 232.51515295 38.8125 253.5 C38.08208496 254.81834839 38.08208496 254.81834839 37.33691406 256.16333008 C33.94455814 262.02645573 30.68567788 266.77144071 24 269 C23.34 268.67 22.68 268.34 22 268 C22 269.98 22 271.96 22 274 C20.824375 274.4640625 20.824375 274.4640625 19.625 274.9375 C17.07669872 275.92875038 17.07669872 275.92875038 15 277 C15 278.65 15 280.3 15 282 C8.25 284.125 8.25 284.125 6 283 C6.66 285.64 7.32 288.28 8 291 C3.25 293 3.25 293 1 293 C0.7525 293.94875 0.505 294.8975 0.25 295.875 C-1 299 -1 299 -3.125 300.375 C-3.74375 300.58125 -4.3625 300.7875 -5 301 C-5 301.66 -5 302.32 -5 303 C-5.66 303 -6.32 303 -7 303 C-7 302.01 -7 301.02 -7 300 C-7.66 300.33 -8.32 300.66 -9 301 C-9.061875 301.94875 -9.12375 302.8975 -9.1875 303.875 C-9.455625 304.90625 -9.72375 305.9375 -10 307 C-12.31808364 308.03485877 -14.65175298 309.0355414 -17 310 C-17.77497798 312.53459764 -17.77497798 312.53459764 -18 315 C-18.67546875 315.10957031 -19.3509375 315.21914063 -20.046875 315.33203125 C-21.38492188 315.56986328 -21.38492188 315.56986328 -22.75 315.8125 C-23.63171875 315.96332031 -24.5134375 316.11414063 -25.421875 316.26953125 C-28.1910911 317.05414248 -29.8259401 318.14595359 -32 320 C-31.34 320 -30.68 320 -30 320 C-30 320.66 -30 321.32 -30 322 C-32.25 323.6875 -32.25 323.6875 -35 325 C-37.125 324.6875 -37.125 324.6875 -39 324 C-39.99 324 -40.98 324 -42 324 C-42.66 324.99 -43.32 325.98 -44 327 C-43.34 327 -42.68 327 -42 327 C-42 327.66 -42 328.32 -42 329 C-43.65 328.67 -45.3 328.34 -47 328 C-46.67 328.99 -46.34 329.98 -46 331 C-48.76264289 331.59732819 -51.16032769 332 -54 332 C-54 332.99 -54 333.98 -54 335 C-55.32 334.67 -56.64 334.34 -58 334 C-58 333.34 -58 332.68 -58 332 C-60.31 332.33 -62.62 332.66 -65 333 C-65 333.99 -65 334.98 -65 336 C-64.34 336.66 -63.68 337.32 -63 338 C-67.20674962 340.40385693 -70.13813926 341.45226612 -75 341 C-75.33 340.67 -75.66 340.34 -76 340 C-78.53076418 339.94855239 -78.53076418 339.94855239 -81.4375 340.1875 C-82.42621094 340.24292969 -83.41492188 340.29835938 -84.43359375 340.35546875 C-87.12944472 340.72715544 -87.12944472 340.72715544 -88.28515625 342.92578125 C-88.52105469 343.61027344 -88.75695312 344.29476563 -89 345 C-89.33 345.66 -89.66 346.32 -90 347 C-96.39065581 348.72366269 -102.53227381 349.46993777 -109 348 C-109 348.66 -109 349.32 -109 350 C-110.32 349.67 -111.64 349.34 -113 349 C-113 349.66 -113 350.32 -113 351 C-116.14624993 351.26218749 -117.61837017 351.24754367 -120.3125 349.5 C-120.869375 349.005 -121.42625 348.51 -122 348 C-122.33 348.99 -122.66 349.98 -123 351 C-126.60401481 351.08701039 -130.20776012 351.14039388 -133.8125 351.1875 C-135.34874023 351.22520508 -135.34874023 351.22520508 -136.91601562 351.26367188 C-137.89892578 351.27333984 -138.88183594 351.28300781 -139.89453125 351.29296875 C-140.80050049 351.3086792 -141.70646973 351.32438965 -142.63989258 351.34057617 C-145.42444206 350.93875073 -146.27599535 350.16311438 -148 348 C-148.66 348.99 -149.32 349.98 -150 351 C-152.64 350.67 -155.28 350.34 -158 350 C-158 349.34 -158 348.68 -158 348 C-158.556875 348.20625 -159.11375 348.4125 -159.6875 348.625 C-162.659538 349.10695211 -164.31979941 348.26565028 -167 347 C-167.33 347.66 -167.66 348.32 -168 349 C-169.64767247 348.71890887 -171.29313145 348.42481474 -172.9375 348.125 C-173.85402344 347.96257812 -174.77054688 347.80015625 -175.71484375 347.6328125 C-176.46894531 347.42398437 -177.22304687 347.21515625 -178 347 C-178.33 346.34 -178.66 345.68 -179 345 C-178.67 344.34 -178.34 343.68 -178 343 C-180.31 343.33 -182.62 343.66 -185 344 C-184.34 343.01 -183.68 342.02 -183 341 C-186.01031744 340.06576355 -186.86650268 339.95550089 -190 341 C-190.99 340.67 -191.98 340.34 -193 340 C-193.33 340.66 -193.66 341.32 -194 342 C-197.69900008 341.11223998 -201.34550461 340.05418136 -205 339 C-204.67 338.195625 -204.34 337.39125 -204 336.5625 C-202.93940959 334.30318875 -202.93940959 334.30318875 -203 333 C-205.66053211 333 -207.49940039 333.19335496 -210 334 C-210.66 334.66 -211.32 335.32 -212 336 C-212.721875 335.360625 -213.44375 334.72125 -214.1875 334.0625 C-216.98191184 332.01326465 -218.61663274 331.38667054 -222 331 C-221.79375 330.401875 -221.5875 329.80375 -221.375 329.1875 C-220.69328085 326.71549154 -220.69328085 326.71549154 -223 324 C-223.99 324.33 -224.98 324.66 -226 325 C-226 325.66 -226 326.32 -226 327 C-230.75481646 326.42365861 -233.97048212 324.44931479 -238 322 C-237.67 321.01 -237.34 320.02 -237 319 C-237.66 318.67 -238.32 318.34 -239 318 C-239 317.34 -239 316.68 -239 316 C-240.1446875 316.0928125 -240.1446875 316.0928125 -241.3125 316.1875 C-244 316 -244 316 -245.875 314.75 C-247 313 -247 313 -246.6875 310.8125 C-246.460625 310.214375 -246.23375 309.61625 -246 309 C-247.0725 309 -248.145 309 -249.25 309 C-251.83333333 309 -254.41666667 309 -257 309 C-257.103125 308.360625 -257.20625 307.72125 -257.3125 307.0625 C-257.6528125 306.0415625 -257.6528125 306.0415625 -258 305 C-258.99 304.67 -259.98 304.34 -261 304 C-260.34 302.68 -259.68 301.36 -259 300 C-260.27875 299.9175 -261.5575 299.835 -262.875 299.75 C-265.08984375 299.4765625 -265.08984375 299.4765625 -267 299 C-268.4375 297.125 -268.4375 297.125 -269 295 C-269.495 293.515 -269.495 293.515 -270 292 C-271.98 291.67 -273.96 291.34 -276 291 C-276.125 285.25 -276.125 285.25 -275 283 C-275.99 283.33 -276.98 283.66 -278 284 C-280.1875 283.5625 -280.1875 283.5625 -282 283 C-282.495 279.535 -282.495 279.535 -283 276 C-284.134375 275.87625 -285.26875 275.7525 -286.4375 275.625 C-287.613125 275.41875 -288.78875 275.2125 -290 275 C-291.231394 272.53721199 -291.07159196 270.7204945 -291 268 C-291.9075 267.9175 -292.815 267.835 -293.75 267.75 C-298.67763258 266.61285402 -300.69984816 263.62424685 -303.296875 259.48828125 C-304.12362345 258.10170456 -304.94084948 256.70941924 -305.75 255.3125 C-306.18610596 254.56210449 -306.62221191 253.81170898 -307.0715332 253.03857422 C-317.62844448 234.58949089 -325.49862401 215.09675609 -329.5526123 194.20663452 C-329.98762101 192.06105644 -330.48035953 189.93591465 -330.98144531 187.80493164 C-334.57949772 171.61478103 -334.23822245 154.92334396 -334.0625 138.4375 C-334.03478902 135.25025593 -334.01017332 132.06305672 -333.99131775 128.87574768 C-333.97913805 126.91471662 -333.96161163 124.95370937 -333.93800354 122.99278259 C-333.93147263 122.11658768 -333.92494171 121.24039276 -333.91821289 120.33764648 C-333.90583336 119.18570045 -333.90583336 119.18570045 -333.89320374 118.01048279 C-333.92184599 115.79202915 -333.92184599 115.79202915 -335 113 C-335.66 113 -336.32 113 -337 113 C-337.3399257 106.06967805 -336.36900115 100.90215483 -333.9375 94.4375 C-333.6187793 93.56617432 -333.30005859 92.69484863 -332.97167969 91.79711914 C-332.00406689 89.18861618 -331.00931481 86.59262345 -330 84 C-329.72236816 83.28328125 -329.44473633 82.5665625 -329.15869141 81.828125 C-320.24430913 59.23845646 -306.17528003 36.54211528 -288.64453125 19.64453125 C-287.00313139 18.00313139 -285.53659607 16.29196045 -284.0625 14.5 C-280.71447128 10.55193496 -276.97162509 7.30867388 -273 4 C-272.21568604 3.32324219 -272.21568604 3.32324219 -271.41552734 2.6328125 C-196.70884332 -61.82492437 -84.36376942 -64.46137374 0 0 Z M-168 -13 C-168 -12.34 -168 -11.68 -168 -11 C-168.95712891 -10.83564453 -168.95712891 -10.83564453 -169.93359375 -10.66796875 C-170.75988281 -10.50941406 -171.58617187 -10.35085937 -172.4375 -10.1875 C-173.26121094 -10.03667969 -174.08492187 -9.88585938 -174.93359375 -9.73046875 C-175.61550781 -9.48941406 -176.29742187 -9.24835937 -177 -9 C-177.33 -8.01 -177.66 -7.02 -178 -6 C-180.64 -5.67 -183.28 -5.34 -186 -5 C-186 -4.34 -186 -3.68 -186 -3 C-187.41702513 -3.14230808 -188.8336096 -3.28900746 -190.25 -3.4375 C-191.43335938 -3.55931641 -191.43335938 -3.55931641 -192.640625 -3.68359375 C-195 -4 -195 -4 -197.109375 -4.66015625 C-199.32506162 -5.28390333 -199.32506162 -5.28390333 -202 -3 C-201.01 -0.525 -201.01 -0.525 -200 2 C-205.625 4 -205.625 4 -209 4 C-210.56406528 4.15127402 -212.12659252 4.31902522 -213.6875 4.5 C-214.49574219 4.5928125 -215.30398437 4.685625 -216.13671875 4.78125 C-216.75160156 4.8534375 -217.36648437 4.925625 -218 5 C-218 6.65 -218 8.3 -218 10 C-223.0247239 10.62529897 -227.92528427 11.13012092 -233 11 C-232.01 12.32 -231.02 13.64 -230 15 C-231.32 15.33 -232.64 15.66 -234 16 C-234 17.32 -234 18.64 -234 20 C-234.78375 20.309375 -235.5675 20.61875 -236.375 20.9375 C-238.92330128 21.92875038 -238.92330128 21.92875038 -241 23 C-241.66 23.12375 -242.32 23.2475 -243 23.375 C-245.37985297 23.88866379 -245.37985297 23.88866379 -247 27 C-249.125 28.1875 -249.125 28.1875 -251 29 C-250.67 29.66 -250.34 30.32 -250 31 C-251.21695466 36.32417666 -255.16869772 39.41023635 -259 43 C-262.58051775 46.40585835 -265.56105791 49.93042613 -268.46875 53.90625 C-269.92743091 55.90077288 -271.42943849 57.85522868 -272.9375 59.8125 C-287.69077314 79.71226376 -297.14984267 102.78540855 -302 127 C-302.17950195 127.84095215 -302.35900391 128.6819043 -302.54394531 129.54833984 C-304.33179453 138.80581668 -304.39680008 147.98204855 -304.375 157.375 C-304.37478851 158.21460266 -304.37457703 159.05420532 -304.37435913 159.91925049 C-304.34078057 173.28797548 -303.49292289 186.03234699 -300 199 C-299.80744629 199.72719238 -299.61489258 200.45438477 -299.41650391 201.20361328 C-298.14112537 205.88213221 -296.63940788 210.43650204 -295 215 C-294.55914062 216.2271875 -294.11828125 217.454375 -293.6640625 218.71875 C-285.5222536 240.13035793 -273.48364233 259.18619961 -257.42626953 275.53417969 C-256.06991651 276.92814469 -254.75056537 278.35783306 -253.43359375 279.7890625 C-224.61812281 310.32026377 -181.93435199 325.99482214 -140.6484375 327.19140625 C-129.63098658 327.37764788 -118.87676868 326.74866098 -108 325 C-106.85096191 324.82259277 -106.85096191 324.82259277 -105.67871094 324.64160156 C-62.88018709 317.81260446 -24.95240065 293.08909727 0.83984375 258.53515625 C2.61237536 256.05521974 4.3152713 253.54034373 6 251 C6.62519531 250.08347656 7.25039063 249.16695313 7.89453125 248.22265625 C30.71898055 213.24317478 38.76424534 166.42281777 30.58642578 125.65869141 C22.65514132 89.70045336 4.15922936 53.46284605 -25.375 30.3125 C-27.89596688 28.09164823 -28.75702294 27.28019026 -29 24 C-30.11375 23.731875 -31.2275 23.46375 -32.375 23.1875 C-36 22 -36 22 -38 19 C-37.67 18.01 -37.34 17.02 -37 16 C-37.66 16 -38.32 16 -39 16 C-38.67 14.68 -38.34 13.36 -38 12 C-42.0527516 11.01751476 -45.83861737 10.91840426 -50 11 C-50 9.35 -50 7.7 -50 6 C-51.98 6.495 -51.98 6.495 -54 7 C-54 7.66 -54 8.32 -54 9 C-55.65 8.67 -57.3 8.34 -59 8 C-59.33 6.35 -59.66 4.7 -60 3 C-60.99 3.33 -61.98 3.66 -63 4 C-65.0078125 3.765625 -65.0078125 3.765625 -67.125 3.25 C-67.82882812 3.09015625 -68.53265625 2.9303125 -69.2578125 2.765625 C-69.83273437 2.51296875 -70.40765625 2.2603125 -71 2 C-71.33 1.01 -71.66 0.02 -72 -1 C-72.99 -2.485 -72.99 -2.485 -74 -4 C-76.10310382 -4.40197129 -76.10310382 -4.40197129 -78.4375 -4.25 C-79.61119141 -4.22679687 -79.61119141 -4.22679687 -80.80859375 -4.203125 C-83.17681959 -4.0673481 -83.17681959 -4.0673481 -86 -3 C-86.33 -3.66 -86.66 -4.32 -87 -5 C-88.98985949 -5.38932033 -90.99199544 -5.71887936 -93 -6 C-93.99 -6.33 -94.98 -6.66 -96 -7 C-96 -7.66 -96 -8.32 -96 -9 C-95.01 -9.33 -94.02 -9.66 -93 -10 C-94.65 -10.66 -96.3 -11.32 -98 -12 C-98 -10.68 -98 -9.36 -98 -8 C-98.53109375 -8.23976563 -99.0621875 -8.47953125 -99.609375 -8.7265625 C-103.95393083 -10.72697913 -103.95393083 -10.72697913 -108.5 -10.1875 C-109.2425 -9.5996875 -109.2425 -9.5996875 -110 -9 C-109.67 -9.99 -109.34 -10.98 -109 -12 C-109.99 -12 -110.98 -12 -112 -12 C-112 -11.01 -112 -10.02 -112 -9 C-112.82757813 -9.2165625 -113.65515625 -9.433125 -114.5078125 -9.65625 C-126.03334413 -12.34471094 -137.20916547 -12.31509014 -149 -12 C-149 -11.34 -149 -10.68 -149 -10 C-155.435 -10.495 -155.435 -10.495 -162 -11 C-162 -10.34 -162 -9.68 -162 -9 C-164.31 -9 -166.62 -9 -169 -9 C-166.525 -9.99 -166.525 -9.99 -164 -11 C-164.33 -11.66 -164.66 -12.32 -165 -13 C-165.99 -13 -166.98 -13 -168 -13 Z M-213 6 C-211 7 -211 7 -211 7 Z " fill="#0C50A0" transform="translate(362,69)"/>
<path d="M0 0 C0.66 0.99 1.32 1.98 2 3 C1.67 3.66 1.34 4.32 1 5 C1.66 5 2.32 5 3 5 C5 7 5 7 5.22705078 8.92819214 C5.21134033 10.11011642 5.21134033 10.11011642 5.1953125 11.31591797 C5.18870605 12.21220917 5.18209961 13.10850037 5.17529297 14.0319519 C5.15869629 15.00882965 5.14209961 15.9857074 5.125 16.9921875 C5.11742676 18.00733429 5.10985352 19.02248108 5.10205078 20.06838989 C5.06951994 24.41021933 5.01431643 28.7516712 4.95898438 33.09326172 C4.75609333 50.50184768 5.11283922 67.82684257 8.6875 84.9375 C8.85411133 85.74558105 9.02072266 86.55366211 9.19238281 87.38623047 C14.35572601 111.06748971 24.58172549 132.32325316 36.91186523 153.01733398 C38 155 38 155 39 158 C41.97 158.33 44.94 158.66 48 159 C48 161.31 48 163.62 48 166 C49.7015625 166.185625 49.7015625 166.185625 51.4375 166.375 C52.613125 166.58125 53.78875 166.7875 55 167 C56.35439668 169.70879335 56.06501451 172.00933268 56 175 C58.31 175 60.62 175 63 175 C63 177.31 63 179.62 63 182 C63.94875 182.309375 64.8975 182.61875 65.875 182.9375 C69 184 69 184 71 185 C71.625 187.5625 71.625 187.5625 72 190 C74.31 190.66 76.62 191.32 79 192 C78.773125 192.598125 78.54625 193.19625 78.3125 193.8125 C78.209375 194.534375 78.10625 195.25625 78 196 C79.39588754 197.64594139 79.39588754 197.64594139 81 199 C81 199.66 81 200.32 81 201 C81.66 201 82.32 201 83 201 C83.33 200.34 83.66 199.68 84 199 C84.99 199.33 85.98 199.66 87 200 C88.99961564 200.03920815 91.00049364 200.04443347 93 200 C92.34 201.65 91.68 203.3 91 205 C91.99 205.33 92.98 205.66 94 206 C94 206.66 94 207.32 94 208 C95.65 208 97.3 208 99 208 C99 208.66 99 209.32 99 210 C99.99 210.33 100.98 210.66 102 211 C101.34 211.33 100.68 211.66 100 212 C102.22247026 214.5558408 103.74230403 215.26439123 107 216 C107.66 216.66 108.32 217.32 109 218 C109.99 218.33 110.98 218.66 112 219 C112 218.34 112 217.68 112 217 C113.32 216.34 114.64 215.68 116 215 C118.125 219.625 118.125 219.625 117 223 C118.98 223.33 120.96 223.66 123 224 C123.33 224.99 123.66 225.98 124 227 C124.5775 226.690625 125.155 226.38125 125.75 226.0625 C127.86895512 225.06188231 129.6926424 224.3845596 132 224 C132.66 224.33 133.32 224.66 134 225 C134.33 224.34 134.66 223.68 135 223 C135.66 223.33 136.32 223.66 137 224 C136.42805835 227.31726155 135.42999536 228.72635823 133 231 C134.62487471 231.16788373 136.24990442 231.33426787 137.875 231.5 C138.77992188 231.5928125 139.68484375 231.685625 140.6171875 231.78125 C142.93313211 232.03047295 142.93313211 232.03047295 145 232 C145.825 232.020625 146.65 232.04125 147.5 232.0625 C149.99976715 232.17708318 149.99976715 232.17708318 152 231 C154.125 231.9375 154.125 231.9375 156 233 C155.34 233.66 154.68 234.32 154 235 C155.98 235 157.96 235 160 235 C160 235.99 160 236.98 160 238 C161.60203467 238.36368892 163.20674203 238.71561952 164.8125 239.0625 C165.70582031 239.25972656 166.59914062 239.45695313 167.51953125 239.66015625 C170.12630779 240.20349463 170.12630779 240.20349463 173 239 C175.3406065 239.27769908 177.67624308 239.60539977 180 240 C180 240.66 180 241.32 180 242 C183.41642759 242.25015873 183.41642759 242.25015873 187 242 C187.66 241.01 188.32 240.02 189 239 C190.32 239.66 191.64 240.32 193 241 C193 241.33 193 241.66 193 242 C200.26 242 207.52 242 215 242 C215.33 241.34 215.66 240.68 216 240 C219.34373475 240.55728913 222.03312999 241.35173889 225 243 C224.67 242.01 224.34 241.02 224 240 C227 241 227 241 229 242 C229 241.34 229 240.68 229 240 C230.27875 240.04125 231.5575 240.0825 232.875 240.125 C238.08872856 240.14157783 242.94007672 239.18311358 248 238 C248.12375 237.38125 248.2475 236.7625 248.375 236.125 C249 234 249 234 251 232 C254.0390625 231.5859375 254.0390625 231.5859375 257.625 231.375 C259.40777344 231.26285156 259.40777344 231.26285156 261.2265625 231.1484375 C262.14179688 231.09945312 263.05703125 231.05046875 264 231 C264 231.33 264 231.66 264 232 C269.1693489 231.59443869 269.1693489 231.59443869 274 230 C273.34 228.68 272.68 227.36 272 226 C273.1875 224.4375 273.1875 224.4375 275 223 C277.625 223.1875 277.625 223.1875 280 224 C280.33 224.66 280.66 225.32 281 226 C281.99 226.33 282.98 226.66 284 227 C284 226.01 284 225.02 284 224 C287.465 223.01 287.465 223.01 291 222 C291 221.34 291 220.68 291 220 C292.65 220.33 294.3 220.66 296 221 C296 220.34 296 219.68 296 219 C295.34 219 294.68 219 294 219 C294 217.68 294 216.36 294 215 C294.61875 215.185625 295.2375 215.37125 295.875 215.5625 C298.04160178 216.23686176 298.04160178 216.23686176 300 215 C300.61875 215.185625 301.2375 215.37125 301.875 215.5625 C304.58235674 216.11989698 305.68865109 215.40331898 308 214 C308 213.34 308 212.68 308 212 C307.34 212 306.68 212 306 212 C307.28955523 209.42088953 308.37257826 209.11160151 311 208 C312.57158878 207.57848115 314.15629082 207.2031166 315.75 206.875 C316.94882812 206.62363281 316.94882812 206.62363281 318.171875 206.3671875 C318.77515625 206.24601563 319.3784375 206.12484375 320 206 C320.33 204.35 320.66 202.7 321 201 C324.465 200.01 324.465 200.01 328 199 C328 196.69 328 194.38 328 192 C328.99 192 329.98 192 331 192 C331 192.99 331 193.98 331 195 C331.433125 194.34 331.86625 193.68 332.3125 193 C332.869375 192.34 333.42625 191.68 334 191 C334.99 191 335.98 191 337 191 C336.9071875 189.8553125 336.9071875 189.8553125 336.8125 188.6875 C337 186 337 186 338.25 184.1875 C340.76030658 182.48407768 343.0674264 183 346 183 C345.34 182.01 344.68 181.02 344 180 C343.875 177.3125 343.875 177.3125 344 175 C346.64 174.67 349.28 174.34 352 174 C352 172.02 352 170.04 352 168 C357.75 166 357.75 166 360 166 C360 164.02 360 162.04 360 160 C361.0725 159.773125 362.145 159.54625 363.25 159.3125 C372.80095087 155.96966719 378.86419058 140.53550083 383.18139648 131.73925781 C387.47450002 122.717594 390.92529415 113.49864485 394 104 C394.22816406 103.31470215 394.45632813 102.6294043 394.69140625 101.92333984 C398.47718461 90.4713603 400.65520638 78.98004407 402 67 C402.09716309 66.13536133 402.19432617 65.27072266 402.29443359 64.37988281 C403.12677604 55.86789231 403.15254895 47.3795299 403.13037109 38.8359375 C403.12499418 36.3723337 403.13035666 33.90891092 403.13671875 31.4453125 C403.13969876 23.56079797 403.00122469 15.83498054 402 8 C402.78375 7.896875 403.5675 7.79375 404.375 7.6875 C407.33045181 7.22404978 407.33045181 7.22404978 409 4 C409.65341008 7.29020811 410.29628521 10.58239533 410.9375 13.875 C411.11990234 14.7928125 411.30230469 15.710625 411.49023438 16.65625 C419.67039543 58.89562707 413.16742397 104.62170823 394 143 C393.62649414 143.76715332 393.25298828 144.53430664 392.86816406 145.32470703 C384.88019541 161.65647808 374.84273739 176.22420791 363 190 C361.98486328 191.19882812 361.98486328 191.19882812 360.94921875 192.421875 C357.27551484 196.67338477 353.48352249 200.51909956 349.15234375 204.1015625 C347.26642204 205.76500706 345.54865483 207.48454719 343.80078125 209.2890625 C339.9116692 213.20243311 335.69772605 216.49685371 331.25 219.75 C330.42580566 220.35344238 329.60161133 220.95688477 328.75244141 221.57861328 C292.11971498 247.93554361 248.79104104 261.75670322 203.75 261.4375 C202.8166684 261.43412628 201.88333679 261.43075256 200.92172241 261.42727661 C185.96424172 261.34929582 171.59143416 260.5608687 157 257 C156.00597168 256.75862305 155.01194336 256.51724609 153.98779297 256.26855469 C119.70911602 247.64328228 89.47232194 231.22927396 63 208 C61.66806475 206.8733451 60.33500858 205.74801151 59 204.625 C56.19496045 202.17059039 53.57328679 199.69582426 51 197 C50.37738281 196.34902344 49.75476563 195.69804687 49.11328125 195.02734375 C24.74658869 168.82330633 8.35997957 136.69799049 -0.8125 102.3125 C-1.24816284 100.69263184 -1.24816284 100.69263184 -1.69262695 99.04003906 C-5.48268635 84.193122 -6.37883339 69.61275508 -6.3125 54.375 C-6.31134186 53.54638458 -6.31018372 52.71776917 -6.30899048 51.86404419 C-6.26021932 34.16820842 -4.56021539 17.14123514 0 0 Z " fill="#91D4EF" transform="translate(24,177)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 3.31 3 5.62 3 8 C3.99 8.33 4.98 8.66 6 9 C7.65049717 13.43028188 8.22973141 17.29050618 8 22 C8.66 22 9.32 22 10 22 C10.33 22.99 10.66 23.98 11 25 C10.34 25 9.68 25 9 25 C9.4640625 26.2375 9.4640625 26.2375 9.9375 27.5 C11.6614412 33.17886513 12.91342314 39.25973058 11 45 C11.33 45.66 11.66 46.32 12 47 C12.13415472 49.6723621 12.04318541 52.32250488 12 55 C12.66 55.33 13.32 55.66 14 56 C13.608125 56.825 13.21625 57.65 12.8125 58.5 C11.89090007 62.46996892 12.67031907 63.94956365 14.25390625 67.57421875 C15.76881952 72.49966974 15.55501381 77.91117205 15 83 C14.34 83.66 13.68 84.32 13 85 C12.57119129 87.39163277 12.57119129 87.39163277 12.4375 90.125 C12.18421215 93.6295828 11.87906255 97.08510647 11.375 100.5625 C10.70184779 103.8550076 10.70184779 103.8550076 12 106 C11.01453001 107.67529898 10.01059521 109.33973644 9 111 C7.90707201 113.63368989 6.96372777 116.31689428 6 119 C5.649375 119.86625 5.29875 120.7325 4.9375 121.625 C3.4807918 125.31532743 2.27985347 129.08048144 1.125 132.875 C-0.27289806 136.75805017 -2.09024869 140.34736886 -4 144 C-4.99 143.67 -5.98 143.34 -7 143 C-7 142.34 -7 141.68 -7 141 C-11.0042343 144.49087093 -12.62671065 146.64951939 -13 152 C-13.66 152 -14.32 152 -15 152 C-17.06893107 154.33588992 -18.8097836 156.67620467 -20.390625 159.3671875 C-26.82788108 169.89803846 -36.17149506 178.49950626 -45 187 C-46.09828125 188.07121094 -46.09828125 188.07121094 -47.21875 189.1640625 C-51.96005046 193.5638286 -57.30040073 196.788083 -62.84375 200.09375 C-65.45295932 201.6696091 -67.94429272 203.3135337 -70.4375 205.0625 C-76.98810077 209.49843559 -84.34232146 213.15450473 -91.69140625 216.06640625 C-93.85594897 216.94174586 -95.70994065 217.95652486 -97.6875 219.1875 C-98.780625 219.785625 -99.87375 220.38375 -101 221 C-101.66 220.67 -102.32 220.34 -103 220 C-106.08333333 220.75 -106.08333333 220.75 -109 222 C-109.33 222.66 -109.66 223.32 -110 224 C-110.99 223.95875 -111.98 223.9175 -113 223.875 C-115.89424557 223.86325864 -118.39247414 224.25535896 -121.1875 225 C-125 226 -125 226 -129 226 C-129 226.66 -129 227.32 -129 228 C-129.99 228 -130.98 228 -132 228 C-132 228.66 -132 229.32 -132 230 C-131.34 230 -130.68 230 -130 230 C-130 230.66 -130 231.32 -130 232 C-130.99 231.67 -131.98 231.34 -133 231 C-133.33 230.01 -133.66 229.02 -134 228 C-134.59425781 228.0721875 -135.18851563 228.144375 -135.80078125 228.21875 C-142.22562641 228.93817279 -148.53847873 229.11055835 -155 229 C-155.33 229.66 -155.66 230.32 -156 231 C-156 230.34 -156 229.68 -156 229 C-156.71019287 229.00523682 -157.42038574 229.01047363 -158.15209961 229.01586914 C-161.4138905 229.03683761 -164.67566714 229.04972281 -167.9375 229.0625 C-169.05447266 229.07087891 -170.17144531 229.07925781 -171.32226562 229.08789062 C-180.51924846 229.11486125 -188.91688068 228.45029867 -197.8125 226.125 C-199.20047584 225.76545128 -200.58849715 225.406078 -201.9765625 225.046875 C-202.65364258 224.86962891 -203.33072266 224.69238281 -204.02832031 224.50976562 C-207.82319733 223.52862357 -211.63826254 222.62729189 -215.44921875 221.7109375 C-218.90013785 220.74911931 -222.10970215 219.39829114 -225.375 217.9375 C-228.12150915 216.84657745 -228.12150915 216.84657745 -231.6875 216.5625 C-232.780625 216.376875 -233.87375 216.19125 -235 216 C-235.66 215.01 -236.32 214.02 -237 213 C-238.96517602 211.93319016 -240.97173393 210.94134837 -243 210 C-250.36966537 206.22164365 -257.37867952 202.27022739 -264.07421875 197.3828125 C-265.94929877 195.95934163 -265.94929877 195.95934163 -268 195 C-268 194.34 -268 193.68 -268 193 C-268.5775 192.9175 -269.155 192.835 -269.75 192.75 C-272.6539336 191.78202213 -274.03740604 190.31305716 -276 188 C-276 187.34 -276 186.68 -276 186 C-276.99 186 -277.98 186 -279 186 C-280.37868281 184.37064759 -281.71274093 182.70250393 -283 181 C-283.66 180.67 -284.32 180.34 -285 180 C-285 179.01 -285 178.02 -285 177 C-285.556875 176.773125 -286.11375 176.54625 -286.6875 176.3125 C-292.0156813 173.2883971 -295.55369133 168.1474314 -299.25390625 163.38671875 C-302.02349156 159.88939882 -302.02349156 159.88939882 -306 158 C-306 157.34 -306 156.68 -306 156 C-306.7763932 152.9254644 -306.7763932 152.9254644 -309 151 C-309 149.68 -309 148.36 -309 147 C-309.66 147 -310.32 147 -311 147 C-311 146.01 -311 145.02 -311 144 C-311.99 144 -312.98 144 -314 144 C-314.66 141.69 -315.32 139.38 -316 137 C-317.29633621 138.06645115 -317.29633621 138.06645115 -317.0625 140.5625 C-317.041875 141.366875 -317.02125 142.17125 -317 143 C-319.73230658 139.87736391 -320.99848539 136.66022982 -322.3515625 132.8046875 C-322.98308528 130.93514048 -322.98308528 130.93514048 -324 129 C-324.04241723 126.66705225 -324.04092937 124.33297433 -324 122 C-324 119.37886292 -324.31292445 117.49064888 -325 115 C-325.99 115.99 -326.98 116.98 -328 118 C-330 117 -330 117 -331.08984375 114.98046875 C-332.28250132 111.07489912 -332.4212256 107.3750004 -332.5625 103.3125 C-332.54680031 97.99373132 -332.54680031 97.99373132 -334 93 C-334.99 93.99 -334.99 93.99 -336 95 C-336.33 87.74 -336.66 80.48 -337 73 C-337.66 73 -338.32 73 -339 73 C-339.02700675 70.08327116 -339.04684237 67.16679323 -339.0625 64.25 C-339.07087891 63.425 -339.07925781 62.6 -339.08789062 61.75 C-339.09111328 60.95078125 -339.09433594 60.1515625 -339.09765625 59.328125 C-339.10289307 58.5949707 -339.10812988 57.86181641 -339.11352539 57.10644531 C-338.9975109 54.9538151 -338.59073271 53.0685865 -338 51 C-337.34 51 -336.68 51 -336 51 C-336.66 50.34 -337.32 49.68 -338 49 C-338 47.68 -338 46.36 -338 45 C-337.34 45 -336.68 45 -336 45 C-336.33 43.35 -336.66 41.7 -337 40 C-336.34 40 -335.68 40 -335 40 C-335.05220703 39.05640625 -335.05220703 39.05640625 -335.10546875 38.09375 C-335.29836524 31.99454684 -334.51380648 27.53037426 -332 22 C-331.608125 21.01 -331.21625 20.02 -330.8125 19 C-330.544375 18.34 -330.27625 17.68 -330 17 C-329.34 17 -328.68 17 -328 17 C-327.97250234 18.37488287 -327.9533836 19.74993391 -327.9375 21.125 C-327.92589844 21.89070313 -327.91429687 22.65640625 -327.90234375 23.4453125 C-328 26 -328 26 -328.49121094 28.65185547 C-329.07399696 32.48694545 -329.19816052 36.25532348 -329.23828125 40.125 C-329.24802979 40.90080414 -329.25777832 41.67660828 -329.26782227 42.47592163 C-329.43590227 59.32531141 -329.41539715 75.60761461 -325 92 C-324.80744629 92.72719238 -324.61489258 93.45438477 -324.41650391 94.20361328 C-323.14112537 98.88213221 -321.63940788 103.43650204 -320 108 C-319.55914062 109.2271875 -319.11828125 110.454375 -318.6640625 111.71875 C-310.51182632 133.15777995 -298.45382127 152.21192118 -282.37890625 168.58154297 C-281.11187591 169.88491518 -279.88203546 171.22417117 -278.65625 172.56640625 C-251.01163711 202.05714911 -208.96632183 217.42653398 -169.32714844 219.11376953 C-157.41462289 219.45902866 -145.76489516 218.8914453 -134 217 C-133.23397461 216.88172852 -132.46794922 216.76345703 -131.67871094 216.64160156 C-89.38253435 209.89275974 -51.67804061 185.70449505 -26.15625 151.53125 C-24.38558005 149.05231207 -22.68368313 146.53876714 -21 144 C-20.37480469 143.08347656 -19.74960937 142.16695312 -19.10546875 141.22265625 C4.79090687 104.60040013 10.81456053 58.38568679 3 16 C2.7839209 14.79126221 2.7839209 14.79126221 2.56347656 13.55810547 C1.75282687 9.02968028 0.89979084 4.51171719 0 0 Z " fill="#34A8EC" transform="translate(388,176)"/>
<path d="M0 0 C0.66 0.99 1.32 1.98 2 3 C1.67 3.66 1.34 4.32 1 5 C1.66 5 2.32 5 3 5 C5 7 5 7 5.22705078 8.92819214 C5.21134033 10.11011642 5.21134033 10.11011642 5.1953125 11.31591797 C5.18870605 12.21220917 5.18209961 13.10850037 5.17529297 14.0319519 C5.15869629 15.00882965 5.14209961 15.9857074 5.125 16.9921875 C5.11742676 18.00733429 5.10985352 19.02248108 5.10205078 20.06838989 C5.06951994 24.41021933 5.01431643 28.7516712 4.95898438 33.09326172 C4.75609333 50.50184768 5.11283922 67.82684257 8.6875 84.9375 C8.85411133 85.74558105 9.02072266 86.55366211 9.19238281 87.38623047 C14.35572601 111.06748971 24.58172549 132.32325316 36.91186523 153.01733398 C38 155 38 155 39 158 C41.97 158.33 44.94 158.66 48 159 C48 161.31 48 163.62 48 166 C49.7015625 166.185625 49.7015625 166.185625 51.4375 166.375 C52.613125 166.58125 53.78875 166.7875 55 167 C56.35439668 169.70879335 56.06501451 172.00933268 56 175 C58.31 175 60.62 175 63 175 C63 177.31 63 179.62 63 182 C63.94875 182.309375 64.8975 182.61875 65.875 182.9375 C69 184 69 184 71 185 C71.625 187.5625 71.625 187.5625 72 190 C74.31 190.66 76.62 191.32 79 192 C78.773125 192.598125 78.54625 193.19625 78.3125 193.8125 C78.209375 194.534375 78.10625 195.25625 78 196 C79.35444301 197.77190909 79.35444301 197.77190909 81 199 C80.67 199.66 80.34 200.32 80 201 C78.86111328 200.04287109 78.86111328 200.04287109 77.69921875 199.06640625 C76.70535156 198.24011719 75.71148437 197.41382813 74.6875 196.5625 C73.70136719 195.73878906 72.71523437 194.91507813 71.69921875 194.06640625 C68.92313208 191.94115321 66.97051399 191.17419482 63.5625 190.5625 C61.0850449 190.01866839 59.20636638 189.2257591 57 188 C57 186.35 57 184.7 57 183 C55.88625 182.731875 54.7725 182.46375 53.625 182.1875 C50 181 50 181 48 178 C48.33 177.34 48.66 176.68 49 176 C48.360625 175.79375 47.72125 175.5875 47.0625 175.375 C45 174 45 174 44.25 170.875 C44.1675 169.92625 44.085 168.9775 44 168 C43.01 167.67 42.02 167.34 41 167 C40.71125 167.969375 40.4225 168.93875 40.125 169.9375 C39 173 39 173 37 174 C37 174.66 37 175.32 37 176 C37.99 176.33 38.98 176.66 40 177 C40 178.65 40 180.3 40 182 C35.36599287 178.73436816 32.57215926 174.97671359 29.5 170.3125 C28.73103394 169.14738892 28.73103394 169.14738892 27.9465332 167.95874023 C14.67871025 147.36783338 5.48338739 125.88865833 -0.8125 102.3125 C-1.10302246 101.23242676 -1.39354492 100.15235352 -1.69287109 99.03955078 C-5.4823869 84.19261731 -6.37883304 69.61267432 -6.3125 54.375 C-6.31134186 53.54638458 -6.31018372 52.71776917 -6.30899048 51.86404419 C-6.26021932 34.16820842 -4.56021539 17.14123514 0 0 Z " fill="#72AECF" transform="translate(24,177)"/>
<path d="M0 0 C2.28290706 3.77519696 2.85005247 7.84277568 3.5625 12.125 C3.75102539 13.18847656 3.75102539 13.18847656 3.94335938 14.2734375 C12.32945648 63.09720704 1.79242521 111.09770135 -22 154 C-24.7839183 152.60804085 -24.97898997 150.84424221 -26 148 C-29.54875053 147.80284719 -32.09557968 147.82168476 -35 150 C-35.165 150.825 -35.33 151.65 -35.5 152.5 C-35.665 153.325 -35.83 154.15 -36 155 C-38.0625 156.3125 -38.0625 156.3125 -40 157 C-40 158.98 -40 160.96 -40 163 C-40.721875 163.04125 -41.44375 163.0825 -42.1875 163.125 C-45.46821815 164.14566787 -46.54142927 165.61740451 -48.5859375 168.2890625 C-50.07620062 170.09219853 -51.64556871 171.49782781 -53.4375 173 C-56.76144779 175.81880751 -59.8131765 178.8138449 -62.85131836 181.93115234 C-70.08042559 189.34434558 -77.6996693 195.81890267 -86 202 C-86.66 201.67 -87.32 201.34 -88 201 C-87.505 199.02 -87.505 199.02 -87 197 C-83.535 196.01 -83.535 196.01 -80 195 C-80 192.69 -80 190.38 -80 188 C-79.01 188 -78.02 188 -77 188 C-77 188.99 -77 189.98 -77 191 C-76.3503125 190.01 -76.3503125 190.01 -75.6875 189 C-74.8521875 188.01 -74.8521875 188.01 -74 187 C-73.01 187 -72.02 187 -71 187 C-71.061875 186.236875 -71.12375 185.47375 -71.1875 184.6875 C-71 182 -71 182 -69.75 180.1875 C-67.23969342 178.48407768 -64.9325736 179 -62 179 C-62.66 178.01 -63.32 177.02 -64 176 C-64.125 173.3125 -64.125 173.3125 -64 171 C-61.36 170.67 -58.72 170.34 -56 170 C-56 168.02 -56 166.04 -56 164 C-50.25 162 -50.25 162 -48 162 C-48 160.02 -48 158.04 -48 156 C-46.9275 155.773125 -45.855 155.54625 -44.75 155.3125 C-35.19904913 151.96966719 -29.13580942 136.53550083 -24.81860352 127.73925781 C-20.52549998 118.717594 -17.07470585 109.49864485 -14 100 C-13.77183594 99.31470215 -13.54367187 98.6294043 -13.30859375 97.92333984 C-9.52281539 86.4713603 -7.34479362 74.98004407 -6 63 C-5.90283691 62.13536133 -5.80567383 61.27072266 -5.70556641 60.37988281 C-4.87322396 51.86789231 -4.84745105 43.3795299 -4.86962891 34.8359375 C-4.87500582 32.3723337 -4.86964334 29.90891092 -4.86328125 27.4453125 C-4.86030124 19.56079797 -4.99877531 11.83498054 -6 4 C-3.525 3.505 -3.525 3.505 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#7CBAD9" transform="translate(432,181)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 3.31 3 5.62 3 8 C3.99 8.33 4.98 8.66 6 9 C7.65049717 13.43028188 8.22973141 17.29050618 8 22 C8.66 22 9.32 22 10 22 C10.495 23.485 10.495 23.485 11 25 C10.34 25 9.68 25 9 25 C9.309375 25.825 9.61875 26.65 9.9375 27.5 C11.6614412 33.17886513 12.91342314 39.25973058 11 45 C11.33 45.66 11.66 46.32 12 47 C12.13415472 49.6723621 12.04318541 52.32250488 12 55 C12.66 55.33 13.32 55.66 14 56 C13.608125 56.825 13.21625 57.65 12.8125 58.5 C11.89090007 62.46996892 12.67031907 63.94956365 14.25390625 67.57421875 C15.76881952 72.49966974 15.55501381 77.91117205 15 83 C14.34 83.66 13.68 84.32 13 85 C12.57119129 87.39163277 12.57119129 87.39163277 12.4375 90.125 C12.18421215 93.6295828 11.87906255 97.08510647 11.375 100.5625 C10.70184779 103.8550076 10.70184779 103.8550076 12 106 C11.01453001 107.67529898 10.01059521 109.33973644 9 111 C7.90707201 113.63368989 6.96372777 116.31689428 6 119 C5.649375 119.86625 5.29875 120.7325 4.9375 121.625 C3.4807918 125.31532743 2.27985347 129.08048144 1.125 132.875 C-0.27289806 136.75805017 -2.09024869 140.34736886 -4 144 C-4.99 143.67 -5.98 143.34 -7 143 C-7 142.34 -7 141.68 -7 141 C-11.0042343 144.49087093 -12.62671065 146.64951939 -13 152 C-13.66 152 -14.32 152 -15 152 C-17.06893107 154.33588992 -18.8097836 156.67620467 -20.390625 159.3671875 C-26.8240532 169.89177636 -36.16438622 178.5147212 -45 187 C-45.76699219 187.73734375 -46.53398437 188.4746875 -47.32421875 189.234375 C-52.77904751 194.23555674 -59.09477198 199.59601089 -66.625 200.375 C-67.800625 200.189375 -67.800625 200.189375 -69 200 C-69.70703125 198.265625 -69.70703125 198.265625 -70 196 C-66.18249213 189.9011586 -60.18376988 185.37229786 -54.56640625 181.015625 C-41.16064784 170.4869015 -30.44870211 158.08026062 -21 144 C-20.31164062 142.99710938 -19.62328125 141.99421875 -18.9140625 140.9609375 C4.91388155 104.51265945 10.77207058 58.155224 3 16 C2.85594727 15.1941748 2.71189453 14.38834961 2.56347656 13.55810547 C1.75282687 9.02968028 0.89979084 4.51171719 0 0 Z " fill="#36A8ED" transform="translate(388,176)"/>
<path d="M0 0 C0 3.51716303 -0.82445585 4.37121748 -3 7 C-2.01 7.99 -2.01 7.99 -1 9 C-0.01 9.99 -0.01 9.99 1 11 C-7.25017676 17.25416625 -16.04749908 22.25133684 -25.6875 26.0625 C-27.85241203 26.94016704 -29.70889758 27.95587557 -31.6875 29.1875 C-33.3271875 30.0846875 -33.3271875 30.0846875 -35 31 C-35.66 30.67 -36.32 30.34 -37 30 C-40.08333333 30.75 -40.08333333 30.75 -43 32 C-43.495 32.99 -43.495 32.99 -44 34 C-44.99 33.95875 -45.98 33.9175 -47 33.875 C-49.89424557 33.86325864 -52.39247414 34.25535896 -55.1875 35 C-59 36 -59 36 -63 36 C-63 36.66 -63 37.32 -63 38 C-63.99 38 -64.98 38 -66 38 C-66 38.66 -66 39.32 -66 40 C-65.34 40 -64.68 40 -64 40 C-64 40.66 -64 41.32 -64 42 C-64.99 41.67 -65.98 41.34 -67 41 C-67.33 40.01 -67.66 39.02 -68 38 C-68.89138672 38.10828125 -68.89138672 38.10828125 -69.80078125 38.21875 C-76.22562641 38.93817279 -82.53847873 39.11055835 -89 39 C-89.495 39.99 -89.495 39.99 -90 41 C-90 40.34 -90 39.68 -90 39 C-90.71019287 39.00523682 -91.42038574 39.01047363 -92.15209961 39.01586914 C-95.4138905 39.03683761 -98.67566714 39.04972281 -101.9375 39.0625 C-103.05447266 39.07087891 -104.17144531 39.07925781 -105.32226562 39.08789062 C-120.60190316 39.13269895 -120.60190316 39.13269895 -127 37 C-126.67 35.68 -126.34 34.36 -126 33 C-123.03 32.505 -123.03 32.505 -120 32 C-120 31.67 -120 31.34 -120 31 C-115.85507159 30.22867883 -111.88106916 29.84765697 -107.66796875 29.75390625 C-106.4658374 29.72256592 -105.26370605 29.69122559 -104.02514648 29.65893555 C-102.75872314 29.62711182 -101.4922998 29.59528809 -100.1875 29.5625 C-89.34545229 29.2286824 -78.71317291 28.74643585 -68 27 C-67.24557617 26.88317871 -66.49115234 26.76635742 -65.71386719 26.64599609 C-41.79327744 22.83053113 -19.96185089 13.69178234 0 0 Z " fill="#36AAED" transform="translate(322,366)"/>
<path d="M0 0 C17.09126323 9.95783345 33.4027283 23.76543757 46 39 C46.73347656 39.83402344 47.46695313 40.66804688 48.22265625 41.52734375 C66.61016869 62.77060298 79.83929266 87.61109248 88.5 114.25 C88.75547607 115.02384033 89.01095215 115.79768066 89.27416992 116.5949707 C90.71865068 121.23914136 91.25724612 125.13804825 91 130 C89.35 130.33 87.7 130.66 86 131 C86.10828125 132.10794922 86.10828125 132.10794922 86.21875 133.23828125 C86.85411133 140.18313352 87.12352301 147.02781245 87 154 C86.67 154 86.34 154 86 154 C85.90501221 153.25129639 85.81002441 152.50259277 85.7121582 151.73120117 C81.17685632 116.5819387 72.14672344 83.03408029 51 54 C50.48405273 53.29085449 49.96810547 52.58170898 49.43652344 51.85107422 C43.82700761 43.76254781 43.82700761 43.76254781 37.33959961 36.42089844 C36 35 36 35 36 33 C35.01 32.67 34.02 32.34 33 32 C31.45703125 30.36328125 31.45703125 30.36328125 29.8125 28.3125 C25.69724236 23.45457379 21.12486549 19.04162183 15 17 C14.67 16.34 14.34 15.68 14 15 C13.34 15.66 12.68 16.32 12 17 C11.06576355 13.98968256 10.95550089 13.13349732 12 10 C11.42765625 9.89429688 10.8553125 9.78859375 10.265625 9.6796875 C7.64662173 8.89398652 5.93910718 7.75466868 3.75 6.125 C3.04359375 5.61195312 2.3371875 5.09890625 1.609375 4.5703125 C0.81273437 3.79300781 0.81273437 3.79300781 0 3 C0 2.01 0 1.02 0 0 Z " fill="#487CA4" transform="translate(341,54)"/>
<path d="M0 0 C0.99 0.495 0.99 0.495 2 1 C1.46890625 1.38671875 0.9378125 1.7734375 0.390625 2.171875 C-4.0670388 5.44557544 -4.0670388 5.44557544 -8.125 9.1875 C-10.48958604 11.4732665 -13.05530186 12.55769887 -16 14 C-17.67036393 15.32869858 -19.33784732 16.66104368 -21 18 C-21.66 18 -22.32 18 -23 18 C-23 18.66 -23 19.32 -23 20 C-24.45105125 21.26669638 -25.96353094 22.46339237 -27.5 23.625 C-43.82204383 36.37875498 -56.27120414 53.44468217 -67 71 C-67.67933594 72.09828125 -68.35867187 73.1965625 -69.05859375 74.328125 C-82.81038702 97.38181352 -92.23826521 125.13354451 -94 152 C-94.33 152 -94.66 152 -95 152 C-95.06058594 150.95199219 -95.12117188 149.90398437 -95.18359375 148.82421875 C-95.26801738 147.44529952 -95.35266447 146.06639395 -95.4375 144.6875 C-95.47681641 143.99720703 -95.51613281 143.30691406 -95.55664062 142.59570312 C-95.74927415 139.52838465 -96.02322717 136.93031848 -97 134 C-97.66 134 -98.32 134 -99 134 C-99.3399257 127.06967805 -98.36900115 121.90215483 -95.9375 115.4375 C-95.6187793 114.56617432 -95.30005859 113.69484863 -94.97167969 112.79711914 C-94.00406689 110.18861618 -93.00931481 107.59262345 -92 105 C-91.58355225 103.92492187 -91.58355225 103.92492187 -91.15869141 102.828125 C-82.24430913 80.23845646 -68.17528003 57.54211528 -50.64453125 40.64453125 C-49.00313139 39.00313139 -47.53659607 37.29196045 -46.0625 35.5 C-42.71479747 31.55231961 -38.97337377 28.30608963 -35 25 C-34.19973389 24.31526611 -34.19973389 24.31526611 -33.38330078 23.61669922 C-25.48927163 16.86673226 -17.39309996 10.70576025 -8.625 5.125 C-7.38496216 4.32993042 -7.38496216 4.32993042 -6.11987305 3.51879883 C-5.35070557 3.04079834 -4.58153809 2.56279785 -3.7890625 2.0703125 C-2.76353271 1.43246826 -2.76353271 1.43246826 -1.71728516 0.78173828 C-1.15058105 0.52376465 -0.58387695 0.26579102 0 0 Z " fill="#3E6F97" transform="translate(124,48)"/>
<path d="M0 0 C0.66 0.99 1.32 1.98 2 3 C1.67 3.66 1.34 4.32 1 5 C1.66 5 2.32 5 3 5 C5 7 5 7 5.22705078 8.90127563 C5.21134033 10.06510269 5.21134033 10.06510269 5.1953125 11.25244141 C5.18878662 12.13654694 5.18226074 13.02065247 5.17553711 13.93154907 C5.15885986 14.8951535 5.14218262 15.85875793 5.125 16.8515625 C5.10789148 18.91145683 5.09097156 20.97135274 5.07421875 23.03125 C5.06181152 24.11019531 5.0494043 25.18914062 5.03662109 26.30078125 C4.84192768 43.97375102 4.84240877 61.43104283 7 79 C6.34 79 5.68 79 5 79 C4.67 79.99 4.34 80.98 4 82 C3.01 82 2.02 82 1 82 C1 83.65 1 85.3 1 87 C-0.875 86.8125 -0.875 86.8125 -3 86 C-6.54699594 79.8394281 -6.1607928 71.63047942 -6.203125 64.6796875 C-6.21004868 63.9065773 -6.21697235 63.1334671 -6.22410583 62.33692932 C-6.24131677 59.84956746 -6.24769525 57.36241864 -6.25 54.875 C-6.25133942 54.02640411 -6.25267883 53.17780823 -6.25405884 52.30349731 C-6.24794134 34.43851542 -4.60459721 17.30806042 0 0 Z " fill="#5D94B8" transform="translate(24,177)"/>
<path d="M0 0 C2.28290706 3.77519696 2.85005247 7.84277568 3.5625 12.125 C3.68818359 12.83398438 3.81386719 13.54296875 3.94335938 14.2734375 C5.83861287 25.3075835 6.18638094 36.15822197 6.18530273 47.33056641 C6.18748918 49.86247584 6.20570044 52.39394849 6.22460938 54.92578125 C6.29861075 74.71690292 6.29861075 74.71690292 4 81 C1.92260742 82.81201172 1.92260742 82.81201172 0 84 C-0.99 82.68 -1.98 81.36 -3 80 C-2.505 79.01 -2.505 79.01 -2 78 C-2.99 78 -3.98 78 -5 78 C-5 78.99 -5 79.98 -5 81 C-5.99 81 -6.98 81 -8 81 C-7.54994762 74.95982335 -7.00333103 68.95008258 -6.24311829 62.94018555 C-5.06871711 53.39603093 -4.71798369 43.99314392 -4.79418945 34.38330078 C-4.81270839 31.97287584 -4.81469617 29.5628333 -4.81445312 27.15234375 C-4.83269173 19.36894569 -5.02537223 11.73464599 -6 4 C-4.35 3.67 -2.7 3.34 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#5E95B9" transform="translate(432,181)"/>
<path d="M0 0 C1.7071064 0.73639884 3.41374136 1.47392335 5.1171875 2.21875 C7.12901992 3.08721731 7.12901992 3.08721731 9.8125 3.875 C12 5 12 5 13.3125 7.625 C13.6528125 8.800625 13.6528125 8.800625 14 10 C16.97 10.33 19.94 10.66 23 11 C23 13.31 23 15.62 23 18 C24.134375 18.12375 25.26875 18.2475 26.4375 18.375 C27.613125 18.58125 28.78875 18.7875 30 19 C31.35439668 21.70879335 31.06501451 24.00933268 31 27 C33.31 27 35.62 27 38 27 C38 29.31 38 31.62 38 34 C38.94875 34.309375 39.8975 34.61875 40.875 34.9375 C44 36 44 36 46 37 C46.625 39.5625 46.625 39.5625 47 42 C49.31 42.66 51.62 43.32 54 44 C53.773125 44.598125 53.54625 45.19625 53.3125 45.8125 C53.1578125 46.8953125 53.1578125 46.8953125 53 48 C54.35444301 49.77190909 54.35444301 49.77190909 56 51 C55.505 51.99 55.505 51.99 55 53 C54.24074219 52.36191406 53.48148438 51.72382813 52.69921875 51.06640625 C51.70535156 50.24011719 50.71148437 49.41382813 49.6875 48.5625 C48.70136719 47.73878906 47.71523437 46.91507812 46.69921875 46.06640625 C43.92313208 43.94115321 41.97051399 43.17419482 38.5625 42.5625 C36.0850449 42.01866839 34.20636638 41.2257591 32 40 C32 38.35 32 36.7 32 35 C30.88625 34.731875 29.7725 34.46375 28.625 34.1875 C25 33 25 33 23 30 C23.33 29.34 23.66 28.68 24 28 C23.360625 27.79375 22.72125 27.5875 22.0625 27.375 C20 26 20 26 19.25 22.875 C19.12625 21.451875 19.12625 21.451875 19 20 C18.01 19.67 17.02 19.34 16 19 C15.566875 20.4540625 15.566875 20.4540625 15.125 21.9375 C14 25 14 25 12 26 C12 26.66 12 27.32 12 28 C12.99 28.33 13.98 28.66 15 29 C15 30.65 15 32.3 15 34 C9.97900521 30.56944923 7.17850049 26.20595485 3.9375 21.1875 C3.42123047 20.40568359 2.90496094 19.62386719 2.37304688 18.81835938 C0.89177103 16.55964959 -0.56070168 14.28564448 -2 12 C-2.64171143 10.99573975 -2.64171143 10.99573975 -3.29638672 9.97119141 C-4.28112999 8.36236868 -5.15220685 6.68501532 -6 5 C-5.67 4.01 -5.34 3.02 -5 2 C-4.01 2.33 -3.02 2.66 -2 3 C-1.34 2.01 -0.68 1.02 0 0 Z " fill="#82C2E0" transform="translate(49,325)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.02749766 1.37488287 2.0466164 2.74993391 2.0625 4.125 C2.07410156 4.89070312 2.08570313 5.65640625 2.09765625 6.4453125 C2 9 2 9 1.50396729 11.81365967 C1.03466953 14.78080137 0.86095399 17.53682297 0.83886719 20.53613281 C0.82925964 21.59874329 0.8196521 22.66135376 0.80975342 23.75616455 C0.80550354 24.8936615 0.80125366 26.03115845 0.796875 27.203125 C0.79117493 28.39492371 0.78547485 29.58672241 0.77960205 30.81463623 C0.77016582 33.33963132 0.76362355 35.86463866 0.75976562 38.38964844 C0.75013941 42.19489061 0.71913514 45.99957378 0.6875 49.8046875 C0.62635937 63.82152076 0.76811637 77.58119298 4.6126709 91.16467285 C5.15187802 93.08991529 5.58374524 95.04448607 6 97 C4.125 99.5 4.125 99.5 2 101 C0 100 0 100 -1.08984375 97.98046875 C-2.28250132 94.07489912 -2.4212256 90.3750004 -2.5625 86.3125 C-2.54680031 80.99373132 -2.54680031 80.99373132 -4 76 C-4.99 76.99 -4.99 76.99 -6 78 C-6.33 70.74 -6.66 63.48 -7 56 C-7.66 56 -8.32 56 -9 56 C-9.02700675 53.08327116 -9.04684237 50.16679323 -9.0625 47.25 C-9.07087891 46.425 -9.07925781 45.6 -9.08789062 44.75 C-9.09111328 43.95078125 -9.09433594 43.1515625 -9.09765625 42.328125 C-9.10289307 41.5949707 -9.10812988 40.86181641 -9.11352539 40.10644531 C-8.9975109 37.9538151 -8.59073271 36.0685865 -8 34 C-7.34 34 -6.68 34 -6 34 C-6.66 33.34 -7.32 32.68 -8 32 C-8 30.68 -8 29.36 -8 28 C-7.34 28 -6.68 28 -6 28 C-6.33 26.35 -6.66 24.7 -7 23 C-6.34 23 -5.68 23 -5 23 C-5.05220703 22.05640625 -5.05220703 22.05640625 -5.10546875 21.09375 C-5.29836524 14.99454684 -4.51380648 10.53037426 -2 5 C-1.608125 4.01 -1.21625 3.02 -0.8125 2 C-0.544375 1.34 -0.27625 0.68 0 0 Z " fill="#059EF0" transform="translate(58,193)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.33 1.32 3.66 2.64 4 4 C6.0745356 4.1490712 6.0745356 4.1490712 8 3 C8.3584236 9.86707028 7.05661334 15.70706997 5.25 22.3125 C4.99734375 23.28123047 4.7446875 24.24996094 4.484375 25.24804688 C0.58251164 39.87027983 0.58251164 39.87027983 -2 45 C-5 46 -5 46 -7.125 45.25 C-9 44 -9 44 -10 41 C-9.5625 38.8125 -9.5625 38.8125 -9 37 C-11.475 37.495 -11.475 37.495 -14 38 C-13.57976562 36.77152344 -13.15953125 35.54304688 -12.7265625 34.27734375 C-10.41295388 27.33787722 -8.4465915 20.29757202 -6.4296875 13.26757812 C-6.130625 12.23181641 -5.8315625 11.19605469 -5.5234375 10.12890625 C-5.25450684 9.19119385 -4.98557617 8.25348145 -4.70849609 7.28735352 C-4 5 -4 5 -3 3 C-2.01 3 -1.02 3 0 3 C0 2.01 0 1.02 0 0 Z " fill="#71ACCD" transform="translate(427,259)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 3.31 3 5.62 3 8 C3.99 8.33 4.98 8.66 6 9 C7.65049717 13.43028188 8.22973141 17.29050618 8 22 C8.66 22 9.32 22 10 22 C10.33 22.99 10.66 23.98 11 25 C10.34 25 9.68 25 9 25 C9.309375 25.825 9.61875 26.65 9.9375 27.5 C11.6614412 33.17886513 12.91342314 39.25973058 11 45 C11.33 45.66 11.66 46.32 12 47 C12.13415472 49.6723621 12.04318541 52.32250488 12 55 C12.66 55.33 13.32 55.66 14 56 C13.608125 56.825 13.21625 57.65 12.8125 58.5 C11.89090007 62.46996892 12.67031907 63.94956365 14.25390625 67.57421875 C15.76881952 72.49966974 15.55501381 77.91117205 15 83 C14.01 83.99 14.01 83.99 13 85 C12.57119129 87.39163277 12.57119129 87.39163277 12.4375 90.125 C12.18421215 93.6295828 11.87906255 97.08510647 11.375 100.5625 C10.70184779 103.8550076 10.70184779 103.8550076 12 106 C11.01453001 107.67529898 10.01059521 109.33973644 9 111 C8.17461872 113.02520383 7.43449318 115.07087163 6.6953125 117.12890625 C5.93736213 119.16855923 5.03621629 121.08698532 4 123 C3.34 122.67 2.68 122.34 2 122 C2.51044762 119.4477619 3.24182277 117.52686848 4.4375 115.1875 C7.82663591 107.52871739 9.61642838 95.24869168 7.5027771 87.0778656 C6.95414604 84.8104958 6.86168861 82.80433786 6.84228516 80.47290039 C6.82689194 79.13353172 6.82689194 79.13353172 6.81118774 77.7671051 C6.80388641 76.80368698 6.79658508 75.84026886 6.7890625 74.84765625 C6.76093344 72.76887315 6.73226882 70.69009724 6.703125 68.61132812 C6.66237303 65.36499718 6.62546526 62.11879168 6.59863281 58.87231445 C6.41861846 38.78985123 3.9220108 19.66568538 0 0 Z " fill="#049BEE" transform="translate(388,176)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.88877853 22.09602173 -0.81551754 42.7077455 -10.05566406 62.92333984 C-10.9153963 64.8139506 -11.72243957 66.72829774 -12.5234375 68.64453125 C-14.83639978 74.10452402 -14.83639978 74.10452402 -16 76 C-17.485 76.495 -17.485 76.495 -19 77 C-19.80212628 78.87387216 -19.80212628 78.87387216 -20.1875 81.0625 C-20.34605469 81.79597656 -20.50460937 82.52945313 -20.66796875 83.28515625 C-20.77753906 83.85105469 -20.88710938 84.41695313 -21 85 C-21.66 85 -22.32 85 -23 85 C-23 84.34 -23 83.68 -23 83 C-23.66 83 -24.32 83 -25 83 C-25.495 83.99 -25.495 83.99 -26 85 C-27.23828125 83.40234375 -27.23828125 83.40234375 -28 81 C-26.83801338 78.66045053 -25.65076554 76.70275175 -24.1875 74.5625 C-10.11952425 52.52312882 -2.31609558 25.94027052 0 0 Z " fill="#35A7EC" transform="translate(394,241)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C4 2.66 4 3.32 4 4 C4.99 4.33 5.98 4.66 7 5 C8.33447266 6.91772461 8.33447266 6.91772461 9.6640625 9.40234375 C10.14617188 10.29244141 10.62828125 11.18253906 11.125 12.09960938 C11.62 13.03611328 12.115 13.97261719 12.625 14.9375 C13.37910156 16.33645508 13.37910156 16.33645508 14.1484375 17.76367188 C17.45602679 23.91205357 17.45602679 23.91205357 19 27 C11.25 26.25 11.25 26.25 9 24 C8.13375 24.7734375 8.13375 24.7734375 7.25 25.5625 C5 27 5 27 3.01831055 26.87426758 C0.20023392 25.65356691 -0.26906053 24.21114402 -1.54296875 21.44921875 C-1.97673828 20.52302734 -2.41050781 19.59683594 -2.85742188 18.64257812 C-3.29634766 17.66740234 -3.73527344 16.69222656 -4.1875 15.6875 C-4.86329102 14.24213867 -4.86329102 14.24213867 -5.55273438 12.76757812 C-7.37655449 8.82189234 -8.94195406 5.23218376 -10 1 C-5.545 1.99 -5.545 1.99 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#7AB8D7" transform="translate(41,302)"/>
<path d="M0 0 C17.08626412 9.95492083 33.41356488 23.76232023 46 39 C46.75667969 39.86882812 47.51335937 40.73765625 48.29296875 41.6328125 C53.04695395 47.16070226 57.50708424 52.84079576 61.6875 58.8125 C62.13391846 59.42230713 62.58033691 60.03211426 63.0402832 60.66040039 C65.30431122 63.99059871 66.00494936 65.81760703 65.89453125 69.88671875 C65.59933594 70.91410156 65.30414063 71.94148438 65 73 C64.01 73.495 64.01 73.495 63 74 C62.505 72.9275 62.01 71.855 61.5 70.75 C56.93213173 61.67770607 50.74735367 53.55154136 44.6875 45.4375 C44.171875 44.7465625 43.65625 44.055625 43.125 43.34375 C42.38830078 42.36728516 42.38830078 42.36728516 41.63671875 41.37109375 C41.20061279 40.79286865 40.76450684 40.21464355 40.31518555 39.61889648 C39.01010425 37.94234834 39.01010425 37.94234834 37.33520508 36.41430664 C36 35 36 35 36 33 C35.01 32.67 34.02 32.34 33 32 C31.45703125 30.36328125 31.45703125 30.36328125 29.8125 28.3125 C25.69724236 23.45457379 21.12486549 19.04162183 15 17 C14.67 16.34 14.34 15.68 14 15 C13.34 15.66 12.68 16.32 12 17 C11.06576355 13.98968256 10.95550089 13.13349732 12 10 C11.42765625 9.89429688 10.8553125 9.78859375 10.265625 9.6796875 C7.64662173 8.89398652 5.93910718 7.75466868 3.75 6.125 C3.04359375 5.61195312 2.3371875 5.09890625 1.609375 4.5703125 C0.81273437 3.79300781 0.81273437 3.79300781 0 3 C0 2.01 0 1.02 0 0 Z " fill="#36648E" transform="translate(341,54)"/>
<path d="M0 0 C0.99 0.495 0.99 0.495 2 1 C1.46890625 1.38671875 0.9378125 1.7734375 0.390625 2.171875 C-4.0670388 5.44557544 -4.0670388 5.44557544 -8.125 9.1875 C-10.48958604 11.4732665 -13.05530186 12.55769887 -16 14 C-17.67036393 15.32869858 -19.33784732 16.66104368 -21 18 C-21.66 18 -22.32 18 -23 18 C-23 18.66 -23 19.32 -23 20 C-24.45105125 21.26669638 -25.96353094 22.46339237 -27.5 23.625 C-42.32902281 35.21213489 -54.20072486 50.46965148 -64.04443359 66.41845703 C-65.80430648 69.25184416 -67.49063812 71.78169263 -70 74 C-70.66 73.67 -71.32 73.34 -72 73 C-72.74002801 68.55264719 -71.71663678 66.15367151 -69.25390625 62.57421875 C-68.04029897 60.93271143 -66.80889327 59.30425376 -65.5625 57.6875 C-64.92376953 56.84026367 -64.28503906 55.99302734 -63.62695312 55.12011719 C-59.67807231 49.95788198 -55.63635438 45.20671329 -50.87890625 40.7734375 C-49.07045666 39.06650171 -47.51138706 37.29724073 -45.9375 35.375 C-42.64062295 31.46495714 -38.92585596 28.2665519 -35 25 C-34.46648926 24.54351074 -33.93297852 24.08702148 -33.38330078 23.61669922 C-25.48927163 16.86673226 -17.39309996 10.70576025 -8.625 5.125 C-7.38496216 4.32993042 -7.38496216 4.32993042 -6.11987305 3.51879883 C-5.35070557 3.04079834 -4.58153809 2.56279785 -3.7890625 2.0703125 C-2.76353271 1.43246826 -2.76353271 1.43246826 -1.71728516 0.78173828 C-1.15058105 0.52376465 -0.58387695 0.26579102 0 0 Z " fill="#38658E" transform="translate(124,48)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C5.21153445 10.03604516 2.6187402 23.7625196 -2 33 C-2.82515482 36.22560521 -3 38.61936381 -3 42 C-4.75582179 48.07784465 -6.89302597 54.1107452 -11 59 C-11.66 58.67 -12.32 58.34 -13 58 C-13 57.34 -13 56.68 -13 56 C-17.0042343 59.49087093 -18.62671065 61.64951939 -19 67 C-19.99 67 -20.98 67 -22 67 C-21.34 63.7 -20.68 60.4 -20 57 C-18.02 56.505 -18.02 56.505 -16 56 C-15.24558445 53.97679465 -14.51688086 51.94061769 -13.9140625 49.8671875 C-12.45089719 45.27760058 -10.43783033 40.9328799 -8.5 36.52734375 C-8.005 35.36332031 -7.51 34.19929688 -7 33 C-6.23236328 31.20755859 -6.23236328 31.20755859 -5.44921875 29.37890625 C-3.37719805 23.77309683 -2.67910422 17.88751348 -1.8125 12 C-1.63525391 10.84371094 -1.45800781 9.68742187 -1.27539062 8.49609375 C-0.84255828 5.66513627 -0.41764628 2.83323065 0 0 Z " fill="#09A5F3" transform="translate(394,261)"/>
<path d="M0 0 C-1.97859727 2.68309781 -3.98791591 5.34195398 -6 8 C-6.78310547 9.06927734 -6.78310547 9.06927734 -7.58203125 10.16015625 C-18.06195716 23.95202262 -31.07523973 35.7826244 -45 46 C-45.66 45.67 -46.32 45.34 -47 45 C-46.67 43.68 -46.34 42.36 -46 41 C-43.69 40.34 -41.38 39.68 -39 39 C-39 36.69 -39 34.38 -39 32 C-38.01 32 -37.02 32 -36 32 C-36 32.99 -36 33.98 -36 35 C-35.566875 34.34 -35.13375 33.68 -34.6875 33 C-34.130625 32.34 -33.57375 31.68 -33 31 C-32.01 31 -31.02 31 -30 31 C-30.061875 30.236875 -30.12375 29.47375 -30.1875 28.6875 C-30 26 -30 26 -28.75 24.1875 C-26.23969342 22.48407768 -23.9325736 23 -21 23 C-21.66 22.01 -22.32 21.02 -23 20 C-23.125 17.3125 -23.125 17.3125 -23 15 C-20.36 14.67 -17.72 14.34 -15 14 C-15 12.02 -15 10.04 -15 8 C-9.25 6 -9.25 6 -7 6 C-7 4.02 -7 2.04 -7 0 C-3.86650268 -1.04449911 -3.01031744 -0.93423645 0 0 Z " fill="#2592EB" transform="translate(391,337)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.02749766 1.37488287 2.0466164 2.74993391 2.0625 4.125 C2.07410156 4.89070312 2.08570313 5.65640625 2.09765625 6.4453125 C2 9 2 9 1.51367188 11.71289062 C0.96590384 15.2181895 0.78966299 18.60269424 0.68359375 22.1484375 C0.66281265 22.80582916 0.64203156 23.46322083 0.62062073 24.14053345 C0.55579247 26.21859362 0.49655436 28.29676856 0.4375 30.375 C0.39425112 31.79298011 0.35063491 33.21094907 0.30664062 34.62890625 C0.20018082 38.0858188 0.09873016 41.54285706 0 45 C-0.33 45 -0.66 45 -1 45 C-1 39.06 -1 33.12 -1 27 C-1.66 27 -2.32 27 -3 27 C-3.12117188 28.17175781 -3.24234375 29.34351563 -3.3671875 30.55078125 C-4.27206679 39.10252774 -5.25451887 47.56969752 -7 56 C-7.66 56 -8.32 56 -9 56 C-9.02700675 53.08327116 -9.04684237 50.16679323 -9.0625 47.25 C-9.07087891 46.425 -9.07925781 45.6 -9.08789062 44.75 C-9.09111328 43.95078125 -9.09433594 43.1515625 -9.09765625 42.328125 C-9.10289307 41.5949707 -9.10812988 40.86181641 -9.11352539 40.10644531 C-8.9975109 37.9538151 -8.59073271 36.0685865 -8 34 C-7.34 34 -6.68 34 -6 34 C-6.66 33.34 -7.32 32.68 -8 32 C-8 30.68 -8 29.36 -8 28 C-7.34 28 -6.68 28 -6 28 C-6.33 26.35 -6.66 24.7 -7 23 C-6.34 23 -5.68 23 -5 23 C-5.05220703 22.05640625 -5.05220703 22.05640625 -5.10546875 21.09375 C-5.29836524 14.99454684 -4.51380648 10.53037426 -2 5 C-1.608125 4.01 -1.21625 3.02 -0.8125 2 C-0.544375 1.34 -0.27625 0.68 0 0 Z " fill="#047BD5" transform="translate(58,193)"/>
<path d="M0 0 C2.64 0.33 5.28 0.66 8 1 C8 3.31 8 5.62 8 8 C9.134375 8.12375 10.26875 8.2475 11.4375 8.375 C12.613125 8.58125 13.78875 8.7875 15 9 C16.35439668 11.70879335 16.06501451 14.00933268 16 17 C18.31 17 20.62 17 23 17 C23 19.31 23 21.62 23 24 C23.94875 24.309375 24.8975 24.61875 25.875 24.9375 C29 26 29 26 31 27 C31.625 29.5625 31.625 29.5625 32 32 C34.31 32.66 36.62 33.32 39 34 C38.773125 34.598125 38.54625 35.19625 38.3125 35.8125 C38.1578125 36.8953125 38.1578125 36.8953125 38 38 C39.35444301 39.77190909 39.35444301 39.77190909 41 41 C40.505 41.99 40.505 41.99 40 43 C26.09634219 32.45964602 13.4097102 20.15246363 3.78515625 5.5625 C2.2525228 2.92698467 2.2525228 2.92698467 0 2 C0 1.34 0 0.68 0 0 Z " fill="#2996EC" transform="translate(64,335)"/>
<path d="M0 0 C3.56777467 4.08089283 5.85370322 8.34914081 8.1875 13.1875 C8.72020508 14.27321289 8.72020508 14.27321289 9.26367188 15.38085938 C10.18071796 17.25149418 11.09084475 19.12551745 12 21 C12.33 21.66 12.66 22.32 13 23 C13.04516433 24.43679032 13.03864149 25.87551946 13 27.3125 C12.9614688 29.98399687 13.03585464 32.1792732 13.5625 34.8125 C14.04503478 37.2251739 13.77062239 38.68813283 13 41 C13.66 41.33 14.32 41.66 15 42 C14.34 42.66 13.68 43.32 13 44 C12.45833333 42.64583333 11.91666667 41.29166667 11.375 39.9375 C10.82779297 38.57238281 10.82779297 38.57238281 10.26953125 37.1796875 C9.36579332 34.91617158 8.46798469 32.65028445 7.57421875 30.3828125 C7.32687988 29.75777832 7.07954102 29.13274414 6.82470703 28.48876953 C6.31434088 27.19895885 5.80622074 25.9082573 5.30029297 24.61669922 C3.72595169 20.64718907 1.93794759 16.86446803 0 13.0625 C-1.72159787 9.41161943 -2.28549671 7.25969232 -1.3125 3.3125 C-0.879375 2.219375 -0.44625 1.12625 0 0 Z " fill="#407199" transform="translate(407,121)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.20496094 1.09699219 3.40992188 2.19398438 3.62109375 3.32421875 C3.89321293 4.77864887 4.16534925 6.23307578 4.4375 7.6875 C4.57220703 8.40873047 4.70691406 9.12996094 4.84570312 9.87304688 C5.54098845 13.58688798 6.24774702 17.29716254 7 21 C3.98155093 22.25768711 1.1921126 23.20197185 -2 24 C-2.66 21.36 -3.32 18.72 -4 16 C-4.99 16 -5.98 16 -7 16 C-9.42857143 9.71428571 -9.42857143 9.71428571 -8 6 C-7.01 6.33 -6.02 6.66 -5 7 C-4.8453125 6.0409375 -4.8453125 6.0409375 -4.6875 5.0625 C-4.460625 4.381875 -4.23375 3.70125 -4 3 C-3.01 2.67 -2.02 2.34 -1 2 C-0.67 1.34 -0.34 0.68 0 0 Z " fill="#6EA7C8" transform="translate(29,256)"/>
<path d="M0 0 C2.475 0.495 2.475 0.495 5 1 C5.6875 3.8125 5.6875 3.8125 6 7 C4.75 8.5625 4.75 8.5625 3 10 C1.99874179 11.66591109 0.99894294 13.33269955 0 15 C-4.93614522 21.70138921 -10.52469992 27.72476848 -16.375 33.625 C-16.98190674 34.24109131 -17.58881348 34.85718262 -18.21411133 35.49194336 C-18.79056396 36.06436768 -19.3670166 36.63679199 -19.9609375 37.2265625 C-20.73123291 37.99347412 -20.73123291 37.99347412 -21.51708984 38.77587891 C-23 40 -23 40 -26 41 C-26 40.34 -26 39.68 -26 39 C-25.34 39 -24.68 39 -24 39 C-24 38.34 -24 37.68 -24 37 C-22.49609375 35.5546875 -22.49609375 35.5546875 -20.4375 33.875 C-17.44391246 31.31441352 -14.61692448 28.70260503 -11.9375 25.8125 C-11.34839844 25.17957031 -10.75929688 24.54664063 -10.15234375 23.89453125 C-8.73992877 22.05924907 -8.73992877 22.05924907 -9.4375 19.921875 C-9.623125 19.28765625 -9.80875 18.6534375 -10 18 C-8.71274093 16.29749607 -7.37868281 14.62935241 -6 13 C-6 12.01 -6 11.02 -6 10 C-4.6875 8.3125 -4.6875 8.3125 -3 7 C-2.01 7 -1.02 7 0 7 C0 4.69 0 2.38 0 0 Z M-28 41 C-27.34 41.33 -26.68 41.66 -26 42 C-29.82042691 46.1842771 -32.32976351 48.64994369 -38 50 C-34.83047153 46.73991357 -31.60062011 43.77762123 -28 41 Z " fill="#35A9EE" transform="translate(366,323)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C3.02463255 2.65213292 3.02463255 2.65213292 5 3 C4.67 3.66 4.34 4.32 4 5 C4.00588071 6.91711049 4.05490837 8.83416222 4.125 10.75 C4.18739728 17.02439342 3.17891286 22.59100619 1.734375 28.67578125 C0.75806256 33.095153 0.30135119 37.49012363 0 42 C-0.33 42 -0.66 42 -1 42 C-1.06058594 40.95199219 -1.12117188 39.90398437 -1.18359375 38.82421875 C-1.26801738 37.44529952 -1.35266447 36.06639395 -1.4375 34.6875 C-1.47681641 33.99720703 -1.51613281 33.30691406 -1.55664062 32.59570312 C-1.74927415 29.52838465 -2.02322717 26.93031848 -3 24 C-3.66 24 -4.32 24 -5 24 C-5.76963893 15.22611622 -2.99062515 8.10673033 0 0 Z " fill="#4B7FA6" transform="translate(30,158)"/>
<path d="M0 0 C2.4375 1.125 2.4375 1.125 5 3 C5.8125 6.1875 5.8125 6.1875 6 9 C8.97 9.495 8.97 9.495 12 10 C11.95875 10.78375 11.9175 11.5675 11.875 12.375 C11.71271266 15.16116119 11.71271266 15.16116119 14 17 C14.433125 18.7325 14.433125 18.7325 14.875 20.5 C15.62333545 24.06376248 15.62333545 24.06376248 18.125 25.4375 C18.74375 25.623125 19.3625 25.80875 20 26 C19.34 27.98 18.68 29.96 18 32 C18.99 32 19.98 32 21 32 C21.625 34.3125 21.625 34.3125 22 37 C21.34 37.99 20.68 38.98 20 40 C14.0006928 30.35932973 8.08658726 20.72428829 3.25 10.4375 C2.91548828 9.73052979 2.58097656 9.02355957 2.23632812 8.29516602 C0.89326394 5.35739363 0 3.26754768 0 0 Z M16 20 C16.33 20.99 16.66 21.98 17 23 C16.34 22.67 15.68 22.34 15 22 C15.33 21.34 15.66 20.68 16 20 Z " fill="#0F78E3" transform="translate(43,295)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.09498779 0.58265625 1.18997559 1.1653125 1.2878418 1.765625 C3.63814052 15.95947652 6.65726766 29.36512509 11.8125 42.8125 C13 46 13 46 13 49 C11.515 49.495 11.515 49.495 10 50 C9.34 48.68 8.68 47.36 8 46 C7.01 46.495 7.01 46.495 6 47 C5.18020333 43.6684186 4.37051582 40.33445648 3.5625 37 C3.33240234 36.06542969 3.10230469 35.13085938 2.86523438 34.16796875 C0.7807154 25.52778863 -0.15662326 17.39102777 -0.0625 8.5 C-0.05798828 7.67757812 -0.05347656 6.85515625 -0.04882812 6.0078125 C-0.03718489 4.00517604 -0.01925556 2.00257773 0 0 Z " fill="#32A0E4" transform="translate(58,246)"/>
<path d="M0 0 C12.4718661 0.65641401 24.62593153 4.75056645 36.4375 8.5625 C37.83307129 9.00166748 37.83307129 9.00166748 39.25683594 9.44970703 C40.11954102 9.73571777 40.98224609 10.02172852 41.87109375 10.31640625 C43.03016235 10.69454468 43.03016235 10.69454468 44.21264648 11.08032227 C46 12 46 12 47 15 C41.06 15.495 41.06 15.495 35 16 C34.01 14.35 33.02 12.7 32 11 C29.94074861 10.27617533 29.94074861 10.27617533 28 10 C27.67 9.34 27.34 8.68 27 8 C23.30978838 6.87243534 20.70934451 7.14399742 17 8 C13 8 13 8 10 6 C10.66 5.67 11.32 5.34 12 5 C12 4.34 12 3.68 12 3 C10.02 3.99 10.02 3.99 8 5 C8 4.01 8 3.02 8 2 C7.01 2.66 6.02 3.32 5 4 C5.33 4.99 5.66 5.98 6 7 C4 8 4 8 1.9375 7.375 C0 6 0 6 -0.8125 3.4375 C-0.874375 2.633125 -0.93625 1.82875 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#102863" transform="translate(260,24)"/>
<path d="M0 0 C2.475 0.99 2.475 0.99 5 2 C2.6875 4.5 2.6875 4.5 0 7 C-0.99 7 -1.98 7 -3 7 C-2.79375 7.598125 -2.5875 8.19625 -2.375 8.8125 C-2 11 -2 11 -4 14 C-7.125 15.1875 -7.125 15.1875 -10 16 C-10.33 17.65 -10.66 19.3 -11 21 C-11.66 21 -12.32 21 -13 21 C-13.33 21.66 -13.66 22.32 -14 23 C-15.32 22.34 -16.64 21.68 -18 21 C-20.12508244 24.18762365 -20.5020163 26.26512223 -21 30 C-28.41935484 31.29032258 -28.41935484 31.29032258 -31 30 C-29.80117188 28.90945313 -29.80117188 28.90945313 -28.578125 27.796875 C-20.84291685 20.72722694 -13.3602284 13.45764318 -6 6 C-4.33450333 4.33216415 -2.66813445 2.66519759 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#86C7E4" transform="translate(386,345)"/>
<path d="M0 0 C0.46067871 0.93320068 0.46067871 0.93320068 0.93066406 1.88525391 C1.95706768 3.98100969 1.95706768 3.98100969 3.109375 5.8359375 C4.33807676 8.82146722 4.26452119 11.40855706 4.25 14.625 C4.25515625 15.77226562 4.2603125 16.91953125 4.265625 18.1015625 C4 21 4 21 2 23 C1.57119129 25.39163277 1.57119129 25.39163277 1.4375 28.125 C1.18421215 31.6295828 0.87906255 35.08510647 0.375 38.5625 C-0.29815221 41.8550076 -0.29815221 41.8550076 1 44 C0.01453001 45.67529898 -0.98940479 47.33973644 -2 49 C-2.82538128 51.02520383 -3.56550682 53.07087163 -4.3046875 55.12890625 C-5.06263787 57.16855923 -5.96378371 59.08698532 -7 61 C-7.66 60.67 -8.32 60.34 -9 60 C-8.48955238 57.4477619 -7.75817723 55.52686848 -6.5625 53.1875 C-4.38911263 48.31320406 -4.10266468 43.07100405 -3.52734375 37.81640625 C-3 34 -3 34 -1.98046875 30.37109375 C-0.442956 24.5245647 -0.53351379 18.5103146 -0.375 12.5 C-0.33632813 11.29601562 -0.29765625 10.09203125 -0.2578125 8.8515625 C-0.16414984 5.90118881 -0.07842476 2.95081144 0 0 Z " fill="#0592EB" transform="translate(399,238)"/>
<path d="M0 0 C2.0625 1.4375 2.0625 1.4375 4 4 C4.50968436 10.48216071 1.96218193 17.00724477 -0.0625 23.0625 C-0.34416016 23.92810547 -0.62582031 24.79371094 -0.91601562 25.68554688 C-1.60298435 27.79302719 -2.29770066 29.8975895 -3 32 C-3.66 31.67 -4.32 31.34 -5 31 C-5.125 24.25 -5.125 24.25 -4 22 C-4.99 21.67 -5.98 21.34 -7 21 C-6.45806986 15.669877 -5.15341447 11.42105958 -2.9375 6.5625 C-2.65583984 5.92634766 -2.37417969 5.29019531 -2.08398438 4.63476562 C-1.39710188 3.08636949 -0.69965593 1.54266643 0 0 Z " fill="#42759E" transform="translate(38,139)"/>
<path d="M0 0 C1.65 0.33 3.3 0.66 5 1 C3.34949113 7.1099583 0.19407487 12.3060494 -2.9375 17.75 C-3.47568359 18.70777344 -4.01386719 19.66554688 -4.56835938 20.65234375 C-5.09107422 21.56628906 -5.61378906 22.48023438 -6.15234375 23.421875 C-6.62663818 24.25299805 -7.10093262 25.08412109 -7.58959961 25.94042969 C-9 28 -9 28 -12 30 C-13.09969293 26.70092122 -12.90192008 25.29093739 -12.25 21.9375 C-12.09015625 21.05964844 -11.9303125 20.18179687 -11.765625 19.27734375 C-11 17 -11 17 -8 15 C-6.80767387 12.94996045 -6.80767387 12.94996045 -6 11 C-5.01 11.33 -4.02 11.66 -3 12 C-3.185625 10.700625 -3.37125 9.40125 -3.5625 8.0625 C-3.87890625 5.84765625 -3.87890625 5.84765625 -4 4 C-3.67 3.67 -3.34 3.34 -3 3 C-2.67 2.34 -2.34 1.68 -2 1 C-1.34 1.33 -0.68 1.66 0 2 C0 1.34 0 0.68 0 0 Z " fill="#1580E7" transform="translate(404,304)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 3.31 3 5.62 3 8 C3.99 8.33 4.98 8.66 6 9 C7.65049717 13.43028188 8.22973141 17.29050618 8 22 C8.66 22 9.32 22 10 22 C10.33 22.99 10.66 23.98 11 25 C10.34 25 9.68 25 9 25 C9.309375 25.825 9.61875 26.65 9.9375 27.5 C11.39737279 32.30899272 12 36.95723577 12 42 C11.01 42.495 11.01 42.495 10 43 C9.34 40.36 8.68 37.72 8 35 C7.34 35.66 6.68 36.32 6 37 C5.92483154 36.44763672 5.84966309 35.89527344 5.7722168 35.32617188 C4.14946803 23.48243635 2.33838589 11.72509803 0 0 Z " fill="#0472CE" transform="translate(388,176)"/>
<path d="M0 0 C0 0.66 0 1.32 0 2 C1.32 2.66 2.64 3.32 4 4 C0.75458886 5.04450014 -1.48516395 4.85782832 -4.8125 4.25 C-8.76710073 3.77171496 -10.72362182 3.98168646 -13.9375 6.375 C-14.46214844 6.83648437 -14.98679688 7.29796875 -15.52734375 7.7734375 C-17 9 -17 9 -20 10 C-20.33 10.99 -20.66 11.98 -21 13 C-21.66 13 -22.32 13 -23 13 C-23.66 12.34 -24.32 11.68 -25 11 C-27.47266765 11.34444881 -27.47266765 11.34444881 -30 12 C-30.99 12 -31.98 12 -33 12 C-33 11.01 -33 10.02 -33 9 C-29.08415567 7.68503767 -25.16718663 6.37345777 -21.25 5.0625 C-19.58324219 4.50272461 -19.58324219 4.50272461 -17.8828125 3.93164062 C-16.81289062 3.57392578 -15.74296875 3.21621094 -14.640625 2.84765625 C-13.16384277 2.3527771 -13.16384277 2.3527771 -11.65722656 1.84790039 C-7.58955698 0.54993857 -4.2881275 -0.11911465 0 0 Z " fill="#182F69" transform="translate(182,27)"/>
<path d="M0 0 C0.33 2.31 0.66 4.62 1 7 C1.99 7.33 2.98 7.66 4 8 C3.67 8.99 3.34 9.98 3 11 C3 11.66 3 12.32 3 13 C1.6875 15.125 1.6875 15.125 0 17 C-0.99 17 -1.98 17 -3 17 C-3.66 17.33 -4.32 17.66 -5 18 C-6.52448631 15.0173094 -7.93940067 12.181798 -9 9 C-8.328125 6.9921875 -8.328125 6.9921875 -7.25 4.875 C-6.90453125 4.17117188 -6.5590625 3.46734375 -6.203125 2.7421875 C-4.53681095 0.3292782 -2.86691875 0 0 0 Z " fill="#75B3D3" transform="translate(418,296)"/>
<path d="M0 0 C6.31619537 -0.48586118 6.31619537 -0.48586118 9.375 1.6875 C11.13434402 4.19118187 11.66466723 5.98200506 12 9 C13.65 8.67 15.3 8.34 17 8 C18.4606285 10.64738916 19 11.89448334 19 15 C21.64 15.99 24.28 16.98 27 18 C26.34 20.31 25.68 22.62 25 25 C22.26099536 22.26611499 19.52905024 19.52578392 16.80859375 16.7734375 C15.68492774 15.64059335 14.56122938 14.50778129 13.4375 13.375 C12.87353516 12.80265625 12.30957031 12.2303125 11.72851562 11.640625 C9.42602232 9.32466682 7.2300913 7.16985601 4.59765625 5.2265625 C4.07042969 4.82179688 3.54320312 4.41703125 3 4 C3 3.34 3 2.68 3 2 C2.01 1.67 1.02 1.34 0 1 C0 0.67 0 0.34 0 0 Z " fill="#042C79" transform="translate(333,96)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.29236246 10.27599916 1.26348654 20.31938611 -0.3125 30.5 C-0.43020752 31.2938208 -0.54791504 32.0876416 -0.66918945 32.90551758 C-1.36065704 36.98398184 -2.1140152 39.96041937 -5 43 C-5.33 42.67 -5.66 42.34 -6 42 C-6.33 42.66 -6.66 43.32 -7 44 C-7.66 44 -8.32 44 -9 44 C-8.82984375 43.33097656 -8.6596875 42.66195312 -8.484375 41.97265625 C-7.64613326 38.65090042 -6.82272949 35.32563227 -6 32 C-5.7512915 31.01241699 -5.7512915 31.01241699 -5.49755859 30.00488281 C-2.99540246 20.03878785 -1.13053967 10.21948355 0 0 Z " fill="#309ADC" transform="translate(394,241)"/>
<path d="M0 0 C6.89386897 4.01655501 13.1748455 8.55802847 19.375 13.5625 C20.05240234 14.10414795 20.72980469 14.6457959 21.42773438 15.20385742 C25.45953544 18.5029216 28.79765984 21.88888763 32 26 C31.01 26.33 30.02 26.66 29 27 C26.40625 25.1640625 26.40625 25.1640625 23.5 22.625 C19.62523556 19.16126202 19.62523556 19.16126202 15 17 C14.67 16.34 14.34 15.68 14 15 C13.34 15.66 12.68 16.32 12 17 C11.06576355 13.98968256 10.95550089 13.13349732 12 10 C11.42765625 9.89429688 10.8553125 9.78859375 10.265625 9.6796875 C7.64662173 8.89398652 5.93910718 7.75466868 3.75 6.125 C3.04359375 5.61195312 2.3371875 5.09890625 1.609375 4.5703125 C0.81273437 3.79300781 0.81273437 3.79300781 0 3 C0 2.01 0 1.02 0 0 Z " fill="#305A86" transform="translate(341,54)"/>
<path d="M0 0 C5.03716751 3.4206553 9.53562071 7.29777669 13.875 11.5625 C14.80054688 12.47128906 15.72609375 13.38007812 16.6796875 14.31640625 C18.88674998 16.86901892 19.99640796 18.810423 21 22 C20.01 22.99 19.02 23.98 18 25 C17.34 23.35 16.68 21.7 16 20 C14.02 20.33 12.04 20.66 10 21 C10.309375 20.1646875 10.309375 20.1646875 10.625 19.3125 C11.10695211 16.340462 10.26565028 14.68020059 9 12 C8.01 12.33 7.02 12.66 6 13 C5.01 10.03 4.02 7.06 3 4 C2.01 4.33 1.02 4.66 0 5 C-0.33 4.34 -0.66 3.68 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z M12 14 C12.33 14.99 12.66 15.98 13 17 C13.33 16.01 13.66 15.02 14 14 C13.34 14 12.68 14 12 14 Z " fill="#010810" transform="translate(335,99)"/>
<path d="M0 0 C0 0.66 0 1.32 0 2 C0.99 2.33 1.98 2.66 3 3 C2.484375 3.103125 1.96875 3.20625 1.4375 3.3125 C-5.07838516 5.01168902 -5.07838516 5.01168902 -9.5625 9.625 C-11 12 -11 12 -14.1875 12.8125 C-15.115625 12.874375 -16.04375 12.93625 -17 13 C-15.625 11 -15.625 11 -14 9 C-13.34 9 -12.68 9 -12 9 C-12 8.34 -12 7.68 -12 7 C-9.8828125 5.2734375 -9.8828125 5.2734375 -7.125 3.375 C-6.22007813 2.74335937 -5.31515625 2.11171875 -4.3828125 1.4609375 C-2 0 -2 0 0 0 Z M-19 13 C-18.34 13.33 -17.68 13.66 -17 14 C-19.24545682 18.49091364 -21.86827184 20.2748176 -26 23 C-27.09166275 24.93330603 -27.09166275 24.93330603 -28 27 C-29.6459651 28.68711423 -31.31237149 30.3545622 -33 32 C-33.66 32.99 -34.32 33.98 -35 35 C-35.66 34.67 -36.32 34.34 -37 34 C-37.33 34.99 -37.66 35.98 -38 37 C-38.66 37 -39.32 37 -40 37 C-38.57437743 33.78393548 -36.83196915 31.53666775 -34.41015625 28.99609375 C-33.70826172 28.25552734 -33.00636719 27.51496094 -32.28320312 26.75195312 C-31.55037109 25.98818359 -30.81753906 25.22441406 -30.0625 24.4375 C-29.33353516 23.66986328 -28.60457031 22.90222656 -27.85351562 22.11132812 C-24.93374186 19.04168512 -22.00676008 15.98474951 -19 13 Z " fill="#062668" transform="translate(113,59)"/>
<path d="M0 0 C0.53625 0.165 1.0725 0.33 1.625 0.5 C4.45886009 1.09660212 7.1119806 1.0656368 10 1 C9.34 2.65 8.68 4.3 8 6 C8.99 6.33 9.98 6.66 11 7 C11 7.66 11 8.32 11 9 C12.65 9 14.3 9 16 9 C16 9.66 16 10.32 16 11 C16.99 11.33 17.98 11.66 19 12 C18.01 12.495 18.01 12.495 17 13 C17.33 13.99 17.66 14.98 18 16 C13.03657693 14.40013936 9.29801238 11.47460168 5.1875 8.375 C4.49462891 7.859375 3.80175781 7.34375 3.08789062 6.8125 C1.38826337 5.54657074 -0.30637435 4.27394735 -2 3 C-1.34 2.67 -0.68 2.34 0 2 C0 1.34 0 0.68 0 0 Z " fill="#31A0EC" transform="translate(107,376)"/>
<path d="M0 0 C0.33 1.32 0.66 2.64 1 4 C0.34 4 -0.32 4 -1 4 C-0.2236068 7.0745356 -0.2236068 7.0745356 2 9 C1.63648437 9.47308594 1.27296875 9.94617188 0.8984375 10.43359375 C-2.94631857 15.49092673 -6.52778985 20.68086955 -10 26 C-12.14418558 22.78372163 -12.67582137 20.80909895 -13 17 C-12.34 16.34 -11.68 15.68 -11 15 C-8.875 15.375 -8.875 15.375 -7 16 C-4.37943708 12.06915563 -3.79035636 8.19107175 -2.78125 3.6171875 C-2.5234375 2.75351563 -2.265625 1.88984375 -2 1 C-1.34 0.67 -0.68 0.34 0 0 Z " fill="#043283" transform="translate(93,113)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C1.66 2 2.32 2 3 2 C3 2.99 3 3.98 3 5 C3.763125 4.896875 4.52625 4.79375 5.3125 4.6875 C6.199375 4.790625 7.08625 4.89375 8 5 C9.625 7.5 9.625 7.5 11 10 C11.99 10 12.98 10 14 10 C13.67 12.31 13.34 14.62 13 17 C13.99 17.33 14.98 17.66 16 18 C16 18.66 16 19.32 16 20 C16.66 20.33 17.32 20.66 18 21 C17.67 21.99 17.34 22.98 17 24 C12.82141234 20.94468859 9.92256626 17.61002055 6.875 13.5 C6.23111328 12.64728516 6.23111328 12.64728516 5.57421875 11.77734375 C4.37681424 10.18940116 3.18812058 8.59490085 2 7 C1.38382812 6.2678125 0.76765625 5.535625 0.1328125 4.78125 C-0.24101563 4.1934375 -0.61484375 3.605625 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#043164" transform="translate(86,318)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C0.93941406 0.79019531 0.87882812 1.58039063 0.81640625 2.39453125 C-0.2631785 16.92740287 -1.20391879 31.39509163 -0.83984375 45.97265625 C-1 49 -1 49 -3 51 C-3.33320898 46.3648251 -3.63157342 41.72964378 -3.88427734 37.08935547 C-3.98166083 35.33111103 -4.09275756 33.57363378 -4.20703125 31.81640625 C-4.59380222 21.02979361 -2.130338 10.51996034 0 0 Z " fill="#038CE7" transform="translate(55,220)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.46890625 1.38671875 0.9378125 1.7734375 0.390625 2.171875 C-4.0670388 5.44557544 -4.0670388 5.44557544 -8.125 9.1875 C-10.48958604 11.4732665 -13.05530186 12.55769887 -16 14 C-17.67036393 15.32869858 -19.33784732 16.66104368 -21 18 C-21.66 18 -22.32 18 -23 18 C-23 18.66 -23 19.32 -23 20 C-24.96875 21.5078125 -24.96875 21.5078125 -27.5 23.125 C-28.3353125 23.66382812 -29.170625 24.20265625 -30.03125 24.7578125 C-30.6809375 25.16773437 -31.330625 25.57765625 -32 26 C-31.38608516 20.59754939 -26.86399249 18.04962987 -22.890625 14.88671875 C-18.3769324 11.45588067 -13.65029655 8.36436091 -8.875 5.3125 C-8.03340332 4.77109375 -7.19180664 4.2296875 -6.32470703 3.671875 C-5.13917236 2.93130859 -5.13917236 2.93130859 -3.9296875 2.17578125 C-3.22054199 1.73145752 -2.51139648 1.28713379 -1.78076172 0.8293457 C-1.19311035 0.55566162 -0.60545898 0.28197754 0 0 Z " fill="#386089" transform="translate(124,48)"/>
<path d="M0 0 C-1.55984743 4.66181674 -4.11713049 8.21253423 -7 12.125 C-7.89613779 13.35654936 -8.79198177 14.58831256 -9.6875 15.8203125 C-10.8321875 17.39425781 -10.8321875 17.39425781 -12 19 C-12.66 19.99 -13.32 20.98 -14 22 C-14.66 22 -15.32 22 -16 22 C-16 19.69 -16 17.38 -16 15 C-14.68 14.67 -13.36 14.34 -12 14 C-12.33 12.02 -12.66 10.04 -13 8 C-12.21625 7.855625 -11.4325 7.71125 -10.625 7.5625 C-8.03578982 7.12201075 -8.03578982 7.12201075 -6 6 C-6.33 5.01 -6.66 4.02 -7 3 C-2.25 0 -2.25 0 0 0 Z " fill="#89C6E2" transform="translate(408,337)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.31697126 5.41390145 0.22293698 10.63677579 -1.0625 15.9375 C-1.24876953 16.71673828 -1.43503906 17.49597656 -1.62695312 18.29882812 C-2.08181009 20.19989697 -2.5405062 22.10004657 -3 24 C-3.33 23.01 -3.66 22.02 -4 21 C-5.98 21.99 -5.98 21.99 -8 23 C-7.855625 22.195625 -7.71125 21.39125 -7.5625 20.5625 C-6.97120523 17.22754611 -6.97120523 17.22754611 -6.88671875 14.73828125 C-6.52499454 8.48561995 -6.52499454 8.48561995 -3.5 5.6875 C-2.2625 4.8521875 -2.2625 4.8521875 -1 4 C-0.13034494 1.87053397 -0.13034494 1.87053397 0 0 Z " fill="#0456B3" transform="translate(64,172)"/>
<path d="M0 0 C0.66 0.66 1.32 1.32 2 2 C2.33 1.34 2.66 0.68 3 0 C6.3 0.33 9.6 0.66 13 1 C12.34 3.31 11.68 5.62 11 8 C11.62648437 8.13277344 12.25296875 8.26554687 12.8984375 8.40234375 C14.12433594 8.66724609 14.12433594 8.66724609 15.375 8.9375 C16.18710938 9.11152344 16.99921875 9.28554688 17.8359375 9.46484375 C20 10 20 10 22 11 C22 11.99 22 12.98 22 14 C17.09593213 12.53258124 12.79464926 10.47869322 8.3125 8.0625 C7.31766602 7.54139648 7.31766602 7.54139648 6.30273438 7.00976562 C3.14309761 5.32017134 0.32026835 3.77215582 -2 1 C-1.34 0.67 -0.68 0.34 0 0 Z " fill="#053870" transform="translate(137,368)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.08153933 1.58246707 2.13943557 3.16616273 2.1875 4.75 C2.22230469 5.63171875 2.25710937 6.5134375 2.29296875 7.421875 C1.94923684 10.44671583 0.99772541 11.75583602 -1 14 C-3.97 13.505 -3.97 13.505 -7 13 C-7.4021875 14.2065625 -7.4021875 14.2065625 -7.8125 15.4375 C-8.204375 16.283125 -8.59625 17.12875 -9 18 C-9.99 18.33 -10.98 18.66 -12 19 C-10.64301029 14.65763292 -8.27644103 11.54252299 -5.5234375 8.00390625 C-4.16317296 6.2146352 -2.94549317 4.4011038 -1.75 2.5 C-1.1725 1.675 -0.595 0.85 0 0 Z " fill="#010A15" transform="translate(94,122)"/>
<path d="M0 0 C4.44046541 6.66069811 5.45394757 15.13157553 5 23 C5.66 23.33 6.32 23.66 7 24 C6.01 26.475 6.01 26.475 5 29 C3 26 3 26 2 23 C1.34 23.66 0.68 24.32 0 25 C0 16.75 0 8.5 0 0 Z " fill="#048AE2" transform="translate(395,208)"/>
<path d="M0 0 C0 1.65 0 3.3 0 5 C3.63 5 7.26 5 11 5 C11.33 5.66 11.66 6.32 12 7 C11.67 7.99 11.34 8.98 11 10 C11.66 10 12.32 10 13 10 C12.67 11.32 12.34 12.64 12 14 C8.14308372 12.14945936 4.45576705 10.00656926 0.75 7.875 C0.1003125 7.50246094 -0.549375 7.12992187 -1.21875 6.74609375 C-2.81306224 5.83170879 -4.4066079 4.91598744 -6 4 C-5.34 3.67 -4.68 3.34 -4 3 C-4 2.34 -4 1.68 -4 1 C-2 0 -2 0 0 0 Z " fill="#04256D" transform="translate(312,75)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.525625 1.5775 1.05125 2.155 0.5625 2.75 C-0.9484867 4.92582084 -1.54036151 6.42602448 -2 9 C-3.11375 8.8453125 -3.11375 8.8453125 -4.25 8.6875 C-7.19812121 8.72831595 -7.19812121 8.72831595 -9.1875 11.25 C-11.01243801 13.83249746 -11.01243801 13.83249746 -11.9375 16.25 C-13 18 -13 18 -15.625 18.75 C-16.40875 18.8325 -17.1925 18.915 -18 19 C-18.33 19.99 -18.66 20.98 -19 22 C-19.66 22 -20.32 22 -21 22 C-20.67 22.99 -20.34 23.98 -20 25 C-21.32 24.67 -22.64 24.34 -24 24 C-21.29770977 19.38358753 -18.24244669 16.29776308 -14.15625 12.8671875 C-11.22785305 10.33136551 -8.55220705 7.57872629 -5.859375 4.796875 C-4.01030441 3.00995804 -2.08795607 1.49667647 0 0 Z " fill="#010710" transform="translate(121,95)"/>
<path d="M0 0 C-2.67894284 1.78596189 -4.0031669 2.39169178 -7.01171875 3.0703125 C-7.76904297 3.24433594 -8.52636719 3.41835938 -9.30664062 3.59765625 C-10.48516602 3.85869141 -10.48516602 3.85869141 -11.6875 4.125 C-12.48478516 4.30675781 -13.28207031 4.48851562 -14.10351562 4.67578125 C-16.06775651 5.12273427 -18.03372014 5.56210416 -20 6 C-19.25 1.25 -19.25 1.25 -17 -1 C-11.06946829 -2.201611 -5.60301368 -2.57435764 0 0 Z " fill="#3AA8EC" transform="translate(292,410)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C0.4197218 4.33037273 -2.92750261 6.78499113 -6.375 9.625 C-6.9525 10.11484375 -7.53 10.6046875 -8.125 11.109375 C-10.94790591 13.46824158 -13.57359633 15.56529896 -17 17 C-17.625 15.125 -17.625 15.125 -18 13 C-15.4345406 10.4345406 -13.52313332 10.45953913 -10 10 C-10 7.69 -10 5.38 -10 3 C-9.01 3 -8.02 3 -7 3 C-7 3.99 -7 4.98 -7 6 C-6.5875 5.34 -6.175 4.68 -5.75 4 C-5.1725 3.34 -4.595 2.68 -4 2 C-2.68 2 -1.36 2 0 2 C0 1.34 0 0.68 0 0 Z " fill="#2E9AEB" transform="translate(362,366)"/>
<path d="M0 0 C0.33 0.99 0.66 1.98 1 3 C0.34 2.67 -0.32 2.34 -1 2 C-0.67 1.34 -0.34 0.68 0 0 Z M-3 1 C-0.8584525 2.07077375 0.31968903 3.31968903 2 5 C2.66 5.33 3.32 5.66 4 6 C3.34 7.98 2.68 9.96 2 12 C2.99 12 3.98 12 5 12 C5.625 14.3125 5.625 14.3125 6 17 C5.34 17.99 4.68 18.98 4 20 C2.62387677 17.97044407 1.27524452 15.92963266 -0.0625 13.875 C-0.45244141 13.30523437 -0.84238281 12.73546875 -1.24414062 12.1484375 C-3.25817324 9.01153715 -4.02474648 7.33426784 -3.74609375 3.5703125 C-3.49988281 2.72210938 -3.25367188 1.87390625 -3 1 Z " fill="#137FE8" transform="translate(59,315)"/>
<path d="M0 0 C0.99 0.99 1.98 1.98 3 3 C0.69 7.62 -1.62 12.24 -4 17 C-4.33 15.68 -4.66 14.36 -5 13 C-5.99 13 -6.98 13 -8 13 C-8.33 12.01 -8.66 11.02 -9 10 C-7.35 9.34 -5.7 8.68 -4 8 C-4 6.02 -4 4.04 -4 2 C-2.68 1.34 -1.36 0.68 0 0 Z " fill="#042D59" transform="translate(377,295)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.20496094 1.09699219 3.40992188 2.19398438 3.62109375 3.32421875 C3.89321293 4.77864887 4.16534925 6.23307578 4.4375 7.6875 C4.57220703 8.40873047 4.70691406 9.12996094 4.84570312 9.87304688 C5.54098845 13.58688798 6.24774702 17.29716254 7 21 C6.01 21 5.02 21 4 21 C3.67 19.02 3.34 17.04 3 15 C2.01 15.33 1.02 15.66 0 16 C0.33 13.36 0.66 10.72 1 8 C0.34 8 -0.32 8 -1 8 C-1.625 5.6875 -1.625 5.6875 -2 3 C-1.34 2.01 -0.68 1.02 0 0 Z " fill="#66A3C7" transform="translate(29,256)"/>
<path d="M0 0 C-7.32075472 9.91194969 -7.32075472 9.91194969 -11 14 C-11.66 14 -12.32 14 -13 14 C-13.66 12.02 -14.32 10.04 -15 8 C-9.25 6 -9.25 6 -7 6 C-7 4.02 -7 2.04 -7 0 C-3.86650268 -1.04449911 -3.01031744 -0.93423645 0 0 Z " fill="#1F8AE8" transform="translate(391,337)"/>
<path d="M0 0 C2.64 0.33 5.28 0.66 8 1 C8 3.31 8 5.62 8 8 C9.134375 8.12375 10.26875 8.2475 11.4375 8.375 C12.613125 8.58125 13.78875 8.7875 15 9 C15.33 9.66 15.66 10.32 16 11 C15.0625 13.625 15.0625 13.625 14 16 C9.93496071 14.47788888 8.28673646 11.95423358 5.875 8.4375 C3.47564938 4.61294382 3.47564938 4.61294382 0 2 C0 1.34 0 0.68 0 0 Z " fill="#1E8CE9" transform="translate(64,335)"/>
<path d="M0 0 C2 3 2 3 1.625 5.6875 C1.315625 6.8321875 1.315625 6.8321875 1 8 C-0.65 8 -2.3 8 -4 8 C-4 9.32 -4 10.64 -4 12 C-6 15.25 -6 15.25 -8 18 C-9.32 17.67 -10.64 17.34 -12 17 C-12.33 17.99 -12.66 18.98 -13 20 C-13.66 19.67 -14.32 19.34 -15 19 C-14.25234375 18.13117188 -13.5046875 17.26234375 -12.734375 16.3671875 C-11.73941344 15.20327021 -10.74463132 14.03919951 -9.75 12.875 C-9.25886719 12.30523437 -8.76773437 11.73546875 -8.26171875 11.1484375 C-5.21951619 7.57891983 -2.52381683 3.9539797 0 0 Z " fill="#34A3E6" transform="translate(365,323)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C1.36 7.27 -1.28 13.54 -4 20 C-4.99 19.67 -5.98 19.34 -7 19 C-6.52536543 14.1587274 -5.63438847 11.06134888 -3 7 C-2.30420546 4.80869466 -2.30420546 4.80869466 -2 3 C-1.34 3 -0.68 3 0 3 C0 2.01 0 1.02 0 0 Z " fill="#044BA6" transform="translate(71,153)"/>
<path d="M0 0 C1.65 0.33 3.3 0.66 5 1 C3.53967505 6.31027254 1.01679014 10.46330032 -2 15 C-2.66 14.67 -3.32 14.34 -4 14 C-4.02688151 12.35425434 -4.04634123 10.70838587 -4.0625 9.0625 C-4.07410156 8.14597656 -4.08570313 7.22945313 -4.09765625 6.28515625 C-4 4 -4 4 -3 3 C-2.67 2.34 -2.34 1.68 -2 1 C-1.34 1.33 -0.68 1.66 0 2 C0 1.34 0 0.68 0 0 Z " fill="#0F78E2" transform="translate(404,304)"/>
<path d="M0 0 C1.67542976 0.28604898 3.34385343 0.61781233 5 1 C4.01 2.485 4.01 2.485 3 4 C4.98 4 6.96 4 9 4 C9 5.32 9 6.64 9 8 C2.08336373 6.90109517 -4.42736799 5.43430815 -11 3 C-10.67 2.34 -10.34 1.68 -10 1 C-7.77073598 1 -5.54116143 1.01067066 -3.3125 1.0625 C-1.03701403 1.26626225 -1.03701403 1.26626225 0 0 Z " fill="#3DAAEC" transform="translate(175,408)"/>
<path d="M0 0 C2.97 0.495 2.97 0.495 6 1 C2.43662761 5.14456414 -1.85499266 7.32745423 -6.625 9.8125 C-7.40101563 10.23208984 -8.17703125 10.65167969 -8.9765625 11.08398438 C-9.7190625 11.47521484 -10.4615625 11.86644531 -11.2265625 12.26953125 C-11.90283691 12.62635986 -12.57911133 12.98318848 -13.27587891 13.35083008 C-13.84483887 13.56505615 -14.41379883 13.77928223 -15 14 C-15.66 13.67 -16.32 13.34 -17 13 C-17 12.01 -17 11.02 -17 10 C-13.38026598 8.68373308 -10.90432869 8 -7 8 C-6.34 6.35 -5.68 4.7 -5 3 C-3.68 3.33 -2.36 3.66 -1 4 C-0.67 2.68 -0.34 1.36 0 0 Z " fill="#053971" transform="translate(311,368)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C7.40774487 9.41002278 7.40774487 9.41002278 8 14 C7.01 14.495 7.01 14.495 6 15 C6.33 15.99 6.66 16.98 7 18 C6.67 18.99 6.34 19.98 6 21 C5.65066406 20.15695312 5.30132812 19.31390625 4.94140625 18.4453125 C4.48636719 17.34960938 4.03132813 16.25390625 3.5625 15.125 C3.11003906 14.03445313 2.65757813 12.94390625 2.19140625 11.8203125 C1.50456537 10.19441376 0.78934113 8.57868226 0 7 C-0.04022391 4.6670134 -0.04320247 2.33293334 0 0 Z " fill="#0EA9F5" transform="translate(64,298)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C0.61870485 3.10225304 -0.97939064 5.23600613 -3.37109375 7.63671875 C-4.02787109 8.29607422 -4.68464844 8.95542969 -5.36132812 9.63476562 C-6.04646484 10.31216797 -6.73160156 10.98957031 -7.4375 11.6875 C-8.11876953 12.37650391 -8.80003906 13.06550781 -9.50195312 13.77539062 C-10.16001953 14.43087891 -10.81808594 15.08636719 -11.49609375 15.76171875 C-12.09607178 16.35944092 -12.6960498 16.95716309 -13.31420898 17.57299805 C-15 19 -15 19 -18 20 C-18 19.34 -18 18.68 -18 18 C-17.34 18 -16.68 18 -16 18 C-16 17.34 -16 16.68 -16 16 C-14.53125 14.58984375 -14.53125 14.58984375 -12.5 12.9375 C-8.45154453 9.52296638 -5.06152129 5.77659612 -1.6640625 1.72265625 C-1.11492187 1.15417969 -0.56578125 0.58570313 0 0 Z M-20 20 C-19.34 20.33 -18.68 20.66 -18 21 C-21.82042691 25.1842771 -24.32976351 27.64994369 -30 29 C-26.83047153 25.73991357 -23.60062011 22.77762123 -20 20 Z " fill="#2AB5F4" transform="translate(358,344)"/>
<path d="M0 0 C3.63 0 7.26 0 11 0 C11 0.99 11 1.98 11 3 C8.75577112 4.7165238 6.5803662 6.20934521 4.1875 7.6875 C3.54490234 8.10322266 2.90230469 8.51894531 2.24023438 8.94726562 C-2.59702124 12 -2.59702124 12 -6 12 C-4.625 10.5 -4.625 10.5 -3 9 C-2.34 9 -1.68 9 -1 9 C-1 7.35 -1 5.7 -1 4 C0.32 4 1.64 4 3 4 C2.01 2.68 1.02 1.36 0 0 Z " fill="#04266D" transform="translate(129,80)"/>
<path d="M0 0 C2.00720923 0.28674418 4.0085944 0.61866701 6 1 C5.67 1.99 5.34 2.98 5 4 C2.60468244 4.33745354 0.20885732 4.6700829 -2.1875 5 C-3.19780273 5.14308594 -3.19780273 5.14308594 -4.22851562 5.2890625 C-7.84664577 5.78324613 -11.34796401 6.11346131 -15 6 C-13.68 5.34 -12.36 4.68 -11 4 C-11 3.34 -11 2.68 -11 2 C-8.70961976 0.85480988 -7.46931463 0.92648088 -4.9375 1 C-3.638125 1 -2.33875 1 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#9CDDF7" transform="translate(259,432)"/>
<path d="M0 0 C1.06347656 0.09023438 2.12695312 0.18046875 3.22265625 0.2734375 C5.9375 0.625 5.9375 0.625 7.9375 1.625 C7.9375 2.285 7.9375 2.945 7.9375 3.625 C8.5975 3.625 9.2575 3.625 9.9375 3.625 C9.9375 4.285 9.9375 4.945 9.9375 5.625 C3.9975 4.965 -1.9425 4.305 -8.0625 3.625 C-8.3925 2.635 -8.7225 1.645 -9.0625 0.625 C-5.67853259 -0.50298914 -3.53359037 -0.31772259 0 0 Z " fill="#9CDDF8" transform="translate(200.0625,432.375)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C4 2.33 4 2.66 4 3 C11.26 3 18.52 3 26 3 C26.33 2.34 26.66 1.68 27 1 C29.475 1.495 29.475 1.495 32 2 C31.34 2.99 30.68 3.98 30 5 C27.51659097 5.26727014 25.28527932 5.34866334 22.8046875 5.29296875 C22.09724396 5.28872391 21.38980042 5.28447906 20.66091919 5.28010559 C18.39856095 5.26329547 16.13708952 5.22564128 13.875 5.1875 C12.34246077 5.17245607 10.8099076 5.15876716 9.27734375 5.14648438 C5.51788682 5.11338462 1.75909382 5.06158825 -2 5 C-2 2 -2 2 0 0 Z " fill="#45AEED" transform="translate(213,416)"/>
<path d="M0 0 C2.56687367 3.8503105 1.83288724 5.58569763 1 10 C0.38125 10.061875 -0.2375 10.12375 -0.875 10.1875 C-3.23446438 10.81210579 -3.23446438 10.81210579 -4.125 13.3125 C-4.41375 14.199375 -4.7025 15.08625 -5 16 C-5.65213539 17.34050052 -6.31379969 18.67661368 -7 20 C-7.66 20 -8.32 20 -9 20 C-8.34 16.7 -7.68 13.4 -7 10 C-5.68 9.67 -4.36 9.34 -3 9 C-1.8624787 6.91965706 -1.8624787 6.91965706 -1.25 4.4375 C-1.00765625 3.61121094 -0.7653125 2.78492188 -0.515625 1.93359375 C-0.34546875 1.29550781 -0.1753125 0.65742188 0 0 Z " fill="#13ADF5" transform="translate(381,308)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C-5.41002278 11.55808656 -5.41002278 11.55808656 -10 16 C-10.25 13.25 -10.25 13.25 -10 10 C-8.0625 7.8125 -8.0625 7.8125 -6 6 C-5.67 5.01 -5.34 4.02 -5 3 C-3.35 3 -1.7 3 0 3 C0 2.01 0 1.02 0 0 Z " fill="#053366" transform="translate(358,328)"/>
<path d="M0 0 C3.3 0 6.6 0 10 0 C10 0.66 10 1.32 10 2 C10.99 2.33 11.98 2.66 13 3 C12.01 4.485 12.01 4.485 11 6 C6.13103697 5.40380045 1.67209049 4.43023178 -3 3 C-2.01 2.67 -1.02 2.34 0 2 C0 1.34 0 0.68 0 0 Z " fill="#053872" transform="translate(175,385)"/>
<path d="M0 0 C0 0.99 0 1.98 0 3 C0.53353979 5.93446884 0.82586238 6.82586238 3 9 C3.99 10.485 3.99 10.485 5 12 C5.66 12 6.32 12 7 12 C7 12.99 7 13.98 7 15 C5.35 15.33 3.7 15.66 2 16 C-0.31 11.71 -2.62 7.42 -5 3 C-3.35 2.01 -1.7 1.02 0 0 Z " fill="#043E97" transform="translate(375,136)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.02917228 3.22914752 1.04685663 6.45826083 1.0625 9.6875 C1.07087891 10.59951172 1.07925781 11.51152344 1.08789062 12.45117188 C1.09111328 13.33740234 1.09433594 14.22363281 1.09765625 15.13671875 C1.10289307 15.94842529 1.10812988 16.76013184 1.11352539 17.59643555 C0.80170576 24.19829424 0.80170576 24.19829424 -2 27 C-2.66 27.33 -3.32 27.66 -4 28 C-3.81824219 26.85337891 -3.81824219 26.85337891 -3.6328125 25.68359375 C-2.29575456 17.13670802 -1.11527298 8.57811028 0 0 Z " fill="#2D93D5" transform="translate(394,241)"/>
<path d="M0 0 C0.66 0.99 1.32 1.98 2 3 C1.443125 3.4125 0.88625 3.825 0.3125 4.25 C-0.450625 4.8275 -1.21375 5.405 -2 6 C-2.9075 6.66 -3.815 7.32 -4.75 8 C-5.4925 8.66 -6.235 9.32 -7 10 C-7 10.99 -7 11.98 -7 13 C-8.66279327 14.0064275 -10.32983484 15.00585407 -12 16 C-13.32793606 18.06700655 -13.32793606 18.06700655 -14 20 C-14.66 19.67 -15.32 19.34 -16 19 C-16.33 19.99 -16.66 20.98 -17 22 C-17.66 22 -18.32 22 -19 22 C-17.56387103 18.74995696 -15.78685707 16.49045394 -13.33984375 13.92578125 C-12.62892578 13.17619141 -11.91800781 12.42660156 -11.18554688 11.65429688 C-10.44369141 10.88150391 -9.70183594 10.10871094 -8.9375 9.3125 C-8.19177734 8.52810547 -7.44605469 7.74371094 -6.67773438 6.93554688 C-1.60895647 1.60895647 -1.60895647 1.60895647 0 0 Z " fill="#072C72" transform="translate(92,74)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.68707555 2.49064888 4 4.37886292 4 7 C3.01 8.485 3.01 8.485 2 10 C-1.875 9.125 -1.875 9.125 -3 8 C-3.66 8.99 -4.32 9.98 -5 11 C-4.125 5.25 -4.125 5.25 -3 3 C-2.01 3 -1.02 3 0 3 C0 2.01 0 1.02 0 0 Z " fill="#66A2C6" transform="translate(427,259)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.75 2.375 1.75 2.375 1 5 C-1.0625 6.3125 -1.0625 6.3125 -3 7 C-3 8.98 -3 10.96 -3 13 C-4.0828125 13.061875 -4.0828125 13.061875 -5.1875 13.125 C-9.23274817 14.38352165 -10.49481257 16.63589117 -13 20 C-13.66 19.67 -14.32 19.34 -15 19 C-14.39671875 18.27554687 -13.7934375 17.55109375 -13.171875 16.8046875 C-9.19673823 11.99605431 -5.36628312 7.25140167 -2 2 C-1.34 1.34 -0.68 0.68 0 0 Z " fill="#78BDE2" transform="translate(395,331)"/>
<path d="M0 0 C0.66666667 1.33333333 1.33333333 2.66666667 2 4 C2.36480469 4.60585937 2.72960937 5.21171875 3.10546875 5.8359375 C4.3377009 8.81697075 4.30161567 11.41049411 4.3125 14.625 C4.32925781 15.77226562 4.34601563 16.91953125 4.36328125 18.1015625 C4.24339844 19.05804688 4.12351562 20.01453125 4 21 C3.01 21.66 2.02 22.32 1 23 C0.24833087 15.30881404 -0.13690844 7.72772107 0 0 Z " fill="#0387E3" transform="translate(399,238)"/>
<path d="M0 0 C1.58493084 3.16986168 1.2940042 6.54032261 1 10 C0 12.5 0 12.5 -1 14 C-3 12 -3 12 -4 9 C-3.5625 6.3125 -3.5625 6.3125 -3 4 C-3.66 4 -4.32 4 -5 4 C-4.67 3.01 -4.34 2.02 -4 1 C-2 0 -2 0 0 0 Z " fill="#5388AC" transform="translate(434,188)"/>
<path d="M0 0 C1.17949219 0.20367187 2.35898438 0.40734375 3.57421875 0.6171875 C4.47785156 0.78476563 5.38148438 0.95234375 6.3125 1.125 C3.30299877 2.74225534 0.34146392 3.80082623 -2.9375 4.75 C-4.27554688 5.14058594 -4.27554688 5.14058594 -5.640625 5.5390625 C-6.31609375 5.73242188 -6.9915625 5.92578125 -7.6875 6.125 C-8.3475 4.475 -9.0075 2.825 -9.6875 1.125 C-5.84419804 -1.43720131 -4.45559323 -0.79406612 0 0 Z " fill="#042266" transform="translate(169.6875,64.875)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 3.31 3 5.62 3 8 C3.99 8.33 4.98 8.66 6 9 C7.47694566 12.91390601 8.60226148 15.99434629 7 20 C2.55238707 16.50807249 2.04625482 13.05212034 1.25 7.75 C1.12496094 7.00492188 0.99992187 6.25984375 0.87109375 5.4921875 C0.56636166 3.66379497 0.28121479 1.83215696 0 0 Z " fill="#035CB7" transform="translate(388,176)"/>
<path d="M0 0 C-0.33 0.66 -0.66 1.32 -1 2 C-1.66 2 -2.32 2 -3 2 C-3.66 3.65 -4.32 5.3 -5 7 C-5.763125 6.814375 -6.52625 6.62875 -7.3125 6.4375 C-10.08967375 5.77180827 -10.08967375 5.77180827 -13 7 C-12.875 5.1875 -12.875 5.1875 -12 3 C-7.91068936 0.33719307 -4.83960066 -0.34568576 0 0 Z " fill="#0F2C67" transform="translate(144,41)"/>
<path d="M0 0 C2.94702738 1.10513527 3.87883653 2.29244382 5.5 4.9375 C1.045 6.4225 1.045 6.4225 -3.5 7.9375 C-4.16 6.2875 -4.82 4.6375 -5.5 2.9375 C-3.69216096 0.55876443 -3.06218297 -0.07655457 0 0 Z " fill="#37A6EC" transform="translate(301.5,400.0625)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.08096803 1.45742463 2.13917774 2.91612807 2.1875 4.375 C2.22230469 5.18710938 2.25710937 5.99921875 2.29296875 6.8359375 C2.19628906 7.55007812 2.09960938 8.26421875 2 9 C1.01 9.66 0.02 10.32 -1 11 C-1.68753301 12.65816784 -2.35561283 14.32459336 -3 16 C-3.66 16.33 -4.32 16.66 -5 17 C-4.53444296 10.59859065 -2.85288164 5.73230171 0 0 Z " fill="#046CC9" transform="translate(58,193)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C4.4606285 2.64738916 5 3.89448334 5 7 C4.01 7.495 4.01 7.495 3 8 C1.86649466 10.01669827 1.86649466 10.01669827 1 12 C0.34 11.67 -0.32 11.34 -1 11 C-1.02688151 9.35425434 -1.04634123 7.70838587 -1.0625 6.0625 C-1.07410156 5.14597656 -1.08570313 4.22945312 -1.09765625 3.28515625 C-1 1 -1 1 0 0 Z " fill="#010E1E" transform="translate(373,148)"/>
<path d="M0 0 C5.94 0.33 11.88 0.66 18 1 C18 1.33 18 1.66 18 2 C14.37 2.66 10.74 3.32 7 4 C7 4.33 7 4.66 7 5 C4.03 5 1.06 5 -2 5 C-1.34 3.35 -0.68 1.7 0 0 Z " fill="#2E91D5" transform="translate(198,394)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.33333333 2 0.66666667 4 0 6 C-0.28875 6.94875 -0.5775 7.8975 -0.875 8.875 C-2.27289806 12.75805017 -4.09024869 16.34736886 -6 20 C-6.99 19.34 -7.98 18.68 -9 18 C-6 12 -3 6 0 0 Z " fill="#0C9CF0" transform="translate(390,300)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.36561422 4.10221616 0.32688681 6.48225798 -1.3125 9.1875 C-1.72113281 9.88230469 -2.12976562 10.57710937 -2.55078125 11.29296875 C-4.27596886 13.32506306 -5.40478472 13.62925496 -8 14 C-6.6744419 10.37723685 -5.05653045 7.36494652 -2.875 4.1875 C-2.33617187 3.39730469 -1.79734375 2.60710937 -1.2421875 1.79296875 C-0.83226562 1.20128906 -0.42234375 0.60960938 0 0 Z " fill="#053180" transform="translate(64,107)"/>
<path d="M0 0 C2.97 0.495 2.97 0.495 6 1 C2.29909479 4.9252025 -1.54959656 7.94580156 -6 11 C-6.33 9.02 -6.66 7.04 -7 5 C-5.824375 4.87625 -5.824375 4.87625 -4.625 4.75 C-1.85250896 4.27193661 -1.85250896 4.27193661 -0.6875 1.9375 C-0.460625 1.298125 -0.23375 0.65875 0 0 Z " fill="#042972" transform="translate(118,92)"/>
<path d="M0 0 C2.64 1.98 5.28 3.96 8 6 C4.64672361 8.23551759 4.09256343 8.17283528 0.3125 7.625 C-0.49574219 7.51414062 -1.30398437 7.40328125 -2.13671875 7.2890625 C-3.05904297 7.14597656 -3.05904297 7.14597656 -4 7 C-3.6875 5.0625 -3.6875 5.0625 -3 3 C-2.01 2.67 -1.02 2.34 0 2 C0 1.34 0 0.68 0 0 Z " fill="#88CBE8" transform="translate(92,368)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C0.7 4.64 -2.6 7.28 -6 10 C-7.44197868 7.11604263 -7.58833581 4.17569521 -8 1 C-7.4225 1.20625 -6.845 1.4125 -6.25 1.625 C-3.96342061 2.24041263 -3.96342061 2.24041263 -2 0.9375 C-1.34 0.628125 -0.68 0.31875 0 0 Z " fill="#04356A" transform="translate(336,351)"/>
<path d="M0 0 C2.31 0.66 4.62 1.32 7 2 C7.6875 4.8125 7.6875 4.8125 8 8 C7.01 8.99 6.02 9.98 5 11 C3.02 8.03 1.04 5.06 -1 2 C-0.67 1.34 -0.34 0.68 0 0 Z " fill="#053588" transform="translate(364,127)"/>
<path d="M0 0 C1.32 0 2.64 0 4 0 C3.37942343 2.56364399 2.75370801 5.12584926 2.125 7.6875 C1.95097656 8.40873047 1.77695312 9.12996094 1.59765625 9.87304688 C0.64902134 13.72028845 -0.40490841 17.35715569 -2 21 C-4 18 -4 18 -3.828125 15.9140625 C-3.63734375 15.15867187 -3.4465625 14.40328125 -3.25 13.625 C-3.05148437 12.83480469 -2.85296875 12.04460937 -2.6484375 11.23046875 C-1.9247606 8.7411946 -1.06719259 6.3630693 0 4 C0.66 4 1.32 4 2 4 C2 3.34 2 2.68 2 2 C1.34 2 0.68 2 0 2 C0 1.34 0 0.68 0 0 Z " fill="#096ADA" transform="translate(417,272)"/>
<path d="M0 0 C-0.33 0.99 -0.66 1.98 -1 3 C-1.99 3.33 -2.98 3.66 -4 4 C-4.73323796 6.01508358 -4.73323796 6.01508358 -5 8 C-6.423125 8.12375 -6.423125 8.12375 -7.875 8.25 C-11.10461791 8.65074923 -11.10461791 8.65074923 -12.375 11.0625 C-12.58125 11.701875 -12.7875 12.34125 -13 13 C-13 12.34 -13 11.68 -13 11 C-13.99 11.33 -14.98 11.66 -16 12 C-14.47330418 7.7634191 -11.69124336 6.14575891 -8 3.75 C-6.9275 3.04359375 -5.855 2.3371875 -4.75 1.609375 C-2 0 -2 0 0 0 Z " fill="#02050F" transform="translate(140,83)"/>
<path d="M0 0 C-0.33 0.66 -0.66 1.32 -1 2 C-1.99 2.33 -2.98 2.66 -4 3 C-4.33 3.99 -4.66 4.98 -5 6 C-5.66 6 -6.32 6 -7 6 C-7.66 5.34 -8.32 4.68 -9 4 C-11.47266765 4.34444881 -11.47266765 4.34444881 -14 5 C-14.99 5 -15.98 5 -17 5 C-17 4.34 -17 3.68 -17 3 C-12.545 2.505 -12.545 2.505 -8 2 C-8 1.34 -8 0.68 -8 0 C-4.71023192 -1.09658936 -3.28696233 -0.79953138 0 0 Z " fill="#051C5C" transform="translate(166,34)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.63560417 3.64186979 1.11704411 4.86995098 -0.6875 6.875 C-3 8 -3 8 -6.25 7.1875 C-7.1575 6.795625 -8.065 6.40375 -9 6 C-8.25 4.0625 -8.25 4.0625 -7 2 C-5 1.1875 -5 1.1875 -3 1 C-2.34 1.33 -1.68 1.66 -1 2 C-0.67 1.34 -0.34 0.68 0 0 Z " fill="#39A9EE" transform="translate(159,400)"/>
<path d="M0 0 C0.66 0.99 1.32 1.98 2 3 C1.67 3.66 1.34 4.32 1 5 C1.66 5 2.32 5 3 5 C2.67 5.99 2.34 6.98 2 8 C1.01064535 11.06699941 1.01147311 12.924583 2 16 C0.68 16.33 -0.64 16.66 -2 17 C-2.25287193 10.93107371 -1.69832609 5.83799592 0 0 Z " fill="#5D8EB0" transform="translate(24,177)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C-2.3 3.32 -5.6 4.64 -9 6 C-10.32 4.68 -11.64 3.36 -13 2 C-8.49646738 0.24252386 -4.82360189 -0.19294408 0 0 Z " fill="#9BDAF3" transform="translate(317,417)"/>
<path d="M0 0 C5.26159459 -0.64165788 7.68592849 0.79422999 11.6796875 3.90625 C12.11539063 4.2671875 12.55109375 4.628125 13 5 C12.67 5.66 12.34 6.32 12 7 C10.55903414 6.57405412 9.12231288 6.13373367 7.6875 5.6875 C6.88699219 5.44386719 6.08648437 5.20023437 5.26171875 4.94921875 C2.88859576 3.95324485 1.63095609 2.96875929 0 1 C0 0.67 0 0.34 0 0 Z " fill="#9CDAF3" transform="translate(139,417)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.46890625 1.38671875 0.9378125 1.7734375 0.390625 2.171875 C-4.13179607 5.5047382 -4.13179607 5.5047382 -8.25 9.3125 C-10.16856047 11.16254045 -11.39309864 11.62758552 -14 12 C-13.90234375 10.26953125 -13.90234375 10.26953125 -13 8 C-10.8636445 6.38102039 -8.85836921 5.03064487 -6.5625 3.6875 C-5.96373047 3.31560547 -5.36496094 2.94371094 -4.74804688 2.56054688 C-3.20705344 1.63388005 -1.60622725 0.80833543 0 0 Z " fill="#365D86" transform="translate(124,48)"/>
<path d="M0 0 C0 0.66 0 1.32 0 2 C1.32 2.66 2.64 3.32 4 4 C0.97031651 4.91787677 -1.42271419 5.04344865 -4.5625 4.6875 C-5.32691406 4.60886719 -6.09132812 4.53023437 -6.87890625 4.44921875 C-9 4 -9 4 -12 2 C-7.8803623 0.70756464 -4.33168317 -0.26252625 0 0 Z " fill="#1B346B" transform="translate(182,27)"/>
<path d="M0 0 C0 0.66 0 1.32 0 2 C-1.45537568 2.83848804 -2.91440373 3.67063934 -4.375 4.5 C-5.59316406 5.19609375 -5.59316406 5.19609375 -6.8359375 5.90625 C-9 7 -9 7 -11 7 C-11 6.34 -11 5.68 -11 5 C-11.66 5 -12.32 5 -13 5 C-11.71717836 2.43435673 -10.60228656 2.11526567 -8 1 C-5.07741982 0.0866937 -3.17954536 0 0 0 Z " fill="#37A1EB" transform="translate(343,384)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.33 1.98 2.66 3.96 3 6 C3.99 6 4.98 6 6 6 C6 7.98 6 9.96 6 12 C4.68 12 3.36 12 2 12 C-1.57142857 4.71428571 -1.57142857 4.71428571 0 0 Z " fill="#0348A3" transform="translate(381,154)"/>
<path d="M0 0 C4.21767063 3.01262188 7.5152516 6.4428657 10 11 C10 11.99 10 12.98 10 14 C8.125 13.75 8.125 13.75 6 13 C5 11.25 5 11.25 4 9 C3.29875 8.175 2.5975 7.35 1.875 6.5 C0 4 0 4 0 0 Z " fill="#020C17" transform="translate(357,122)"/>
<path d="M0 0 C1.7541123 1.07666203 3.50312587 2.16163339 5.25 3.25 C6.71179688 4.15492187 6.71179688 4.15492187 8.203125 5.078125 C10.79705245 6.86054442 12.86377619 8.70101628 15 11 C14.01 11.33 13.02 11.66 12 12 C12 11.34 12 10.68 12 10 C11.42765625 9.89429688 10.8553125 9.78859375 10.265625 9.6796875 C7.64662173 8.89398652 5.93910718 7.75466868 3.75 6.125 C3.04359375 5.61195312 2.3371875 5.09890625 1.609375 4.5703125 C0.81273437 3.79300781 0.81273437 3.79300781 0 3 C0 2.01 0 1.02 0 0 Z " fill="#335B85" transform="translate(341,54)"/>
<path d="M0 0 C2 1 2 1 2.75 2.875 C3 5 3 5 1 8 C-4.75 6.25 -4.75 6.25 -7 4 C-6.34 3.67 -5.68 3.34 -5 3 C-4.34 3.33 -3.68 3.66 -3 4 C-3 3.34 -3 2.68 -3 2 C-2.01 1.34 -1.02 0.68 0 0 Z " fill="#34A5ED" transform="translate(139,392)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C-0.31881505 3.67901932 -2.31814468 4.66204403 -5.6875 5.6875 C-6.49574219 5.93886719 -7.30398438 6.19023437 -8.13671875 6.44921875 C-9.05904297 6.72185547 -9.05904297 6.72185547 -10 7 C-10 6.34 -10 5.68 -10 5 C-10.66 5 -11.32 5 -12 5 C-12 3.68 -12 2.36 -12 1 C-11.071875 1.2784375 -11.071875 1.2784375 -10.125 1.5625 C-7.95839822 2.23686176 -7.95839822 2.23686176 -6 1 C-5.34 1.185625 -4.68 1.37125 -4 1.5625 C-3.01 1.7790625 -3.01 1.7790625 -2 2 C-1.34 1.34 -0.68 0.68 0 0 Z " fill="#3AA5EC" transform="translate(330,391)"/>
<path d="M0 0 C1.4606285 2.64738916 2 3.89448334 2 7 C-0.8125 7.6875 -0.8125 7.6875 -4 8 C-4.99 7.01 -5.98 6.02 -7 5 C-4.69 3.35 -2.38 1.7 0 0 Z " fill="#88CDEB" transform="translate(354,376)"/>
<path d="M0 0 C1 2 1 2 1 5 C0.02248365 6.34990354 -0.98199424 7.68036291 -2 9 C-2.495 10.03125 -2.99 11.0625 -3.5 12.125 C-5 15 -5 15 -8 17 C-7.400327 12.89223994 -6.0282733 9.85798616 -4 6.25 C-3.195625 4.80367188 -3.195625 4.80367188 -2.375 3.328125 C-1 1 -1 1 0 0 Z " fill="#093B8A" transform="translate(55,121)"/>
<path d="M0 0 C-1.98 2.31 -3.96 4.62 -6 7 C-6.33 6.01 -6.66 5.02 -7 4 C-9.01508358 3.26676204 -9.01508358 3.26676204 -11 3 C-11 2.34 -11 1.68 -11 1 C-6.87831311 -0.62950412 -4.29299643 -1.26264601 0 0 Z " fill="#032D7B" transform="translate(111,104)"/>
<path d="M0 0 C-0.1875 2.875 -0.1875 2.875 -1 6 C-3.5625 7.375 -3.5625 7.375 -6 8 C-6.33 7.34 -6.66 6.68 -7 6 C-6.67 5.01 -6.34 4.02 -6 3 C-6.66 2.34 -7.32 1.68 -8 1 C-5.29120665 -0.35439668 -2.99066732 -0.06501451 0 0 Z " fill="#0B215D" transform="translate(197,24)"/>
<path d="M0 0 C0 0.99 0 1.98 0 3 C-2.31 3 -4.62 3 -7 3 C-7 3.66 -7 4.32 -7 5 C-14.425 4.01 -14.425 4.01 -22 3 C-22 2.67 -22 2.34 -22 2 C-19.27123692 1.66304138 -16.54206837 1.33031571 -13.8125 1 C-13.04357422 0.90460938 -12.27464844 0.80921875 -11.48242188 0.7109375 C-7.63071189 0.24807106 -3.88829149 -0.12467468 0 0 Z " fill="#288CCC" transform="translate(259,393)"/>
<path d="M0 0 C1.96794289 2.95191434 2.52003592 4.65492023 3.1875 8.0625 C3.36667969 8.94035156 3.54585938 9.81820312 3.73046875 10.72265625 C4 13 4 13 3 15 C2.34 15 1.68 15 1 15 C0.814375 13.88625 0.814375 13.88625 0.625 12.75 C0.16167794 10.03141621 0.16167794 10.03141621 -1.1875 8.0625 C-2.40809112 4.96407639 -1.21775065 2.9767238 0 0 Z " fill="#5686A9" transform="translate(428,167)"/>
<path d="M0 0 C2.475 0.99 2.475 0.99 5 2 C4.01 2.33 3.02 2.66 2 3 C2 3.66 2 4.32 2 5 C2.99 5.33 3.98 5.66 5 6 C1.81619067 7.59190467 -1.28076324 6.28749598 -4.625 5.5625 C-5.33140625 5.41490234 -6.0378125 5.26730469 -6.765625 5.11523438 C-8.51168749 4.74950507 -10.25601884 4.37552879 -12 4 C-10.265625 2.41796875 -10.265625 2.41796875 -8 1 C-5.859375 1.36328125 -5.859375 1.36328125 -3.75 2.3125 C-3.04359375 2.61800781 -2.3371875 2.92351563 -1.609375 3.23828125 C-1.07828125 3.48964844 -0.5471875 3.74101563 0 4 C0 2.68 0 1.36 0 0 Z " fill="#051F63" transform="translate(264,57)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C2 3 2 3 -1 4 C-0.67 4.66 -0.34 5.32 0 6 C-4.455 6.495 -4.455 6.495 -9 7 C-9 6.01 -9 5.02 -9 4 C-6.03 3.34 -3.06 2.68 0 2 C0 1.34 0 0.68 0 0 Z " fill="#052063" transform="translate(194,56)"/>
<path d="M0 0 C6.0546875 -0.1953125 6.0546875 -0.1953125 8 0 C8.66 0.66 9.32 1.32 10 2 C9.625 4.625 9.625 4.625 9 7 C2.25 3.375 2.25 3.375 0 0 Z " fill="#04356D" transform="translate(123,360)"/>
<path d="M0 0 C0.99 0.495 0.99 0.495 2 1 C2.33 1.99 2.66 2.98 3 4 C3.66 4 4.32 4 5 4 C5.76173392 8.3164922 6.16063604 11.74433453 5 16 C3.26453924 13.39680887 2.34824767 11.47732763 1.375 8.5625 C1.11460938 7.80066406 0.85421875 7.03882813 0.5859375 6.25390625 C0 4 0 4 0 0 Z " fill="#0B6AD6" transform="translate(34,268)"/>
<path d="M0 0 C1.37478516 0.01740234 1.37478516 0.01740234 2.77734375 0.03515625 C3.69644531 0.04417969 4.61554688 0.05320312 5.5625 0.0625 C6.27277344 0.07410156 6.98304688 0.08570312 7.71484375 0.09765625 C8.71484375 3.09765625 8.71484375 3.09765625 9.71484375 6.09765625 C8.29692967 5.64319661 6.88056329 5.18390681 5.46484375 4.72265625 C4.6759375 4.46742187 3.88703125 4.2121875 3.07421875 3.94921875 C0.84856417 3.14591958 -1.19447297 2.20053963 -3.28515625 1.09765625 C-2.28515625 0.09765625 -2.28515625 0.09765625 0 0 Z " fill="#052265" transform="translate(281.28515625,64.90234375)"/>
<path d="M0 0 C4.8274799 1.41292095 8.7162359 3.42974154 13 6 C9.92677456 6.91058531 7.19902639 7.08886184 4 7 C3.566875 6.0409375 3.566875 6.0409375 3.125 5.0625 C2.17176549 2.84793921 2.17176549 2.84793921 0 2 C0 1.34 0 0.68 0 0 Z " fill="#051E5E" transform="translate(313,41)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.33 2.64 1.66 5.28 2 8 C0.25 9.5625 0.25 9.5625 -2 11 C-4.140625 10.58984375 -4.140625 10.58984375 -6 10 C-5.02526874 8.33073546 -4.04510211 6.66464358 -3.0625 5 C-2.24458984 3.6078125 -2.24458984 3.6078125 -1.41015625 2.1875 C-0.71212891 1.1046875 -0.71212891 1.1046875 0 0 Z " fill="#33A1E5" transform="translate(374,308)"/>
<path d="M0 0 C2.71740054 1.42663528 3.87504764 2.74678575 5.5 5.3125 C-1.9659249 5.67967663 -1.9659249 5.67967663 -4.5 3.9375 C-5.5 2.3125 -5.5 2.3125 -5.5 0.3125 C-2.5 -0.6875 -2.5 -0.6875 0 0 Z " fill="#02050C" transform="translate(325.5,90.6875)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.33 2.64 3.66 5.28 4 8 C2.35 8 0.7 8 -1 8 C-1.625 5.6875 -1.625 5.6875 -2 3 C-1.34 2.01 -0.68 1.02 0 0 Z " fill="#5E9CC4" transform="translate(29,256)"/>
<path d="M0 0 C2.31 1.98 4.62 3.96 7 6 C6.34 6.66 5.68 7.32 5 8 C2.13435314 7.81511956 1.18762835 7.20773139 -0.75 5.0625 C-2 3 -2 3 -2 1 C-1.34 0.67 -0.68 0.34 0 0 Z " fill="#3E6890" transform="translate(373,79)"/>
<path d="M0 0 C1.13732426 3.40401948 0.83989957 5.77456664 0.0625 9.25 C-0.13214844 10.14203125 -0.32679687 11.0340625 -0.52734375 11.953125 C-0.68332031 12.62859375 -0.83929688 13.3040625 -1 14 C-1.33 13.01 -1.66 12.02 -2 11 C-3.98 11.99 -3.98 11.99 -6 13 C-4.31326082 8.50202887 -2.18326108 4.27113698 0 0 Z " fill="#0362BC" transform="translate(62,182)"/>
<path d="M0 0 C5.75 -0.125 5.75 -0.125 8 1 C8 1.66 8 2.32 8 3 C8.66 3.33 9.32 3.66 10 4 C6.846632 4.70074844 4.27275026 5 1 5 C0.01 4.34 -0.98 3.68 -2 3 C-1.34 2.67 -0.68 2.34 0 2 C0 1.34 0 0.68 0 0 Z " fill="#071D5B" transform="translate(272,27)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C2.0429132 2.67031719 0.08428887 3.33614683 -1.875 4 C-2.96554687 4.37125 -4.05609375 4.7425 -5.1796875 5.125 C-8 6 -8 6 -10 6 C-10 4.35 -10 2.7 -10 1 C-8.9171875 1.2475 -8.9171875 1.2475 -7.8125 1.5 C-5.13572455 1.97587119 -2.71050513 2.077443 0 2 C0 1.34 0 0.68 0 0 Z " fill="#053C75" transform="translate(282,384)"/>
<path d="M0 0 C1.9375 0 1.9375 0 4 1 C5.75 4.0625 5.75 4.0625 7 7 C4.5625 6.625 4.5625 6.625 2 6 C1.67 5.34 1.34 4.68 1 4 C0.34 4.66 -0.32 5.32 -1 6 C-1.625 4.125 -1.625 4.125 -2 2 C-1.34 1.34 -0.68 0.68 0 0 Z " fill="#183D75" transform="translate(354,65)"/>
<path d="M0 0 C1.134375 0.020625 2.26875 0.04125 3.4375 0.0625 C1.4575 2.3725 -0.5225 4.6825 -2.5625 7.0625 C-3.2225 6.7325 -3.8825 6.4025 -4.5625 6.0625 C-4.605221 4.39638095 -4.60313832 2.72867115 -4.5625 1.0625 C-3.5625 0.0625 -3.5625 0.0625 0 0 Z " fill="#043468" transform="translate(344.5625,343.9375)"/>
<path d="M0 0 C0 3.54823932 -0.67734388 4.41927097 -3 7 C-5.92824652 7.97608217 -7.95613276 8.08226668 -11 8 C-7.45960866 5.0843836 -3.8373228 2.49872182 0 0 Z " fill="#34A0E3" transform="translate(322,366)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C0.34832443 3.5786304 -1.78286492 6.74820188 -4 10 C-4.33 9.01 -4.66 8.02 -5 7 C-4.07421875 5.17578125 -4.07421875 5.17578125 -2.6875 3.3125 C-2.23761719 2.68988281 -1.78773438 2.06726563 -1.32421875 1.42578125 C-0.88722656 0.95527344 -0.45023437 0.48476563 0 0 Z M-8 11 C-7.34 11 -6.68 11 -6 11 C-7.75 14.875 -7.75 14.875 -10 16 C-10 15.01 -10 14.02 -10 13 C-9.34 13 -8.68 13 -8 13 C-8 12.34 -8 11.68 -8 11 Z " fill="#22B1F5" transform="translate(370,328)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C0.24172908 3.17487036 -0.53207755 4.33972592 -1.3125 5.5 C-1.74175781 6.1496875 -2.17101562 6.799375 -2.61328125 7.46875 C-3.07089844 7.9740625 -3.52851563 8.479375 -4 9 C-4.99 9 -5.98 9 -7 9 C-6.875 6.75 -6.875 6.75 -6 4 C-2.9375 1.6875 -2.9375 1.6875 0 0 Z " fill="#043362" transform="translate(367,318)"/>
<path d="M0 0 C0.99 0.495 0.99 0.495 2 1 C2 1.66 2 2.32 2 3 C2.66 3 3.32 3 4 3 C5.61949011 5.57213134 6.04408751 6.67669159 5.625 9.75 C5.41875 10.4925 5.2125 11.235 5 12 C2.2289312 9.65408148 1.47940716 7.85223799 0.8125 4.3125 C0.65394531 3.50425781 0.49539062 2.69601562 0.33203125 1.86328125 C0.22246094 1.24839844 0.11289062 0.63351562 0 0 Z " fill="#052952" transform="translate(63,270)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C0.535 4.97 0.535 4.97 -3 8 C-3.33 6.68 -3.66 5.36 -4 4 C-2.0625 1.75 -2.0625 1.75 0 0 Z " fill="#2D5B86" transform="translate(76,86)"/>
<path d="M0 0 C1.13199353 0.9080162 2.25532363 1.82683826 3.375 2.75 C4.00148438 3.26046875 4.62796875 3.7709375 5.2734375 4.296875 C7.08312318 6.08199481 8.00117455 7.67949644 9 10 C8.01 10.495 8.01 10.495 7 11 C6.34 10.67 5.68 10.34 5 10 C5 9.01 5 8.02 5 7 C4.34 7 3.68 7 3 7 C0.70351351 4.4385343 0 3.52032428 0 0 Z " fill="#082B70" transform="translate(366,77)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C2.35 4.63 0.7 8.26 -1 12 C-2.06546953 8.8035914 -2.07427838 6.34252724 -2 3 C-1.34 3 -0.68 3 0 3 C0 2.01 0 1.02 0 0 Z " fill="#044199" transform="translate(71,153)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C0.46527032 4.72224516 -1.23945126 9.35855331 -3 14 C-3.66 13.67 -4.32 13.34 -5 13 C-4.39254603 8.14036821 -2.27241033 4.2594482 0 0 Z " fill="#010F1F" transform="translate(78,146)"/>
<path d="M0 0 C-3.44615385 4.8 -3.44615385 4.8 -6.25 5.8125 C-7.11625 5.9053125 -7.11625 5.9053125 -8 6 C-8.33 4.35 -8.66 2.7 -9 1 C-5.8035914 -0.06546953 -3.34252724 -0.07427838 0 0 Z " fill="#04246A" transform="translate(153,73)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C2.835 1.598125 2.67 2.19625 2.5 2.8125 C1.8885876 5.11344336 1.8885876 5.11344336 2 8 C-0.4375 7.1875 -0.4375 7.1875 -3 6 C-3.33 5.01 -3.66 4.02 -4 3 C-2.1875 1.4375 -2.1875 1.4375 0 0 Z " fill="#082564" transform="translate(126,48)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.88590407 1.45922693 1.75834456 2.91740598 1.625 4.375 C1.55539062 5.18710937 1.48578125 5.99921875 1.4140625 6.8359375 C1 9 1 9 -1 11 C-1.66 11 -2.32 11 -3 11 C-2.69217504 9.35328588 -2.37860766 7.70764424 -2.0625 6.0625 C-1.88847656 5.14597656 -1.71445312 4.22945313 -1.53515625 3.28515625 C-1 1 -1 1 0 0 Z " fill="#24ADF3" transform="translate(375,317)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.5359375 1.8353125 1.5359375 1.8353125 1.0625 2.6875 C-0.07095574 5.15443308 -0.64628066 7.31173299 -1 10 C-0.67 10.66 -0.34 11.32 0 12 C-0.99 12.33 -1.98 12.66 -3 13 C-3.66 13.66 -4.32 14.32 -5 15 C-4.43174347 9.45949887 -2.37113483 4.96284034 0 0 Z " fill="#0A4095" transform="translate(45,140)"/>
<path d="M0 0 C1.65 0 3.3 0 5 0 C3.68 3.63 2.36 7.26 1 11 C0.34 10.34 -0.32 9.68 -1 9 C-0.625 6.0625 -0.625 6.0625 0 3 C0 2.01 0 1.02 0 0 Z " fill="#0E73E1" transform="translate(409,294)"/>
<path d="M0 0 C0 0.99 0 1.98 0 3 C0.309375 3.9590625 0.309375 3.9590625 0.625 4.9375 C1 7 1 7 -1 11 C-2.32 8.36 -3.64 5.72 -5 3 C-3.35 2.01 -1.7 1.02 0 0 Z " fill="#06388C" transform="translate(375,136)"/>
<path d="M0 0 C0 0.66 0 1.32 0 2 C-1.96875 3.5078125 -1.96875 3.5078125 -4.5 5.125 C-5.3353125 5.66382812 -6.170625 6.20265625 -7.03125 6.7578125 C-7.6809375 7.16773437 -8.330625 7.57765625 -9 8 C-8.40279244 4.84143557 -8.08036011 4.07613063 -5.625 1.75 C-3 0 -3 0 0 0 Z " fill="#2C5883" transform="translate(101,66)"/>
<path d="M0 0 C1.98 0.66 3.96 1.32 6 2 C6 2.99 6 3.98 6 5 C4.35 5.33 2.7 5.66 1 6 C0.67 4.02 0.34 2.04 0 0 Z " fill="#052162" transform="translate(328,49)"/>
<path d="M0 0 C0.66 0.66 1.32 1.32 2 2 C2.33 1.34 2.66 0.68 3 0 C4.32 0 5.64 0 7 0 C7.33 0.99 7.66 1.98 8 3 C7.01 3 6.02 3 5 3 C5.33 3.99 5.66 4.98 6 6 C2.62496331 4.8141763 0.35277269 3.72426311 -2 1 C-1.34 0.67 -0.68 0.34 0 0 Z " fill="#063A72" transform="translate(137,368)"/>
<path d="M0 0 C1.98 0 3.96 0 6 0 C6.66 2.31 7.32 4.62 8 7 C2.25 3.375 2.25 3.375 0 0 Z " fill="#05386F" transform="translate(113,352)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.34 3.3 0.68 6.6 0 10 C-0.99 10 -1.98 10 -3 10 C-2.25 3.375 -2.25 3.375 0 0 Z " fill="#34A9ED" transform="translate(392,266)"/>
<path d="M0 0 C2.97 0.33 5.94 0.66 9 1 C9 1.66 9 2.32 9 3 C10.32 3.33 11.64 3.66 13 4 C8.71 3.67 4.42 3.34 0 3 C0 2.01 0 1.02 0 0 Z " fill="#47AFEF" transform="translate(195,416)"/>
<path d="M0 0 C2.97 0.495 2.97 0.495 6 1 C6.33 1.99 6.66 2.98 7 4 C6.01 4 5.02 4 4 4 C4 4.66 4 5.32 4 6 C2.68 6.33 1.36 6.66 0 7 C0.185625 6.21625 0.37125 5.4325 0.5625 4.625 C1.25962266 2.02910225 1.25962266 2.02910225 0 0 Z " fill="#6FC1EB" transform="translate(125,392)"/>
<path d="M0 0 C1.65 0.99 3.3 1.98 5 3 C4.34 4.32 3.68 5.64 3 7 C1.68 7 0.36 7 -1 7 C-0.67 4.69 -0.34 2.38 0 0 Z " fill="#87CCEB" transform="translate(101,376)"/>
<path d="M0 0 C0.99 1.32 1.98 2.64 3 4 C2.01 4.495 2.01 4.495 1 5 C0.67 5.99 0.34 6.98 0 8 C-0.33 7.34 -0.66 6.68 -1 6 C-1.99 5.67 -2.98 5.34 -4 5 C-3 2 -3 2 0 0 Z " fill="#05398F" transform="translate(408,136)"/>
<path d="M0 0 C1.32 0 2.64 0 4 0 C4 0.66 4 1.32 4 2 C4.99 2.33 5.98 2.66 7 3 C7 4.65 7 6.3 7 8 C3.75700849 5.61042731 1.49097658 3.7952131 0 0 Z " fill="#8BC8E4" transform="translate(57,351)"/>
<path d="M0 0 C2 2 2 2 2.125 5.125 C2.08375 6.07375 2.0425 7.0225 2 8 C0.02 8.99 0.02 8.99 -2 10 C-1.34 6.7 -0.68 3.4 0 0 Z " fill="#5E9FCB" transform="translate(421,270)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.1953125 6.0546875 1.1953125 6.0546875 1 8 C-1 10 -1 10 -3 11 C-2.25 3.375 -2.25 3.375 0 0 Z " fill="#319ADC" transform="translate(393,258)"/>
<path d="M0 0 C1.98 0.66 3.96 1.32 6 2 C6 2.66 6 3.32 6 4 C3.69 4.66 1.38 5.32 -1 6 C-1.042721 4.33388095 -1.04063832 2.66617115 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#021226" transform="translate(66,175)"/>
<path d="M0 0 C0 0.99 0 1.98 0 3 C-1.65 3.66 -3.3 4.32 -5 5 C-5 5.66 -5 6.32 -5 7 C-5.66 7 -6.32 7 -7 7 C-7 6.34 -7 5.68 -7 5 C-7.66 4.67 -8.32 4.34 -9 4 C-6.03 2.68 -3.06 1.36 0 0 Z " fill="#35A1E5" transform="translate(302,378)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.625 3.4375 1.625 3.4375 1 6 C0.01 6.495 0.01 6.495 -1 7 C-2.35308313 8.31328657 -3.68870078 9.64499081 -5 11 C-3.77472971 6.94718288 -2.30119506 3.55639236 0 0 Z " fill="#6CB0D8" transform="translate(408,307)"/>
<path d="M0 0 C2.39073445 3.82517513 2.55966552 7.59665524 3 12 C1 11 1 11 -0.1875 8.8125 C-1.1442869 5.50054536 -0.77315996 3.32458783 0 0 Z " fill="#0695ED" transform="translate(57,282)"/>
<path d="M0 0 C2 1 2 1 3.1875 3.3125 C4.03624754 6.11989571 3.99928333 7.301935 3 10 C-0.91941982 6.69298952 -0.91941982 6.69298952 -1.3125 3.3125 C-1 1 -1 1 0 0 Z " fill="#0364C1" transform="translate(392,186)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1 2.97 1 5.94 1 9 C-0.65 9.66 -2.3 10.32 -4 11 C-3.52269162 9.5410574 -3.04308958 8.08286504 -2.5625 6.625 C-2.29566406 5.81289062 -2.02882812 5.00078125 -1.75390625 4.1640625 C-1 2 -1 2 0 0 Z " fill="#507EA3" transform="translate(36,144)"/>
<path d="M0 0 C1.98 0.495 1.98 0.495 4 1 C4.33 2.32 4.66 3.64 5 5 C4.01 5.495 4.01 5.495 3 6 C0.875 5.0625 0.875 5.0625 -1 4 C-0.67 2.68 -0.34 1.36 0 0 Z " fill="#051A59" transform="translate(261,26)"/>
<path d="M0 0 C0.99 0.99 1.98 1.98 3 3 C1.35 4.65 -0.3 6.3 -2 8 C-2.33 6.68 -2.66 5.36 -3 4 C-2.34 4 -1.68 4 -1 4 C-0.67 2.68 -0.34 1.36 0 0 Z " fill="#063A72" transform="translate(323,360)"/>
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.625 2.3125 3.625 2.3125 4 5 C3.01 6.485 3.01 6.485 2 8 C0.93224776 6.03533587 -0.06553465 4.03144641 -1 2 C-0.67 1.34 -0.34 0.68 0 0 Z " fill="#1D86E7" transform="translate(61,327)"/>
<path d="M0 0 C3 2 3 2 3.6875 5.125 C3.790625 6.07375 3.89375 7.0225 4 8 C2.33333333 8 0.66666667 8 -1 8 C-0.67 5.36 -0.34 2.72 0 0 Z " fill="#031123" transform="translate(385,176)"/>
<path d="M0 0 C2.475 0.99 2.475 0.99 5 2 C3.61410019 5.09162264 2.50816459 6.49183541 0 9 C0 6.03 0 3.06 0 0 Z " fill="#052E7B" transform="translate(96,111)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C3.5078125 1.53125 3.5078125 1.53125 5.125 3.5 C5.66382813 4.1496875 6.20265625 4.799375 6.7578125 5.46875 C7.16773438 5.9740625 7.57765625 6.479375 8 7 C7.67 7.66 7.34 8.32 7 9 C6.34 8.67 5.68 8.34 5 8 C5 7.34 5 6.68 5 6 C3.68 6 2.36 6 1 6 C0.67 4.02 0.34 2.04 0 0 Z " fill="#082F74" transform="translate(375,87)"/>
<path d="M0 0 C-1.32 0.33 -2.64 0.66 -4 1 C-4 1.66 -4 2.32 -4 3 C-6.95664519 4.4783226 -9.74229737 4.06032783 -13 4 C-10.56272708 2.37515139 -8.62713877 1.34310925 -5.9375 0.3125 C-5.24527344 0.04050781 -4.55304688 -0.23148438 -3.83984375 -0.51171875 C-2 -1 -2 -1 0 0 Z " fill="#2B4878" transform="translate(162,33)"/>
<path d="M0 0 C2.31 0.33 4.62 0.66 7 1 C6.01 1.495 6.01 1.495 5 2 C5 2.66 5 3.32 5 4 C3.02 4 1.04 4 -1 4 C-0.67 2.68 -0.34 1.36 0 0 Z " fill="#9BDBF8" transform="translate(237,434)"/>
<path d="M0 0 C0.33 1.32 0.66 2.64 1 4 C-0.98 4 -2.96 4 -5 4 C-5 3.34 -5 2.68 -5 2 C-5.66 1.67 -6.32 1.34 -7 1 C-4.50935112 0.31292445 -2.62113708 0 0 0 Z " fill="#9BDBF8" transform="translate(219,434)"/>
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 2.31 5 4.62 5 7 C2.5 5.75 2.5 5.75 0 4 C0 2.68 0 1.36 0 0 Z " fill="#8BCBEA" transform="translate(75,368)"/>
<path d="M0 0 C1.98 1.65 3.96 3.3 6 5 C4.125 6.0625 4.125 6.0625 2 7 C1.34 6.67 0.68 6.34 0 6 C0 4.02 0 2.04 0 0 Z " fill="#319DDF" transform="translate(105,345)"/>
<path d="M0 0 C1.65 1.65 3.3 3.3 5 5 C4.67 5.99 4.34 6.98 4 8 C2.68 7.34 1.36 6.68 0 6 C0 4.02 0 2.04 0 0 Z " fill="#3F6B92" transform="translate(389,96)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C3.34 3.32 2.68 4.64 2 6 C0.68 5.34 -0.64 4.68 -2 4 C-1.34 2.68 -0.68 1.36 0 0 Z " fill="#042771" transform="translate(327,87)"/>
<path d="M0 0 C0.66 0.66 1.32 1.32 2 2 C1.625 4.125 1.625 4.125 1 6 C-0.65 5.67 -2.3 5.34 -4 5 C-2.68 3.35 -1.36 1.7 0 0 Z " fill="#406992" transform="translate(80,81)"/>
<path d="M0 0 C0.33 0 0.66 0 1 0 C1.17942163 3.94727588 1.09350689 6.5980513 -1 10 C-1.99 9.67 -2.98 9.34 -4 9 C-2.68 6.03 -1.36 3.06 0 0 Z " fill="#34A0E2" transform="translate(379,298)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C2.59355614 3.64860427 2.74209269 6.29197322 3 9 C1.68 8.67 0.36 8.34 -1 8 C-0.835 7.236875 -0.67 6.47375 -0.5 5.6875 C0.09145396 2.96403764 0.09145396 2.96403764 0 0 Z " fill="#06388A" transform="translate(404,128)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.43628586 4.26954202 0.50037734 5.82575883 -2 8 C-2 5.69 -2 3.38 -2 1 C-1.34 0.67 -0.68 0.34 0 0 Z " fill="#2F5E8D" transform="translate(65,100)"/>
<path d="M0 0 C2.46800047 1.15173355 4.04783565 2.04783565 6 4 C5.67 4.99 5.34 5.98 5 7 C4.34 6.01 3.68 5.02 3 4 C2.01 4 1.02 4 0 4 C0 2.68 0 1.36 0 0 Z " fill="#2D5B85" transform="translate(378,86)"/>
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C-0.64 2.65 -3.28 4.3 -6 6 C-6.33 5.01 -6.66 4.02 -7 3 C-4.69631264 1.93347808 -2.35981813 0.93578995 0 0 Z " fill="#34C0F8" transform="translate(293,391)"/>
<path d="M0 0 C1.32 0.66 2.64 1.32 4 2 C3.67 2.99 3.34 3.98 3 5 C1.35 5 -0.3 5 -2 5 C-2.33 4.34 -2.66 3.68 -3 3 C-2.34 3 -1.68 3 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#8CCEE9" transform="translate(370,376)"/>
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3.33 2.65 3.66 4.3 4 6 C3.34 6 2.68 6 2 6 C1.67 6.66 1.34 7.32 1 8 C0.40267181 5.23735711 0 2.83967231 0 0 Z " fill="#083787" transform="translate(400,122)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C0.535 3.97 0.535 3.97 -3 7 C-2.67 5.35 -2.34 3.7 -2 2 C-1.34 2 -0.68 2 0 2 C0 1.34 0 0.68 0 0 Z " fill="#05276D" transform="translate(107,104)"/>
<path d="M0 0 C3.465 1.98 3.465 1.98 7 4 C6.01 4.99 5.02 5.98 4 7 C3.34 6.34 2.68 5.68 2 5 C2 4.01 2 3.02 2 2 C1.34 2 0.68 2 0 2 C0 1.34 0 0.68 0 0 Z " fill="#85CDEE" transform="translate(112,384)"/>
<path d="M0 0 C1.32 0.33 2.64 0.66 4 1 C4 2.32 4 3.64 4 5 C4.66 5.33 5.32 5.66 6 6 C5.34 6.66 4.68 7.32 4 8 C0 2.25 0 2.25 0 0 Z " fill="#8DC8E3" transform="translate(52,343)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.66 1.98 3.32 3.96 4 6 C2.68 6.33 1.36 6.66 0 7 C0 4.69 0 2.38 0 0 Z " fill="#4F85A9" transform="translate(22,187)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.33 0.99 2.66 1.98 3 3 C2.01 3.495 2.01 3.495 1 4 C1.66 4.33 2.32 4.66 3 5 C2.67 5.99 2.34 6.98 2 8 C0.4375 6.8125 0.4375 6.8125 -1 5 C-0.6875 2.3125 -0.6875 2.3125 0 0 Z " fill="#0348AC" transform="translate(33,182)"/>
<path d="M0 0 C2.31 0.33 4.62 0.66 7 1 C6.34 2.65 5.68 4.3 5 6 C3.31237149 4.3545622 1.6459651 2.68711423 0 1 C0 0.67 0 0.34 0 0 Z " fill="#052F7F" transform="translate(358,122)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C1.67 1.32 1.34 2.64 1 4 C0.34 4 -0.32 4 -1 4 C-0.67 4.99 -0.34 5.98 0 7 C-1.32 6.67 -2.64 6.34 -4 6 C-2.7260411 3.96166576 -1.38938077 1.96147874 0 0 Z " fill="#010B18" transform="translate(101,113)"/>
<path d="M0 0 C1.32 1.65 2.64 3.3 4 5 C3.34 5.66 2.68 6.32 2 7 C1.34 6.67 0.68 6.34 0 6 C-0.6875 3.5 -0.6875 3.5 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#70B6DD" transform="translate(54,320)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.33 1.98 2.66 3.96 3 6 C1.68 6 0.36 6 -1 6 C-0.67 4.02 -0.34 2.04 0 0 Z " fill="#05419C" transform="translate(38,159)"/>
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.6875 1.8125 2.6875 1.8125 3 4 C1.5625 5.75 1.5625 5.75 0 7 C-0.38133299 5.0085944 -0.71325582 3.00720923 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#06429B" transform="translate(381,154)"/>
<path d="M0 0 C1.32 1.32 2.64 2.64 4 4 C3.01 4.495 3.01 4.495 2 5 C2 5.66 2 6.32 2 7 C1.01 7 0.02 7 -1 7 C-0.67 4.69 -0.34 2.38 0 0 Z " fill="#426E95" transform="translate(398,108)"/>
<path d="M0 0 C4.875 1.75 4.875 1.75 6 4 C4.35 4.33 2.7 4.66 1 5 C0.67 3.35 0.34 1.7 0 0 Z " fill="#052366" transform="translate(343,59)"/>
<path d="M0 0 C1.98 0 3.96 0 6 0 C3.82575883 2.50037734 2.26954202 3.43628586 -1 4 C-0.67 2.68 -0.34 1.36 0 0 Z " fill="#1F4477" transform="translate(111,56)"/>
<path d="M0 0 C2.31 0.66 4.62 1.32 7 2 C4.64561267 3.42944945 3.51967567 4.08661261 0.75 3.625 C0.1725 3.41875 -0.405 3.2125 -1 3 C-0.67 2.01 -0.34 1.02 0 0 Z " fill="#071959" transform="translate(179,28)"/>
</svg>
body {
min-height: 100vh;
}
#app {
min-height: 100vh;
display: flex;
flex-flow: column;
}
#app > main {
flex: 1 1 auto;
}
/* Reset and base styles */
* {
padding: 0;
margin: 0;
border: none;
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
font-weight: normal;
}
body {
min-height: 100vh;
}
\ No newline at end of file
/* Links */
a, a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
/* Common */
aside, nav, footer, header, section, main {
display: block;
}
h1, h2, h3, h4, h5, h6, p {
font-size: inherit;
font-weight: inherit;
}
ul, ul li {
list-style: none;
}
img {
vertical-align: top;
}
img, svg {
max-width: 100%;
height: auto;
}
address {
font-style: normal;
}
/* Form */
input, textarea, button, select {
font-family: inherit;
font-size: inherit;
color: inherit;
background-color: transparent;
}
input::-ms-clear {
display: none;
}
button, input[type="submit"] {
display: inline-block;
box-shadow: none;
background-color: transparent;
background: none;
cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
outline: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
label {
cursor: pointer;
}
legend {
display: block;
}
<script setup lang="ts"></script>
<template>
<span class="inline-flex items-center gap-2"
><img src="@/assets/Motion.svg" alt="Motion logo" class="bg-white size-12" />
<span class="font-semibold text-2xl text-primary">Motion</span></span
>
</template>
<style scoped></style>
<script setup lang="ts">
import { useAuthorizationStore } from '@/stores/authorization';
const authorizationStore = useAuthorizationStore();
const userNickName = computed(() => authorizationStore.userNickName);
</script>
<template>
<div>
<Avatar label="D" class="mr-2" size="large" shape="circle" style="background-color: #60a5fa" />
<span class="text-xl">@{{ userNickName }}</span>
</div>
<a
href="/settings"
class="pi pi-cog ml-auto p-2 -m-2 hover:cursor-pointer"
style="font-size: 2rem"
></a>
</template>
<style scoped></style>
import { useInterfaceStore } from '@/stores/interface';
import type { IEntity } from '@/interfaces/environment';
export async function uploadFile($event: Event) {
const target = $event.target as HTMLInputElement;
if (target && target.files && target.files[0]) {
const file = target.files[0];
const reader = new FileReader();
reader.readAsDataURL(file);
reader.addEventListener('load', () => {
const url = reader.result;
const interfaceStore = useInterfaceStore();
interfaceStore.changeHomeBackgroundUrl(url);
localStorage.setItem('homeBackgroundUrl', url);
});
}
}
export function setDefaultHomeBackground() {
const interfaceStore = useInterfaceStore();
interfaceStore.changeHomeBackgroundUrl(
'https://wallpapers.com/images/featured/minimalist-7xpryajznty61ra3.jpg'
);
localStorage.removeItem('homeBackgroundUrl');
}
@tailwind base;
@tailwind components;
@tailwind utilities;
\ No newline at end of file
......@@ -2,7 +2,10 @@ import type { IImage, TThemes } from '@/interfaces/environment';
export interface IUserData {
uuid: string;
fullName: string;
nickName: string;
firstName: string;
lastName: string;
middleName: string;
email: string;
phoneNumber: string;
settings: IUserSettings;
......
......@@ -5,10 +5,17 @@ import { createPinia } from 'pinia';
import PrimeVue from 'primevue/config';
import App from './App.vue';
import router from './router';
import Aura from '@primevue/themes/aura';
const app = createApp(App);
app.use(createPinia());
app.use(router);
app.use(PrimeVue);
app.mount('#app');
app
.use(PrimeVue, {
theme: {
preset: Aura,
options: {}
}
})
.use(createPinia())
.use(router)
.mount('#app');
<script setup lang="ts"></script>
<script setup lang="ts">
import LogoAndLabel from '@/components/LogoAndLabel.vue';
import { useDataStore } from '@/stores/data';
import UserInfoHeaderWithSettings from '@/components/UserInfoHeaderWithSettings.vue';
const route = useRoute();
const emit = defineEmits(['closeCallback']);
const dataStore = useDataStore();
const sheets = ref();
const expandAll = () => {
for (let sheet of sheets.value) {
expandSheet(sheet);
}
expandedKeys.value = { ...expandedKeys.value };
};
const expandSheet = (sheet) => {
if (sheet.children && sheet.children.length) {
expandedKeys.value[sheet.key] = true;
for (let child of sheet.children) {
expandSheet(child);
}
}
};
onMounted(() => {
sheets.value = dataStore.sheets;
expandAll();
});
const expandedKeys = ref({});
</script>
<template>
<Popover>
<div class="h-full">
<ul>
<li>What I want</li>
<li>My targets</li>
<li>My love</li>
<li>My owns</li>
<li>My clowns</li>
</ul>
</div>
</Popover>
<div class="flex flex-col h-full p-4">
<section class="flex justify-between items-center mb-6">
<LogoAndLabel />
<Button
severity="contrast"
@click="emit('closeCallback')"
icon="pi pi-times"
rounded
outlined
></Button>
</section>
<section class="flex items-center justify-between mb-6">
<UserInfoHeaderWithSettings />
</section>
<Divider />
<nav>
<h3 class="text-xl">Menu</h3>
<div class="ml-[58px] mt-4 -mb-2 select-none font-bold">
<a v-if="route.path !== '/'" href="/"
><i class="pi pi-home text-gray-400 pr-2"></i>Главное меню</a
>
<span v-else><i class="pi pi-home text-gray-400 pr-2"></i>Главное меню</span>
</div>
<Tree
:value="sheets"
v-model:expandedKeys="expandedKeys"
pt:root:class="pl-0"
pt:sheetLabel:class="text-white"
>
<template #url="slotProps">
<a
:href="slotProps.node.data"
:class="[
'block',
{
'bg-sky-900 p-2 ml-0 -m-2 rounded-md': route.path === slotProps.node.data
}
]"
>{{ slotProps.node.label }}</a
>
</template>
</Tree>
</nav>
</div>
</template>
<style scoped></style>
/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2 */
border-style: solid;
/* 2 */
border-color: #e5e7eb;
/* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
-webkit-tap-highlight-color: transparent;
/* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0;
/* 1 */
line-height: inherit;
/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
border-top-width: 1px;
/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
border-collapse: collapse;
/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
/* 1 */
line-height: inherit;
/* 1 */
letter-spacing: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
/* 1 */
vertical-align: middle;
/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.\!visible {
visibility: visible !important;
}
.visible {
visibility: visible;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.-left-full {
left: -100%;
}
.-top-full {
top: -100%;
}
.left-0 {
left: 0px;
}
.right-0 {
right: 0px;
}
.top-0 {
top: 0px;
}
.right-2 {
right: 0.5rem;
}
.top-2 {
top: 0.5rem;
}
.right-8 {
right: 2rem;
}
.top-8 {
top: 2rem;
}
.top-16 {
top: 4rem;
}
.top-12 {
top: 3rem;
}
.z-10 {
z-index: 10;
}
.-m-2 {
margin: -0.5rem;
}
.-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.-mb-2 {
margin-bottom: -0.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-0 {
margin-left: 0px;
}
.ml-\[58px\] {
margin-left: 58px;
}
.ml-auto {
margin-left: auto;
}
.mr-2 {
margin-right: 0.5rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.-mr-24 {
margin-right: -6rem;
}
.-mr-48 {
margin-right: -12rem;
}
.-mr-36 {
margin-right: -9rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.-mr-\[120px\] {
margin-right: -120px;
}
.-mr-\[130px\] {
margin-right: -130px;
}
.-mr-\[135px\] {
margin-right: -135px;
}
.block {
display: block;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.hidden {
display: none;
}
.size-12 {
width: 3rem;
height: 3rem;
}
.size-24 {
width: 6rem;
height: 6rem;
}
.size-8 {
width: 2rem;
height: 2rem;
}
.size-48 {
width: 12rem;
height: 12rem;
}
.h-full {
height: 100%;
}
.h-24 {
height: 6rem;
}
.w-20 {
width: 5rem;
}
.w-full {
width: 100%;
}
.w-24 {
width: 6rem;
}
.w-4 {
width: 1rem;
}
.w-2 {
width: 0.5rem;
}
.cursor-pointer {
cursor: pointer;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.flex-col {
flex-direction: column;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-2 {
gap: 0.5rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.border-solid {
border-style: solid;
}
.border-black {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-sky-900 {
--tw-bg-opacity: 1;
background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue-900 {
--tw-bg-opacity: 1;
background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-950 {
--tw-bg-opacity: 1;
background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.p-2 {
padding: 0.5rem;
}
.p-4 {
padding: 1rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.pl-0 {
padding-left: 0px;
}
.pr-2 {
padding-right: 0.5rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-24 {
padding-right: 6rem;
}
.pr-48 {
padding-right: 12rem;
}
.pr-36 {
padding-right: 9rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pr-\[120px\] {
padding-right: 120px;
}
.pr-\[130px\] {
padding-right: 130px;
}
.pr-\[135px\] {
padding-right: 135px;
}
.text-center {
text-align: center;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.hover\:cursor-pointer:hover {
cursor: pointer;
}
.hover\:text-gray-400:hover {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:opacity-50:hover {
opacity: 0.5;
}
.hover\:opacity-20:hover {
opacity: 0.2;
}
.hover\:opacity-90:hover {
opacity: 0.9;
}
\ No newline at end of file
<script setup lang="ts"></script>
<script setup lang="ts">
import { useElementSize } from '@vueuse/core';
import EntityItem from '@/modules/EntityItem.vue';
import CreateEntityMenu from '@/components/CreateEntityMenu.vue';
import { setDefaultHomeBackground, uploadFile } from '@/helpers ';
import { useInterfaceStore } from '@/stores/interface';
import type { IEntity } from '@/interfaces/environment';
<template></template>
const backgroundImage = ref();
const { height: backgroundImageHeight } = useElementSize(backgroundImage);
const entitiesContainer = ref();
const { height: entitiesHeight } = useElementSize(entitiesContainer);
<style scoped></style>
const entities = ref([]);
const addEntity = (newEntity: IEntity) => {
entities.value.push(newEntity);
};
const interfaceStore = useInterfaceStore();
const backgroundUrl = computed<string>(() => interfaceStore.homeBackgroundUrl);
</script>
<template>
<header>
<h1 class="text-center text-4xl py-4">Home page</h1>
</header>
<main class="flex flex-col">
<Splitter
:style="`height: calc(${backgroundImageHeight - 3}px + ${entitiesHeight}px + 150px);`"
layout="vertical"
stateKey="homeSplitter"
stateStorage="local"
>
<SplitterPanel
ref="splitterBackground"
:pt:root:style="`position: relative; background-image: url(${backgroundUrl}); background-size: 100% auto; max-height: ${backgroundImageHeight - 3}px; min-height: 200px;`"
class="splitterPanelBackground"
>
<div
class="changeImageBlock absolute top-2 right-2 bg-black p-2 rounded-md hover:text-gray-300 transition-all cursor-pointer select-none"
>
<input
type="file"
@change="uploadFile($event)"
title="Change image"
accept="image/*"
class="w-2 pr-[135px] -mr-[135px] py-2 -my-2 pl-2 -ml-2 opacity-0 cursor-pointer"
/><span class="cursor-pointer"><i class="pi pi-image mr-2"></i>Change image</span>
</div>
<button
@click.prevent="setDefaultHomeBackground"
class="returnDefaultImageBlock absolute top-16 right-2 bg-blue-600 p-2 transition-all rounded-md border-2 border-solid border-black select-none"
>
Return default image
</button>
</SplitterPanel>
<SplitterPanel class="flex items-start justify-center"
><div ref="entitiesContainer" class="pt-6">
<p class="mb-6">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad autem cum dolores doloribus
dolorum, earum illum nam nemo nesciunt odit pariatur quam quisquam reprehenderit
sapiente ullam unde ut vel, voluptatem!
</p>
<EntityItem
v-for="entitiesItem of entities"
:entity="entitiesItem"
:key="entitiesItem.uuid"
class="mb-6"
/>
<div class="relative">
<CreateEntityMenu @addEntity="addEntity" />
</div>
</div>
</SplitterPanel>
</Splitter>
</main>
<img
ref="backgroundImage"
:src="backgroundUrl"
alt="background image"
class="absolute w-full -top-full -left-full"
/>
</template>
<style scoped>
.splitterPanelBackground > .changeImageBlock,
.splitterPanelBackground > .returnDefaultImageBlock {
opacity: 0;
}
.splitterPanelBackground:hover > .changeImageBlock,
.splitterPanelBackground:hover > .returnDefaultImageBlock {
opacity: 100;
}
</style>
......@@ -10,12 +10,12 @@ const router = createRouter({
component: HomePage
},
{
path: '/sheet/:sheetUuid',
name: 'about',
path: '/:sheetUuid',
name: 'sheet',
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../pages/SheetPage.vue')
component: () => import('../pages/[uuid]/SheetPage.vue')
}
]
});
......
......@@ -3,11 +3,12 @@ import type { IUserData } from '@/interfaces/authorization';
export const useAuthorizationStore = defineStore('authorizationStore', () => {
const userUuid = ref<string>('e786de50-f33c-4ef9-9dfe-329eed32b023');
const userNickName = ref<string>('malyusgun');
const userData = ref<IUserData | null>();
// const doubleCount = computed(() => count.value * 2);
// function increment() {
// count.value++;
// }
return { userUuid, userData };
return { userUuid, userNickName, userData };
});
import { defineStore } from 'pinia';
import type { ISheet } from '@/interfaces/environment';
export const useDataStore = defineStore('dataStore', () => {
const sheets = ref([
{
key: '0',
label: 'Личная жизнь',
data: '/0a49c3f4-57d2-4c82-be20-c7bab0abd623',
icon: 'pi pi-fw pi-inbox',
type: 'url',
children: [
{
key: '0-0',
label: 'Девушка',
data: '/f22dabd2-029b-46ae-8580-a8291449a051',
icon: 'pi pi-fw pi-cog',
type: 'url',
children: [
{
key: '0-0-0',
label: 'Заморочки и проблемы и всё-всё-всё моей любимой девушки',
icon: 'pi pi-fw pi-file',
data: '/83ad3c89-64a2-428d-995c-8008d40cec8a',
type: 'url'
},
{
key: '0-0-1',
label: 'Любимые цветы девушки',
icon: 'pi pi-fw pi-file',
data: '/(uuid of sheet)',
type: 'url'
}
]
},
{
key: '0-1',
label: 'Работа',
data: '/81d8bc92-57cb-4ab2-89c2-63304bd0e5fb',
icon: 'pi pi-fw pi-home',
type: 'url',
children: [
{
key: '0-1-0',
label: 'Pet-projects',
icon: 'pi pi-fw pi-file',
data: '/(uuid of sheet)',
type: 'url'
}
]
}
]
}
]);
return { sheets };
});