diff --git a/build/resolvers/antd.ts b/build/resolvers/antd.ts index 4506424..ae57846 100644 --- a/build/resolvers/antd.ts +++ b/build/resolvers/antd.ts @@ -35,18 +35,17 @@ interface IMatcher { const matchComponents: IMatcher[] = [ { - pattern: /^Avatar/, - styleDir: 'avatar' + pattern: /^Anchor/, + styleDir: 'anchor' }, { pattern: /^AutoComplete/, styleDir: 'auto-complete' }, { - pattern: /^Anchor/, - styleDir: 'anchor' + pattern: /^Avatar/, + styleDir: 'avatar' }, - { pattern: /^Badge/, styleDir: 'badge' @@ -59,14 +58,18 @@ const matchComponents: IMatcher[] = [ pattern: /^Button/, styleDir: 'button' }, - { - pattern: /^Checkbox/, - styleDir: 'checkbox' - }, { pattern: /^Card/, styleDir: 'card' }, + { + pattern: /^CheckableTag/, + styleDir: 'tag' + }, + { + pattern: /^Checkbox/, + styleDir: 'checkbox' + }, { pattern: /^Collapse/, styleDir: 'collapse' @@ -75,76 +78,30 @@ const matchComponents: IMatcher[] = [ pattern: /^Descriptions/, styleDir: 'descriptions' }, - { - pattern: /^RangePicker|^WeekPicker|^MonthPicker/, - styleDir: 'date-picker' - }, { pattern: /^Dropdown/, styleDir: 'dropdown' }, - { pattern: /^Form/, styleDir: 'form' }, + { + pattern: /^Image/, + styleDir: 'image' + }, { pattern: /^InputNumber/, styleDir: 'input-number' }, - - { - pattern: /^Input|^Textarea/, - styleDir: 'input' - }, - { - pattern: /^Statistic/, - styleDir: 'statistic' - }, - { - pattern: /^CheckableTag/, - styleDir: 'tag' - }, - { - pattern: /^TimeRangePicker/, - styleDir: 'time-picker' - }, { pattern: /^Layout/, styleDir: 'layout' }, - { - pattern: /^Menu|^SubMenu/, - styleDir: 'menu' - }, - - { - pattern: /^Table/, - styleDir: 'table' - }, - { - pattern: /^TimePicker|^TimeRangePicker/, - styleDir: 'time-picker' - }, - { - pattern: /^Radio/, - styleDir: 'radio' - }, - - { - pattern: /^Image/, - styleDir: 'image' - }, - { pattern: /^List/, styleDir: 'list' }, - - { - pattern: /^Tab/, - styleDir: 'tabs' - }, { pattern: /^Mentions/, styleDir: 'mentions' @@ -154,37 +111,72 @@ const matchComponents: IMatcher[] = [ styleDir: 'qr-code' }, { - pattern: /^Step/, - styleDir: 'steps' + pattern: /^Radio/, + styleDir: 'radio' }, - { - pattern: /^Skeleton/, - styleDir: 'skeleton' - }, - { pattern: /^Select/, styleDir: 'select' }, { - pattern: /^TreeSelect/, - styleDir: 'tree-select' + pattern: /^Skeleton/, + styleDir: 'skeleton' }, { - pattern: /^Tree|^DirectoryTree/, - styleDir: 'tree' + pattern: /^Statistic/, + styleDir: 'statistic' }, { - pattern: /^Typography/, - styleDir: 'typography' + pattern: /^Step/, + styleDir: 'steps' + }, + { + pattern: /^Tab/, + styleDir: 'tabs' + }, + { + pattern: /^Table/, + styleDir: 'table' }, { pattern: /^Timeline/, styleDir: 'timeline' }, + { + pattern: /^TimeRangePicker/, + styleDir: 'time-picker' + }, + { + pattern: /^Typography/, + styleDir: 'typography' + }, + { + pattern: /^TreeSelect/, + styleDir: 'tree-select' + }, { pattern: /^Upload/, styleDir: 'upload' + }, + { + pattern: /^Input|^Textarea/, + styleDir: 'input' + }, + { + pattern: /^Menu|^SubMenu/, + styleDir: 'menu' + }, + { + pattern: /^Tree|^DirectoryTree/, + styleDir: 'tree' + }, + { + pattern: /^MonthPicker|^RangePicker|^WeekPicker/, + styleDir: 'date-picker' + }, + { + pattern: /^TimePicker|^TimeRangePicker/, + styleDir: 'time-picker' } ] @@ -257,12 +249,12 @@ const getSideEffects = (compName: string, options: AntDesignResolverOptions): Si const primitiveNames = [ 'Affix', + 'Alert', 'Anchor', 'AnchorLink', 'AutoComplete', 'AutoCompleteOptGroup', 'AutoCompleteOption', - 'Alert', 'Avatar', 'AvatarGroup', 'BackTop', @@ -277,105 +269,106 @@ const primitiveNames = [ 'Card', 'CardGrid', 'CardMeta', - 'Collapse', - 'CollapsePanel', 'Carousel', 'Cascader', + 'CheckableTag', 'Checkbox', 'CheckboxGroup', 'Col', + 'Collapse', + 'CollapsePanel', 'Comment', 'ConfigProvider', 'DatePicker', - 'MonthPicker', - 'WeekPicker', - 'RangePicker', - 'QuarterPicker', 'Descriptions', 'DescriptionsItem', + 'DirectoryTree', 'Divider', + 'Drawer', 'Dropdown', 'DropdownButton', - 'Drawer', 'Empty', 'FloatButton', 'Form', 'FormItem', 'FormItemRest', 'Grid', - 'Input', - 'InputGroup', - 'InputPassword', - 'InputSearch', - 'Textarea', 'Image', 'ImagePreviewGroup', + 'Input', + 'InputGroup', 'InputNumber', + 'InputPassword', + 'InputSearch', 'Layout', + 'LayoutContent', + 'LayoutFooter', 'LayoutHeader', 'LayoutSider', - 'LayoutFooter', - 'LayoutContent', 'List', 'ListItem', 'ListItemMeta', + 'LocaleProvider', + 'Mentions', + 'MentionsOption', 'Menu', 'MenuDivider', 'MenuItem', 'MenuItemGroup', - 'SubMenu', - 'Mentions', - 'MentionsOption', 'Modal', - 'Statistic', - 'StatisticCountdown', + 'MonthPicker', 'PageHeader', 'Pagination', 'Popconfirm', 'Popover', 'Progress', + 'QRCode', + 'QuarterPicker', 'Radio', 'RadioButton', 'RadioGroup', + 'RangePicker', 'Rate', 'Result', 'Row', - 'QRCode', + 'Segmented', 'Select', 'SelectOptGroup', 'SelectOption', 'Skeleton', - 'SkeletonButton', 'SkeletonAvatar', - 'SkeletonInput', + 'SkeletonButton', 'SkeletonImage', + 'SkeletonInput', 'Slider', 'Space', 'Spin', - 'Steps', + 'Statistic', + 'StatisticCountdown', 'Step', + 'Steps', + 'SubMenu', 'Switch', 'Table', 'TableColumn', 'TableColumnGroup', 'TableSummary', - 'TableSummaryRow', 'TableSummaryCell', + 'TableSummaryRow', + 'TabPane', + 'Tabs', + 'Tag', + 'Textarea', + 'Timeline', + 'TimelineItem', + 'TimePicker', + 'TimeRangePicker', + 'Tooltip', 'Transfer', 'Tree', 'TreeNode', - 'DirectoryTree', 'TreeSelect', 'TreeSelectNode', - 'Tabs', - 'TabPane', - 'Tag', - 'CheckableTag', - 'TimePicker', - 'TimeRangePicker', - 'Timeline', - 'TimelineItem', - 'Tooltip', 'Typography', 'TypographyLink', 'TypographyParagraph', @@ -383,7 +376,7 @@ const primitiveNames = [ 'TypographyTitle', 'Upload', 'UploadDragger', - 'LocaleProvider' + 'WeekPicker' ] const prefix = 'Antd' diff --git a/package-lock.json b/package-lock.json index c993181..a64b41a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,9 @@ "@dnd-kit/utilities": "^3.2.2", "@marsidev/react-turnstile": "^1.0.2", "@monaco-editor/react": "^4.6.0", - "@rollup/rollup-linux-x64-gnu": "^4.24.0", + "@shikijs/monaco": "^1.22.0", "antd": "^5.21.4", + "antd-style": "^3.7.0", "axios": "1.7.4", "custom-protocol-check": "^1.4.0", "dayjs": "^1.11.13", @@ -29,12 +30,12 @@ "match-sorter": "^6.3.4", "moment": "^2.30.1", "monaco-editor": "^0.52.0", - "monaco-jsx-syntax-highlight": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-router": "^6.27.0", "react-router-dom": "^6.27.0", + "shiki": "^1.22.0", "size-sensor": "^1.0.2", "vanilla-tilt": "^1.8.1" }, @@ -55,20 +56,16 @@ "globals": "^15.11.0", "jsdom": "^24.1.3", "prettier": "^3.3.3", - "sass": "^1.79.5", "typescript": "^5.6.3", "typescript-eslint": "^8.9.0", "unplugin-auto-import": "^0.18.3", "unplugin-icons": "^0.19.3", "vite": "5.4.6" - }, - "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.24.0" } }, "node_modules/@ampproject/remapping": { "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, "license": "Apache-2.0", @@ -82,7 +79,7 @@ }, "node_modules/@ant-design/colors": { "version": "7.1.0", - "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.1.0.tgz", "integrity": "sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==", "license": "MIT", "dependencies": { @@ -91,7 +88,7 @@ }, "node_modules/@ant-design/cssinjs": { "version": "1.21.1", - "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.21.1.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.21.1.tgz", "integrity": "sha512-tyWnlK+XH7Bumd0byfbCiZNK43HEubMoCcu9VxwsAwiHdHTgWa+tMN0/yvxa+e8EzuFP1WdUNNPclRpVtD33lg==", "license": "MIT", "dependencies": { @@ -110,7 +107,7 @@ }, "node_modules/@ant-design/cssinjs-utils": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.1.tgz", "integrity": "sha512-2HAiyGGGnM0es40SxdszeQAU5iWp41wBIInq+ONTCKjlSKOrzQfnw4JDtB8IBmqE6tQaEKwmzTP2LGdt5DSwYQ==", "license": "MIT", "dependencies": { @@ -125,7 +122,7 @@ }, "node_modules/@ant-design/fast-color": { "version": "2.0.6", - "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-2.0.6.tgz", "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==", "license": "MIT", "dependencies": { @@ -137,7 +134,7 @@ }, "node_modules/@ant-design/icons": { "version": "5.5.1", - "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.5.1.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.5.1.tgz", "integrity": "sha512-0UrM02MA2iDIgvLatWrj6YTCYe0F/cwXvVE0E2SqGrL7PZireQwgEKTKBisWpZyal5eXZLvuM98kju6YtYne8w==", "license": "MIT", "dependencies": { @@ -157,13 +154,13 @@ }, "node_modules/@ant-design/icons-svg": { "version": "4.4.2", - "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz", "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==", "license": "MIT" }, "node_modules/@ant-design/react-slick": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.1.2.tgz", "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==", "license": "MIT", "dependencies": { @@ -179,7 +176,7 @@ }, "node_modules/@antfu/install-pkg": { "version": "0.4.1", - "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.4.1.tgz", "integrity": "sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==", "dev": true, "license": "MIT", @@ -193,7 +190,7 @@ }, "node_modules/@antfu/utils": { "version": "0.7.10", - "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz", "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==", "dev": true, "license": "MIT", @@ -203,9 +200,8 @@ }, "node_modules/@babel/code-frame": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.9.tgz", "integrity": "sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/highlight": "^7.25.9", @@ -217,7 +213,7 @@ }, "node_modules/@babel/compat-data": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.9.tgz", "integrity": "sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==", "dev": true, "license": "MIT", @@ -227,7 +223,7 @@ }, "node_modules/@babel/core": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.9.tgz", "integrity": "sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==", "dev": true, "license": "MIT", @@ -258,9 +254,8 @@ }, "node_modules/@babel/generator": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.9.tgz", "integrity": "sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.25.9", @@ -274,7 +269,7 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, "license": "MIT", @@ -291,9 +286,8 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.25.9", @@ -305,7 +299,7 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz", "integrity": "sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==", "dev": true, "license": "MIT", @@ -324,7 +318,7 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, "license": "MIT", @@ -334,7 +328,7 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, "license": "MIT", @@ -348,9 +342,8 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -358,9 +351,8 @@ }, "node_modules/@babel/helper-validator-identifier": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -368,7 +360,7 @@ }, "node_modules/@babel/helper-validator-option": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, "license": "MIT", @@ -378,7 +370,7 @@ }, "node_modules/@babel/helpers": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.9.tgz", "integrity": "sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==", "dev": true, "license": "MIT", @@ -392,9 +384,8 @@ }, "node_modules/@babel/highlight": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz", "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", @@ -408,9 +399,8 @@ }, "node_modules/@babel/parser": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.9.tgz", "integrity": "sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.25.9" @@ -424,7 +414,7 @@ }, "node_modules/@babel/plugin-transform-react-jsx-self": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz", "integrity": "sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==", "dev": true, "license": "MIT", @@ -440,7 +430,7 @@ }, "node_modules/@babel/plugin-transform-react-jsx-source": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz", "integrity": "sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==", "dev": true, "license": "MIT", @@ -456,7 +446,7 @@ }, "node_modules/@babel/runtime": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.9.tgz", "integrity": "sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==", "license": "MIT", "dependencies": { @@ -468,9 +458,8 @@ }, "node_modules/@babel/template": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.25.9", @@ -483,9 +472,8 @@ }, "node_modules/@babel/traverse": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.25.9", @@ -502,9 +490,8 @@ }, "node_modules/@babel/traverse/node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -512,9 +499,8 @@ }, "node_modules/@babel/types": { "version": "7.25.9", - "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.9.tgz", "integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -526,7 +512,7 @@ }, "node_modules/@ctrl/tinycolor": { "version": "3.6.1", - "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz", "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==", "license": "MIT", "engines": { @@ -535,7 +521,7 @@ }, "node_modules/@dnd-kit/accessibility": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.0.tgz", "integrity": "sha512-ea7IkhKvlJUv9iSHJOnxinBcoOI3ppGnnL+VDJ75O45Nss6HtZd8IdN8touXPDtASfeI2T2LImb8VOZcL47wjQ==", "license": "MIT", "dependencies": { @@ -547,7 +533,7 @@ }, "node_modules/@dnd-kit/core": { "version": "6.1.0", - "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.1.0.tgz", + "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.1.0.tgz", "integrity": "sha512-J3cQBClB4TVxwGo3KEjssGEXNJqGVWx17aRTZ1ob0FliR5IjYgTxl5YJbKTzA6IzrtelotH19v6y7uoIRUZPSg==", "license": "MIT", "dependencies": { @@ -562,7 +548,7 @@ }, "node_modules/@dnd-kit/sortable": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-8.0.0.tgz", "integrity": "sha512-U3jk5ebVXe1Lr7c2wU7SBZjcWdQP+j7peHJfCspnA81enlu88Mgd7CC8Q+pub9ubP7eKVETzJW+IBAhsqbSu/g==", "license": "MIT", "dependencies": { @@ -576,7 +562,7 @@ }, "node_modules/@dnd-kit/utilities": { "version": "3.2.2", - "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz", "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==", "license": "MIT", "dependencies": { @@ -586,21 +572,172 @@ "react": ">=16.8.0" } }, + "node_modules/@emotion/babel-plugin": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", + "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.2.0", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" + }, + "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" + }, + "node_modules/@emotion/babel-plugin/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/cache": { + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", + "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/cache/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/css": { + "version": "11.13.4", + "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.13.4.tgz", + "integrity": "sha512-CthbOD5EBw+iN0rfM96Tuv5kaZN4nxPyYDvGUs0bc7wZBBiU/0mse+l+0O9RshW2d+v5HH1cme+BAbLJ/3Folw==", + "license": "MIT", + "dependencies": { + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0" + } + }, "node_modules/@emotion/hash": { "version": "0.8.0", - "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==", "license": "MIT" }, + "node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/react": { + "version": "11.13.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", + "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "hoist-non-react-statics": "^3.3.1" + }, + "peerDependencies": { + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/serialize": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz", + "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==", + "license": "MIT", + "dependencies": { + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.10.0", + "@emotion/utils": "^1.4.1", + "csstype": "^3.0.2" + } + }, + "node_modules/@emotion/serialize/node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" + }, + "node_modules/@emotion/serialize/node_modules/@emotion/unitless": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", + "license": "MIT" + }, + "node_modules/@emotion/sheet": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", + "license": "MIT" + }, "node_modules/@emotion/unitless": { "version": "0.7.5", - "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==", "license": "MIT" }, + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", + "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@emotion/utils": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz", + "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==", + "license": "MIT" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", + "license": "MIT" + }, "node_modules/@esbuild/aix-ppc64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", "cpu": [ "ppc64" @@ -617,7 +754,7 @@ }, "node_modules/@esbuild/android-arm": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", "cpu": [ "arm" @@ -634,7 +771,7 @@ }, "node_modules/@esbuild/android-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", "cpu": [ "arm64" @@ -651,7 +788,7 @@ }, "node_modules/@esbuild/android-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", "cpu": [ "x64" @@ -668,7 +805,7 @@ }, "node_modules/@esbuild/darwin-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", "cpu": [ "arm64" @@ -685,7 +822,7 @@ }, "node_modules/@esbuild/darwin-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", "cpu": [ "x64" @@ -702,7 +839,7 @@ }, "node_modules/@esbuild/freebsd-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", "cpu": [ "arm64" @@ -719,7 +856,7 @@ }, "node_modules/@esbuild/freebsd-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", "cpu": [ "x64" @@ -736,7 +873,7 @@ }, "node_modules/@esbuild/linux-arm": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", "cpu": [ "arm" @@ -753,7 +890,7 @@ }, "node_modules/@esbuild/linux-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", "cpu": [ "arm64" @@ -770,7 +907,7 @@ }, "node_modules/@esbuild/linux-ia32": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", "cpu": [ "ia32" @@ -787,7 +924,7 @@ }, "node_modules/@esbuild/linux-loong64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", "cpu": [ "loong64" @@ -804,7 +941,7 @@ }, "node_modules/@esbuild/linux-mips64el": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", "cpu": [ "mips64el" @@ -821,7 +958,7 @@ }, "node_modules/@esbuild/linux-ppc64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", "cpu": [ "ppc64" @@ -838,7 +975,7 @@ }, "node_modules/@esbuild/linux-riscv64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", "cpu": [ "riscv64" @@ -855,7 +992,7 @@ }, "node_modules/@esbuild/linux-s390x": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", "cpu": [ "s390x" @@ -872,7 +1009,7 @@ }, "node_modules/@esbuild/linux-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", "cpu": [ "x64" @@ -889,7 +1026,7 @@ }, "node_modules/@esbuild/netbsd-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", "cpu": [ "x64" @@ -906,7 +1043,7 @@ }, "node_modules/@esbuild/openbsd-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", "cpu": [ "x64" @@ -923,7 +1060,7 @@ }, "node_modules/@esbuild/sunos-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", "cpu": [ "x64" @@ -940,7 +1077,7 @@ }, "node_modules/@esbuild/win32-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", "cpu": [ "arm64" @@ -957,7 +1094,7 @@ }, "node_modules/@esbuild/win32-ia32": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", "cpu": [ "ia32" @@ -974,7 +1111,7 @@ }, "node_modules/@esbuild/win32-x64": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", "cpu": [ "x64" @@ -991,7 +1128,7 @@ }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", - "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", "dev": true, "license": "MIT", @@ -1007,7 +1144,7 @@ }, "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "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", @@ -1020,7 +1157,7 @@ }, "node_modules/@eslint-community/regexpp": { "version": "4.11.1", - "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", "dev": true, "license": "MIT", @@ -1030,7 +1167,7 @@ }, "node_modules/@eslint/config-array": { "version": "0.18.0", - "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.18.0.tgz", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", "dev": true, "license": "Apache-2.0", @@ -1045,7 +1182,7 @@ }, "node_modules/@eslint/core": { "version": "0.7.0", - "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz", "integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==", "dev": true, "license": "Apache-2.0", @@ -1055,7 +1192,7 @@ }, "node_modules/@eslint/eslintrc": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", "dev": true, "license": "MIT", @@ -1079,7 +1216,7 @@ }, "node_modules/@eslint/eslintrc/node_modules/globals": { "version": "14.0.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", "dev": true, "license": "MIT", @@ -1092,7 +1229,7 @@ }, "node_modules/@eslint/js": { "version": "9.13.0", - "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.13.0.tgz", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz", "integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==", "dev": true, "license": "MIT", @@ -1102,7 +1239,7 @@ }, "node_modules/@eslint/object-schema": { "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.4.tgz", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", "dev": true, "license": "Apache-2.0", @@ -1112,7 +1249,7 @@ }, "node_modules/@eslint/plugin-kit": { "version": "0.2.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz", "integrity": "sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==", "dev": true, "license": "Apache-2.0", @@ -1125,7 +1262,7 @@ }, "node_modules/@humanfs/core": { "version": "0.19.0", - "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.0.tgz", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", "integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", "dev": true, "license": "Apache-2.0", @@ -1135,7 +1272,7 @@ }, "node_modules/@humanfs/node": { "version": "0.16.5", - "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.5.tgz", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", "integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", "dev": true, "license": "Apache-2.0", @@ -1149,7 +1286,7 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, "license": "Apache-2.0", @@ -1163,7 +1300,7 @@ }, "node_modules/@humanwhocodes/retry": { "version": "0.3.1", - "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", "dev": true, "license": "Apache-2.0", @@ -1177,14 +1314,14 @@ }, "node_modules/@iconify/types": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", "dev": true, "license": "MIT" }, "node_modules/@iconify/utils": { "version": "2.1.33", - "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-2.1.33.tgz", + "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.33.tgz", "integrity": "sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==", "dev": true, "license": "MIT", @@ -1200,9 +1337,8 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", - "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", @@ -1215,9 +1351,8 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -1225,9 +1360,8 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -1235,16 +1369,14 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", - "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -1253,7 +1385,7 @@ }, "node_modules/@marsidev/react-turnstile": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/@marsidev/react-turnstile/-/react-turnstile-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/@marsidev/react-turnstile/-/react-turnstile-1.0.2.tgz", "integrity": "sha512-YkCtJVaCzZ1kcmhPsiFTmTXVughoNzEMRsNHcmTG0K5OdbCQfAG67Q6d5Ze+A72vrHbvVZkvcLgUbldeGcbRjQ==", "license": "MIT", "peerDependencies": { @@ -1263,7 +1395,7 @@ }, "node_modules/@monaco-editor/loader": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/@monaco-editor/loader/-/loader-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", "integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==", "license": "MIT", "dependencies": { @@ -1275,7 +1407,7 @@ }, "node_modules/@monaco-editor/react": { "version": "4.6.0", - "resolved": "https://registry.npmmirror.com/@monaco-editor/react/-/react-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.6.0.tgz", "integrity": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==", "license": "MIT", "dependencies": { @@ -1289,7 +1421,7 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "license": "MIT", @@ -1303,7 +1435,7 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, "license": "MIT", @@ -1313,7 +1445,7 @@ }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "license": "MIT", @@ -1325,295 +1457,9 @@ "node": ">= 8" } }, - "node_modules/@parcel/watcher": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.4.1.tgz", - "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.4.1", - "@parcel/watcher-darwin-arm64": "2.4.1", - "@parcel/watcher-darwin-x64": "2.4.1", - "@parcel/watcher-freebsd-x64": "2.4.1", - "@parcel/watcher-linux-arm-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-musl": "2.4.1", - "@parcel/watcher-linux-x64-glibc": "2.4.1", - "@parcel/watcher-linux-x64-musl": "2.4.1", - "@parcel/watcher-win32-arm64": "2.4.1", - "@parcel/watcher-win32-ia32": "2.4.1", - "@parcel/watcher-win32-x64": "2.4.1" - } - }, - "node_modules/@parcel/watcher-android-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz", - "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz", - "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-darwin-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz", - "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-freebsd-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz", - "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz", - "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm64-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz", - "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm64-musl": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz", - "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-x64-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz", - "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-x64-musl": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz", - "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz", - "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-ia32": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz", - "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz", - "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, "node_modules/@pkgr/core": { "version": "0.1.1", - "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", "dev": true, "license": "MIT", @@ -1626,7 +1472,7 @@ }, "node_modules/@rc-component/async-validator": { "version": "5.0.4", - "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.0.4.tgz", "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==", "license": "MIT", "dependencies": { @@ -1638,7 +1484,7 @@ }, "node_modules/@rc-component/color-picker": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-2.0.1.tgz", "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==", "license": "MIT", "dependencies": { @@ -1654,7 +1500,7 @@ }, "node_modules/@rc-component/context": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-1.4.0.tgz", "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==", "license": "MIT", "dependencies": { @@ -1668,7 +1514,7 @@ }, "node_modules/@rc-component/mini-decimal": { "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz", "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==", "license": "MIT", "dependencies": { @@ -1680,7 +1526,7 @@ }, "node_modules/@rc-component/mutate-observer": { "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz", "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==", "license": "MIT", "dependencies": { @@ -1698,7 +1544,7 @@ }, "node_modules/@rc-component/portal": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz", "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==", "license": "MIT", "dependencies": { @@ -1716,7 +1562,7 @@ }, "node_modules/@rc-component/qrcode": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-1.0.0.tgz", "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==", "license": "MIT", "dependencies": { @@ -1734,7 +1580,7 @@ }, "node_modules/@rc-component/tour": { "version": "1.15.1", - "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.15.1.tgz", "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==", "license": "MIT", "dependencies": { @@ -1754,7 +1600,7 @@ }, "node_modules/@rc-component/trigger": { "version": "2.2.3", - "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.2.3.tgz", "integrity": "sha512-X1oFIpKoXAMXNDYCviOmTfuNuYxE4h5laBsyCqVAVMjNHxoF3/uiyA7XdegK1XbCvBbCZ6P6byWrEoDRpKL8+A==", "license": "MIT", "dependencies": { @@ -1775,7 +1621,7 @@ }, "node_modules/@remix-run/router": { "version": "1.20.0", - "resolved": "https://registry.npmmirror.com/@remix-run/router/-/router-1.20.0.tgz", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz", "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==", "license": "MIT", "engines": { @@ -1784,7 +1630,7 @@ }, "node_modules/@rollup/pluginutils": { "version": "5.1.3", - "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", "integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==", "dev": true, "license": "MIT", @@ -1807,7 +1653,7 @@ }, "node_modules/@rollup/pluginutils/node_modules/picomatch": { "version": "4.0.2", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", @@ -1818,22 +1664,295 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/@rollup/rollup-linux-x64-gnu": { + "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.24.0", - "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", - "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz", + "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz", + "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", + "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz", + "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==", "cpu": [ "x64" ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz", + "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==", + "cpu": [ + "arm" + ], + "dev": true, "license": "MIT", "optional": true, "os": [ "linux" ] }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", + "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz", + "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz", + "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz", + "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz", + "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz", + "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", + "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz", + "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz", + "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz", + "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz", + "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@shikijs/core": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.22.0.tgz", + "integrity": "sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==", + "license": "MIT", + "dependencies": { + "@shikijs/engine-javascript": "1.22.0", + "@shikijs/engine-oniguruma": "1.22.0", + "@shikijs/types": "1.22.0", + "@shikijs/vscode-textmate": "^9.3.0", + "@types/hast": "^3.0.4", + "hast-util-to-html": "^9.0.3" + } + }, + "node_modules/@shikijs/engine-javascript": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.22.0.tgz", + "integrity": "sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==", + "license": "MIT", + "dependencies": { + "@shikijs/types": "1.22.0", + "@shikijs/vscode-textmate": "^9.3.0", + "oniguruma-to-js": "0.4.3" + } + }, + "node_modules/@shikijs/engine-oniguruma": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.22.0.tgz", + "integrity": "sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==", + "license": "MIT", + "dependencies": { + "@shikijs/types": "1.22.0", + "@shikijs/vscode-textmate": "^9.3.0" + } + }, + "node_modules/@shikijs/monaco": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/monaco/-/monaco-1.22.0.tgz", + "integrity": "sha512-E2FiNB1Od+uM3ESdmraFnThwUl1uz45rw6mONivcYHXgWO9E1t8UjjmE5ypkKUUKa0MlrpqAZEvyZRKh+9d7vg==", + "license": "MIT", + "dependencies": { + "@shikijs/core": "1.22.0", + "@shikijs/types": "1.22.0", + "@shikijs/vscode-textmate": "^9.3.0" + } + }, + "node_modules/@shikijs/types": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.22.0.tgz", + "integrity": "sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==", + "license": "MIT", + "dependencies": { + "@shikijs/vscode-textmate": "^9.3.0", + "@types/hast": "^3.0.4" + } + }, + "node_modules/@shikijs/vscode-textmate": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz", + "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==", + "license": "MIT" + }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", "dev": true, "license": "MIT", @@ -1850,7 +1969,7 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", "dev": true, "license": "MIT", @@ -1867,7 +1986,7 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", "dev": true, "license": "MIT", @@ -1884,7 +2003,7 @@ }, "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", "dev": true, "license": "MIT", @@ -1901,7 +2020,7 @@ }, "node_modules/@svgr/babel-plugin-svg-dynamic-title": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", "dev": true, "license": "MIT", @@ -1918,7 +2037,7 @@ }, "node_modules/@svgr/babel-plugin-svg-em-dimensions": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", "dev": true, "license": "MIT", @@ -1935,7 +2054,7 @@ }, "node_modules/@svgr/babel-plugin-transform-react-native-svg": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz", "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==", "dev": true, "license": "MIT", @@ -1952,7 +2071,7 @@ }, "node_modules/@svgr/babel-plugin-transform-svg-component": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", "dev": true, "license": "MIT", @@ -1969,7 +2088,7 @@ }, "node_modules/@svgr/babel-preset": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", "dev": true, "license": "MIT", @@ -1996,7 +2115,7 @@ }, "node_modules/@svgr/core": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/@svgr/core/-/core-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz", "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", "dev": true, "license": "MIT", @@ -2017,7 +2136,7 @@ }, "node_modules/@svgr/hast-util-to-babel-ast": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", "dev": true, "license": "MIT", @@ -2035,7 +2154,7 @@ }, "node_modules/@svgr/plugin-jsx": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz", "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==", "dev": true, "license": "MIT", @@ -2058,7 +2177,7 @@ }, "node_modules/@types/babel__core": { "version": "7.20.5", - "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, "license": "MIT", @@ -2072,7 +2191,7 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, "license": "MIT", @@ -2082,7 +2201,7 @@ }, "node_modules/@types/babel__template": { "version": "7.4.4", - "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, "license": "MIT", @@ -2093,7 +2212,7 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.6", - "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, "license": "MIT", @@ -2103,14 +2222,23 @@ }, "node_modules/@types/estree": { "version": "1.0.6", - "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "dev": true, "license": "MIT" }, + "node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/jsdom": { "version": "21.1.7", - "resolved": "https://registry.npmmirror.com/@types/jsdom/-/jsdom-21.1.7.tgz", + "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz", "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==", "dev": true, "license": "MIT", @@ -2122,21 +2250,30 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", - "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT" }, "node_modules/@types/lodash": { "version": "4.17.12", - "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.12.tgz", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true, "license": "MIT" }, + "node_modules/@types/mdast": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/node": { "version": "20.17.0", - "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.17.0.tgz", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.0.tgz", "integrity": "sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==", "dev": true, "license": "MIT", @@ -2144,16 +2281,22 @@ "undici-types": "~6.19.2" } }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, "node_modules/@types/prop-types": { "version": "15.7.13", - "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.13.tgz", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", "dev": true, "license": "MIT" }, "node_modules/@types/react": { "version": "18.3.12", - "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.12.tgz", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "license": "MIT", @@ -2164,7 +2307,7 @@ }, "node_modules/@types/react-dom": { "version": "18.3.1", - "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.3.1.tgz", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "dev": true, "license": "MIT", @@ -2174,14 +2317,20 @@ }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "resolved": "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", "dev": true, "license": "MIT" }, + "node_modules/@types/unist": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", + "license": "MIT" + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz", "integrity": "sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==", "dev": true, "license": "MIT", @@ -2215,7 +2364,7 @@ }, "node_modules/@typescript-eslint/parser": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.11.0.tgz", "integrity": "sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==", "dev": true, "license": "BSD-2-Clause", @@ -2244,7 +2393,7 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz", "integrity": "sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==", "dev": true, "license": "MIT", @@ -2262,7 +2411,7 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz", "integrity": "sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==", "dev": true, "license": "MIT", @@ -2287,7 +2436,7 @@ }, "node_modules/@typescript-eslint/types": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.11.0.tgz", "integrity": "sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==", "dev": true, "license": "MIT", @@ -2301,7 +2450,7 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz", "integrity": "sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==", "dev": true, "license": "BSD-2-Clause", @@ -2330,7 +2479,7 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "license": "MIT", @@ -2340,7 +2489,7 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "license": "ISC", @@ -2356,7 +2505,7 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", @@ -2369,7 +2518,7 @@ }, "node_modules/@typescript-eslint/utils": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.11.0.tgz", "integrity": "sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==", "dev": true, "license": "MIT", @@ -2392,7 +2541,7 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz", "integrity": "sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==", "dev": true, "license": "MIT", @@ -2410,7 +2559,7 @@ }, "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "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", @@ -2423,7 +2572,7 @@ }, "node_modules/@typescript/ata": { "version": "0.9.7", - "resolved": "https://registry.npmmirror.com/@typescript/ata/-/ata-0.9.7.tgz", + "resolved": "https://registry.npmjs.org/@typescript/ata/-/ata-0.9.7.tgz", "integrity": "sha512-CZx57/XGBKhYZ3ifchbERgUl9J6C7W3XC96ibM7axr7C32mG5dXTyrVAS3ZY88Jxlkvx4AZyZtDJyUuseHQkcQ==", "dev": true, "license": "MIT", @@ -2431,9 +2580,15 @@ "typescript": ">=4.4.4" } }, + "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==", + "license": "ISC" + }, "node_modules/@vitejs/plugin-react": { "version": "4.3.3", - "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", "dev": true, "license": "MIT", @@ -2453,7 +2608,7 @@ }, "node_modules/acorn": { "version": "8.13.0", - "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.13.0.tgz", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", "dev": true, "license": "MIT", @@ -2466,7 +2621,7 @@ }, "node_modules/acorn-jsx": { "version": "5.3.2", - "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, "license": "MIT", @@ -2476,7 +2631,7 @@ }, "node_modules/agent-base": { "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.1.tgz", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, "license": "MIT", @@ -2489,7 +2644,7 @@ }, "node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "license": "MIT", @@ -2506,9 +2661,8 @@ }, "node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, "license": "MIT", "dependencies": { "color-convert": "^1.9.0" @@ -2519,7 +2673,7 @@ }, "node_modules/antd": { "version": "5.21.5", - "resolved": "https://registry.npmmirror.com/antd/-/antd-5.21.5.tgz", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.21.5.tgz", "integrity": "sha512-g/c8VkdruKDCVA6di9Ow1fG6dLtYJ1IOraPo7vXaY7DoQ56A3HExaFaH0fBEwTYKC0ICeftC4iA5eAjrF6/b9w==", "license": "MIT", "dependencies": { @@ -2582,28 +2736,48 @@ "react-dom": ">=16.9.0" } }, + "node_modules/antd-style": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/antd-style/-/antd-style-3.7.1.tgz", + "integrity": "sha512-CQOfddVp4aOvBfCepa+Kj2e7ap+2XBINg1Kn2osdE3oQvrD7KJu/K0sfnLcFLkgCJygbxmuazYdWLKb+drPDYA==", + "license": "MIT", + "dependencies": { + "@ant-design/cssinjs": "^1.21.1", + "@babel/runtime": "^7.24.1", + "@emotion/cache": "^11.11.0", + "@emotion/css": "^11.11.2", + "@emotion/react": "^11.11.4", + "@emotion/serialize": "^1.1.3", + "@emotion/utils": "^1.2.1", + "use-merge-value": "^1.2.0" + }, + "peerDependencies": { + "antd": ">=5.8.1", + "react": ">=18" + } + }, "node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", + "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-tree-filter": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/array-tree-filter/-/array-tree-filter-2.1.0.tgz", "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==", "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "license": "MIT" }, "node_modules/axios": { "version": "1.7.4", - "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.4.tgz", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "license": "MIT", "dependencies": { @@ -2612,16 +2786,47 @@ "proxy-from-env": "^1.1.0" } }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/balanced-match": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true, "license": "MIT" }, "node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", @@ -2632,7 +2837,7 @@ }, "node_modules/braces": { "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "license": "MIT", @@ -2645,7 +2850,7 @@ }, "node_modules/browserslist": { "version": "4.24.2", - "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.2.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ @@ -2678,9 +2883,8 @@ }, "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -2688,7 +2892,7 @@ }, "node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, "license": "MIT", @@ -2701,7 +2905,7 @@ }, "node_modules/caniuse-lite": { "version": "1.0.30001669", - "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==", "dev": true, "funding": [ @@ -2720,11 +2924,20 @@ ], "license": "CC-BY-4.0" }, + "node_modules/ccount": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", @@ -2735,31 +2948,44 @@ "node": ">=4" } }, - "node_modules/chokidar": { - "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.1.tgz", - "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", - "dev": true, + "node_modules/chalk/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, "engines": { - "node": ">= 14.16.0" - }, + "node": ">=0.8.0" + } + }, + "node_modules/character-entities-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "license": "MIT", "funding": { - "url": "https://paulmillr.com/funding/" + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/classnames": { "version": "2.5.1", - "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", "license": "MIT" }, "node_modules/clsx": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/clsx/-/clsx-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", "license": "MIT", "engines": { @@ -2768,9 +2994,8 @@ }, "node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, "license": "MIT", "dependencies": { "color-name": "1.1.3" @@ -2778,14 +3003,13 @@ }, "node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true, "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", - "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "license": "MIT", "dependencies": { @@ -2795,36 +3019,46 @@ "node": ">= 0.8" } }, + "node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/compute-scroll-into-view": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz", "integrity": "sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==", "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", + "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.8", - "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", "dev": true, "license": "MIT" }, "node_modules/convert-source-map": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true, "license": "MIT" }, "node_modules/copy-to-clipboard": { "version": "3.3.3", - "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", + "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", "license": "MIT", "dependencies": { @@ -2833,7 +3067,7 @@ }, "node_modules/cosmiconfig": { "version": "8.3.6", - "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, "license": "MIT", @@ -2860,7 +3094,7 @@ }, "node_modules/cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "license": "MIT", @@ -2875,7 +3109,7 @@ }, "node_modules/cssstyle": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz", "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==", "dev": true, "license": "MIT", @@ -2888,19 +3122,19 @@ }, "node_modules/csstype": { "version": "3.1.3", - "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, "node_modules/custom-protocol-check": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/custom-protocol-check/-/custom-protocol-check-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/custom-protocol-check/-/custom-protocol-check-1.4.0.tgz", "integrity": "sha512-eMTyp8AKnE5eo+mKNqG3743eb5ZND5LhBgf9F8BN2tVdhSBnOCHH7me7iTcv0BUDhUW2dBQiHWLWMy776yZW1A==", "license": "MIT" }, "node_modules/data-urls": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", "dev": true, "license": "MIT", @@ -2914,15 +3148,14 @@ }, "node_modules/dayjs": { "version": "1.11.13", - "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "license": "MIT" }, "node_modules/debug": { "version": "4.3.7", - "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -2938,43 +3171,52 @@ }, "node_modules/decimal.js": { "version": "10.4.3", - "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", "dev": true, "license": "MIT" }, "node_modules/deep-is": { "version": "0.1.4", - "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz", + "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/delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "license": "MIT", "engines": { "node": ">=0.4.0" } }, - "node_modules/detect-libc": { - "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "detect-libc": "bin/detect-libc.js" - }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "license": "MIT", "engines": { - "node": ">=0.10" + "node": ">=6" + } + }, + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "license": "MIT", + "dependencies": { + "dequal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/dot-case": { "version": "3.0.4", - "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "dev": true, "license": "MIT", @@ -2985,7 +3227,7 @@ }, "node_modules/echarts": { "version": "5.5.1", - "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.5.1.tgz", + "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.5.1.tgz", "integrity": "sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==", "license": "Apache-2.0", "dependencies": { @@ -2995,20 +3237,20 @@ }, "node_modules/echarts/node_modules/tslib": { "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", "license": "0BSD" }, "node_modules/electron-to-chromium": { "version": "1.5.43", - "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.43.tgz", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.43.tgz", "integrity": "sha512-NxnmFBHDl5Sachd2P46O7UJiMaMHMLSofoIWVJq3mj8NJgG0umiSeljAVP9lGzjI0UDLJJ5jjoGjcrB8RSbjLQ==", "dev": true, "license": "ISC" }, "node_modules/entities": { "version": "4.5.0", - "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "dev": true, "license": "BSD-2-Clause", @@ -3021,9 +3263,8 @@ }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -3031,7 +3272,7 @@ }, "node_modules/esbuild": { "version": "0.21.5", - "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "dev": true, "hasInstallScript": true, @@ -3070,7 +3311,7 @@ }, "node_modules/esbuild-wasm": { "version": "0.24.0", - "resolved": "https://registry.npmmirror.com/esbuild-wasm/-/esbuild-wasm-0.24.0.tgz", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.24.0.tgz", "integrity": "sha512-xhNn5tL1AhkPg4ft59yXT6FkwKXiPSYyz1IeinJHUJpjvOHOIPvdmFQc0pGdjxlKSbzZc2mNmtVOWAR1EF/JAg==", "license": "MIT", "bin": { @@ -3082,7 +3323,7 @@ }, "node_modules/escalade": { "version": "3.2.0", - "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, "license": "MIT", @@ -3091,18 +3332,20 @@ } }, "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "license": "MIT", "engines": { - "node": ">=0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint": { "version": "9.13.0", - "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.13.0.tgz", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.13.0.tgz", "integrity": "sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==", "dev": true, "license": "MIT", @@ -3163,7 +3406,7 @@ }, "node_modules/eslint-plugin-prettier": { "version": "5.2.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", + "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", @@ -3194,7 +3437,7 @@ }, "node_modules/eslint-plugin-react-refresh": { "version": "0.4.13", - "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.13.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.13.tgz", "integrity": "sha512-f1EppwrpJRWmqDTyvAyomFVDYRtrS7iTEqv3nokETnMiMzs2SSTmKRTACce4O2p4jYyowiSMvpdwC/RLcMFhuQ==", "dev": true, "license": "MIT", @@ -3204,7 +3447,7 @@ }, "node_modules/eslint-scope": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", "dev": true, "license": "BSD-2-Clause", @@ -3221,7 +3464,7 @@ }, "node_modules/eslint-visitor-keys": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", "dev": true, "license": "Apache-2.0", @@ -3234,7 +3477,7 @@ }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", @@ -3250,7 +3493,7 @@ }, "node_modules/eslint/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", @@ -3267,7 +3510,7 @@ }, "node_modules/eslint/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", @@ -3280,27 +3523,14 @@ }, "node_modules/eslint/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/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/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", @@ -3310,7 +3540,7 @@ }, "node_modules/eslint/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", @@ -3323,7 +3553,7 @@ }, "node_modules/espree": { "version": "10.2.0", - "resolved": "https://registry.npmmirror.com/espree/-/espree-10.2.0.tgz", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", "dev": true, "license": "BSD-2-Clause", @@ -3341,7 +3571,7 @@ }, "node_modules/esquery": { "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, "license": "BSD-3-Clause", @@ -3354,7 +3584,7 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz", + "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", @@ -3367,7 +3597,7 @@ }, "node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", @@ -3377,14 +3607,14 @@ }, "node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "dev": true, "license": "MIT" }, "node_modules/esutils": { "version": "2.0.3", - "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, "license": "BSD-2-Clause", @@ -3394,20 +3624,20 @@ }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, "node_modules/fast-diff": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz", + "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.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "license": "MIT", @@ -3424,7 +3654,7 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "license": "ISC", @@ -3437,21 +3667,21 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "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.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "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.npmmirror.com/fastq/-/fastq-1.17.1.tgz", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, "license": "ISC", @@ -3461,13 +3691,13 @@ }, "node_modules/fflate": { "version": "0.8.2", - "resolved": "https://registry.npmmirror.com/fflate/-/fflate-0.8.2.tgz", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", "license": "MIT" }, "node_modules/file-entry-cache": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "license": "MIT", @@ -3480,7 +3710,7 @@ }, "node_modules/fill-range": { "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "license": "MIT", @@ -3491,9 +3721,15 @@ "node": ">=8" } }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "license": "MIT" + }, "node_modules/find-up": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "license": "MIT", @@ -3510,7 +3746,7 @@ }, "node_modules/flat-cache": { "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", "dev": true, "license": "MIT", @@ -3524,14 +3760,14 @@ }, "node_modules/flatted": { "version": "3.3.1", - "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.1.tgz", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", "dev": true, "license": "ISC" }, "node_modules/follow-redirects": { "version": "1.15.9", - "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "funding": [ { @@ -3551,7 +3787,7 @@ }, "node_modules/form-data": { "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "license": "MIT", "dependencies": { @@ -3565,7 +3801,7 @@ }, "node_modules/fsevents": { "version": "2.3.3", - "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, @@ -3578,9 +3814,18 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, + "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/gensync": { "version": "1.0.0-beta.2", - "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, "license": "MIT", @@ -3590,7 +3835,7 @@ }, "node_modules/glob-parent": { "version": "6.0.2", - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "license": "ISC", @@ -3603,7 +3848,7 @@ }, "node_modules/globals": { "version": "15.11.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-15.11.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "dev": true, "license": "MIT", @@ -3616,24 +3861,80 @@ }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT" }, "node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, "license": "MIT", "engines": { "node": ">=4" } }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hast-util-to-html": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", + "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "ccount": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^3.0.0", + "html-void-elements": "^3.0.0", + "mdast-util-to-hast": "^13.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "stringify-entities": "^4.0.0", + "zwitch": "^2.0.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-whitespace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "license": "BSD-3-Clause", + "dependencies": { + "react-is": "^16.7.0" + } + }, "node_modules/html-encoding-sniffer": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", "dev": true, "license": "MIT", @@ -3644,9 +3945,19 @@ "node": ">=18" } }, + "node_modules/html-void-elements": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/http-proxy-agent": { "version": "7.0.2", - "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, "license": "MIT", @@ -3660,7 +3971,7 @@ }, "node_modules/https-proxy-agent": { "version": "7.0.5", - "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "dev": true, "license": "MIT", @@ -3674,7 +3985,7 @@ }, "node_modules/iconv-lite": { "version": "0.6.3", - "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, "license": "MIT", @@ -3687,7 +3998,7 @@ }, "node_modules/ignore": { "version": "5.3.2", - "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, "license": "MIT", @@ -3697,22 +4008,14 @@ }, "node_modules/immediate": { "version": "3.0.6", - "resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "license": "MIT" }, - "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true, - "license": "MIT" - }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz", + "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", @@ -3727,7 +4030,7 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "license": "MIT", @@ -3737,14 +4040,28 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true, "license": "MIT" }, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "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.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "license": "MIT", @@ -3754,7 +4071,7 @@ }, "node_modules/is-glob": { "version": "4.0.3", - "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "license": "MIT", @@ -3767,7 +4084,7 @@ }, "node_modules/is-number": { "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, "license": "MIT", @@ -3777,27 +4094,27 @@ }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", "dev": true, "license": "MIT" }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC" }, "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "license": "MIT" }, "node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "license": "MIT", @@ -3810,7 +4127,7 @@ }, "node_modules/jsdom": { "version": "24.1.3", - "resolved": "https://registry.npmmirror.com/jsdom/-/jsdom-24.1.3.tgz", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.3.tgz", "integrity": "sha512-MyL55p3Ut3cXbeBEG7Hcv0mVM8pp8PBNWxRqchZnSfAiES1v1mRnMeFfaHWIPULpwsYfvO+ZmMZz5tGCnjzDUQ==", "dev": true, "license": "MIT", @@ -3851,9 +4168,8 @@ }, "node_modules/jsesc": { "version": "3.0.2", - "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -3864,35 +4180,34 @@ }, "node_modules/json-buffer": { "version": "3.0.1", - "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz", + "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": "2.3.1", - "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true, "license": "MIT" }, "node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "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.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "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/json2mq": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz", "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==", "license": "MIT", "dependencies": { @@ -3901,7 +4216,7 @@ }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "license": "MIT", @@ -3914,7 +4229,7 @@ }, "node_modules/jwt-decode": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/jwt-decode/-/jwt-decode-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz", "integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==", "license": "MIT", "engines": { @@ -3923,7 +4238,7 @@ }, "node_modules/keyv": { "version": "4.5.4", - "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "license": "MIT", @@ -3933,14 +4248,14 @@ }, "node_modules/kolorist": { "version": "1.8.0", - "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz", + "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", "dev": true, "license": "MIT" }, "node_modules/levn": { "version": "0.4.1", - "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "license": "MIT", @@ -3954,7 +4269,7 @@ }, "node_modules/lie": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/lie/-/lie-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", "license": "MIT", "dependencies": { @@ -3963,14 +4278,13 @@ }, "node_modules/lines-and-columns": { "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, "license": "MIT" }, "node_modules/local-pkg": { "version": "0.5.0", - "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", "dev": true, "license": "MIT", @@ -3987,7 +4301,7 @@ }, "node_modules/localforage": { "version": "1.10.0", - "resolved": "https://registry.npmmirror.com/localforage/-/localforage-1.10.0.tgz", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", "license": "Apache-2.0", "dependencies": { @@ -3996,7 +4310,7 @@ }, "node_modules/locate-path": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "license": "MIT", @@ -4012,20 +4326,20 @@ }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz", + "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/loose-envify": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "license": "MIT", "dependencies": { @@ -4037,7 +4351,7 @@ }, "node_modules/lower-case": { "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "dev": true, "license": "MIT", @@ -4047,7 +4361,7 @@ }, "node_modules/lru-cache": { "version": "5.1.1", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "license": "ISC", @@ -4057,7 +4371,7 @@ }, "node_modules/magic-string": { "version": "0.30.12", - "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", "dev": true, "license": "MIT", @@ -4067,7 +4381,7 @@ }, "node_modules/match-sorter": { "version": "6.3.4", - "resolved": "https://registry.npmmirror.com/match-sorter/-/match-sorter-6.3.4.tgz", + "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.4.tgz", "integrity": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==", "license": "MIT", "dependencies": { @@ -4075,9 +4389,30 @@ "remove-accents": "0.5.0" } }, + "node_modules/mdast-util-to-hast": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", + "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@ungap/structured-clone": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "trim-lines": "^3.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/merge2": { "version": "1.4.1", - "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "license": "MIT", @@ -4085,9 +4420,98 @@ "node": ">= 8" } }, + "node_modules/micromark-util-character": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", + "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-sanitize-uri": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-symbol": "^2.0.0" + } + }, + "node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-types": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, "node_modules/micromatch": { "version": "4.0.8", - "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "license": "MIT", @@ -4101,7 +4525,7 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", "engines": { @@ -4110,7 +4534,7 @@ }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", "dependencies": { @@ -4122,7 +4546,7 @@ }, "node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", @@ -4135,7 +4559,7 @@ }, "node_modules/mlly": { "version": "1.7.2", - "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.2.tgz", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz", "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==", "dev": true, "license": "MIT", @@ -4148,7 +4572,7 @@ }, "node_modules/moment": { "version": "2.30.1", - "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "license": "MIT", "engines": { @@ -4157,26 +4581,19 @@ }, "node_modules/monaco-editor": { "version": "0.52.0", - "resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.52.0.tgz", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz", "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==", "license": "MIT" }, - "node_modules/monaco-jsx-syntax-highlight": { - "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/monaco-jsx-syntax-highlight/-/monaco-jsx-syntax-highlight-1.2.0.tgz", - "integrity": "sha512-sKzfmNMxLp3Dcwndz0F/EdP3rqe+Z6FbDPazj+/ByNbqoXWkzgb/ocat8h3vpiTwPPiDtSHidT0BFMvLkMtG8A==", - "license": "MIT" - }, "node_modules/ms": { "version": "2.1.3", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true, "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.7", - "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ @@ -4195,14 +4612,14 @@ }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT" }, "node_modules/no-case": { "version": "3.0.4", - "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "dev": true, "license": "MIT", @@ -4211,39 +4628,44 @@ "tslib": "^2.0.3" } }, - "node_modules/node-addon-api": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz", - "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", - "dev": true, - "license": "MIT" - }, "node_modules/node-releases": { "version": "2.0.18", - "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", "dev": true, "license": "MIT" }, "node_modules/nwsapi": { "version": "2.2.13", - "resolved": "https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.13.tgz", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", "dev": true, "license": "MIT" }, "node_modules/object-assign": { "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz", + "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/oniguruma-to-js": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz", + "integrity": "sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==", + "license": "MIT", + "dependencies": { + "regex": "^4.3.2" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/optionator": { "version": "0.9.4", - "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "license": "MIT", @@ -4261,7 +4683,7 @@ }, "node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "license": "MIT", @@ -4277,7 +4699,7 @@ }, "node_modules/p-locate": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz", + "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", @@ -4293,16 +4715,15 @@ }, "node_modules/package-manager-detector": { "version": "0.2.2", - "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.2.tgz", "integrity": "sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==", "dev": true, "license": "MIT" }, "node_modules/parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", + "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" @@ -4313,9 +4734,8 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", @@ -4332,7 +4752,7 @@ }, "node_modules/parse5": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz", "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==", "dev": true, "license": "MIT", @@ -4345,7 +4765,7 @@ }, "node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, "license": "MIT", @@ -4355,7 +4775,7 @@ }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "license": "MIT", @@ -4363,11 +4783,16 @@ "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-type": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", + "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" @@ -4375,21 +4800,20 @@ }, "node_modules/pathe": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz", + "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.1.1", - "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "dev": true, "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, "license": "MIT", @@ -4402,7 +4826,7 @@ }, "node_modules/pkg-types": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.1.tgz", "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==", "dev": true, "license": "MIT", @@ -4414,7 +4838,7 @@ }, "node_modules/postcss": { "version": "8.4.47", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "dev": true, "funding": [ @@ -4443,7 +4867,7 @@ }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "license": "MIT", @@ -4453,7 +4877,7 @@ }, "node_modules/prettier": { "version": "3.3.3", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.3.3.tgz", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "license": "MIT", @@ -4469,7 +4893,7 @@ }, "node_modules/prettier-linter-helpers": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "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", @@ -4482,7 +4906,7 @@ }, "node_modules/prop-types": { "version": "15.8.1", - "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "license": "MIT", "dependencies": { @@ -4491,28 +4915,32 @@ "react-is": "^16.13.1" } }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" + "node_modules/property-information": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", + "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, "node_modules/proxy-from-env": { "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "license": "MIT" }, "node_modules/psl": { "version": "1.9.0", - "resolved": "https://registry.npmmirror.com/psl/-/psl-1.9.0.tgz", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "dev": true, "license": "MIT" }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "license": "MIT", @@ -4522,14 +4950,14 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "dev": true, "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ @@ -4550,7 +4978,7 @@ }, "node_modules/rc-cascader": { "version": "3.28.2", - "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.28.2.tgz", + "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.28.2.tgz", "integrity": "sha512-8f+JgM83iLTvjgdkgU7GfI4qY8icXOBP0cGZjOdx2iJAkEe8ucobxDQAVE69UD/c3ehCxZlcgEHeD5hFmypbUw==", "license": "MIT", "dependencies": { @@ -4568,7 +4996,7 @@ }, "node_modules/rc-checkbox": { "version": "3.3.0", - "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.3.0.tgz", "integrity": "sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==", "license": "MIT", "dependencies": { @@ -4583,7 +5011,7 @@ }, "node_modules/rc-collapse": { "version": "3.8.0", - "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.8.0.tgz", + "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.8.0.tgz", "integrity": "sha512-YVBkssrKPBG09TGfcWWGj8zJBYD9G3XuTy89t5iUmSXrIXEAnO1M+qjUxRW6b4Qi0+wNWG6MHJF/+US+nmIlzA==", "license": "MIT", "dependencies": { @@ -4599,7 +5027,7 @@ }, "node_modules/rc-dialog": { "version": "9.6.0", - "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz", + "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.6.0.tgz", "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==", "license": "MIT", "dependencies": { @@ -4616,7 +5044,7 @@ }, "node_modules/rc-drawer": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.2.0.tgz", "integrity": "sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==", "license": "MIT", "dependencies": { @@ -4633,7 +5061,7 @@ }, "node_modules/rc-dropdown": { "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.2.0.tgz", "integrity": "sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==", "license": "MIT", "dependencies": { @@ -4649,7 +5077,7 @@ }, "node_modules/rc-field-form": { "version": "2.4.0", - "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.4.0.tgz", "integrity": "sha512-XZ/lF9iqf9HXApIHQHqzJK5v2w4mkUMsVqAzOyWVzoiwwXEavY6Tpuw7HavgzIoD+huVff4JghSGcgEfX6eycg==", "license": "MIT", "dependencies": { @@ -4667,7 +5095,7 @@ }, "node_modules/rc-image": { "version": "7.11.0", - "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.11.0.tgz", + "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.11.0.tgz", "integrity": "sha512-aZkTEZXqeqfPZtnSdNUnKQA0N/3MbgR7nUnZ+/4MfSFWPFHZau4p5r5ShaI0KPEMnNjv4kijSCFq/9wtJpwykw==", "license": "MIT", "dependencies": { @@ -4685,7 +5113,7 @@ }, "node_modules/rc-input": { "version": "1.6.3", - "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.6.3.tgz", "integrity": "sha512-wI4NzuqBS8vvKr8cljsvnTUqItMfG1QbJoxovCgL+DX4eVUcHIjVwharwevIxyy7H/jbLryh+K7ysnJr23aWIA==", "license": "MIT", "dependencies": { @@ -4700,7 +5128,7 @@ }, "node_modules/rc-input-number": { "version": "9.2.0", - "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.2.0.tgz", + "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-9.2.0.tgz", "integrity": "sha512-5XZFhBCV5f9UQ62AZ2hFbEY8iZT/dm23Q1kAg0H8EvOgD3UDbYYJAayoVIkM3lQaCqYAW5gV0yV3vjw1XtzWHg==", "license": "MIT", "dependencies": { @@ -4717,7 +5145,7 @@ }, "node_modules/rc-mentions": { "version": "2.16.1", - "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.16.1.tgz", + "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.16.1.tgz", "integrity": "sha512-GnhSTGP9Mtv6pqFFGQze44LlrtWOjHNrUUAcsdo9DnNAhN4pwVPEWy4z+2jpjkiGlJ3VoXdvMHcNDQdfI9fEaw==", "license": "MIT", "dependencies": { @@ -4736,7 +5164,7 @@ }, "node_modules/rc-menu": { "version": "9.15.1", - "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.15.1.tgz", + "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.15.1.tgz", "integrity": "sha512-UKporqU6LPfHnpPmtP6hdEK4iO5Q+b7BRv/uRpxdIyDGplZy9jwUjsnpev5bs3PQKB0H0n34WAPDfjAfn3kAPA==", "license": "MIT", "dependencies": { @@ -4754,7 +5182,7 @@ }, "node_modules/rc-motion": { "version": "2.9.3", - "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.3.tgz", + "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.3.tgz", "integrity": "sha512-rkW47ABVkic7WEB0EKJqzySpvDqwl60/tdkY7hWP7dYnh5pm0SzJpo54oW3TDUGXV5wfxXFmMkxrzRRbotQ0+w==", "license": "MIT", "dependencies": { @@ -4769,7 +5197,7 @@ }, "node_modules/rc-notification": { "version": "5.6.2", - "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.2.tgz", + "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.2.tgz", "integrity": "sha512-Id4IYMoii3zzrG0lB0gD6dPgJx4Iu95Xu0BQrhHIbp7ZnAZbLqdqQ73aIWH0d0UFcElxwaKjnzNovTjo7kXz7g==", "license": "MIT", "dependencies": { @@ -4788,7 +5216,7 @@ }, "node_modules/rc-overflow": { "version": "1.3.2", - "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/rc-overflow/-/rc-overflow-1.3.2.tgz", "integrity": "sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==", "license": "MIT", "dependencies": { @@ -4804,7 +5232,7 @@ }, "node_modules/rc-pagination": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-4.3.0.tgz", "integrity": "sha512-UubEWA0ShnroQ1tDa291Fzw6kj0iOeF26IsUObxYTpimgj4/qPCWVFl18RLZE+0Up1IZg0IK4pMn6nB3mjvB7g==", "license": "MIT", "dependencies": { @@ -4819,7 +5247,7 @@ }, "node_modules/rc-picker": { "version": "4.6.15", - "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.6.15.tgz", + "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-4.6.15.tgz", "integrity": "sha512-OWZ1yrMie+KN2uEUfYCfS4b2Vu6RC1FWwNI0s+qypsc3wRt7g+peuZKVIzXCTaJwyyZruo80+akPg2+GmyiJjw==", "license": "MIT", "dependencies": { @@ -4858,7 +5286,7 @@ }, "node_modules/rc-progress": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-4.0.0.tgz", "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==", "license": "MIT", "dependencies": { @@ -4873,7 +5301,7 @@ }, "node_modules/rc-rate": { "version": "2.13.0", - "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.0.tgz", + "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.13.0.tgz", "integrity": "sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==", "license": "MIT", "dependencies": { @@ -4891,7 +5319,7 @@ }, "node_modules/rc-resize-observer": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-1.4.0.tgz", "integrity": "sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==", "license": "MIT", "dependencies": { @@ -4907,7 +5335,7 @@ }, "node_modules/rc-segmented": { "version": "2.5.0", - "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.5.0.tgz", + "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.5.0.tgz", "integrity": "sha512-B28Fe3J9iUFOhFJET3RoXAPFJ2u47QvLSYcZWC4tFYNGPEjug5LAxEasZlA/PpAxhdOPqGWsGbSj7ftneukJnw==", "license": "MIT", "dependencies": { @@ -4923,7 +5351,7 @@ }, "node_modules/rc-select": { "version": "14.15.2", - "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.15.2.tgz", + "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.15.2.tgz", "integrity": "sha512-oNoXlaFmpqXYcQDzcPVLrEqS2J9c+/+oJuGrlXeVVX/gVgrbHa5YcyiRUXRydFjyuA7GP3elRuLF7Y3Tfwltlw==", "license": "MIT", "dependencies": { @@ -4945,7 +5373,7 @@ }, "node_modules/rc-slider": { "version": "11.1.7", - "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.7.tgz", + "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-11.1.7.tgz", "integrity": "sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==", "license": "MIT", "dependencies": { @@ -4963,7 +5391,7 @@ }, "node_modules/rc-steps": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/rc-steps/-/rc-steps-6.0.1.tgz", "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==", "license": "MIT", "dependencies": { @@ -4981,7 +5409,7 @@ }, "node_modules/rc-switch": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/rc-switch/-/rc-switch-4.1.0.tgz", "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==", "license": "MIT", "dependencies": { @@ -4996,7 +5424,7 @@ }, "node_modules/rc-table": { "version": "7.47.5", - "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.47.5.tgz", + "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.47.5.tgz", "integrity": "sha512-fzq+V9j/atbPIcvs3emuclaEoXulwQpIiJA6/7ey52j8+9cJ4P8DGmp4YzfUVDrb3qhgedcVeD6eRgUrokwVEQ==", "license": "MIT", "dependencies": { @@ -5017,7 +5445,7 @@ }, "node_modules/rc-tabs": { "version": "15.3.0", - "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.3.0.tgz", + "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.3.0.tgz", "integrity": "sha512-lzE18r+zppT/jZWOAWS6ntdkDUKHOLJzqMi5UAij1LeKwOaQaupupAoI9Srn73GRzVpmGznkECMRrzkRusC40A==", "license": "MIT", "dependencies": { @@ -5039,7 +5467,7 @@ }, "node_modules/rc-textarea": { "version": "1.8.2", - "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.8.2.tgz", + "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.8.2.tgz", "integrity": "sha512-UFAezAqltyR00a8Lf0IPAyTd29Jj9ee8wt8DqXyDMal7r/Cg/nDt3e1OOv3Th4W6mKaZijjgwuPXhAfVNTN8sw==", "license": "MIT", "dependencies": { @@ -5056,7 +5484,7 @@ }, "node_modules/rc-tooltip": { "version": "6.2.1", - "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.2.1.tgz", + "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.2.1.tgz", "integrity": "sha512-rws0duD/3sHHsD905Nex7FvoUGy2UBQRhTkKxeEvr2FB+r21HsOxcDJI0TzyO8NHhnAA8ILr8pfbSBg5Jj5KBg==", "license": "MIT", "dependencies": { @@ -5071,7 +5499,7 @@ }, "node_modules/rc-tree": { "version": "5.9.0", - "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.9.0.tgz", + "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.9.0.tgz", "integrity": "sha512-CPrgOvm9d/9E+izTONKSngNzQdIEjMox2PBufWjS1wf7vxtvmCWzK1SlpHbRY6IaBfJIeZ+88RkcIevf729cRg==", "license": "MIT", "dependencies": { @@ -5091,7 +5519,7 @@ }, "node_modules/rc-tree-select": { "version": "5.23.0", - "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.23.0.tgz", + "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.23.0.tgz", "integrity": "sha512-aQGi2tFSRw1WbXv0UVXPzHm09E0cSvUVZMLxQtMv3rnZZpNmdRXWrnd9QkLNlVH31F+X5rgghmdSFF3yZW0N9A==", "license": "MIT", "dependencies": { @@ -5108,7 +5536,7 @@ }, "node_modules/rc-upload": { "version": "4.8.1", - "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.8.1.tgz", + "resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.8.1.tgz", "integrity": "sha512-toEAhwl4hjLAI1u8/CgKWt30BR06ulPa4iGQSMvSXoHzO88gPCslxqV/mnn4gJU7PDoltGIC9Eh+wkeudqgHyw==", "license": "MIT", "dependencies": { @@ -5123,7 +5551,7 @@ }, "node_modules/rc-util": { "version": "5.43.0", - "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.43.0.tgz", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.43.0.tgz", "integrity": "sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==", "license": "MIT", "dependencies": { @@ -5135,9 +5563,15 @@ "react-dom": ">=16.9.0" } }, + "node_modules/rc-util/node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" + }, "node_modules/rc-virtual-list": { "version": "3.14.8", - "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.14.8.tgz", + "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.14.8.tgz", "integrity": "sha512-8D0KfzpRYi6YZvlOWIxiOm9BGt4Wf2hQyEaM6RXlDDiY2NhLheuYI+RA+7ZaZj1lq+XQqy3KHlaeeXQfzI5fGg==", "license": "MIT", "dependencies": { @@ -5156,7 +5590,7 @@ }, "node_modules/react": { "version": "18.3.1", - "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", "dependencies": { @@ -5168,7 +5602,7 @@ }, "node_modules/react-dom": { "version": "18.3.1", - "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", "dependencies": { @@ -5181,7 +5615,7 @@ }, "node_modules/react-draggable": { "version": "4.4.6", - "resolved": "https://registry.npmmirror.com/react-draggable/-/react-draggable-4.4.6.tgz", + "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz", "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==", "license": "MIT", "dependencies": { @@ -5194,14 +5628,14 @@ } }, "node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "license": "MIT" }, "node_modules/react-refresh": { "version": "0.14.2", - "resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.14.2.tgz", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", "dev": true, "license": "MIT", @@ -5211,7 +5645,7 @@ }, "node_modules/react-router": { "version": "6.27.0", - "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.27.0.tgz", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz", "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==", "license": "MIT", "dependencies": { @@ -5226,7 +5660,7 @@ }, "node_modules/react-router-dom": { "version": "6.27.0", - "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.27.0.tgz", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz", "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==", "license": "MIT", "dependencies": { @@ -5241,50 +5675,58 @@ "react-dom": ">=16.8" } }, - "node_modules/readdirp": { - "version": "4.0.2", - "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz", - "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/regenerator-runtime": { "version": "0.14.1", - "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", "license": "MIT" }, + "node_modules/regex": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/regex/-/regex-4.3.3.tgz", + "integrity": "sha512-r/AadFO7owAq1QJVeZ/nq9jNS1vyZt+6t1p/E59B56Rn2GCya+gr1KSyOzNL/er+r+B7phv5jG2xU2Nz1YkmJg==", + "license": "MIT" + }, "node_modules/remove-accents": { "version": "0.5.0", - "resolved": "https://registry.npmmirror.com/remove-accents/-/remove-accents-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz", "integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==", "license": "MIT" }, "node_modules/requires-port": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", "dev": true, "license": "MIT" }, "node_modules/resize-observer-polyfill": { "version": "1.5.1", - "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", "license": "MIT" }, + "node_modules/resolve": { + "version": "1.22.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.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", + "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" @@ -5292,7 +5734,7 @@ }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, "license": "MIT", @@ -5302,10 +5744,9 @@ } }, "node_modules/rollup": { - "name": "@rollup/wasm-node", "version": "4.24.0", - "resolved": "https://registry.npmmirror.com/@rollup/wasm-node/-/wasm-node-4.24.0.tgz", - "integrity": "sha512-LL6oALR6fKG6GihtH0K0uWLAl19Q/QJst+oKJT1VWwFo4sPLA0/7JeZaSqrpFWq8OPloiKx/NDG4BWppFSX2vQ==", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz", + "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==", "dev": true, "license": "MIT", "dependencies": { @@ -5319,19 +5760,35 @@ "npm": ">=8.0.0" }, "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.24.0", + "@rollup/rollup-android-arm64": "4.24.0", + "@rollup/rollup-darwin-arm64": "4.24.0", + "@rollup/rollup-darwin-x64": "4.24.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.24.0", + "@rollup/rollup-linux-arm-musleabihf": "4.24.0", + "@rollup/rollup-linux-arm64-gnu": "4.24.0", + "@rollup/rollup-linux-arm64-musl": "4.24.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0", + "@rollup/rollup-linux-riscv64-gnu": "4.24.0", + "@rollup/rollup-linux-s390x-gnu": "4.24.0", + "@rollup/rollup-linux-x64-gnu": "4.24.0", + "@rollup/rollup-linux-x64-musl": "4.24.0", + "@rollup/rollup-win32-arm64-msvc": "4.24.0", + "@rollup/rollup-win32-ia32-msvc": "4.24.0", + "@rollup/rollup-win32-x64-msvc": "4.24.0", "fsevents": "~2.3.2" } }, "node_modules/rrweb-cssom": { "version": "0.7.1", - "resolved": "https://registry.npmmirror.com/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", "dev": true, "license": "MIT" }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ @@ -5355,33 +5812,14 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true, "license": "MIT" }, - "node_modules/sass": { - "version": "1.80.3", - "resolved": "https://registry.npmmirror.com/sass/-/sass-1.80.3.tgz", - "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/watcher": "^2.4.1", - "chokidar": "^4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, "node_modules/saxes": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", "dev": true, "license": "ISC", @@ -5394,7 +5832,7 @@ }, "node_modules/scheduler": { "version": "0.23.2", - "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "license": "MIT", "dependencies": { @@ -5403,7 +5841,7 @@ }, "node_modules/scroll-into-view-if-needed": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==", "license": "MIT", "dependencies": { @@ -5412,14 +5850,14 @@ }, "node_modules/scule": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz", + "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": "6.3.1", - "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "license": "ISC", @@ -5429,7 +5867,7 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "license": "MIT", @@ -5442,7 +5880,7 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, "license": "MIT", @@ -5450,15 +5888,29 @@ "node": ">=8" } }, + "node_modules/shiki": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.22.0.tgz", + "integrity": "sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==", + "license": "MIT", + "dependencies": { + "@shikijs/core": "1.22.0", + "@shikijs/engine-javascript": "1.22.0", + "@shikijs/engine-oniguruma": "1.22.0", + "@shikijs/types": "1.22.0", + "@shikijs/vscode-textmate": "^9.3.0", + "@types/hast": "^3.0.4" + } + }, "node_modules/size-sensor": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/size-sensor/-/size-sensor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/size-sensor/-/size-sensor-1.0.2.tgz", "integrity": "sha512-2NCmWxY7A9pYKGXNBfteo4hy14gWu47rg5692peVMst6lQLPKrVjhY+UTEsPI5ceFRJSl3gVgMYaUi/hKuaiKw==", "license": "ISC" }, "node_modules/snake-case": { "version": "3.0.4", - "resolved": "https://registry.npmmirror.com/snake-case/-/snake-case-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", "dev": true, "license": "MIT", @@ -5467,9 +5919,18 @@ "tslib": "^2.0.3" } }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/source-map-js": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", @@ -5477,21 +5938,45 @@ "node": ">=0.10.0" } }, + "node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/state-local": { "version": "1.0.7", - "resolved": "https://registry.npmmirror.com/state-local/-/state-local-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==", "license": "MIT" }, "node_modules/string-convert": { "version": "0.2.1", - "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz", "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==", "license": "MIT" }, + "node_modules/stringify-entities": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", + "license": "MIT", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "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", @@ -5504,7 +5989,7 @@ }, "node_modules/strip-literal": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz", + "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", @@ -5517,22 +6002,21 @@ }, "node_modules/strip-literal/node_modules/js-tokens": { "version": "9.0.0", - "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz", + "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/stylis": { "version": "4.3.4", - "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz", "integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==", "license": "MIT" }, "node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, "license": "MIT", "dependencies": { "has-flag": "^3.0.0" @@ -5541,23 +6025,35 @@ "node": ">=4" } }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/svg-parser": { "version": "2.0.4", - "resolved": "https://registry.npmmirror.com/svg-parser/-/svg-parser-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", "dev": true, "license": "MIT" }, "node_modules/symbol-tree": { "version": "3.2.4", - "resolved": "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", "dev": true, "license": "MIT" }, "node_modules/synckit": { "version": "0.9.2", - "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.9.2.tgz", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz", "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==", "dev": true, "license": "MIT", @@ -5574,14 +6070,14 @@ }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz", + "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/throttle-debounce": { "version": "5.0.2", - "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz", "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==", "license": "MIT", "engines": { @@ -5590,14 +6086,14 @@ }, "node_modules/tinyexec": { "version": "0.3.1", - "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz", "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==", "dev": true, "license": "MIT" }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "license": "MIT", @@ -5610,13 +6106,13 @@ }, "node_modules/toggle-selection": { "version": "1.0.6", - "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz", "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==", "license": "MIT" }, "node_modules/tough-cookie": { "version": "4.1.4", - "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.4.tgz", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, "license": "BSD-3-Clause", @@ -5632,7 +6128,7 @@ }, "node_modules/tr46": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/tr46/-/tr46-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "dev": true, "license": "MIT", @@ -5643,9 +6139,19 @@ "node": ">=18" } }, + "node_modules/trim-lines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/ts-api-utils": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "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", @@ -5658,13 +6164,13 @@ }, "node_modules/tslib": { "version": "2.8.0", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.0.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", "license": "0BSD" }, "node_modules/type-check": { "version": "0.4.0", - "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "license": "MIT", @@ -5677,7 +6183,7 @@ }, "node_modules/typescript": { "version": "5.6.3", - "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", @@ -5691,7 +6197,7 @@ }, "node_modules/typescript-eslint": { "version": "8.11.0", - "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.11.0.tgz", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.11.0.tgz", "integrity": "sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==", "dev": true, "license": "MIT", @@ -5715,21 +6221,21 @@ }, "node_modules/ufo": { "version": "1.5.4", - "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", "dev": true, "license": "MIT" }, "node_modules/undici-types": { "version": "6.19.8", - "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true, "license": "MIT" }, "node_modules/unimport": { "version": "3.13.1", - "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.13.1.tgz", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.13.1.tgz", "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==", "dev": true, "license": "MIT", @@ -5751,7 +6257,7 @@ }, "node_modules/unimport/node_modules/escape-string-regexp": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "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", @@ -5764,7 +6270,7 @@ }, "node_modules/unimport/node_modules/estree-walker": { "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", "dev": true, "license": "MIT", @@ -5772,9 +6278,77 @@ "@types/estree": "^1.0.0" } }, + "node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-position": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-stringify-position": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-parents": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/universalify": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true, "license": "MIT", @@ -5784,7 +6358,7 @@ }, "node_modules/unplugin": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.14.1.tgz", "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==", "dev": true, "license": "MIT", @@ -5806,7 +6380,7 @@ }, "node_modules/unplugin-auto-import": { "version": "0.18.3", - "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.18.3.tgz", + "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.18.3.tgz", "integrity": "sha512-q3FUtGQjYA2e+kb1WumyiQMjHM27MrTQ05QfVwtLRVhyYe+KF6TblBYaEX9L6Z0EibsqaXAiW+RFfkcQpfaXzg==", "dev": true, "license": "MIT", @@ -5841,7 +6415,7 @@ }, "node_modules/unplugin-auto-import/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "license": "MIT", @@ -5851,7 +6425,7 @@ }, "node_modules/unplugin-auto-import/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "license": "ISC", @@ -5867,7 +6441,7 @@ }, "node_modules/unplugin-icons": { "version": "0.19.3", - "resolved": "https://registry.npmmirror.com/unplugin-icons/-/unplugin-icons-0.19.3.tgz", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.19.3.tgz", "integrity": "sha512-EUegRmsAI6+rrYr0vXjFlIP+lg4fSC4zb62zAZKx8FGXlWAGgEGBCa3JDe27aRAXhistObLPbBPhwa/0jYLFkQ==", "dev": true, "license": "MIT", @@ -5910,7 +6484,7 @@ }, "node_modules/update-browserslist-db": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ @@ -5941,7 +6515,7 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "license": "BSD-2-Clause", @@ -5951,7 +6525,7 @@ }, "node_modules/url-parse": { "version": "1.5.10", - "resolved": "https://registry.npmmirror.com/url-parse/-/url-parse-1.5.10.tgz", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "dev": true, "license": "MIT", @@ -5960,15 +6534,52 @@ "requires-port": "^1.0.0" } }, + "node_modules/use-merge-value": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/use-merge-value/-/use-merge-value-1.2.0.tgz", + "integrity": "sha512-DXgG0kkgJN45TcyoXL49vJnn55LehnrmoHc7MbKi+QDBvr8dsesqws8UlyIWGHMR+JXgxc1nvY+jDGMlycsUcw==", + "license": "MIT", + "peerDependencies": { + "react": ">= 16.x" + } + }, "node_modules/vanilla-tilt": { "version": "1.8.1", - "resolved": "https://registry.npmmirror.com/vanilla-tilt/-/vanilla-tilt-1.8.1.tgz", + "resolved": "https://registry.npmjs.org/vanilla-tilt/-/vanilla-tilt-1.8.1.tgz", "integrity": "sha512-hPB1XUsnh+SIeVSW2beb5RnuFxz4ZNgxjGD78o52F49gS4xaoLeEMh9qrQnJrnEn/vjjBI7IlxrrXmz4tGV0Kw==", "license": "MIT" }, + "node_modules/vfile": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vfile-message": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/vite": { "version": "5.4.6", - "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.6.tgz", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, "license": "MIT", @@ -6028,7 +6639,7 @@ }, "node_modules/w3c-xmlserializer": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", "dev": true, "license": "MIT", @@ -6041,7 +6652,7 @@ }, "node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "dev": true, "license": "BSD-2-Clause", @@ -6051,14 +6662,14 @@ }, "node_modules/webpack-virtual-modules": { "version": "0.6.2", - "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "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/whatwg-encoding": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", "dev": true, "license": "MIT", @@ -6071,7 +6682,7 @@ }, "node_modules/whatwg-mimetype": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", "dev": true, "license": "MIT", @@ -6081,7 +6692,7 @@ }, "node_modules/whatwg-url": { "version": "14.0.0", - "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-14.0.0.tgz", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", "dev": true, "license": "MIT", @@ -6095,7 +6706,7 @@ }, "node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "license": "ISC", @@ -6111,7 +6722,7 @@ }, "node_modules/word-wrap": { "version": "1.2.5", - "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "license": "MIT", @@ -6121,7 +6732,7 @@ }, "node_modules/ws": { "version": "8.18.0", - "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, "license": "MIT", @@ -6143,7 +6754,7 @@ }, "node_modules/xml-name-validator": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", "dev": true, "license": "Apache-2.0", @@ -6153,21 +6764,30 @@ }, "node_modules/xmlchars": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true, "license": "MIT" }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true, "license": "ISC" }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", - "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, "license": "MIT", @@ -6180,7 +6800,7 @@ }, "node_modules/zrender": { "version": "5.6.0", - "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.0.tgz", + "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.0.tgz", "integrity": "sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==", "license": "BSD-3-Clause", "dependencies": { @@ -6189,9 +6809,19 @@ }, "node_modules/zrender/node_modules/tslib": { "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", "license": "0BSD" + }, + "node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } } } } diff --git a/package.json b/package.json index 9e0e59d..6b0677d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,9 @@ "@dnd-kit/utilities": "^3.2.2", "@marsidev/react-turnstile": "^1.0.2", "@monaco-editor/react": "^4.6.0", + "@shikijs/monaco": "^1.22.0", "antd": "^5.21.4", + "antd-style": "^3.7.0", "axios": "1.7.4", "custom-protocol-check": "^1.4.0", "dayjs": "^1.11.13", @@ -43,12 +45,12 @@ "match-sorter": "^6.3.4", "moment": "^2.30.1", "monaco-editor": "^0.52.0", - "monaco-jsx-syntax-highlight": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-router": "^6.27.0", "react-router-dom": "^6.27.0", + "shiki": "^1.22.0", "size-sensor": "^1.0.2", "vanilla-tilt": "^1.8.1" }, @@ -69,7 +71,6 @@ "globals": "^15.11.0", "jsdom": "^24.1.3", "prettier": "^3.3.3", - "sass": "^1.79.5", "typescript": "^5.6.3", "typescript-eslint": "^8.9.0", "unplugin-auto-import": "^0.18.3", diff --git a/src/App.tsx b/src/App.tsx index bd05da7..bd7ae57 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,27 +1,97 @@ +import { theme } from 'antd' +import zh_CN from 'antd/locale/zh_CN' +import BaseStyles from '@/assets/css/base.style' +import CommonStyles from '@/assets/css/common.style' +import { + COLOR_PRODUCTION, + THEME_DARK, + THEME_FOLLOW_SYSTEM, + THEME_LIGHT +} from '@/constants/common.constants' import { getRouter } from '@/router' +import { getThemeMode, init } from '@/util/common' import FullscreenLoadingMask from '@/components/common/FullscreenLoadingMask' -export const AppContext = createContext<{ refreshRouter: () => void }>({ - refreshRouter: () => undefined +export const AppContext = createContext({ + refreshRouter: () => {}, + isDarkMode: false }) const App = () => { + const [messageInstance, messageHolder] = message.useMessage() + const [notificationInstance, notificationHolder] = notification.useNotification() + const [modalInstance, modalHolder] = AntdModal.useModal() const [routerState, setRouterState] = useState(getRouter) + const [themeMode, setThemeMode] = useState(getThemeMode()) + const [isSystemDarkMode, setIsSystemDarkMode] = useState(false) + + const getIsDark = () => { + switch (themeMode) { + case THEME_FOLLOW_SYSTEM: + return isSystemDarkMode + case THEME_LIGHT: + return false + case THEME_DARK: + return true + } + } + + useEffect(() => { + init(messageInstance, notificationInstance, modalInstance) + + const darkThemeMq = window.matchMedia('(prefers-color-scheme: dark)') + setIsSystemDarkMode(darkThemeMq.matches) + const darkThemeMqChangeListener = (ev: MediaQueryListEvent) => { + setIsSystemDarkMode(ev.matches) + } + darkThemeMq.addEventListener('change', darkThemeMqChangeListener) + + const themeModeChangeListener = () => { + setThemeMode(getThemeMode()) + } + window.addEventListener('localStorageChange', themeModeChangeListener) + + return () => { + darkThemeMq.removeEventListener('change', darkThemeMqChangeListener) + window.removeEventListener('localStorageChange', themeModeChangeListener) + } + }, []) return ( - <> + + + { setRouterState(getRouter()) - } + }, + isDarkMode: getIsDark() }} > }> - + {messageHolder} + {notificationHolder} + {modalHolder} + ) } diff --git a/src/assets/css/_mixins.scss b/src/assets/css/_mixins.scss deleted file mode 100644 index 47308ed..0000000 --- a/src/assets/css/_mixins.scss +++ /dev/null @@ -1,22 +0,0 @@ -@mixin keyframes($animationName) { - @-webkit-keyframes #{$animationName} { - @content - } - @-moz-keyframes #{$animationName} { - @content - } - @-o-keyframes #{$animationName} { - @content - } - @keyframes #{$animationName} { - @content - } -} - -@mixin unique-keyframes { - $animationName: unique-id(); - animation-name: $animationName; - @include keyframes($animationName) { - @content - } -} \ No newline at end of file diff --git a/src/assets/css/base.scss b/src/assets/css/base.scss deleted file mode 100644 index 8bb5df0..0000000 --- a/src/assets/css/base.scss +++ /dev/null @@ -1,63 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -html { - scroll-behavior: smooth; -} - -em, -i { - font-style: normal -} - -li { - list-style: none -} - -img { - border: 0; - vertical-align: middle -} - -button { - cursor: pointer -} - -a { - color: #666; - text-decoration: none -} - -button, -input { - font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; - border: 0; - outline: none; -} - -body { - -webkit-font-smoothing: antialiased; - background-color: #fff; - font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; - color: #666 -} - -.hide, -.none { - display: none -} - -.clearfix:after { - visibility: hidden; - clear: both; - display: block; - content: "."; - height: 0 -} - -.clearfix { - *zoom: 1 -} \ No newline at end of file diff --git a/src/assets/css/base.style.ts b/src/assets/css/base.style.ts new file mode 100644 index 0000000..2a10c24 --- /dev/null +++ b/src/assets/css/base.style.ts @@ -0,0 +1,32 @@ +import { createGlobalStyle } from 'antd-style' + +export default createGlobalStyle(() => ({ + '*': { margin: 0, padding: 0, boxSizing: 'border-box' }, + html: { scrollBehavior: 'smooth' }, + 'em, i': { fontStyle: 'normal' }, + li: { listStyle: 'none' }, + img: { border: 0, verticalAlign: 'middle' }, + button: { cursor: 'pointer' }, + a: { color: '#666', textDecoration: 'none', whiteSpace: 'nowrap' }, + 'button, input': { + fontFamily: + 'Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\\5B8B\\4F53", sans-serif', + border: 0, + outline: 'none' + }, + body: { + WebkitFontSmoothing: 'antialiased', + backgroundColor: '#fff', + font: '12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\\5B8B\\4F53", sans-serif', + color: '#666' + }, + '.hide, .none': { display: 'none' }, + '.clearfix:after': { + visibility: 'hidden', + clear: 'both', + display: 'block', + content: '"."', + height: 0 + }, + '.clearfix': { zoom: 1 } +})) diff --git a/src/assets/css/common.scss b/src/assets/css/common.scss deleted file mode 100644 index 3b85b09..0000000 --- a/src/assets/css/common.scss +++ /dev/null @@ -1,118 +0,0 @@ -@use '@/assets/css/constants' as constants; - -#root { - height: 100vh; - width: 100vw; -} - -.body { - background-color: constants.$background-color; - color: constants.$font-main-color; - user-select: none; - min-width: 900px; - min-height: 400px; -} - -.fill { - height: 100%; - width: 100%; -} - -.fill-with { - width: 100%; -} - -.fill-height { - height: 100%; -} - -.background-origin { - background-color: constants.$origin-color; -} - -.center-box { - display: flex; - justify-content: center; - align-items: center; -} - -.vertical-center-box { - display: flex; - align-items: center; -} - -.horizontal-center-box { - display: flex; - justify-content: center; -} - -.icon-size-xs { - width: 16px; - height: 16px; - - > use { - width: 16px; - height: 16px; - } -} - -.icon-size-sm { - width: 20px; - height: 20px; - - > use { - width: 20px; - height: 20px; - } -} - -.icon-size-md { - width: 24px; - height: 24px; - - > use { - width: 24px; - height: 24px; - } -} - -.icon-size-lg { - width: 32px; - height: 32px; - - > use { - - width: 32px; - height: 32px; - } -} - -.icon-size-xl { - width: 64px; - height: 64px; - - > use { - width: 64px; - height: 64px; - } -} - -.icon-size-menu { - width: 23px; - height: 23px; - - > use { - width: 23px; - height: 23px; - } -} - -.flex-horizontal { - display: flex; - flex-direction: row; -} - -.flex-vertical { - display: flex; - flex-direction: column; -} diff --git a/src/assets/css/common.style.ts b/src/assets/css/common.style.ts new file mode 100644 index 0000000..fc13194 --- /dev/null +++ b/src/assets/css/common.style.ts @@ -0,0 +1,43 @@ +import { createGlobalStyle } from 'antd-style' + +export default createGlobalStyle(() => ({ + '.center-box': { + display: 'flex', + justifyContent: 'center', + alignItems: 'center' + }, + '.vertical-center-box': { display: 'flex', alignItems: 'center' }, + '.horizontal-center-box': { display: 'flex', justifyContent: 'center' }, + '.icon-size-xs': { + width: 16, + height: 16, + '> use': { width: 16, height: 16 } + }, + '.icon-size-sm': { + width: 20, + height: 20, + '> use': { width: 20, height: 20 } + }, + '.icon-size-md': { + width: 24, + height: 24, + '> use': { width: 24, height: 24 } + }, + '.icon-size-lg': { + width: 32, + height: 32, + '> use': { width: 32, height: 32 } + }, + '.icon-size-xl': { + width: 64, + height: 64, + '> use': { width: 64, height: 64 } + }, + '.icon-size-menu': { + width: 23, + height: 23, + '> use': { width: 23, height: 23 } + }, + '.flex-horizontal': { display: 'flex', flexDirection: 'row' }, + '.flex-vertical': { display: 'flex', flexDirection: 'column' } +})) diff --git a/src/assets/css/components/common/card.scss b/src/assets/css/components/common/card.scss deleted file mode 100644 index 46a6be4..0000000 --- a/src/assets/css/components/common/card.scss +++ /dev/null @@ -1,8 +0,0 @@ -@use '@/assets/css/constants' as constants; - -.card-box { - background-color: constants.$origin-color; - border-radius: 8px; - overflow: hidden; - box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1); -} diff --git a/src/assets/css/components/common/card.style.ts b/src/assets/css/components/common/card.style.ts new file mode 100644 index 0000000..fded40b --- /dev/null +++ b/src/assets/css/components/common/card.style.ts @@ -0,0 +1,10 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + cardBox: { + backgroundColor: token.colorBgContainer, + borderRadius: token.borderRadiusLG, + overflow: 'hidden', + boxShadow: token.boxShadowTertiary + } +})) diff --git a/src/assets/css/components/common/fit-center.scss b/src/assets/css/components/common/fit-center.scss deleted file mode 100644 index fd07971..0000000 --- a/src/assets/css/components/common/fit-center.scss +++ /dev/null @@ -1,7 +0,0 @@ -.fit-center { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100%; -} \ No newline at end of file diff --git a/src/assets/css/components/common/fit-center.style.ts b/src/assets/css/components/common/fit-center.style.ts new file mode 100644 index 0000000..6309261 --- /dev/null +++ b/src/assets/css/components/common/fit-center.style.ts @@ -0,0 +1,11 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + fitCenter: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + width: '100%', + height: '100%' + } +})) diff --git a/src/assets/css/components/common/fit-fullscreen.scss b/src/assets/css/components/common/fit-fullscreen.scss deleted file mode 100644 index 83d0ff6..0000000 --- a/src/assets/css/components/common/fit-fullscreen.scss +++ /dev/null @@ -1,5 +0,0 @@ -.fit-fullscreen { - position: relative; - width: 100%; - height: 100vh; -} \ No newline at end of file diff --git a/src/assets/css/components/common/fit-fullscreen.style.ts b/src/assets/css/components/common/fit-fullscreen.style.ts new file mode 100644 index 0000000..c8b1b2e --- /dev/null +++ b/src/assets/css/components/common/fit-fullscreen.style.ts @@ -0,0 +1,9 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + fitFullscreen: { + position: 'relative', + width: '100%', + height: '100vh' + } +})) diff --git a/src/assets/css/components/common/flex-box.scss b/src/assets/css/components/common/flex-box.scss deleted file mode 100644 index 2926ffc..0000000 --- a/src/assets/css/components/common/flex-box.scss +++ /dev/null @@ -1,5 +0,0 @@ -.flex-box { - > * { - flex: 1; - } -} \ No newline at end of file diff --git a/src/assets/css/components/common/flex-box.style.ts b/src/assets/css/components/common/flex-box.style.ts new file mode 100644 index 0000000..3e82782 --- /dev/null +++ b/src/assets/css/components/common/flex-box.style.ts @@ -0,0 +1,12 @@ +import { createStyles } from 'antd-style' + +export default createStyles( + () => ({ + flexBox: { + '> *': { + flex: 1 + } + } + }), + { hashPriority: 'low' } +) diff --git a/src/assets/css/components/common/fullscreen-loading-mask.scss b/src/assets/css/components/common/fullscreen-loading-mask.scss deleted file mode 100644 index c4458cd..0000000 --- a/src/assets/css/components/common/fullscreen-loading-mask.scss +++ /dev/null @@ -1,10 +0,0 @@ -.fullscreen-loading-mask { - position: absolute; - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100%; - z-index: 100; - background-color: rgba(200, 200, 200, 0.2); -} \ No newline at end of file diff --git a/src/assets/css/components/common/fullscreen-loading-mask.style.ts b/src/assets/css/components/common/fullscreen-loading-mask.style.ts new file mode 100644 index 0000000..646756d --- /dev/null +++ b/src/assets/css/components/common/fullscreen-loading-mask.style.ts @@ -0,0 +1,14 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + fullscreenLoadingMask: { + position: 'absolute', + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + width: '100%', + height: '100%', + zIndex: 100, + backgroundColor: token.colorBgContainer + } +})) diff --git a/src/assets/css/components/common/hide-scrollbar.scss b/src/assets/css/components/common/hide-scrollbar.scss deleted file mode 100644 index 758e68f..0000000 --- a/src/assets/css/components/common/hide-scrollbar.scss +++ /dev/null @@ -1,90 +0,0 @@ -@use '@/assets/css/constants' as constants; -@use '@/assets/css/mixins' as mixins; - -.hide-scrollbar-mask { - position: relative; - width: 100%; - height: 100%; - overflow: hidden; - - .hide-scrollbar-selection { - position: relative; - overflow: scroll; - scrollbar-width: none; - -ms-overflow-style: none; - - .hide-scrollbar-content { - min-width: 100%; - } - } - - ::-webkit-scrollbar { - display: none; - } - - .scrollbar { - position: absolute; - z-index: 1000; - opacity: .5; - touch-action: none; - - .box { - position: relative; - width: 100%; - height: 100%; - border-radius: 8px; - overflow: hidden; - - - .block { - position: absolute; - width: 100%; - height: 100%; - border-radius: 8px; - background-color: constants.$font-secondary-color; - transition: background-color .2s; - } - - :hover { - background-color: constants.$font-main-color; - } - } - - &.hide { - display: block; - opacity: 0; - animation: 0.4s linear; - - @include mixins.unique-keyframes { - 0% { - opacity: 0.5; - } - 100% { - opacity: 0; - } - } - } - } - - .vertical-scrollbar { - height: 100%; - left: 100%; - top: 0; - transform: translateX(-100%); - - .box { - width: 6px; - } - } - - .horizontal-scrollbar { - width: 100%; - left: 0; - top: 100%; - transform: translateY(-100%); - - .box { - height: 8px; - } - } -} diff --git a/src/assets/css/components/common/hide-scrollbar.style.ts b/src/assets/css/components/common/hide-scrollbar.style.ts new file mode 100644 index 0000000..d31eb4d --- /dev/null +++ b/src/assets/css/components/common/hide-scrollbar.style.ts @@ -0,0 +1,84 @@ +import { createStyles, keyframes } from 'antd-style' + +const fadeOut = keyframes` + 0% { + opacity: 0.5; + } + 100% { + opacity: 0; + } +` + +export default createStyles(({ css, cx, token }) => { + const scrollbarBox = cx(css` + position: relative; + width: 100%; + height: 100%; + border-radius: ${token.borderRadiusLG}; + overflow: hidden; + `) + + return { + hideScrollbarMask: { + position: 'relative', + width: '100%', + height: '100%', + overflow: 'hidden', + '::-webkit-scrollbar': { + display: 'none' + } + }, + hideScrollbarSelection: { + position: 'relative', + overflow: 'scroll', + scrollbarWidth: 'none', + msOverflowStyle: 'none' + }, + hideScrollbarContent: { + minWidth: '100%' + }, + scrollbar: { + position: 'absolute', + zIndex: 1000, + opacity: 0.5, + touchAction: 'none' + }, + scrollbarBox, + scrollbarBoxBlock: { + position: 'absolute', + width: '100%', + height: '100%', + borderRadius: token.borderRadiusLG, + backgroundColor: token.colorTextSecondary, + transition: 'background-color 0.2s', + ':hover': { + backgroundColor: token.colorTextLabel + } + }, + verticalScrollbar: css` + height: 100%; + left: 100%; + top: 0; + transform: translateX(-100%); + + .${scrollbarBox} { + width: ${token.sizeXXS}px; + } + `, + horizontalScrollbar: css` + width: 100%; + left: 0; + top: 100%; + transform: translateY(-100%); + + .${scrollbarBox} { + height: ${token.sizeXXS}px; + } + `, + hide: { + display: 'block', + opacity: 0, + animation: `${fadeOut} 0.4s linear` + } + } +}) diff --git a/src/assets/css/components/common/indicator.scss b/src/assets/css/components/common/indicator.scss deleted file mode 100644 index be5054f..0000000 --- a/src/assets/css/components/common/indicator.scss +++ /dev/null @@ -1,34 +0,0 @@ -@use '@/assets/css/constants' as constants; - -.dot-list { - display: flex; - justify-content: center; - align-items: center; - height: 100%; - width: 100%; - - .item { - flex: auto; - cursor: pointer; - - .dot { - width: 10px; - height: 10px; - border-radius: 50%; - border: { - width: 2px; - color: constants.$font-secondary-color; - style: solid; - }; - transition: all .2s; - } - - :hover { - background-color: constants.$focus-color; - } - } - - .active > * { - background-color: constants.$font-secondary-color !important; - } -} diff --git a/src/assets/css/components/common/loading-mask.scss b/src/assets/css/components/common/loading-mask.scss deleted file mode 100644 index 9b44a1a..0000000 --- a/src/assets/css/components/common/loading-mask.scss +++ /dev/null @@ -1,8 +0,0 @@ -.loading-mask { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100%; - z-index: 100; -} \ No newline at end of file diff --git a/src/assets/css/components/common/loading-mask.style.ts b/src/assets/css/components/common/loading-mask.style.ts new file mode 100644 index 0000000..b07324a --- /dev/null +++ b/src/assets/css/components/common/loading-mask.style.ts @@ -0,0 +1,12 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + loadingMask: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + width: '100%', + height: '100%', + zIndex: 100 + } +})) diff --git a/src/assets/css/components/common/sidebar.scss b/src/assets/css/components/common/sidebar.scss deleted file mode 100644 index 08fe6e5..0000000 --- a/src/assets/css/components/common/sidebar.scss +++ /dev/null @@ -1,363 +0,0 @@ -@use "@/assets/css/constants" as constants; -@use "@/assets/css/mixins" as mixins; - -.sidebar { - display: flex; - flex-direction: column; - height: 100%; - user-select: none; - transition: all .3s; - white-space: nowrap; - - .title { - display: flex; - align-items: center; - font-weight: bold; - padding: 10px 14px; - color: constants.$main-color; - overflow: hidden; - - .icon-box { - display: flex; - justify-content: center; - align-items: center; - padding: 10px; - width: 40px; - height: 40px; - font-size: constants.$SIZE_ICON_SM; - border-radius: 8px; - cursor: pointer; - - span { - transform: rotateZ(180deg); - transition: all .3s; - } - - &:hover { - background-color: constants.$background-color; - } - } - - .text { - flex: 1; - font-size: 2em; - text-align: center; - letter-spacing: 0.2em; - transform: translateX(0.1em); - } - } - - .content, .bottom-fixed { - display: flex; - min-height: 0; - flex-direction: column; - flex: 1; - - .scroll { - min-height: 0; - flex: 1; - width: 100%; - } - - ul { - > li, > div > li { - padding: 2px 14px; - - &.item { - position: relative; - font-size: 1rem; - - > .menu-bt { - border-radius: 8px; - overflow: hidden; - height: 40px; - - .icon-box { - display: flex; - justify-content: center; - align-items: center; - padding: 0 10px; - width: 40px; - height: 40px; - font-size: constants.$SIZE_ICON_SM; - cursor: pointer; - - img { - width: 100%; - } - } - - a { - display: flex; - align-items: center; - height: 100%; - width: 100%; - transition: all 0.2s; - background-color: constants.$origin-color; - - .text { - flex: 1; - padding-left: 8px; - width: 0; - overflow: hidden; - text-overflow: ellipsis; - } - - &.active { - color: constants.$origin-color; - background-color: constants.$main-color; - - img { - filter: drop-shadow(1000px 0 0 constants.$origin-color); - transform: translate(-1000px); - } - } - } - } - - .submenu { - visibility: hidden; - position: fixed; - padding-left: 10px; - z-index: 10000; - animation: 0.1s ease forwards; - @include mixins.unique-keyframes { - 0% { - transform: translateX(0); - opacity: 1; - } - 100% { - transform: translateX(-10px); - opacity: 0; - } - } - - .content { - display: flex; - flex-direction: column; - gap: 2px; - padding: 10px 10px; - background-color: constants.$origin-color; - border-radius: 8px; - box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.1); - - .item { - border-radius: 8px; - white-space: nowrap; - overflow: hidden; - padding: 0; - - a { - display: block; - padding: 8px 16px; - transition: all 0.2s; - - .text { - width: unset; - } - - &.active { - color: constants.$origin-color; - background-color: constants.$main-color; - } - } - - &:hover a:not(.active) { - background-color: constants.$background-color; - } - } - } - } - - &:hover { - > .menu-bt { - a:not(.active) { - background-color: constants.$background-color; - } - } - - .submenu { - visibility: visible; - animation: 0.3s ease; - @include mixins.unique-keyframes { - 0% { - transform: translateX(-10px); - opacity: 0; - } - 100% { - transform: translateX(0); - opacity: 1; - } - } - } - } - } - } - - .delete { - .menu-bt { - border: { - width: 1px; - color: constants.$error-secondary-color; - style: dashed; - }; - filter: drop-shadow(1000px 0 0 constants.$error-secondary-color); - transform: translate(-1000px); - - > a { - background-color: transparent !important; - } - } - } - } - } - - .separate { - height: 0; - margin: 10px 5px; - border: { - width: 1px; - color: constants.$font-secondary-color; - style: solid; - }; - opacity: 0.4; - } - - .footer { - display: flex; - align-items: center; - font-weight: bold; - padding: 8px 14px; - color: constants.$main-color; - - .icon-user { - display: flex; - justify-content: center; - align-items: center; - flex: 0 0 auto; - margin-left: 4px; - width: 36px; - height: 36px; - font-size: constants.$SIZE_ICON_XS; - border: 2px constants.$font-secondary-color solid; - color: constants.$font-secondary-color; - border-radius: 50%; - overflow: hidden; - cursor: pointer; - - img { - width: 100%; - height: 100%; - } - } - - .text { - flex: 1; - padding-left: 10px; - font-size: 1.4em; - color: constants.$font-main-color; - user-select: text; - overflow: hidden; - text-overflow: ellipsis; - - a { - color: constants.$main-color; - text-decoration: underline; - } - } - - .icon-exit { - font-size: constants.$SIZE_ICON_XS; - color: constants.$error-color; - padding: 6px 10px; - cursor: pointer; - - &:hover { - border-radius: 8px; - background-color: constants.$background-color; - } - } - } - - &.hide { - width: 68px !important; - - .title { - .icon-box { - span { - transform: rotateZ(360deg); - transition: all .3s; - } - } - - .text { - display: none; - } - } - - .menu-bt { - .text, .extend { - display: none; - } - } - - .submenu { - .menu-bt { - .text { - display: block; - } - } - } - - .footer { - position: relative; - - .text { - display: none; - } - - .submenu-exit { - display: none; - position: absolute; - padding-left: 6px; - left: 100%; - z-index: 1000; - box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1); - - .content { - padding: 8px; - border-radius: 8px; - background-color: constants.$origin-color; - - .icon-exit { - padding: 4px 8px; - - &:hover { - border-radius: 8px; - background-color: constants.$background-color; - } - } - } - - &.hide { - display: none !important; - } - } - - &:hover .submenu-exit { - display: block; - animation: 0.3s ease; - @include mixins.unique-keyframes { - 0% { - transform: translateX(-10px); - opacity: 0; - } - 100% { - transform: translateX(0); - opacity: 1; - } - } - } - } - } -} diff --git a/src/assets/css/components/common/sidebar/footer.style.ts b/src/assets/css/components/common/sidebar/footer.style.ts new file mode 100644 index 0000000..a95cd2b --- /dev/null +++ b/src/assets/css/components/common/sidebar/footer.style.ts @@ -0,0 +1,112 @@ +import { createStyles, keyframes } from 'antd-style' + +const slideIn = keyframes` + 0% { + transform: translateX(-10px); + opacity: 0; + } + 100% { + transform: translateX(0); + opacity: 1; + } +` + +export default createStyles(({ cx, css, token }) => { + const collapsedExit = cx(css` + opacity: 0; + position: absolute; + padding-left: ${token.paddingXS}px; + left: 100%; + z-index: 1000; + transform: translateX(-100%); + `) + + return { + footer: css` + display: flex; + position: relative; + align-items: center; + font-weight: bold; + padding: ${token.paddingXS}px ${token.paddingSM}px; + color: ${token.colorPrimary}; + + &:hover .${collapsedExit} { + opacity: 1; + animation: ${slideIn} 0.3s ease; + transform: unset; + } + `, + + icon: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + flex: '0 0 auto', + marginLeft: token.marginXXS, + width: token.sizeXL, + height: token.sizeXL, + fontSize: token.sizeMS, + border: `2px ${token.colorBorder} solid`, + color: token.colorBorder, + borderRadius: '50%', + overflow: 'hidden', + cursor: 'pointer', + + img: { + width: '100%', + height: '100%' + } + }, + + text: { + flex: 1, + paddingLeft: token.paddingXS, + fontSize: token.fontSizeLG, + color: token.colorTextLabel, + userSelect: 'text', + overflow: 'hidden', + textOverflow: 'ellipsis', + a: { + color: token.colorPrimary, + textDecoration: 'underline' + } + }, + + collapsedText: { + display: 'none' + }, + + collapsedExit, + + hide: { + display: 'none !important' + }, + + exitContent: { + display: 'flex', + backgroundColor: token.colorBgContainer + }, + + collapsedExitContent: { + padding: token.paddingXS, + borderRadius: token.borderRadiusLG, + boxShadow: token.boxShadow + }, + + exitIcon: { + fontSize: token.sizeMS, + color: token.colorError, + padding: `${token.paddingXXS}px ${token.paddingXS}px`, + cursor: 'pointer', + + '&:hover': { + borderRadius: token.borderRadiusLG, + backgroundColor: token.colorBgLayout + } + }, + + collapsedExitIcon: { + padding: `${token.paddingXXS}px ${token.paddingXS}px` + } + } +}) diff --git a/src/assets/css/components/common/sidebar/index.style.ts b/src/assets/css/components/common/sidebar/index.style.ts new file mode 100644 index 0000000..52736c3 --- /dev/null +++ b/src/assets/css/components/common/sidebar/index.style.ts @@ -0,0 +1,85 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ cx, css, token }) => { + const title = cx(css` + display: flex; + align-items: center; + font-weight: bold; + padding: ${token.paddingXS}px ${token.paddingSM}px; + color: ${token.colorPrimary}; + overflow: hidden; + `) + + const titleIcon = cx(css` + display: flex; + justify-content: center; + align-items: center; + padding: ${token.paddingXS}px; + width: 40px; + height: 40px; + font-size: ${token.sizeMD}px; + border-radius: ${token.borderRadiusLG}px; + cursor: pointer; + + span { + transform: rotateZ(180deg); + transition: all 0.3s; + } + + &:hover { + background-color: ${token.colorBgLayout}; + } + `) + + const titleText = cx(css` + flex: 1; + font-size: ${token.fontSizeHeading3}px; + text-align: center; + letter-spacing: ${token.sizeXS}px; + `) + + return { + sidebar: { + display: 'flex', + flexDirection: 'column', + height: '100%', + userSelect: 'none', + transition: 'all .3s', + whiteSpace: 'nowrap' + }, + + title, + + titleIcon, + + titleText, + + content: { + display: 'flex', + minHeight: 0, + flexDirection: 'column', + flex: 1, + + 'ul > li, ul > div > li': { + padding: `${token.paddingXXS}px ${token.paddingSM}px` + } + }, + + collapse: cx(css` + width: ${token.sizeXL * 2}px !important; + + .${title} { + .${titleIcon} { + span { + transform: rotateZ(360deg); + transition: all 0.3s; + } + } + + .${titleText} { + display: none; + } + } + `) + } +}) diff --git a/src/assets/css/components/common/sidebar/item.style.ts b/src/assets/css/components/common/sidebar/item.style.ts new file mode 100644 index 0000000..0ce8f25 --- /dev/null +++ b/src/assets/css/components/common/sidebar/item.style.ts @@ -0,0 +1,84 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ cx, css, token }) => { + const menuBt = cx(css` + border-radius: ${token.borderRadiusLG}px; + overflow: hidden; + height: 40px; + + a { + display: flex; + align-items: center; + height: 100%; + width: 100%; + transition: all 0.2s; + background-color: ${token.colorBgContainer}; + } + `) + + const active = cx(css` + color: ${token.colorTextLightSolid}; + background-color: ${token.colorPrimary} !important; + `) + + return { + item: css` + position: relative; + font-size: ${token.fontSizeHeading5}px; + + &:hover > div > a:not(.${active}), + &:hover > a:not(.${active}) { + background-color: ${token.colorBgLayout}; + } + `, + + submenuItem: css` + border-radius: ${token.borderRadiusLG}px; + white-space: nowrap; + overflow: hidden; + padding: 0 !important; + + a { + display: block; + padding: ${token.paddingXS}px ${token.paddingMD}px; + transition: all 0.2s; + } + `, + + menuBt, + + active, + + icon: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + padding: `0 ${token.paddingXS}px`, + width: 40, + height: 40, + flex: '0 0 auto', + fontSize: token.sizeMD, + cursor: 'pointer', + + img: { + width: '100%' + } + }, + + text: { + flex: 1, + paddingLeft: token.paddingXS, + width: 0, + overflow: 'hidden', + textOverflow: 'ellipsis' + }, + + collapsedText: { + display: 'none' + }, + + collapsedExtend: { + display: 'none' + } + } +}) diff --git a/src/assets/css/components/common/sidebar/scroll.style.ts b/src/assets/css/components/common/sidebar/scroll.style.ts new file mode 100644 index 0000000..919e060 --- /dev/null +++ b/src/assets/css/components/common/sidebar/scroll.style.ts @@ -0,0 +1,9 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + scroll: { + minHeight: 0, + flex: 1, + width: '100%' + } +})) diff --git a/src/assets/css/components/common/sidebar/separate.ts b/src/assets/css/components/common/sidebar/separate.ts new file mode 100644 index 0000000..e4fc99c --- /dev/null +++ b/src/assets/css/components/common/sidebar/separate.ts @@ -0,0 +1,9 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + separate: { + height: 0, + margin: `${token.marginSM}px ${token.marginXS}px`, + border: `1px solid ${token.colorBorder}` + } +})) diff --git a/src/assets/css/components/common/sidebar/submenu.style.ts b/src/assets/css/components/common/sidebar/submenu.style.ts new file mode 100644 index 0000000..39adc6a --- /dev/null +++ b/src/assets/css/components/common/sidebar/submenu.style.ts @@ -0,0 +1,50 @@ +import { createStyles, keyframes } from 'antd-style' + +export default createStyles(({ token }) => { + const slideIn = keyframes` + 0% { + transform: translateX(-${token.sizeSM}px); + opacity: 0; + } + 100% { + transform: translateX(0); + opacity: 1; + } + ` + + const slideOut = keyframes` + 0% { + transform: translateX(0); + opacity: 1; + } + 100% { + transform: translateX(-${token.sizeSM}px); + opacity: 0; + } + ` + + return { + submenu: { + visibility: 'hidden', + position: 'fixed', + paddingLeft: token.paddingXS, + zIndex: 10000, + animation: `${slideOut} 0.1s ease forwards` + }, + + hoveredSubmenu: { + visibility: 'visible', + animation: `${slideIn} 0.3s ease` + }, + + content: { + display: 'flex', + flexDirection: 'column', + gap: token.sizeXXS, + padding: token.paddingSM, + backgroundColor: token.colorBgContainer, + borderRadius: token.borderRadiusLG, + boxShadow: token.boxShadow + } + } +}) diff --git a/src/assets/css/components/common/url-card.scss b/src/assets/css/components/common/url-card.scss deleted file mode 100644 index 8110115..0000000 --- a/src/assets/css/components/common/url-card.scss +++ /dev/null @@ -1,28 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-url-card] { - cursor: pointer; - - .url-card { - width: 100%; - height: 100%; - margin-top: 80px; - text-align: center; - gap: 42px; - - > * { - flex: 0 0 auto; - display: block; - } - - .icon { - color: constants.$production-color; - font-size: constants.$SIZE_ICON_XL; - } - - .text { - font-weight: bolder; - font-size: 2em; - } - } -} diff --git a/src/assets/css/components/common/url-card.style.ts b/src/assets/css/components/common/url-card.style.ts new file mode 100644 index 0000000..027b075 --- /dev/null +++ b/src/assets/css/components/common/url-card.style.ts @@ -0,0 +1,24 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + width: 180, + height: 290, + textAlign: 'center', + gap: token.sizeXXL, + cursor: 'pointer', + '> *': { + flex: '0 0 auto', + display: 'block' + } + }, + icon: { + marginTop: 80, + color: token.colorPrimary, + fontSize: token.sizeXXL + }, + text: { + fontWeight: 'bolder', + fontSize: token.fontSizeXL + } +})) diff --git a/src/assets/css/components/dnd/drag-handle.scss b/src/assets/css/components/dnd/drag-handle.scss deleted file mode 100644 index 22b1088..0000000 --- a/src/assets/css/components/dnd/drag-handle.scss +++ /dev/null @@ -1,5 +0,0 @@ -[data-component=component-drag-handle] { - background-color: transparent; - color: unset; - cursor: grab; -} diff --git a/src/assets/css/components/dnd/drag-handle.style.ts b/src/assets/css/components/dnd/drag-handle.style.ts new file mode 100644 index 0000000..463bff9 --- /dev/null +++ b/src/assets/css/components/dnd/drag-handle.style.ts @@ -0,0 +1,9 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + backgroundColor: 'transparent', + color: 'unset', + cursor: 'grab' + } +})) diff --git a/src/assets/css/components/dnd/drop-mask.scss b/src/assets/css/components/dnd/drop-mask.scss deleted file mode 100644 index f721b1b..0000000 --- a/src/assets/css/components/dnd/drop-mask.scss +++ /dev/null @@ -1,30 +0,0 @@ -@use "@/assets/css/constants" as constants; - -[data-component=component-drop-mask] { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - padding: { - left: 10px; - right: 10px; - bottom: 10px; - }; - background-color: constants.$origin-color; - - .drop-mask-border { - display: flex; - width: 100%; - height: 100%; - justify-content: center; - align-items: center; - border: { - width: 2px; - color: constants.$font-secondary-color; - style: dashed; - radius: 8px; - }; - font-size: 1.8em; - } -} diff --git a/src/assets/css/components/dnd/drop-mask.style.ts b/src/assets/css/components/dnd/drop-mask.style.ts new file mode 100644 index 0000000..5a25874 --- /dev/null +++ b/src/assets/css/components/dnd/drop-mask.style.ts @@ -0,0 +1,24 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + position: 'absolute', + left: 0, + top: 0, + width: '100%', + height: '100%', + padding: `0 ${token.paddingSM}px ${token.paddingSM}px`, + backgroundColor: token.colorBgContainer + }, + + dropMaskBorder: { + display: 'flex', + width: '100%', + height: '100%', + justifyContent: 'center', + alignItems: 'center', + border: `2px dashed ${token.colorBorder}`, + borderRadius: token.borderRadiusLG, + fontSize: token.fontSizeHeading3 + } +})) diff --git a/src/assets/css/components/dnd/sortable.style.ts b/src/assets/css/components/dnd/sortable.style.ts new file mode 100644 index 0000000..1176eb5 --- /dev/null +++ b/src/assets/css/components/dnd/sortable.style.ts @@ -0,0 +1,15 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + delete: { + '.dnd-delete-mask': { + border: `1px dashed ${token.colorErrorHover}`, + filter: `drop-shadow(1000px 0 0 ${token.colorErrorHover})`, + transform: 'translate(-1000px)', + + '> a': { + backgroundColor: 'transparent !important' + } + } + } +})) diff --git a/src/assets/css/components/system/setting-card.scss b/src/assets/css/components/system/setting-card.scss deleted file mode 100644 index 4703dc8..0000000 --- a/src/assets/css/components/system/setting-card.scss +++ /dev/null @@ -1,33 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-setting-card] { - .settings-card { - padding: 20px; - gap: 20px; - color: constants.$main-color; - - > .head { - align-items: center; - gap: 5px; - - .icon { - font-size: constants.$SIZE_ICON_MD; - flex: 0 0 auto; - } - - .title { - display: flex; - font-size: 1.2em; - } - - :nth-child(n+3) { - flex: 0 0 auto; - color: constants.$font-main-color; - } - - .bt-save { - color: constants.$main-color; - } - } - } -} diff --git a/src/assets/css/components/system/setting-card.style.ts b/src/assets/css/components/system/setting-card.style.ts new file mode 100644 index 0000000..46422c2 --- /dev/null +++ b/src/assets/css/components/system/setting-card.style.ts @@ -0,0 +1,32 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: token.paddingLG, + gap: token.paddingLG, + color: token.colorPrimary + }, + + head: { + alignItems: 'center', + gap: token.sizeXXS, + + '>:nth-child(n+3)': { + flex: '0 0 auto' + } + }, + + icon: { + fontSize: token.sizeLG, + flex: '0 0 auto' + }, + + title: { + display: 'flex', + fontSize: token.fontSize + }, + + btSave: { + color: token.colorPrimary + } +})) diff --git a/src/assets/css/components/system/statistics-card.scss b/src/assets/css/components/system/statistics-card.scss deleted file mode 100644 index 600a45f..0000000 --- a/src/assets/css/components/system/statistics-card.scss +++ /dev/null @@ -1,78 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-statistics-card] { - .statistics-card { - padding: 20px; - gap: 20px; - - > .head { - align-items: center; - gap: 5px; - color: constants.$main-color; - - .icon { - font-size: constants.$SIZE_ICON_MD; - flex: 0 0 auto; - } - - .title { - display: flex; - font-size: 1.2em; - } - - :nth-child(n+3) { - flex: 0 0 auto; - color: constants.$font-main-color; - } - } - - .card-content { - font-size: 1.1em; - padding: 0 10px; - gap: 10px; - - .key, .value-percent { - flex: 0 0 auto; - color: constants.$font-main-color; - } - - .value { - color: constants.$font-secondary-color; - overflow: hidden; - - > * { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - } - - .value-chart { - justify-content: space-around; - width: 0; - - > div { - max-height: 12px; - height: 12px; - - > * { - transform: translateY(1px); - } - } - } - - .value-percent { - text-align: right; - } - - .big-chart { - width: 0; - height: 400px; - } - - > * { - gap: 5px; - } - } - } -} diff --git a/src/assets/css/components/system/statistics-card.style.ts b/src/assets/css/components/system/statistics-card.style.ts new file mode 100644 index 0000000..70e9866 --- /dev/null +++ b/src/assets/css/components/system/statistics-card.style.ts @@ -0,0 +1,28 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: token.paddingLG, + gap: token.paddingLG + }, + + head: { + alignItems: 'center', + gap: token.sizeXXS, + color: token.colorPrimary, + + '>:nth-child(n+3)': { + flex: '0 0 auto' + } + }, + + icon: { + fontSize: token.sizeLG, + flex: '0 0 auto' + }, + + title: { + display: 'flex', + fontSize: token.fontSize + } +})) diff --git a/src/assets/css/components/tools/load-more-card.scss b/src/assets/css/components/tools/load-more-card.scss deleted file mode 100644 index aa3d7ab..0000000 --- a/src/assets/css/components/tools/load-more-card.scss +++ /dev/null @@ -1,27 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-load-more-card] { - cursor: pointer; - - .load-more-card { - width: 100%; - height: 100%; - text-align: center; - align-items: center; - - .icon { - display: flex; - font-size: constants.$SIZE_ICON_XXL; - color: constants.$production-color; - align-items: center; - transform: translateY(-20px); - } - - .text { - position: absolute; - top: 60%; - font-size: 1.2em; - font-weight: bolder; - } - } -} diff --git a/src/assets/css/components/tools/load-more-card.style.ts b/src/assets/css/components/tools/load-more-card.style.ts new file mode 100644 index 0000000..9fb2dcf --- /dev/null +++ b/src/assets/css/components/tools/load-more-card.style.ts @@ -0,0 +1,26 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + width: '100%', + height: '100%', + textAlign: 'center', + alignItems: 'center', + justifyContent: 'center', + cursor: 'pointer', + + '>*': { + flex: '0 0 auto' + } + }, + + icon: { + fontSize: token.sizeXXL, + color: token.colorPrimary + }, + + text: { + fontSize: token.fontSizeXL, + fontWeight: 'bolder' + } +})) diff --git a/src/assets/css/components/tools/repository-card.scss b/src/assets/css/components/tools/repository-card.scss deleted file mode 100644 index b563c6f..0000000 --- a/src/assets/css/components/tools/repository-card.scss +++ /dev/null @@ -1,51 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-repository-card] { - height: 100%; - - .repository-card { - width: 100%; - height: 100%; - text-align: center; - align-items: center; - - > * { - display: block; - flex: 0 0 auto; - } - - .header { - display: flex; - width: 100%; - align-items: center; - padding: 10px; - - .version-select { - width: 9em; - margin-right: auto; - } - - >:not(.version-select) { - font-size: 1.6em; - } - } - - .icon { - display: flex; - padding-top: 10px; - padding-bottom: 20px; - color: constants.$production-color; - font-size: constants.$SIZE_ICON_XL; - justify-content: center; - - img { - width: constants.$SIZE_ICON_XL; - } - } - - .tool-name { - font-weight: bolder; - font-size: 1.6em; - } - } -} diff --git a/src/assets/css/components/tools/repository-card.style.ts b/src/assets/css/components/tools/repository-card.style.ts new file mode 100644 index 0000000..51aa70b --- /dev/null +++ b/src/assets/css/components/tools/repository-card.style.ts @@ -0,0 +1,108 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ cx, css, token }) => { + const info = cx(css` + padding: 0 ${token.paddingSM}px; + transform: translateY(${token.sizeXL}px); + transition: all 0.1s ease; + `) + + const edit = cx(css` + > * { + > :first-child { + flex: 1; + } + } + `) + + const toolDesc = cx(css` + position: relative; + margin-top: ${token.marginXS}px; + color: ${token.colorTextDescription}; + transition: all 0.1s ease; + `) + + const operation = cx(css` + display: flex; + position: absolute; + flex: 1; + gap: ${token.sizeXXS}px; + bottom: ${token.sizeLG}px; + padding: 0 ${token.paddingLG}px; + width: 100%; + flex-direction: column; + opacity: 0; + + > *, + .${edit} > * { + width: 100%; + } + `) + + return { + root: css` + width: 180px; + height: 290px; + text-align: center; + gap: ${token.sizeSM}px; + + > * { + flex: 0 0 auto; + } + + &:hover { + .${info} { + transform: translateY(-${token.sizeXXS}px); + transition: all 0.2s ease; + } + + .${toolDesc} { + opacity: 0; + } + + .${operation} { + opacity: 1; + transition: all 0.4s ease; + } + } + `, + + header: { + display: 'flex', + width: '100%', + padding: token.paddingSM, + gap: token.paddingXS, + + '> :first-child': { + width: 0, + flex: 1 + }, + + '> :not(:first-child)': { + fontSize: token.size + } + }, + + icon: { + img: { + width: token.sizeXL * 2 + } + }, + + info, + + toolName: { + fontSize: token.fontSizeXL, + fontWeight: 'bolder', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + }, + + toolDesc, + + operation, + + edit + } +}) diff --git a/src/assets/css/components/tools/store-card.scss b/src/assets/css/components/tools/store-card.scss deleted file mode 100644 index e4ad6e1..0000000 --- a/src/assets/css/components/tools/store-card.scss +++ /dev/null @@ -1,112 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=component-store-card] { - height: 100%; - cursor: pointer; - - .store-card { - width: 100%; - height: 100%; - text-align: center; - align-items: center; - - > * { - display: block; - flex: 0 0 auto; - } - - .header { - display: flex; - width: 100%; - padding: 10px; - justify-content: space-between; - - .version { - width: 0; - transition: all 0.2s; - } - - .operation { - display: flex; - font-size: 1.6em; - gap: 4px; - opacity: 0; - transition: all 0.2s; - z-index: 100; - - > *:hover { - color: constants.$font-secondary-color; - } - } - } - - .icon { - display: flex; - padding-top: 10px; - padding-bottom: 20px; - color: constants.$production-color; - font-size: constants.$SIZE_ICON_XL; - justify-content: center; - - img { - width: constants.$SIZE_ICON_XL; - } - } - - .info { - padding-top: 20px; - - .tool-name { - font-weight: bolder; - font-size: 1.6em; - } - - .tool-desc { - margin: { - top: 10px; - left: auto; - right: auto; - }; - color: constants.$font-secondary-color; - overflow: hidden; - text-overflow: ellipsis; - max-height: 40px; - width: 80%; - } - } - - .author { - display: flex; - margin-top: auto; - padding-top: 8px; - flex-direction: row; - justify-content: end; - padding-bottom: 10px; - gap: 10px; - - .avatar { - > * { - width: 24px; - height: 24px; - } - } - - .author-name { - display: flex; - align-items: center; - } - } - } - - :hover { - .header { - .version { - opacity: 0; - } - - .operation { - opacity: 1; - } - } - } -} diff --git a/src/assets/css/components/tools/store-card.style.ts b/src/assets/css/components/tools/store-card.style.ts new file mode 100644 index 0000000..95e0e08 --- /dev/null +++ b/src/assets/css/components/tools/store-card.style.ts @@ -0,0 +1,110 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ cx, css, token }) => { + const version = cx(css` + width: 0; + transition: all 0.2s; + `) + + const operation = cx(css` + display: flex; + font-size: 1.6em; + gap: ${token.sizeXXS}px; + opacity: 0; + transition: all 0.2s; + z-index: 100; + + > *:hover { + color: ${token.colorIconHover}; + } + `) + + return { + root: css` + width: 180px; + height: 290px; + text-align: center; + gap: ${token.sizeSM}px; + cursor: pointer; + + > * { + flex: 0 0 auto; + } + + &:hover { + .${version} { + opacity: 0; + } + + .${operation} { + opacity: 1; + } + } + `, + + header: { + display: 'flex', + width: '100%', + padding: token.paddingSM, + justifyContent: 'space-between' + }, + + version, + + operation, + + icon: { + img: { + width: token.sizeXL * 2 + } + }, + + info: { + padding: `0 ${token.paddingSM}px` + }, + + toolName: { + fontSize: token.fontSizeXL, + fontWeight: 'bolder', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + }, + + toolDesc: { + marginTop: token.marginXS, + color: token.colorTextDescription + }, + + author: { + display: 'flex', + marginTop: 'auto', + paddingBottom: token.paddingSM, + flexDirection: 'row', + justifyContent: 'center', + gap: token.sizeXS, + + '&:hover': { + color: token.colorPrimary + } + }, + + avatar: { + '> *': { + width: token.sizeLG, + height: token.sizeLG + } + }, + + authorName: { + display: 'flex', + alignItems: 'center' + }, + + androidQrcode: { + alignItems: 'center', + transform: 'translateX(-16px)', + gap: token.sizeMD + } + } +}) diff --git a/src/assets/css/constants.scss b/src/assets/css/constants.scss deleted file mode 100644 index aa21c9f..0000000 --- a/src/assets/css/constants.scss +++ /dev/null @@ -1,22 +0,0 @@ -$origin-color: white; -$production-color: #4E47BB; -$main-color: $production-color; -$secondary-color: #BAB8E5; -$error-color: #FF4D4F; -$error-secondary-color: #FF7875; -$blue-color: #1677FF; -$active-color: #EBECFD; -$background-color: #F5F5F5; -$font-main-color: #4D4D4D; -$font-secondary-color: #9E9E9E; -$focus-color: #DDDDDD; -$divide-color: rgba(204, 204, 204, 0.66); -$border-color: rgba(204, 204, 204, 0.33); -$url-color: rgba(102, 102, 102, .8); -$url-active-color: #ccc; -$SIZE_ICON_XS: 16px; -$SIZE_ICON_SM: 20px; -$SIZE_ICON_MD: 24px; -$SIZE_ICON_LG: 32px; -$SIZE_ICON_XL: 64px; -$SIZE_ICON_XXL: 96px; \ No newline at end of file diff --git a/src/assets/css/pages/sign.scss b/src/assets/css/pages/sign.scss deleted file mode 100644 index 62748e0..0000000 --- a/src/assets/css/pages/sign.scss +++ /dev/null @@ -1,149 +0,0 @@ -@use "@/assets/css/mixins" as mixins; -@use "@/assets/css/constants" as constants; - -[data-component=sign] { - background-color: #D2D0DD; - user-select: none; - - a { - cursor: pointer; - } - - a:hover { - color: constants.$production-color; - } - - .sign-box { - position: relative; - background-color: constants.$origin-color; - width: 900px; - height: 600px; - overflow: hidden; - border-radius: 12px; - - .left, .right { - opacity: 1; - transition: all 1s ease; - - > * { - width: 100%; - height: 100%; - } - - &.hidden { - opacity: 0; - } - - > * { - .title { - margin-bottom: 20px; - transform: translateY(-10px); - - .primary { - font-size: 2.4em; - font-weight: bolder; - color: constants.$production-color; - } - - .secondary { - font-size: 1.2em; - } - } - - .form { - width: 300px; - font-size: 14px; - - button { - font-weight: bolder; - } - - .addition { - justify-content: space-between; - margin-bottom: 14px; - - > * { - flex: 0 0 auto; - } - } - - .footer { - text-align: center; - - a { - color: constants.$production-color; - } - } - } - } - - .verify { - a { - color: constants.$production-color; - font-weight: bolder; - } - } - - .sign-up, .sign-in, .forget { - .footer { - a { - font-weight: bolder; - } - } - } - - .sign-up, .forget { - .retry, .success { - margin-bottom: 16px; - - a { - font-weight: bolder; - } - } - } - } - - .cover { - position: absolute; - height: 100%; - width: 50%; - background-color: #F3F4F8; - transition: all 0.8s ease; - - .ball-box { - position: relative; - overflow: hidden; - - background-color: #F1F2F7; - - .ball { - position: absolute; - width: 128px; - height: 128px; - background-color: constants.$production-color; - border-radius: 50%; - bottom: 0; - left: 50%; - transform: translateX(-50%) translateY(50%); - } - } - - .mask { - transform: rotateZ(180deg); - filter: blur(12px); - - .ball { - width: 140px; - height: 140px; - } - } - } - - &.switch { - .cover { - transform: translateX(100%); - transition: all 0.8s ease; - } - } - } -} diff --git a/src/assets/css/pages/sign/forget.style.ts b/src/assets/css/pages/sign/forget.style.ts new file mode 100644 index 0000000..21205bd --- /dev/null +++ b/src/assets/css/pages/sign/forget.style.ts @@ -0,0 +1,35 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + title: { + marginBottom: token.marginMD, + transform: `translateY(-${token.sizeSM}px)` + }, + + primary: { + fontSize: token.fontSizeHeading3, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + secondary: { + fontSize: token.fontSize + }, + + form: { + width: 300, + fontSize: token.fontSize + }, + + retry: { + marginBottom: token.margin + }, + + success: { + marginBottom: token.margin + }, + + footer: { + textAlign: 'center' + } +})) diff --git a/src/assets/css/pages/sign/index.style.ts b/src/assets/css/pages/sign/index.style.ts new file mode 100644 index 0000000..2a80b81 --- /dev/null +++ b/src/assets/css/pages/sign/index.style.ts @@ -0,0 +1,82 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ cx, css, token }) => { + const cover = cx(css` + position: absolute; + height: 100%; + width: 50%; + background-color: ${token.colorBgLayout}; + transition: all 0.8s ease; + `) + + const ball = cx(css` + position: absolute; + width: ${token.sizeXL * 4}px; + height: ${token.sizeXL * 4}px; + background-color: ${token.colorPrimary}; + border-radius: 50%; + bottom: 0; + left: 50%; + transform: translateX(-50%) translateY(50%); + `) + + return { + root: { + backgroundColor: token.colorBorderSecondary, + userSelect: 'none', + + a: { + fontWeight: 'bold' + } + }, + + signBox: { + position: 'relative', + backgroundColor: token.colorBgContainer, + width: 900, + height: 600, + overflow: 'hidden', + borderRadius: token.borderRadiusLG + }, + + switch: css` + .${cover} { + transform: translateX(100%); + transition: all 0.8s ease; + } + `, + + side: { + opacity: 1, + transition: 'all 1s ease', + + '> *': { + width: '100%', + height: '100%' + } + }, + + hidden: { + opacity: 0 + }, + + cover, + + ballBox: { + position: 'relative', + overflow: 'hidden' + }, + + ball, + + mask: css` + transform: rotateZ(180deg); + filter: blur(${token.sizeSM}px); + + .${ball} { + width: 140px; + height: 140px; + } + ` + } +}) diff --git a/src/assets/css/pages/sign/sign-in.style.ts b/src/assets/css/pages/sign/sign-in.style.ts new file mode 100644 index 0000000..d8c9b44 --- /dev/null +++ b/src/assets/css/pages/sign/sign-in.style.ts @@ -0,0 +1,36 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + title: { + marginBottom: token.marginMD, + transform: `translateY(-${token.sizeSM}px)` + }, + + primary: { + fontSize: token.fontSizeHeading3, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + secondary: { + fontSize: token.fontSize + }, + + form: { + width: 300, + fontSize: token.fontSize + }, + + addition: { + justifyContent: 'space-between', + marginBottom: token.margin, + + a: { + flex: '0 0 auto' + } + }, + + footer: { + textAlign: 'center' + } +})) diff --git a/src/assets/css/pages/sign/sign-up.style.ts b/src/assets/css/pages/sign/sign-up.style.ts new file mode 100644 index 0000000..6aadeec --- /dev/null +++ b/src/assets/css/pages/sign/sign-up.style.ts @@ -0,0 +1,31 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + title: { + marginBottom: token.marginMD, + transform: `translateY(-${token.sizeSM}px)` + }, + + primary: { + fontSize: token.fontSizeHeading3, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + secondary: { + fontSize: token.fontSize + }, + + form: { + width: 300, + fontSize: token.fontSize + }, + + retry: { + marginBottom: token.margin + }, + + footer: { + textAlign: 'center' + } +})) diff --git a/src/assets/css/pages/sign/verify.style.ts b/src/assets/css/pages/sign/verify.style.ts new file mode 100644 index 0000000..ad380b6 --- /dev/null +++ b/src/assets/css/pages/sign/verify.style.ts @@ -0,0 +1,23 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + title: { + marginBottom: token.marginMD, + transform: `translateY(-${token.sizeSM}px)` + }, + + primary: { + fontSize: token.fontSizeHeading3, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + secondary: { + fontSize: token.fontSize + }, + + form: { + width: 300, + fontSize: token.fontSize + } +})) diff --git a/src/assets/css/pages/system-framework.scss b/src/assets/css/pages/system-framework.scss deleted file mode 100644 index 4f8ea07..0000000 --- a/src/assets/css/pages/system-framework.scss +++ /dev/null @@ -1,14 +0,0 @@ -@use "@/assets/css/constants" as constants; -@use "@/assets/css/mixins" as mixins; - -[data-component=system-framework] { - .left-panel { - background-color: constants.$origin-color; - } - - .right-panel { - flex: 1; - width: 0; - background-color: constants.$background-color; - } -} diff --git a/src/assets/css/pages/system-framework.style.ts b/src/assets/css/pages/system-framework.style.ts new file mode 100644 index 0000000..5c18552 --- /dev/null +++ b/src/assets/css/pages/system-framework.style.ts @@ -0,0 +1,13 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + leftPanel: { + backgroundColor: token.colorBgContainer + }, + + rightPanel: { + flex: 1, + width: 0, + backgroundColor: token.colorBgLayout + } +})) diff --git a/src/assets/css/pages/system/index.scss b/src/assets/css/pages/system/index.scss deleted file mode 100644 index 5dbfd3f..0000000 --- a/src/assets/css/pages/system/index.scss +++ /dev/null @@ -1,17 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=system] { - .root-content { - padding: 20px; - gap: 20px; - flex-wrap: wrap; - justify-content: flex-start; - - > .card-box { - width: 200px; - height: 320px; - flex: 0 0 auto; - overflow: hidden !important; - } - } -} diff --git a/src/assets/css/pages/system/index.style.ts b/src/assets/css/pages/system/index.style.ts new file mode 100644 index 0000000..c04b2ea --- /dev/null +++ b/src/assets/css/pages/system/index.style.ts @@ -0,0 +1,15 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20, + gap: 20, + flexWrap: 'wrap', + justifyContent: 'flex-start', + + '> *': { + flex: '0 0 auto', + overflow: 'hidden !important' + } + } +})) diff --git a/src/assets/css/pages/system/settings.scss b/src/assets/css/pages/system/settings.scss deleted file mode 100644 index 7db4529..0000000 --- a/src/assets/css/pages/system/settings.scss +++ /dev/null @@ -1,16 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=system-settings] { - .root-content { - padding: 20px; - gap: 20px; - - .root-col { - gap: 20px; - - > * { - flex: 0 0 auto; - } - } - } -} diff --git a/src/assets/css/pages/system/settings/index.style.ts b/src/assets/css/pages/system/settings/index.style.ts new file mode 100644 index 0000000..156f6ae --- /dev/null +++ b/src/assets/css/pages/system/settings/index.style.ts @@ -0,0 +1,16 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20, + gap: 20 + }, + + rootCol: { + gap: 20, + + '> *': { + flex: '0 0 auto' + } + } +})) diff --git a/src/assets/css/pages/system/statistics.scss b/src/assets/css/pages/system/statistics.scss deleted file mode 100644 index 40e15a5..0000000 --- a/src/assets/css/pages/system/statistics.scss +++ /dev/null @@ -1,15 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=system-statistics] { - .root-content { - padding: 20px; - gap: 20px; - flex-wrap: wrap; - justify-content: center; - - > .card-box { - width: 48%; - flex: 0 0 auto; - } - } -} diff --git a/src/assets/css/pages/system/statistics/common.style.ts b/src/assets/css/pages/system/statistics/common.style.ts new file mode 100644 index 0000000..7444f54 --- /dev/null +++ b/src/assets/css/pages/system/statistics/common.style.ts @@ -0,0 +1,44 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + content: { + fontSize: token.fontSize, + padding: '0 10px', + gap: 10, + + '> *': { + gap: 5 + } + }, + + bigChart: { + width: 0, + height: 400 + }, + + key: { + flex: '0 0 auto', + color: token.colorTextLabel + }, + + value: { + color: token.colorTextDescription, + overflow: 'hidden', + + '> *': { + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + } + }, + + chartValue: { + justifyContent: 'space-between', + width: 0 + }, + + percentValue: { + flex: '0 0 auto', + color: token.colorTextDescription + } +})) diff --git a/src/assets/css/pages/system/statistics/index.style.ts b/src/assets/css/pages/system/statistics/index.style.ts new file mode 100644 index 0000000..4299d26 --- /dev/null +++ b/src/assets/css/pages/system/statistics/index.style.ts @@ -0,0 +1,16 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20, + gap: 20, + minWidth: 800, + flexWrap: 'wrap', + justifyContent: 'center', + + '> div': { + width: '48%', + flex: '0 0 auto' + } + } +})) diff --git a/src/assets/css/pages/system/tools/base.scss b/src/assets/css/pages/system/tools/base.scss deleted file mode 100644 index 8133ee5..0000000 --- a/src/assets/css/pages/system/tools/base.scss +++ /dev/null @@ -1,44 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=system-tools-base] { - .root-content { - padding: 20px; - gap: 10px; - height: 100%; - width: 100%; - - .has-edited::after { - content: '*'; - color: constants.$font-secondary-color; - } - - >*:first-child { - width: 0; - height: fit-content; - } - - > *:nth-child(2) { - position: sticky; - top: 20px; - height: calc(100vh - 40px); - } - - .close-editor-btn { - display: flex; - justify-content: center; - align-items: center; - position: absolute; - top: 10px; - right: 10px; - background-color: constants.$font-secondary-color; - width: 32px; - height: 32px; - border-radius: 50%; - color: white; - opacity: 0.6; - box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2); - cursor: pointer; - z-index: 1000; - } - } -} diff --git a/src/assets/css/pages/system/tools/base.style.ts b/src/assets/css/pages/system/tools/base.style.ts new file mode 100644 index 0000000..c552659 --- /dev/null +++ b/src/assets/css/pages/system/tools/base.style.ts @@ -0,0 +1,44 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: 20, + gap: 20, + + '> *:first-child': { + width: 0, + height: 'fit-content' + }, + + '> *:nth-child(2)': { + position: 'sticky', + top: 20, + height: 'calc(100vh - 40px)' + } + }, + + hasEdited: { + '&::after': { + content: '"*"', + color: token.colorTextSecondary + } + }, + + closeEditorBtn: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + position: 'absolute', + top: 10, + right: 10, + backgroundColor: token.colorBorder, + width: 32, + height: 32, + borderRadius: '50%', + color: token.colorTextSecondary, + opacity: 0.6, + boxShadow: token.boxShadow, + cursor: 'pointer', + zIndex: 1000 + } +})) diff --git a/src/assets/css/pages/system/tools/code.scss b/src/assets/css/pages/system/tools/code.scss deleted file mode 100644 index 7908a36..0000000 --- a/src/assets/css/pages/system/tools/code.scss +++ /dev/null @@ -1,20 +0,0 @@ -[data-component=system-tools-code] { - padding: 20px; - - .card-box { - width: 100%; - height: 100%; - } - - .draggable-content { - position: fixed; - inset-inline-end: 48px; - inset-block-end: 48px; - - > * { - position: relative; - inset-inline-end: 0; - inset-block-end: 0; - } - } -} diff --git a/src/assets/css/pages/system/tools/code.style.ts b/src/assets/css/pages/system/tools/code.style.ts new file mode 100644 index 0000000..135fbfe --- /dev/null +++ b/src/assets/css/pages/system/tools/code.style.ts @@ -0,0 +1,24 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20 + }, + + rootBox: { + width: '100%', + height: '100%' + }, + + draggableContent: { + position: 'fixed', + insetInlineEnd: 48, + insetBlockEnd: 48, + + '> *': { + position: 'relative', + insetInlineEnd: 0, + insetBlockEnd: 0 + } + } +})) diff --git a/src/assets/css/pages/system/tools/execute.scss b/src/assets/css/pages/system/tools/execute.scss deleted file mode 100644 index 4beeb74..0000000 --- a/src/assets/css/pages/system/tools/execute.scss +++ /dev/null @@ -1,8 +0,0 @@ -[data-component=system-tools-execute] { - padding: 20px; - - .card-box { - width: 100%; - height: 100%; - } -} diff --git a/src/assets/css/pages/system/tools/execute.style.ts b/src/assets/css/pages/system/tools/execute.style.ts new file mode 100644 index 0000000..5aa745a --- /dev/null +++ b/src/assets/css/pages/system/tools/execute.style.ts @@ -0,0 +1,12 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20 + }, + + rootBox: { + width: '100%', + height: '100%' + } +})) diff --git a/src/assets/css/pages/system/tools/template.scss b/src/assets/css/pages/system/tools/template.scss deleted file mode 100644 index 04b9f99..0000000 --- a/src/assets/css/pages/system/tools/template.scss +++ /dev/null @@ -1,44 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=system-tools-template] { - .root-content { - padding: 20px; - gap: 10px; - height: 100%; - width: 100%; - - .has-edited::after { - content: '*'; - color: constants.$font-secondary-color; - } - - >*:first-child { - width: 0; - height: fit-content; - } - - > *:nth-child(2) { - position: sticky; - top: 20px; - height: calc(100vh - 40px); - } - - .close-editor-btn { - display: flex; - justify-content: center; - align-items: center; - position: absolute; - top: 10px; - right: 10px; - background-color: constants.$font-secondary-color; - width: 32px; - height: 32px; - border-radius: 50%; - color: white; - opacity: 0.6; - box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2); - cursor: pointer; - z-index: 1000; - } - } -} diff --git a/src/assets/css/pages/system/tools/template.style.ts b/src/assets/css/pages/system/tools/template.style.ts new file mode 100644 index 0000000..c552659 --- /dev/null +++ b/src/assets/css/pages/system/tools/template.style.ts @@ -0,0 +1,44 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: 20, + gap: 20, + + '> *:first-child': { + width: 0, + height: 'fit-content' + }, + + '> *:nth-child(2)': { + position: 'sticky', + top: 20, + height: 'calc(100vh - 40px)' + } + }, + + hasEdited: { + '&::after': { + content: '"*"', + color: token.colorTextSecondary + } + }, + + closeEditorBtn: { + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + position: 'absolute', + top: 10, + right: 10, + backgroundColor: token.colorBorder, + width: 32, + height: 32, + borderRadius: '50%', + color: token.colorTextSecondary, + opacity: 0.6, + boxShadow: token.boxShadow, + cursor: 'pointer', + zIndex: 1000 + } +})) diff --git a/src/assets/css/pages/tools-framework.scss b/src/assets/css/pages/tools-framework.scss deleted file mode 100644 index 9fd7751..0000000 --- a/src/assets/css/pages/tools-framework.scss +++ /dev/null @@ -1,22 +0,0 @@ -@use "@/assets/css/constants" as constants; -@use "@/assets/css/mixins" as mixins; - -[data-component=tools-framework] { - .left-panel { - background-color: constants.$origin-color; - - .menu-droppable { - display: flex; - position: relative; - min-height: 0; - flex: 1; - width: 100%; - } - } - - .right-panel { - flex: 1; - width: 0; - background-color: constants.$background-color; - } -} diff --git a/src/assets/css/pages/tools-framework.style.ts b/src/assets/css/pages/tools-framework.style.ts new file mode 100644 index 0000000..8e0045c --- /dev/null +++ b/src/assets/css/pages/tools-framework.style.ts @@ -0,0 +1,21 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + leftPanel: { + backgroundColor: token.colorBgContainer + }, + + menuDroppable: { + display: 'flex', + position: 'relative', + minHeight: 0, + flex: 1, + width: '100%' + }, + + rightPanel: { + flex: 1, + width: 0, + backgroundColor: token.colorBgLayout + } +})) diff --git a/src/assets/css/pages/tools/create.scss b/src/assets/css/pages/tools/create.scss deleted file mode 100644 index 5a9e83c..0000000 --- a/src/assets/css/pages/tools/create.scss +++ /dev/null @@ -1,61 +0,0 @@ -@use "@/assets/css/mixins" as mixins; -@use "@/assets/css/constants" as constants; - -[data-component=tools-create] { - .root-content { - padding: 20px; - gap: 20px; - height: 100%; - width: 100%; - - > * { - gap: 10px; - width: 0; - - .title { - flex: 0 0 auto; - height: 40px; - - > * { - height: 100%; - width: 100%; - justify-content: center; - align-items: center; - font-size: 1.6em; - color: constants.$production-color; - font-weight: bolder; - } - } - - .config { - .config-content { - padding: 20px; - - .help { - margin-left: 6px; - color: constants.$font-main-color; - font-size: 0.8em; - } - - .create-bt { - width: 100%; - font-weight: bold; - } - } - } - - .preview { - display: flex; - position: relative; - justify-content: center; - align-items: center; - - .no-preview { - font-weight: bolder; - color: constants.$font-secondary-color; - font-size: 1.4em; - } - } - } - } -} diff --git a/src/assets/css/pages/tools/create.style.ts b/src/assets/css/pages/tools/create.style.ts new file mode 100644 index 0000000..816429f --- /dev/null +++ b/src/assets/css/pages/tools/create.style.ts @@ -0,0 +1,52 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: 20, + gap: 20, + height: '100%', + width: '100%', + + '> *': { + gap: 10, + width: 0 + } + }, + + title: { + flex: '0 0 auto', + height: 40, + + '> *': { + height: '100%', + width: '100%', + justifyContent: 'center', + alignItems: 'center', + fontSize: token.fontSizeXL, + fontWeight: 'bolder', + color: token.colorPrimary + } + }, + + config: { + padding: 20 + }, + + createBt: { + width: '100%', + fontWeight: 'bold' + }, + + preview: { + display: 'flex', + position: 'relative', + justifyContent: 'center', + alignItems: 'center' + }, + + noPreview: { + color: token.colorTextSecondary, + fontSize: token.fontSizeLG, + fontWeight: 'bolder' + } +})) diff --git a/src/assets/css/pages/tools/edit.scss b/src/assets/css/pages/tools/edit.scss deleted file mode 100644 index 8f8b25d..0000000 --- a/src/assets/css/pages/tools/edit.scss +++ /dev/null @@ -1,36 +0,0 @@ -[data-component=tools-edit] { - padding: 20px; - - .card-box { - height: 100%; - width: 100%; - - .root-content { - position: relative; - width: 100%; - height: 100%; - - > * { - width: 0; - } - - .draggable-mask { - position: absolute; - width: 100%; - height: 100%; - } - } - } - - .draggable-content { - position: fixed; - inset-inline-end: 48px; - inset-block-end: 48px; - - > * { - position: relative; - inset-inline-end: 0; - inset-block-end: 0; - } - } -} diff --git a/src/assets/css/pages/tools/edit.style.ts b/src/assets/css/pages/tools/edit.style.ts new file mode 100644 index 0000000..7b1ee25 --- /dev/null +++ b/src/assets/css/pages/tools/edit.style.ts @@ -0,0 +1,40 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20 + }, + + rootBox: { + width: '100%', + height: '100%' + }, + + content: { + position: 'relative', + width: '100%', + height: '100%', + + '> *': { + width: 0 + } + }, + + draggableMask: { + position: 'absolute', + width: '100%', + height: '100%' + }, + + draggableContent: { + position: 'fixed', + insetInlineEnd: 48, + insetBlockEnd: 48, + + '> *': { + position: 'relative', + insetInlineEnd: 0, + insetBlockEnd: 0 + } + } +})) diff --git a/src/assets/css/pages/tools/index.scss b/src/assets/css/pages/tools/index.scss deleted file mode 100644 index f6c1481..0000000 --- a/src/assets/css/pages/tools/index.scss +++ /dev/null @@ -1,110 +0,0 @@ -@use "@/assets/css/mixins" as mixins; -@use '@/assets/css/constants' as constants; - -[data-component=tools] { - .root-content { - padding: 20px; - gap: 20px; - - .own-content { - gap: 20px; - flex-wrap: wrap; - justify-content: flex-start; - - > .card-box, > div { - width: 180px; - min-height: 290px; - flex: 0 0 auto; - } - - - & > :first-child { - cursor: pointer; - - .info { - padding-top: 50px; - } - } - - & > :not(:first-child) { - .info { - transform: translateY(40px); - transition: all 0.1s ease; - } - - .operation { - display: flex; - flex: 1; - justify-content: center; - padding-bottom: 20px; - gap: 4px; - width: 70%; - flex-direction: column; - align-items: center; - visibility: hidden; - opacity: 0; - - > *, .edit > * { - width: 100%; - } - - .edit { - > * { - > :first-child { - flex: 1; - } - } - } - } - } - - & > :not(:first-child):hover { - .info { - transform: translateY(-10px); - transition: all 0.2s ease; - } - - .operation { - visibility: visible; - opacity: 1; - transition: all 0.4s ease; - } - } - } - - .favorite-divider { - display: flex; - flex-direction: row; - align-items: center; - gap: 20px; - margin-top: 20px; - - :first-child, :last-child { - height: 0; - border: { - width: 1px; - color: constants.$divide-color; - style: dashed; - }; - } - - .divider-text { - flex: 0 0 auto; - font-size: 1.2em; - color: constants.$font-secondary-color; - } - } - - .star-content { - gap: 20px; - flex-wrap: wrap; - justify-content: flex-start; - - > .card-box, > div { - width: 180px; - min-height: 290px; - flex: 0 0 auto; - } - } - } -} diff --git a/src/assets/css/pages/tools/index.style.ts b/src/assets/css/pages/tools/index.style.ts new file mode 100644 index 0000000..8c2d9b1 --- /dev/null +++ b/src/assets/css/pages/tools/index.style.ts @@ -0,0 +1,45 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: 20, + gap: 20 + }, + + ownContent: { + gap: 20, + flexWrap: 'wrap', + justifyContent: 'flex-start', + + '> div': { + flex: '0 0 auto' + } + }, + + favoriteDivider: { + alignItems: 'center', + gap: 20, + marginTop: 20, + + '> :first-child, > :last-child': { + height: 0, + border: `1px dashed ${token.colorSplit}` + } + }, + + dividerText: { + flex: '0 0 auto !important', + fontSize: '1.2em', + color: token.colorTextSecondary + }, + + starContent: { + gap: 20, + flexWrap: 'wrap', + justifyContent: 'flex-start', + + '> div': { + flex: '0 0 auto' + } + } +})) diff --git a/src/assets/css/pages/tools/source.scss b/src/assets/css/pages/tools/source.scss deleted file mode 100644 index 6a358a5..0000000 --- a/src/assets/css/pages/tools/source.scss +++ /dev/null @@ -1,8 +0,0 @@ -[data-component=tools-source] { - padding: 20px; - - .card-box { - width: 100%; - height: 100%; - } -} diff --git a/src/assets/css/pages/tools/source.style.ts b/src/assets/css/pages/tools/source.style.ts new file mode 100644 index 0000000..309d155 --- /dev/null +++ b/src/assets/css/pages/tools/source.style.ts @@ -0,0 +1,12 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20 + }, + + content: { + width: '100%', + height: '100%' + } +})) diff --git a/src/assets/css/pages/tools/store.scss b/src/assets/css/pages/tools/store.scss deleted file mode 100644 index 4188cbe..0000000 --- a/src/assets/css/pages/tools/store.scss +++ /dev/null @@ -1,49 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=tools-store] { - .search { - display: flex; - position: sticky; - width: 100%; - margin-top: 20px; - top: 20px; - z-index: 10; - justify-content: center; - transition: all 0.3s ease; - - > * { - width: 80%; - } - - &.hide { - transform: translateY(-60px); - } - } - - .root-content { - padding: 20px; - gap: 20px; - flex-wrap: wrap; - justify-content: center; - - > div { - width: 180px; - min-height: 290px; - flex: 0 0 auto; - } - - .no-tool { - display: flex; - justify-content: center; - font-size: 1.4em; - font-weight: bolder; - color: constants.$font-secondary-color; - } - } - - .android-qrcode { - align-items: center; - transform: translateX(-16px); - gap: 20px; - } -} diff --git a/src/assets/css/pages/tools/store.style.ts b/src/assets/css/pages/tools/store.style.ts new file mode 100644 index 0000000..2cf1641 --- /dev/null +++ b/src/assets/css/pages/tools/store.style.ts @@ -0,0 +1,41 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + search: { + display: 'flex', + position: 'sticky', + width: '100%', + marginTop: 20, + top: 20, + zIndex: 10, + justifyContent: 'center', + transition: 'all 0.3s ease', + + '> *': { + width: '80%' + } + }, + + hide: { + transform: 'translateY(-60px)' + }, + + root: { + padding: 20, + gap: 20, + flexWrap: 'wrap', + justifyContent: 'center', + + '> div': { + flex: '0 0 auto' + } + }, + + noTool: { + display: 'flex', + justifyContent: 'center', + fontSize: '1.4em', + fontWeight: 'bolder', + color: token.colorTextSecondary + } +})) diff --git a/src/assets/css/pages/tools/user.scss b/src/assets/css/pages/tools/user.scss deleted file mode 100644 index 7c5a5e8..0000000 --- a/src/assets/css/pages/tools/user.scss +++ /dev/null @@ -1,93 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=tools-store-user] .root-content { - padding: { - top: 80px; - left: 20px; - right: 20px; - bottom: 20px; - }; - - .root-box { - width: 100%; - height: 100%; - overflow: visible; - align-items: center; - min-width: 900px; - padding-bottom: 20px; - - > .info { - margin-left: 40px; - transform: translateY(-40px); - - > * { - flex: 0 0 auto; - } - - .avatar-box { - background-color: white; - padding: 4px; - border-radius: 50%; - box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1); - - .avatar { - background-color: transparent !important; - } - } - - .info-name { - margin: { - top: 20px; - left: 24px; - }; - justify-content: center; - - > * { - flex: 0 0 auto; - } - - .nickname { - font-size: 2.4em; - font-weight: bolder; - color: constants.$production-color; - } - - .url { - cursor: pointer; - - > span { - margin-left: 8px; - } - } - } - } - - .tools { - padding: 20px; - gap: 20px; - flex-wrap: wrap; - justify-content: center; - - > div { - width: 180px; - min-height: 290px; - flex: 0 0 auto; - } - - .no-tool { - display: flex; - justify-content: center; - margin-bottom: 20px; - font-size: 1.2em; - font-weight: bolder; - color: constants.$font-secondary-color; - } - } - } - - .android-qrcode { - align-items: center; - transform: translateX(-16px); - gap: 20px; - } -} diff --git a/src/assets/css/pages/tools/user.style.ts b/src/assets/css/pages/tools/user.style.ts new file mode 100644 index 0000000..909d0b2 --- /dev/null +++ b/src/assets/css/pages/tools/user.style.ts @@ -0,0 +1,82 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: '80px 20px 20px 20px' + }, + + content: { + width: '100%', + height: '100%', + overflow: 'visible', + alignItems: 'center', + minWidth: 900, + paddingBottom: 20 + }, + + info: { + marginLeft: 40, + transform: 'translateY(-40px)', + + '> *': { + flex: '0 0 auto !important' + } + }, + + avatarBox: { + backgroundColor: token.colorBgLayout, + padding: 4, + borderRadius: '50%', + boxShadow: token.boxShadow + }, + + avatar: { + backgroundColor: 'transparent !important' + }, + + infoName: { + margin: '20px 0 0 20px', + justifyContent: 'center', + + '> *': { + flex: '0 0 auto' + } + }, + + nickname: { + fontSize: token.fontSizeHeading2, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + url: { + cursor: 'pointer', + + '> span': { + marginLeft: 8 + } + }, + + tools: { + padding: 20, + gap: 20, + flexWrap: 'wrap', + justifyContent: 'center', + + '> div': { + flex: '0 0 auto', + + '> div': { + backgroundColor: token.colorBgLayout + } + } + }, + + noTool: { + display: 'flex', + justifyContent: 'center', + marginBottom: 20, + fontSize: token.fontSizeLG, + color: token.colorTextSecondary + } +})) diff --git a/src/assets/css/pages/tools/view.scss b/src/assets/css/pages/tools/view.scss deleted file mode 100644 index 6caa46f..0000000 --- a/src/assets/css/pages/tools/view.scss +++ /dev/null @@ -1,9 +0,0 @@ -[data-component=tools-view] { - padding: 20px; - - .card-box { - position: relative; - height: 100%; - width: 100%; - } -} diff --git a/src/assets/css/pages/tools/view.style.ts b/src/assets/css/pages/tools/view.style.ts new file mode 100644 index 0000000..166a0c6 --- /dev/null +++ b/src/assets/css/pages/tools/view.style.ts @@ -0,0 +1,13 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + padding: 20 + }, + + content: { + position: 'relative', + height: '100%', + width: '100%' + } +})) diff --git a/src/assets/css/pages/user-framework.scss b/src/assets/css/pages/user-framework.scss deleted file mode 100644 index cd21ab7..0000000 --- a/src/assets/css/pages/user-framework.scss +++ /dev/null @@ -1,14 +0,0 @@ -@use "@/assets/css/constants" as constants; -@use "@/assets/css/mixins" as mixins; - -[data-component=user-framework] { - .left-panel { - background-color: constants.$origin-color; - } - - .right-panel { - flex: 1; - width: 0; - background-color: constants.$background-color; - } -} diff --git a/src/assets/css/pages/user-framework.style.ts b/src/assets/css/pages/user-framework.style.ts new file mode 100644 index 0000000..5c18552 --- /dev/null +++ b/src/assets/css/pages/user-framework.style.ts @@ -0,0 +1,13 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + leftPanel: { + backgroundColor: token.colorBgContainer + }, + + rightPanel: { + flex: 1, + width: 0, + backgroundColor: token.colorBgLayout + } +})) diff --git a/src/assets/css/pages/user/index.scss b/src/assets/css/pages/user/index.scss deleted file mode 100644 index 1b1bce0..0000000 --- a/src/assets/css/pages/user/index.scss +++ /dev/null @@ -1,137 +0,0 @@ -@use '@/assets/css/constants' as constants; - -[data-component=user] .root-content { - padding: { - top: 80px; - left: 20px; - right: 20px; - bottom: 20px; - }; - - .card-box { - width: 100%; - height: 100%; - overflow: visible; - align-items: center; - min-width: 900px; - padding-bottom: 20px; - - > :not(:first-child) { - padding: { - left: 60px; - right: 60px; - }; - } - - .divide { - height: 1px; - width: calc(100% - 120px); - background-color: constants.$divide-color; - margin: { - left: 60px; - right: 60px; - }; - } - - .info { - margin-left: 40px; - transform: translateY(-40px); - - > * { - flex: 0 0 auto; - } - - .avatar-box { - background-color: white; - padding: 4px; - border-radius: 50%; - box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1); - - .avatar { - background-color: transparent !important; - } - } - - .info-name { - margin: { - top: 20px; - left: 24px; - }; - justify-content: center; - - > * { - flex: 0 0 auto; - } - - .nickname { - font-size: 2.4em; - font-weight: bolder; - color: constants.$production-color; - } - - .url { - cursor: pointer; - - > span { - margin-left: 8px; - } - } - } - } - - .title { - align-items: center; - - .content { - padding: { - bottom: 30px; - }; - justify-content: space-between; - align-items: center; - width: 100%; - - > * { - flex: 0 0 auto; - } - - .text { - font-size: 1.6em; - font-weight: bolder; - } - - .operation { - gap: 10px; - } - } - } - - .table { - gap: 24px; - - padding: { - top: 30px; - bottom: 20px; - }; - - .row { - > * { - flex: 0 0 auto; - } - - .label { - font-size: 1.4em; - font-weight: bolder; - width: 400px; - } - - .input { - width: 400px; - - > * { - width: 100%; - } - } - } - } - } -} diff --git a/src/assets/css/pages/user/index.style.ts b/src/assets/css/pages/user/index.style.ts new file mode 100644 index 0000000..0e46214 --- /dev/null +++ b/src/assets/css/pages/user/index.style.ts @@ -0,0 +1,116 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + padding: '80px 20px 20px 20px' + }, + + content: { + width: '100%', + height: '100%', + overflow: 'visible !important', + alignItems: 'center', + minWidth: 900, + paddingBottom: 20, + + '> :not(:first-child)': { + padding: '0 60px' + } + }, + + info: { + marginLeft: 40, + transform: 'translateY(-40px)', + + '> *': { + flex: '0 0 auto' + } + }, + + avatarBox: { + backgroundColor: token.colorBgLayout, + padding: 4, + borderRadius: '50%', + boxShadow: token.boxShadow + }, + + avatar: { + backgroundColor: 'transparent !important' + }, + + infoName: { + margin: '20px 0 0 20px', + justifyContent: 'center', + + '> *': { + flex: '0 0 auto' + } + }, + + nickname: { + fontSize: token.fontSizeHeading2, + fontWeight: 'bolder', + color: token.colorPrimary + }, + + url: { + cursor: 'pointer', + + '> span': { + marginLeft: 8 + } + }, + + header: { + justifyContent: 'space-between', + alignItems: 'center', + + '> *': { + flex: '0 0 auto' + } + }, + + title: { + fontSize: token.fontSizeHeading3, + fontWeight: 'bolder' + }, + + operation: { + gap: 10 + }, + + divider: { + height: 1, + width: 'calc(100% - 120px)', + backgroundColor: token.colorSplit, + margin: '30px 60px' + }, + + list: { + gap: 24 + }, + + row: { + justifyContent: 'space-between', + alignItems: 'center', + padding: `0 ${token.paddingLG}px`, + + '> *': { + flex: '0 0 auto' + } + }, + + label: { + fontSize: token.fontSizeLG, + fontWeight: 'bolder', + flex: 1 + }, + + input: { + width: 400, + + '> *': { + width: '100%' + } + } +})) diff --git a/src/assets/svg/themeDark.svg b/src/assets/svg/themeDark.svg new file mode 100644 index 0000000..7be4207 --- /dev/null +++ b/src/assets/svg/themeDark.svg @@ -0,0 +1 @@ + diff --git a/src/assets/svg/themeLight.svg b/src/assets/svg/themeLight.svg new file mode 100644 index 0000000..83f714a --- /dev/null +++ b/src/assets/svg/themeLight.svg @@ -0,0 +1 @@ + diff --git a/src/assets/svg/themeSystem.svg b/src/assets/svg/themeSystem.svg new file mode 100644 index 0000000..60f387f --- /dev/null +++ b/src/assets/svg/themeSystem.svg @@ -0,0 +1 @@ + diff --git a/src/components/Playground/CodeEditor/Editor/editor.scss b/src/components/Playground/CodeEditor/Editor/editor.scss deleted file mode 100644 index e9f66a6..0000000 --- a/src/components/Playground/CodeEditor/Editor/editor.scss +++ /dev/null @@ -1,98 +0,0 @@ -@mixin keyframes($animationName) { - @-webkit-keyframes #{$animationName} { - @content - } - @-moz-keyframes #{$animationName} { - @content - } - @-o-keyframes #{$animationName} { - @content - } - @keyframes #{$animationName} { - @content - } -} - -@mixin unique-keyframes { - $animationName: unique-id(); - animation-name: $animationName; - @include keyframes($animationName) { - @content - } -} - -[data-component=playground-code-editor-editor] { - position: relative; - height: 0; - - .monaco-editor-light { - height: 100%; - overflow: hidden; - background-color: var(--border); - - .jsx-tag-angle-bracket { - color: #800000; - } - - .jsx-text { - color: #000; - } - - .jsx-tag-name { - color: #800000; - } - - .jsx-tag-attribute-key { - color: #f00; - } - } - - .monaco-editor-vs-dark { - height: 100%; - overflow: hidden; - background-color: var(--border); - - .jsx-tag-angle-bracket { - color: #808080; - } - - .jsx-text { - color: #d4d4d4; - } - - .jsx-tag-name { - color: #569cd6; - } - - .jsx-tag-attribute-key { - color: #9cdcfe; - } - } - - .playground-code-editor-loading { - position: absolute; - top: 0; - right: 0; - margin: 4px; - width: 10px; - height: 10px; - border-radius: 50%; - border: { - top: 2px #666 solid; - bottom: 2px #ddd solid; - left: 2px #ddd solid; - right: 2px #ddd solid; - }; - animation: .6s linear infinite; - - @include unique-keyframes { - 0% { - transform: rotateZ(0); - } - - 100% { - transform: rotateZ(360deg); - } - } - } -} \ No newline at end of file diff --git a/src/components/Playground/CodeEditor/Editor/hooks.ts b/src/components/Playground/CodeEditor/Editor/hooks.ts index b8aab77..1fc5938 100644 --- a/src/components/Playground/CodeEditor/Editor/hooks.ts +++ b/src/components/Playground/CodeEditor/Editor/hooks.ts @@ -1,7 +1,6 @@ import { editor, IPosition, Selection } from 'monaco-editor' import ScrollType = editor.ScrollType import { Monaco } from '@monaco-editor/react' -import { getWorker, MonacoJsxSyntaxHighlight } from 'monaco-jsx-syntax-highlight' import { createATA, TypeHelper } from '@/components/Playground/CodeEditor/Editor/ata' export const useEditor = () => { @@ -28,18 +27,6 @@ export const useEditor = () => { } } - const loadJsxSyntaxHighlight = (editor: editor.IStandaloneCodeEditor, monaco: Monaco) => { - const monacoJsxSyntaxHighlight = new MonacoJsxSyntaxHighlight(getWorker(), monaco) - const { highlighter, dispose } = monacoJsxSyntaxHighlight.highlighterBuilder({ editor }) - - editor.onDidChangeModelContent(() => { - highlighter() - }) - highlighter() - - return { highlighter, dispose } - } - const autoLoadExtraLib = async ( editor: editor.IStandaloneCodeEditor, monaco: Monaco, @@ -68,7 +55,6 @@ export const useEditor = () => { return { doOpenEditor, - loadJsxSyntaxHighlight, autoLoadExtraLib } } diff --git a/src/components/Playground/CodeEditor/Editor/index.style.ts b/src/components/Playground/CodeEditor/Editor/index.style.ts new file mode 100644 index 0000000..17d3705 --- /dev/null +++ b/src/components/Playground/CodeEditor/Editor/index.style.ts @@ -0,0 +1,33 @@ +import { createStyles, keyframes } from 'antd-style' + +const rotate = keyframes` + 0% { + transform: rotateZ(0); + } + + 100% { + transform: rotateZ(360deg); + } +` + +export default createStyles(() => ({ + root: { + position: 'relative', + height: 0 + }, + + loading: { + position: 'absolute', + top: 0, + right: 0, + margin: 4, + width: 10, + height: 10, + borderRadius: '50%', + borderTop: '2px #666 solid', + borderRight: '2px #ddd solid', + borderBottom: '2px #ddd solid', + borderLeft: '2px #ddd solid', + animation: `${rotate} .6s linear infinite` + } +})) diff --git a/src/components/Playground/CodeEditor/Editor/index.tsx b/src/components/Playground/CodeEditor/Editor/index.tsx index bb4b9db..f78ae8b 100644 --- a/src/components/Playground/CodeEditor/Editor/index.tsx +++ b/src/components/Playground/CodeEditor/Editor/index.tsx @@ -1,8 +1,10 @@ import { editor, Selection } from 'monaco-editor' import MonacoEditor, { Monaco } from '@monaco-editor/react' -import '@/components/Playground/CodeEditor/Editor/editor.scss' +import { shikiToMonaco } from '@shikijs/monaco' +import { createHighlighter } from 'shiki' +import useStyles from '@/components/Playground/CodeEditor/Editor/index.style' import '@/components/Playground/CodeEditor/Editor/loader' -import { IEditorOptions, IFiles, ITheme, ITsconfig } from '@/components/Playground/shared' +import { IEditorOptions, IFiles, ITsconfig } from '@/components/Playground/shared' import { fileNameToLanguage, tsconfigJsonDiagnosticsOptions } from '@/components/Playground/files' import { useEditor, useTypesProgress } from '@/components/Playground/CodeEditor/Editor/hooks' import { MonacoEditorConfig } from '@/components/Playground/CodeEditor/Editor/monacoConfig' @@ -13,42 +15,44 @@ export interface ExtraLib { } interface EditorProps { + isDarkMode?: boolean tsconfig?: ITsconfig files?: IFiles selectedFileName?: string readonly?: boolean onChange?: (code: string | undefined) => void options?: IEditorOptions - theme?: ITheme onJumpFile?: (fileName: string) => void extraLibs?: ExtraLib[] } const Editor = ({ + isDarkMode, tsconfig, files = {}, selectedFileName = '', readonly, - theme, onChange, options, onJumpFile, extraLibs = [] }: EditorProps) => { + const { styles } = useStyles() const editorRef = useRef() const monacoRef = useRef() - const { doOpenEditor, loadJsxSyntaxHighlight, autoLoadExtraLib } = useEditor() - const jsxSyntaxHighlightRef = useRef<{ - highlighter: (code?: string | undefined) => void - dispose: () => void - }>({ - highlighter: () => undefined, - dispose: () => undefined - }) + const { doOpenEditor, autoLoadExtraLib } = useEditor() const { total, finished, onWatch } = useTypesProgress() const file = files[selectedFileName] || { name: 'Untitled' } const handleOnEditorWillMount = (monaco: Monaco) => { + createHighlighter({ + themes: ['vitesse-light', 'vitesse-dark'], + langs: ['javascript', 'jsx', 'typescript', 'tsx', 'css', 'json', 'xml'] + }).then((highlighter) => { + shikiToMonaco(highlighter, monaco) + monaco.editor.setTheme(isDarkMode ? 'vitesse-dark' : 'vitesse-light') + }) + monaco.languages.json.jsonDefaults.setDiagnosticsOptions(tsconfigJsonDiagnosticsOptions) tsconfig && monaco.languages.typescript.typescriptDefaults.setCompilerOptions( @@ -90,7 +94,6 @@ const Editor = ({ } } - jsxSyntaxHighlightRef.current = loadJsxSyntaxHighlight(editor, monaco) extraLibs.forEach((item) => monaco.languages.typescript.typescriptDefaults.addExtraLib(item.content, item.path) ) @@ -98,9 +101,12 @@ const Editor = ({ void autoLoadExtraLib(editor, monaco, file.value, onWatch) } + useEffect(() => { + monacoRef.current?.editor.setTheme(isDarkMode ? 'vitesse-dark' : 'vitesse-light') + }, [isDarkMode]) + useEffect(() => { editorRef.current?.focus() - jsxSyntaxHighlightRef?.current?.highlighter?.() }, [file.name]) useEffect(() => { @@ -112,11 +118,10 @@ const Editor = ({ return ( <> -
+
- {total > 0 && !finished &&
} + {total > 0 && !finished &&
}
) diff --git a/src/components/Playground/CodeEditor/FileSelector/Item.tsx b/src/components/Playground/CodeEditor/FileSelector/Item.tsx index 31ea29b..b7e84bd 100644 --- a/src/components/Playground/CodeEditor/FileSelector/Item.tsx +++ b/src/components/Playground/CodeEditor/FileSelector/Item.tsx @@ -1,4 +1,5 @@ import { Dispatch, SetStateAction, KeyboardEvent, ChangeEvent, MouseEvent } from 'react' +import useStyles from '@/components/Playground/CodeEditor/FileSelector/item.style' interface ItemProps { className?: string @@ -29,6 +30,7 @@ const Item = ({ onValidate, ...prop }: ItemProps) => { + const { styles, cx } = useStyles() const inputRef = useRef(null) const [fileName, setFileName] = useState(value) const [isCreating, setIsCreating] = useState(prop.creating) @@ -109,11 +111,11 @@ const Item = ({ return (
{isCreating ? ( -
+
- {fileName} + {fileName}
) : ( <>
{value}
{!readonly && ( -
+
)} diff --git a/src/components/Playground/CodeEditor/FileSelector/file-selector.scss b/src/components/Playground/CodeEditor/FileSelector/file-selector.scss deleted file mode 100644 index a4aca21..0000000 --- a/src/components/Playground/CodeEditor/FileSelector/file-selector.scss +++ /dev/null @@ -1,86 +0,0 @@ -[data-component=playground-file-selector].tab{ - display: flex; - flex: 0 0 auto; - height: 40px; - - .multiple { - flex: 1; - width: 0; - - .tab-content { - height: 40px; - align-items: flex-end; - gap: 2px; - margin-left: 10px; - - .tab-item-add { - padding: 0 12px; - } - - .tabs-margin-right { - height: 100%; - - > * { - height: 100%; - width: 10px; - } - } - } - } - - .sticky { - display: flex; - flex: 0 0 auto; - align-items: flex-end; - margin-right: 10px; - } - - .tab-item { - display: flex; - align-items: center; - justify-content: center; - flex: 0 0 auto; - height: 30px; - padding: 0 20px; - border: 1px solid #f0f0f0; - background-color: rgba(0, 0, 0, 0.04); - border-radius: 6px 6px 0 0; - cursor: pointer; - - .tab-item-input { - position: relative; - min-width: 40px; - transform: translateY(1px); - - .tab-item-input-mask { - display: inline-block; - color: transparent; - } - input { - position: absolute; - background-color: transparent; - width: 100%; - font-size: 1em; - } - } - - .tab-item-close { - transform: translateX(10px); - - :hover { - fill: #888; - } - - svg { - height: 8px; - fill: #666; - } - } - - &.active { - background-color: white; - border-bottom: none; - } - } - -} diff --git a/src/components/Playground/CodeEditor/FileSelector/index.style.ts b/src/components/Playground/CodeEditor/FileSelector/index.style.ts new file mode 100644 index 0000000..d19ffb5 --- /dev/null +++ b/src/components/Playground/CodeEditor/FileSelector/index.style.ts @@ -0,0 +1,41 @@ +import { createStyles } from 'antd-style' + +export default createStyles(() => ({ + root: { + display: 'flex', + flex: '0 0 auto', + height: 40 + }, + + multiple: { + flex: 1, + width: 0 + }, + + tabContent: { + height: 40, + alignItems: 'flex-end', + gap: 2, + marginLeft: 10 + }, + + tabItemAdd: { + padding: '0 12px' + }, + + tabsMarginRight: { + height: '100%', + + '> *': { + height: '100%', + width: 10 + } + }, + + sticky: { + display: 'flex', + flex: '0 0 auto', + alignItems: 'flex-end', + marginRight: 10 + } +})) diff --git a/src/components/Playground/CodeEditor/FileSelector/index.tsx b/src/components/Playground/CodeEditor/FileSelector/index.tsx index ffe35b0..661ad06 100644 --- a/src/components/Playground/CodeEditor/FileSelector/index.tsx +++ b/src/components/Playground/CodeEditor/FileSelector/index.tsx @@ -1,4 +1,4 @@ -import '@/components/Playground/CodeEditor/FileSelector/file-selector.scss' +import useStyles from '@/components/Playground/CodeEditor/FileSelector/index.style' import HideScrollbar, { HideScrollbarElement } from '@/components/common/HideScrollbar' import FlexBox from '@/components/common/FlexBox' import { IFiles } from '@/components/Playground/shared' @@ -32,6 +32,7 @@ const FileSelector = ({ onUpdateFileName, selectedFileName = '' }: FileSelectorProps) => { + const { styles } = useStyles() const hideScrollbarRef = useRef(null) const [tabs, setTabs] = useState([]) const [isCreating, setIsCreating] = useState(false) @@ -164,8 +165,8 @@ const FileSelector = ({ return ( <> -
-
+
+
- + {tabs.map((item, index) => ( )} -
+
{(files[IMPORT_MAP_FILE_NAME] || files[TS_CONFIG_FILE_NAME]) && ( -
+
{files[TS_CONFIG_FILE_NAME] && ( ({ + root: { + display: 'flex', + alignItems: 'center', + justifyContent: 'center', + flex: '0 0 auto', + height: 30, + padding: '0 20px', + color: token.colorText, + border: `1px solid ${token.colorBorder}`, + backgroundColor: token.colorBgLayout, + borderRadius: '6px 6px 0 0', + cursor: 'pointer' + }, + + active: { + backgroundColor: token.colorBgElevated, + borderBottom: 'none' + }, + + tabItemInput: { + position: 'relative', + minWidth: 40, + transform: 'translateY(1px)', + + input: { + position: 'absolute', + backgroundColor: 'transparent', + width: '100%', + color: token.colorText, + fontSize: token.fontSizeSM + } + }, + + tabItemInputMask: { + display: 'inline-block', + color: 'transparent' + }, + + tabItemClose: { + transform: 'translateX(10px)', + + svg: { + height: token.sizeXS, + fill: token.colorTextSecondary + }, + + '>:hover': { + fill: token.colorTextDescription + } + } +})) diff --git a/src/components/Playground/CodeEditor/code-editor.scss b/src/components/Playground/CodeEditor/code-editor.scss deleted file mode 100644 index eeaefc0..0000000 --- a/src/components/Playground/CodeEditor/code-editor.scss +++ /dev/null @@ -1,5 +0,0 @@ -[data-component=playground-code-editor] { - position: relative; - width: 100%; - height: 100%; -} diff --git a/src/components/Playground/CodeEditor/index.style.ts b/src/components/Playground/CodeEditor/index.style.ts new file mode 100644 index 0000000..8b61578 --- /dev/null +++ b/src/components/Playground/CodeEditor/index.style.ts @@ -0,0 +1,19 @@ +import { createStyles } from 'antd-style' + +export default createStyles(({ token }) => ({ + root: { + position: 'relative', + width: '100%', + height: '100%' + }, + + errorMessage: { + position: 'absolute', + bottom: 0, + width: '100%', + color: token.colorErrorText, + backgroundColor: token.colorErrorBg, + padding: '5px 10px', + fontSize: token.fontSize + } +})) diff --git a/src/components/Playground/CodeEditor/index.tsx b/src/components/Playground/CodeEditor/index.tsx index 9116633..c06a6ef 100644 --- a/src/components/Playground/CodeEditor/index.tsx +++ b/src/components/Playground/CodeEditor/index.tsx @@ -1,7 +1,7 @@ import _ from 'lodash' -import '@/components/Playground/CodeEditor/code-editor.scss' +import useStyles from '@/components/Playground/CodeEditor/index.style' import FlexBox from '@/components/common/FlexBox' -import { IEditorOptions, IFiles, ITheme, ITsconfig } from '@/components/Playground/shared' +import { IEditorOptions, IFiles, ITsconfig } from '@/components/Playground/shared' import { fileNameToLanguage, getFileNameList, @@ -12,7 +12,7 @@ import FileSelector from '@/components/Playground/CodeEditor/FileSelector' import Editor, { ExtraLib } from '@/components/Playground/CodeEditor/Editor' interface CodeEditorProps { - theme?: ITheme + isDarkMode?: boolean showFileSelector?: boolean tsconfig?: ITsconfig files: IFiles @@ -31,7 +31,7 @@ interface CodeEditorProps { } const CodeEditor = ({ - theme, + isDarkMode, showFileSelector = true, tsconfig, files, @@ -48,6 +48,7 @@ const CodeEditor = ({ extraLibs, ...props }: CodeEditorProps) => { + const { styles } = useStyles() const filteredFilesName = getFileNameList(files).filter( (item) => ![IMPORT_MAP_FILE_NAME, TS_CONFIG_FILE_NAME].includes(item) && !files[item].hidden ) @@ -122,7 +123,7 @@ const CodeEditor = ({ return ( <> - + {showFileSelector && ( )} - {errorMsg &&
{errorMsg}
} + {errorMsg &&
{errorMsg}
}
) diff --git a/src/components/Playground/Output/Preview/Render.tsx b/src/components/Playground/Output/Preview/Render.tsx index 1d162ee..40d015d 100644 --- a/src/components/Playground/Output/Preview/Render.tsx +++ b/src/components/Playground/Output/Preview/Render.tsx @@ -1,6 +1,5 @@ import { ChangeEvent } from 'react' -import '@/components/Playground/Output/Preview/render.scss' -import { COLOR_FONT_MAIN } from '@/constants/common.constants' +import useStyles from '@/components/Playground/Output/Preview/render.style' import iframeRaw from '@/components/Playground/Output/Preview/iframe.html?raw' import HideScrollbar from '@/components/common/HideScrollbar' @@ -41,6 +40,7 @@ const getIframeUrl = (iframeRaw: string) => { const iframeUrl = getIframeUrl(iframeRaw) const Render = ({ iframeKey, compiledCode, mobileMode = false }: RenderProps) => { + const { styles, theme, cx } = useStyles() const iframeRef = useRef(null) const [isLoaded, setIsLoaded] = useState(false) const [selectedDevice, setSelectedDevice] = useState('Pixel 7') @@ -164,7 +164,7 @@ const Render = ({ iframeKey, compiledCode, mobileMode = false }: RenderProps) => iframeRef.current?.contentWindow?.postMessage( { type: 'SCALE', - data: { zoom: zoom } + data: { zoom } } as IMessage, '*' ) @@ -174,16 +174,24 @@ const Render = ({ iframeKey, compiledCode, mobileMode = false }: RenderProps) => return mobileMode ? ( <> -
-
-
+
+
+
value.name === selectedDevice) @@ -198,7 +206,7 @@ const Render = ({ iframeKey, compiledCode, mobileMode = false }: RenderProps) => }} >