@pathscale/ui 1.2.6 → 1.2.8
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 +22 -22
- package/README.md +59 -59
- package/dist/components/_shared/index.js +1 -3
- package/dist/components/_shared/overlayPosition.js +6 -6
- package/dist/components/accordion/Accordion.css +158 -158
- package/dist/components/accordion/Accordion.js +46 -45
- package/dist/components/accordion/index.js +3 -9
- package/dist/components/alert/Alert.css +116 -116
- package/dist/components/alert/Alert.js +34 -33
- package/dist/components/alert/index.js +1 -8
- package/dist/components/auth-card/AuthCard.js +21 -21
- package/dist/components/auth-card/index.js +1 -3
- package/dist/components/auth-error-message/AuthErrorMessage.js +10 -10
- package/dist/components/auth-error-message/index.js +1 -3
- package/dist/components/auth-field-group/AuthFieldGroup.js +9 -9
- package/dist/components/auth-field-group/index.js +1 -3
- package/dist/components/auth-footer-links/AuthFooterLinks.js +21 -21
- package/dist/components/auth-footer-links/index.js +1 -3
- package/dist/components/auth-form/AuthForm.js +11 -11
- package/dist/components/auth-form/index.js +1 -3
- package/dist/components/auth-powered-by/AuthPoweredBy.js +15 -15
- package/dist/components/auth-powered-by/index.js +1 -3
- package/dist/components/auth-submit-button/AuthSubmitButton.js +10 -10
- package/dist/components/auth-submit-button/index.js +1 -3
- package/dist/components/auth-success-message/AuthSuccessMessage.js +12 -12
- package/dist/components/auth-success-message/index.js +1 -3
- package/dist/components/avatar/Avatar.css +124 -124
- package/dist/components/avatar/Avatar.js +28 -27
- package/dist/components/avatar/AvatarGroup.js +11 -11
- package/dist/components/avatar/index.js +1 -6
- package/dist/components/badge/Badge.css +164 -164
- package/dist/components/badge/Badge.js +19 -19
- package/dist/components/badge/index.js +7 -9
- package/dist/components/breadcrumbs/Breadcrumbs.css +63 -63
- package/dist/components/breadcrumbs/Breadcrumbs.js +27 -26
- package/dist/components/breadcrumbs/index.js +1 -5
- package/dist/components/button/Button.css +194 -194
- package/dist/components/button/Button.js +23 -23
- package/dist/components/button/index.js +1 -3
- package/dist/components/button-group/ButtonGroup.css +117 -117
- package/dist/components/button-group/ButtonGroup.js +16 -15
- package/dist/components/button-group/context.js +2 -2
- package/dist/components/button-group/index.js +3 -6
- package/dist/components/calendar/Calendar.css +258 -258
- package/dist/components/calendar/Calendar.js +88 -88
- package/dist/components/calendar/index.js +1 -3
- package/dist/components/card/Card.css +110 -110
- package/dist/components/card/Card.js +23 -22
- package/dist/components/card/index.js +3 -8
- package/dist/components/chatbubble/ChatBubble.css +164 -164
- package/dist/components/chatbubble/ChatBubble.js +20 -20
- package/dist/components/chatbubble/ChatBubbleAvatar.js +9 -9
- package/dist/components/chatbubble/ChatBubbleFooter.js +9 -9
- package/dist/components/chatbubble/ChatBubbleHeader.js +11 -11
- package/dist/components/chatbubble/ChatBubbleMessage.js +12 -12
- package/dist/components/chatbubble/ChatBubbleTime.js +9 -9
- package/dist/components/chatbubble/index.js +1 -3
- package/dist/components/checkbox/Checkbox.css +183 -183
- package/dist/components/checkbox/Checkbox.js +32 -32
- package/dist/components/checkbox/index.js +1 -3
- package/dist/components/checkbox-group/CheckboxGroup.css +10 -10
- package/dist/components/checkbox-group/CheckboxGroup.js +14 -14
- package/dist/components/checkbox-group/context.js +2 -2
- package/dist/components/checkbox-group/index.js +4 -4
- package/dist/components/chip/Chip.css +197 -197
- package/dist/components/chip/Chip.js +32 -32
- package/dist/components/chip/index.js +6 -7
- package/dist/components/close-button/CloseButton.css +81 -81
- package/dist/components/close-button/CloseButton.js +22 -22
- package/dist/components/close-button/index.js +1 -3
- package/dist/components/color-area/ColorArea.css +54 -54
- package/dist/components/color-area/ColorArea.js +16 -16
- package/dist/components/color-area/index.js +3 -3
- package/dist/components/color-field/ColorField.css +88 -88
- package/dist/components/color-field/ColorField.js +21 -21
- package/dist/components/color-field/index.js +3 -3
- package/dist/components/color-picker/ColorPicker.css +28 -28
- package/dist/components/color-picker/ColorPicker.js +46 -45
- package/dist/components/color-picker/index.js +3 -8
- package/dist/components/color-slider/ColorSlider.css +57 -57
- package/dist/components/color-slider/ColorSlider.js +19 -19
- package/dist/components/color-slider/index.js +3 -3
- package/dist/components/color-swatch/ColorSwatch.css +84 -84
- package/dist/components/color-swatch/ColorSwatch.js +12 -12
- package/dist/components/color-swatch/index.js +3 -3
- package/dist/components/color-swatch-picker/ColorSwatchPicker.css +12 -12
- package/dist/components/color-swatch-picker/ColorSwatchPicker.js +16 -15
- package/dist/components/color-swatch-picker/index.js +1 -5
- package/dist/components/color-wheel-flower/ColorWheelFlower.css +147 -147
- package/dist/components/color-wheel-flower/ColorWheelFlower.js +84 -84
- package/dist/components/color-wheel-flower/colorWheelFlowerContext.js +3 -3
- package/dist/components/color-wheel-flower/index.js +2 -6
- package/dist/components/combo-box/ComboBox.css +344 -344
- package/dist/components/combo-box/ComboBox.js +92 -91
- package/dist/components/combo-box/index.js +3 -10
- package/dist/components/date-field/DateField.css +215 -215
- package/dist/components/date-field/DateField.js +45 -44
- package/dist/components/date-field/index.js +3 -11
- package/dist/components/date-picker/DatePicker.css +143 -143
- package/dist/components/date-picker/DatePicker.js +38 -38
- package/dist/components/date-picker/index.js +1 -3
- package/dist/components/date-range-picker/DateRangePicker.css +149 -149
- package/dist/components/date-range-picker/DateRangePicker.js +53 -53
- package/dist/components/date-range-picker/index.js +1 -3
- package/dist/components/description/Description.css +10 -10
- package/dist/components/description/Description.js +11 -10
- package/dist/components/description/index.js +3 -5
- package/dist/components/disclosure/Disclosure.css +84 -84
- package/dist/components/disclosure/Disclosure.js +44 -43
- package/dist/components/disclosure/index.js +4 -9
- package/dist/components/disclosure-group/DisclosureGroup.css +9 -9
- package/dist/components/disclosure-group/DisclosureGroup.js +15 -14
- package/dist/components/disclosure-group/index.js +5 -6
- package/dist/components/disclosure-group/useDisclosureGroupNavigation.js +4 -4
- package/dist/components/drawer/Drawer.context.js +3 -3
- package/dist/components/drawer/Drawer.css +463 -463
- package/dist/components/drawer/Drawer.js +109 -108
- package/dist/components/drawer/index.js +1 -15
- package/dist/components/dropdown/Dropdown.css +211 -211
- package/dist/components/dropdown/Dropdown.js +68 -67
- package/dist/components/dropdown/index.js +3 -4
- package/dist/components/empty-state/EmptyState.css +39 -39
- package/dist/components/empty-state/EmptyState.js +27 -26
- package/dist/components/empty-state/index.js +1 -8
- package/dist/components/error-message/ErrorMessage.css +20 -20
- package/dist/components/error-message/ErrorMessage.js +13 -12
- package/dist/components/error-message/index.js +1 -5
- package/dist/components/field-error/FieldError.css +27 -27
- package/dist/components/field-error/FieldError.js +18 -17
- package/dist/components/field-error/index.js +1 -5
- package/dist/components/fieldset/Fieldset.css +30 -30
- package/dist/components/fieldset/Fieldset.js +23 -22
- package/dist/components/fieldset/index.js +3 -8
- package/dist/components/flex/Flex.css +5 -5
- package/dist/components/flex/Flex.js +14 -14
- package/dist/components/flex/index.js +1 -3
- package/dist/components/floating-dock/FloatingDock.css +208 -208
- package/dist/components/floating-dock/FloatingDock.js +78 -78
- package/dist/components/floating-dock/index.js +1 -3
- package/dist/components/footer/Footer.js +12 -12
- package/dist/components/footer/FooterTitle.js +9 -9
- package/dist/components/footer/footer.css +51 -51
- package/dist/components/footer/index.js +1 -3
- package/dist/components/form/FieldErrorMessage.js +10 -9
- package/dist/components/form/Form.css +5 -5
- package/dist/components/form/Form.js +18 -17
- package/dist/components/form/FormField.js +21 -20
- package/dist/components/form/FormSubmitButton.js +12 -11
- package/dist/components/form/index.js +6 -12
- package/dist/components/glass-panel/GlassPanel.classes.d.ts +3 -0
- package/dist/components/glass-panel/GlassPanel.classes.js +3 -0
- package/dist/components/glass-panel/GlassPanel.css +359 -282
- package/dist/components/glass-panel/GlassPanel.d.ts +3 -0
- package/dist/components/glass-panel/GlassPanel.js +30 -27
- package/dist/components/glass-panel/index.js +1 -3
- package/dist/components/glow-card/GlowCard.css +100 -100
- package/dist/components/glow-card/GlowCard.js +11 -11
- package/dist/components/glow-card/index.js +1 -3
- package/dist/components/grid/Grid.css +5 -5
- package/dist/components/grid/Grid.js +15 -15
- package/dist/components/grid/index.js +1 -3
- package/dist/components/header/Header.css +13 -13
- package/dist/components/header/Header.js +11 -10
- package/dist/components/header/index.js +3 -5
- package/dist/components/icon/Icon.css +10 -10
- package/dist/components/icon/Icon.js +9 -9
- package/dist/components/icon/index.js +1 -3
- package/dist/components/immersive-landing/ImmersiveLanding.css +565 -565
- package/dist/components/immersive-landing/ImmersiveLanding.js +45 -45
- package/dist/components/immersive-landing/ImmersiveLandingArrows.js +18 -18
- package/dist/components/immersive-landing/ImmersiveLandingContext.js +3 -3
- package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +34 -34
- package/dist/components/immersive-landing/ImmersiveLandingPage.js +16 -16
- package/dist/components/immersive-landing/components/CookieConsent.js +71 -71
- package/dist/components/immersive-landing/components/FirefoxPWABanner.js +42 -42
- package/dist/components/immersive-landing/components/PWAInstallPrompt.js +40 -40
- package/dist/components/immersive-landing/index.js +6 -14
- package/dist/components/immersive-landing/useImmersiveLanding.js +8 -8
- package/dist/components/input/Input.css +155 -155
- package/dist/components/input/Input.js +46 -46
- package/dist/components/input/index.js +3 -3
- package/dist/components/input-group/InputGroup.css +172 -172
- package/dist/components/input-group/InputGroup.js +32 -31
- package/dist/components/input-group/index.js +3 -9
- package/dist/components/input-otp/InputOTP.css +170 -170
- package/dist/components/input-otp/InputOTP.js +52 -51
- package/dist/components/input-otp/index.js +1 -11
- package/dist/components/join/Join.js +15 -15
- package/dist/components/join/index.js +1 -3
- package/dist/components/kbd/Kbd.css +60 -60
- package/dist/components/kbd/Kbd.js +39 -38
- package/dist/components/kbd/index.js +1 -8
- package/dist/components/label/Label.css +30 -30
- package/dist/components/label/Label.js +11 -10
- package/dist/components/label/index.js +3 -5
- package/dist/components/language-switcher/LanguageSwitcher.css +56 -56
- package/dist/components/language-switcher/LanguageSwitcher.js +24 -24
- package/dist/components/language-switcher/createI18n.js +10 -10
- package/dist/components/language-switcher/index.js +2 -8
- package/dist/components/link/Link.css +131 -131
- package/dist/components/link/Link.js +21 -20
- package/dist/components/link/index.js +1 -5
- package/dist/components/list-box/ListBox.css +148 -148
- package/dist/components/list-box/ListBox.js +19 -18
- package/dist/components/list-box/ListBoxItem.js +31 -30
- package/dist/components/list-box/ListBoxSection.js +15 -14
- package/dist/components/list-box/context.js +2 -2
- package/dist/components/list-box/index.js +11 -16
- package/dist/components/live-chat/LiveChat.css +324 -324
- package/dist/components/live-chat/LiveChatBubble.js +28 -28
- package/dist/components/live-chat/LiveChatPanel.js +67 -67
- package/dist/components/live-chat/index.js +2 -5
- package/dist/components/menu/Menu.css +199 -199
- package/dist/components/menu/Menu.js +24 -28
- package/dist/components/menu/MenuItem.js +37 -36
- package/dist/components/menu/MenuSection.js +15 -14
- package/dist/components/menu/context.js +2 -2
- package/dist/components/menu/index.js +4 -12
- package/dist/components/meter/Meter.css +89 -89
- package/dist/components/meter/Meter.js +35 -34
- package/dist/components/meter/index.js +1 -8
- package/dist/components/modal/Modal.css +320 -320
- package/dist/components/modal/Modal.js +79 -78
- package/dist/components/modal/index.js +1 -13
- package/dist/components/navbar/Navbar.classes.d.ts +9 -0
- package/dist/components/navbar/Navbar.classes.js +9 -0
- package/dist/components/navbar/Navbar.css +110 -110
- package/dist/components/navbar/Navbar.js +16 -16
- package/dist/components/navbar/NavbarRow.js +11 -11
- package/dist/components/navbar/NavbarSection.js +10 -10
- package/dist/components/navbar/NavbarStack.js +11 -11
- package/dist/components/navbar/index.js +1 -3
- package/dist/components/noise-background/NoiseBackground.css +66 -66
- package/dist/components/noise-background/NoiseBackground.js +33 -33
- package/dist/components/noise-background/index.js +1 -3
- package/dist/components/number-field/NumberField.css +198 -198
- package/dist/components/number-field/NumberField.js +43 -42
- package/dist/components/number-field/index.js +1 -9
- package/dist/components/pagination/Pagination.css +121 -121
- package/dist/components/pagination/Pagination.js +32 -32
- package/dist/components/pagination/index.js +1 -3
- package/dist/components/password-field/PasswordField.js +18 -17
- package/dist/components/password-field/index.js +1 -3
- package/dist/components/password-requirements/PasswordRequirements.js +22 -22
- package/dist/components/password-requirements/index.js +1 -3
- package/dist/components/password-rules/index.js +1 -4
- package/dist/components/popover/Popover.css +117 -117
- package/dist/components/popover/Popover.js +52 -51
- package/dist/components/popover/index.js +4 -9
- package/dist/components/progress-bar/ProgressBar.css +104 -104
- package/dist/components/progress-bar/ProgressBar.js +28 -28
- package/dist/components/progress-bar/index.js +1 -3
- package/dist/components/progress-circle/ProgressCircle.css +82 -82
- package/dist/components/progress-circle/ProgressCircle.js +30 -30
- package/dist/components/progress-circle/index.js +1 -3
- package/dist/components/radio/Radio.css +129 -129
- package/dist/components/radio/Radio.js +28 -28
- package/dist/components/radio/index.js +1 -3
- package/dist/components/radio-group/RadioGroup.css +58 -58
- package/dist/components/radio-group/RadioGroup.js +31 -31
- package/dist/components/radio-group/context.js +2 -2
- package/dist/components/radio-group/index.js +4 -4
- package/dist/components/range-calendar/RangeCalendar.css +51 -51
- package/dist/components/range-calendar/RangeCalendar.js +18 -18
- package/dist/components/range-calendar/index.js +1 -3
- package/dist/components/scroll-shadow/ScrollShadow.css +93 -93
- package/dist/components/scroll-shadow/ScrollShadow.js +17 -17
- package/dist/components/scroll-shadow/index.js +1 -3
- package/dist/components/scroll-shadow/useScrollShadow.js +4 -4
- package/dist/components/search-field/SearchField.css +183 -183
- package/dist/components/search-field/SearchField.js +42 -41
- package/dist/components/search-field/index.js +1 -9
- package/dist/components/select/Select.css +284 -284
- package/dist/components/select/Select.js +130 -130
- package/dist/components/select/index.js +1 -3
- package/dist/components/separator/Separator.css +35 -35
- package/dist/components/separator/Separator.js +12 -11
- package/dist/components/separator/index.js +1 -4
- package/dist/components/size-picker/SizePicker.js +17 -17
- package/dist/components/size-picker/index.js +2 -6
- package/dist/components/size-picker/sizeStore.js +5 -5
- package/dist/components/skeleton/Skeleton.css +95 -95
- package/dist/components/skeleton/Skeleton.js +9 -9
- package/dist/components/skeleton/index.js +1 -3
- package/dist/components/slider/Slider.css +122 -122
- package/dist/components/slider/Slider.js +27 -27
- package/dist/components/slider/index.js +1 -3
- package/dist/components/spinner/Spinner.css +131 -131
- package/dist/components/spinner/Spinner.js +17 -17
- package/dist/components/spinner/index.js +1 -5
- package/dist/components/surface/Surface.css +37 -37
- package/dist/components/surface/Surface.js +11 -10
- package/dist/components/surface/index.js +1 -4
- package/dist/components/table/ExpandToggle.js +14 -14
- package/dist/components/table/InlineConfirm.js +12 -12
- package/dist/components/table/MobileListView.js +24 -24
- package/dist/components/table/SortIcon.js +11 -11
- package/dist/components/table/Table.css +426 -426
- package/dist/components/table/Table.js +82 -81
- package/dist/components/table/VirtualSpacerRow.js +9 -9
- package/dist/components/table/index.js +7 -38
- package/dist/components/tabs/Tabs.css +203 -203
- package/dist/components/tabs/Tabs.js +62 -61
- package/dist/components/tabs/index.js +1 -4
- package/dist/components/tag/Tag.css +121 -121
- package/dist/components/tag/Tag.js +41 -40
- package/dist/components/tag/index.js +3 -6
- package/dist/components/tag-group/TagGroup.css +22 -22
- package/dist/components/tag-group/TagGroup.js +24 -23
- package/dist/components/tag-group/context.js +2 -2
- package/dist/components/tag-group/index.js +1 -6
- package/dist/components/text/Text.css +66 -66
- package/dist/components/text/Text.js +11 -10
- package/dist/components/text/index.js +1 -5
- package/dist/components/text-area/TextArea.css +95 -95
- package/dist/components/text-area/TextArea.js +14 -13
- package/dist/components/text-area/index.js +1 -5
- package/dist/components/text-field/TextField.css +33 -33
- package/dist/components/text-field/TextField.js +14 -13
- package/dist/components/text-field/index.js +3 -7
- package/dist/components/textarea/Textarea.js +10 -11
- package/dist/components/textarea/index.js +1 -6
- package/dist/components/theme-color-picker/ThemeColorPicker.js +52 -52
- package/dist/components/theme-color-picker/hueShift.js +8 -8
- package/dist/components/theme-color-picker/index.js +2 -7
- package/dist/components/time-field/TimeField.css +215 -215
- package/dist/components/time-field/TimeField.js +43 -42
- package/dist/components/time-field/index.js +3 -11
- package/dist/components/toast/Toast.css +344 -344
- package/dist/components/toast/Toast.js +101 -100
- package/dist/components/toast/index.js +1 -19
- package/dist/components/toggle/Toggle.css +237 -237
- package/dist/components/toggle/Toggle.js +31 -31
- package/dist/components/toggle/index.js +1 -3
- package/dist/components/toolbar/Toolbar.css +55 -55
- package/dist/components/toolbar/Toolbar.js +12 -11
- package/dist/components/toolbar/index.js +1 -5
- package/dist/components/tooltip/Tooltip.css +153 -153
- package/dist/components/tooltip/Tooltip.js +40 -39
- package/dist/components/tooltip/index.js +1 -7
- package/dist/components/utils.js +6 -7
- package/dist/components/video-preview/VideoPreview.js +14 -13
- package/dist/components/video-preview/index.js +1 -3
- package/dist/hooks/date/useCalendarNavigation.js +18 -18
- package/dist/hooks/date/useCalendarState.js +19 -19
- package/dist/hooks/date/useDateSelection.js +7 -7
- package/dist/hooks/date/usePickerOpenState.js +8 -8
- package/dist/hooks/date/useRangeSelection.js +16 -16
- package/dist/hooks/form/FormContext.js +3 -3
- package/dist/hooks/form/createForm.js +4 -4
- package/dist/hooks/form/index.js +4 -10
- package/dist/hooks/form/useFieldNew.js +10 -10
- package/dist/hooks/layout/index.js +1 -3
- package/dist/hooks/layout/useDesktop.js +4 -4
- package/dist/hooks/table/index.js +8 -18
- package/dist/hooks/table/useAnchoredOverlayPosition.js +5 -5
- package/dist/hooks/table/useTableExpansion.js +4 -4
- package/dist/hooks/table/useTableFiltering.js +8 -8
- package/dist/hooks/table/useTableModel.js +10 -10
- package/dist/hooks/table/useTablePagination.js +4 -4
- package/dist/hooks/table/useTableSelection.js +4 -4
- package/dist/hooks/table/useTableSorting.js +6 -6
- package/dist/index.css +74 -74
- package/dist/index.js +108 -398
- package/dist/lib/refs/index.js +1 -3
- package/dist/lib/refs/mergeRefs.js +2 -2
- package/dist/lib/style/index.js +1 -4
- package/dist/lib/tag/createIsButton.js +4 -4
- package/dist/lib/tag/createTagName.js +2 -2
- package/dist/lib/tag/index.js +2 -7
- package/dist/motion/engine.js +4 -4
- package/dist/motion/index.js +10 -39
- package/dist/motion/popmotion.js +2 -2
- package/dist/motion/presets.js +4 -4
- package/dist/motion/route.js +7 -7
- package/dist/motion/solid/AnimatedCollapse.js +27 -26
- package/dist/motion/solid/MotionDiv.js +17 -16
- package/dist/motion/solid/Presence.js +13 -12
- package/dist/motion/solid/index.js +3 -10
- package/dist/motion/system.js +9 -9
- package/dist/primitives/streaming/index.js +2 -5
- package/dist/primitives/streaming/useStreamingBuffer.js +2 -2
- package/dist/primitives/streaming/useStreamingSubscription.js +7 -7
- package/dist/primitives/virtualizer/index.js +1 -3
- package/dist/primitives/virtualizer/useVirtualRows.js +7 -7
- package/dist/purge-manifest.json +15350 -15141
- package/dist/styles/base/index.css +43 -43
- package/dist/styles/icons/generated-icons.css +1 -173
- package/dist/styles/themes/dark.css +141 -141
- package/dist/styles/themes/light.css +143 -143
- package/package.json +31 -31
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
@layer base {
|
|
2
|
-
html {
|
|
3
|
-
scrollbar-color: var(--color-base-300) transparent;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
body {
|
|
7
|
-
color: var(--color-base-content);
|
|
8
|
-
background: var(--color-base-100);
|
|
9
|
-
overflow-x: clip;
|
|
10
|
-
touch-action: manipulation;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
*::selection {
|
|
14
|
-
color: var(--color-primary-content);
|
|
15
|
-
background: var(--color-primary);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.resize-y {
|
|
19
|
-
resize: vertical;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.resize-x {
|
|
23
|
-
resize: horizontal;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.resize-both {
|
|
27
|
-
resize: both;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.resize-none {
|
|
31
|
-
resize: none;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@layer components {
|
|
36
|
-
.table tr.active {
|
|
37
|
-
background-color: var(--b2);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.table.table-hover tbody tr:hover {
|
|
41
|
-
background-color: var(--b2);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
@layer base {
|
|
2
|
+
html {
|
|
3
|
+
scrollbar-color: var(--color-base-300) transparent;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
body {
|
|
7
|
+
color: var(--color-base-content);
|
|
8
|
+
background: var(--color-base-100);
|
|
9
|
+
overflow-x: clip;
|
|
10
|
+
touch-action: manipulation;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
*::selection {
|
|
14
|
+
color: var(--color-primary-content);
|
|
15
|
+
background: var(--color-primary);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.resize-y {
|
|
19
|
+
resize: vertical;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.resize-x {
|
|
23
|
+
resize: horizontal;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.resize-both {
|
|
27
|
+
resize: both;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.resize-none {
|
|
31
|
+
resize: none;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@layer components {
|
|
36
|
+
.table tr.active {
|
|
37
|
+
background-color: var(--b2);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.table.table-hover tbody tr:hover {
|
|
41
|
+
background-color: var(--b2);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,173 +1 @@
|
|
|
1
|
-
|
|
2
|
-
.iconify {
|
|
3
|
-
display: inline-block;
|
|
4
|
-
width: 1em;
|
|
5
|
-
height: 1em;
|
|
6
|
-
background-color: currentColor;
|
|
7
|
-
-webkit-mask-repeat: no-repeat;
|
|
8
|
-
mask-repeat: no-repeat;
|
|
9
|
-
-webkit-mask-size: 100% 100%;
|
|
10
|
-
mask-size: 100% 100%;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.iconify-color {
|
|
14
|
-
display: inline-block;
|
|
15
|
-
width: 1em;
|
|
16
|
-
height: 1em;
|
|
17
|
-
background-repeat: no-repeat;
|
|
18
|
-
background-size: 100% 100%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.icon-[mdi--close] {
|
|
22
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E");
|
|
23
|
-
}
|
|
24
|
-
.icon-[mdi--close].iconify {
|
|
25
|
-
-webkit-mask-image: var(--svg);
|
|
26
|
-
mask-image: var(--svg);
|
|
27
|
-
}
|
|
28
|
-
.icon-[mdi--close].iconify-color {
|
|
29
|
-
background-image: var(--svg);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.icon-[mdi--firefox] {
|
|
33
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.85%206.74q.015%200%200%200M21.28%208.6c-.43-1.05-1.32-2.18-2.01-2.54.56%201.11.89%202.22%201.02%203.04v.02c-1.13-2.82-3.05-3.96-4.62-6.44-.08-.12-.17-.25-.24-.38-.04-.07-.07-.14-.11-.21-.06-.13-.12-.26-.15-.4%200-.01-.01-.02-.02-.02h-.03c-2.22%201.3-3.15%203.59-3.38%205.04-.69.04-1.37.21-1.99.51-.12.05-.17.19-.13.31.05.14.21.21.34.15.54-.26%201.14-.41%201.74-.45h.05c.08-.01.17-.01.25-.01.5-.01.97.06%201.44.2l.06.02c.1.02.17.06.25.06.05.04.11.06.16.08l.14.06c.07.03.14.06.2.09.03.02.06.03.09.05.07.04.16.07.2.11.04.02.08.05.12.07.73.45%201.34%201.07%201.75%201.81-.53-.37-1.49-.74-2.41-.58%203.6%201.81%202.63%208-2.36%207.76-.44-.01-.88-.1-1.3-.25-.1-.03-.2-.07-.29-.12-.05-.02-.12-.05-.17-.08-1.23-.63-2.24-1.82-2.38-3.27%200%200%20.5-1.73%203.33-1.73.31%200%201.17-.86%201.2-1.1%200-.09-1.74-.78-2.42-1.45-.37-.36-.54-.53-.69-.66-.08-.07-.17-.13-.26-.19a4.63%204.63%200%200%201-.03-2.45C7.6%206.12%206.8%206.86%206.22%207.5c-.4-.5-.37-2.15-.35-2.5-.01%200-.3.16-.33.18-.35.25-.68.53-.98.82-.35.37-.66.74-.94%201.14-.62.91-1.12%201.95-1.34%203.04%200%20.01-.1.41-.17.92l-.03.23c-.02.17-.04.32-.08.58v.41c0%205.53%204.5%2010.01%2010%2010.01%204.97%200%209.08-3.59%209.88-8.33.02-.11.03-.24.05-.37.2-1.72-.02-3.52-.65-5.03%22%2F%3E%3C%2Fsvg%3E");
|
|
34
|
-
}
|
|
35
|
-
.icon-[mdi--firefox].iconify {
|
|
36
|
-
-webkit-mask-image: var(--svg);
|
|
37
|
-
mask-image: var(--svg);
|
|
38
|
-
}
|
|
39
|
-
.icon-[mdi--firefox].iconify-color {
|
|
40
|
-
background-image: var(--svg);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.icon-[mdi--inbox-outline] {
|
|
44
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M5%2019v-2h3.13a4.13%204.13%200%200%200%201.27%202m9.6%200h-4.4a4.13%204.13%200%200%200%201.27-2H19m0-2h-5v1a2%202%200%200%201-4%200v-1H5V5h14Z%22%2F%3E%3C%2Fsvg%3E");
|
|
45
|
-
}
|
|
46
|
-
.icon-[mdi--inbox-outline].iconify {
|
|
47
|
-
-webkit-mask-image: var(--svg);
|
|
48
|
-
mask-image: var(--svg);
|
|
49
|
-
}
|
|
50
|
-
.icon-[mdi--inbox-outline].iconify-color {
|
|
51
|
-
background-image: var(--svg);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon-[mdi--loading] {
|
|
55
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204V2A10%2010%200%200%200%202%2012h2a8%208%200%200%201%208-8%22%2F%3E%3C%2Fsvg%3E");
|
|
56
|
-
}
|
|
57
|
-
.icon-[mdi--loading].iconify {
|
|
58
|
-
-webkit-mask-image: var(--svg);
|
|
59
|
-
mask-image: var(--svg);
|
|
60
|
-
}
|
|
61
|
-
.icon-[mdi--loading].iconify-color {
|
|
62
|
-
background-image: var(--svg);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.icon-[mdi--palette] {
|
|
66
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2017.5%209a1.5%201.5%200%200%201%201.5%201.5%201.5%201.5%200%200%201-1.5%201.5m-3-4A1.5%201.5%200%200%201%2013%206.5%201.5%201.5%200%200%201%2014.5%205%201.5%201.5%200%200%201%2016%206.5%201.5%201.5%200%200%201%2014.5%208m-5%200A1.5%201.5%200%200%201%208%206.5%201.5%201.5%200%200%201%209.5%205%201.5%201.5%200%200%201%2011%206.5%201.5%201.5%200%200%201%209.5%208m-3%204A1.5%201.5%200%200%201%205%2010.5%201.5%201.5%200%200%201%206.5%209%201.5%201.5%200%200%201%208%2010.5%201.5%201.5%200%200%201%206.5%2012M12%203a9%209%200%200%200-9%209%209%209%200%200%200%209%209%201.5%201.5%200%200%200%201.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5%201.5%200%200%201%201.5-1.5H16a5%205%200%200%200%205-5c0-4.42-4.03-8-9-8%22%2F%3E%3C%2Fsvg%3E");
|
|
67
|
-
}
|
|
68
|
-
.icon-[mdi--palette].iconify {
|
|
69
|
-
-webkit-mask-image: var(--svg);
|
|
70
|
-
mask-image: var(--svg);
|
|
71
|
-
}
|
|
72
|
-
.icon-[mdi--palette].iconify-color {
|
|
73
|
-
background-image: var(--svg);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.icon-[lucide--arrow-down] {
|
|
77
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%205v14m7-7-7%207-7-7%22%2F%3E%3C%2Fsvg%3E");
|
|
78
|
-
}
|
|
79
|
-
.icon-[lucide--arrow-down].iconify {
|
|
80
|
-
-webkit-mask-image: var(--svg);
|
|
81
|
-
mask-image: var(--svg);
|
|
82
|
-
}
|
|
83
|
-
.icon-[lucide--arrow-down].iconify-color {
|
|
84
|
-
background-image: var(--svg);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.icon-[lucide--arrow-up] {
|
|
88
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m5%2012%207-7%207%207m-7%207V5%22%2F%3E%3C%2Fsvg%3E");
|
|
89
|
-
}
|
|
90
|
-
.icon-[lucide--arrow-up].iconify {
|
|
91
|
-
-webkit-mask-image: var(--svg);
|
|
92
|
-
mask-image: var(--svg);
|
|
93
|
-
}
|
|
94
|
-
.icon-[lucide--arrow-up].iconify-color {
|
|
95
|
-
background-image: var(--svg);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.icon-[lucide--arrow-up-down] {
|
|
99
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m21%2016-4%204-4-4m4%204V4M3%208l4-4%204%204M7%204v16%22%2F%3E%3C%2Fsvg%3E");
|
|
100
|
-
}
|
|
101
|
-
.icon-[lucide--arrow-up-down].iconify {
|
|
102
|
-
-webkit-mask-image: var(--svg);
|
|
103
|
-
mask-image: var(--svg);
|
|
104
|
-
}
|
|
105
|
-
.icon-[lucide--arrow-up-down].iconify-color {
|
|
106
|
-
background-image: var(--svg);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.icon-[lucide--check] {
|
|
110
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%206%209%2017l-5-5%22%2F%3E%3C%2Fsvg%3E");
|
|
111
|
-
}
|
|
112
|
-
.icon-[lucide--check].iconify {
|
|
113
|
-
-webkit-mask-image: var(--svg);
|
|
114
|
-
mask-image: var(--svg);
|
|
115
|
-
}
|
|
116
|
-
.icon-[lucide--check].iconify-color {
|
|
117
|
-
background-image: var(--svg);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.icon-[lucide--chevron-down] {
|
|
121
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
|
|
122
|
-
}
|
|
123
|
-
.icon-[lucide--chevron-down].iconify {
|
|
124
|
-
-webkit-mask-image: var(--svg);
|
|
125
|
-
mask-image: var(--svg);
|
|
126
|
-
}
|
|
127
|
-
.icon-[lucide--chevron-down].iconify-color {
|
|
128
|
-
background-image: var(--svg);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.icon-[lucide--chevron-right] {
|
|
132
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%2018%206-6-6-6%22%2F%3E%3C%2Fsvg%3E");
|
|
133
|
-
}
|
|
134
|
-
.icon-[lucide--chevron-right].iconify {
|
|
135
|
-
-webkit-mask-image: var(--svg);
|
|
136
|
-
mask-image: var(--svg);
|
|
137
|
-
}
|
|
138
|
-
.icon-[lucide--chevron-right].iconify-color {
|
|
139
|
-
background-image: var(--svg);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.icon-[lucide--eye] {
|
|
143
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2.062%2012.348a1%201%200%200%201%200-.696%2010.75%2010.75%200%200%201%2019.876%200%201%201%200%200%201%200%20.696%2010.75%2010.75%200%200%201-19.876%200%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
144
|
-
}
|
|
145
|
-
.icon-[lucide--eye].iconify {
|
|
146
|
-
-webkit-mask-image: var(--svg);
|
|
147
|
-
mask-image: var(--svg);
|
|
148
|
-
}
|
|
149
|
-
.icon-[lucide--eye].iconify-color {
|
|
150
|
-
background-image: var(--svg);
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.icon-[lucide--eye-off] {
|
|
154
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.733%205.076a10.744%2010.744%200%200%201%2011.205%206.575%201%201%200%200%201%200%20.696%2010.8%2010.8%200%200%201-1.444%202.49m-6.41-.679a3%203%200%200%201-4.242-4.242%22%2F%3E%3Cpath%20d%3D%22M17.479%2017.499a10.75%2010.75%200%200%201-15.417-5.151%201%201%200%200%201%200-.696%2010.75%2010.75%200%200%201%204.446-5.143M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
155
|
-
}
|
|
156
|
-
.icon-[lucide--eye-off].iconify {
|
|
157
|
-
-webkit-mask-image: var(--svg);
|
|
158
|
-
mask-image: var(--svg);
|
|
159
|
-
}
|
|
160
|
-
.icon-[lucide--eye-off].iconify-color {
|
|
161
|
-
background-image: var(--svg);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.icon-[lucide--minus] {
|
|
165
|
-
--svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2012h14%22%2F%3E%3C%2Fsvg%3E");
|
|
166
|
-
}
|
|
167
|
-
.icon-[lucide--minus].iconify {
|
|
168
|
-
-webkit-mask-image: var(--svg);
|
|
169
|
-
mask-image: var(--svg);
|
|
170
|
-
}
|
|
171
|
-
.icon-[lucide--minus].iconify-color {
|
|
172
|
-
background-image: var(--svg);
|
|
173
|
-
}
|
|
1
|
+
.iconify{background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.iconify,.iconify-color{display:inline-block;height:1em;width:1em}.iconify-color{background-repeat:no-repeat;background-size:100% 100%}.icon-[mdi--close]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")}.icon-[mdi--close].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--close].iconify-color{background-image:var(--svg)}.icon-[mdi--firefox]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.85 6.74q.015 0 0 0M21.28 8.6c-.43-1.05-1.32-2.18-2.01-2.54.56 1.11.89 2.22 1.02 3.04v.02c-1.13-2.82-3.05-3.96-4.62-6.44-.08-.12-.17-.25-.24-.38-.04-.07-.07-.14-.11-.21-.06-.13-.12-.26-.15-.4 0-.01-.01-.02-.02-.02h-.03c-2.22 1.3-3.15 3.59-3.38 5.04-.69.04-1.37.21-1.99.51-.12.05-.17.19-.13.31.05.14.21.21.34.15.54-.26 1.14-.41 1.74-.45h.05c.08-.01.17-.01.25-.01.5-.01.97.06 1.44.2l.06.02c.1.02.17.06.25.06.05.04.11.06.16.08l.14.06c.07.03.14.06.2.09.03.02.06.03.09.05.07.04.16.07.2.11.04.02.08.05.12.07.73.45 1.34 1.07 1.75 1.81-.53-.37-1.49-.74-2.41-.58 3.6 1.81 2.63 8-2.36 7.76-.44-.01-.88-.1-1.3-.25-.1-.03-.2-.07-.29-.12-.05-.02-.12-.05-.17-.08-1.23-.63-2.24-1.82-2.38-3.27 0 0 .5-1.73 3.33-1.73.31 0 1.17-.86 1.2-1.1 0-.09-1.74-.78-2.42-1.45-.37-.36-.54-.53-.69-.66-.08-.07-.17-.13-.26-.19a4.63 4.63 0 0 1-.03-2.45C7.6 6.12 6.8 6.86 6.22 7.5c-.4-.5-.37-2.15-.35-2.5-.01 0-.3.16-.33.18-.35.25-.68.53-.98.82-.35.37-.66.74-.94 1.14-.62.91-1.12 1.95-1.34 3.04 0 .01-.1.41-.17.92l-.03.23c-.02.17-.04.32-.08.58v.41c0 5.53 4.5 10.01 10 10.01 4.97 0 9.08-3.59 9.88-8.33.02-.11.03-.24.05-.37.2-1.72-.02-3.52-.65-5.03'/%3E%3C/svg%3E")}.icon-[mdi--firefox].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--firefox].iconify-color{background-image:var(--svg)}.icon-[mdi--inbox-outline]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14Z'/%3E%3C/svg%3E")}.icon-[mdi--inbox-outline].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--inbox-outline].iconify-color{background-image:var(--svg)}.icon-[mdi--loading]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8'/%3E%3C/svg%3E")}.icon-[mdi--loading].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--loading].iconify-color{background-image:var(--svg)}.icon-[mdi--palette]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5 1.5 1.5 0 0 1 14.5 5 1.5 1.5 0 0 1 16 6.5 1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5 1.5 1.5 0 0 1 9.5 5 1.5 1.5 0 0 1 11 6.5 1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5 1.5 1.5 0 0 1 6.5 9 1.5 1.5 0 0 1 8 10.5 1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8'/%3E%3C/svg%3E")}.icon-[mdi--palette].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--palette].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m7-7-7 7-7-7'/%3E%3C/svg%3E")}.icon-[lucide--arrow-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-down].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-up]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12 7-7 7 7m-7 7V5'/%3E%3C/svg%3E")}.icon-[lucide--arrow-up].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-up].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-up-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 16-4 4-4-4m4 4V4M3 8l4-4 4 4M7 4v16'/%3E%3C/svg%3E")}.icon-[lucide--arrow-up-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-up-down].iconify-color{background-image:var(--svg)}.icon-[lucide--check]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.icon-[lucide--check].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--check].iconify-color{background-image:var(--svg)}.icon-[lucide--chevron-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.icon-[lucide--chevron-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--chevron-down].iconify-color{background-image:var(--svg)}.icon-[lucide--chevron-right]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E")}.icon-[lucide--chevron-right].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--chevron-right].iconify-color{background-image:var(--svg)}.icon-[lucide--eye]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/g%3E%3C/svg%3E")}.icon-[lucide--eye].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--eye].iconify-color{background-image:var(--svg)}.icon-[lucide--eye-off]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242'/%3E%3Cpath d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143M2 2l20 20'/%3E%3C/g%3E%3C/svg%3E")}.icon-[lucide--eye-off].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--eye-off].iconify-color{background-image:var(--svg)}.icon-[lucide--minus]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14'/%3E%3C/svg%3E")}.icon-[lucide--minus].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--minus].iconify-color{background-image:var(--svg)}
|
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
@layer theme {
|
|
2
|
-
[data-theme="dark"] {
|
|
3
|
-
/* Base colors */
|
|
4
|
-
--color-primary: var(--color-blue-500);
|
|
5
|
-
--color-primary-content: var(--color-white);
|
|
6
|
-
--color-secondary: var(--color-purple-500);
|
|
7
|
-
--color-secondary-content: var(--color-white);
|
|
8
|
-
--color-accent: var(--color-sky-500);
|
|
9
|
-
--color-accent-content: var(--color-white);
|
|
10
|
-
--color-accent-foreground: var(--color-white);
|
|
11
|
-
--color-accent-soft: color-mix(
|
|
12
|
-
in oklab,
|
|
13
|
-
var(--color-sky-500) 20%,
|
|
14
|
-
var(--color-gray-900)
|
|
15
|
-
);
|
|
16
|
-
--color-accent-soft-foreground: var(--color-sky-400);
|
|
17
|
-
--color-accent-soft-hover: color-mix(
|
|
18
|
-
in oklab,
|
|
19
|
-
var(--color-sky-500) 28%,
|
|
20
|
-
var(--color-gray-900)
|
|
21
|
-
);
|
|
22
|
-
--color-accent-hover: var(--color-sky-400);
|
|
23
|
-
--color-neutral: var(--color-gray-700);
|
|
24
|
-
--color-neutral-content: var(--color-gray-100);
|
|
25
|
-
|
|
26
|
-
/* Semantic colors */
|
|
27
|
-
--color-info: var(--color-blue-400);
|
|
28
|
-
--color-info-content: var(--color-gray-900);
|
|
29
|
-
--color-success: var(--color-emerald-500);
|
|
30
|
-
--color-success-content: var(--color-gray-900);
|
|
31
|
-
--color-success-foreground: var(--color-white);
|
|
32
|
-
--color-success-soft: color-mix(
|
|
33
|
-
in oklab,
|
|
34
|
-
var(--color-emerald-500) 20%,
|
|
35
|
-
var(--color-gray-900)
|
|
36
|
-
);
|
|
37
|
-
--color-success-soft-foreground: var(--color-emerald-400);
|
|
38
|
-
--color-warning: var(--color-amber-400);
|
|
39
|
-
--color-warning-content: var(--color-gray-900);
|
|
40
|
-
--color-warning-foreground: var(--color-gray-900);
|
|
41
|
-
--color-warning-soft: color-mix(
|
|
42
|
-
in oklab,
|
|
43
|
-
var(--color-amber-400) 20%,
|
|
44
|
-
var(--color-gray-900)
|
|
45
|
-
);
|
|
46
|
-
--color-warning-soft-foreground: var(--color-amber-300);
|
|
47
|
-
--color-error: var(--color-rose-500);
|
|
48
|
-
--color-error-content: var(--color-white);
|
|
49
|
-
--color-danger: var(--color-rose-500);
|
|
50
|
-
--color-danger-foreground: var(--color-white);
|
|
51
|
-
--color-danger-soft: color-mix(
|
|
52
|
-
in oklab,
|
|
53
|
-
var(--color-rose-500) 20%,
|
|
54
|
-
var(--color-gray-900)
|
|
55
|
-
);
|
|
56
|
-
--color-danger-soft-foreground: var(--color-rose-400);
|
|
57
|
-
|
|
58
|
-
/* HeroUI generic tokens */
|
|
59
|
-
--color-default: var(--color-gray-700);
|
|
60
|
-
--color-default-foreground: var(--color-gray-100);
|
|
61
|
-
--color-default-hover: var(--color-gray-600);
|
|
62
|
-
--color-background: var(--color-gray-900);
|
|
63
|
-
--color-foreground: var(--color-gray-100);
|
|
64
|
-
|
|
65
|
-
/* Base background colors */
|
|
66
|
-
--color-base-100: var(--color-gray-900);
|
|
67
|
-
--color-base-200: var(--color-gray-800);
|
|
68
|
-
--color-base-300: var(--color-gray-700);
|
|
69
|
-
--color-base-content: var(--color-gray-100);
|
|
70
|
-
|
|
71
|
-
/* Legacy support */
|
|
72
|
-
--color-bg-body: var(--color-gray-900);
|
|
73
|
-
--color-bg-inverse: var(--color-white);
|
|
74
|
-
--color-bg-primary: var(--color-gray-800);
|
|
75
|
-
--color-bg-secondary: var(--color-gray-700);
|
|
76
|
-
--color-bg-tertiary: var(--color-gray-600);
|
|
77
|
-
--color-bg-positive: var(--color-emerald-500);
|
|
78
|
-
--color-bg-destructive: var(--color-rose-500);
|
|
79
|
-
|
|
80
|
-
--color-fg-body: var(--color-gray-100);
|
|
81
|
-
--color-fg-inverse: var(--color-gray-900);
|
|
82
|
-
--color-fg-primary: var(--color-gray-200);
|
|
83
|
-
--color-fg-secondary: var(--color-gray-300);
|
|
84
|
-
--color-fg-tertiary: var(--color-gray-400);
|
|
85
|
-
--color-fg-positive: var(--color-emerald-400);
|
|
86
|
-
--color-fg-destructive: var(--color-rose-400);
|
|
87
|
-
|
|
88
|
-
/* Daisy-compatible aliases and structural tokens */
|
|
89
|
-
--b1: var(--color-base-100);
|
|
90
|
-
--b2: var(--color-base-200);
|
|
91
|
-
--b3: var(--color-base-300);
|
|
92
|
-
--bc: var(--color-base-content);
|
|
93
|
-
--radius-selector: 0.375rem;
|
|
94
|
-
--radius-field: 0.375rem;
|
|
95
|
-
--radius-box: 0.75rem;
|
|
96
|
-
--size-selector: 0.25rem;
|
|
97
|
-
--size-field: 0.25rem;
|
|
98
|
-
--border: 1px;
|
|
99
|
-
--depth: 0;
|
|
100
|
-
--noise: 1;
|
|
101
|
-
|
|
102
|
-
/* Glass surface tokens */
|
|
103
|
-
--glass-background-color: white;
|
|
104
|
-
--glass-background-opacity: 0.96%;
|
|
105
|
-
--glass-border-color: white;
|
|
106
|
-
--glass-border-opacity: 30%;
|
|
107
|
-
--glass-highlight-color: white;
|
|
108
|
-
--glass-highlight-opacity: 6.4%;
|
|
109
|
-
--glass-bottom-highlight-opacity: 3.2%;
|
|
110
|
-
--glass-edge-highlight-opacity: 8%;
|
|
111
|
-
--glass-inner-glow-rgb: 255 255 255;
|
|
112
|
-
--glass-inner-glow-alpha: 0.15;
|
|
113
|
-
--glass-inner-glow-blur: 2px;
|
|
114
|
-
--glass-inner-glow-spread: 0px;
|
|
115
|
-
--glass-depth-top-glow-opacity: 8%;
|
|
116
|
-
--glass-depth-bottom-glow-opacity: 12%;
|
|
117
|
-
--glass-depth-sheen-opacity: 7.5%;
|
|
118
|
-
--glass-depth-sheen-size: 70%;
|
|
119
|
-
--glass-depth-surface-opacity: 0%;
|
|
120
|
-
--glass-depth-surface-size: 82%;
|
|
121
|
-
--glass-rim-start-color: var(--color-base-content);
|
|
122
|
-
--glass-rim-start-opacity: 21%;
|
|
123
|
-
--glass-rim-end-color: white;
|
|
124
|
-
--glass-rim-end-opacity: 35%;
|
|
125
|
-
--glass-glow-ring-opacity: 10%;
|
|
126
|
-
--glass-liquid-edge-size: 3px;
|
|
127
|
-
--glass-liquid-inner-blur: 18px;
|
|
128
|
-
--glass-border-radius: 20px;
|
|
129
|
-
--glass-blur: 50px;
|
|
130
|
-
--glass-saturation: 1.2;
|
|
131
|
-
--glass-brightness: 1;
|
|
132
|
-
--glass-shadow-depth: 0 8px 32px rgb(0 0 0 / 10%);
|
|
133
|
-
--glass-fallback-background-opacity: 78%;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@layer base {
|
|
138
|
-
[data-theme="dark"] {
|
|
139
|
-
color-scheme: only dark;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
1
|
+
@layer theme {
|
|
2
|
+
[data-theme="dark"] {
|
|
3
|
+
/* Base colors */
|
|
4
|
+
--color-primary: var(--color-blue-500);
|
|
5
|
+
--color-primary-content: var(--color-white);
|
|
6
|
+
--color-secondary: var(--color-purple-500);
|
|
7
|
+
--color-secondary-content: var(--color-white);
|
|
8
|
+
--color-accent: var(--color-sky-500);
|
|
9
|
+
--color-accent-content: var(--color-white);
|
|
10
|
+
--color-accent-foreground: var(--color-white);
|
|
11
|
+
--color-accent-soft: color-mix(
|
|
12
|
+
in oklab,
|
|
13
|
+
var(--color-sky-500) 20%,
|
|
14
|
+
var(--color-gray-900)
|
|
15
|
+
);
|
|
16
|
+
--color-accent-soft-foreground: var(--color-sky-400);
|
|
17
|
+
--color-accent-soft-hover: color-mix(
|
|
18
|
+
in oklab,
|
|
19
|
+
var(--color-sky-500) 28%,
|
|
20
|
+
var(--color-gray-900)
|
|
21
|
+
);
|
|
22
|
+
--color-accent-hover: var(--color-sky-400);
|
|
23
|
+
--color-neutral: var(--color-gray-700);
|
|
24
|
+
--color-neutral-content: var(--color-gray-100);
|
|
25
|
+
|
|
26
|
+
/* Semantic colors */
|
|
27
|
+
--color-info: var(--color-blue-400);
|
|
28
|
+
--color-info-content: var(--color-gray-900);
|
|
29
|
+
--color-success: var(--color-emerald-500);
|
|
30
|
+
--color-success-content: var(--color-gray-900);
|
|
31
|
+
--color-success-foreground: var(--color-white);
|
|
32
|
+
--color-success-soft: color-mix(
|
|
33
|
+
in oklab,
|
|
34
|
+
var(--color-emerald-500) 20%,
|
|
35
|
+
var(--color-gray-900)
|
|
36
|
+
);
|
|
37
|
+
--color-success-soft-foreground: var(--color-emerald-400);
|
|
38
|
+
--color-warning: var(--color-amber-400);
|
|
39
|
+
--color-warning-content: var(--color-gray-900);
|
|
40
|
+
--color-warning-foreground: var(--color-gray-900);
|
|
41
|
+
--color-warning-soft: color-mix(
|
|
42
|
+
in oklab,
|
|
43
|
+
var(--color-amber-400) 20%,
|
|
44
|
+
var(--color-gray-900)
|
|
45
|
+
);
|
|
46
|
+
--color-warning-soft-foreground: var(--color-amber-300);
|
|
47
|
+
--color-error: var(--color-rose-500);
|
|
48
|
+
--color-error-content: var(--color-white);
|
|
49
|
+
--color-danger: var(--color-rose-500);
|
|
50
|
+
--color-danger-foreground: var(--color-white);
|
|
51
|
+
--color-danger-soft: color-mix(
|
|
52
|
+
in oklab,
|
|
53
|
+
var(--color-rose-500) 20%,
|
|
54
|
+
var(--color-gray-900)
|
|
55
|
+
);
|
|
56
|
+
--color-danger-soft-foreground: var(--color-rose-400);
|
|
57
|
+
|
|
58
|
+
/* HeroUI generic tokens */
|
|
59
|
+
--color-default: var(--color-gray-700);
|
|
60
|
+
--color-default-foreground: var(--color-gray-100);
|
|
61
|
+
--color-default-hover: var(--color-gray-600);
|
|
62
|
+
--color-background: var(--color-gray-900);
|
|
63
|
+
--color-foreground: var(--color-gray-100);
|
|
64
|
+
|
|
65
|
+
/* Base background colors */
|
|
66
|
+
--color-base-100: var(--color-gray-900);
|
|
67
|
+
--color-base-200: var(--color-gray-800);
|
|
68
|
+
--color-base-300: var(--color-gray-700);
|
|
69
|
+
--color-base-content: var(--color-gray-100);
|
|
70
|
+
|
|
71
|
+
/* Legacy support */
|
|
72
|
+
--color-bg-body: var(--color-gray-900);
|
|
73
|
+
--color-bg-inverse: var(--color-white);
|
|
74
|
+
--color-bg-primary: var(--color-gray-800);
|
|
75
|
+
--color-bg-secondary: var(--color-gray-700);
|
|
76
|
+
--color-bg-tertiary: var(--color-gray-600);
|
|
77
|
+
--color-bg-positive: var(--color-emerald-500);
|
|
78
|
+
--color-bg-destructive: var(--color-rose-500);
|
|
79
|
+
|
|
80
|
+
--color-fg-body: var(--color-gray-100);
|
|
81
|
+
--color-fg-inverse: var(--color-gray-900);
|
|
82
|
+
--color-fg-primary: var(--color-gray-200);
|
|
83
|
+
--color-fg-secondary: var(--color-gray-300);
|
|
84
|
+
--color-fg-tertiary: var(--color-gray-400);
|
|
85
|
+
--color-fg-positive: var(--color-emerald-400);
|
|
86
|
+
--color-fg-destructive: var(--color-rose-400);
|
|
87
|
+
|
|
88
|
+
/* Daisy-compatible aliases and structural tokens */
|
|
89
|
+
--b1: var(--color-base-100);
|
|
90
|
+
--b2: var(--color-base-200);
|
|
91
|
+
--b3: var(--color-base-300);
|
|
92
|
+
--bc: var(--color-base-content);
|
|
93
|
+
--radius-selector: 0.375rem;
|
|
94
|
+
--radius-field: 0.375rem;
|
|
95
|
+
--radius-box: 0.75rem;
|
|
96
|
+
--size-selector: 0.25rem;
|
|
97
|
+
--size-field: 0.25rem;
|
|
98
|
+
--border: 1px;
|
|
99
|
+
--depth: 0;
|
|
100
|
+
--noise: 1;
|
|
101
|
+
|
|
102
|
+
/* Glass surface tokens */
|
|
103
|
+
--glass-background-color: white;
|
|
104
|
+
--glass-background-opacity: 0.96%;
|
|
105
|
+
--glass-border-color: white;
|
|
106
|
+
--glass-border-opacity: 30%;
|
|
107
|
+
--glass-highlight-color: white;
|
|
108
|
+
--glass-highlight-opacity: 6.4%;
|
|
109
|
+
--glass-bottom-highlight-opacity: 3.2%;
|
|
110
|
+
--glass-edge-highlight-opacity: 8%;
|
|
111
|
+
--glass-inner-glow-rgb: 255 255 255;
|
|
112
|
+
--glass-inner-glow-alpha: 0.15;
|
|
113
|
+
--glass-inner-glow-blur: 2px;
|
|
114
|
+
--glass-inner-glow-spread: 0px;
|
|
115
|
+
--glass-depth-top-glow-opacity: 8%;
|
|
116
|
+
--glass-depth-bottom-glow-opacity: 12%;
|
|
117
|
+
--glass-depth-sheen-opacity: 7.5%;
|
|
118
|
+
--glass-depth-sheen-size: 70%;
|
|
119
|
+
--glass-depth-surface-opacity: 0%;
|
|
120
|
+
--glass-depth-surface-size: 82%;
|
|
121
|
+
--glass-rim-start-color: var(--color-base-content);
|
|
122
|
+
--glass-rim-start-opacity: 21%;
|
|
123
|
+
--glass-rim-end-color: white;
|
|
124
|
+
--glass-rim-end-opacity: 35%;
|
|
125
|
+
--glass-glow-ring-opacity: 10%;
|
|
126
|
+
--glass-liquid-edge-size: 3px;
|
|
127
|
+
--glass-liquid-inner-blur: 18px;
|
|
128
|
+
--glass-border-radius: 20px;
|
|
129
|
+
--glass-blur: 50px;
|
|
130
|
+
--glass-saturation: 1.2;
|
|
131
|
+
--glass-brightness: 1;
|
|
132
|
+
--glass-shadow-depth: 0 8px 32px rgb(0 0 0 / 10%);
|
|
133
|
+
--glass-fallback-background-opacity: 78%;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@layer base {
|
|
138
|
+
[data-theme="dark"] {
|
|
139
|
+
color-scheme: only dark;
|
|
140
|
+
}
|
|
141
|
+
}
|