@aithe/aithe-ui 26.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +466 -0
- package/dist/apps/api/app.d.ts +24 -0
- package/dist/apps/api/app.d.ts.map +1 -0
- package/dist/apps/api/demo-data.d.ts +3 -0
- package/dist/apps/api/demo-data.d.ts.map +1 -0
- package/dist/apps/api/docs-viewer.d.ts +54 -0
- package/dist/apps/api/docs-viewer.d.ts.map +1 -0
- package/dist/apps/api/i18n/en-US.d.ts +7 -0
- package/dist/apps/api/i18n/en-US.d.ts.map +1 -0
- package/dist/apps/api/i18n/index.d.ts +2 -0
- package/dist/apps/api/i18n/index.d.ts.map +1 -0
- package/dist/apps/api/i18n/zh-CN.d.ts +7 -0
- package/dist/apps/api/i18n/zh-CN.d.ts.map +1 -0
- package/dist/apps/api/index.html +13 -0
- package/dist/apps/api/pages/docs.d.ts +11 -0
- package/dist/apps/api/pages/docs.d.ts.map +1 -0
- package/dist/apps/api/standalone.d.ts +2 -0
- package/dist/apps/api/standalone.d.ts.map +1 -0
- package/dist/apps/demo/app.d.ts +28 -0
- package/dist/apps/demo/app.d.ts.map +1 -0
- package/dist/apps/demo/editor.d.ts +28 -0
- package/dist/apps/demo/editor.d.ts.map +1 -0
- package/dist/apps/demo/helpers.d.ts +2 -0
- package/dist/apps/demo/helpers.d.ts.map +1 -0
- package/dist/apps/demo/i18n/en-US.d.ts +7 -0
- package/dist/apps/demo/i18n/en-US.d.ts.map +1 -0
- package/dist/apps/demo/i18n/en.d.ts +3 -0
- package/dist/apps/demo/i18n/en.d.ts.map +1 -0
- package/dist/apps/demo/i18n/index.d.ts +2 -0
- package/dist/apps/demo/i18n/index.d.ts.map +1 -0
- package/dist/apps/demo/i18n/zh-CN.d.ts +7 -0
- package/dist/apps/demo/i18n/zh-CN.d.ts.map +1 -0
- package/dist/apps/demo/i18n/zh.d.ts +3 -0
- package/dist/apps/demo/i18n/zh.d.ts.map +1 -0
- package/dist/apps/demo/index.html +13 -0
- package/dist/apps/demo/pages/basic.d.ts +3 -0
- package/dist/apps/demo/pages/basic.d.ts.map +1 -0
- package/dist/apps/demo/pages/container.d.ts +3 -0
- package/dist/apps/demo/pages/container.d.ts.map +1 -0
- package/dist/apps/demo/pages/data.d.ts +3 -0
- package/dist/apps/demo/pages/data.d.ts.map +1 -0
- package/dist/apps/demo/pages/display.d.ts +3 -0
- package/dist/apps/demo/pages/display.d.ts.map +1 -0
- package/dist/apps/demo/pages/feedback.d.ts +3 -0
- package/dist/apps/demo/pages/feedback.d.ts.map +1 -0
- package/dist/apps/demo/pages/form.d.ts +3 -0
- package/dist/apps/demo/pages/form.d.ts.map +1 -0
- package/dist/apps/demo/pages/layout.d.ts +3 -0
- package/dist/apps/demo/pages/layout.d.ts.map +1 -0
- package/dist/apps/demo/pages/navigation.d.ts +3 -0
- package/dist/apps/demo/pages/navigation.d.ts.map +1 -0
- package/dist/apps/demo/pages/progress.d.ts +3 -0
- package/dist/apps/demo/pages/progress.d.ts.map +1 -0
- package/dist/apps/demo/pages/theme.d.ts +3 -0
- package/dist/apps/demo/pages/theme.d.ts.map +1 -0
- package/dist/apps/demo/standalone.d.ts +2 -0
- package/dist/apps/demo/standalone.d.ts.map +1 -0
- package/dist/base/aithe-element.d.ts +29 -0
- package/dist/base/aithe-element.d.ts.map +1 -0
- package/dist/components/avatar/avatar.d.ts +13 -0
- package/dist/components/avatar/avatar.d.ts.map +1 -0
- package/dist/components/badge/badge.d.ts +14 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/basic/avatar.d.ts +13 -0
- package/dist/components/basic/avatar.d.ts.map +1 -0
- package/dist/components/basic/badge.d.ts +14 -0
- package/dist/components/basic/badge.d.ts.map +1 -0
- package/dist/components/basic/button-group.d.ts +11 -0
- package/dist/components/basic/button-group.d.ts.map +1 -0
- package/dist/components/basic/button.d.ts +13 -0
- package/dist/components/basic/button.d.ts.map +1 -0
- package/dist/components/basic/card.d.ts +18 -0
- package/dist/components/basic/card.d.ts.map +1 -0
- package/dist/components/basic/chip.d.ts +13 -0
- package/dist/components/basic/chip.d.ts.map +1 -0
- package/dist/components/basic/divider.d.ts +9 -0
- package/dist/components/basic/divider.d.ts.map +1 -0
- package/dist/components/basic/empty.d.ts +12 -0
- package/dist/components/basic/empty.d.ts.map +1 -0
- package/dist/components/basic/icon.d.ts +12 -0
- package/dist/components/basic/icon.d.ts.map +1 -0
- package/dist/components/basic/input.d.ts +28 -0
- package/dist/components/basic/input.d.ts.map +1 -0
- package/dist/components/basic/tag.d.ts +14 -0
- package/dist/components/basic/tag.d.ts.map +1 -0
- package/dist/components/basic/textarea.d.ts +18 -0
- package/dist/components/basic/textarea.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.d.ts +11 -0
- package/dist/components/breadcrumb/breadcrumb-item.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +9 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/components/button/button.d.ts +13 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/card/card.d.ts +18 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox-group.d.ts +17 -0
- package/dist/components/checkbox/checkbox-group.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +15 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/container/callout.d.ts +11 -0
- package/dist/components/container/callout.d.ts.map +1 -0
- package/dist/components/container/details.d.ts +13 -0
- package/dist/components/container/details.d.ts.map +1 -0
- package/dist/components/container/scroller.d.ts +16 -0
- package/dist/components/container/scroller.d.ts.map +1 -0
- package/dist/components/container/split-panel.d.ts +20 -0
- package/dist/components/container/split-panel.d.ts.map +1 -0
- package/dist/components/data/pagination.d.ts +15 -0
- package/dist/components/data/pagination.d.ts.map +1 -0
- package/dist/components/data/tab-group.d.ts +8 -0
- package/dist/components/data/tab-group.d.ts.map +1 -0
- package/dist/components/data/tab-pane.d.ts +11 -0
- package/dist/components/data/tab-pane.d.ts.map +1 -0
- package/dist/components/data/table.d.ts +30 -0
- package/dist/components/data/table.d.ts.map +1 -0
- package/dist/components/data/tabs.d.ts +17 -0
- package/dist/components/data/tabs.d.ts.map +1 -0
- package/dist/components/data/tree.d.ts +21 -0
- package/dist/components/data/tree.d.ts.map +1 -0
- package/dist/components/display/animated-image.d.ts +13 -0
- package/dist/components/display/animated-image.d.ts.map +1 -0
- package/dist/components/display/carousel.d.ts +23 -0
- package/dist/components/display/carousel.d.ts.map +1 -0
- package/dist/components/display/comparison.d.ts +12 -0
- package/dist/components/display/comparison.d.ts.map +1 -0
- package/dist/components/display/markdown.d.ts +11 -0
- package/dist/components/display/markdown.d.ts.map +1 -0
- package/dist/components/divider/divider.d.ts +9 -0
- package/dist/components/divider/divider.d.ts.map +1 -0
- package/dist/components/drawer/drawer.d.ts +29 -0
- package/dist/components/drawer/drawer.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.d.ts +34 -0
- package/dist/components/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/feedback/alert.d.ts +15 -0
- package/dist/components/feedback/alert.d.ts.map +1 -0
- package/dist/components/feedback/dialog.d.ts +20 -0
- package/dist/components/feedback/dialog.d.ts.map +1 -0
- package/dist/components/feedback/drawer.d.ts +29 -0
- package/dist/components/feedback/drawer.d.ts.map +1 -0
- package/dist/components/feedback/dropdown.d.ts +34 -0
- package/dist/components/feedback/dropdown.d.ts.map +1 -0
- package/dist/components/feedback/loading.d.ts +13 -0
- package/dist/components/feedback/loading.d.ts.map +1 -0
- package/dist/components/feedback/modal.d.ts +28 -0
- package/dist/components/feedback/modal.d.ts.map +1 -0
- package/dist/components/feedback/notification.d.ts +20 -0
- package/dist/components/feedback/notification.d.ts.map +1 -0
- package/dist/components/feedback/popover.d.ts +16 -0
- package/dist/components/feedback/popover.d.ts.map +1 -0
- package/dist/components/feedback/toast.d.ts +18 -0
- package/dist/components/feedback/toast.d.ts.map +1 -0
- package/dist/components/feedback/tooltip.d.ts +18 -0
- package/dist/components/feedback/tooltip.d.ts.map +1 -0
- package/dist/components/form/checkbox-group.d.ts +17 -0
- package/dist/components/form/checkbox-group.d.ts.map +1 -0
- package/dist/components/form/checkbox.d.ts +15 -0
- package/dist/components/form/checkbox.d.ts.map +1 -0
- package/dist/components/form/color-picker.d.ts +17 -0
- package/dist/components/form/color-picker.d.ts.map +1 -0
- package/dist/components/form/combobox.d.ts +22 -0
- package/dist/components/form/combobox.d.ts.map +1 -0
- package/dist/components/form/date-picker.d.ts +15 -0
- package/dist/components/form/date-picker.d.ts.map +1 -0
- package/dist/components/form/form-item.d.ts +15 -0
- package/dist/components/form/form-item.d.ts.map +1 -0
- package/dist/components/form/form.d.ts +14 -0
- package/dist/components/form/form.d.ts.map +1 -0
- package/dist/components/form/radio-group.d.ts +15 -0
- package/dist/components/form/radio-group.d.ts.map +1 -0
- package/dist/components/form/radio.d.ts +12 -0
- package/dist/components/form/radio.d.ts.map +1 -0
- package/dist/components/form/rate.d.ts +14 -0
- package/dist/components/form/rate.d.ts.map +1 -0
- package/dist/components/form/select.d.ts +35 -0
- package/dist/components/form/select.d.ts.map +1 -0
- package/dist/components/form/slider.d.ts +17 -0
- package/dist/components/form/slider.d.ts.map +1 -0
- package/dist/components/form/switch.d.ts +12 -0
- package/dist/components/form/switch.d.ts.map +1 -0
- package/dist/components/form/time-picker.d.ts +13 -0
- package/dist/components/form/time-picker.d.ts.map +1 -0
- package/dist/components/form/transfer.d.ts +24 -0
- package/dist/components/form/transfer.d.ts.map +1 -0
- package/dist/components/form/upload.d.ts +16 -0
- package/dist/components/form/upload.d.ts.map +1 -0
- package/dist/components/input/input.d.ts +28 -0
- package/dist/components/input/input.d.ts.map +1 -0
- package/dist/components/layout/affix.d.ts +23 -0
- package/dist/components/layout/affix.d.ts.map +1 -0
- package/dist/components/layout/col.d.ts +17 -0
- package/dist/components/layout/col.d.ts.map +1 -0
- package/dist/components/layout/collapse-item.d.ts +15 -0
- package/dist/components/layout/collapse-item.d.ts.map +1 -0
- package/dist/components/layout/collapse.d.ts +18 -0
- package/dist/components/layout/collapse.d.ts.map +1 -0
- package/dist/components/layout/container.d.ts +15 -0
- package/dist/components/layout/container.d.ts.map +1 -0
- package/dist/components/layout/flex.d.ts +15 -0
- package/dist/components/layout/flex.d.ts.map +1 -0
- package/dist/components/layout/page-container.d.ts +11 -0
- package/dist/components/layout/page-container.d.ts.map +1 -0
- package/dist/components/layout/page.d.ts +8 -0
- package/dist/components/layout/page.d.ts.map +1 -0
- package/dist/components/layout/row.d.ts +13 -0
- package/dist/components/layout/row.d.ts.map +1 -0
- package/dist/components/layout/space.d.ts +13 -0
- package/dist/components/layout/space.d.ts.map +1 -0
- package/dist/components/layout/timeline-item.d.ts +12 -0
- package/dist/components/layout/timeline-item.d.ts.map +1 -0
- package/dist/components/layout/timeline.d.ts +12 -0
- package/dist/components/layout/timeline.d.ts.map +1 -0
- package/dist/components/modal/modal.d.ts +28 -0
- package/dist/components/modal/modal.d.ts.map +1 -0
- package/dist/components/navigation/back-top.d.ts +21 -0
- package/dist/components/navigation/back-top.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumb-item.d.ts +11 -0
- package/dist/components/navigation/breadcrumb-item.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumb.d.ts +9 -0
- package/dist/components/navigation/breadcrumb.d.ts.map +1 -0
- package/dist/components/navigation/menu-item.d.ts +16 -0
- package/dist/components/navigation/menu-item.d.ts.map +1 -0
- package/dist/components/navigation/menu.d.ts +18 -0
- package/dist/components/navigation/menu.d.ts.map +1 -0
- package/dist/components/navigation/steps.d.ts +14 -0
- package/dist/components/navigation/steps.d.ts.map +1 -0
- package/dist/components/navigation/sub-menu.d.ts +18 -0
- package/dist/components/navigation/sub-menu.d.ts.map +1 -0
- package/dist/components/popover/popover.d.ts +16 -0
- package/dist/components/popover/popover.d.ts.map +1 -0
- package/dist/components/progress/progress-bar.d.ts +12 -0
- package/dist/components/progress/progress-bar.d.ts.map +1 -0
- package/dist/components/progress/progress-ring.d.ts +13 -0
- package/dist/components/progress/progress-ring.d.ts.map +1 -0
- package/dist/components/progress/skeleton.d.ts +13 -0
- package/dist/components/progress/skeleton.d.ts.map +1 -0
- package/dist/components/progress/spinner.d.ts +12 -0
- package/dist/components/progress/spinner.d.ts.map +1 -0
- package/dist/components/radio/radio-group.d.ts +15 -0
- package/dist/components/radio/radio-group.d.ts.map +1 -0
- package/dist/components/radio/radio.d.ts +12 -0
- package/dist/components/radio/radio.d.ts.map +1 -0
- package/dist/components/select/select.d.ts +35 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/switch/switch.d.ts +12 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/table/table.d.ts +30 -0
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/tabs/tab-pane.d.ts +11 -0
- package/dist/components/tabs/tab-pane.d.ts.map +1 -0
- package/dist/components/tabs/tabs.d.ts +15 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tag/tag.d.ts +14 -0
- package/dist/components/tag/tag.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.d.ts +18 -0
- package/dist/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/core/aithe-element.d.ts +2 -0
- package/dist/core/aithe-element.d.ts.map +1 -0
- package/dist/core/anchored-overlay.d.ts +17 -0
- package/dist/core/anchored-overlay.d.ts.map +1 -0
- package/dist/core/floating.d.ts +12 -0
- package/dist/core/floating.d.ts.map +1 -0
- package/dist/core/styles.d.ts +8 -0
- package/dist/core/styles.d.ts.map +1 -0
- package/dist/core/types.d.ts +33 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/utils.d.ts +6 -0
- package/dist/core/utils.d.ts.map +1 -0
- package/dist/demo/app.d.ts +19 -0
- package/dist/demo/app.d.ts.map +1 -0
- package/dist/demo/editor.d.ts +28 -0
- package/dist/demo/editor.d.ts.map +1 -0
- package/dist/demo/helpers.d.ts +2 -0
- package/dist/demo/helpers.d.ts.map +1 -0
- package/dist/demo/pages/basic.d.ts +3 -0
- package/dist/demo/pages/basic.d.ts.map +1 -0
- package/dist/demo/pages/container.d.ts +3 -0
- package/dist/demo/pages/container.d.ts.map +1 -0
- package/dist/demo/pages/data.d.ts +3 -0
- package/dist/demo/pages/data.d.ts.map +1 -0
- package/dist/demo/pages/display.d.ts +3 -0
- package/dist/demo/pages/display.d.ts.map +1 -0
- package/dist/demo/pages/feedback.d.ts +3 -0
- package/dist/demo/pages/feedback.d.ts.map +1 -0
- package/dist/demo/pages/form.d.ts +3 -0
- package/dist/demo/pages/form.d.ts.map +1 -0
- package/dist/demo/pages/layout.d.ts +3 -0
- package/dist/demo/pages/layout.d.ts.map +1 -0
- package/dist/demo/pages/navigation.d.ts +3 -0
- package/dist/demo/pages/navigation.d.ts.map +1 -0
- package/dist/demo/pages/progress.d.ts +3 -0
- package/dist/demo/pages/progress.d.ts.map +1 -0
- package/dist/demo/standalone.d.ts +2 -0
- package/dist/demo/standalone.d.ts.map +1 -0
- package/dist/demo-page.d.ts +2 -0
- package/dist/demo-page.d.ts.map +1 -0
- package/dist/demo.d.ts +2 -0
- package/dist/demo.d.ts.map +1 -0
- package/dist/global.d.ts +5 -0
- package/dist/global.d.ts.map +1 -0
- package/dist/index-jd7NIlfT.js +9798 -0
- package/dist/index-jd7NIlfT.js.map +1 -0
- package/dist/index.d.ts +80 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9728 -0
- package/dist/index.js.map +1 -0
- package/dist/index.umd.js +7189 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/index2.js +9892 -0
- package/dist/index2.js.map +1 -0
- package/dist/src/base/aithe-element.d.ts +59 -0
- package/dist/src/base/aithe-element.d.ts.map +1 -0
- package/dist/src/components/basic/avatar.d.ts +31 -0
- package/dist/src/components/basic/avatar.d.ts.map +1 -0
- package/dist/src/components/basic/badge.d.ts +33 -0
- package/dist/src/components/basic/badge.d.ts.map +1 -0
- package/dist/src/components/basic/button-group.d.ts +23 -0
- package/dist/src/components/basic/button-group.d.ts.map +1 -0
- package/dist/src/components/basic/button.d.ts +44 -0
- package/dist/src/components/basic/button.d.ts.map +1 -0
- package/dist/src/components/basic/card.d.ts +38 -0
- package/dist/src/components/basic/card.d.ts.map +1 -0
- package/dist/src/components/basic/chip.d.ts +26 -0
- package/dist/src/components/basic/chip.d.ts.map +1 -0
- package/dist/src/components/basic/divider.d.ts +23 -0
- package/dist/src/components/basic/divider.d.ts.map +1 -0
- package/dist/src/components/basic/empty.d.ts +21 -0
- package/dist/src/components/basic/empty.d.ts.map +1 -0
- package/dist/src/components/basic/icon.d.ts +60 -0
- package/dist/src/components/basic/icon.d.ts.map +1 -0
- package/dist/src/components/basic/input.d.ts +57 -0
- package/dist/src/components/basic/input.d.ts.map +1 -0
- package/dist/src/components/basic/tag.d.ts +34 -0
- package/dist/src/components/basic/tag.d.ts.map +1 -0
- package/dist/src/components/basic/textarea.d.ts +34 -0
- package/dist/src/components/basic/textarea.d.ts.map +1 -0
- package/dist/src/components/container/callout.d.ts +23 -0
- package/dist/src/components/container/callout.d.ts.map +1 -0
- package/dist/src/components/container/details.d.ts +29 -0
- package/dist/src/components/container/details.d.ts.map +1 -0
- package/dist/src/components/container/scroller.d.ts +32 -0
- package/dist/src/components/container/scroller.d.ts.map +1 -0
- package/dist/src/components/container/split-panel.d.ts +38 -0
- package/dist/src/components/container/split-panel.d.ts.map +1 -0
- package/dist/src/components/data/pagination.d.ts +27 -0
- package/dist/src/components/data/pagination.d.ts.map +1 -0
- package/dist/src/components/data/tab-pane.d.ts +33 -0
- package/dist/src/components/data/tab-pane.d.ts.map +1 -0
- package/dist/src/components/data/table-column.d.ts +46 -0
- package/dist/src/components/data/table-column.d.ts.map +1 -0
- package/dist/src/components/data/table.d.ts +88 -0
- package/dist/src/components/data/table.d.ts.map +1 -0
- package/dist/src/components/data/tabs.d.ts +38 -0
- package/dist/src/components/data/tabs.d.ts.map +1 -0
- package/dist/src/components/data/timeline-item.d.ts +24 -0
- package/dist/src/components/data/timeline-item.d.ts.map +1 -0
- package/dist/src/components/data/timeline.d.ts +49 -0
- package/dist/src/components/data/timeline.d.ts.map +1 -0
- package/dist/src/components/data/tree-menu.d.ts +43 -0
- package/dist/src/components/data/tree-menu.d.ts.map +1 -0
- package/dist/src/components/data/tree.d.ts +45 -0
- package/dist/src/components/data/tree.d.ts.map +1 -0
- package/dist/src/components/display/animated-image.d.ts +25 -0
- package/dist/src/components/display/animated-image.d.ts.map +1 -0
- package/dist/src/components/display/carousel.d.ts +41 -0
- package/dist/src/components/display/carousel.d.ts.map +1 -0
- package/dist/src/components/display/comparison.d.ts +24 -0
- package/dist/src/components/display/comparison.d.ts.map +1 -0
- package/dist/src/components/display/markdown.d.ts +19 -0
- package/dist/src/components/display/markdown.d.ts.map +1 -0
- package/dist/src/components/feedback/alert.d.ts +32 -0
- package/dist/src/components/feedback/alert.d.ts.map +1 -0
- package/dist/src/components/feedback/dialog.d.ts +42 -0
- package/dist/src/components/feedback/dialog.d.ts.map +1 -0
- package/dist/src/components/feedback/drawer.d.ts +59 -0
- package/dist/src/components/feedback/drawer.d.ts.map +1 -0
- package/dist/src/components/feedback/dropdown.d.ts +70 -0
- package/dist/src/components/feedback/dropdown.d.ts.map +1 -0
- package/dist/src/components/feedback/loading.d.ts +27 -0
- package/dist/src/components/feedback/loading.d.ts.map +1 -0
- package/dist/src/components/feedback/modal.d.ts +58 -0
- package/dist/src/components/feedback/modal.d.ts.map +1 -0
- package/dist/src/components/feedback/notification.d.ts +35 -0
- package/dist/src/components/feedback/notification.d.ts.map +1 -0
- package/dist/src/components/feedback/popover.d.ts +35 -0
- package/dist/src/components/feedback/popover.d.ts.map +1 -0
- package/dist/src/components/feedback/toast.d.ts +35 -0
- package/dist/src/components/feedback/toast.d.ts.map +1 -0
- package/dist/src/components/feedback/tooltip.d.ts +41 -0
- package/dist/src/components/feedback/tooltip.d.ts.map +1 -0
- package/dist/src/components/form/checkbox-group.d.ts +38 -0
- package/dist/src/components/form/checkbox-group.d.ts.map +1 -0
- package/dist/src/components/form/checkbox.d.ts +35 -0
- package/dist/src/components/form/checkbox.d.ts.map +1 -0
- package/dist/src/components/form/color-picker.d.ts +32 -0
- package/dist/src/components/form/color-picker.d.ts.map +1 -0
- package/dist/src/components/form/combobox.d.ts +45 -0
- package/dist/src/components/form/combobox.d.ts.map +1 -0
- package/dist/src/components/form/date-picker.d.ts +30 -0
- package/dist/src/components/form/date-picker.d.ts.map +1 -0
- package/dist/src/components/form/form-item.d.ts +34 -0
- package/dist/src/components/form/form-item.d.ts.map +1 -0
- package/dist/src/components/form/form.d.ts +32 -0
- package/dist/src/components/form/form.d.ts.map +1 -0
- package/dist/src/components/form/radio-group.d.ts +34 -0
- package/dist/src/components/form/radio-group.d.ts.map +1 -0
- package/dist/src/components/form/radio.d.ts +30 -0
- package/dist/src/components/form/radio.d.ts.map +1 -0
- package/dist/src/components/form/rate.d.ts +27 -0
- package/dist/src/components/form/rate.d.ts.map +1 -0
- package/dist/src/components/form/select.d.ts +74 -0
- package/dist/src/components/form/select.d.ts.map +1 -0
- package/dist/src/components/form/slider.d.ts +33 -0
- package/dist/src/components/form/slider.d.ts.map +1 -0
- package/dist/src/components/form/switch.d.ts +28 -0
- package/dist/src/components/form/switch.d.ts.map +1 -0
- package/dist/src/components/form/time-picker.d.ts +26 -0
- package/dist/src/components/form/time-picker.d.ts.map +1 -0
- package/dist/src/components/form/transfer.d.ts +42 -0
- package/dist/src/components/form/transfer.d.ts.map +1 -0
- package/dist/src/components/form/upload.d.ts +34 -0
- package/dist/src/components/form/upload.d.ts.map +1 -0
- package/dist/src/components/layout/affix.d.ts +35 -0
- package/dist/src/components/layout/affix.d.ts.map +1 -0
- package/dist/src/components/layout/col.d.ts +32 -0
- package/dist/src/components/layout/col.d.ts.map +1 -0
- package/dist/src/components/layout/collapse-item.d.ts +31 -0
- package/dist/src/components/layout/collapse-item.d.ts.map +1 -0
- package/dist/src/components/layout/collapse.d.ts +31 -0
- package/dist/src/components/layout/collapse.d.ts.map +1 -0
- package/dist/src/components/layout/container.d.ts +30 -0
- package/dist/src/components/layout/container.d.ts.map +1 -0
- package/dist/src/components/layout/flex.d.ts +31 -0
- package/dist/src/components/layout/flex.d.ts.map +1 -0
- package/dist/src/components/layout/page-container.d.ts +22 -0
- package/dist/src/components/layout/page-container.d.ts.map +1 -0
- package/dist/src/components/layout/page.d.ts +26 -0
- package/dist/src/components/layout/page.d.ts.map +1 -0
- package/dist/src/components/layout/row.d.ts +27 -0
- package/dist/src/components/layout/row.d.ts.map +1 -0
- package/dist/src/components/layout/space.d.ts +27 -0
- package/dist/src/components/layout/space.d.ts.map +1 -0
- package/dist/src/components/layout/timeline-item.d.ts +24 -0
- package/dist/src/components/layout/timeline-item.d.ts.map +1 -0
- package/dist/src/components/layout/timeline.d.ts +49 -0
- package/dist/src/components/layout/timeline.d.ts.map +1 -0
- package/dist/src/components/navigation/back-top.d.ts +30 -0
- package/dist/src/components/navigation/back-top.d.ts.map +1 -0
- package/dist/src/components/navigation/breadcrumb-item.d.ts +26 -0
- package/dist/src/components/navigation/breadcrumb-item.d.ts.map +1 -0
- package/dist/src/components/navigation/breadcrumb.d.ts +24 -0
- package/dist/src/components/navigation/breadcrumb.d.ts.map +1 -0
- package/dist/src/components/navigation/dropdown.d.ts +70 -0
- package/dist/src/components/navigation/dropdown.d.ts.map +1 -0
- package/dist/src/components/navigation/menu-item.d.ts +33 -0
- package/dist/src/components/navigation/menu-item.d.ts.map +1 -0
- package/dist/src/components/navigation/menu.d.ts +35 -0
- package/dist/src/components/navigation/menu.d.ts.map +1 -0
- package/dist/src/components/navigation/steps.d.ts +31 -0
- package/dist/src/components/navigation/steps.d.ts.map +1 -0
- package/dist/src/components/navigation/sub-menu.d.ts +37 -0
- package/dist/src/components/navigation/sub-menu.d.ts.map +1 -0
- package/dist/src/components/navigation/theme-picker.d.ts +27 -0
- package/dist/src/components/navigation/theme-picker.d.ts.map +1 -0
- package/dist/src/components/progress/progress-bar.d.ts +21 -0
- package/dist/src/components/progress/progress-bar.d.ts.map +1 -0
- package/dist/src/components/progress/progress-ring.d.ts +23 -0
- package/dist/src/components/progress/progress-ring.d.ts.map +1 -0
- package/dist/src/components/progress/skeleton.d.ts +28 -0
- package/dist/src/components/progress/skeleton.d.ts.map +1 -0
- package/dist/src/components/progress/spinner.d.ts +21 -0
- package/dist/src/components/progress/spinner.d.ts.map +1 -0
- package/dist/src/components/theme/locale-switch.d.ts +24 -0
- package/dist/src/components/theme/locale-switch.d.ts.map +1 -0
- package/dist/src/components/theme/theme-picker.d.ts +43 -0
- package/dist/src/components/theme/theme-picker.d.ts.map +1 -0
- package/dist/src/components/theme/theme-preview.d.ts +29 -0
- package/dist/src/components/theme/theme-preview.d.ts.map +1 -0
- package/dist/src/core/aithe-element.d.ts +2 -0
- package/dist/src/core/aithe-element.d.ts.map +1 -0
- package/dist/src/core/anchored-overlay.d.ts +43 -0
- package/dist/src/core/anchored-overlay.d.ts.map +1 -0
- package/dist/src/core/floating.d.ts +43 -0
- package/dist/src/core/floating.d.ts.map +1 -0
- package/dist/src/core/i18n/index.d.ts +125 -0
- package/dist/src/core/i18n/index.d.ts.map +1 -0
- package/dist/src/core/i18n/locales/en-US.d.ts +7 -0
- package/dist/src/core/i18n/locales/en-US.d.ts.map +1 -0
- package/dist/src/core/i18n/locales/en.d.ts +3 -0
- package/dist/src/core/i18n/locales/en.d.ts.map +1 -0
- package/dist/src/core/i18n/locales/index.d.ts +7 -0
- package/dist/src/core/i18n/locales/index.d.ts.map +1 -0
- package/dist/src/core/i18n/locales/zh-CN.d.ts +7 -0
- package/dist/src/core/i18n/locales/zh-CN.d.ts.map +1 -0
- package/dist/src/core/i18n/locales/zh.d.ts +3 -0
- package/dist/src/core/i18n/locales/zh.d.ts.map +1 -0
- package/dist/src/core/styles.d.ts +17 -0
- package/dist/src/core/styles.d.ts.map +1 -0
- package/dist/src/core/types.d.ts +127 -0
- package/dist/src/core/types.d.ts.map +1 -0
- package/dist/src/core/utils.d.ts +44 -0
- package/dist/src/core/utils.d.ts.map +1 -0
- package/dist/src/global.d.ts +25 -0
- package/dist/src/global.d.ts.map +1 -0
- package/dist/src/index.d.ts +86 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/styles/global.css.d.ts +5 -0
- package/dist/src/styles/global.css.d.ts.map +1 -0
- package/dist/src/styles/mixins.d.ts +9 -0
- package/dist/src/styles/mixins.d.ts.map +1 -0
- package/dist/src/styles/theme/amber.d.ts +3 -0
- package/dist/src/styles/theme/amber.d.ts.map +1 -0
- package/dist/src/styles/theme/blue.d.ts +3 -0
- package/dist/src/styles/theme/blue.d.ts.map +1 -0
- package/dist/src/styles/theme/charcoal.d.ts +3 -0
- package/dist/src/styles/theme/charcoal.d.ts.map +1 -0
- package/dist/src/styles/theme/cyan.d.ts +3 -0
- package/dist/src/styles/theme/cyan.d.ts.map +1 -0
- package/dist/src/styles/theme/dark.d.ts +3 -0
- package/dist/src/styles/theme/dark.d.ts.map +1 -0
- package/dist/src/styles/theme/ebony.d.ts +3 -0
- package/dist/src/styles/theme/ebony.d.ts.map +1 -0
- package/dist/src/styles/theme/festive.d.ts +3 -0
- package/dist/src/styles/theme/festive.d.ts.map +1 -0
- package/dist/src/styles/theme/graphite.d.ts +3 -0
- package/dist/src/styles/theme/graphite.d.ts.map +1 -0
- package/dist/src/styles/theme/gray.d.ts +3 -0
- package/dist/src/styles/theme/gray.d.ts.map +1 -0
- package/dist/src/styles/theme/indigo.d.ts +3 -0
- package/dist/src/styles/theme/indigo.d.ts.map +1 -0
- package/dist/src/styles/theme/ink.d.ts +3 -0
- package/dist/src/styles/theme/ink.d.ts.map +1 -0
- package/dist/src/styles/theme/light.d.ts +3 -0
- package/dist/src/styles/theme/light.d.ts.map +1 -0
- package/dist/src/styles/theme/midnight.d.ts +3 -0
- package/dist/src/styles/theme/midnight.d.ts.map +1 -0
- package/dist/src/styles/theme/navy.d.ts +3 -0
- package/dist/src/styles/theme/navy.d.ts.map +1 -0
- package/dist/src/styles/theme/obsidian.d.ts +3 -0
- package/dist/src/styles/theme/obsidian.d.ts.map +1 -0
- package/dist/src/styles/theme/onyx.d.ts +3 -0
- package/dist/src/styles/theme/onyx.d.ts.map +1 -0
- package/dist/src/styles/theme/orange.d.ts +3 -0
- package/dist/src/styles/theme/orange.d.ts.map +1 -0
- package/dist/src/styles/theme/pink.d.ts +3 -0
- package/dist/src/styles/theme/pink.d.ts.map +1 -0
- package/dist/src/styles/theme/purple.d.ts +3 -0
- package/dist/src/styles/theme/purple.d.ts.map +1 -0
- package/dist/src/styles/theme/raisin.d.ts +3 -0
- package/dist/src/styles/theme/raisin.d.ts.map +1 -0
- package/dist/src/styles/theme/slate.d.ts +3 -0
- package/dist/src/styles/theme/slate.d.ts.map +1 -0
- package/dist/src/styles/theme/teal.d.ts +3 -0
- package/dist/src/styles/theme/teal.d.ts.map +1 -0
- package/dist/src/styles/theme.d.ts +11 -0
- package/dist/src/styles/theme.d.ts.map +1 -0
- package/dist/src/types/component.d.ts +11 -0
- package/dist/src/types/component.d.ts.map +1 -0
- package/dist/src/types/index.d.ts +4 -0
- package/dist/src/types/index.d.ts.map +1 -0
- package/dist/src/types/theme.d.ts +17 -0
- package/dist/src/types/theme.d.ts.map +1 -0
- package/dist/src/utils/dom.d.ts +26 -0
- package/dist/src/utils/dom.d.ts.map +1 -0
- package/dist/src/utils/events.d.ts +11 -0
- package/dist/src/utils/events.d.ts.map +1 -0
- package/dist/src/utils/index.d.ts +6 -0
- package/dist/src/utils/index.d.ts.map +1 -0
- package/dist/src/utils/theme.d.ts +46 -0
- package/dist/src/utils/theme.d.ts.map +1 -0
- package/dist/src/utils/validation.d.ts +30 -0
- package/dist/src/utils/validation.d.ts.map +1 -0
- package/dist/styles/global.css.d.ts +3 -0
- package/dist/styles/global.css.d.ts.map +1 -0
- package/dist/styles/mixins.d.ts +5 -0
- package/dist/styles/mixins.d.ts.map +1 -0
- package/dist/styles/theme/blue.d.ts +2 -0
- package/dist/styles/theme/blue.d.ts.map +1 -0
- package/dist/styles/theme/dark.d.ts +2 -0
- package/dist/styles/theme/dark.d.ts.map +1 -0
- package/dist/styles/theme/gray.d.ts +2 -0
- package/dist/styles/theme/gray.d.ts.map +1 -0
- package/dist/styles/theme/light.d.ts +2 -0
- package/dist/styles/theme/light.d.ts.map +1 -0
- package/dist/styles/theme.d.ts +3 -0
- package/dist/styles/theme.d.ts.map +1 -0
- package/dist/types/component.d.ts +11 -0
- package/dist/types/component.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/theme.d.ts +17 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/utils/dom.d.ts +4 -0
- package/dist/utils/dom.d.ts.map +1 -0
- package/dist/utils/events.d.ts +2 -0
- package/dist/utils/events.d.ts.map +1 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/theme.d.ts +9 -0
- package/dist/utils/theme.d.ts.map +1 -0
- package/dist/utils/validation.d.ts +4 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/docs/api/basic/avatar.md +33 -0
- package/docs/api/basic/badge.md +34 -0
- package/docs/api/basic/button-group.md +32 -0
- package/docs/api/basic/button.md +38 -0
- package/docs/api/basic/card.md +43 -0
- package/docs/api/basic/chip.md +30 -0
- package/docs/api/basic/divider.md +31 -0
- package/docs/api/basic/empty.md +29 -0
- package/docs/api/basic/icon.md +245 -0
- package/docs/api/basic/input.md +43 -0
- package/docs/api/basic/tag.md +34 -0
- package/docs/api/basic/textarea.md +34 -0
- package/docs/api/container/callout.md +30 -0
- package/docs/api/container/details.md +31 -0
- package/docs/api/container/scroller.md +33 -0
- package/docs/api/container/split-panel.md +35 -0
- package/docs/api/data/pagination.md +31 -0
- package/docs/api/data/tab-pane.md +36 -0
- package/docs/api/data/table-column.md +58 -0
- package/docs/api/data/table.md +89 -0
- package/docs/api/data/tabs.md +35 -0
- package/docs/api/data/timeline-item.md +32 -0
- package/docs/api/data/timeline.md +67 -0
- package/docs/api/data/tree-menu.md +58 -0
- package/docs/api/data/tree.md +51 -0
- package/docs/api/display/animated-image.md +31 -0
- package/docs/api/display/carousel.md +35 -0
- package/docs/api/display/comparison.md +31 -0
- package/docs/api/display/markdown.md +29 -0
- package/docs/api/feedback/alert.md +35 -0
- package/docs/api/feedback/dialog.md +37 -0
- package/docs/api/feedback/drawer.md +39 -0
- package/docs/api/feedback/loading.md +34 -0
- package/docs/api/feedback/modal.md +40 -0
- package/docs/api/feedback/notification.md +33 -0
- package/docs/api/feedback/popover.md +32 -0
- package/docs/api/feedback/toast.md +33 -0
- package/docs/api/feedback/tooltip.md +34 -0
- package/docs/api/form/checkbox-group.md +34 -0
- package/docs/api/form/checkbox.md +34 -0
- package/docs/api/form/color-picker.md +33 -0
- package/docs/api/form/combobox.md +49 -0
- package/docs/api/form/date-picker.md +33 -0
- package/docs/api/form/form-item.md +35 -0
- package/docs/api/form/form.md +34 -0
- package/docs/api/form/radio-group.md +33 -0
- package/docs/api/form/radio.md +33 -0
- package/docs/api/form/rate.md +31 -0
- package/docs/api/form/select.md +56 -0
- package/docs/api/form/slider.md +34 -0
- package/docs/api/form/switch.md +31 -0
- package/docs/api/form/time-picker.md +31 -0
- package/docs/api/form/transfer.md +36 -0
- package/docs/api/form/upload.md +36 -0
- package/docs/api/layout/affix.md +31 -0
- package/docs/api/layout/col.md +35 -0
- package/docs/api/layout/collapse-item.md +34 -0
- package/docs/api/layout/collapse.md +32 -0
- package/docs/api/layout/container.md +35 -0
- package/docs/api/layout/flex.md +36 -0
- package/docs/api/layout/page-container.md +31 -0
- package/docs/api/layout/page.md +35 -0
- package/docs/api/layout/row.md +34 -0
- package/docs/api/layout/space.md +34 -0
- package/docs/api/navigation/back-top.md +29 -0
- package/docs/api/navigation/breadcrumb-item.md +32 -0
- package/docs/api/navigation/breadcrumb.md +32 -0
- package/docs/api/navigation/dropdown.md +50 -0
- package/docs/api/navigation/menu-item.md +34 -0
- package/docs/api/navigation/menu.md +36 -0
- package/docs/api/navigation/steps.md +32 -0
- package/docs/api/navigation/sub-menu.md +38 -0
- package/docs/api/progress/progress-bar.md +30 -0
- package/docs/api/progress/progress-ring.md +31 -0
- package/docs/api/progress/skeleton.md +34 -0
- package/docs/api/progress/spinner.md +30 -0
- package/docs/api/summary.md +162 -0
- package/docs/api/theme/locale-switch.md +98 -0
- package/docs/api/theme/theme-picker.md +37 -0
- package/docs/api/theme/theme-preview.md +29 -0
- package/docs/changelog/CHANGELOG.md +71 -0
- package/docs/changelog/VERSION_26.2.2.md +608 -0
- package/docs/framework-integration.md +422 -0
- package/docs/guide.md +326 -0
- package/docs/i18n.md +269 -0
- package/docs/issue/issue_26.2.2.1.md +58 -0
- package/docs/issue/issue_26.2.2.2.md +53 -0
- package/docs/issue/issue_26.2.2.3.md +86 -0
- package/docs/issue/issue_26.2.2.4.md +95 -0
- package/docs/quickstart.md +115 -0
- package/docs/theming.md +257 -0
- package/package.json +80 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** Primitive design tokens (spacing, radius, shadow, typography, z-index, duration, control heights) scoped to `:host`. 作用域为 `:host` 的基础设计令牌(间距、圆角、阴影、排版、z-index、时长、控件高度)。 */
|
|
2
|
+
export declare const aithePrimitiveTokens: import("lit").CSSResult;
|
|
3
|
+
/** Panel surface styles (background, border, radius, shadow, backdrop-filter). 面板表面样式(背景、边框、圆角、阴影、背景滤镜)。 */
|
|
4
|
+
export declare const aitheSurfaceStyles: import("lit").CSSResult;
|
|
5
|
+
/** Base styles for interactive controls (border, radius, background, color, transitions). 交互控件的基础样式(边框、圆角、背景、颜色、过渡)。 */
|
|
6
|
+
export declare const aitheControlStyles: import("lit").CSSResult;
|
|
7
|
+
/** Focus ring styles for interactive controls (border-color + box-shadow). 交互控件的聚焦环样式(边框颜色 + box-shadow)。 */
|
|
8
|
+
export declare const aitheControlFocusStyles: import("lit").CSSResult;
|
|
9
|
+
//# sourceMappingURL=mixins.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mixins.d.ts","sourceRoot":"","sources":["../../../src/styles/mixins.ts"],"names":[],"mappings":"AAEA,8KAA8K;AAC9K,eAAO,MAAM,oBAAoB,yBAyDhC,CAAC;AAEF,4GAA4G;AAC5G,eAAO,MAAM,kBAAkB,yBAM9B,CAAC;AAEF,wHAAwH;AACxH,eAAO,MAAM,kBAAkB,yBAU9B,CAAC;AAEF,6GAA6G;AAC7G,eAAO,MAAM,uBAAuB,yBAGnC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Amber theme tokens — warm & gentle, mild warning & emphasis. 琥珀主题令牌 — 温暖柔和、温和警示与强调,适合内容平台、阅读场景、辅助提示。 */
|
|
2
|
+
export declare const amberThemeTokens = "\n.aithe-theme-amber,\n[data-aithe-theme='amber'] {\n color-scheme: light;\n --aithe-primary-1: #fffbe6;\n --aithe-primary-2: #fff3c4;\n --aithe-primary-3: #ffe78a;\n --aithe-primary-4: #ffd84d;\n --aithe-primary-5: #f0c020;\n --aithe-primary-6: #d4a010;\n --aithe-primary-7: #b08008;\n --aithe-primary-8: #8c6206;\n --aithe-primary-9: #6a4a04;\n --aithe-primary-10: #483202;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f5;\n --aithe-neutral-2: #f2efe6;\n --aithe-neutral-3: #e4ded2;\n --aithe-neutral-4: #cec4b2;\n --aithe-neutral-5: #b0a48e;\n --aithe-neutral-6: #928872;\n --aithe-neutral-7: #746c5c;\n --aithe-neutral-8: #565044;\n --aithe-neutral-9: #38342c;\n --aithe-neutral-10: #1c1a14;\n --aithe-color-bg: #fdfaf2;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffdf6 0%, #faf4e6 100%);\n --aithe-color-surface: rgba(255, 254, 248, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f2ead8;\n --aithe-color-border: rgba(140, 100, 30, 0.16);\n --aithe-color-border-strong: rgba(120, 80, 20, 0.26);\n --aithe-color-text: #2a2210;\n --aithe-color-text-muted: #6e5a2e;\n --aithe-color-text-subtle: #9e8a5a;\n --aithe-color-overlay: rgba(24, 18, 4, 0.48);\n --aithe-color-selection: rgba(212, 160, 16, 0.16);\n --aithe-color-focus-ring: rgba(212, 160, 16, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=amber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"amber.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/amber.ts"],"names":[],"mappings":"AAAA,2GAA2G;AAC3G,eAAO,MAAM,gBAAgB,8tEAoE5B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Blue theme tokens — vivid blue primary with light backgrounds. 蓝色主题令牌 — 醒目的蓝色 primary 配浅色背景。 */
|
|
2
|
+
export declare const blueThemeTokens = "\n.aithe-theme-blue,\n[data-aithe-theme='blue'] {\n color-scheme: light;\n --aithe-primary-1: #eaf3ff;\n --aithe-primary-2: #d2e4ff;\n --aithe-primary-3: #aacbff;\n --aithe-primary-4: #79acff;\n --aithe-primary-5: #518fff;\n --aithe-primary-6: #2c73f6;\n --aithe-primary-7: #245dd0;\n --aithe-primary-8: #234ca6;\n --aithe-primary-9: #213f81;\n --aithe-primary-10: #1f3365;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #d2f5e4;\n --aithe-success-3: #afead0;\n --aithe-success-4: #7fd5af;\n --aithe-success-5: #59bd92;\n --aithe-success-6: #3aa478;\n --aithe-success-7: #2d8964;\n --aithe-success-8: #266f53;\n --aithe-success-9: #215a45;\n --aithe-success-10: #1b4938;\n --aithe-warning-1: #fff8e9;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffdd90;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #f2aa3d;\n --aithe-warning-6: #d38b25;\n --aithe-warning-7: #af6e1b;\n --aithe-warning-8: #8e5718;\n --aithe-warning-9: #724618;\n --aithe-warning-10: #5b3815;\n --aithe-danger-1: #fff0f3;\n --aithe-danger-2: #ffdbe2;\n --aithe-danger-3: #ffbbc8;\n --aithe-danger-4: #ff8fa1;\n --aithe-danger-5: #f66a80;\n --aithe-danger-6: #de5069;\n --aithe-danger-7: #bd3f56;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7c2f3f;\n --aithe-danger-10: #632837;\n --aithe-neutral-1: #f4f7fc;\n --aithe-neutral-2: #e8edf6;\n --aithe-neutral-3: #d3dcf0;\n --aithe-neutral-4: #b5c3e2;\n --aithe-neutral-5: #95a5cf;\n --aithe-neutral-6: #7688b8;\n --aithe-neutral-7: #5a6d9e;\n --aithe-neutral-8: #425580;\n --aithe-neutral-9: #2c3d5e;\n --aithe-neutral-10: #1a2740;\n --aithe-color-bg: #f0f5ff;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f5f9ff 0%, #eaf0fe 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.85);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4ecfa;\n --aithe-color-border: rgba(44, 115, 246, 0.16);\n --aithe-color-border-strong: rgba(44, 115, 246, 0.28);\n --aithe-color-text: #152033;\n --aithe-color-text-muted: #4a5e80;\n --aithe-color-text-subtle: #7b8fae;\n --aithe-color-overlay: rgba(9, 17, 31, 0.48);\n --aithe-color-selection: rgba(44, 115, 246, 0.18);\n --aithe-color-focus-ring: rgba(44, 115, 246, 0.38);\n}\n";
|
|
3
|
+
//# sourceMappingURL=blue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blue.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/blue.ts"],"names":[],"mappings":"AAAA,mGAAmG;AACnG,eAAO,MAAM,eAAe,6tEAoE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Charcoal theme tokens — warm dark gray, understated elegance. 炭灰暗色主题令牌 — 暖调深灰,低调优雅,适合内容阅读、编辑器、文档平台。 */
|
|
2
|
+
export declare const charcoalThemeTokens = "\n.aithe-theme-charcoal,\n[data-aithe-theme='charcoal'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f0eeec;\n --aithe-neutral-2: #d6d2ce;\n --aithe-neutral-3: #b4aea8;\n --aithe-neutral-4: #928a82;\n --aithe-neutral-5: #746c64;\n --aithe-neutral-6: #5a544c;\n --aithe-neutral-7: #423e38;\n --aithe-neutral-8: #302c28;\n --aithe-neutral-9: #201e1a;\n --aithe-neutral-10: #121110;\n --aithe-color-bg: #1a1816;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(100, 80, 60, 0.16) 0%, rgba(26, 24, 22, 1) 55%);\n --aithe-color-surface: rgba(28, 26, 24, 0.84);\n --aithe-color-surface-elevated: rgba(36, 34, 30, 0.96);\n --aithe-color-surface-muted: #222018;\n --aithe-color-border: rgba(180, 160, 140, 0.14);\n --aithe-color-border-strong: rgba(200, 180, 160, 0.22);\n --aithe-color-text: #ece8e4;\n --aithe-color-text-muted: #b0a89e;\n --aithe-color-text-subtle: #847c74;\n --aithe-color-overlay: rgba(8, 6, 4, 0.66);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n}\n";
|
|
3
|
+
//# sourceMappingURL=charcoal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charcoal.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/charcoal.ts"],"names":[],"mappings":"AAAA,0GAA0G;AAC1G,eAAO,MAAM,mBAAmB,6gFAyE/B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Cyan theme tokens — clear & transparent, modern tech. 青蓝主题令牌 — 清澈通透、科技现代,适合开发者工具、云平台、数据可视化。 */
|
|
2
|
+
export declare const cyanThemeTokens = "\n.aithe-theme-cyan,\n[data-aithe-theme='cyan'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffe;\n --aithe-primary-2: #b5f5f2;\n --aithe-primary-3: #87e8e4;\n --aithe-primary-4: #5cdbd8;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #0ebfc7;\n --aithe-primary-7: #009da5;\n --aithe-primary-8: #007a82;\n --aithe-primary-9: #005a62;\n --aithe-primary-10: #003e44;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f6fafb;\n --aithe-neutral-2: #eaf2f4;\n --aithe-neutral-3: #d4e4e8;\n --aithe-neutral-4: #b4ccd4;\n --aithe-neutral-5: #92b0ba;\n --aithe-neutral-6: #74949e;\n --aithe-neutral-7: #587882;\n --aithe-neutral-8: #3e5c66;\n --aithe-neutral-9: #284048;\n --aithe-neutral-10: #14282e;\n --aithe-color-bg: #f0fafb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f4fcfd 0%, #e6f5f7 100%);\n --aithe-color-surface: rgba(248, 254, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #dceef2;\n --aithe-color-border: rgba(30, 130, 150, 0.16);\n --aithe-color-border-strong: rgba(20, 110, 130, 0.26);\n --aithe-color-text: #0e2428;\n --aithe-color-text-muted: #2e5a64;\n --aithe-color-text-subtle: #5e8a96;\n --aithe-color-overlay: rgba(4, 20, 24, 0.48);\n --aithe-color-selection: rgba(14, 191, 199, 0.16);\n --aithe-color-focus-ring: rgba(14, 191, 199, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=cyan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cyan.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/cyan.ts"],"names":[],"mappings":"AAAA,kGAAkG;AAClG,eAAO,MAAM,eAAe,6tEAoE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Dark theme tokens — primary, success, warning, danger, neutral scales plus semantic color aliases and dark-mode shadows. 深色主题令牌 — primary、success、warning、danger、neutral 色阶、语义颜色别名及深色模式阴影。 */
|
|
2
|
+
export declare const darkThemeTokens = "\n.aithe-theme-dark,\n[data-aithe-theme='dark'] {\n color-scheme: dark;\n --aithe-primary-1: #edf4ff;\n --aithe-primary-2: #d7e5ff;\n --aithe-primary-3: #b8d2ff;\n --aithe-primary-4: #8ab3ff;\n --aithe-primary-5: #6092ff;\n --aithe-primary-6: #4a7dff;\n --aithe-primary-7: #3d68e0;\n --aithe-primary-8: #3555b6;\n --aithe-primary-9: #2f478f;\n --aithe-primary-10: #28396f;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #cef6df;\n --aithe-success-3: #a7ecc4;\n --aithe-success-4: #7ad7a5;\n --aithe-success-5: #53bf88;\n --aithe-success-6: #35a66f;\n --aithe-success-7: #278a5c;\n --aithe-success-8: #1e6f4b;\n --aithe-success-9: #195a3d;\n --aithe-success-10: #154931;\n --aithe-warning-1: #fff8eb;\n --aithe-warning-2: #ffeec8;\n --aithe-warning-3: #ffdd92;\n --aithe-warning-4: #ffc85f;\n --aithe-warning-5: #f1b042;\n --aithe-warning-6: #d18f29;\n --aithe-warning-7: #ad701d;\n --aithe-warning-8: #8b5819;\n --aithe-warning-9: #6f4617;\n --aithe-warning-10: #593813;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f5f7fb;\n --aithe-neutral-2: #dfe5ef;\n --aithe-neutral-3: #c7d0de;\n --aithe-neutral-4: #aab6c9;\n --aithe-neutral-5: #8997b0;\n --aithe-neutral-6: #6d7a92;\n --aithe-neutral-7: #536077;\n --aithe-neutral-8: #3b465a;\n --aithe-neutral-9: #242d3d;\n --aithe-neutral-10: #121925;\n --aithe-color-bg: #0d1119;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(55, 87, 151, 0.22) 0%, rgba(13, 17, 25, 1) 58%);\n --aithe-color-surface: rgba(17, 24, 39, 0.82);\n --aithe-color-surface-elevated: rgba(19, 27, 44, 0.96);\n --aithe-color-surface-muted: #151c2b;\n --aithe-color-border: rgba(172, 188, 217, 0.14);\n --aithe-color-border-strong: rgba(183, 198, 228, 0.22);\n --aithe-color-text: #edf3ff;\n --aithe-color-text-muted: #b0bdd4;\n --aithe-color-text-subtle: #8894ab;\n --aithe-color-overlay: rgba(1, 4, 11, 0.68);\n --aithe-color-selection: rgba(116, 170, 255, 0.24);\n --aithe-color-focus-ring: rgba(116, 170, 255, 0.42);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.18);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.24);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.3);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.36);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.42);\n}\n";
|
|
3
|
+
//# sourceMappingURL=dark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/dark.ts"],"names":[],"mappings":"AAAA,iMAAiM;AACjM,eAAO,MAAM,eAAe,ugFAyE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Ebony theme tokens — warm deep black, rich & luxurious. 乌木暗色主题令牌 — 暖调深黑,丰厚奢华,适合高端品牌、奢侈品、暗色展示。 */
|
|
2
|
+
export declare const ebonyThemeTokens = "\n.aithe-theme-ebony,\n[data-aithe-theme='ebony'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0f8;\n --aithe-primary-2: #e0d8f0;\n --aithe-primary-3: #c4b4e0;\n --aithe-primary-4: #a48cc8;\n --aithe-primary-5: #8468b0;\n --aithe-primary-6: #6a5094;\n --aithe-primary-7: #544078;\n --aithe-primary-8: #403260;\n --aithe-primary-9: #30264a;\n --aithe-primary-10: #221c38;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f0ece8;\n --aithe-neutral-2: #d4ccc4;\n --aithe-neutral-3: #b0a498;\n --aithe-neutral-4: #8c7e72;\n --aithe-neutral-5: #6e6258;\n --aithe-neutral-6: #544c44;\n --aithe-neutral-7: #3e3832;\n --aithe-neutral-8: #2c2822;\n --aithe-neutral-9: #1c1a16;\n --aithe-neutral-10: #0e0c0a;\n --aithe-color-bg: #12100e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 60, 100, 0.14) 0%, rgba(18, 16, 14, 1) 55%);\n --aithe-color-surface: rgba(16, 14, 12, 0.86);\n --aithe-color-surface-elevated: rgba(22, 20, 18, 0.96);\n --aithe-color-surface-muted: #181614;\n --aithe-color-border: rgba(160, 140, 130, 0.14);\n --aithe-color-border-strong: rgba(180, 160, 150, 0.22);\n --aithe-color-text: #e8e2dc;\n --aithe-color-text-muted: #a89888;\n --aithe-color-text-subtle: #786c60;\n --aithe-color-overlay: rgba(4, 2, 0, 0.70);\n --aithe-color-selection: rgba(106, 80, 148, 0.20);\n --aithe-color-focus-ring: rgba(106, 80, 148, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n}\n";
|
|
3
|
+
//# sourceMappingURL=ebony.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ebony.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/ebony.ts"],"names":[],"mappings":"AAAA,oGAAoG;AACpG,eAAO,MAAM,gBAAgB,ugFAyE5B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Festive theme tokens — bright red & warm red primary with gold and light orange accents, grand and celebratory. 喜庆主题令牌 — 明亮正红与暖红主色,搭配金色、浅橙点缀,热闹大气、节日氛围,适合活动、庆典、电商大促。 */
|
|
2
|
+
export declare const festiveThemeTokens = "\n.aithe-theme-festive,\n[data-aithe-theme='festive'] {\n color-scheme: light;\n --aithe-primary-1: #fff5f5;\n --aithe-primary-2: #ffe8e6;\n --aithe-primary-3: #ffd4cf;\n --aithe-primary-4: #ffb3aa;\n --aithe-primary-5: #ff8c80;\n --aithe-primary-6: #f5313d;\n --aithe-primary-7: #d91a2a;\n --aithe-primary-8: #b51020;\n --aithe-primary-9: #8e0a18;\n --aithe-primary-10: #660612;\n --aithe-success-1: #f6ffed;\n --aithe-success-2: #e4f7d5;\n --aithe-success-3: #c5eeb0;\n --aithe-success-4: #95de64;\n --aithe-success-5: #73d13d;\n --aithe-success-6: #52c41a;\n --aithe-success-7: #389e0d;\n --aithe-success-8: #237804;\n --aithe-success-9: #135200;\n --aithe-success-10: #092b00;\n --aithe-warning-1: #fffbf0;\n --aithe-warning-2: #fff1cc;\n --aithe-warning-3: #ffe4a0;\n --aithe-warning-4: #ffd470;\n --aithe-warning-5: #f5c242;\n --aithe-warning-6: #d4a017;\n --aithe-warning-7: #b8860b;\n --aithe-warning-8: #8c6d0f;\n --aithe-warning-9: #6b4f0a;\n --aithe-warning-10: #493506;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffccc7;\n --aithe-danger-3: #ffa39e;\n --aithe-danger-4: #ff7875;\n --aithe-danger-5: #ff4d4f;\n --aithe-danger-6: #d91a2a;\n --aithe-danger-7: #b51020;\n --aithe-danger-8: #8e0a18;\n --aithe-danger-9: #660612;\n --aithe-danger-10: #44040c;\n --aithe-neutral-1: #fdfbfa;\n --aithe-neutral-2: #f8f3f1;\n --aithe-neutral-3: #efe6e2;\n --aithe-neutral-4: #ddd0c8;\n --aithe-neutral-5: #c4b2a6;\n --aithe-neutral-6: #a89486;\n --aithe-neutral-7: #8a766a;\n --aithe-neutral-8: #665850;\n --aithe-neutral-9: #423a36;\n --aithe-neutral-10: #221e1c;\n --aithe-color-bg: #fefaf7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffdfb 0%, #fef5ef 100%);\n --aithe-color-surface: rgba(255, 253, 251, 0.90);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f8efe6;\n --aithe-color-border: rgba(180, 80, 50, 0.14);\n --aithe-color-border-strong: rgba(160, 60, 35, 0.24);\n --aithe-color-text: #2c1014;\n --aithe-color-text-muted: #6e3a3a;\n --aithe-color-text-subtle: #9a6e68;\n --aithe-color-overlay: rgba(36, 8, 8, 0.46);\n --aithe-color-selection: rgba(245, 49, 61, 0.14);\n --aithe-color-focus-ring: rgba(245, 49, 61, 0.34);\n}\n";
|
|
3
|
+
//# sourceMappingURL=festive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"festive.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/festive.ts"],"names":[],"mappings":"AAAA,2KAA2K;AAC3K,eAAO,MAAM,kBAAkB,8tEAoE9B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Graphite theme tokens — metallic gray, neutral & refined. 石墨暗色主题令牌 — 金属灰调,中性克制,适合设计工具、通用暗色、跨场景适配。 */
|
|
2
|
+
export declare const graphiteThemeTokens = "\n.aithe-theme-graphite,\n[data-aithe-theme='graphite'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f8;\n --aithe-primary-2: #d6dcf0;\n --aithe-primary-3: #b0bce4;\n --aithe-primary-4: #8498d4;\n --aithe-primary-5: #6278c0;\n --aithe-primary-6: #4c60a6;\n --aithe-primary-7: #3c4e88;\n --aithe-primary-8: #2e3e6c;\n --aithe-primary-9: #223054;\n --aithe-primary-10: #182240;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d2d6de;\n --aithe-neutral-3: #b0b6c4;\n --aithe-neutral-4: #8c94a8;\n --aithe-neutral-5: #6c748c;\n --aithe-neutral-6: #525a72;\n --aithe-neutral-7: #3c445a;\n --aithe-neutral-8: #2a3044;\n --aithe-neutral-9: #1c2034;\n --aithe-neutral-10: #101424;\n --aithe-color-bg: #16181e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 90, 130, 0.14) 0%, rgba(22, 24, 30, 1) 55%);\n --aithe-color-surface: rgba(20, 22, 28, 0.84);\n --aithe-color-surface-elevated: rgba(26, 30, 38, 0.96);\n --aithe-color-surface-muted: #1c1e26;\n --aithe-color-border: rgba(150, 160, 190, 0.14);\n --aithe-color-border-strong: rgba(170, 180, 210, 0.22);\n --aithe-color-text: #e2e4ee;\n --aithe-color-text-muted: #a0a6b8;\n --aithe-color-text-subtle: #727a90;\n --aithe-color-overlay: rgba(4, 4, 10, 0.66);\n --aithe-color-selection: rgba(76, 96, 166, 0.22);\n --aithe-color-focus-ring: rgba(76, 96, 166, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n}\n";
|
|
3
|
+
//# sourceMappingURL=graphite.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"graphite.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/graphite.ts"],"names":[],"mappings":"AAAA,wGAAwG;AACxG,eAAO,MAAM,mBAAmB,4gFAyE/B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Gray theme tokens — muted primary palette, semantic scales, and desaturated semantic color aliases. 灰色主题令牌 — 柔和的 primary 调色板、语义色阶及低饱和度语义颜色别名。 */
|
|
2
|
+
export declare const grayThemeTokens = "\n.aithe-theme-gray,\n[data-aithe-theme='gray'] {\n color-scheme: light;\n --aithe-primary-1: #f4f6fb;\n --aithe-primary-2: #e8edf6;\n --aithe-primary-3: #d4dce9;\n --aithe-primary-4: #b8c3d8;\n --aithe-primary-5: #96a4c0;\n --aithe-primary-6: #7485a4;\n --aithe-primary-7: #5e708d;\n --aithe-primary-8: #4d5d76;\n --aithe-primary-9: #404d61;\n --aithe-primary-10: #313a48;\n --aithe-success-1: #eff7f3;\n --aithe-success-2: #dcefe4;\n --aithe-success-3: #badfc9;\n --aithe-success-4: #97cfac;\n --aithe-success-5: #73bd90;\n --aithe-success-6: #5aa277;\n --aithe-success-7: #4a8461;\n --aithe-success-8: #3d6950;\n --aithe-success-9: #335543;\n --aithe-success-10: #294437;\n --aithe-warning-1: #f9f4ea;\n --aithe-warning-2: #f3e8cf;\n --aithe-warning-3: #e8d3a3;\n --aithe-warning-4: #dbbb79;\n --aithe-warning-5: #c7a05b;\n --aithe-warning-6: #ab8442;\n --aithe-warning-7: #8d6a33;\n --aithe-warning-8: #72532a;\n --aithe-warning-9: #5b4324;\n --aithe-warning-10: #49371f;\n --aithe-danger-1: #faf1f2;\n --aithe-danger-2: #f2dfe2;\n --aithe-danger-3: #e8c3c9;\n --aithe-danger-4: #dba0a9;\n --aithe-danger-5: #c97d88;\n --aithe-danger-6: #b0626d;\n --aithe-danger-7: #924f59;\n --aithe-danger-8: #764149;\n --aithe-danger-9: #60363d;\n --aithe-danger-10: #4d2c31;\n --aithe-neutral-1: #fafbfc;\n --aithe-neutral-2: #f0f2f5;\n --aithe-neutral-3: #dfe4ea;\n --aithe-neutral-4: #c8d0db;\n --aithe-neutral-5: #adb7c6;\n --aithe-neutral-6: #8f99aa;\n --aithe-neutral-7: #717b8d;\n --aithe-neutral-8: #566070;\n --aithe-neutral-9: #3d4654;\n --aithe-neutral-10: #252d36;\n --aithe-color-bg: #f3f4f7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8f9fb 0%, #eff1f4 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.84);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.96);\n --aithe-color-surface-muted: #eceff4;\n --aithe-color-border: rgba(76, 84, 98, 0.16);\n --aithe-color-border-strong: rgba(55, 62, 72, 0.24);\n --aithe-color-text: #222831;\n --aithe-color-text-muted: #5a6473;\n --aithe-color-text-subtle: #848c97;\n --aithe-color-overlay: rgba(28, 31, 37, 0.46);\n --aithe-color-selection: rgba(116, 133, 164, 0.2);\n --aithe-color-focus-ring: rgba(116, 133, 164, 0.34);\n}\n";
|
|
3
|
+
//# sourceMappingURL=gray.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gray.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/gray.ts"],"names":[],"mappings":"AAAA,oJAAoJ;AACpJ,eAAO,MAAM,eAAe,2tEAoE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Indigo theme tokens — steady business, premium texture. 靛蓝主题令牌 — 沉稳商务、高端质感,适合企业后台、金融平台、专业服务。 */
|
|
2
|
+
export declare const indigoThemeTokens = "\n.aithe-theme-indigo,\n[data-aithe-theme='indigo'] {\n color-scheme: light;\n --aithe-primary-1: #f0f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7a68f0;\n --aithe-primary-6: #5c48d6;\n --aithe-primary-7: #4634b0;\n --aithe-primary-8: #34268a;\n --aithe-primary-9: #261a66;\n --aithe-primary-10: #1a1048;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f7f7fa;\n --aithe-neutral-2: #ededf2;\n --aithe-neutral-3: #d8d8e4;\n --aithe-neutral-4: #bcbcd0;\n --aithe-neutral-5: #9e9eb6;\n --aithe-neutral-6: #80809c;\n --aithe-neutral-7: #626280;\n --aithe-neutral-8: #484862;\n --aithe-neutral-9: #303044;\n --aithe-neutral-10: #18182a;\n --aithe-color-bg: #f4f4fc;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8f8ff 0%, #ededf8 100%);\n --aithe-color-surface: rgba(252, 252, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4e4f0;\n --aithe-color-border: rgba(70, 50, 160, 0.16);\n --aithe-color-border-strong: rgba(55, 35, 140, 0.26);\n --aithe-color-text: #14102e;\n --aithe-color-text-muted: #3e346e;\n --aithe-color-text-subtle: #6e64a0;\n --aithe-color-overlay: rgba(10, 6, 30, 0.48);\n --aithe-color-selection: rgba(92, 72, 214, 0.16);\n --aithe-color-focus-ring: rgba(92, 72, 214, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=indigo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indigo.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/indigo.ts"],"names":[],"mappings":"AAAA,mGAAmG;AACnG,eAAO,MAAM,iBAAiB,6tEAoE7B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Ink theme tokens — deep indigo-black, literary & focused. 墨色暗色主题令牌 — 深靛黑,文雅专注,适合写作工具、笔记应用、阅读器。 */
|
|
2
|
+
export declare const inkThemeTokens = "\n.aithe-theme-ink,\n[data-aithe-theme='ink'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0d0e0;\n --aithe-neutral-3: #aaaac0;\n --aithe-neutral-4: #8484a0;\n --aithe-neutral-5: #646480;\n --aithe-neutral-6: #4a4a64;\n --aithe-neutral-7: #363650;\n --aithe-neutral-8: #26263c;\n --aithe-neutral-9: #18182c;\n --aithe-neutral-10: #0c0c1c;\n --aithe-color-bg: #100e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 60, 140, 0.16) 0%, rgba(16, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(18, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(24, 22, 38, 0.96);\n --aithe-color-surface-muted: #16142a;\n --aithe-color-border: rgba(150, 140, 200, 0.14);\n --aithe-color-border-strong: rgba(170, 160, 220, 0.22);\n --aithe-color-text: #e6e4f4;\n --aithe-color-text-muted: #a4a0c0;\n --aithe-color-text-subtle: #747098;\n --aithe-color-overlay: rgba(4, 2, 10, 0.68);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n";
|
|
3
|
+
//# sourceMappingURL=ink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ink.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/ink.ts"],"names":[],"mappings":"AAAA,qGAAqG;AACrG,eAAO,MAAM,cAAc,ogFAyE1B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Light theme tokens — primary, success, warning, danger, neutral scales plus semantic color aliases. 浅色主题令牌 — primary、success、warning、danger、neutral 色阶及语义颜色别名。 */
|
|
2
|
+
export declare const lightThemeTokens = "\n.aithe-theme-light,\n[data-aithe-theme='light'],\n:root {\n color-scheme: light;\n --aithe-primary-1: #f2f7ff;\n --aithe-primary-2: #e3efff;\n --aithe-primary-3: #c8deff;\n --aithe-primary-4: #9ec5ff;\n --aithe-primary-5: #74aaff;\n --aithe-primary-6: #4d8dff;\n --aithe-primary-7: #326fe1;\n --aithe-primary-8: #2859b5;\n --aithe-primary-9: #22488f;\n --aithe-primary-10: #1d3970;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f7f8fb;\n --aithe-neutral-2: #eef1f6;\n --aithe-neutral-3: #e1e6ef;\n --aithe-neutral-4: #c9d1df;\n --aithe-neutral-5: #aeb8cb;\n --aithe-neutral-6: #8f9ab0;\n --aithe-neutral-7: #6d788f;\n --aithe-neutral-8: #4d576b;\n --aithe-neutral-9: #2f3747;\n --aithe-neutral-10: #151a22;\n --aithe-color-bg: #f5f7fb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f9fbff 0%, #f2f5fb 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.82);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #eef2f8;\n --aithe-color-border: rgba(76, 94, 132, 0.18);\n --aithe-color-border-strong: rgba(52, 66, 96, 0.28);\n --aithe-color-text: #152033;\n --aithe-color-text-muted: #526079;\n --aithe-color-text-subtle: #7b879b;\n --aithe-color-overlay: rgba(11, 17, 29, 0.54);\n --aithe-color-selection: rgba(77, 141, 255, 0.18);\n --aithe-color-focus-ring: rgba(77, 141, 255, 0.38);\n}\n";
|
|
3
|
+
//# sourceMappingURL=light.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/light.ts"],"names":[],"mappings":"AAAA,qKAAqK;AACrK,eAAO,MAAM,gBAAgB,quEAqE5B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Midnight theme tokens — deep blue-black, serene & immersive. 午夜暗色主题令牌 — 深邃蓝黑,宁静沉浸,适合数据大屏、监控面板、夜间模式。 */
|
|
2
|
+
export declare const midnightThemeTokens = "\n.aithe-theme-midnight,\n[data-aithe-theme='midnight'] {\n color-scheme: dark;\n --aithe-primary-1: #edf2ff;\n --aithe-primary-2: #d4e0ff;\n --aithe-primary-3: #afc6ff;\n --aithe-primary-4: #84a8ff;\n --aithe-primary-5: #5c8af5;\n --aithe-primary-6: #4070e0;\n --aithe-primary-7: #3458b8;\n --aithe-primary-8: #2a4494;\n --aithe-primary-9: #223472;\n --aithe-primary-10: #1a2654;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f8;\n --aithe-neutral-2: #d2d8e8;\n --aithe-neutral-3: #aeb8ce;\n --aithe-neutral-4: #8a96b2;\n --aithe-neutral-5: #6a7894;\n --aithe-neutral-6: #4e5c76;\n --aithe-neutral-7: #384460;\n --aithe-neutral-8: #26304c;\n --aithe-neutral-9: #18203a;\n --aithe-neutral-10: #0e1428;\n --aithe-color-bg: #0c101e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 80, 160, 0.20) 0%, rgba(12, 16, 30, 1) 55%);\n --aithe-color-surface: rgba(14, 20, 36, 0.84);\n --aithe-color-surface-elevated: rgba(18, 26, 48, 0.96);\n --aithe-color-surface-muted: #121828;\n --aithe-color-border: rgba(140, 170, 230, 0.14);\n --aithe-color-border-strong: rgba(160, 190, 245, 0.22);\n --aithe-color-text: #e4eaf8;\n --aithe-color-text-muted: #a0b0cc;\n --aithe-color-text-subtle: #6e82a6;\n --aithe-color-overlay: rgba(2, 4, 12, 0.68);\n --aithe-color-selection: rgba(64, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(64, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n";
|
|
3
|
+
//# sourceMappingURL=midnight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"midnight.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/midnight.ts"],"names":[],"mappings":"AAAA,0GAA0G;AAC1G,eAAO,MAAM,mBAAmB,8gFAyE/B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Navy theme tokens — deep navy blue, authoritative & trustworthy. 海军蓝暗色主题令牌 — 深邃藏蓝,权威可信,适合金融后台、企业管理、政务系统。 */
|
|
2
|
+
export declare const navyThemeTokens = "\n.aithe-theme-navy,\n[data-aithe-theme='navy'] {\n color-scheme: dark;\n --aithe-primary-1: #ecf0ff;\n --aithe-primary-2: #d0dcff;\n --aithe-primary-3: #a8c0ff;\n --aithe-primary-4: #789ef5;\n --aithe-primary-5: #5880e0;\n --aithe-primary-6: #4066c0;\n --aithe-primary-7: #3450a0;\n --aithe-primary-8: #283e80;\n --aithe-primary-9: #1e3062;\n --aithe-primary-10: #162448;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #e8ecf8;\n --aithe-neutral-2: #c8d0e4;\n --aithe-neutral-3: #9eaac8;\n --aithe-neutral-4: #7484a8;\n --aithe-neutral-5: #566488;\n --aithe-neutral-6: #3e4c6c;\n --aithe-neutral-7: #2c3854;\n --aithe-neutral-8: #1e2840;\n --aithe-neutral-9: #141c30;\n --aithe-neutral-10: #0a1020;\n --aithe-color-bg: #0a0e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(40, 70, 150, 0.18) 0%, rgba(10, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(12, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(16, 22, 40, 0.96);\n --aithe-color-surface-muted: #101628;\n --aithe-color-border: rgba(120, 150, 220, 0.14);\n --aithe-color-border-strong: rgba(140, 170, 240, 0.22);\n --aithe-color-text: #e0e8f8;\n --aithe-color-text-muted: #98a8c8;\n --aithe-color-text-subtle: #6878a0;\n --aithe-color-overlay: rgba(2, 4, 10, 0.68);\n --aithe-color-selection: rgba(64, 102, 192, 0.22);\n --aithe-color-focus-ring: rgba(64, 102, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n";
|
|
3
|
+
//# sourceMappingURL=navy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navy.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/navy.ts"],"names":[],"mappings":"AAAA,+GAA+G;AAC/G,eAAO,MAAM,eAAe,sgFAyE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Obsidian theme tokens — volcanic glass black, pure & authoritative. 黑曜石暗色主题令牌 — 火山玻璃黑,纯粹权威,适合安全平台、终端工具、极简暗色。 */
|
|
2
|
+
export declare const obsidianThemeTokens = "\n.aithe-theme-obsidian,\n[data-aithe-theme='obsidian'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d8e2ff;\n --aithe-primary-3: #b4c8ff;\n --aithe-primary-4: #88a8ff;\n --aithe-primary-5: #6288f0;\n --aithe-primary-6: #4c6cd4;\n --aithe-primary-7: #3c54ae;\n --aithe-primary-8: #2e408a;\n --aithe-primary-9: #223068;\n --aithe-primary-10: #18224c;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d0d4dc;\n --aithe-neutral-3: #a8aec0;\n --aithe-neutral-4: #828a9e;\n --aithe-neutral-5: #606880;\n --aithe-neutral-6: #464e64;\n --aithe-neutral-7: #323a50;\n --aithe-neutral-8: #22283c;\n --aithe-neutral-9: #161a2c;\n --aithe-neutral-10: #0c0e1a;\n --aithe-color-bg: #0a0c14;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(60, 70, 120, 0.14) 0%, rgba(10, 12, 20, 1) 55%);\n --aithe-color-surface: rgba(12, 14, 22, 0.86);\n --aithe-color-surface-elevated: rgba(16, 20, 32, 0.96);\n --aithe-color-surface-muted: #10121c;\n --aithe-color-border: rgba(130, 150, 200, 0.12);\n --aithe-color-border-strong: rgba(150, 170, 220, 0.20);\n --aithe-color-text: #e0e4f0;\n --aithe-color-text-muted: #98a0b8;\n --aithe-color-text-subtle: #687088;\n --aithe-color-overlay: rgba(2, 2, 8, 0.70);\n --aithe-color-selection: rgba(76, 108, 212, 0.20);\n --aithe-color-focus-ring: rgba(76, 108, 212, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.28);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.34);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.40);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.46);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.52);\n}\n";
|
|
3
|
+
//# sourceMappingURL=obsidian.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"obsidian.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/obsidian.ts"],"names":[],"mappings":"AAAA,mHAAmH;AACnH,eAAO,MAAM,mBAAmB,6gFAyE/B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Onyx theme tokens — pure deep black, minimal & bold. 缟玛瑙暗色主题令牌 — 纯粹深黑,极简大胆,适合高端展示、摄影作品、暗色画廊。 */
|
|
2
|
+
export declare const onyxThemeTokens = "\n.aithe-theme-onyx,\n[data-aithe-theme='onyx'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f6;\n --aithe-primary-2: #d8dce8;\n --aithe-primary-3: #b4bcd0;\n --aithe-primary-4: #8c98b8;\n --aithe-primary-5: #6878a0;\n --aithe-primary-6: #506088;\n --aithe-primary-7: #3e4e70;\n --aithe-primary-8: #2e3e5a;\n --aithe-primary-9: #223046;\n --aithe-primary-10: #182234;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eceef2;\n --aithe-neutral-2: #ccd0d8;\n --aithe-neutral-3: #a4aab8;\n --aithe-neutral-4: #808898;\n --aithe-neutral-5: #606878;\n --aithe-neutral-6: #484e5e;\n --aithe-neutral-7: #343a48;\n --aithe-neutral-8: #242834;\n --aithe-neutral-9: #161a24;\n --aithe-neutral-10: #0a0c14;\n --aithe-color-bg: #08090e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 56, 80, 0.12) 0%, rgba(8, 9, 14, 1) 55%);\n --aithe-color-surface: rgba(10, 12, 18, 0.88);\n --aithe-color-surface-elevated: rgba(14, 16, 24, 0.96);\n --aithe-color-surface-muted: #0e1018;\n --aithe-color-border: rgba(120, 130, 170, 0.12);\n --aithe-color-border-strong: rgba(140, 150, 190, 0.20);\n --aithe-color-text: #dce0ec;\n --aithe-color-text-muted: #949cb0;\n --aithe-color-text-subtle: #646c80;\n --aithe-color-overlay: rgba(0, 0, 4, 0.72);\n --aithe-color-selection: rgba(80, 96, 136, 0.20);\n --aithe-color-focus-ring: rgba(80, 96, 136, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.30);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.36);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.42);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.48);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.54);\n}\n";
|
|
3
|
+
//# sourceMappingURL=onyx.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onyx.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/onyx.ts"],"names":[],"mappings":"AAAA,mGAAmG;AACnG,eAAO,MAAM,eAAe,ggFAyE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Orange theme tokens — warm & vibrant, ideal for operational emphasis and promotional campaigns. 橙色主题令牌 — 温暖活力、运营强调色,适合促销活动、运营引导。 */
|
|
2
|
+
export declare const orangeThemeTokens = "\n.aithe-theme-orange,\n[data-aithe-theme='orange'] {\n color-scheme: light;\n --aithe-primary-1: #fff7e6;\n --aithe-primary-2: #ffe8c1;\n --aithe-primary-3: #ffd591;\n --aithe-primary-4: #ffba5c;\n --aithe-primary-5: #ff9c2e;\n --aithe-primary-6: #e87a18;\n --aithe-primary-7: #c45e0a;\n --aithe-primary-8: #9e4808;\n --aithe-primary-9: #7a3606;\n --aithe-primary-10: #562504;\n --aithe-success-1: #f0faf2;\n --aithe-success-2: #d8f0dc;\n --aithe-success-3: #b3e2bb;\n --aithe-success-4: #7dce8c;\n --aithe-success-5: #4db866;\n --aithe-success-6: #2f9e4a;\n --aithe-success-7: #1f8138;\n --aithe-success-8: #18652e;\n --aithe-success-9: #124e24;\n --aithe-success-10: #0c381a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f7;\n --aithe-neutral-2: #f2efeb;\n --aithe-neutral-3: #e6e0d8;\n --aithe-neutral-4: #d0c7ba;\n --aithe-neutral-5: #b3a794;\n --aithe-neutral-6: #948774;\n --aithe-neutral-7: #746a5c;\n --aithe-neutral-8: #544c42;\n --aithe-neutral-9: #36302a;\n --aithe-neutral-10: #1c1814;\n --aithe-color-bg: #fdf8f2;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffbf7 0%, #fdf4ea 100%);\n --aithe-color-surface: rgba(255, 253, 250, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f5ede2;\n --aithe-color-border: rgba(160, 110, 50, 0.16);\n --aithe-color-border-strong: rgba(140, 85, 30, 0.26);\n --aithe-color-text: #2a1e10;\n --aithe-color-text-muted: #6e5230;\n --aithe-color-text-subtle: #9a7e5a;\n --aithe-color-overlay: rgba(30, 18, 5, 0.48);\n --aithe-color-selection: rgba(232, 122, 24, 0.16);\n --aithe-color-focus-ring: rgba(232, 122, 24, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=orange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orange.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/orange.ts"],"names":[],"mappings":"AAAA,uIAAuI;AACvI,eAAO,MAAM,iBAAiB,guEAoE7B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Pink theme tokens — soft & fresh, young & friendly. 粉色主题令牌 — 柔和清新、年轻友好,适合社交、生活方式、女性向产品。 */
|
|
2
|
+
export declare const pinkThemeTokens = "\n.aithe-theme-pink,\n[data-aithe-theme='pink'] {\n color-scheme: light;\n --aithe-primary-1: #fff0f6;\n --aithe-primary-2: #ffdce8;\n --aithe-primary-3: #ffc0d6;\n --aithe-primary-4: #ff9ebe;\n --aithe-primary-5: #f574a8;\n --aithe-primary-6: #e04d8a;\n --aithe-primary-7: #c03070;\n --aithe-primary-8: #9e1e5a;\n --aithe-primary-9: #7a1246;\n --aithe-primary-10: #560a32;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #faf8f9;\n --aithe-neutral-2: #f2eef0;\n --aithe-neutral-3: #e4dce0;\n --aithe-neutral-4: #cec0c8;\n --aithe-neutral-5: #b0a0aa;\n --aithe-neutral-6: #92828e;\n --aithe-neutral-7: #746474;\n --aithe-neutral-8: #564858;\n --aithe-neutral-9: #382e3a;\n --aithe-neutral-10: #1c161e;\n --aithe-color-bg: #fdf4f7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fff8fa 0%, #fcedf3 100%);\n --aithe-color-surface: rgba(255, 252, 254, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f5e6ee;\n --aithe-color-border: rgba(160, 60, 100, 0.16);\n --aithe-color-border-strong: rgba(140, 40, 80, 0.26);\n --aithe-color-text: #2e1220;\n --aithe-color-text-muted: #6e3a56;\n --aithe-color-text-subtle: #9e6a86;\n --aithe-color-overlay: rgba(30, 10, 20, 0.48);\n --aithe-color-selection: rgba(224, 77, 138, 0.16);\n --aithe-color-focus-ring: rgba(224, 77, 138, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=pink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pink.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/pink.ts"],"names":[],"mappings":"AAAA,8FAA8F;AAC9F,eAAO,MAAM,eAAe,6tEAoE3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Purple theme tokens — refined luxury, tech elegance. 紫色主题令牌 — 轻奢高级、科技优雅,适合高端产品、创意平台。 */
|
|
2
|
+
export declare const purpleThemeTokens = "\n.aithe-theme-purple,\n[data-aithe-theme='purple'] {\n color-scheme: light;\n --aithe-primary-1: #f5f0ff;\n --aithe-primary-2: #e8dbff;\n --aithe-primary-3: #d3bfff;\n --aithe-primary-4: #b899ff;\n --aithe-primary-5: #9b6ff5;\n --aithe-primary-6: #7c4de0;\n --aithe-primary-7: #6334c0;\n --aithe-primary-8: #4e259e;\n --aithe-primary-9: #3b1a7a;\n --aithe-primary-10: #281056;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f8f7fa;\n --aithe-neutral-2: #eeeef4;\n --aithe-neutral-3: #dddde8;\n --aithe-neutral-4: #c4c3d4;\n --aithe-neutral-5: #a8a6bc;\n --aithe-neutral-6: #8a88a0;\n --aithe-neutral-7: #6c6a82;\n --aithe-neutral-8: #504e64;\n --aithe-neutral-9: #343246;\n --aithe-neutral-10: #1a1926;\n --aithe-color-bg: #f6f4fb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #faf9ff 0%, #f0edf8 100%);\n --aithe-color-surface: rgba(255, 254, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #edeaf4;\n --aithe-color-border: rgba(100, 70, 160, 0.16);\n --aithe-color-border-strong: rgba(80, 50, 140, 0.26);\n --aithe-color-text: #1e1530;\n --aithe-color-text-muted: #4e3a6e;\n --aithe-color-text-subtle: #7e6a9e;\n --aithe-color-overlay: rgba(18, 10, 36, 0.48);\n --aithe-color-selection: rgba(124, 77, 224, 0.16);\n --aithe-color-focus-ring: rgba(124, 77, 224, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=purple.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"purple.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/purple.ts"],"names":[],"mappings":"AAAA,2FAA2F;AAC3F,eAAO,MAAM,iBAAiB,iuEAoE7B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Raisin theme tokens — dark purple-black, creative & mysterious. 葡萄干暗色主题令牌 — 深紫黑,创意神秘,适合创意工具、音乐平台、艺术展示。 */
|
|
2
|
+
export declare const raisinThemeTokens = "\n.aithe-theme-raisin,\n[data-aithe-theme='raisin'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0ff;\n --aithe-primary-2: #e0d8ff;\n --aithe-primary-3: #c4b4ff;\n --aithe-primary-4: #a48cf5;\n --aithe-primary-5: #8868e0;\n --aithe-primary-6: #6e50c0;\n --aithe-primary-7: #583ca0;\n --aithe-primary-8: #442e80;\n --aithe-primary-9: #342264;\n --aithe-primary-10: #26184a;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0cee0;\n --aithe-neutral-3: #aaa8c0;\n --aithe-neutral-4: #8680a0;\n --aithe-neutral-5: #666080;\n --aithe-neutral-6: #4e4868;\n --aithe-neutral-7: #3a3452;\n --aithe-neutral-8: #2a263e;\n --aithe-neutral-9: #1c1a2e;\n --aithe-neutral-10: #0e0c1e;\n --aithe-color-bg: #120e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 50, 140, 0.18) 0%, rgba(18, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(16, 12, 24, 0.84);\n --aithe-color-surface-elevated: rgba(22, 18, 34, 0.96);\n --aithe-color-surface-muted: #18142a;\n --aithe-color-border: rgba(150, 130, 200, 0.14);\n --aithe-color-border-strong: rgba(170, 150, 220, 0.22);\n --aithe-color-text: #e6e0f4;\n --aithe-color-text-muted: #a498c0;\n --aithe-color-text-subtle: #746898;\n --aithe-color-overlay: rgba(4, 2, 8, 0.68);\n --aithe-color-selection: rgba(110, 80, 192, 0.22);\n --aithe-color-focus-ring: rgba(110, 80, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n";
|
|
3
|
+
//# sourceMappingURL=raisin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raisin.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/raisin.ts"],"names":[],"mappings":"AAAA,6GAA6G;AAC7G,eAAO,MAAM,iBAAiB,ygFAyE7B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Slate theme tokens — cool blue-gray dark, calm & professional. 石板暗色主题令牌 — 冷调蓝灰暗色,沉稳专业,适合 IDE、开发者工具、技术后台。 */
|
|
2
|
+
export declare const slateThemeTokens = "\n.aithe-theme-slate,\n[data-aithe-theme='slate'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d9e4ff;\n --aithe-primary-3: #b8ccff;\n --aithe-primary-4: #8eaaff;\n --aithe-primary-5: #6b8cf5;\n --aithe-primary-6: #5470e0;\n --aithe-primary-7: #4358b8;\n --aithe-primary-8: #364590;\n --aithe-primary-9: #2b3670;\n --aithe-primary-10: #212954;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f1f3f8;\n --aithe-neutral-2: #d8dce6;\n --aithe-neutral-3: #b8bfce;\n --aithe-neutral-4: #96a0b4;\n --aithe-neutral-5: #76829a;\n --aithe-neutral-6: #5a6680;\n --aithe-neutral-7: #424d64;\n --aithe-neutral-8: #2e374c;\n --aithe-neutral-9: #1e2536;\n --aithe-neutral-10: #111620;\n --aithe-color-bg: #141a24;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(70, 90, 140, 0.18) 0%, rgba(20, 26, 36, 1) 55%);\n --aithe-color-surface: rgba(22, 30, 44, 0.84);\n --aithe-color-surface-elevated: rgba(26, 36, 54, 0.96);\n --aithe-color-surface-muted: #1a2230;\n --aithe-color-border: rgba(160, 180, 220, 0.14);\n --aithe-color-border-strong: rgba(175, 195, 235, 0.22);\n --aithe-color-text: #e8edf8;\n --aithe-color-text-muted: #a8b4cc;\n --aithe-color-text-subtle: #7a88a2;\n --aithe-color-overlay: rgba(4, 8, 16, 0.66);\n --aithe-color-selection: rgba(84, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(84, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.20);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.26);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.32);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.38);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.44);\n}\n";
|
|
3
|
+
//# sourceMappingURL=slate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slate.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/slate.ts"],"names":[],"mappings":"AAAA,+GAA+G;AAC/G,eAAO,MAAM,gBAAgB,wgFAyE5B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Teal theme tokens — crisp & professional, calm tech. 青色主题令牌 — 清爽专业、冷静科技,适合 SaaS、数据平台、专业工具。 */
|
|
2
|
+
export declare const tealThemeTokens = "\n.aithe-theme-teal,\n[data-aithe-theme='teal'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffb;\n --aithe-primary-2: #b5f5ec;\n --aithe-primary-3: #87e8de;\n --aithe-primary-4: #5cdbd3;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #13a8a8;\n --aithe-primary-7: #088a8a;\n --aithe-primary-8: #006d6d;\n --aithe-primary-9: #005252;\n --aithe-primary-10: #003a3a;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f7faf9;\n --aithe-neutral-2: #ecf2f0;\n --aithe-neutral-3: #d8e6e2;\n --aithe-neutral-4: #bad0ca;\n --aithe-neutral-5: #9ab4ac;\n --aithe-neutral-6: #7c968e;\n --aithe-neutral-7: #5e7872;\n --aithe-neutral-8: #425a56;\n --aithe-neutral-9: #2a3e3a;\n --aithe-neutral-10: #162624;\n --aithe-color-bg: #f2faf8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f6fcfb 0%, #eaf5f2 100%);\n --aithe-color-surface: rgba(250, 255, 254, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e2f0ec;\n --aithe-color-border: rgba(40, 120, 110, 0.16);\n --aithe-color-border-strong: rgba(30, 100, 90, 0.26);\n --aithe-color-text: #0e2a26;\n --aithe-color-text-muted: #2e5e56;\n --aithe-color-text-subtle: #5e8e86;\n --aithe-color-overlay: rgba(5, 24, 22, 0.48);\n --aithe-color-selection: rgba(19, 168, 168, 0.16);\n --aithe-color-focus-ring: rgba(19, 168, 168, 0.36);\n}\n";
|
|
3
|
+
//# sourceMappingURL=teal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teal.d.ts","sourceRoot":"","sources":["../../../../src/styles/theme/teal.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,eAAO,MAAM,eAAe,4tEAoE3B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/** Concatenated CSS text containing all theme tokens and global styles. 包含所有主题令牌和全局样式的拼接 CSS 文本。 */
|
|
2
|
+
export declare const aitheThemeText = "\n\n.aithe-theme-light,\n[data-aithe-theme='light'],\n:root {\n color-scheme: light;\n --aithe-primary-1: #f2f7ff;\n --aithe-primary-2: #e3efff;\n --aithe-primary-3: #c8deff;\n --aithe-primary-4: #9ec5ff;\n --aithe-primary-5: #74aaff;\n --aithe-primary-6: #4d8dff;\n --aithe-primary-7: #326fe1;\n --aithe-primary-8: #2859b5;\n --aithe-primary-9: #22488f;\n --aithe-primary-10: #1d3970;\n --aithe-success-1: #effcf6;\n --aithe-success-2: #d9f5e6;\n --aithe-success-3: #b7ebcf;\n --aithe-success-4: #84d9ae;\n --aithe-success-5: #52c48a;\n --aithe-success-6: #2eae70;\n --aithe-success-7: #1f915d;\n --aithe-success-8: #1b754e;\n --aithe-success-9: #185e40;\n --aithe-success-10: #144b34;\n --aithe-warning-1: #fff8e8;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffe08c;\n --aithe-warning-4: #ffcc59;\n --aithe-warning-5: #f6b73a;\n --aithe-warning-6: #dd9621;\n --aithe-warning-7: #b97516;\n --aithe-warning-8: #955b14;\n --aithe-warning-9: #754712;\n --aithe-warning-10: #5c390f;\n --aithe-danger-1: #fff1f2;\n --aithe-danger-2: #ffe0e4;\n --aithe-danger-3: #ffc4cb;\n --aithe-danger-4: #ff9ca8;\n --aithe-danger-5: #ff7283;\n --aithe-danger-6: #f04f64;\n --aithe-danger-7: #cf3950;\n --aithe-danger-8: #ab3144;\n --aithe-danger-9: #882c3a;\n --aithe-danger-10: #6d2630;\n --aithe-neutral-1: #f7f8fb;\n --aithe-neutral-2: #eef1f6;\n --aithe-neutral-3: #e1e6ef;\n --aithe-neutral-4: #c9d1df;\n --aithe-neutral-5: #aeb8cb;\n --aithe-neutral-6: #8f9ab0;\n --aithe-neutral-7: #6d788f;\n --aithe-neutral-8: #4d576b;\n --aithe-neutral-9: #2f3747;\n --aithe-neutral-10: #151a22;\n --aithe-color-bg: #f5f7fb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f9fbff 0%, #f2f5fb 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.82);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #eef2f8;\n --aithe-color-border: rgba(76, 94, 132, 0.18);\n --aithe-color-border-strong: rgba(52, 66, 96, 0.28);\n --aithe-color-text: #152033;\n --aithe-color-text-muted: #526079;\n --aithe-color-text-subtle: #7b879b;\n --aithe-color-overlay: rgba(11, 17, 29, 0.54);\n --aithe-color-selection: rgba(77, 141, 255, 0.18);\n --aithe-color-focus-ring: rgba(77, 141, 255, 0.38);\n}\n\n\n.aithe-theme-dark,\n[data-aithe-theme='dark'] {\n color-scheme: dark;\n --aithe-primary-1: #edf4ff;\n --aithe-primary-2: #d7e5ff;\n --aithe-primary-3: #b8d2ff;\n --aithe-primary-4: #8ab3ff;\n --aithe-primary-5: #6092ff;\n --aithe-primary-6: #4a7dff;\n --aithe-primary-7: #3d68e0;\n --aithe-primary-8: #3555b6;\n --aithe-primary-9: #2f478f;\n --aithe-primary-10: #28396f;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #cef6df;\n --aithe-success-3: #a7ecc4;\n --aithe-success-4: #7ad7a5;\n --aithe-success-5: #53bf88;\n --aithe-success-6: #35a66f;\n --aithe-success-7: #278a5c;\n --aithe-success-8: #1e6f4b;\n --aithe-success-9: #195a3d;\n --aithe-success-10: #154931;\n --aithe-warning-1: #fff8eb;\n --aithe-warning-2: #ffeec8;\n --aithe-warning-3: #ffdd92;\n --aithe-warning-4: #ffc85f;\n --aithe-warning-5: #f1b042;\n --aithe-warning-6: #d18f29;\n --aithe-warning-7: #ad701d;\n --aithe-warning-8: #8b5819;\n --aithe-warning-9: #6f4617;\n --aithe-warning-10: #593813;\n --aithe-danger-1: #fff1f4;\n --aithe-danger-2: #ffdce2;\n --aithe-danger-3: #ffbcc8;\n --aithe-danger-4: #ff92a4;\n --aithe-danger-5: #f86c83;\n --aithe-danger-6: #df526b;\n --aithe-danger-7: #be4159;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7a2d3d;\n --aithe-danger-10: #612634;\n --aithe-neutral-1: #f5f7fb;\n --aithe-neutral-2: #dfe5ef;\n --aithe-neutral-3: #c7d0de;\n --aithe-neutral-4: #aab6c9;\n --aithe-neutral-5: #8997b0;\n --aithe-neutral-6: #6d7a92;\n --aithe-neutral-7: #536077;\n --aithe-neutral-8: #3b465a;\n --aithe-neutral-9: #242d3d;\n --aithe-neutral-10: #121925;\n --aithe-color-bg: #0d1119;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(55, 87, 151, 0.22) 0%, rgba(13, 17, 25, 1) 58%);\n --aithe-color-surface: rgba(17, 24, 39, 0.82);\n --aithe-color-surface-elevated: rgba(19, 27, 44, 0.96);\n --aithe-color-surface-muted: #151c2b;\n --aithe-color-border: rgba(172, 188, 217, 0.14);\n --aithe-color-border-strong: rgba(183, 198, 228, 0.22);\n --aithe-color-text: #edf3ff;\n --aithe-color-text-muted: #b0bdd4;\n --aithe-color-text-subtle: #8894ab;\n --aithe-color-overlay: rgba(1, 4, 11, 0.68);\n --aithe-color-selection: rgba(116, 170, 255, 0.24);\n --aithe-color-focus-ring: rgba(116, 170, 255, 0.42);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.18);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.24);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.3);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.36);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.42);\n}\n\n\n.aithe-theme-gray,\n[data-aithe-theme='gray'] {\n color-scheme: light;\n --aithe-primary-1: #f4f6fb;\n --aithe-primary-2: #e8edf6;\n --aithe-primary-3: #d4dce9;\n --aithe-primary-4: #b8c3d8;\n --aithe-primary-5: #96a4c0;\n --aithe-primary-6: #7485a4;\n --aithe-primary-7: #5e708d;\n --aithe-primary-8: #4d5d76;\n --aithe-primary-9: #404d61;\n --aithe-primary-10: #313a48;\n --aithe-success-1: #eff7f3;\n --aithe-success-2: #dcefe4;\n --aithe-success-3: #badfc9;\n --aithe-success-4: #97cfac;\n --aithe-success-5: #73bd90;\n --aithe-success-6: #5aa277;\n --aithe-success-7: #4a8461;\n --aithe-success-8: #3d6950;\n --aithe-success-9: #335543;\n --aithe-success-10: #294437;\n --aithe-warning-1: #f9f4ea;\n --aithe-warning-2: #f3e8cf;\n --aithe-warning-3: #e8d3a3;\n --aithe-warning-4: #dbbb79;\n --aithe-warning-5: #c7a05b;\n --aithe-warning-6: #ab8442;\n --aithe-warning-7: #8d6a33;\n --aithe-warning-8: #72532a;\n --aithe-warning-9: #5b4324;\n --aithe-warning-10: #49371f;\n --aithe-danger-1: #faf1f2;\n --aithe-danger-2: #f2dfe2;\n --aithe-danger-3: #e8c3c9;\n --aithe-danger-4: #dba0a9;\n --aithe-danger-5: #c97d88;\n --aithe-danger-6: #b0626d;\n --aithe-danger-7: #924f59;\n --aithe-danger-8: #764149;\n --aithe-danger-9: #60363d;\n --aithe-danger-10: #4d2c31;\n --aithe-neutral-1: #fafbfc;\n --aithe-neutral-2: #f0f2f5;\n --aithe-neutral-3: #dfe4ea;\n --aithe-neutral-4: #c8d0db;\n --aithe-neutral-5: #adb7c6;\n --aithe-neutral-6: #8f99aa;\n --aithe-neutral-7: #717b8d;\n --aithe-neutral-8: #566070;\n --aithe-neutral-9: #3d4654;\n --aithe-neutral-10: #252d36;\n --aithe-color-bg: #f3f4f7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8f9fb 0%, #eff1f4 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.84);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.96);\n --aithe-color-surface-muted: #eceff4;\n --aithe-color-border: rgba(76, 84, 98, 0.16);\n --aithe-color-border-strong: rgba(55, 62, 72, 0.24);\n --aithe-color-text: #222831;\n --aithe-color-text-muted: #5a6473;\n --aithe-color-text-subtle: #848c97;\n --aithe-color-overlay: rgba(28, 31, 37, 0.46);\n --aithe-color-selection: rgba(116, 133, 164, 0.2);\n --aithe-color-focus-ring: rgba(116, 133, 164, 0.34);\n}\n\n\n.aithe-theme-blue,\n[data-aithe-theme='blue'] {\n color-scheme: light;\n --aithe-primary-1: #eaf3ff;\n --aithe-primary-2: #d2e4ff;\n --aithe-primary-3: #aacbff;\n --aithe-primary-4: #79acff;\n --aithe-primary-5: #518fff;\n --aithe-primary-6: #2c73f6;\n --aithe-primary-7: #245dd0;\n --aithe-primary-8: #234ca6;\n --aithe-primary-9: #213f81;\n --aithe-primary-10: #1f3365;\n --aithe-success-1: #effcf7;\n --aithe-success-2: #d2f5e4;\n --aithe-success-3: #afead0;\n --aithe-success-4: #7fd5af;\n --aithe-success-5: #59bd92;\n --aithe-success-6: #3aa478;\n --aithe-success-7: #2d8964;\n --aithe-success-8: #266f53;\n --aithe-success-9: #215a45;\n --aithe-success-10: #1b4938;\n --aithe-warning-1: #fff8e9;\n --aithe-warning-2: #ffefc7;\n --aithe-warning-3: #ffdd90;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #f2aa3d;\n --aithe-warning-6: #d38b25;\n --aithe-warning-7: #af6e1b;\n --aithe-warning-8: #8e5718;\n --aithe-warning-9: #724618;\n --aithe-warning-10: #5b3815;\n --aithe-danger-1: #fff0f3;\n --aithe-danger-2: #ffdbe2;\n --aithe-danger-3: #ffbbc8;\n --aithe-danger-4: #ff8fa1;\n --aithe-danger-5: #f66a80;\n --aithe-danger-6: #de5069;\n --aithe-danger-7: #bd3f56;\n --aithe-danger-8: #99354a;\n --aithe-danger-9: #7c2f3f;\n --aithe-danger-10: #632837;\n --aithe-neutral-1: #f4f7fc;\n --aithe-neutral-2: #e8edf6;\n --aithe-neutral-3: #d3dcf0;\n --aithe-neutral-4: #b5c3e2;\n --aithe-neutral-5: #95a5cf;\n --aithe-neutral-6: #7688b8;\n --aithe-neutral-7: #5a6d9e;\n --aithe-neutral-8: #425580;\n --aithe-neutral-9: #2c3d5e;\n --aithe-neutral-10: #1a2740;\n --aithe-color-bg: #f0f5ff;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f5f9ff 0%, #eaf0fe 100%);\n --aithe-color-surface: rgba(255, 255, 255, 0.85);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4ecfa;\n --aithe-color-border: rgba(44, 115, 246, 0.16);\n --aithe-color-border-strong: rgba(44, 115, 246, 0.28);\n --aithe-color-text: #152033;\n --aithe-color-text-muted: #4a5e80;\n --aithe-color-text-subtle: #7b8fae;\n --aithe-color-overlay: rgba(9, 17, 31, 0.48);\n --aithe-color-selection: rgba(44, 115, 246, 0.18);\n --aithe-color-focus-ring: rgba(44, 115, 246, 0.38);\n}\n\n\n.aithe-theme-festive,\n[data-aithe-theme='festive'] {\n color-scheme: light;\n --aithe-primary-1: #fff5f5;\n --aithe-primary-2: #ffe8e6;\n --aithe-primary-3: #ffd4cf;\n --aithe-primary-4: #ffb3aa;\n --aithe-primary-5: #ff8c80;\n --aithe-primary-6: #f5313d;\n --aithe-primary-7: #d91a2a;\n --aithe-primary-8: #b51020;\n --aithe-primary-9: #8e0a18;\n --aithe-primary-10: #660612;\n --aithe-success-1: #f6ffed;\n --aithe-success-2: #e4f7d5;\n --aithe-success-3: #c5eeb0;\n --aithe-success-4: #95de64;\n --aithe-success-5: #73d13d;\n --aithe-success-6: #52c41a;\n --aithe-success-7: #389e0d;\n --aithe-success-8: #237804;\n --aithe-success-9: #135200;\n --aithe-success-10: #092b00;\n --aithe-warning-1: #fffbf0;\n --aithe-warning-2: #fff1cc;\n --aithe-warning-3: #ffe4a0;\n --aithe-warning-4: #ffd470;\n --aithe-warning-5: #f5c242;\n --aithe-warning-6: #d4a017;\n --aithe-warning-7: #b8860b;\n --aithe-warning-8: #8c6d0f;\n --aithe-warning-9: #6b4f0a;\n --aithe-warning-10: #493506;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffccc7;\n --aithe-danger-3: #ffa39e;\n --aithe-danger-4: #ff7875;\n --aithe-danger-5: #ff4d4f;\n --aithe-danger-6: #d91a2a;\n --aithe-danger-7: #b51020;\n --aithe-danger-8: #8e0a18;\n --aithe-danger-9: #660612;\n --aithe-danger-10: #44040c;\n --aithe-neutral-1: #fdfbfa;\n --aithe-neutral-2: #f8f3f1;\n --aithe-neutral-3: #efe6e2;\n --aithe-neutral-4: #ddd0c8;\n --aithe-neutral-5: #c4b2a6;\n --aithe-neutral-6: #a89486;\n --aithe-neutral-7: #8a766a;\n --aithe-neutral-8: #665850;\n --aithe-neutral-9: #423a36;\n --aithe-neutral-10: #221e1c;\n --aithe-color-bg: #fefaf7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffdfb 0%, #fef5ef 100%);\n --aithe-color-surface: rgba(255, 253, 251, 0.90);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f8efe6;\n --aithe-color-border: rgba(180, 80, 50, 0.14);\n --aithe-color-border-strong: rgba(160, 60, 35, 0.24);\n --aithe-color-text: #2c1014;\n --aithe-color-text-muted: #6e3a3a;\n --aithe-color-text-subtle: #9a6e68;\n --aithe-color-overlay: rgba(36, 8, 8, 0.46);\n --aithe-color-selection: rgba(245, 49, 61, 0.14);\n --aithe-color-focus-ring: rgba(245, 49, 61, 0.34);\n}\n\n\n.aithe-theme-orange,\n[data-aithe-theme='orange'] {\n color-scheme: light;\n --aithe-primary-1: #fff7e6;\n --aithe-primary-2: #ffe8c1;\n --aithe-primary-3: #ffd591;\n --aithe-primary-4: #ffba5c;\n --aithe-primary-5: #ff9c2e;\n --aithe-primary-6: #e87a18;\n --aithe-primary-7: #c45e0a;\n --aithe-primary-8: #9e4808;\n --aithe-primary-9: #7a3606;\n --aithe-primary-10: #562504;\n --aithe-success-1: #f0faf2;\n --aithe-success-2: #d8f0dc;\n --aithe-success-3: #b3e2bb;\n --aithe-success-4: #7dce8c;\n --aithe-success-5: #4db866;\n --aithe-success-6: #2f9e4a;\n --aithe-success-7: #1f8138;\n --aithe-success-8: #18652e;\n --aithe-success-9: #124e24;\n --aithe-success-10: #0c381a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f7;\n --aithe-neutral-2: #f2efeb;\n --aithe-neutral-3: #e6e0d8;\n --aithe-neutral-4: #d0c7ba;\n --aithe-neutral-5: #b3a794;\n --aithe-neutral-6: #948774;\n --aithe-neutral-7: #746a5c;\n --aithe-neutral-8: #544c42;\n --aithe-neutral-9: #36302a;\n --aithe-neutral-10: #1c1814;\n --aithe-color-bg: #fdf8f2;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffbf7 0%, #fdf4ea 100%);\n --aithe-color-surface: rgba(255, 253, 250, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f5ede2;\n --aithe-color-border: rgba(160, 110, 50, 0.16);\n --aithe-color-border-strong: rgba(140, 85, 30, 0.26);\n --aithe-color-text: #2a1e10;\n --aithe-color-text-muted: #6e5230;\n --aithe-color-text-subtle: #9a7e5a;\n --aithe-color-overlay: rgba(30, 18, 5, 0.48);\n --aithe-color-selection: rgba(232, 122, 24, 0.16);\n --aithe-color-focus-ring: rgba(232, 122, 24, 0.36);\n}\n\n\n.aithe-theme-purple,\n[data-aithe-theme='purple'] {\n color-scheme: light;\n --aithe-primary-1: #f5f0ff;\n --aithe-primary-2: #e8dbff;\n --aithe-primary-3: #d3bfff;\n --aithe-primary-4: #b899ff;\n --aithe-primary-5: #9b6ff5;\n --aithe-primary-6: #7c4de0;\n --aithe-primary-7: #6334c0;\n --aithe-primary-8: #4e259e;\n --aithe-primary-9: #3b1a7a;\n --aithe-primary-10: #281056;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f8f7fa;\n --aithe-neutral-2: #eeeef4;\n --aithe-neutral-3: #dddde8;\n --aithe-neutral-4: #c4c3d4;\n --aithe-neutral-5: #a8a6bc;\n --aithe-neutral-6: #8a88a0;\n --aithe-neutral-7: #6c6a82;\n --aithe-neutral-8: #504e64;\n --aithe-neutral-9: #343246;\n --aithe-neutral-10: #1a1926;\n --aithe-color-bg: #f6f4fb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #faf9ff 0%, #f0edf8 100%);\n --aithe-color-surface: rgba(255, 254, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #edeaf4;\n --aithe-color-border: rgba(100, 70, 160, 0.16);\n --aithe-color-border-strong: rgba(80, 50, 140, 0.26);\n --aithe-color-text: #1e1530;\n --aithe-color-text-muted: #4e3a6e;\n --aithe-color-text-subtle: #7e6a9e;\n --aithe-color-overlay: rgba(18, 10, 36, 0.48);\n --aithe-color-selection: rgba(124, 77, 224, 0.16);\n --aithe-color-focus-ring: rgba(124, 77, 224, 0.36);\n}\n\n\n.aithe-theme-pink,\n[data-aithe-theme='pink'] {\n color-scheme: light;\n --aithe-primary-1: #fff0f6;\n --aithe-primary-2: #ffdce8;\n --aithe-primary-3: #ffc0d6;\n --aithe-primary-4: #ff9ebe;\n --aithe-primary-5: #f574a8;\n --aithe-primary-6: #e04d8a;\n --aithe-primary-7: #c03070;\n --aithe-primary-8: #9e1e5a;\n --aithe-primary-9: #7a1246;\n --aithe-primary-10: #560a32;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #faf8f9;\n --aithe-neutral-2: #f2eef0;\n --aithe-neutral-3: #e4dce0;\n --aithe-neutral-4: #cec0c8;\n --aithe-neutral-5: #b0a0aa;\n --aithe-neutral-6: #92828e;\n --aithe-neutral-7: #746474;\n --aithe-neutral-8: #564858;\n --aithe-neutral-9: #382e3a;\n --aithe-neutral-10: #1c161e;\n --aithe-color-bg: #fdf4f7;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fff8fa 0%, #fcedf3 100%);\n --aithe-color-surface: rgba(255, 252, 254, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f5e6ee;\n --aithe-color-border: rgba(160, 60, 100, 0.16);\n --aithe-color-border-strong: rgba(140, 40, 80, 0.26);\n --aithe-color-text: #2e1220;\n --aithe-color-text-muted: #6e3a56;\n --aithe-color-text-subtle: #9e6a86;\n --aithe-color-overlay: rgba(30, 10, 20, 0.48);\n --aithe-color-selection: rgba(224, 77, 138, 0.16);\n --aithe-color-focus-ring: rgba(224, 77, 138, 0.36);\n}\n\n\n.aithe-theme-teal,\n[data-aithe-theme='teal'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffb;\n --aithe-primary-2: #b5f5ec;\n --aithe-primary-3: #87e8de;\n --aithe-primary-4: #5cdbd3;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #13a8a8;\n --aithe-primary-7: #088a8a;\n --aithe-primary-8: #006d6d;\n --aithe-primary-9: #005252;\n --aithe-primary-10: #003a3a;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f7faf9;\n --aithe-neutral-2: #ecf2f0;\n --aithe-neutral-3: #d8e6e2;\n --aithe-neutral-4: #bad0ca;\n --aithe-neutral-5: #9ab4ac;\n --aithe-neutral-6: #7c968e;\n --aithe-neutral-7: #5e7872;\n --aithe-neutral-8: #425a56;\n --aithe-neutral-9: #2a3e3a;\n --aithe-neutral-10: #162624;\n --aithe-color-bg: #f2faf8;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f6fcfb 0%, #eaf5f2 100%);\n --aithe-color-surface: rgba(250, 255, 254, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e2f0ec;\n --aithe-color-border: rgba(40, 120, 110, 0.16);\n --aithe-color-border-strong: rgba(30, 100, 90, 0.26);\n --aithe-color-text: #0e2a26;\n --aithe-color-text-muted: #2e5e56;\n --aithe-color-text-subtle: #5e8e86;\n --aithe-color-overlay: rgba(5, 24, 22, 0.48);\n --aithe-color-selection: rgba(19, 168, 168, 0.16);\n --aithe-color-focus-ring: rgba(19, 168, 168, 0.36);\n}\n\n\n.aithe-theme-indigo,\n[data-aithe-theme='indigo'] {\n color-scheme: light;\n --aithe-primary-1: #f0f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7a68f0;\n --aithe-primary-6: #5c48d6;\n --aithe-primary-7: #4634b0;\n --aithe-primary-8: #34268a;\n --aithe-primary-9: #261a66;\n --aithe-primary-10: #1a1048;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff2f4;\n --aithe-danger-2: #ffdde3;\n --aithe-danger-3: #ffc0cc;\n --aithe-danger-4: #ff96aa;\n --aithe-danger-5: #f06888;\n --aithe-danger-6: #d44068;\n --aithe-danger-7: #b02450;\n --aithe-danger-8: #8c183e;\n --aithe-danger-9: #6a1030;\n --aithe-danger-10: #480a20;\n --aithe-neutral-1: #f7f7fa;\n --aithe-neutral-2: #ededf2;\n --aithe-neutral-3: #d8d8e4;\n --aithe-neutral-4: #bcbcd0;\n --aithe-neutral-5: #9e9eb6;\n --aithe-neutral-6: #80809c;\n --aithe-neutral-7: #626280;\n --aithe-neutral-8: #484862;\n --aithe-neutral-9: #303044;\n --aithe-neutral-10: #18182a;\n --aithe-color-bg: #f4f4fc;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f8f8ff 0%, #ededf8 100%);\n --aithe-color-surface: rgba(252, 252, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #e4e4f0;\n --aithe-color-border: rgba(70, 50, 160, 0.16);\n --aithe-color-border-strong: rgba(55, 35, 140, 0.26);\n --aithe-color-text: #14102e;\n --aithe-color-text-muted: #3e346e;\n --aithe-color-text-subtle: #6e64a0;\n --aithe-color-overlay: rgba(10, 6, 30, 0.48);\n --aithe-color-selection: rgba(92, 72, 214, 0.16);\n --aithe-color-focus-ring: rgba(92, 72, 214, 0.36);\n}\n\n\n.aithe-theme-cyan,\n[data-aithe-theme='cyan'] {\n color-scheme: light;\n --aithe-primary-1: #e6fffe;\n --aithe-primary-2: #b5f5f2;\n --aithe-primary-3: #87e8e4;\n --aithe-primary-4: #5cdbd8;\n --aithe-primary-5: #36cfc9;\n --aithe-primary-6: #0ebfc7;\n --aithe-primary-7: #009da5;\n --aithe-primary-8: #007a82;\n --aithe-primary-9: #005a62;\n --aithe-primary-10: #003e44;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fffbe6;\n --aithe-warning-2: #fff3c4;\n --aithe-warning-3: #ffe78a;\n --aithe-warning-4: #ffd84d;\n --aithe-warning-5: #f0c020;\n --aithe-warning-6: #c89e14;\n --aithe-warning-7: #a47e0e;\n --aithe-warning-8: #7f610a;\n --aithe-warning-9: #5c4608;\n --aithe-warning-10: #3d2f05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #f6fafb;\n --aithe-neutral-2: #eaf2f4;\n --aithe-neutral-3: #d4e4e8;\n --aithe-neutral-4: #b4ccd4;\n --aithe-neutral-5: #92b0ba;\n --aithe-neutral-6: #74949e;\n --aithe-neutral-7: #587882;\n --aithe-neutral-8: #3e5c66;\n --aithe-neutral-9: #284048;\n --aithe-neutral-10: #14282e;\n --aithe-color-bg: #f0fafb;\n --aithe-color-bg-subtle: linear-gradient(180deg, #f4fcfd 0%, #e6f5f7 100%);\n --aithe-color-surface: rgba(248, 254, 255, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #dceef2;\n --aithe-color-border: rgba(30, 130, 150, 0.16);\n --aithe-color-border-strong: rgba(20, 110, 130, 0.26);\n --aithe-color-text: #0e2428;\n --aithe-color-text-muted: #2e5a64;\n --aithe-color-text-subtle: #5e8a96;\n --aithe-color-overlay: rgba(4, 20, 24, 0.48);\n --aithe-color-selection: rgba(14, 191, 199, 0.16);\n --aithe-color-focus-ring: rgba(14, 191, 199, 0.36);\n}\n\n\n.aithe-theme-amber,\n[data-aithe-theme='amber'] {\n color-scheme: light;\n --aithe-primary-1: #fffbe6;\n --aithe-primary-2: #fff3c4;\n --aithe-primary-3: #ffe78a;\n --aithe-primary-4: #ffd84d;\n --aithe-primary-5: #f0c020;\n --aithe-primary-6: #d4a010;\n --aithe-primary-7: #b08008;\n --aithe-primary-8: #8c6206;\n --aithe-primary-9: #6a4a04;\n --aithe-primary-10: #483202;\n --aithe-success-1: #f0faf4;\n --aithe-success-2: #d6f0e0;\n --aithe-success-3: #aee0be;\n --aithe-success-4: #78cc96;\n --aithe-success-5: #4db872;\n --aithe-success-6: #2f9e56;\n --aithe-success-7: #1f8040;\n --aithe-success-8: #186432;\n --aithe-success-9: #124c26;\n --aithe-success-10: #0c361a;\n --aithe-warning-1: #fff9f0;\n --aithe-warning-2: #ffefcc;\n --aithe-warning-3: #ffe0a0;\n --aithe-warning-4: #ffcc6a;\n --aithe-warning-5: #f0b030;\n --aithe-warning-6: #c89018;\n --aithe-warning-7: #a07010;\n --aithe-warning-8: #7a550c;\n --aithe-warning-9: #563e08;\n --aithe-warning-10: #3a2a05;\n --aithe-danger-1: #fff1f0;\n --aithe-danger-2: #ffddd9;\n --aithe-danger-3: #ffc0b8;\n --aithe-danger-4: #ff9a8e;\n --aithe-danger-5: #f07068;\n --aithe-danger-6: #d44844;\n --aithe-danger-7: #b02e2c;\n --aithe-danger-8: #8c201e;\n --aithe-danger-9: #6a1616;\n --aithe-danger-10: #4a0e0e;\n --aithe-neutral-1: #faf9f5;\n --aithe-neutral-2: #f2efe6;\n --aithe-neutral-3: #e4ded2;\n --aithe-neutral-4: #cec4b2;\n --aithe-neutral-5: #b0a48e;\n --aithe-neutral-6: #928872;\n --aithe-neutral-7: #746c5c;\n --aithe-neutral-8: #565044;\n --aithe-neutral-9: #38342c;\n --aithe-neutral-10: #1c1a14;\n --aithe-color-bg: #fdfaf2;\n --aithe-color-bg-subtle: linear-gradient(180deg, #fffdf6 0%, #faf4e6 100%);\n --aithe-color-surface: rgba(255, 254, 248, 0.86);\n --aithe-color-surface-elevated: rgba(255, 255, 255, 0.98);\n --aithe-color-surface-muted: #f2ead8;\n --aithe-color-border: rgba(140, 100, 30, 0.16);\n --aithe-color-border-strong: rgba(120, 80, 20, 0.26);\n --aithe-color-text: #2a2210;\n --aithe-color-text-muted: #6e5a2e;\n --aithe-color-text-subtle: #9e8a5a;\n --aithe-color-overlay: rgba(24, 18, 4, 0.48);\n --aithe-color-selection: rgba(212, 160, 16, 0.16);\n --aithe-color-focus-ring: rgba(212, 160, 16, 0.36);\n}\n\n\n.aithe-theme-charcoal,\n[data-aithe-theme='charcoal'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f0eeec;\n --aithe-neutral-2: #d6d2ce;\n --aithe-neutral-3: #b4aea8;\n --aithe-neutral-4: #928a82;\n --aithe-neutral-5: #746c64;\n --aithe-neutral-6: #5a544c;\n --aithe-neutral-7: #423e38;\n --aithe-neutral-8: #302c28;\n --aithe-neutral-9: #201e1a;\n --aithe-neutral-10: #121110;\n --aithe-color-bg: #1a1816;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(100, 80, 60, 0.16) 0%, rgba(26, 24, 22, 1) 55%);\n --aithe-color-surface: rgba(28, 26, 24, 0.84);\n --aithe-color-surface-elevated: rgba(36, 34, 30, 0.96);\n --aithe-color-surface-muted: #222018;\n --aithe-color-border: rgba(180, 160, 140, 0.14);\n --aithe-color-border-strong: rgba(200, 180, 160, 0.22);\n --aithe-color-text: #ece8e4;\n --aithe-color-text-muted: #b0a89e;\n --aithe-color-text-subtle: #847c74;\n --aithe-color-overlay: rgba(8, 6, 4, 0.66);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n}\n\n\n.aithe-theme-ebony,\n[data-aithe-theme='ebony'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0f8;\n --aithe-primary-2: #e0d8f0;\n --aithe-primary-3: #c4b4e0;\n --aithe-primary-4: #a48cc8;\n --aithe-primary-5: #8468b0;\n --aithe-primary-6: #6a5094;\n --aithe-primary-7: #544078;\n --aithe-primary-8: #403260;\n --aithe-primary-9: #30264a;\n --aithe-primary-10: #221c38;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f0ece8;\n --aithe-neutral-2: #d4ccc4;\n --aithe-neutral-3: #b0a498;\n --aithe-neutral-4: #8c7e72;\n --aithe-neutral-5: #6e6258;\n --aithe-neutral-6: #544c44;\n --aithe-neutral-7: #3e3832;\n --aithe-neutral-8: #2c2822;\n --aithe-neutral-9: #1c1a16;\n --aithe-neutral-10: #0e0c0a;\n --aithe-color-bg: #12100e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 60, 100, 0.14) 0%, rgba(18, 16, 14, 1) 55%);\n --aithe-color-surface: rgba(16, 14, 12, 0.86);\n --aithe-color-surface-elevated: rgba(22, 20, 18, 0.96);\n --aithe-color-surface-muted: #181614;\n --aithe-color-border: rgba(160, 140, 130, 0.14);\n --aithe-color-border-strong: rgba(180, 160, 150, 0.22);\n --aithe-color-text: #e8e2dc;\n --aithe-color-text-muted: #a89888;\n --aithe-color-text-subtle: #786c60;\n --aithe-color-overlay: rgba(4, 2, 0, 0.70);\n --aithe-color-selection: rgba(106, 80, 148, 0.20);\n --aithe-color-focus-ring: rgba(106, 80, 148, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.26);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.32);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.38);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.44);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.50);\n}\n\n\n.aithe-theme-graphite,\n[data-aithe-theme='graphite'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f8;\n --aithe-primary-2: #d6dcf0;\n --aithe-primary-3: #b0bce4;\n --aithe-primary-4: #8498d4;\n --aithe-primary-5: #6278c0;\n --aithe-primary-6: #4c60a6;\n --aithe-primary-7: #3c4e88;\n --aithe-primary-8: #2e3e6c;\n --aithe-primary-9: #223054;\n --aithe-primary-10: #182240;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d2d6de;\n --aithe-neutral-3: #b0b6c4;\n --aithe-neutral-4: #8c94a8;\n --aithe-neutral-5: #6c748c;\n --aithe-neutral-6: #525a72;\n --aithe-neutral-7: #3c445a;\n --aithe-neutral-8: #2a3044;\n --aithe-neutral-9: #1c2034;\n --aithe-neutral-10: #101424;\n --aithe-color-bg: #16181e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 90, 130, 0.14) 0%, rgba(22, 24, 30, 1) 55%);\n --aithe-color-surface: rgba(20, 22, 28, 0.84);\n --aithe-color-surface-elevated: rgba(26, 30, 38, 0.96);\n --aithe-color-surface-muted: #1c1e26;\n --aithe-color-border: rgba(150, 160, 190, 0.14);\n --aithe-color-border-strong: rgba(170, 180, 210, 0.22);\n --aithe-color-text: #e2e4ee;\n --aithe-color-text-muted: #a0a6b8;\n --aithe-color-text-subtle: #727a90;\n --aithe-color-overlay: rgba(4, 4, 10, 0.66);\n --aithe-color-selection: rgba(76, 96, 166, 0.22);\n --aithe-color-focus-ring: rgba(76, 96, 166, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.22);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.28);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.34);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.40);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.46);\n}\n\n\n.aithe-theme-ink,\n[data-aithe-theme='ink'] {\n color-scheme: dark;\n --aithe-primary-1: #f2f0ff;\n --aithe-primary-2: #ddd8ff;\n --aithe-primary-3: #c0b8ff;\n --aithe-primary-4: #9e90ff;\n --aithe-primary-5: #7e6ef0;\n --aithe-primary-6: #6454d4;\n --aithe-primary-7: #5040ae;\n --aithe-primary-8: #3e308c;\n --aithe-primary-9: #30246c;\n --aithe-primary-10: #241a50;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0d0e0;\n --aithe-neutral-3: #aaaac0;\n --aithe-neutral-4: #8484a0;\n --aithe-neutral-5: #646480;\n --aithe-neutral-6: #4a4a64;\n --aithe-neutral-7: #363650;\n --aithe-neutral-8: #26263c;\n --aithe-neutral-9: #18182c;\n --aithe-neutral-10: #0c0c1c;\n --aithe-color-bg: #100e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(80, 60, 140, 0.16) 0%, rgba(16, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(18, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(24, 22, 38, 0.96);\n --aithe-color-surface-muted: #16142a;\n --aithe-color-border: rgba(150, 140, 200, 0.14);\n --aithe-color-border-strong: rgba(170, 160, 220, 0.22);\n --aithe-color-text: #e6e4f4;\n --aithe-color-text-muted: #a4a0c0;\n --aithe-color-text-subtle: #747098;\n --aithe-color-overlay: rgba(4, 2, 10, 0.68);\n --aithe-color-selection: rgba(100, 84, 212, 0.22);\n --aithe-color-focus-ring: rgba(100, 84, 212, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n\n\n.aithe-theme-midnight,\n[data-aithe-theme='midnight'] {\n color-scheme: dark;\n --aithe-primary-1: #edf2ff;\n --aithe-primary-2: #d4e0ff;\n --aithe-primary-3: #afc6ff;\n --aithe-primary-4: #84a8ff;\n --aithe-primary-5: #5c8af5;\n --aithe-primary-6: #4070e0;\n --aithe-primary-7: #3458b8;\n --aithe-primary-8: #2a4494;\n --aithe-primary-9: #223472;\n --aithe-primary-10: #1a2654;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f8;\n --aithe-neutral-2: #d2d8e8;\n --aithe-neutral-3: #aeb8ce;\n --aithe-neutral-4: #8a96b2;\n --aithe-neutral-5: #6a7894;\n --aithe-neutral-6: #4e5c76;\n --aithe-neutral-7: #384460;\n --aithe-neutral-8: #26304c;\n --aithe-neutral-9: #18203a;\n --aithe-neutral-10: #0e1428;\n --aithe-color-bg: #0c101e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 80, 160, 0.20) 0%, rgba(12, 16, 30, 1) 55%);\n --aithe-color-surface: rgba(14, 20, 36, 0.84);\n --aithe-color-surface-elevated: rgba(18, 26, 48, 0.96);\n --aithe-color-surface-muted: #121828;\n --aithe-color-border: rgba(140, 170, 230, 0.14);\n --aithe-color-border-strong: rgba(160, 190, 245, 0.22);\n --aithe-color-text: #e4eaf8;\n --aithe-color-text-muted: #a0b0cc;\n --aithe-color-text-subtle: #6e82a6;\n --aithe-color-overlay: rgba(2, 4, 12, 0.68);\n --aithe-color-selection: rgba(64, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(64, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n\n\n.aithe-theme-navy,\n[data-aithe-theme='navy'] {\n color-scheme: dark;\n --aithe-primary-1: #ecf0ff;\n --aithe-primary-2: #d0dcff;\n --aithe-primary-3: #a8c0ff;\n --aithe-primary-4: #789ef5;\n --aithe-primary-5: #5880e0;\n --aithe-primary-6: #4066c0;\n --aithe-primary-7: #3450a0;\n --aithe-primary-8: #283e80;\n --aithe-primary-9: #1e3062;\n --aithe-primary-10: #162448;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #e8ecf8;\n --aithe-neutral-2: #c8d0e4;\n --aithe-neutral-3: #9eaac8;\n --aithe-neutral-4: #7484a8;\n --aithe-neutral-5: #566488;\n --aithe-neutral-6: #3e4c6c;\n --aithe-neutral-7: #2c3854;\n --aithe-neutral-8: #1e2840;\n --aithe-neutral-9: #141c30;\n --aithe-neutral-10: #0a1020;\n --aithe-color-bg: #0a0e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(40, 70, 150, 0.18) 0%, rgba(10, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(12, 16, 28, 0.84);\n --aithe-color-surface-elevated: rgba(16, 22, 40, 0.96);\n --aithe-color-surface-muted: #101628;\n --aithe-color-border: rgba(120, 150, 220, 0.14);\n --aithe-color-border-strong: rgba(140, 170, 240, 0.22);\n --aithe-color-text: #e0e8f8;\n --aithe-color-text-muted: #98a8c8;\n --aithe-color-text-subtle: #6878a0;\n --aithe-color-overlay: rgba(2, 4, 10, 0.68);\n --aithe-color-selection: rgba(64, 102, 192, 0.22);\n --aithe-color-focus-ring: rgba(64, 102, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n\n\n.aithe-theme-obsidian,\n[data-aithe-theme='obsidian'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d8e2ff;\n --aithe-primary-3: #b4c8ff;\n --aithe-primary-4: #88a8ff;\n --aithe-primary-5: #6288f0;\n --aithe-primary-6: #4c6cd4;\n --aithe-primary-7: #3c54ae;\n --aithe-primary-8: #2e408a;\n --aithe-primary-9: #223068;\n --aithe-primary-10: #18224c;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eef0f4;\n --aithe-neutral-2: #d0d4dc;\n --aithe-neutral-3: #a8aec0;\n --aithe-neutral-4: #828a9e;\n --aithe-neutral-5: #606880;\n --aithe-neutral-6: #464e64;\n --aithe-neutral-7: #323a50;\n --aithe-neutral-8: #22283c;\n --aithe-neutral-9: #161a2c;\n --aithe-neutral-10: #0c0e1a;\n --aithe-color-bg: #0a0c14;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(60, 70, 120, 0.14) 0%, rgba(10, 12, 20, 1) 55%);\n --aithe-color-surface: rgba(12, 14, 22, 0.86);\n --aithe-color-surface-elevated: rgba(16, 20, 32, 0.96);\n --aithe-color-surface-muted: #10121c;\n --aithe-color-border: rgba(130, 150, 200, 0.12);\n --aithe-color-border-strong: rgba(150, 170, 220, 0.20);\n --aithe-color-text: #e0e4f0;\n --aithe-color-text-muted: #98a0b8;\n --aithe-color-text-subtle: #687088;\n --aithe-color-overlay: rgba(2, 2, 8, 0.70);\n --aithe-color-selection: rgba(76, 108, 212, 0.20);\n --aithe-color-focus-ring: rgba(76, 108, 212, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.28);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.34);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.40);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.46);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.52);\n}\n\n\n.aithe-theme-onyx,\n[data-aithe-theme='onyx'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f2f6;\n --aithe-primary-2: #d8dce8;\n --aithe-primary-3: #b4bcd0;\n --aithe-primary-4: #8c98b8;\n --aithe-primary-5: #6878a0;\n --aithe-primary-6: #506088;\n --aithe-primary-7: #3e4e70;\n --aithe-primary-8: #2e3e5a;\n --aithe-primary-9: #223046;\n --aithe-primary-10: #182234;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eceef2;\n --aithe-neutral-2: #ccd0d8;\n --aithe-neutral-3: #a4aab8;\n --aithe-neutral-4: #808898;\n --aithe-neutral-5: #606878;\n --aithe-neutral-6: #484e5e;\n --aithe-neutral-7: #343a48;\n --aithe-neutral-8: #242834;\n --aithe-neutral-9: #161a24;\n --aithe-neutral-10: #0a0c14;\n --aithe-color-bg: #08090e;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(50, 56, 80, 0.12) 0%, rgba(8, 9, 14, 1) 55%);\n --aithe-color-surface: rgba(10, 12, 18, 0.88);\n --aithe-color-surface-elevated: rgba(14, 16, 24, 0.96);\n --aithe-color-surface-muted: #0e1018;\n --aithe-color-border: rgba(120, 130, 170, 0.12);\n --aithe-color-border-strong: rgba(140, 150, 190, 0.20);\n --aithe-color-text: #dce0ec;\n --aithe-color-text-muted: #949cb0;\n --aithe-color-text-subtle: #646c80;\n --aithe-color-overlay: rgba(0, 0, 4, 0.72);\n --aithe-color-selection: rgba(80, 96, 136, 0.20);\n --aithe-color-focus-ring: rgba(80, 96, 136, 0.38);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.30);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.36);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.42);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.48);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.54);\n}\n\n\n.aithe-theme-raisin,\n[data-aithe-theme='raisin'] {\n color-scheme: dark;\n --aithe-primary-1: #f4f0ff;\n --aithe-primary-2: #e0d8ff;\n --aithe-primary-3: #c4b4ff;\n --aithe-primary-4: #a48cf5;\n --aithe-primary-5: #8868e0;\n --aithe-primary-6: #6e50c0;\n --aithe-primary-7: #583ca0;\n --aithe-primary-8: #442e80;\n --aithe-primary-9: #342264;\n --aithe-primary-10: #26184a;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #eeeef6;\n --aithe-neutral-2: #d0cee0;\n --aithe-neutral-3: #aaa8c0;\n --aithe-neutral-4: #8680a0;\n --aithe-neutral-5: #666080;\n --aithe-neutral-6: #4e4868;\n --aithe-neutral-7: #3a3452;\n --aithe-neutral-8: #2a263e;\n --aithe-neutral-9: #1c1a2e;\n --aithe-neutral-10: #0e0c1e;\n --aithe-color-bg: #120e1a;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(90, 50, 140, 0.18) 0%, rgba(18, 14, 26, 1) 55%);\n --aithe-color-surface: rgba(16, 12, 24, 0.84);\n --aithe-color-surface-elevated: rgba(22, 18, 34, 0.96);\n --aithe-color-surface-muted: #18142a;\n --aithe-color-border: rgba(150, 130, 200, 0.14);\n --aithe-color-border-strong: rgba(170, 150, 220, 0.22);\n --aithe-color-text: #e6e0f4;\n --aithe-color-text-muted: #a498c0;\n --aithe-color-text-subtle: #746898;\n --aithe-color-overlay: rgba(4, 2, 8, 0.68);\n --aithe-color-selection: rgba(110, 80, 192, 0.22);\n --aithe-color-focus-ring: rgba(110, 80, 192, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.24);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.30);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.36);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.42);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.48);\n}\n\n\n.aithe-theme-slate,\n[data-aithe-theme='slate'] {\n color-scheme: dark;\n --aithe-primary-1: #f0f4ff;\n --aithe-primary-2: #d9e4ff;\n --aithe-primary-3: #b8ccff;\n --aithe-primary-4: #8eaaff;\n --aithe-primary-5: #6b8cf5;\n --aithe-primary-6: #5470e0;\n --aithe-primary-7: #4358b8;\n --aithe-primary-8: #364590;\n --aithe-primary-9: #2b3670;\n --aithe-primary-10: #212954;\n --aithe-success-1: #eefbf4;\n --aithe-success-2: #ccf2dc;\n --aithe-success-3: #9fe4be;\n --aithe-success-4: #6ecf9a;\n --aithe-success-5: #48b87c;\n --aithe-success-6: #2f9a62;\n --aithe-success-7: #247e50;\n --aithe-success-8: #1c6440;\n --aithe-success-9: #164f34;\n --aithe-success-10: #113d28;\n --aithe-warning-1: #fff8ec;\n --aithe-warning-2: #ffedc4;\n --aithe-warning-3: #ffdb8e;\n --aithe-warning-4: #ffc45c;\n --aithe-warning-5: #e8a83a;\n --aithe-warning-6: #c48a22;\n --aithe-warning-7: #9e6e18;\n --aithe-warning-8: #7a5612;\n --aithe-warning-9: #5e420e;\n --aithe-warning-10: #46320a;\n --aithe-danger-1: #fff1f3;\n --aithe-danger-2: #ffdde1;\n --aithe-danger-3: #ffbcc5;\n --aithe-danger-4: #ff92a0;\n --aithe-danger-5: #f06880;\n --aithe-danger-6: #d44a66;\n --aithe-danger-7: #b03450;\n --aithe-danger-8: #8c2440;\n --aithe-danger-9: #6e1a32;\n --aithe-danger-10: #521226;\n --aithe-neutral-1: #f1f3f8;\n --aithe-neutral-2: #d8dce6;\n --aithe-neutral-3: #b8bfce;\n --aithe-neutral-4: #96a0b4;\n --aithe-neutral-5: #76829a;\n --aithe-neutral-6: #5a6680;\n --aithe-neutral-7: #424d64;\n --aithe-neutral-8: #2e374c;\n --aithe-neutral-9: #1e2536;\n --aithe-neutral-10: #111620;\n --aithe-color-bg: #141a24;\n --aithe-color-bg-subtle: radial-gradient(circle at top, rgba(70, 90, 140, 0.18) 0%, rgba(20, 26, 36, 1) 55%);\n --aithe-color-surface: rgba(22, 30, 44, 0.84);\n --aithe-color-surface-elevated: rgba(26, 36, 54, 0.96);\n --aithe-color-surface-muted: #1a2230;\n --aithe-color-border: rgba(160, 180, 220, 0.14);\n --aithe-color-border-strong: rgba(175, 195, 235, 0.22);\n --aithe-color-text: #e8edf8;\n --aithe-color-text-muted: #a8b4cc;\n --aithe-color-text-subtle: #7a88a2;\n --aithe-color-overlay: rgba(4, 8, 16, 0.66);\n --aithe-color-selection: rgba(84, 112, 224, 0.22);\n --aithe-color-focus-ring: rgba(84, 112, 224, 0.40);\n --aithe-shadow-1: 0 8px 18px rgba(0, 0, 0, 0.20);\n --aithe-shadow-2: 0 14px 34px rgba(0, 0, 0, 0.26);\n --aithe-shadow-3: 0 20px 44px rgba(0, 0, 0, 0.32);\n --aithe-shadow-4: 0 24px 56px rgba(0, 0, 0, 0.38);\n --aithe-shadow-5: 0 30px 72px rgba(0, 0, 0, 0.44);\n}\n\n\n:root {\n --aithe-space-0: 0;\n --aithe-space-1: 4px;\n --aithe-space-2: 8px;\n --aithe-space-3: 12px;\n --aithe-space-4: 16px;\n --aithe-space-5: 20px;\n --aithe-space-6: 24px;\n --aithe-space-7: 32px;\n --aithe-space-8: 40px;\n --aithe-space-9: 48px;\n --aithe-space-10: 64px;\n --aithe-space-xs: var(--aithe-space-2);\n --aithe-space-sm: var(--aithe-space-3);\n --aithe-space-md: var(--aithe-space-4);\n --aithe-space-lg: var(--aithe-space-6);\n --aithe-space-xl: var(--aithe-space-8);\n --aithe-radius-sm: 6px;\n --aithe-radius-md: 10px;\n --aithe-radius-lg: 14px;\n --aithe-radius-xl: 20px;\n --aithe-radius-full: 999px;\n --aithe-shadow-1: 0 6px 18px rgba(18, 24, 38, 0.06);\n --aithe-shadow-2: 0 12px 28px rgba(18, 24, 38, 0.08);\n --aithe-shadow-3: 0 18px 40px rgba(18, 24, 38, 0.1);\n --aithe-shadow-4: 0 22px 56px rgba(18, 24, 38, 0.14);\n --aithe-shadow-5: 0 28px 72px rgba(18, 24, 38, 0.18);\n --aithe-font-family: 'Sora', 'IBM Plex Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;\n --aithe-font-family-mono: 'JetBrains Mono', 'SFMono-Regular', 'Consolas', monospace;\n --aithe-font-size-xs: 12px;\n --aithe-font-size-sm: 13px;\n --aithe-font-size-md: 14px;\n --aithe-font-size-lg: 16px;\n --aithe-font-size-xl: 20px;\n --aithe-font-size-2xl: 28px;\n --aithe-font-weight-regular: 400;\n --aithe-font-weight-medium: 500;\n --aithe-font-weight-semibold: 600;\n --aithe-font-weight-bold: 700;\n --aithe-line-height-tight: 1.2;\n --aithe-line-height-base: 1.5;\n --aithe-line-height-loose: 1.7;\n --aithe-z-base: 1;\n --aithe-z-dropdown: 1000;\n --aithe-z-popover: 1010;\n --aithe-z-modal: 1080;\n --aithe-z-drawer: 1090;\n --aithe-z-tooltip: 1120;\n --aithe-duration-fast: 140ms;\n --aithe-duration-base: 220ms;\n --aithe-duration-slow: 320ms;\n --aithe-ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);\n --aithe-control-height-sm: 32px;\n --aithe-control-height-md: 40px;\n --aithe-control-height-lg: 48px;\n}\n\nhtml,\nbody {\n margin: 0;\n width: 100%;\n min-height: 100%;\n background: var(--aithe-color-bg-subtle);\n color: var(--aithe-color-text);\n font-family: var(--aithe-font-family);\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n::selection {\n background: var(--aithe-color-selection);\n}\n\n";
|
|
3
|
+
/**
|
|
4
|
+
* Register Aithe theme tokens by injecting a global `<style>` element into the document head.
|
|
5
|
+
* 通过向 document head 注入全局 `<style>` 元素来注册 Aithe 主题令牌。
|
|
6
|
+
*
|
|
7
|
+
* The style element is only created once; subsequent calls are idempotent.
|
|
8
|
+
* 样式元素仅创建一次,后续调用是幂等的。
|
|
9
|
+
*/
|
|
10
|
+
export declare function registerAitheTheme(): void;
|
|
11
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/styles/theme.ts"],"names":[],"mappings":"AA2BA,oGAAoG;AACpG,eAAO,MAAM,cAAc,2qsDAwB1B,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,kBAAkB,IAAI,IAAI,CAczC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AitheComponentSize, AitheThemeName, AitheVariant } from './theme';
|
|
2
|
+
/**
|
|
3
|
+
* Shared properties inherited by all Aithe components.
|
|
4
|
+
*/
|
|
5
|
+
export interface AitheCommonProps {
|
|
6
|
+
variant?: AitheVariant;
|
|
7
|
+
size?: AitheComponentSize;
|
|
8
|
+
theme?: AitheThemeName;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/types/component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in Aithe UI theme names.
|
|
3
|
+
*/
|
|
4
|
+
export type AitheBuiltinTheme = 'light' | 'dark' | 'gray' | 'blue' | 'festive' | 'orange' | 'purple' | 'pink' | 'teal' | 'indigo' | 'cyan' | 'amber' | 'slate' | 'charcoal' | 'midnight' | 'obsidian' | 'graphite' | 'ink' | 'onyx' | 'ebony' | 'navy' | 'raisin';
|
|
5
|
+
/**
|
|
6
|
+
* Theme name that supports official and user-defined themes.
|
|
7
|
+
*/
|
|
8
|
+
export type AitheThemeName = AitheBuiltinTheme | (string & {});
|
|
9
|
+
/**
|
|
10
|
+
* Shared size scale used by most controls.
|
|
11
|
+
*/
|
|
12
|
+
export type AitheComponentSize = 'sm' | 'md' | 'lg';
|
|
13
|
+
/**
|
|
14
|
+
* Shared variant string used by visual components.
|
|
15
|
+
*/
|
|
16
|
+
export type AitheVariant = 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'neutral' | (string & {});
|
|
17
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/types/theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,OAAO,GACP,MAAM,GACN,MAAM,GACN,MAAM,GACN,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,MAAM,GACN,QAAQ,GACR,MAAM,GACN,OAAO,GACP,OAAO,GACP,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,KAAK,GACL,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,iBAAiB,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,GACR,SAAS,GACT,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Walk up the DOM tree to find the closest element that carries a theme
|
|
3
|
+
* (via `data-aithe-theme` attribute or `aithe-theme-*` class).
|
|
4
|
+
* 向上遍历 DOM 树,查找携带主题的最近元素(通过 `data-aithe-theme` 属性或 `aithe-theme-*` 类)。
|
|
5
|
+
*
|
|
6
|
+
* @param element - Starting element. 起始元素。
|
|
7
|
+
* @returns The themed ancestor, or `null` if none found. 携带主题的祖先元素,或 `null`。
|
|
8
|
+
*/
|
|
9
|
+
export declare function findClosestThemeElement(element: HTMLElement | null): HTMLElement | null;
|
|
10
|
+
/**
|
|
11
|
+
* Collect all focusable elements inside a root container.
|
|
12
|
+
* 收集根容器中所有可聚焦元素。
|
|
13
|
+
*
|
|
14
|
+
* @param root - Parent node to search within. 要搜索的父节点。
|
|
15
|
+
* @returns Array of visible, non-disabled focusable elements. 可见、非禁用的可聚焦元素数组。
|
|
16
|
+
*/
|
|
17
|
+
export declare function getFocusableElements(root: ParentNode): HTMLElement[];
|
|
18
|
+
/**
|
|
19
|
+
* Find the first focusable element inside a root container.
|
|
20
|
+
* 在根容器中查找第一个可聚焦元素。
|
|
21
|
+
*
|
|
22
|
+
* @param root - Parent node to search within. 要搜索的父节点。
|
|
23
|
+
* @returns The first focusable element, or `null`. 第一个可聚焦元素,或 `null`。
|
|
24
|
+
*/
|
|
25
|
+
export declare function findFirstFocusable(root: ParentNode): HTMLElement | null;
|
|
26
|
+
//# sourceMappingURL=dom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/utils/dom.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,GAAG,WAAW,GAAG,IAAI,CAmBvF;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,EAAE,CAcpE;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,CAEvE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dispatch a composed, bubbling `CustomEvent` with Aithe defaults.
|
|
3
|
+
* 使用 Aithe 默认值分发一个组合、冒泡的 `CustomEvent`。
|
|
4
|
+
*
|
|
5
|
+
* @param target - Event target element. 事件目标元素。
|
|
6
|
+
* @param type - Event type string. 事件类型字符串。
|
|
7
|
+
* @param detail - Optional event detail payload. 可选的事件详情载荷。
|
|
8
|
+
* @typeparam T - Type of the event detail. 事件详情的类型。
|
|
9
|
+
*/
|
|
10
|
+
export declare function emitAitheEvent<T>(target: EventTarget, type: string, detail?: T): void;
|
|
11
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/utils/events.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI,CASrF"}
|